]> git.proxmox.com Git - rustc.git/blame - vendor/crossbeam-epoch/Cargo.lock
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / crossbeam-epoch / Cargo.lock
CommitLineData
416331ca
XL
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
6a06907d
XL
3version = 3
4
416331ca 5[[package]]
f035d41b 6name = "autocfg"
5869c6ff 7version = "1.0.1"
416331ca 8source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 9checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
416331ca
XL
10
11[[package]]
6a06907d
XL
12name = "cc"
13version = "1.0.67"
416331ca 14source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 15checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
416331ca
XL
16
17[[package]]
18name = "cfg-if"
5869c6ff 19version = "1.0.0"
416331ca 20source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
416331ca
XL
22
23[[package]]
5869c6ff 24name = "const_fn"
6a06907d 25version = "0.4.5"
416331ca 26source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 27checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
416331ca
XL
28
29[[package]]
30name = "crossbeam-epoch"
6a06907d 31version = "0.9.3"
416331ca 32dependencies = [
6a06907d 33 "cfg-if",
5869c6ff
XL
34 "const_fn",
35 "crossbeam-utils",
36 "lazy_static",
6a06907d 37 "loom",
5869c6ff
XL
38 "memoffset",
39 "rand",
40 "scopeguard",
416331ca
XL
41]
42
43[[package]]
44name = "crossbeam-utils"
6a06907d 45version = "0.8.3"
416331ca 46source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 47checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
416331ca 48dependencies = [
5869c6ff 49 "autocfg",
6a06907d 50 "cfg-if",
5869c6ff 51 "lazy_static",
6a06907d
XL
52 "loom",
53]
54
55[[package]]
56name = "generator"
57version = "0.6.24"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "a9fed24fd1e18827652b4d55652899a1e9da8e54d91624dc3437a5bc3a9f9a9c"
60dependencies = [
61 "cc",
62 "libc",
63 "log",
64 "rustversion",
65 "winapi",
416331ca
XL
66]
67
68[[package]]
5869c6ff 69name = "getrandom"
6a06907d 70version = "0.2.2"
416331ca 71source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 72checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
5869c6ff 73dependencies = [
6a06907d 74 "cfg-if",
5869c6ff
XL
75 "libc",
76 "wasi",
77]
416331ca
XL
78
79[[package]]
80name = "lazy_static"
f035d41b 81version = "1.4.0"
416331ca 82source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 83checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
416331ca
XL
84
85[[package]]
86name = "libc"
6a06907d
XL
87version = "0.2.86"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
90
91[[package]]
92name = "log"
93version = "0.4.14"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
96dependencies = [
97 "cfg-if",
98]
99
100[[package]]
101name = "loom"
102version = "0.4.0"
416331ca 103source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d
XL
104checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
105dependencies = [
106 "cfg-if",
107 "generator",
108 "scoped-tls",
109]
416331ca
XL
110
111[[package]]
112name = "memoffset"
5869c6ff 113version = "0.6.1"
416331ca 114source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 115checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
416331ca 116dependencies = [
5869c6ff 117 "autocfg",
416331ca
XL
118]
119
416331ca 120[[package]]
5869c6ff
XL
121name = "ppv-lite86"
122version = "0.2.10"
416331ca 123source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 124checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
416331ca
XL
125
126[[package]]
5869c6ff 127name = "rand"
6a06907d 128version = "0.8.3"
416331ca 129source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 130checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
416331ca 131dependencies = [
5869c6ff
XL
132 "libc",
133 "rand_chacha",
134 "rand_core",
135 "rand_hc",
416331ca
XL
136]
137
138[[package]]
5869c6ff 139name = "rand_chacha"
6a06907d 140version = "0.3.0"
416331ca 141source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 142checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
416331ca 143dependencies = [
5869c6ff
XL
144 "ppv-lite86",
145 "rand_core",
416331ca
XL
146]
147
148[[package]]
149name = "rand_core"
6a06907d 150version = "0.6.2"
416331ca 151source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 152checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
416331ca 153dependencies = [
5869c6ff 154 "getrandom",
416331ca
XL
155]
156
157[[package]]
5869c6ff 158name = "rand_hc"
6a06907d 159version = "0.3.0"
416331ca 160source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 161checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
416331ca 162dependencies = [
5869c6ff 163 "rand_core",
416331ca
XL
164]
165
6a06907d
XL
166[[package]]
167name = "rustversion"
168version = "1.0.4"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
171
172[[package]]
173name = "scoped-tls"
174version = "1.0.0"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
177
416331ca
XL
178[[package]]
179name = "scopeguard"
f035d41b 180version = "1.1.0"
416331ca 181source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 182checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
416331ca
XL
183
184[[package]]
5869c6ff 185name = "wasi"
6a06907d
XL
186version = "0.10.2+wasi-snapshot-preview1"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
189
190[[package]]
191name = "winapi"
192version = "0.3.9"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
195dependencies = [
196 "winapi-i686-pc-windows-gnu",
197 "winapi-x86_64-pc-windows-gnu",
198]
199
200[[package]]
201name = "winapi-i686-pc-windows-gnu"
202version = "0.4.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
205
206[[package]]
207name = "winapi-x86_64-pc-windows-gnu"
208version = "0.4.0"
416331ca 209source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 210checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"