[package] name = "combination-err" version = "0.1.2" authors = ["Matt Coffin "] edition = "2018" license = "MIT" description = "procedural macro for combined error enums" repository = "https://gitlab.com/mcoffin/combination-err.git" homepage = "https://gitlab.com/mcoffin/combination-err" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "0.6" proc-macro2 = "0.4" [dependencies.syn] version = "0.15" features = [ "full" ]