Cargo Features

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

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

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.

tracing-subscriber tracing-full
tracing-tree tracing-full