# 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 = "prometheus-parse" version = "0.2.5" authors = ["Cameron Daniel "] description = "A simple parser for the Prometheus text format" homepage = "https://github.com/ccakes/prometheus-parse-rs" readme = "README.md" keywords = [ "prometheus", "parser", ] license = "Apache-2.0" repository = "https://github.com/ccakes/prometheus-parse-rs" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.itertools] version = "0.12" default-features = false [dependencies.once_cell] version = "1" features = ["std"] default-features = false [dependencies.regex] version = "1" features = [ "std", "perf", "unicode", ] default-features = false