stable_gen_map 0.7.0

This crate provides Single-threaded generational maps with insert(&self), stable references across growth, and smart-pointer support (Box/Rc/Arc/&T)
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"
rust-version = "1.79.0"
name = "stable_gen_map"
version = "0.7.0"
authors = ["Izagawd <theizaboss@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate provides Single-threaded generational maps with insert(&self), stable references across growth, and smart-pointer support (Box/Rc/Arc/&T)"
homepage = "https://github.com/izagawd/stable_gen_map"
readme = "README.md"
keywords = [
    "stablegenmap",
    "stable_gen_map",
    "allocator",
    "arena",
    "reference",
]
categories = [
    "memory-management",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/izagawd/stable_gen_map"

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

[dependencies.num-traits]
version = "0.2.19"