shapash 0.1.15

A deterministic, auditable forward-chaining rule engine with pluggable scoring
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 = "shapash"
version = "0.1.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A deterministic, auditable forward-chaining rule engine with pluggable scoring"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Sing-Security/Shapash"

[features]
default = []
onnx = ["tract-onnx"]

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

[[example]]
name = "c01-simple-pipeline"
path = "examples/c01-simple-pipeline.rs"

[dependencies.derive_more]
version = "2"
features = [
    "from",
    "display",
]

[dependencies.hel]
version = "0.2.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tract-onnx]
version = "0.21"
optional = true

[dev-dependencies.tempfile]
version = "3"

[lints.rust]
unsafe_code = "forbid"