Cargo Features
[dependencies]
chalk-recursive = { version = "0.98.0", default-features = false, features = ["tracing-full"] }
- default = tracing-full
-
The
tracing-full
feature is set by default wheneverchalk-recursive
is added without
somewhere in the dependency tree.default-features = false - tracing-full default
-
Enables tracing-full of chalk-solve
chalk-recursive has 2 features without comments.