# 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 = "prometools" version = "0.2.2" description = "Extensions for prometheus-client" documentation = "https://docs.rs/prometools/0.1.2/" keywords = [ "prometheus", "serde", "serialization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nox/prometools" [package.metadata.docs.rs] features = ["serde"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] test = false [dependencies.itoa] version = "1" optional = true [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.prometheus-client] version = "0.18" [dependencies.ryu] version = "1" optional = true [dependencies.serde] version = "1" features = ["std"] optional = true default-features = false [dev-dependencies.serde] version = "1" features = [ "derive", "std", ] default-features = false [features] serde = [ "dep:itoa", "dep:parking_lot", "dep:ryu", "dep:serde", ]