[[bench]]
harness = false
name = "bench"
[badges.appveyor]
branch = "master"
repository = "Robbepop/string-interner"
service = "github"
[badges.travis-ci]
repository = "Robbepop/string-interner"
[dependencies.cfg-if]
version = "1.0"
[dependencies.hashbrown]
default-features = false
features = ["ahash"]
version = "0.14.0"
[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1.0"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.fxhash]
version = "0.2"
[dev-dependencies.serde_json]
version = "1.0"
[features]
backends = []
default = ["std", "serde-1", "inline-more", "backends"]
inline-more = ["hashbrown/inline-more"]
serde-1 = ["serde"]
std = ["serde/std"]
test-allocations = []
[package]
authors = ["Robbepop"]
categories = ["data-structures"]
description = "Efficient string interner with minimal memory footprint\nand fast access to the underlying strings.\n"
documentation = "https://docs.rs/string-interner"
edition = "2021"
keywords = ["interner", "intern", "string", "str", "symbol"]
license = "MIT/Apache-2.0"
name = "string-interner"
readme = "README.md"
repository = "https://github.com/robbepop/string-interner"
version = "0.17.0"