[badges.maintenance]
status = "deprecated"
[dependencies.rayon]
version = "1.0"
[dev-dependencies.hashbrown]
features = ["rayon"]
version = "0.3.0"
[dev-dependencies.rand]
version = "0.6"
[dev-dependencies.rand_xorshift]
version = "0.1"
[package]
authors = ["Josh Stone <cuviper@gmail.com>"]
categories = ["concurrency", "data-structures"]
description = "(deprecated) HashMap and HashSet with support for Rayon parallel iterators"
documentation = "https://docs.rs/rayon-hash/"
edition = "2018"
keywords = ["parallel", "iterator", "hash", "map", "set"]
license = "Apache-2.0/MIT"
name = "rayon-hash"
readme = "README.md"
repository = "https://github.com/rayon-rs/rayon-hash"
version = "0.5.0"