[dependencies.chrono]
version = "0.4.24"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.proc-macro-error]
version = "1.0.4"
[dependencies.proc-macro2]
version = "1.0.56"
[dependencies.quote]
version = "1.0.26"
[dependencies.regex]
version = "1.5.5"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0.15"
[lib]
proc-macro = true
[package]
authors = ["Vincent Prouillet <hello@vincentprouillet.com", "biblius <crazycompanyxxl@gmail.com>"]
description = "Derive macros for the validify crate"
edition = "2021"
homepage = "https://github.com/biblius/validify"
keywords = ["modify", "payload", "validate", "validify"]
license = "MIT"
name = "validify_derive"
readme = "README.md"
repository = "https://github.com/biblius/validify"
version = "1.2.0"