tracing-core 0.1.30

Core primitives for application-level tracing.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.once_cell]
optional = true
version = "1.13.0"

[features]
default = ["std", "valuable/std"]
std = ["once_cell"]

[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous"]
description = "Core primitives for application-level tracing.\n"
edition = "2018"
homepage = "https://tokio.rs"
keywords = ["logging", "tracing", "profiling"]
license = "MIT"
name = "tracing-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/tracing"
rust-version = "1.49.0"
version = "0.1.30"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "tracing_unstable"]
rustdoc-args = ["--cfg", "docsrs", "--cfg", "tracing_unstable"]
[target."cfg(tracing_unstable)".dependencies.valuable]
default-features = false
optional = true
version = "0.1.0"