Cargo Features
[dependencies]
ghactions = { version = "0.11.1", default-features = false, features = ["generate", "toolcache", "log", "dotenvy", "macros", "octocrab"] }
- default = log, macros, octocrab, toolcache
-
These default features are set whenever
ghactions
is added without
somewhere in the dependency tree.default-features = false - generate
-
Enables generate of ghactions-derive
- toolcache default
-
Enables toolcache of ghactions-core
- log default
-
Logging
Enables log, log of ghactions-core and ghactions-derive
- dotenvy
-
Enables dotenvy of ghactions-derive
- macros default
-
Macros
Enables macros of ghactions-core
- octocrab default
-
Octocrab
Enables octocrab of ghactions-core