[package] name = "incrstruct_derive" description = "The IncrStruct derive macro, see crate incrstruct" version= "0.1.3" edition.workspace = true authors.workspace = true repository.workspace = true license.workspace = true readme.workspace = true [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.86" quote = "1.0.36" syn = { version = "2.0.73", features = ["extra-traits"] }