[package] name = "error_union_derive" version = "0.2.0" edition = "2021" license = "MIT" description = "Contains macros for ErrorUnion" homepage = "https://github.com/LupusWolf/ErrorUnion" repository = "https://github.com/LupusWolf/ErrorUnion" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.35" syn = { version = "2.0.55", features = ["full", "extra-traits"] } proc-macro2 = "1.0.79"