[package] name = "alphabet-macro" version = "0.1.2" authors = ["FloorIsJava "] edition = "2018" description = "Provides a macro that can be used to easily create const alphabets." license = "MIT" readme = "README.md" repository = "https://gitlab.com/FloorIsJava/alphabet-macro" keywords = ["macros", "alphabet", "formal-language", "language", "helper"] categories = ["parsing", "mathematics", "data-structures"] [lib] proc-macro = true [dependencies] quote = "1.0" syn = "1.0"