[package] name = "bayou_interner" description = "A string interner" repository = "https://github.com/SamuelMcGowan/bayou" version = "0.1.0" edition = "2021" license = "MPL-2.0" [dependencies] ahash = "0.8.11" bumpalo = "3.16.0" hashbrown = "0.14.5" [dependencies.serde] workspace = true optional = true features = ["derive"] [features] serialize = ["serde"]