# 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.65" name = "concurrent-slotmap" version = "0.1.0-alpha.1" authors = ["marc0246 <40955683+marc0246@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lock-free concurrent slotmap" documentation = "https://docs.rs/concurrent-slotmap" readme = "README.md" keywords = [ "lock-free", "concurrent", "slotmap", "arena", "allocator", ] categories = [ "concurrency", "data-structures", "memory-management", "caching", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vulkano-rs/concurrent-slotmap" [lib] name = "concurrent_slotmap" path = "src/lib.rs" [[bench]] name = "get" path = "benches/get.rs" [[bench]] name = "insert" path = "benches/insert.rs" [[bench]] name = "insert-remove" path = "benches/insert-remove.rs" [dependencies.virtual-buffer] version = "1.0.1" default-features = false [dev-dependencies.slotmap] version = "1.0" [features] default = ["std"] std = ["virtual-buffer/std"]