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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "rayon"
16version = "1.5.0"
17authors = ["Niko Matsakis <niko@alum.mit.edu>", "Josh Stone <cuviper@gmail.com>"]
18exclude = ["/ci/*", "/scripts/*", "/.github/*", "/bors.toml"]
19description = "Simple work-stealing parallelism for Rust"
20documentation = "https://docs.rs/rayon/"
21readme = "README.md"
22keywords = ["parallel", "thread", "concurrency", "join", "performance"]
23categories = ["concurrency"]
24license = "Apache-2.0/MIT"
25repository = "https://github.com/rayon-rs/rayon"
26[dependencies.crossbeam-deque]
27version = "0.8.0"
28
29[dependencies.either]
30version = "1.0"
31default-features = false
32
33[dependencies.rayon-core]
34version = "1.9.0"
35[dev-dependencies.docopt]
36version = "1"
37
38[dev-dependencies.lazy_static]
39version = "1"
40
41[dev-dependencies.rand]
42version = "0.7"
43
44[dev-dependencies.rand_xorshift]
45version = "0.2"
46
47[dev-dependencies.serde]
48version = "1.0.85"
49features = ["derive"]
50[build-dependencies.autocfg]
51version = "1"
52