moduforge-rules-engine 0.5.0

moduforge 引擎规则
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 = "2024"
name = "moduforge-rules-engine"
version = "0.5.0"
authors = ["String <348040933@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "moduforge 引擎规则"
homepage = "https://github.com/Cassielxd/moduforge-rs"
documentation = "https://github.com/Cassielxd/moduforge-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Cassielxd/moduforge-rs"
resolver = "2"

[lib]
name = "mf_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.fixedbitset]
version = "0.5"

[dependencies.json_dotpath]
version = "1"

[dependencies.jsonschema]
version = "0.29"

[dependencies.moduforge-rules-expression]
version = "0.5.0"

[dependencies.moduforge-rules-template]
version = "0.5.0"

[dependencies.once_cell]
version = "1"

[dependencies.petgraph]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

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

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

[dependencies.serde_json]
version = "1.0"
features = ["arbitrary_precision"]

[dependencies.thiserror]
version = "2.0.12"

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

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

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