[[bench]]
harness = false
name = "engine"
path = "benches/engine.rs"
[dependencies.ahash]
version = "0.8.11"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.bincode]
optional = true
version = "2.0.0-rc.3"
[dependencies.fixedbitset]
version = "0.4.2"
[dependencies.itertools]
version = "0.13.0"
[dependencies.json_dotpath]
version = "1.1.0"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.petgraph]
version = "0.6.5"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.rquickjs]
features = ["macro", "loader", "rust-alloc", "futures", "either", "properties"]
version = "0.6.2"
[dependencies.rust_decimal]
features = ["maths-nopanic"]
version = "1.33.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.208"
[dependencies.serde_json]
features = ["arbitrary_precision"]
version = "1.0.126"
[dependencies.thiserror]
version = "1.0.63"
[dependencies.tokio]
features = ["sync", "time"]
version = "1.39.3"
[dependencies.zen-expression]
version = "0.30.0"
[dependencies.zen-tmpl]
version = "0.30.0"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.39.3"
[features]
bincode = ["dep:bincode"]
[lib]
doctest = false
name = "zen_engine"
path = "src/lib.rs"
[package]
authors = ["GoRules Team <bot@gorules.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Business rules engine"
edition = "2021"
license = "MIT"
name = "zen-engine"
readme = "README.md"
repository = "https://github.com/gorules/zen.git"
version = "0.30.0"
[[test]]
name = "decision"
path = "tests/decision.rs"
[[test]]
name = "engine"
path = "tests/engine.rs"
[[test]]
name = "model"
path = "tests/model.rs"