Cargo Features

[dependencies]
tracing-serde-structured = { version = "0.2.0", default-features = false, features = ["std", "valuable"] }
default = std

The std feature is set by default whenever tracing-serde-structured is added without default-features = false somewhere in the dependency tree.

std default

Enables std of serde and tracing-core

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

valuable = valuable-serde, valuable_crate

Enables valuable of tracing-core

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.

valuable-serde tracing_unstable valuable?
valuable_crate tracing_unstable valuable?

Enables valuable