[package] authors = ["rise0chen "] categories = ["rust-patterns"] description = "Derive macros for generating each field in a struct" documentation = "https://docs.rs/struct_field" edition = "2018" keywords = ["struct", "field"] license = "MIT" name = "struct_field" readme = "README.md" repository = "https://github.com/rise0chen/struct_field" version = "0.1.6" [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = "1.0" [dev-dependencies] struct_field_names = "0.2" [lib] proc-macro = true