[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"