]> git.proxmox.com Git - rustc.git/blame - vendor/tracing-core/Cargo.toml
New upstream version 1.63.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"
923072b8 16version = "0.1.27"
f035d41b 17authors = ["Tokio Contributors <team@tokio.rs>"]
923072b8
FG
18description = """
19Core primitives for application-level tracing.
20"""
f035d41b
XL
21homepage = "https://tokio.rs"
22readme = "README.md"
923072b8
FG
23keywords = [
24 "logging",
25 "tracing",
26 "profiling",
27]
28categories = [
29 "development-tools::debugging",
30 "development-tools::profiling",
31 "asynchronous",
32]
f035d41b
XL
33license = "MIT"
34repository = "https://github.com/tokio-rs/tracing"
923072b8 35
f035d41b
XL
36[package.metadata.docs.rs]
37all-features = true
923072b8
FG
38rustdoc-args = [
39 "--cfg",
40 "docsrs",
41 "--cfg",
42 "tracing_unstable",
43]
44rustc-args = [
45 "--cfg",
46 "tracing_unstable",
47]
48
49[dependencies.once_cell]
50version = "1.12"
f035d41b
XL
51optional = true
52
53[features]
923072b8
FG
54default = [
55 "std",
56 "valuable/std",
57]
58std = ["once_cell"]
59
5099ac24
FG
60[target."cfg(tracing_unstable)".dependencies.valuable]
61version = "0.1.0"
62optional = true
63default_features = false
923072b8 64
f035d41b
XL
65[badges.maintenance]
66status = "actively-developed"