Cargo Features
[dependencies]
tracing-print = { version = "0.0.3", default-features = false, features = ["ansi"] }
- default = ansi
-
The
ansi
feature is set by default whenevertracing-print
is added without
somewhere in the dependency tree.default-features = false - ansi default
-
Enables yansi
tracing-print has 2 features without comments.