mogh_validations 1.0.0

Utilities to validate incoming strings.
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.bson]
optional = true
version = "3.1.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.url]
version = "2.5.8"

[features]
bson = ["dep:bson"]

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

[package]
authors = ["moghtech <contact@mogh.tech>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities to validate incoming strings."
edition = "2024"
license = "MPL-2.0"
name = "mogh_validations"
readme = "README.md"
repository = "https://github.com/moghtech/lib"
resolver = "2"
version = "1.0.0"