[package] name = "enumscribe" version = "0.1.0" authors = ["Tom Panton "] edition = "2018" license = "MIT" description = "Procedural macros for converting between enums and strings" [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0"