strid-examples 8.0.0

Examples demonstrating usage of the `strid` crate
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 = "strid-examples"
version = "8.0.0"
authors = ["Marcus Griep <marcus@griep.us>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Examples demonstrating usage of the `strid` crate"
readme = "README.md"
keywords = [
    "string",
    "newtype",
    "validation",
    "normalization",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bearcove/strid"

[features]
bytestring-facet = []
compact_str-facet = []
smartstring-facet = []

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

[dependencies.bytes]
version = "1"

[dependencies.bytestring]
version = "1.5"
features = ["serde"]

[dependencies.compact_str]
version = "0.9"
features = ["serde"]

[dependencies.facet]
version = "0.43"
features = ["bytes"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.smartstring]
version = "1"
features = ["serde"]

[dependencies.strid]
version = "8.0.0"