validatrix 0.4.0

Composable validation library
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 = "2021"
rust-version = "1.78"
name = "validatrix"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable validation library"
readme = "README.md"
keywords = [
    "validation",
    "serde",
]
categories = [
    "data-structures",
    "encoding",
    "parsing",
]
license = "MIT"
repository = "https://github.com/clbarnes/validatrix"

[features]
serde = ["dep:serde"]

[lib]
name = "validatrix"
path = "src/lib.rs"

[[bench]]
name = "validate_benchmark"
path = "benches/validate_benchmark.rs"
harness = false

[dependencies.serde]
version = "1"
optional = true

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.143"
features = ["indexmap"]