]> git.proxmox.com Git - rustc.git/blame - vendor/tracing/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / tracing / Cargo.toml
CommitLineData
f035d41b
XL
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
3c0e092e 6# to registry (e.g., crates.io) dependencies.
f035d41b 7#
3c0e092e
XL
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
f035d41b
XL
11
12[package]
13edition = "2018"
5e7ed085 14rust-version = "1.49.0"
f035d41b 15name = "tracing"
923072b8 16version = "0.1.35"
04454e1e
FG
17authors = [
18 "Eliza Weisman <eliza@buoyant.io>",
19 "Tokio Contributors <team@tokio.rs>",
20]
21description = """
22Application-level tracing for Rust.
23"""
f035d41b
XL
24homepage = "https://tokio.rs"
25readme = "README.md"
04454e1e
FG
26keywords = [
27 "logging",
28 "tracing",
29 "metrics",
30 "async",
31]
32categories = [
33 "development-tools::debugging",
34 "development-tools::profiling",
35 "asynchronous",
36 "no-std",
37]
f035d41b
XL
38license = "MIT"
39repository = "https://github.com/tokio-rs/tracing"
04454e1e 40
f035d41b
XL
41[package.metadata.docs.rs]
42all-features = true
04454e1e
FG
43rustdoc-args = [
44 "--cfg",
45 "docsrs",
46 "--cfg",
47 "tracing_unstable",
48]
49rustc-args = [
50 "--cfg",
51 "tracing_unstable",
52]
f035d41b
XL
53
54[[bench]]
55name = "subscriber"
56harness = false
57
58[[bench]]
59name = "no_subscriber"
60harness = false
04454e1e 61
f035d41b 62[dependencies.cfg-if]
5869c6ff 63version = "1.0.0"
f035d41b
XL
64
65[dependencies.log]
66version = "0.4"
67optional = true
68
5869c6ff
XL
69[dependencies.pin-project-lite]
70version = "0.2"
71
f035d41b 72[dependencies.tracing-attributes]
5e7ed085 73version = "0.1.20"
f035d41b
XL
74optional = true
75
76[dependencies.tracing-core]
923072b8 77version = "0.1.27"
f035d41b 78default-features = false
04454e1e 79
f035d41b
XL
80[dev-dependencies.criterion]
81version = "0.3"
82default_features = false
83
f035d41b
XL
84[dev-dependencies.log]
85version = "0.4"
86
87[features]
88async-await = []
89attributes = ["tracing-attributes"]
04454e1e
FG
90default = [
91 "std",
92 "attributes",
93]
f035d41b
XL
94log-always = ["log"]
95max_level_debug = []
96max_level_error = []
97max_level_info = []
98max_level_off = []
99max_level_trace = []
100max_level_warn = []
101release_max_level_debug = []
102release_max_level_error = []
103release_max_level_info = []
104release_max_level_off = []
105release_max_level_trace = []
106release_max_level_warn = []
107std = ["tracing-core/std"]
5099ac24 108valuable = ["tracing-core/valuable"]
04454e1e 109
5869c6ff
XL
110[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
111version = "^0.3"
04454e1e 112
f035d41b
XL
113[badges.maintenance]
114status = "actively-developed"