Cargo Features
[dependencies]
rcssl = { version = "0.1.10", default-features = false, features = ["cli"] }
- default = cli
-
The
cli
feature is set by default wheneverrcssl
is added without
somewhere in the dependency tree.default-features = false - cli default
-
Enables chrono, clap, color-eyre, lazy_static, serde_json, serde_yaml, tracing, tracing-appender, and tracing-subscriber
tracing:
Tracing
Affects
rcssl::cli
…