# 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 = "2018" name = "open-metrics-client" version = "0.14.0" authors = ["Max Inden "] description = "Open Metrics client library allowing users to natively instrument applications." homepage = "https://github.com/mxinden/rust-open-metrics-client" documentation = "https://docs.rs/open-metrics-client" keywords = ["openmetrics", "prometheus", "metrics", "instrumentation", "monitoring"] license = "Apache-2.0 OR MIT" repository = "https://github.com/mxinden/rust-open-metrics-client" [[bench]] name = "family" harness = false [[bench]] name = "text" path = "benches/encoding/text.rs" harness = false [dependencies.dtoa] version = "1.0" [dependencies.itoa] version = "1.0" [dependencies.open-metrics-client-derive-text-encode] version = "0.1.1" [dependencies.owning_ref] version = "0.4" [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.http-types] version = "2" [dev-dependencies.pyo3] version = "0.15" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.tide] version = "0.16"