[[bench]]
harness = false
name = "string_creation"
[dependencies.criterion]
version = "0.5"
[dependencies.dashmap]
version = "6.0"
[dependencies.once_cell]
version = "1.19"
[dependencies.rustc-hash]
version = "2.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[package]
authors = ["JunbeomL22 <your.email@example.com>"]
description = "A memory-efficient library for handling interned identifiers"
edition = "2021"
keywords = ["identifier", "memory-efficient", "performance"]
license = "MIT OR Apache-2.0"
name = "static-id"
readme = "README.md"
repository = "https://github.com/JunbeomL22/static-id"
version = "0.1.3"