[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[features]
default = []
no_unsafe = []
serde = ["dep:serde"]
[package]
description = "A more compact but limited representation of a list of strings or bytestrings."
edition = "2021"
homepage = "https://github.com/Vonr/compact_strings"
include = ["src/**/*", "README.md"]
license = "MIT"
name = "compact_strings"
readme = "README.md"
repository = "https://github.com/Vonr/compact_strings"
rust-version = "1.60.0"
version = "4.1.0"
[package.metadata.docs.rs]
all-features = false
features = ["serde"]
rustdoc-args = ["--cfg", "docsrs"]