validators-derive 0.26.0

The provided crate offers a procedural macro for defining validators, including optional parameters.
# 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"
rust-version = "1.89"
name = "validators-derive"
version = "0.26.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The provided crate offers a procedural macro for defining validators, including optional parameters."
homepage = "https://magiclen.org/validators"
readme = "README.md"
keywords = [
    "validator",
    "validation",
    "user",
    "serde",
    "rocket",
]
categories = [
    "no-std",
    "parser-implementations",
    "value-formatting",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/magiclen/validators"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
base32 = []
base32_decoded = []
base64 = []
base64_decoded = []
base64_url = []
base64_url_decoded = []
bit = []
boolean = []
byte = []
domain = ["dep:educe"]
email = ["dep:educe"]
full = ["syn/full"]
host = ["dep:educe"]
http_ftp_url = []
http_url = []
ip = ["dep:educe"]
ipv4 = ["dep:educe"]
ipv6 = ["dep:educe"]
json = []
length = []
line = []
mac_address = []
number = []
phone = ["dep:phonenumber"]
regex = ["dep:regex"]
rocket = []
semver = []
semver_req = []
serde = []
signed_integer = []
std = []
test = []
text = []
unsigned_integer = []
url = []
uuid = []

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

[dependencies.educe]
version = "0.7"
features = ["Debug"]
optional = true
default-features = false

[dependencies.enum-ordinalize]
version = "4.4"
features = ["derive"]
default-features = false

[dependencies.phonenumber]
version = "0.3.10"
optional = true

[dependencies.proc-macro2]
version = "1.0.83"

[dependencies.quote]
version = "1.0.44"

[dependencies.regex]
version = "1.7"
optional = true

[dependencies.syn]
version = "2.0.87"