[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.struct-validation-core]
version = "0.1.1"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "struct_validation_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Matthew Lyon <matthew@lyon.systems>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools"]
description = "Procedural macros for deriving validation implementations on structs."
edition = "2021"
keywords = ["validation", "derive", "proc-macro"]
license = "MIT"
name = "struct-validation-derive"
readme = false
repository = "https://github.com/MatthewIsHere/struct-validation"
version = "0.1.2"