inturn 0.1.0

Efficient, performant, thread-safe bytes/string interning
Documentation
[dependencies.bumpalo]
default-features = false
version = "3"

[dependencies.dashmap]
default-features = false
features = ["raw-api"]
version = "6.0"

[dependencies.hashbrown]
default-features = false
features = ["inline-more"]
version = "0.14"

[dependencies.thread_local]
version = "1.1.8"

[features]
nightly = ["thread_local/nightly"]

[lib]
name = "inturn"
path = "src/lib.rs"

[package]
authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = "Efficient, performant, thread-safe bytes/string interning"
documentation = "https://docs.rs/inturn"
edition = "2024"
exclude = [".github/", "benches/", "fuzz/", "tests/"]
homepage = "https://github.com/danipopes/inturn"
keywords = ["symbol", "interning", "string-interning", "hash", "cache"]
license = "MIT OR Apache-2.0"
name = "inturn"
readme = "README.md"
repository = "https://github.com/danipopes/inturn"
rust-version = "1.85"
version = "0.1.0"

[profile.release]
lto = "thin"
panic = "abort"