# 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" rust-version = "1.65" name = "opentelemetry-zpages" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ZPages implementation for OpenTelemetry" homepage = "https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-zpages" readme = "README.md" keywords = [ "opentelemetry", "zipkin", "tracing", "async", ] categories = [ "development-tools::debugging", "development-tools::profiling", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-zpages" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "opentelemetry_zpages" path = "src/lib.rs" [[example]] name = "zpages" path = "examples/zpages.rs" [dependencies.async-channel] version = "1.6" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.opentelemetry] version = "0.27" [dependencies.opentelemetry-proto] version = "0.27" features = [ "zpages", "gen-tonic", "with-serde", ] default-features = false [dependencies.opentelemetry_sdk] version = "0.27" features = ["trace"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.opentelemetry_sdk] version = "0.27" features = [ "trace", "testing", ] default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", ] [features] with-serde = []