validator-async-derive 0.20.0

Macros 1.1 implementation of #[derive(Validate)]
Documentation
[package]

name = "validator-async-derive"

version = "0.20.0"

authors = ["Vincent Prouillet <hello@vincentprouillet.com"]

license = "MIT"

description = "Macros 1.1 implementation of #[derive(Validate)]"

homepage = "https://github.com/Keats/validator"

repository = "https://github.com/Salman-Sali/validator-async"

keywords = ["validation", "api", "validator"]

edition = "2021"

readme = "../README.md"

rust-version = { workspace = true }



[lib]

proc-macro = true



[dependencies]

syn = "2"

quote = "1"

proc-macro2 = "1"

proc-macro-error2 = "2"

darling = { version = "0.20", features = ["suggestions"] }



[features]

nightly_features = ["proc-macro-error2/nightly"]