Cargo Features

[dependencies]
chalk-recursive = { version = "0.97.0", default-features = false, features = ["tracing-full"] }
default = tracing-full

The tracing-full feature is set by default whenever chalk-recursive is added without default-features = false somewhere in the dependency tree.

tracing-full default

Enables tracing-full of chalk-solve

chalk-recursive has 2 features without comments.