Cargo Features

[dependencies]
tracing-serde-structured = { version = "0.3.0", default-features = false, features = ["std", "valuable", "postcard-schema"] }
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 use-std of optional postcard-schema and 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

postcard-schema

Enables postcard-schema

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