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