custom-string 0.9.0

This library aids in generating string types with custom validation.
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 = "custom-string"
version = "0.9.0"
authors = ["Nik Deapen <nik@deapen.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This library aids in generating string types with custom validation."
homepage = "https://github.com/nikdeapen/custom-string"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nikdeapen/custom-string"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
serde = ["dep:serde"]

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

[dependencies.document-features]
version = "0.2.12"
optional = true

[dependencies.paste]
version = "1.0.15"

[dependencies.serde]
version = "1.0.228"
optional = true

[dev-dependencies.serde_json]
version = "1"