[dependencies.serde]
default-features = false
optional = true
version = "1"
[dependencies.tinyvec]
version = "1.5"
[dependencies.tinyvec_macros]
optional = true
version = "0.1"
[dev-dependencies.serde_json]
version = "1"
[features]
alloc = ["tinyvec/alloc", "tinyvec_macros"]
default = []
rustc_1_40 = ["tinyvec/rustc_1_40"]
rustc_1_55 = ["tinyvec/rustc_1_55"]
rustc_1_57 = ["rustc_1_55"]
std = ["alloc"]
[package]
authors = ["ThatsNoMoon <git@thatsnomoon.dev>"]
categories = ["no-std", "data-structures", "text-processing"]
description = "tinyvec based string types"
edition = "2018"
keywords = ["no_std", "string", "data-structures"]
license = "MIT OR Apache-2.0"
name = "tinyvec_string"
readme = "README.md"
repository = "https://github.com/ThatsNoMoon/tinyvec_string"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docs_rs"]
[[test]]
name = "tinystring"
required-features = ["alloc"]
[[test]]
name = "arraystring"
required-features = ["alloc"]