Cargo Features

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

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

Enables http, octocrab, and tokio

octocrab:

GitHub API

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

toolcache

Enables flate2, glob, reqwest, tar, tokio, and url

flate2:

Tarball

Affects ghactions-core::toolcache