strid 8.0.0

Improve and strengthen your strings by making them strongly-typed with less boilerplate
Documentation
[package]
name = "strid"
description = "Improve and strengthen your strings by making them strongly-typed with less boilerplate"
keywords = [ "string", "newtype", "validation", "normalization" ]
categories = [ "data-structures", "rust-patterns" ]
version = "8.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "../../README.md"

[features]
default = ["alloc"]
alloc = []

[dependencies]
strid-macros = { version = "8.0.0", path = "../strid-macros" }
facet.workspace = true

[dev-dependencies]
bytes = "1"
bytestring = "1.5"
compact_str = "0.9"
quickcheck = "1"
quickcheck_macros = "1.1.0"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
smartstring = "1"
static_assertions = "1"

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

[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]