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