mushroomdb-rules 0.6.9

Rule evaluation engine for mushroomdb: declarative predicates and trigger logic
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"
rust-version = "1.92.0"
name = "mushroomdb-rules"
version = "0.6.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rule evaluation engine for mushroomdb: declarative predicates and trigger logic"
readme = false
keywords = [
    "graph",
    "embedded",
    "database",
    "mcp",
    "agent-memory",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MatthewSherlin/mushroomdb"

[features]
test-hooks = []

[lib]
name = "core_rules"
path = "src/lib.rs"

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

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

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

[dependencies.bincode]
version = "1"

[dependencies.core-storage]
version = "0.6.9"
package = "mushroomdb-storage"

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

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.serde_json]
version = "1"