[package]
edition = "2018"
name = "tracing-log"
version = "0.0.1-alpha.1"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = "Provides compatibility between `tracing` and the `log` crate.\n"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tracing-log/0.0.1-alpha.1/tracing_log"
readme = "README.md"
keywords = ["logging", "tracing", "log"]
categories = ["development-tools::debugging", "asynchronous"]
license = "MIT"
repository = "https://github.com/tokio-rs/tracing"
[dependencies.lazy_static]
version = "1.3.0"
[dependencies.log]
version = "0.4"
features = ["std"]
[dependencies.tracing-core]
version = "0.1.2"
[dependencies.tracing-subscriber]
version = "0.0.1-alpha.2"
[dev-dependencies.tracing]
version = "0.1"
[badges.azure-devops]
build = "1"
pipeline = "tokio-rs.tracing"
project = "tracing/tracing"
[badges.maintenance]
status = "experimental"