[package] name = "validated_struct_macros" version = "2.1.0" edition = "2018" authors = ["Pierre Avital "] description = "Macros for validated_struct" keywords = ["proc-macros"] license = "EPL-2.0" repository = "https://github.com/p-avital/validated-struct-macros-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] serde = [] serde_json = [] dot_separator = [] [dependencies] proc-macro2 = "1" syn = { version = "1", features = ["full"] } quote = "1.0.2" unzip-n = "0.1.2" [lib] proc-macro = true