Cargo Features

[dependencies]
ghactions = { version = "0.11.0", 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 default-features = false somewhere in the dependency tree.

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