]> git.proxmox.com Git - rustc.git/blob - vendor/tracing-log/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / tracing-log / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "tracing-log"
16 version = "0.1.2"
17 authors = ["Tokio Contributors <team@tokio.rs>"]
18 description = "Provides compatibility between `tracing` and the `log` crate.\n"
19 homepage = "https://tokio.rs"
20 readme = "README.md"
21 keywords = ["logging", "tracing", "log"]
22 categories = ["development-tools::debugging", "asynchronous"]
23 license = "MIT"
24 repository = "https://github.com/tokio-rs/tracing"
25 [package.metadata.docs.rs]
26 all-features = true
27 rustdoc-args = ["--cfg", "docsrs"]
28 [dependencies.env_logger]
29 version = "0.7"
30 optional = true
31
32 [dependencies.lazy_static]
33 version = "1.3.0"
34
35 [dependencies.log]
36 version = "0.4"
37
38 [dependencies.tracing-core]
39 version = "0.1.17"
40 [dev-dependencies.tracing]
41 version = "0.1"
42
43 [features]
44 default = ["log-tracer", "trace-logger", "std"]
45 log-tracer = []
46 std = ["log/std"]
47 trace-logger = []
48 [badges.maintenance]
49 status = "actively-maintained"