Cargo Features
[dependencies]
ghactions = { version = "0.16.0", default-features = false, features = ["generate", "toolcache", "toolcache-all", "toolcache-tarball", "toolcache-zip", "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 toolcache-all? toolcache-tarball? toolcache-zip?
-
Toolcache features
Enables toolcache of ghactions-core
- toolcache-all = toolcache, toolcache-tarball, toolcache-zip
- toolcache-tarball toolcache-all? = toolcache
-
Enables toolcache-tarball of ghactions-core
- toolcache-zip toolcache-all? = toolcache
-
Enables toolcache-zip 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