[dependencies.async-trait]
version = "0.1.85"
[dependencies.mongodb]
version = "3.2.3"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[lib]
name = "validate_ro"
path = "src/lib.rs"
[package]
authors = ["Kak Smko <ba.smko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A flexible validation framework with sync/async support and MongoDB integration"
documentation = "https://docs.rs/validate-ro"
edition = "2024"
keywords = ["validation", "validator", "forms", "mongodb", "async"]
license = "MIT OR Apache-2.0"
name = "validate-ro"
readme = "README.md"
repository = "https://github.com/kak-smko/validate-ro"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "main"
path = "tests/main.rs"
[[test]]
name = "rules"
path = "tests/rules.rs"