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 whenever tracing-rewrite is added without default-features = false somewhere in the dependency tree.

tracing_std default

Enables std of tracing

i_really_want_memory_leak

tracing-rewrite has 3 features without comments.