[package] name = "concurrent-slotmap" version = "0.1.0-alpha.1" authors = ["marc0246 <40955683+marc0246@users.noreply.github.com>"] edition = "2021" rust-version = "1.65" description = "A lock-free concurrent slotmap" documentation = "https://docs.rs/concurrent-slotmap" readme = "README.md" repository = "https://github.com/vulkano-rs/concurrent-slotmap" license = "MIT OR Apache-2.0" keywords = ["lock-free", "concurrent", "slotmap", "arena", "allocator"] categories = ["concurrency", "data-structures", "memory-management", "caching", "no-std"] [dependencies] virtual-buffer = { version = "1.0.1", default-features = false } [dev-dependencies] slotmap = "1.0" [features] default = ["std"] std = ["virtual-buffer/std"]