Cargo Features

[dependencies]
ghastoolkit = { version = "0.5.1", default-features = false, features = ["async", "toolcache"] }
default = async

The async feature is set by default whenever ghastoolkit is added without default-features = false somewhere in the dependency tree.

async default toolcache?

Enables async-trait and tokio

async-trait:

Async

toolcache = async

Enables ghactions

For CodeQL in ToolCache