sinstr 0.4.0

A single WORD small string optimization library.
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"
rust-version = "1.91"
name = "sinstr"
version = "0.4.0"
authors = ["Tayfun Bocek <tayfunbocek@live.ca>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A single WORD small string optimization library."
readme = "README.md"
keywords = [
    "string",
    "compact",
    "small",
    "memory",
    "token",
]
categories = [
    "encoding",
    "parsing",
    "memory-management",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/airblast-dev/sinstr"

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

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

[[bench]]
name = "string_bench"
path = "benches/string_bench.rs"
harness = false

[dependencies]

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

[dev-dependencies.smol_str]
version = "0.3.6"