[package] name = "auto_from" version = "0.3.0" authors = ["Nate Mara "] description = "Automatically implement std::convert::From for enum variants with single fields" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/natemara/auto_from" edition = "2018" [lib] proc-macro = true [dependencies] quote = "0.6.9" syn = { version = "0.15.15", features = ["full", "extra-traits"] } proc-macro2 = "0.4.20"