Cargo Features
[dependencies]
ghastoolkit = { version = "0.5.1", default-features = false, features = ["async", "toolcache"] }
- default = async
-
The
async
feature is set by default wheneverghastoolkit
is added without
somewhere in the dependency tree.default-features = false - async default toolcache?
-
Enables async-trait and tokio
async-trait:
Async
- toolcache = async
-
Enables ghactions
For CodeQL in ToolCache