[package] name = "smart-default" description = "Rust custom-derive macro for Default with more control on the fields" version = "0.7.1" edition = "2021" authors = ["IdanArye "] license = "MIT" repository = "https://github.com/idanarye/rust-smart-default" documentation = "https://idanarye.github.io/rust-smart-default/" readme = "README.md" keywords = ["default"] [lib] proc-macro = true [dependencies] syn = "2" quote = "1" proc-macro2 = "1"