[package] name = "fi-night" version = "0.1.6" authors = ["Yury "] edition = "2018" description = "Statically typed Finite State Machine and Pushdown Automaton implementation" license = "MIT OR Apache-2.0" repository = "https://github.com/Retamogordo/fi-night" keywords = ["finite-state-machine", "fsm", "pushdown-automaton", "moore-machine", "statically-typed"] [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = {version = "1.0.74", features = ["full", "extra-traits"]} quote = "1.0.9" proc-macro2 = "1.0.28" convert_case = "0.4.0" regex = "1.5.4" [features] meta_iter = [] fsm_gen_code = []