[[bench]]
harness = false
name = "logging"
[badges.maintenance]
status = "actively-maintained"
[dependencies.ahash]
optional = true
version = "0.7.6"
[dependencies.env_logger]
optional = true
version = "0.8.4"
[dependencies.log]
version = "0.4.17"
[dependencies.lru]
optional = true
version = "0.7.7"
[dependencies.once_cell]
version = "1.13.0"
[dependencies.tracing-core]
version = "0.1.28"
[dev-dependencies.criterion]
default-features = false
version = "0.3.6"
[dev-dependencies.tracing]
version = "0.1.35"
[features]
default = ["log-tracer", "trace-logger", "std"]
interest-cache = ["lru", "ahash"]
log-tracer = []
std = ["log/std"]
trace-logger = []
[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
categories = ["development-tools::debugging", "asynchronous"]
description = "Provides compatibility between `tracing` and the `log` crate.\n"
edition = "2018"
homepage = "https://tokio.rs"
keywords = ["logging", "tracing", "log"]
license = "MIT"
name = "tracing-log"
readme = "README.md"
repository = "https://github.com/tokio-rs/tracing"
rust-version = "1.56.0"
version = "0.1.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]