validify 1.0.0

Provides struct validation and modification functionality through the use of derive macros
Documentation
[dependencies.card-validate]
version = "2.3"

[dependencies.chrono]
version = "0.4.24"

[dependencies.idna]
version = "0.3"

[dependencies.indexmap]
features = ["serde-1"]
version = "1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.phonenumber]
version = "0.3.2"

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

[dependencies.regex]
version = "1.7.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.serde_json]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1.0.103"

[dependencies.unic-ucd-common]
version = "0.9"

[dependencies.url]
version = "2.3.1"

[dependencies.validify_derive]
version = "1.0.0"

[package]
authors = ["Vincent Prouillet <hello@vincentprouillet.com", "biblius <crazycompanyxxl@gmail.com>"]
description = "Provides struct validation and modification functionality through the use of derive macros"
edition = "2021"
exclude = ["derive_tests/"]
homepage = "https://github.com/biblius/validify"
keywords = ["modify", "payload", "validate", "validify"]
license = "MIT"
name = "validify"
readme = "README.md"
repository = "https://github.com/biblius/validify"
resolver = "1"
version = "1.0.0"