cold-string 0.2.0

A 1-word SSO string that saves up to 24 bytes over String.
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"
rust-version = "1.60.0"
name = "cold-string"
version = "0.2.0"
authors = ["tomtomwombat"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A 1-word SSO string that saves up to 24 bytes over String."
homepage = "https://github.com/tomtomwombat/cold-string/"
readme = "README.md"
keywords = [
    "string",
    "compact",
    "small",
    "memory",
]
categories = [
    "encoding",
    "parsing",
    "memory-management",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tomtomwombat/cold-string/"

[badges.maintenance]
status = "actively-developed"

[features]
default = []
rkyv = [
    "dep:rkyv",
    "rkyv/alloc",
    "rkyv/bytecheck",
]
serde = [
    "dep:serde",
    "serde/alloc",
]

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

[[test]]
name = "property"
path = "tests/property.rs"

[dependencies.rkyv]
version = "0.8.15"
optional = true
default-features = false

[dependencies.rustversion]
version = "1.0.22"

[dependencies.serde]
version = "1.0.228"
optional = true
default-features = false

[dependencies.sptr]
version = "0.3.2"
default-features = false

[dev-dependencies.hashbrown]
version = "0.12.3"

[dev-dependencies.proptest]
version = "=1.8.0"
features = [
    "std",
    "bit-set",
]
default-features = false

[dev-dependencies.serde_test]
version = "1.0.177"