# 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-parser" version = "0.4.2" authors = ["Tim Buckley "] exclude = [".circleci/**/*"] description = "a Rust library for parsing and validating Prometheus query expressions" homepage = "https://github.com/HewlettPackard/prometheus-parser-rs/" readme = "README.md" keywords = ["parser", "prometheus", "pest"] license = "MIT" repository = "https://github.com/HewlettPackard/prometheus-parser-rs/" [lib] name = "prometheus_parser" path = "src/lib.rs" [dependencies.enquote] version = "1.1" [dependencies.lazy_static] version = "1" [dependencies.pest] version = "2.1" [dependencies.pest_consume] version = "1.1" [dependencies.pest_consume_macros] version = "1.1" [dependencies.pest_derive] version = "2.1" [dev-dependencies.maplit] version = "1" [badges.circle-ci] branch = "master" repository = "HewlettPackard/prometheus-parser-rs"