[package] name = "reslab" version = "0.0.0" edition = "2021" authors = ["Ayman Al-Qadhi "] description = "`HashMap` alternative, backed with slab storage." keywords = ["hashmap", "concurrent", "slab", "thread-safe", "alloc"] repository = "https://github.com/real-evolution/reslab" license-file = "LICENSE" readme = true publish = true resolver = "2" [dependencies] dashmap = { version = "5" } sharded-slab = { version = "0" } rustc-hash = { version = "1" } [profile.bench] inherits = "release" debug = true lto = true opt-level = 3 codegen-units = 1