]> git.proxmox.com Git - rustc.git/blame - vendor/rustc-rayon-core/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / rustc-rayon-core / Cargo.toml
CommitLineData
94b46f34
XL
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
48663c56 6# to registry (e.g., crates.io) dependencies
94b46f34
XL
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]
6a06907d 14edition = "2018"
94b46f34 15name = "rustc-rayon-core"
6a06907d 16version = "0.3.1"
94b46f34
XL
17authors = ["Niko Matsakis <niko@alum.mit.edu>", "Josh Stone <cuviper@gmail.com>"]
18build = "build.rs"
19description = "Core APIs for Rayon - fork for rustc"
20documentation = "https://docs.rs/rustc-rayon-core/"
21readme = "README.md"
22keywords = ["parallel", "thread", "concurrency", "join", "performance"]
23categories = ["concurrency"]
24license = "Apache-2.0/MIT"
532ac7d7
XL
25repository = "https://github.com/rust-lang/rustc-rayon"
26
27[[test]]
28name = "stack_overflow_crash"
29path = "tests/stack_overflow_crash.rs"
30harness = false
31
32[[test]]
33name = "double_init_fail"
34path = "tests/double_init_fail.rs"
35
36[[test]]
37name = "init_zero_threads"
38path = "tests/init_zero_threads.rs"
39
40[[test]]
41name = "scope_join"
42path = "tests/scope_join.rs"
43
44[[test]]
45name = "simple_panic"
46path = "tests/simple_panic.rs"
e74abb32
XL
47
48[[test]]
49name = "scoped_threadpool"
50path = "tests/scoped_threadpool.rs"
94b46f34 51[dependencies.crossbeam-deque]
6a06907d 52version = "0.7.2"
e74abb32
XL
53
54[dependencies.crossbeam-queue]
6a06907d 55version = "0.2"
e74abb32
XL
56
57[dependencies.crossbeam-utils]
6a06907d 58version = "0.7"
94b46f34
XL
59
60[dependencies.lazy_static]
61version = "1"
62
94b46f34
XL
63[dependencies.num_cpus]
64version = "1.2"
532ac7d7 65[dev-dependencies.rand]
6a06907d 66version = "0.7"
e74abb32
XL
67
68[dev-dependencies.rand_xorshift]
6a06907d 69version = "0.2"
e74abb32
XL
70
71[dev-dependencies.scoped-tls]
72version = "1.0"
73[target."cfg(unix)".dev-dependencies.libc]
74version = "0.2"