preprocess-macro 0.5.10

Preprocesses a struct with built-in preprocessors
Documentation
[dependencies.proc-macro2]
default-features = false
features = ["default"]
version = "1"

[dependencies.quote]
default-features = false
features = ["default"]
version = "1"

[dependencies.regex]
default-features = false
features = ["default"]
version = "1"

[dependencies.syn]
default-features = false
features = ["default", "full"]
version = "2"

[lib]
name = "preprocess_macro"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
all = "warn"
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
missing_docs_in_private_items = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[package]
authors = ["Rakshith Ravi <rakshith.ravi@gmx.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Preprocesses a struct with built-in preprocessors"
documentation = "https://docs.rs/preprocess"
edition = "2024"
homepage = "https://docs.rs/preprocess"
keywords = ["api", "preprocess", "process", "test", "validation"]
license = "MIT"
name = "preprocess-macro"
readme = "README.md"
repository = "https://github.com/patr-cloud/preprocess"
version = "0.5.10"