[package] name = "make_fields" version = "0.1.0" edition = "2021" license = "MIT" description = "Tiny derive macro to work with fields inspired by lens's makeFields" homepage = "https://github.com/aloussase/make_fields" repository = "https://github.com/aloussase/make_fields" readme = "README.md" keywords = ["macro", "fields"] [dependencies] syn = { version = "2.0", features = ["full"] } quote = "1.0" convert_case = "0.6.0" proc-macro2 = "1.0.56" devise = "0.4.1" [lib] proc-macro = true