[package] name = "derive-enum-error" version = "0.0.1" authors = ["John Xu "] description = "Derive macro for `std::error::Error`" readme = "README.md" keywords = ["derive", "error", "display"] repository = "https://github.com/dyxushuai/derive-enum-error-rs" license = "MIT/Apache-2.0" build = "build.rs" edition = "2018" [lib] proc-macro = true [build-dependencies] rustc_version = "0.2.3" [dependencies] quote = "0.6.12" syn = "0.15.39" synstructure ="0.10.2" proc-macro2 ="0.4.30"