# 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 = "2018" rust-version = "1.63" name = "concurrent_arena" version = "0.1.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "u32 concurrent insertion/removal arena that returns ArenaArc" readme = "README.md" keywords = [ "concurrency", "arena", "shared", "slotmap", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/NobodyXu/concurrent_arena" [lib] name = "concurrent_arena" path = "src/lib.rs" [dependencies.arc-swap] version = "1.5.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.triomphe] version = "0.1.5" features = ["arc-swap"] [dev-dependencies.bitvec] version = "1.0" [dev-dependencies.rayon] version = "1.5.1" [features] thread-sanitizer = []