Cargo Features
[dependencies]
ghactions-core = { version = "0.12.0", default-features = false, features = ["log", "macros", "octocrab", "toolcache"] }
- default = log, macros, octocrab
-
These default features are set whenever
ghactions-core
is added without
somewhere in the dependency tree.default-features = false - log default
-
Enables env_logger and log
log:
Logging
Affects
ghactions-core::logging
… - macros default
- octocrab default
-
octocrab:
GitHub API
Affects
ghaction::GHAction.client
,ghactions-core::ActionTrait.octocrab
… - toolcache
-
Enables glob
Affects
ghactions-core::toolcache
…