preprocess-macro 0.5.11

Preprocesses a struct with built-in preprocessors
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

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

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

[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"