[package] name = "fancy_constructor" version = "2.0.0" authors = ["Art "] description = "Derive a highly configurable constructor for your struct" keywords = ["derive", "new", "constructor", "macro", "configurable"] edition = "2021" rust-version = "1.71.0" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/Alorel/fancy_constructor-rs.git" categories = ["development-tools"] include = ["src/", "Cargo.toml"] [lib] proc-macro = true [dependencies] macroific = {version = "2", features = ["attr_parse", "full"]} quote = "1" proc-macro2 = "1" syn = "2"