aliri_braid 0.4.0

Improve and strengthen your strings by making them strongly-typed with less boilerplate
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 = "2018"
name = "aliri_braid"
version = "0.4.0"
authors = ["Marcus Griep <marcus@griep.us>"]
description = "Improve and strengthen your strings by making them strongly-typed with less boilerplate"
readme = "README.md"
keywords = [
    "string",
    "newtype",
    "validation",
    "normalization",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/neoeinstein/aliri_braid"

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

[dependencies.aliri_braid_impl]
version = "=0.4.0"

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

[dev-dependencies.bytestring]
version = "1.1"

[dev-dependencies.compact_str]
version = "0.7"

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

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

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

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

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

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

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