[package] edition = "2021" name = "tracing-attributes-hyper" version = "0.0.0" authors = ["Mark Van de Vyver "] categories = [ "development-tools::debugging", "development-tools::profiling", "asynchronous", ] description = """ No-op attribute placeholders for the Hyper compile-time tracing plugin system. """ homepage = "https://docs.rs/tracing-attributes-hyper" keywords = ["logging", "metrics", "profiling", "telemetry", "tracing"] license = "MIT" readme = "README.md" repository = "https://github.com/taqtiqa-mark/tracing-attributes-hyper" [lib] proc-macro = true [dependencies] proc-macro-error = "1" proc-macro2 = "1" quote = "1" syn = { version = "1", features = ["extra-traits", "full"] } [dev-dependencies] tokio = { version = "1", features = ["full", "tracing"] } trybuild = "1" tracing = { version = "0.1", features = ["std","attributes"], optional = false } tracing-attributes-http = "0" tracing-subscriber = "0.3"