re_string_interner 0.20.1

Yet another string interning library
Documentation
[package]
name = "re_string_interner"
authors.workspace = true
description = "Yet another string interning library"
edition.workspace = true
homepage.workspace = true
include.workspace = true
license.workspace = true
publish = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true


[features]
serde = ["dep:serde"]


[dependencies]
ahash.workspace = true
nohash-hasher.workspace = true
once_cell.workspace = true
parking_lot.workspace = true
static_assertions.workspace = true

# Optional dependencies
serde = { workspace = true, features = ["serde_derive"], optional = true }