# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tracing-attributes-hyper" version = "0.0.0" authors = ["Mark Van de Vyver "] description = "No-op attribute placeholders for the Hyper compile-time tracing plugin system.\n" homepage = "https://docs.rs/tracing-attributes-hyper" readme = "README.md" keywords = ["logging", "metrics", "profiling", "telemetry", "tracing"] categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous"] license = "MIT" repository = "https://github.com/taqtiqa-mark/tracing-attributes-hyper" resolver = "2" [lib] proc-macro = true [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["extra-traits", "full"] [dev-dependencies.tokio] version = "1" features = ["full", "tracing"] [dev-dependencies.tracing] version = "0.1" features = ["std", "attributes"] optional = false [dev-dependencies.tracing-attributes-http] version = "0" [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.trybuild] version = "1"