[package] name = "struct_derive" description = "automatically apply function on certain type of struct" version = "0.2.1" edition = "2021" authors = ["MagicWenli "] license = "MIT" repository = "https://github.com/magicwenli/struct_derive" [lib] path = "src/lib.rs" proc-macro = true [dependencies] darling = "0.20.9" proc-macro2 = "1.0.86" quote = "1.0.36" syn = "2.0.69"