rustc-rayon 0.5.1

Simple work-stealing parallelism for Rust - fork for rustc
Documentation
[dependencies.either]
default-features = false
version = "1.0"

[dependencies.indexmap]
optional = true
version = "2"

[dependencies.rustc-rayon-core]
version = "0.5"

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

[dev-dependencies.rand_xorshift]
version = "0.3"

[lib]
name = "rayon"
path = "src/lib.rs"

[package]
authors = ["Niko Matsakis <niko@alum.mit.edu>", "Josh Stone <cuviper@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "Simple work-stealing parallelism for Rust - fork for rustc"
documentation = "https://docs.rs/rustc-rayon/"
edition = "2021"
exclude = ["/ci/*", "/scripts/*", "/.github/*", "/bors.toml"]
keywords = ["parallel", "thread", "concurrency", "join", "performance"]
license = "MIT OR Apache-2.0"
name = "rustc-rayon"
readme = "README.md"
repository = "https://github.com/rust-lang/rustc-rayon"
rust-version = "1.59"
version = "0.5.1"

[[test]]
name = "chars"
path = "tests/chars.rs"

[[test]]
name = "clones"
path = "tests/clones.rs"

[[test]]
name = "collect"
path = "tests/collect.rs"

[[test]]
name = "cross-pool"
path = "tests/cross-pool.rs"

[[test]]
name = "debug"
path = "tests/debug.rs"

[[test]]
name = "drain_vec"
path = "tests/drain_vec.rs"

[[test]]
name = "intersperse"
path = "tests/intersperse.rs"

[[test]]
name = "issue671"
path = "tests/issue671.rs"

[[test]]
name = "issue671-unzip"
path = "tests/issue671-unzip.rs"

[[test]]
name = "iter_panic"
path = "tests/iter_panic.rs"

[[test]]
name = "named-threads"
path = "tests/named-threads.rs"

[[test]]
name = "octillion"
path = "tests/octillion.rs"

[[test]]
name = "par_bridge_recursion"
path = "tests/par_bridge_recursion.rs"

[[test]]
name = "producer_split_at"
path = "tests/producer_split_at.rs"

[[test]]
name = "sort-panic-safe"
path = "tests/sort-panic-safe.rs"

[[test]]
name = "str"
path = "tests/str.rs"