[dependencies.rayon]
optional = true
version = "^1"
[dependencies.serde]
default-features = false
optional = true
version = "^1"
[dev-dependencies.serde_json]
version = "^1"
[features]
parallel = ["rayon"]
[lib]
name = "beach_map"
path = "src/lib.rs"
[package]
authors = ["leudz <dylan.ancel@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "Implementation of a slotmap"
edition = "2021"
keywords = ["beachmap", "slotmap"]
license = "MIT OR Apache-2.0"
name = "beach_map"
readme = "README.md"
repository = "https://github.com/leudz/beach_map"
version = "0.3.1"