[package] name = "derive-with" version = "0.5.0" edition = "2021" authors = ["lewiszlw "] description = "`#[derive(With)]` generates with-constructor for each field in struct." license = "MIT" repository = "https://github.com/systemxlabs/derive-with" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" syn = "2.0" quote = "1.0"