[package] name = "hv-stampede" description = "Bumpalo-based arena allocation utilities for Heavy" authors = ["Shea 'Decibel' Leffler "] license = "MIT OR Apache-2.0" version = "0.2.1" edition = "2021" readme = "README.md" repository = "https://github.com/sdleffler/hv-stampede" documentation = "https://docs.rs/hv-stampede" keywords = ["allocator", "arena", "sync", "reference"] categories = ["no-std", "concurrency", "memory-management"] [dependencies] bumpalo = { version = "3.8.0", features = ["allocator_api", "boxed", "collections"] } spin = "0.9.2"