[package] name = "finite-automata" version = "0.1.1" authors = ["Robert Durfee "] description = "A collection of extendable finite automata with immutable state and transition data." license-file = "LICENSE" repository = "https://github.com/RobertDurfee/FiniteAutomata" readme = "README.md" keywords = ["finite-automata", "finite-state-machine", "state-machine", "automata"] categories = ["data-structures"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] segment-map = "0.1.0"