rayon-hash 0.5.0

(deprecated) HashMap and HashSet with support for Rayon parallel iterators
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.rand_xorshift]
version = "0.1"
[badges.maintenance]
status = "deprecated"