[package]
authors = ["biblius <crazycompanyxxl@gmail.com>"]
description = "An extension of the validator crate that enables payload modification"
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"
version = "0.1.0"
[dependencies]
card-validate = { version = "2.2" }
derive_validator = { version = "0.1.0", path = "../derive_validator" }
derive_validify = { version = "0.1.0", path = "../derive_validify" }
idna = "0.2"
indexmap = { version = "1", features = ["serde-1"] }
lazy_static = "1"
phonenumber = { version = "0.3" }
proc-macro2 = "1.0.47"
regex = "1"
serde = "1.0.152"
serde_derive = "1"
serde_json = "1"
syn = { version = "1.0.103", features = ["full"] }
unic-ucd-common = { version = "0.9" }
url = "2"