# 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 = "scherben-map" version = "0.1.10" authors = ["Milad (Mike) Taghavi "] exclude = [".gitignore"] description = "Concurrent Sharded HashMap for Rust" homepage = "https://github.com/mitghi/scherben-map.rs" documentation = "https://github.com/mitghi/scherben-map.rs" readme = "README.md" keywords = [ "hashmap", "sharded-hashmap", "concurrent-hashmap", "thread-safe-hashmap", ] categories = [ "concurrency", "asynchronous", "algorithms", ] license = "MIT" repository = "https://github.com/mitghi/scherben-map.rs" [[bench]] name = "bench" harness = false [dependencies.fnv] version = "1.0.7" [dependencies.hashbrown] version = "0.12.1" features = [ "raw", "inline-more", ] [dependencies.parking_lot_utils] version = "0.12.1" package = "parking_lot" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.sharded] version = "0.1.0"