[package] name = "enumer_derive" version = "0.1.1" license = "MIT/Apache-2.0" authors = ["Bob "] keywords = ["enum"] description = "enum helper" homepage = "https://github.com/nottxy/enumer" repository = "https://github.com/nottxy/enumer" documentation = "https://docs.rs/enumer" [lib] proc-macro = true [dependencies] syn = "0.11" quote = "0.3"