[dependencies.once_cell]
version = "1"
[dependencies.parking_lot]
version = "0.12"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[features]
serde = ["dep:serde"]
[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.0.2"