slotmap 0.4.2

Slotmap data structure
Documentation
[package]
name = "slotmap"
version = "0.4.2"  # Remember to update html_root_url!
edition = "2018"
authors = ["Orson Peters <orsonpeters@gmail.com>"]
description = "Slotmap data structure"
license = "Zlib"
repository = "https://github.com/orlp/slotmap"
readme = "README.md"
keywords = ["slotmap", "storage", "allocator", "stable", "reference"]
categories = ["data-structures", "memory-management", "caching"]

[features]
unstable = []

[dependencies]
serde = { version = "1.0", optional = true, features = ["derive"] }

[dev-dependencies]
fxhash = "0.2.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
quickcheck = "0.8"