sparse_set_container 1.2.3

A container based on sparse set. Stable keys, O(1) lookup, cache-friendly iterations, and no hashing.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sparse_set_container"
version = "1.2.3"
authors = ["Pavel Grebnev"]
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A container based on sparse set. Stable keys, O(1) lookup, cache-friendly iterations, and no hashing."
readme = "README.md"
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/gameraccoon/sparse_set"

[lib]
name = "sparse_set_container"
path = "src/lib.rs"

[dependencies]

[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.generational-arena]
version = "0.2.9"

[dev-dependencies.slotmap]
version = "1.1.1"

[dev-dependencies.thunderdome]
version = "0.6.1"