1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.59" 15name = "rayon" 16version = "1.7.0" 17authors = [ 18 "Niko Matsakis <niko@alum.mit.edu>", 19 "Josh Stone <cuviper@gmail.com>", 20] 21exclude = [ 22 "/ci/*", 23 "/scripts/*", 24 "/.github/*", 25 "/bors.toml", 26] 27description = "Simple work-stealing parallelism for Rust" 28documentation = "https://docs.rs/rayon/" 29readme = "README.md" 30keywords = [ 31 "parallel", 32 "thread", 33 "concurrency", 34 "join", 35 "performance", 36] 37categories = ["concurrency"] 38license = "MIT OR Apache-2.0" 39repository = "https://github.com/rayon-rs/rayon" 40 41[dependencies.either] 42version = "1.0" 43default-features = false 44 45[dependencies.rayon-core] 46version = "1.11.0" 47 48[dev-dependencies.rand] 49version = "0.8" 50 51[dev-dependencies.rand_xorshift] 52version = "0.3" 53