tracing-log 0.0.1-alpha.2

Provides compatibility between `tracing` and the `log` crate.
Documentation
[package]
name = "tracing-log"
version = "0.0.1-alpha.2"
authors = ["Tokio Contributors <team@tokio.rs>"]
edition = "2018"
repository = "https://github.com/tokio-rs/tracing"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tracing-log/0.0.1-alpha.1/tracing_log"
description = """
Provides compatibility between `tracing` and the `log` crate.
"""
categories = [
    "development-tools::debugging",
    "asynchronous",
]
keywords = ["logging", "tracing", "log"]
license = "MIT"
readme = "README.md"

[dependencies]
tracing-core = "0.1.2"
log = { version = "0.4", features = ["std"] }
lazy_static = "1.3.0"

[dev-dependencies]
tracing = "0.1"

[badges]
azure-devops = { project = "tracing/tracing", pipeline = "tokio-rs.tracing", build = "1" }
maintenance = { status = "experimental" }