zen-engine 0.55.1

Business rules engine
Documentation
# 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-engine"
version = "0.55.1"
authors = ["GoRules Team <bot@gorules.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Business rules engine"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gorules/zen.git"

[features]
arbitrary_precision = [
    "serde_json/arbitrary_precision",
    "zen-expression/arbitrary_precision",
    "zen-types/arbitrary_precision",
    "zen-tmpl/arbitrary_precision",
]
bindgen = ["rquickjs/bindgen"]
default = []

[lib]
name = "zen_engine"
path = "src/lib.rs"
doctest = false

[[test]]
name = "decision"
path = "tests/decision.rs"

[[test]]
name = "engine"
path = "tests/engine.rs"

[[test]]
name = "model"
path = "tests/model.rs"

[[bench]]
name = "engine"
path = "benches/engine.rs"
harness = false

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1"

[dependencies.downcast-rs]
version = "2.0"
features = [
    "std",
    "sync",
]

[dependencies.fixedbitset]
version = "0.5"

[dependencies.json_dotpath]
version = "1"

[dependencies.nohash-hasher]
version = "0.2"

[dependencies.once_cell]
version = "1"

[dependencies.petgraph]
version = "0.8"

[dependencies.rquickjs]
version = "0.10"
features = [
    "macro",
    "loader",
    "rust-alloc",
    "futures",
    "either",
    "properties",
]

[dependencies.rust_decimal]
version = "1"
features = ["maths-nopanic"]

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"
features = []

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "time",
]

[dependencies.zen-expression]
version = "0.55.1"

[dependencies.zen-tmpl]
version = "0.55.1"

[dependencies.zen-types]
version = "0.55.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["async_tokio"]

[dev-dependencies.insta]
version = "1.43"
features = [
    "yaml",
    "redactions",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.async-trait]
version = "0.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.http]
version = "1.3"

[target.'cfg(not(target_family = "wasm"))'.dependencies.jsonschema]
version = "0.33"

[target.'cfg(not(target_family = "wasm"))'.dependencies.reqsign]
version = "0.20"
features = [
    "aws",
    "azure",
    "google",
    "default-context",
]

[target.'cfg(not(target_family = "wasm"))'.dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.sha2]
version = "0.10"

[target.'cfg(target_family = "wasm")'.dependencies.jsonschema]
version = "0.33"
default-features = false

[target.'cfg(target_family = "wasm")'.dependencies.rquickjs]
version = "0.10"
features = [
    "macro",
    "loader",
    "rust-alloc",
    "futures",
    "either",
    "properties",
    "bindgen",
]