blob: 9a8e5e848bab638a50c2c9cd317cca0f1cf8cb60 [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.1"
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"
[dependencies.env_logger]
version = "0.6"
optional = true
[dependencies.lazy_static]
version = "1.3.0"
[dependencies.log]
version = "0.4"
[dependencies.tracing-core]
version = "0.1.2"
[dev-dependencies.tracing]
version = "0.1"
[features]
default = ["log-tracer", "trace-logger", "std"]
log-tracer = []
std = ["log/std"]
trace-logger = []
[badges.azure-devops]
build = "1"
pipeline = "tokio-rs.tracing"
project = "tracing/tracing"
[badges.maintenance]
status = "actively-maintained"