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

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.

tokio full?
ansi_term ansi?
chrono full?
serde full?
uuid full?
smallvec default full?