Cargo Features
[dependencies]
zepter = { version = "1.5.1", default-features = false, features = ["logging", "debugging", "benchmarking", "testing", "tracing"] }
- default = logging
-
The
logging
feature is set by default wheneverzepter
is added without
somewhere in the dependency tree.default-features = false - logging default
-
Enables env_logger and log
- debugging
-
Enables histo
- benchmarking
-
Enables criterion and serde_json
- testing
-
Enables anyhow, assert_cmd, colour, serde_json, and tempfile