[build-dependencies.rand]
version = "0.8"
[dependencies.cityhasher]
default-features = false
version = "0.1"
[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
serde = ["dep:serde", "std"]
std = []
[lib]
[package]
authors = ["Nathan ROYER <nathan.royer.pro@gmail.com>"]
categories = ["caching", "no-std"]
description = "String Pools / Strings Interning"
edition = "2021"
keywords = ["str", "intern", "pool", "ustr", "no_std"]
license = "MIT"
name = "strpool"
readme = "README.md"
repository = "https://github.com/NathanRoyer/strpool"
version = "1.1.1"