Cargo Features
[dependencies]
gring = { version = "1.7.0", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default whenevergring
is added without
somewhere in the dependency tree.default-features = false - cli default = clap, colored, dirs, hex, tracing-subscriber
-
Required by the binary
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 cli
-
Enables clap
Feature CLI
- colored cli
-
Enables colored ^2.1.0
- dirs cli
-
Enables dirs ^4.0.0
- hex cli
- tracing-subscriber cli