[badges.maintenance]
status = "actively-developed"
[[bench]]
harness = false
name = "baseline"
path = "benches/baseline.rs"
[[bench]]
harness = false
name = "dispatch_get_clone"
path = "benches/dispatch_get_clone.rs"
[[bench]]
harness = false
name = "dispatch_get_ref"
path = "benches/dispatch_get_ref.rs"
[[bench]]
harness = false
name = "empty_span"
path = "benches/empty_span.rs"
[[bench]]
harness = false
name = "enter_span"
path = "benches/enter_span.rs"
[[bench]]
harness = false
name = "event"
path = "benches/event.rs"
[[bench]]
name = "shared"
path = "benches/shared.rs"
[[bench]]
harness = false
name = "span_fields"
path = "benches/span_fields.rs"
[[bench]]
harness = false
name = "span_no_fields"
path = "benches/span_no_fields.rs"
[[bench]]
harness = false
name = "span_repeated"
path = "benches/span_repeated.rs"
[dependencies.log]
optional = true
version = "0.4.17"
[dependencies.pin-project-lite]
version = "0.2.9"
[dependencies.tracing-attributes]
optional = true
version = "0.1.28"
[dependencies.tracing-core]
default-features = false
version = "0.1.33"
[dev-dependencies.criterion]
default-features = false
version = "0.3.6"
[dev-dependencies.futures]
default-features = false
version = "0.3.21"
[dev-dependencies.log]
version = "0.4.17"
[features]
async-await = []
attributes = ["tracing-attributes"]
default = ["std", "attributes"]
log-always = ["log"]
max_level_debug = []
max_level_error = []
max_level_info = []
max_level_off = []
max_level_trace = []
max_level_warn = []
release_max_level_debug = []
release_max_level_error = []
release_max_level_info = []
release_max_level_off = []
release_max_level_trace = []
release_max_level_warn = []
std = ["tracing-core/std"]
valuable = ["tracing-core/valuable"]
[lib]
name = "tracing"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(flaky_tests)", "cfg(tracing_unstable)"]
level = "warn"
priority = 0
[package]
authors = ["Eliza Weisman <eliza@buoyant.io>", "Tokio Contributors <team@tokio.rs>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous", "no-std"]
description = """
Application-level tracing for Rust.
"""
edition = "2018"
homepage = "https://tokio.rs"
keywords = ["logging", "tracing", "metrics", "async"]
license = "MIT"
name = "tracing"
readme = "README.md"
repository = "https://github.com/tokio-rs/tracing"
resolver = "2"
rust-version = "1.63.0"
version = "0.1.41"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "tracing_unstable"]
rustdoc-args = ["--cfg", "docsrs", "--cfg", "tracing_unstable"]
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.38"
[[test]]
name = "enabled"
path = "tests/enabled.rs"
[[test]]
name = "event"
path = "tests/event.rs"
[[test]]
name = "filter_caching_is_lexically_scoped"
path = "tests/filter_caching_is_lexically_scoped.rs"
[[test]]
name = "filters_are_not_reevaluated_for_the_same_span"
path = "tests/filters_are_not_reevaluated_for_the_same_span.rs"
[[test]]
name = "filters_are_reevaluated_for_different_call_sites"
path = "tests/filters_are_reevaluated_for_different_call_sites.rs"
[[test]]
name = "filters_dont_leak"
path = "tests/filters_dont_leak.rs"
[[test]]
name = "future_send"
path = "tests/future_send.rs"
[[test]]
name = "instrument"
path = "tests/instrument.rs"
[[test]]
name = "macro_imports"
path = "tests/macro_imports.rs"
[[test]]
name = "macros"
path = "tests/macros.rs"
[[test]]
name = "macros_incompatible_concat"
path = "tests/macros_incompatible_concat.rs"
[[test]]
name = "max_level_hint"
path = "tests/max_level_hint.rs"
[[test]]
name = "missed_register_callsite"
path = "tests/missed_register_callsite.rs"
[[test]]
name = "multiple_max_level_hints"
path = "tests/multiple_max_level_hints.rs"
[[test]]
name = "no_subscriber"
path = "tests/no_subscriber.rs"
[[test]]
name = "register_callsite_deadlock"
path = "tests/register_callsite_deadlock.rs"
[[test]]
name = "scoped_clobbers_default"
path = "tests/scoped_clobbers_default.rs"
[[test]]
name = "span"
path = "tests/span.rs"
[[test]]
name = "subscriber"
path = "tests/subscriber.rs"