[package] name = "derive-finite-automaton" description = "Procedural macro for generating finite automaton" version = "0.2.0" repository = "https://github.com/kaleidawave/derive-finite-automaton" authors = ["Ben "] keywords = ["parsing", "tokenization", "utils"] categories = ["parsing"] license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] derive-finite-automaton-derive = { version = "0.2.0", path = "../derive-finite-automaton-derive" } # Just for the example [features] special = []