# 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 = "simple-test" version = "0.3.1" authors = ["The GreptimeDB Project Developers"] description = "Parse PromQL query into AST" readme = "README.md" keywords = [ "prometheus", "promql", "parser", ] categories = ["parser-implementations"] license = "Apache-2.0" repository = "https://github.com/GreptimeTeam/promql-parser" [dependencies.cfgrammar] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.lrlex] version = "0.12.0" [dependencies.lrpar] version = "0.12.0" [dependencies.regex] version = "1" [build-dependencies.cfgrammar] version = "0.12" [build-dependencies.lrlex] version = "0.12.0" [build-dependencies.lrpar] version = "0.12.0"