Cargo Features
[dependencies]
chalk-solve = { version = "0.98.0", default-features = false, features = ["tracing-full"] }
- default = tracing-full
-
The
tracing-full
feature is set by default wheneverchalk-solve
is added without
somewhere 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.