Cargo Features
[dependencies]
tracing-rewrite = { version = "0.1.0", default-features = false, features = ["tracing_std", "i_really_want_memory_leak"] }
- default = tracing_std
-
The
tracing_std
feature is set by default whenevertracing-rewrite
is added without
somewhere in the dependency tree.default-features = false - tracing_std default
- i_really_want_memory_leak
tracing-rewrite has 3 features without comments.