Cargo Features
[dependencies]
tracing-tree = { version = "0.4.0", default-features = false, features = ["tracing-log", "time"] }
- default = tracing-log
-
The
tracing-log
feature is set by default whenevertracing-tree
is added without
somewhere in the dependency tree.default-features = false - tracing-log default
-
Enables tracing-log
Features from optional dependencies
- time implicit feature
-
Affects
time::UtcDateTime
,time::LocalDateTime
…