]> git.proxmox.com Git - rustc.git/blob - vendor/rayon-core/Cargo.toml
bd93fb096107de0fac6903eed795782fd86b3c08
[rustc.git] / vendor / rayon-core / 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 = "rayon-core"
15 version = "1.9.2"
16 authors = [
17 "Niko Matsakis <niko@alum.mit.edu>",
18 "Josh Stone <cuviper@gmail.com>",
19 ]
20 build = "build.rs"
21 links = "rayon-core"
22 description = "Core APIs for Rayon"
23 documentation = "https://docs.rs/rayon/"
24 readme = "README.md"
25 keywords = [
26 "parallel",
27 "thread",
28 "concurrency",
29 "join",
30 "performance",
31 ]
32 categories = ["concurrency"]
33 license = "MIT OR Apache-2.0"
34 repository = "https://github.com/rayon-rs/rayon"
35
36 [[test]]
37 name = "stack_overflow_crash"
38 path = "tests/stack_overflow_crash.rs"
39 harness = false
40
41 [[test]]
42 name = "double_init_fail"
43 path = "tests/double_init_fail.rs"
44
45 [[test]]
46 name = "init_zero_threads"
47 path = "tests/init_zero_threads.rs"
48
49 [[test]]
50 name = "scope_join"
51 path = "tests/scope_join.rs"
52
53 [[test]]
54 name = "simple_panic"
55 path = "tests/simple_panic.rs"
56
57 [[test]]
58 name = "scoped_threadpool"
59 path = "tests/scoped_threadpool.rs"
60
61 [dependencies.crossbeam-channel]
62 version = "0.5.0"
63
64 [dependencies.crossbeam-deque]
65 version = "0.8.1"
66
67 [dependencies.crossbeam-utils]
68 version = "0.8.0"
69
70 [dependencies.num_cpus]
71 version = "1.2"
72
73 [dev-dependencies.rand]
74 version = "0.8"
75
76 [dev-dependencies.rand_xorshift]
77 version = "0.3"
78
79 [dev-dependencies.scoped-tls]
80 version = "1.0"
81
82 [target."cfg(unix)".dev-dependencies.libc]
83 version = "0.2"