[dependencies.darling]
features = ["suggestions"]
version = "0.20"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.proc-macro-error2]
version = "2"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
[features]
nightly_features = ["proc-macro-error2/nightly"]
[lib]
name = "validator_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Vincent Prouillet <hello@vincentprouillet.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.19.0"