[package] name = "impl-new-derive" version = "0.1.2" edition = "2021" license = "MIT" description = "Derive macro for implementing the `new` method for structs" homepage = "https://github.com/rust-dd/impl-new-derive.git" documentation = "https://docs.rs/impl-new-derive" repository = "https://github.com/rust-dd/impl-new-derive.git" readme = "README.md" keywords = [ "proc-macro", "derive", "impl-new", ] [dependencies] proc-macro2 = "1.0.86" quote = "1.0.37" syn = "2.0.79" [lib] proc-macro = true