1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14rust-version = "1.42.0" 15name = "sharded-slab" 16version = "0.1.7" 17authors = ["Eliza Weisman <[email protected]>"] 18description = """ 19A lock-free concurrent slab. 20""" 21homepage = "https://github.com/hawkw/sharded-slab" 22documentation = "https://docs.rs/sharded-slab/" 23readme = "README.md" 24keywords = [ 25 "slab", 26 "allocator", 27 "lock-free", 28 "atomic", 29] 30categories = [ 31 "memory-management", 32 "data-structures", 33 "concurrency", 34] 35license = "MIT" 36repository = "https://github.com/hawkw/sharded-slab" 37 38[package.metadata.docs.rs] 39all-features = true 40rustdoc-args = [ 41 "--cfg", 42 "docsrs", 43] 44 45[[bench]] 46name = "bench" 47harness = false 48 49[dependencies.lazy_static] 50version = "1" 51 52[dev-dependencies.criterion] 53version = "0.3" 54 55[dev-dependencies.indexmap] 56version = "1" 57 58[dev-dependencies.memory-stats] 59version = "1" 60 61[dev-dependencies.proptest] 62version = "1" 63 64[dev-dependencies.slab] 65version = "0.4.2" 66 67[target."cfg(loom)".dependencies.loom] 68version = "0.5" 69features = ["checkpoint"] 70optional = true 71 72[target."cfg(loom)".dev-dependencies.loom] 73version = "0.5" 74features = ["checkpoint"] 75 76[badges.maintenance] 77status = "experimental" 78