[dependencies.once_cell]
version = "1"
[dependencies.parking_lot]
version = "0.12"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.static_assertions]
version = "1"
[features]
serde = ["dep:serde"]
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"
[package]
authors = ["Andrew Sonin <sonin.cel@yandex.ru>"]
categories = ["data-structures"]
description = "Provides a wrapper for replacing a small number of clumsy objects with identifiers, and also implements a vector-based slab-like map with an interface similar to that of HashMap.\n"
edition = "2021"
keywords = ["map", "slab", "hashmap"]
license = "MIT"
name = "blazemap"
readme = "README.md"
repository = "https://github.com/andrewsonin/blazemap"
version = "0.2.0"
[target."cfg(loom)".dependencies.loom]
features = ["checkpoint"]
version = "0.7"