Cargo Features

[dependencies]
hiero_pack = { version = "0.1.3", default-features = false, features = ["console"] }
default = console

The console feature is set by default whenever hiero_pack is added without default-features = false somewhere in the dependency tree.

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 ****