[dependencies.facet]
features = ["bytes"]
version = "0.40"
[dependencies.strid-macros]
version = "5.0.0"
[dev-dependencies.bytes]
version = "1"
[dev-dependencies.bytestring]
version = "1.3"
[dev-dependencies.compact_str]
version = "0.7"
[dev-dependencies.quickcheck]
version = "1"
[dev-dependencies.quickcheck_macros]
version = "1.0.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.smartstring]
version = "1"
[dev-dependencies.static_assertions]
version = "1"
[features]
alloc = []
default = ["alloc"]
[lib]
name = "strid"
path = "src/lib.rs"
[package]
authors = ["Marcus Griep <marcus@griep.us>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "rust-patterns"]
description = "Improve and strengthen your strings by making them strongly-typed with less boilerplate"
edition = "2024"
keywords = ["string", "newtype", "validation", "normalization"]
license = "Apache-2.0 OR MIT"
name = "strid"
readme = "README.md"
repository = "https://github.com/bearcove/strid"
version = "5.0.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "jumble"
path = "tests/jumble.rs"
[[test]]
name = "normalized"
path = "tests/normalized.rs"
[[test]]
name = "too_many_braids"
path = "tests/too_many_braids.rs"
[[test]]
name = "validated"
path = "tests/validated.rs"