# 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-http" version = "0.1.1" authors = ["Mark Van de Vyver "] description = "HTTP primitives for application-level tracing.\n" homepage = "https://github.com/taqtiqa-mark/tracing-attributes-http" readme = "README.md" keywords = ["logging", "metrics", "profiling", "tracing"] categories = ["development-tools::debugging", "development-tools::profiling", "asynchronous"] license = "MIT" repository = "https://github.com/taqtiqa-mark/tracing-attributes-http" resolver = "2" [lib] proc-macro = true [[example]] name = "client_json_tracing_json" path = "examples/client_json_tracing_json.rs" required-features = ["full", "tracing/max_level_trace"] [[example]] name = "client_json_tracing_off" path = "examples/client_json_tracing_off.rs" required-features = ["full", "tracing/max_level_off", "log/max_level_off"] [[example]] name = "client_json_tracing_otel" path = "examples/client_json_tracing_otel.rs" required-features = ["full", "trace"] [[test]] name = "contracts" path = "tests/contracts.rs" [[test]] name = "server_send" path = "tests/server_send.rs" [dependencies.opentelemetry] version = "0.17.0" features = ["rt-tokio", "trace"] optional = false [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["extra-traits", "full"] [dependencies.tracing] version = "0.1" features = ["std"] optional = false [dependencies.tracing-core] version = "0.1" optional = false default-features = false [dependencies.tracing-tree] version = "0.2" optional = false default-features = false [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.opentelemetry-jaeger] version = "0.16.0" features = ["reqwest_collector_client", "rt-tokio"] optional = false [dev-dependencies.tokio] version = "1" features = ["full", "tracing"] [dev-dependencies.trybuild] version = "1" [features] default = []