[package] name = "default-with" version = "0.1.1" categories = ["development-tools", "development-tools::procedural-macro-helpers"] edition = "2021" keywords = ["macro", "default", "destructure"] license = "MIT OR Apache-2.0" repository = "https://github.com/joshuachp/default-with" description = "Fill a struct that cannot implement Default with the remaining fields initialized with Default::default" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]