[package] name = "eraserhead-derive" description = "Derive for Erase trait in eraserhead crate" version = "1.0.0" authors = ["Without Boats "] edition = "2018" repository = "https://github.com/withoutboats/eraserhead" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1" quote = "1" syn = "1" [lib] proc-macro = true