Cargo Features

[dependencies]
willbe = { version = "0.20.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 derive_tools ~0.31.0, enabled of error_tools ~0.18.0, former ~2.10.0, iter_tools ~0.23.0, macro_tools ~0.43.0, mod_interface ~0.29.0, process_tools ~0.11.0, proper_path_tools ~0.13.0, and wca and enabled of collection_tools ~0.14.0, crates_tools, and data_type ~0.11.0

crates_tools:

internal

tracing

Enables tracing and tracing-subscriber

progress_bar default

Enables indicatif