tracing-serde 0.1.3

A compatibility layer for serializing trace data with `serde`
Documentation
[badges.maintenance]
status = "experimental"
[dependencies.serde]
version = "1"

[dependencies.tracing-core]
version = "0.1.22"
[dev-dependencies.serde_json]
version = "1"

[features]
valuable = ["valuable_crate", "valuable-serde", "tracing-core/valuable"]

[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous", "encoding"]
description = "A compatibility layer for serializing trace data with `serde`\n"
edition = "2018"
homepage = "https://tokio.rs"
keywords = ["logging", "tracing", "serialization"]
license = "MIT"
name = "tracing-serde"
repository = "https://github.com/tokio-rs/tracing"
rust-version = "1.42.0"
version = "0.1.3"
[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"