]> git.proxmox.com Git - rustc.git/blob - vendor/rayon/Cargo.toml
Update upstream source from tag 'upstream/1.69.0+dfsg1'
[rustc.git] / vendor / rayon / Cargo.toml
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]
13 edition = "2021"
14 rust-version = "1.56"
15 name = "rayon"
16 version = "1.6.1"
17 authors = [
18 "Niko Matsakis <niko@alum.mit.edu>",
19 "Josh Stone <cuviper@gmail.com>",
20 ]
21 exclude = [
22 "/ci/*",
23 "/scripts/*",
24 "/.github/*",
25 "/bors.toml",
26 ]
27 description = "Simple work-stealing parallelism for Rust"
28 documentation = "https://docs.rs/rayon/"
29 readme = "README.md"
30 keywords = [
31 "parallel",
32 "thread",
33 "concurrency",
34 "join",
35 "performance",
36 ]
37 categories = ["concurrency"]
38 license = "MIT OR Apache-2.0"
39 repository = "https://github.com/rayon-rs/rayon"
40
41 [dependencies.either]
42 version = "1.0"
43 default-features = false
44
45 [dependencies.rayon-core]
46 version = "1.10.0"
47
48 [dev-dependencies.lazy_static]
49 version = "1"
50
51 [dev-dependencies.rand]
52 version = "0.8"
53
54 [dev-dependencies.rand_xorshift]
55 version = "0.3"