Cargo Features

[dependencies]
willbe = { version = "0.21.0", default-features = false, features = ["full", "enabled", "tracing", "progress_bar"] }
default full? = enabled, progress_bar

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

full = default
enabled default

Enables enabled of collection_tools ~0.17.0, crates_tools, data_type, derive_tools ~0.33.0, error_tools, former ~2.12.0, iter_tools ~0.26.0, macro_tools ~0.46.0, mod_interface ~0.31.0, process_tools, pth ~0.22.0, and wca

crates_tools:

internal

tracing

Enables tracing and tracing-subscriber

progress_bar default

Enables indicatif