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]
14edition = "2018"
15name = "tracing"
16version = "0.1.17"
17authors = ["Eliza Weisman <eliza@buoyant.io>", "Tokio Contributors <team@tokio.rs>"]
18description = "Application-level tracing for Rust.\n"
19homepage = "https://tokio.rs"
20readme = "README.md"
21keywords = ["logging", "tracing", "metrics", "async"]
22categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous", "no-std"]
23license = "MIT"
24repository = "https://github.com/tokio-rs/tracing"
25[package.metadata.docs.rs]
26all-features = true
27rustdoc-args = ["--cfg", "docsrs"]
28
29[[bench]]
30name = "subscriber"
31harness = false
32
33[[bench]]
34name = "no_subscriber"
35harness = false
36[dependencies.cfg-if]
37version = "0.1.10"
38
39[dependencies.log]
40version = "0.4"
41optional = true
42
43[dependencies.tracing-attributes]
44version = "0.1.9"
45optional = true
46
47[dependencies.tracing-core]
48version = "0.1.11"
49default-features = false
50[dev-dependencies.criterion]
51version = "0.3"
52default_features = false
53
54[dev-dependencies.futures]
55version = "0.1"
56
57[dev-dependencies.log]
58version = "0.4"
59
60[features]
61async-await = []
62attributes = ["tracing-attributes"]
63default = ["std", "attributes"]
64log-always = ["log"]
65max_level_debug = []
66max_level_error = []
67max_level_info = []
68max_level_off = []
69max_level_trace = []
70max_level_warn = []
71release_max_level_debug = []
72release_max_level_error = []
73release_max_level_info = []
74release_max_level_off = []
75release_max_level_trace = []
76release_max_level_warn = []
77std = ["tracing-core/std"]
78[badges.maintenance]
79status = "actively-developed"
80