[badges.maintenance]
status = "experimental"
[dependencies.serde]
version = "1"
[dependencies.tracing-core]
version = "0.1.28"
[dev-dependencies.serde_json]
version = "1"
[features]
valuable = ["valuable_crate", "valuable-serde", "tracing-core/valuable"]
[lib]
name = "tracing_serde"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(flaky_tests)", "cfg(tracing_unstable)"]
level = "warn"
priority = 0
[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous", "encoding"]
description = """
A compatibility layer for serializing trace data with `serde`
"""
edition = "2018"
homepage = "https://tokio.rs"
keywords = ["logging", "tracing", "serialization"]
license = "MIT"
name = "tracing-serde"
readme = "README.md"
repository = "https://github.com/tokio-rs/tracing"
resolver = "2"
rust-version = "1.63.0"
version = "0.2.0"
[target."cfg(tracing_unstable)".dependencies.valuable-serde]
default-features = false
optional = true
version = "0.1.0"
[target."cfg(tracing_unstable)".dependencies.valuable_crate]
default-features = false
optional = true
package = "valuable"
version = "0.1.0"