Cargo Features
[dependencies]
tracing-core = { version = "0.1.36", default-features = false, features = ["std", "valuable"] }
- default = std
-
These default features are set whenever
tracing-coreis added withoutsomewhere in the dependency tree.default-features = false Enables std of optional valuable
valuable:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
- std default = once_cell
-
Affects
dispatcher::DefaultGuard,dispatcher::with_default,dispatcher::set_default,dispatcher::get_default,dispatcher::get_current,field::Visit.record_error…
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.