# 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 = "cel-parser" version = "0.8.0" authors = [ "Tom Forbes ", "Clark McCauley ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for the Common Expression Language (CEL)" readme = "README.md" categories = ["parsing"] license = "MIT" repository = "https://github.com/clarkmcc/cel-rust" [lib] name = "cel_parser" path = "src/lib.rs" [[bench]] name = "runtime" path = "benches/runtime.rs" harness = false [dependencies.lalrpop-util] version = "0.22.0" features = ["lexer"] [dependencies.regex] version = "1.4.2" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [build-dependencies.lalrpop] version = "0.22.0" features = ["lexer"]