# 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.3-alpha9" authors = ["Tim Buckley "] build = false exclude = [".github/**/*"] autobins = false autoexamples = false autotests = false autobenches = false 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" [[example]] name = "label_drop" path = "examples/label_drop.rs" [[example]] name = "label_passthrough" path = "examples/label_passthrough.rs" [[example]] name = "parse" path = "examples/parse.rs" [[example]] name = "reformat" path = "examples/reformat.rs" [[example]] name = "return_value" path = "examples/return_value.rs" [[test]] name = "label_passthrough" path = "tests/label_passthrough.rs" [[test]] name = "simple" path = "tests/simple.rs" [[test]] name = "subquery" path = "tests/subquery.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"