]> git.proxmox.com Git - rustc.git/blob - vendor/rayon/Cargo.toml
New upstream version 1.63.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 = "2018"
14 name = "rayon"
15 version = "1.5.3"
16 authors = [
17 "Niko Matsakis <niko@alum.mit.edu>",
18 "Josh Stone <cuviper@gmail.com>",
19 ]
20 exclude = [
21 "/ci/*",
22 "/scripts/*",
23 "/.github/*",
24 "/bors.toml",
25 ]
26 description = "Simple work-stealing parallelism for Rust"
27 documentation = "https://docs.rs/rayon/"
28 readme = "README.md"
29 keywords = [
30 "parallel",
31 "thread",
32 "concurrency",
33 "join",
34 "performance",
35 ]
36 categories = ["concurrency"]
37 license = "MIT OR Apache-2.0"
38 repository = "https://github.com/rayon-rs/rayon"
39
40 [dependencies.crossbeam-deque]
41 version = "0.8.1"
42
43 [dependencies.either]
44 version = "1.0"
45 default-features = false
46
47 [dependencies.rayon-core]
48 version = "1.9.2"
49
50 [dev-dependencies.docopt]
51 version = "1"
52
53 [dev-dependencies.lazy_static]
54 version = "1"
55
56 [dev-dependencies.rand]
57 version = "0.8"
58
59 [dev-dependencies.rand_xorshift]
60 version = "0.3"
61
62 [dev-dependencies.serde]
63 version = "1.0.85"
64 features = ["derive"]
65
66 [build-dependencies.autocfg]
67 version = "1"