Cargo Features
[dependencies]
snipgrep = { version = "0.1.0", default-features = false, features = ["cli", "reporters"] }
- default = cli
-
The
cli
feature is set by default wheneversnipgrep
is added without
somewhere in the dependency tree.default-features = false - cli default = reporters
-
Enables clap and tracing-subscriber
clap:
Cli
Affects
snipgrep::cli
…Required by the binary
- reporters cli
-
Enables console and tabled ^0.15.0
Affects
snipgrep::reporters
…