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