[package] name = "prometheus-parser" description = "a Rust library for parsing and validating Prometheus query expressions" authors = ["Tim Buckley "] edition = "2018" license = "MIT" keywords = ["parser", "prometheus", "pest"] homepage = "https://github.com/HewlettPackard/prometheus-parser-rs/" repository = "https://github.com/HewlettPackard/prometheus-parser-rs/" exclude = [".circleci/**/*"] readme = "README.md" # NOTE: do not change the version here, it will be replaced with the git tag # version by CI version = "0.4.2" [badges] circle-ci = { repository = "HewlettPackard/prometheus-parser-rs", branch = "master" } [dependencies] pest = "2.1" pest_consume = "1.1" pest_derive = "2.1" pest_consume_macros = "1.1" enquote = "1.1" lazy_static = "1" [dev-dependencies] maplit = "1" [lib] name = "prometheus_parser" path = "src/lib.rs"