blob: feb49cdf735494dc93320ff111c72bbdfbc4b8fe [file] [log] [blame]
# 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.1.2"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = "Provides compatibility between `tracing` and the `log` crate.\n"
homepage = "https://tokio.rs"
readme = "README.md"
keywords = ["logging", "tracing", "log"]
categories = ["development-tools::debugging", "asynchronous"]
license = "MIT"
repository = "https://github.com/tokio-rs/tracing"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.env_logger]
version = "0.7"
optional = true
[dependencies.lazy_static]
version = "1.3.0"
[dependencies.log]
version = "0.4"
[dependencies.tracing-core]
version = "0.1.17"
[dev-dependencies.tracing]
version = "0.1"
[features]
default = ["log-tracer", "trace-logger", "std"]
log-tracer = []
std = ["log/std"]
trace-logger = []
[badges.maintenance]
status = "actively-maintained"