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