tiny-str 0.10.1

Small string optimization
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 = "tiny-str"
version = "0.10.1"
authors = ["Saúl Valdelvira <saul@saulv.es>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small string optimization"
readme = "README"
license = "GPL-3.0-only"
repository = "https://github.com/saulvaldelvira/tiny-vec"
resolver = "2"

[features]
alloc = ["tiny-vec/alloc"]
default = ["alloc"]
serde = ["dep:serde"]
use-nightly-features = ["tiny-vec/use-nightly-features"]

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

[[bench]]
name = "bench"
path = "benches/bench.rs"

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

[dependencies.tiny-vec]
version = ">=0.1.0"
default-features = false
package = "tiny-vec"