[dependencies.maplit]
version = "1.0"
[dependencies.regex]
version = "1.12.2"
[dependencies.serde_json]
version = "1.0.145"
[lib]
name = "rustforms"
path = "src/lib.rs"
[package]
authors = ["Pat <pmatysiewicz1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "data-structures"]
description = "Universal form validation compatible with json and hashmap input types"
edition = "2024"
keywords = ["form", "validation", "json", "serde", "rust"]
license = "MIT"
name = "rustforms"
readme = "README.md"
repository = "https://gitlab.com/pmatysiewicz/rustforms"
version = "1.0.1"
[[test]]
name = "json_mapping"
path = "tests/json_mapping.rs"
[[test]]
name = "validation"
path = "tests/validation.rs"