fluentval 0.1.1

A fluent validation library for Rust with a builder pattern API
Documentation
[[bin]]
name = "fluentval"
path = "src/main.rs"

[dependencies.regex]
version = "1.10"

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

[package]
authors = ["https://github.com/bezaeel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fluent validation library for Rust with a builder pattern API"
edition = "2021"
keywords = ["validation", "fluent", "validator", "builder", "rules"]
license = "MIT OR Apache-2.0"
name = "fluentval"
readme = "README.md"
repository = "https://github.com/bezaeel/fluentval"
version = "0.1.1"

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"