dotzuki-rules 0.1.1

No-code RON authoring loader + closed primitive interpreter for dotzuki-engine's battle effect-stack. Parses a rules.ron into runtime Effects dispatched through ONE zero-capture interpreter-bridge fn keyed by source_effect (doc 11 Option A — zero engine change).
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 = "dotzuki-rules"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "No-code RON authoring loader + closed primitive interpreter for dotzuki-engine's battle effect-stack. Parses a rules.ron into runtime Effects dispatched through ONE zero-capture interpreter-bridge fn keyed by source_effect (doc 11 Option A — zero engine change)."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/liuyanghejerry/dotzuki"

[features]
compile-time = ["dep:dotzuki-rules-macro"]
default = []
hot-reload = ["dep:notify"]

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

[[example]]
name = "compile_time"
path = "examples/compile_time.rs"
required-features = ["compile-time"]

[dependencies.dotzuki-engine]
version = "0.1.1"

[dependencies.dotzuki-rules-macro]
version = "0.1.1"
optional = true

[dependencies.notify]
version = "6"
optional = true

[dependencies.ron]
version = "0.8"

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

[dependencies.thiserror]
version = "2"