# 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-prometheus" version = "0.16.0" description = "Prometheus exporter for OpenTelemetry" homepage = "https://github.com/open-telemetry/opentelemetry-rust" readme = "README.md" keywords = [ "opentelemetry", "prometheus", "metrics", "async", ] categories = [ "development-tools::debugging", "development-tools::profiling", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/open-telemetry/opentelemetry-rust" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.once_cell] version = "1.13" [dependencies.opentelemetry] version = "0.23" features = ["metrics"] default-features = false [dependencies.opentelemetry_sdk] version = "0.23" features = ["metrics"] default-features = false [dependencies.prometheus] version = "0.13" [dependencies.protobuf] version = "2.14" [dev-dependencies.hyper] version = "0.14" features = ["full"] default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] default-features = false [features] prometheus-encoding = []