[package] name = "derive_enum_macros" version = "0.2.2" authors = ["chankyin "] edition = "2018" license = "Apache-2.0" description = "Codegen for derive_enum" repository = "https://github.com/chankyin/derive_enum.git" homepage = "https://github.com/chankyin/derive_enum" [lib] proc-macro = true [features] default = [] name = [] from_str = [] iter = [] [dependencies] proc-macro2 = "0.4" quote = "0.6" syn = {version = "0.15", features = ["derive", "parsing", "proc-macro"]}