validator-async-derive 0.20.0

Macros 1.1 implementation of #[derive(Validate)]
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.81"
name = "validator-async-derive"
version = "0.20.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros 1.1 implementation of #[derive(Validate)]"
homepage = "https://github.com/Keats/validator"
readme = "README.md"
keywords = [
    "validation",
    "api",
    "validator",
]
license = "MIT"
repository = "https://github.com/Salman-Sali/validator-async"

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

[lib]
name = "validator_async_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.darling]
version = "0.20"
features = ["suggestions"]

[dependencies.proc-macro-error2]
version = "2"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"