Cargo Features

[dependencies]
gring = { version = "1.3.1", default-features = false, features = ["cli"] }
default = cli

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

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
dirs cli

Enables dirs ^4.0.0

hex cli
tracing-subscriber cli