# 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 = "zen-parser" version = "0.2.1" authors = ["GoRules Team "] description = "Zen expression language parser" readme = "README.md" license = "MIT" repository = "https://github.com/gorules/zen.git" resolver = "1" [[bench]] name = "unary" harness = false [[bench]] name = "standard" harness = false [[bench]] name = "lexer" harness = false [dependencies.ahash] version = "0.8.3" [dependencies.bumpalo] version = "3.12.0" [dependencies.once_cell] version = "1.17.1" [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.rust_decimal] version = "1.29.1" [dependencies.rust_decimal_macros] version = "1.29.1" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.criterion] version = "0.4.0"