mogh_validations 1.0.1

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.regex]
version = "1.12.3"

[dependencies.url]
version = "2.5.8"