[package] name = "struct_mapping_derive" version = "1.0.1" edition = "2021" authors = ["Walter Bonetti "] license = "MIT OR Apache-2.0" description = "Token StructMapping for testing StructMapping implementations" keywords = ["struct_mapping", "accessors", "mutators", "derive"] include = ["src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] repository = "https://github.com/IniterWorker/struct_mapping" [lib] proc-macro = true [dev-dependencies] struct_mapping = { version = "1.0", path = "../struct_mapping" } [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["parsing"] } darling = "0.14.1"