]> git.proxmox.com Git - rustc.git/blob - vendor/tracing-log/Cargo.toml
New upstream version 1.46.0~beta.2+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.1"
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 [dependencies.env_logger]
26 version = "0.6"
27 optional = true
28
29 [dependencies.lazy_static]
30 version = "1.3.0"
31
32 [dependencies.log]
33 version = "0.4"
34
35 [dependencies.tracing-core]
36 version = "0.1.2"
37 [dev-dependencies.tracing]
38 version = "0.1"
39
40 [features]
41 default = ["log-tracer", "trace-logger", "std"]
42 log-tracer = []
43 std = ["log/std"]
44 trace-logger = []
45 [badges.azure-devops]
46 build = "1"
47 pipeline = "tokio-rs.tracing"
48 project = "tracing/tracing"
49
50 [badges.maintenance]
51 status = "actively-maintained"