validator_derive 0.12.0

Macros 1.1 implementation of #[derive(Validate)]
Documentation
[dependencies.if_chain]
version = "1"

[dependencies.lazy_static]
version = "1"

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

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

[dependencies.quote]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.syn]
features = ["extra-traits"]
version = "1"

[dependencies.validator_types]
version = "0.12"

[features]
card = ["validator_types/card"]
phone = ["validator_types/phone"]
unic = ["validator_types/unic"]

[lib]
proc-macro = true

[package]
authors = ["Vincent Prouillet <hello@vincentprouillet.com"]
description = "Macros 1.1 implementation of #[derive(Validate)]"
edition = "2018"
homepage = "https://github.com/Keats/validator"
keywords = ["validation", "api", "validator"]
license = "MIT"
name = "validator_derive"
repository = "https://github.com/Keats/validator"
version = "0.12.0"