Cargo Features

[dependencies]
ghactions-core = { version = "0.11.0", default-features = false, features = ["log", "macros", "octocrab", "toolcache"] }
default = log, macros, octocrab

These default features are set whenever ghactions-core is added without default-features = false somewhere in the dependency tree.

log default

Enables env_logger and log

log:

Logging

Affects ghactions-core::logging

macros default
octocrab default

Enables http and octocrab

octocrab:

GitHub API

Affects ghaction::GHAction.client, ghactions-core::ActionTrait.octocrab

toolcache

Enables glob

Affects ghactions-core::toolcache