]> git.proxmox.com Git - rustc.git/blame - vendor/tracing-core/Cargo.toml
New upstream version 1.61.0+dfsg1
[rustc.git] / vendor / tracing-core / 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
c295e0f8 6# to registry (e.g., crates.io) dependencies.
f035d41b 7#
c295e0f8
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-core"
5e7ed085 16version = "0.1.23"
f035d41b
XL
17authors = ["Tokio Contributors <team@tokio.rs>"]
18description = "Core primitives for application-level tracing.\n"
19homepage = "https://tokio.rs"
20readme = "README.md"
21keywords = ["logging", "tracing", "profiling"]
22categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous"]
23license = "MIT"
24repository = "https://github.com/tokio-rs/tracing"
25[package.metadata.docs.rs]
26all-features = true
5099ac24
FG
27rustc-args = ["--cfg", "tracing_unstable"]
28rustdoc-args = ["--cfg", "docsrs", "--cfg", "tracing_unstable"]
f035d41b
XL
29[dependencies.lazy_static]
30version = "1"
31optional = true
32
33[features]
5099ac24 34default = ["std", "valuable/std"]
f035d41b 35std = ["lazy_static"]
5099ac24
FG
36[target."cfg(tracing_unstable)".dependencies.valuable]
37version = "0.1.0"
38optional = true
39default_features = false
f035d41b
XL
40[badges.maintenance]
41status = "actively-developed"