blob: 3b8921db4548ea023270b2a7f8824071ec07b0f7 [file] [log] [blame]
Jakub Kotur041839c2020-12-21 17:28:15 +01001# 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"
Joel Galensondd2305d2021-05-19 16:31:56 -070016version = "1.5.1"
Jakub Kotur041839c2020-12-21 17:28:15 +010017authors = ["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]
Joel Galensondd2305d2021-05-19 16:31:56 -070034version = "1.9.1"
Jakub Kotur041839c2020-12-21 17:28:15 +010035[dev-dependencies.docopt]
36version = "1"
37
38[dev-dependencies.lazy_static]
39version = "1"
40
41[dev-dependencies.rand]
Joel Galensondd2305d2021-05-19 16:31:56 -070042version = "0.8"
Jakub Kotur041839c2020-12-21 17:28:15 +010043
44[dev-dependencies.rand_xorshift]
Joel Galensondd2305d2021-05-19 16:31:56 -070045version = "0.3"
Jakub Kotur041839c2020-12-21 17:28:15 +010046
47[dev-dependencies.serde]
48version = "1.0.85"
49features = ["derive"]
50[build-dependencies.autocfg]
51version = "1"