[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.regex]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
proc-macro = true
[package]
authors = ["Rakshith Ravi <rakshith.ravi@gmx.com>"]
description = "Preprocesses a struct with built-in preprocessors"
documentation = "https://docs.rs/preprocess"
edition = "2021"
homepage = "https://docs.rs/preprocess"
keywords = ["preprocess", "validation", "api", "test", "process"]
license = "MIT"
name = "preprocess-macro"
readme = "README.md"
repository = "https://github.com/patr-cloud/preprocess"
version = "0.3.2"