[package] name = "statement" version = "0.1.4" edition = "2021" authors = ["Christopher Shain "] repository = "https://github.com/ChrisShain/statement" license = "MIT" description = "An event-driven state machine library for Rust" [dependencies] thiserror = "1.0.65" [dev-dependencies] anyhow = "1.0.91" atomic_float = "1.1.0" tracing = "0.1.40"