Cargo Features
[dependencies]
chalk-solve = { version = "0.104.0", default-features = false, features = ["tracing-full"] }
- default = tracing-full
-
The
tracing-fullfeature is set by default wheneverchalk-solveis added withoutsomewhere in the dependency tree.default-features = false - tracing-full default = tracing-subscriber, tracing-tree
-
Affects
logging::with_tracing_logs…
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.