[dependencies.bumpalo]
version = "3.19.0"
[dependencies.hashbrown]
version = "0.16.1"
[dependencies.rustc-hash]
version = "2.1.1"
[features]
default = ["sync"]
sync = []
[lib]
name = "petty_intern"
path = "src/lib.rs"
[lints.clippy]
pedantic = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple interning library"
edition = "2024"
keywords = ["interner", "interning", "caching", "hash"]
license = "MIT OR Apache-2.0"
name = "petty-intern"
readme = false
repository = "https://github.com/Icerath/petty-intern"
version = "0.1.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]