# 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 = "expression_engine" version = "0.7.0" description = "An expression engine written in pure rust" homepage = "https://github.com/ashyanSpada/expression_engine_rs" documentation = "https://docs.rs/expression_engine/latest/expression_engine/" readme = "README.md" keywords = [ "rule-engine", "expression-engine", "math-engine", "expressionengine", "ruleengine", ] license = "Apache-2.0" repository = "https://github.com/ashyanSpada/expression_engine_rs" [[bench]] name = "execute_expression" harness = false [dependencies.once_cell] version = "1.18.0" [dependencies.rust_decimal] version = "1.31.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rstest] version = "0.18.2"