fluentval 0.1.5

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

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

[[example]]
name = "main"
path = "examples/main.rs"

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

[dependencies.regex]
version = "1.10"