Cargo Features

[dependencies]
zepter = { version = "1.4.0", default-features = false, features = ["logging", "debugging", "benchmarking", "testing", "tracing"] }
default = logging

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

logging default

Enables env_logger and log

debugging

Enables histo

benchmarking

Enables criterion and serde_json

testing

Enables anyhow, assert_cmd, colour ^0.7.0, serde_json, and tempfile

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust