[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"