[package] name = "statemachine" version = "0.1.0" authors = ["FloorIsJava "] edition = "2018" description = "Provides utilities for working with statemachines." license = "MIT" readme = "README.md" repository = "https://gitlab.com/FloorIsJava/statemachine" keywords = ["statemachine", "fsm", "state", "automaton"] categories = ["parsing", "data-structures"] [dependencies] statemachine-macro = "0.1"