[dependencies.darling]
features = ["suggestions"]
version = "0.20"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.proc-macro-error]
version = "1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
[lib]
proc-macro = true
[package]
authors = ["Vincent Prouillet <hello@vincentprouillet.com"]
description = "Macros 1.1 implementation of #[derive(Validate)]"
edition = "2021"
homepage = "https://github.com/Keats/validator"
keywords = ["validation", "api", "validator"]
license = "MIT"
name = "validator_derive"
readme = "README.md"
repository = "https://github.com/Keats/validator"
version = "0.18.2"