Cargo Features
[dependencies]
hiero_pack = { version = "0.1.3", default-features = false, features = ["console"] }
- default = console
-
The
console
feature is set by default wheneverhiero_pack
is added without
somewhere in the dependency tree.default-features = false - console default = clap
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- clap console
-
Enables clap ^2.33.3
**** optional deps ****