]> git.lizzy.rs Git - rust.git/blob - Cargo.lock
Finish bumping stage0
[rust.git] / 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 = "aho-corasick"
7 version = "0.7.18"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
10 dependencies = [
11  "memchr",
12 ]
13
14 [[package]]
15 name = "ar"
16 version = "0.8.0"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
19
20 [[package]]
21 name = "bitflags"
22 version = "1.3.2"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
25
26 [[package]]
27 name = "cfg-if"
28 version = "1.0.0"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
31
32 [[package]]
33 name = "fm"
34 version = "0.1.4"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "68fda3cff2cce84c19e5dfa5179a4b35d2c0f18b893f108002b8a6a54984acca"
37 dependencies = [
38  "regex",
39 ]
40
41 [[package]]
42 name = "gccjit"
43 version = "1.0.0"
44 source = "git+https://github.com/antoyo/gccjit.rs#bdecdecfb8a02ec861a39a350f990faa33bd31c3"
45 dependencies = [
46  "gccjit_sys",
47 ]
48
49 [[package]]
50 name = "gccjit_sys"
51 version = "0.0.1"
52 source = "git+https://github.com/antoyo/gccjit.rs#bdecdecfb8a02ec861a39a350f990faa33bd31c3"
53 dependencies = [
54  "libc 0.1.12",
55 ]
56
57 [[package]]
58 name = "getopts"
59 version = "0.2.21"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
62 dependencies = [
63  "unicode-width",
64 ]
65
66 [[package]]
67 name = "getrandom"
68 version = "0.2.3"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70 checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
71 dependencies = [
72  "cfg-if",
73  "libc 0.2.112",
74  "wasi",
75 ]
76
77 [[package]]
78 name = "hermit-abi"
79 version = "0.1.19"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
82 dependencies = [
83  "libc 0.2.112",
84 ]
85
86 [[package]]
87 name = "lang_tester"
88 version = "0.3.13"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 checksum = "96bd995a092cac79868250589869b5a5d656b02a02bd74c8ebdc566dc7203090"
91 dependencies = [
92  "fm",
93  "getopts",
94  "libc 0.2.112",
95  "num_cpus",
96  "termcolor",
97  "threadpool",
98  "wait-timeout",
99  "walkdir",
100 ]
101
102 [[package]]
103 name = "libc"
104 version = "0.1.12"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
107
108 [[package]]
109 name = "libc"
110 version = "0.2.112"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
113
114 [[package]]
115 name = "memchr"
116 version = "2.4.1"
117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
119
120 [[package]]
121 name = "num_cpus"
122 version = "1.13.0"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
125 dependencies = [
126  "hermit-abi",
127  "libc 0.2.112",
128 ]
129
130 [[package]]
131 name = "ppv-lite86"
132 version = "0.2.15"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
134 checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
135
136 [[package]]
137 name = "rand"
138 version = "0.8.4"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
141 dependencies = [
142  "libc 0.2.112",
143  "rand_chacha",
144  "rand_core",
145  "rand_hc",
146 ]
147
148 [[package]]
149 name = "rand_chacha"
150 version = "0.3.1"
151 source = "registry+https://github.com/rust-lang/crates.io-index"
152 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
153 dependencies = [
154  "ppv-lite86",
155  "rand_core",
156 ]
157
158 [[package]]
159 name = "rand_core"
160 version = "0.6.3"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
163 dependencies = [
164  "getrandom",
165 ]
166
167 [[package]]
168 name = "rand_hc"
169 version = "0.3.1"
170 source = "registry+https://github.com/rust-lang/crates.io-index"
171 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
172 dependencies = [
173  "rand_core",
174 ]
175
176 [[package]]
177 name = "redox_syscall"
178 version = "0.2.10"
179 source = "registry+https://github.com/rust-lang/crates.io-index"
180 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
181 dependencies = [
182  "bitflags",
183 ]
184
185 [[package]]
186 name = "regex"
187 version = "1.5.4"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
190 dependencies = [
191  "aho-corasick",
192  "memchr",
193  "regex-syntax",
194 ]
195
196 [[package]]
197 name = "regex-syntax"
198 version = "0.6.25"
199 source = "registry+https://github.com/rust-lang/crates.io-index"
200 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
201
202 [[package]]
203 name = "remove_dir_all"
204 version = "0.5.3"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
206 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
207 dependencies = [
208  "winapi",
209 ]
210
211 [[package]]
212 name = "rustc_codegen_gcc"
213 version = "0.1.0"
214 dependencies = [
215  "ar",
216  "gccjit",
217  "lang_tester",
218  "target-lexicon",
219  "tempfile",
220 ]
221
222 [[package]]
223 name = "same-file"
224 version = "1.0.6"
225 source = "registry+https://github.com/rust-lang/crates.io-index"
226 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
227 dependencies = [
228  "winapi-util",
229 ]
230
231 [[package]]
232 name = "target-lexicon"
233 version = "0.10.0"
234 source = "registry+https://github.com/rust-lang/crates.io-index"
235 checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
236
237 [[package]]
238 name = "tempfile"
239 version = "3.2.0"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
241 checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
242 dependencies = [
243  "cfg-if",
244  "libc 0.2.112",
245  "rand",
246  "redox_syscall",
247  "remove_dir_all",
248  "winapi",
249 ]
250
251 [[package]]
252 name = "termcolor"
253 version = "1.1.2"
254 source = "registry+https://github.com/rust-lang/crates.io-index"
255 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
256 dependencies = [
257  "winapi-util",
258 ]
259
260 [[package]]
261 name = "threadpool"
262 version = "1.8.1"
263 source = "registry+https://github.com/rust-lang/crates.io-index"
264 checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
265 dependencies = [
266  "num_cpus",
267 ]
268
269 [[package]]
270 name = "unicode-width"
271 version = "0.1.9"
272 source = "registry+https://github.com/rust-lang/crates.io-index"
273 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
274
275 [[package]]
276 name = "wait-timeout"
277 version = "0.2.0"
278 source = "registry+https://github.com/rust-lang/crates.io-index"
279 checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
280 dependencies = [
281  "libc 0.2.112",
282 ]
283
284 [[package]]
285 name = "walkdir"
286 version = "2.3.2"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
288 checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
289 dependencies = [
290  "same-file",
291  "winapi",
292  "winapi-util",
293 ]
294
295 [[package]]
296 name = "wasi"
297 version = "0.10.2+wasi-snapshot-preview1"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
300
301 [[package]]
302 name = "winapi"
303 version = "0.3.9"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
306 dependencies = [
307  "winapi-i686-pc-windows-gnu",
308  "winapi-x86_64-pc-windows-gnu",
309 ]
310
311 [[package]]
312 name = "winapi-i686-pc-windows-gnu"
313 version = "0.4.0"
314 source = "registry+https://github.com/rust-lang/crates.io-index"
315 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
316
317 [[package]]
318 name = "winapi-util"
319 version = "0.1.5"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
322 dependencies = [
323  "winapi",
324 ]
325
326 [[package]]
327 name = "winapi-x86_64-pc-windows-gnu"
328 version = "0.4.0"
329 source = "registry+https://github.com/rust-lang/crates.io-index"
330 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"