Cargo Features

[dependencies]
rcssl = { version = "0.1.10", default-features = false, features = ["cli"] }
default = cli

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

cli default

Enables chrono, clap, color-eyre, lazy_static, serde_json, serde_yaml, tracing, tracing-appender, and tracing-subscriber

tracing:

Tracing

Affects rcssl::cli