reliakit-validate 0.3.2

Composable validation traits and error types for Rust structs and values.
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.85"
name = "reliakit-validate"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable validation traits and error types for Rust structs and values."
homepage = "https://github.com/satyakwok/reliakit"
documentation = "https://docs.rs/reliakit-validate"
readme = "README.md"
keywords = [
    "validation",
    "rules",
    "constraints",
    "no-std",
    "reliability",
]
categories = [
    "data-structures",
    "rust-patterns",
    "no-std",
]
license = "MIT"
repository = "https://github.com/satyakwok/reliakit"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
default = ["std"]
std = ["alloc"]

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

[dependencies]

[lints.rust]
unsafe_code = "forbid"