[package]
edition = "2024"
name = "banish"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A declarative DSL for building rule-based state machines."
homepage = "https://github.com/LoganFlaherty/banish"
readme = "README.md"
keywords = [
"state-machine",
"dsl",
"declarative",
"proc-macro",
"automata",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LoganFlaherty/banish"
[lib]
name = "banish"
path = "src/lib.rs"
[dependencies.banish_derive]
version = "1.2.0"