[[bench]]
harness = false
name = "engine"
path = "benches/engine.rs"
[dependencies.ahash]
version = "0.8"
[dependencies.anyhow]
version = "1"
[dependencies.fixedbitset]
version = "0.5"
[dependencies.json_dotpath]
version = "1"
[dependencies.jsonschema]
version = "0.29"
[dependencies.once_cell]
version = "1"
[dependencies.petgraph]
version = "0.8"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.rquickjs]
features = ["macro", "loader", "rust-alloc", "futures", "either", "properties"]
version = "0.9"
[dependencies.rust_decimal]
features = ["maths-nopanic"]
version = "1"
[dependencies.serde]
features = ["derive", "rc"]
version = "1"
[dependencies.serde_json]
features = ["arbitrary_precision"]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["sync", "time"]
version = "1"
[dependencies.zen-expression]
version = "0.43.0"
[dependencies.zen-tmpl]
version = "0.43.0"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[lib]
doctest = false
name = "zen_engine"
path = "src/lib.rs"
[package]
authors = ["GoRules Team <bot@gorules.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.43.0"
[[test]]
name = "decision"
path = "tests/decision.rs"
[[test]]
name = "engine"
path = "tests/engine.rs"
[[test]]
name = "model"
path = "tests/model.rs"