validator_derive 0.17.0

Macros 1.1 implementation of #[derive(Validate)]
Documentation
[dependencies.darling]
features = ["suggestions"]
version = "0.20"

[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.regex]
default-features = false
features = ["std"]
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.17.0"