[package]
name = "smart-string"
version = "0.1.2"
license = "MIT/Apache-2.0"
authors = ["Alexander Irbis <irbis.labs@gmail.com>"]
description = "A collection of string types and traits designed for enhanced string manipulation."
keywords = ["string", "inline", "display", "no-heap", "optimization"]
categories = [
"data-structures",
"rust-patterns",
]
readme = "README.md"
homepage = "https://github.com/irbis-labs/smart-string"
repository = "https://github.com/irbis-labs/smart-string"
documentation = "https://docs.rs/smart-string/"
edition = "2021"
[badges]
[features]
default = ["serde"]
[dependencies]
rustversion = "1"
serde = { version = "1", optional = true }