]> git.proxmox.com Git - rustc.git/blob - vendor/rustc-rayon/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / rustc-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 = "rustc-rayon"
15 version = "0.4.0"
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 - fork for rustc"
27 documentation = "https://docs.rs/rustc-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/rust-lang/rustc-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 = "0.4"
49 package = "rustc-rayon-core"
50
51 [dev-dependencies.docopt]
52 version = "1"
53
54 [dev-dependencies.lazy_static]
55 version = "1"
56
57 [dev-dependencies.rand]
58 version = "0.8"
59
60 [dev-dependencies.rand_xorshift]
61 version = "0.3"
62
63 [dev-dependencies.serde]
64 version = "1.0.85"
65 features = ["derive"]
66
67 [build-dependencies.autocfg]
68 version = "1"