]> git.proxmox.com Git - rustc.git/blob - src/vendor/rustc-rayon/Cargo.toml
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / 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 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 name = "rustc-rayon"
15 version = "0.1.1"
16 authors = ["Niko Matsakis <niko@alum.mit.edu>", "Josh Stone <cuviper@gmail.com>"]
17 description = "Simple work-stealing parallelism for Rust - fork for rustc"
18 documentation = "https://docs.rs/rustc-rayon/"
19 readme = "README.md"
20 keywords = ["parallel", "thread", "concurrency", "join", "performance"]
21 categories = ["concurrency"]
22 license = "Apache-2.0/MIT"
23 repository = "https://github.com/Zoxc/rayon/tree/rustc"
24 [dependencies.either]
25 version = "1.0"
26 default-features = false
27
28 [dependencies.rustc-rayon-core]
29 version = "0.1"
30 [dev-dependencies.docopt]
31 version = "0.8"
32
33 [dev-dependencies.lazy_static]
34 version = "1"
35
36 [dev-dependencies.rand]
37 version = ">= 0.3, < 0.5"
38
39 [dev-dependencies.serde]
40 version = "1"
41
42 [dev-dependencies.serde_derive]
43 version = "1"
44 [target."cfg(not(all(windows, target_env = \"gnu\")))".dev-dependencies.compiletest_rs]
45 version = "0.3"