]> git.proxmox.com Git - rustc.git/blob - vendor/rayon/Cargo.toml
New upstream version 1.46.0~beta.2+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 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]
14 edition = "2018"
15 name = "rayon"
16 version = "1.3.1"
17 authors = ["Niko Matsakis <niko@alum.mit.edu>", "Josh Stone <cuviper@gmail.com>"]
18 exclude = ["/ci/*", "/scripts/*", "/.github/*", "/bors.toml"]
19 description = "Simple work-stealing parallelism for Rust"
20 documentation = "https://docs.rs/rayon/"
21 readme = "README.md"
22 keywords = ["parallel", "thread", "concurrency", "join", "performance"]
23 categories = ["concurrency"]
24 license = "Apache-2.0/MIT"
25 repository = "https://github.com/rayon-rs/rayon"
26 [dependencies.crossbeam-deque]
27 version = "0.7.2"
28
29 [dependencies.either]
30 version = "1.0"
31 default-features = false
32
33 [dependencies.rayon-core]
34 version = "1.7.1"
35 [dev-dependencies.docopt]
36 version = "1"
37
38 [dev-dependencies.lazy_static]
39 version = "1"
40
41 [dev-dependencies.rand]
42 version = "0.7"
43
44 [dev-dependencies.rand_xorshift]
45 version = "0.2"
46
47 [dev-dependencies.serde]
48 version = "1.0.85"
49 features = ["derive"]
50 [build-dependencies.autocfg]
51 version = "1"