[package] name = "partial_derive2_derive" documentation = "https://docs.rs/partial_derive2_derive" description.workspace = true authors.workspace = true categories.workspace = true edition.workspace = true license.workspace = true repository.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = "2.0" [lib] proc-macro = true