[package] name = "marshmallow_macros" description = "Macros used by marshmallow_fm. Useless on its own." version = "0.1.0" edition = "2018" authors = ["Luuk van Oijen "] license = "MIT" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0.74", features = ["full"] } quote = "1.0.9"