tracing-log 0.0.1-alpha.1

Provides compatibility between `tracing` and the `log` crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"