[dependencies.hashbrown]
version = "0.16.1"
[dependencies.once_cell]
default-features = false
optional = true
version = "1.21.1"
[dependencies.serde]
optional = true
version = "1.0.219"
[dependencies.spin]
default-features = false
features = ["rwlock"]
optional = true
version = "0.10.0"
[features]
alloc = []
critical-section = ["once_cell/critical-section"]
debug-assertions = []
default = ["std"]
serde = ["dep:serde"]
spin = ["dep:spin"]
std = ["alloc"]
[lib]
crate-type = ["rlib", "dylib"]
name = "stringleton_registry"
path = "lib.rs"
[lints.clippy]
inline_always = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
authors = ["Simon Ask Ulsnes <simon@ulsnes.dk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Helper crate for the stringleton crate"
edition = "2024"
homepage = "https://docs.rs/stringleton/latest/stringleton"
keywords = ["string", "interner", "intern", "str", "symbol"]
license = "MIT OR Apache-2.0"
name = "stringleton-registry"
readme = false
repository = "https://github.com/simonask/stringleton"
version = "0.2.1"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"