Cargo Features
[dependencies]
tracing-forest = { version = "0.1.6", default-features = false, features = ["full", "env-filter", "ansi"] }
- default = smallvec
-
The
smallvec
feature is set by default whenevertracing-forest
is added without
somewhere in the dependency tree.default-features = false - full = ansi, chrono, env-filter, serde, smallvec, tokio, uuid
- env-filter full?
-
Enables env-filter of tracing-subscriber
- ansi full? = ansi_term
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.