Cargo Features
[dependencies]
ghactions-core = { version = "0.11.1", 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
-
Enables http and octocrab ^0.40
octocrab:
GitHub API
Affects
ghaction::GHAction.client
,ghactions-core::ActionTrait.octocrab
… - toolcache
-
Enables glob
Affects
ghactions-core::toolcache
…