[package]
name = "expression_engine"
version = "0.5.3"
edition = "2021"
description = "An expression engine written in pure rust"
license = "Apache-2.0"
homepage = "https://github.com/ashyanSpada/expression_engine_rs"
keywords = [
"rule-engine",
"expression-engine",
"math-engine",
"expressionengine",
"ruleengine"
]
repository = "https://github.com/ashyanSpada/expression_engine_rs"
documentation = "https://docs.rs/expression_engine/latest/expression_engine/"
[dependencies]
rust_decimal = "1.26.1"
once_cell = "1.17.1"