]> git.proxmox.com Git - rustc.git/blob - vendor/crossbeam-channel/Cargo.lock
New upstream version 1.61.0+dfsg1
[rustc.git] / vendor / crossbeam-channel / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "cfg-if"
7 version = "1.0.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
10
11 [[package]]
12 name = "crossbeam-channel"
13 version = "0.5.4"
14 dependencies = [
15 "cfg-if",
16 "crossbeam-utils",
17 "num_cpus",
18 "rand",
19 "signal-hook",
20 ]
21
22 [[package]]
23 name = "crossbeam-utils"
24 version = "0.8.8"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
27 dependencies = [
28 "cfg-if",
29 "lazy_static",
30 ]
31
32 [[package]]
33 name = "getrandom"
34 version = "0.2.5"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
37 dependencies = [
38 "cfg-if",
39 "libc",
40 "wasi",
41 ]
42
43 [[package]]
44 name = "hermit-abi"
45 version = "0.1.19"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
48 dependencies = [
49 "libc",
50 ]
51
52 [[package]]
53 name = "lazy_static"
54 version = "1.4.0"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
57
58 [[package]]
59 name = "libc"
60 version = "0.2.120"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
63
64 [[package]]
65 name = "num_cpus"
66 version = "1.13.1"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
69 dependencies = [
70 "hermit-abi",
71 "libc",
72 ]
73
74 [[package]]
75 name = "ppv-lite86"
76 version = "0.2.16"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
79
80 [[package]]
81 name = "rand"
82 version = "0.8.5"
83 source = "registry+https://github.com/rust-lang/crates.io-index"
84 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
85 dependencies = [
86 "libc",
87 "rand_chacha",
88 "rand_core",
89 ]
90
91 [[package]]
92 name = "rand_chacha"
93 version = "0.3.1"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
96 dependencies = [
97 "ppv-lite86",
98 "rand_core",
99 ]
100
101 [[package]]
102 name = "rand_core"
103 version = "0.6.3"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
106 dependencies = [
107 "getrandom",
108 ]
109
110 [[package]]
111 name = "signal-hook"
112 version = "0.3.13"
113 source = "registry+https://github.com/rust-lang/crates.io-index"
114 checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
115 dependencies = [
116 "libc",
117 "signal-hook-registry",
118 ]
119
120 [[package]]
121 name = "signal-hook-registry"
122 version = "1.4.0"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
125 dependencies = [
126 "libc",
127 ]
128
129 [[package]]
130 name = "wasi"
131 version = "0.10.2+wasi-snapshot-preview1"
132 source = "registry+https://github.com/rust-lang/crates.io-index"
133 checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"