]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_codegen_cranelift/Cargo.lock
New upstream version 1.71.1+dfsg1
[rustc.git] / compiler / rustc_codegen_cranelift / Cargo.lock
CommitLineData
29967ef6
XL
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
6a06907d
XL
3version = 3
4
064997fb
FG
5[[package]]
6name = "ahash"
49aad941 7version = "0.8.3"
064997fb 8source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 9checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
064997fb 10dependencies = [
49aad941 11 "cfg-if",
064997fb
FG
12 "once_cell",
13 "version_check",
14]
15
29967ef6
XL
16[[package]]
17name = "anyhow"
9c376795 18version = "1.0.66"
29967ef6 19source = "registry+https://github.com/rust-lang/crates.io-index"
9c376795 20checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
29967ef6 21
29967ef6
XL
22[[package]]
23name = "autocfg"
5e7ed085 24version = "1.1.0"
29967ef6 25source = "registry+https://github.com/rust-lang/crates.io-index"
5e7ed085 26checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
29967ef6
XL
27
28[[package]]
29name = "bitflags"
a2a8927a 30version = "1.3.2"
29967ef6 31source = "registry+https://github.com/rust-lang/crates.io-index"
a2a8927a 32checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
29967ef6 33
2b03887a
FG
34[[package]]
35name = "bumpalo"
9c376795 36version = "3.11.1"
2b03887a 37source = "registry+https://github.com/rust-lang/crates.io-index"
9c376795 38checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2b03887a 39
064997fb
FG
40[[package]]
41name = "byteorder"
42version = "1.4.3"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
45
fc512014
XL
46[[package]]
47name = "cfg-if"
48version = "1.0.0"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
51
29967ef6
XL
52[[package]]
53name = "cranelift-bforest"
49aad941 54version = "0.95.1"
a2a8927a 55source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 56checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70"
29967ef6
XL
57dependencies = [
58 "cranelift-entity",
59]
60
61[[package]]
62name = "cranelift-codegen"
49aad941 63version = "0.95.1"
a2a8927a 64source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 65checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220"
29967ef6 66dependencies = [
2b03887a 67 "bumpalo",
29967ef6
XL
68 "cranelift-bforest",
69 "cranelift-codegen-meta",
70 "cranelift-codegen-shared",
71 "cranelift-entity",
064997fb 72 "cranelift-isle",
29967ef6 73 "gimli",
49aad941 74 "hashbrown 0.13.2",
29967ef6 75 "log",
064997fb 76 "regalloc2",
29967ef6
XL
77 "smallvec",
78 "target-lexicon",
29967ef6
XL
79]
80
81[[package]]
82name = "cranelift-codegen-meta"
49aad941 83version = "0.95.1"
a2a8927a 84source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 85checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da"
29967ef6
XL
86dependencies = [
87 "cranelift-codegen-shared",
29967ef6
XL
88]
89
90[[package]]
91name = "cranelift-codegen-shared"
49aad941 92version = "0.95.1"
a2a8927a 93source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 94checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8"
29967ef6
XL
95
96[[package]]
97name = "cranelift-entity"
49aad941 98version = "0.95.1"
a2a8927a 99source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 100checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0"
29967ef6
XL
101
102[[package]]
103name = "cranelift-frontend"
49aad941 104version = "0.95.1"
a2a8927a 105source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 106checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d"
29967ef6
XL
107dependencies = [
108 "cranelift-codegen",
109 "log",
110 "smallvec",
111 "target-lexicon",
112]
113
064997fb
FG
114[[package]]
115name = "cranelift-isle"
49aad941 116version = "0.95.1"
064997fb 117source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 118checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba"
064997fb 119
5869c6ff
XL
120[[package]]
121name = "cranelift-jit"
49aad941 122version = "0.95.1"
a2a8927a 123source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 124checksum = "3ca96b05988aa057eda09a817a6e31915fabd7f476b513123aff08053cd193dd"
5869c6ff
XL
125dependencies = [
126 "anyhow",
127 "cranelift-codegen",
128 "cranelift-entity",
129 "cranelift-module",
130 "cranelift-native",
5869c6ff
XL
131 "libc",
132 "log",
133 "region",
134 "target-lexicon",
9c376795 135 "wasmtime-jit-icache-coherence",
f2b60f7d 136 "windows-sys",
5869c6ff
XL
137]
138
29967ef6
XL
139[[package]]
140name = "cranelift-module"
49aad941 141version = "0.95.1"
a2a8927a 142source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 143checksum = "e5112c0be9cc5da064e0620570d67852f11ce44f2e572a58ecf7f11df73978b8"
29967ef6
XL
144dependencies = [
145 "anyhow",
146 "cranelift-codegen",
29967ef6
XL
147]
148
149[[package]]
150name = "cranelift-native"
49aad941 151version = "0.95.1"
a2a8927a 152source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 153checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00"
29967ef6
XL
154dependencies = [
155 "cranelift-codegen",
136023e0 156 "libc",
29967ef6
XL
157 "target-lexicon",
158]
159
160[[package]]
161name = "cranelift-object"
49aad941 162version = "0.95.1"
a2a8927a 163source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 164checksum = "48ed1b37d0972abe804cb5bf2b35f3a76a276ebbe148e3a726d8e31042790978"
29967ef6
XL
165dependencies = [
166 "anyhow",
167 "cranelift-codegen",
168 "cranelift-module",
169 "log",
170 "object",
171 "target-lexicon",
172]
173
29967ef6
XL
174[[package]]
175name = "crc32fast"
5e7ed085 176version = "1.3.2"
29967ef6 177source = "registry+https://github.com/rust-lang/crates.io-index"
5e7ed085 178checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
29967ef6 179dependencies = [
6a06907d 180 "cfg-if",
29967ef6
XL
181]
182
9c376795
FG
183[[package]]
184name = "fallible-iterator"
185version = "0.2.0"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
188
064997fb
FG
189[[package]]
190name = "fxhash"
191version = "0.2.1"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
194dependencies = [
195 "byteorder",
196]
197
29967ef6
XL
198[[package]]
199name = "gimli"
49aad941 200version = "0.27.2"
29967ef6 201source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 202checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
29967ef6 203dependencies = [
9c376795 204 "fallible-iterator",
29967ef6 205 "indexmap",
9c376795 206 "stable_deref_trait",
29967ef6
XL
207]
208
064997fb
FG
209[[package]]
210name = "hashbrown"
f2b60f7d 211version = "0.12.3"
064997fb 212source = "registry+https://github.com/rust-lang/crates.io-index"
f2b60f7d 213checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
49aad941
FG
214
215[[package]]
216name = "hashbrown"
217version = "0.13.2"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
064997fb
FG
220dependencies = [
221 "ahash",
222]
223
29967ef6
XL
224[[package]]
225name = "indexmap"
353b0b11 226version = "1.9.3"
29967ef6 227source = "registry+https://github.com/rust-lang/crates.io-index"
353b0b11 228checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
29967ef6
XL
229dependencies = [
230 "autocfg",
49aad941 231 "hashbrown 0.12.3",
29967ef6
XL
232]
233
234[[package]]
235name = "libc"
9c376795 236version = "0.2.138"
29967ef6 237source = "registry+https://github.com/rust-lang/crates.io-index"
9c376795 238checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
29967ef6
XL
239
240[[package]]
241name = "libloading"
9c376795 242version = "0.7.4"
29967ef6 243source = "registry+https://github.com/rust-lang/crates.io-index"
9c376795 244checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
29967ef6 245dependencies = [
6a06907d 246 "cfg-if",
29967ef6
XL
247 "winapi",
248]
249
250[[package]]
251name = "log"
f2b60f7d 252version = "0.4.17"
29967ef6 253source = "registry+https://github.com/rust-lang/crates.io-index"
f2b60f7d 254checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
29967ef6 255dependencies = [
6a06907d 256 "cfg-if",
29967ef6
XL
257]
258
259[[package]]
260name = "mach"
261version = "0.3.2"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
264dependencies = [
265 "libc",
266]
267
136023e0
XL
268[[package]]
269name = "memchr"
f2b60f7d 270version = "2.5.0"
136023e0 271source = "registry+https://github.com/rust-lang/crates.io-index"
f2b60f7d 272checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
136023e0 273
29967ef6
XL
274[[package]]
275name = "object"
49aad941 276version = "0.30.3"
29967ef6 277source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 278checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
29967ef6
XL
279dependencies = [
280 "crc32fast",
49aad941 281 "hashbrown 0.13.2",
29967ef6 282 "indexmap",
136023e0 283 "memchr",
29967ef6
XL
284]
285
5e7ed085
FG
286[[package]]
287name = "once_cell"
9c376795 288version = "1.16.0"
5e7ed085 289source = "registry+https://github.com/rust-lang/crates.io-index"
9c376795 290checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
5e7ed085 291
29967ef6 292[[package]]
064997fb 293name = "regalloc2"
49aad941 294version = "0.6.1"
29967ef6 295source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 296checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"
29967ef6 297dependencies = [
064997fb 298 "fxhash",
29967ef6 299 "log",
064997fb 300 "slice-group-by",
29967ef6
XL
301 "smallvec",
302]
303
304[[package]]
305name = "region"
306version = "2.2.0"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
309dependencies = [
310 "bitflags",
311 "libc",
312 "mach",
313 "winapi",
314]
315
29967ef6
XL
316[[package]]
317name = "rustc_codegen_cranelift"
318version = "0.1.0"
319dependencies = [
29967ef6
XL
320 "cranelift-codegen",
321 "cranelift-frontend",
5869c6ff 322 "cranelift-jit",
29967ef6 323 "cranelift-module",
353b0b11 324 "cranelift-native",
29967ef6 325 "cranelift-object",
29967ef6
XL
326 "gimli",
327 "indexmap",
328 "libloading",
329 "object",
5e7ed085 330 "once_cell",
5869c6ff 331 "smallvec",
29967ef6
XL
332 "target-lexicon",
333]
334
064997fb
FG
335[[package]]
336name = "slice-group-by"
337version = "0.3.0"
338source = "registry+https://github.com/rust-lang/crates.io-index"
339checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
340
29967ef6
XL
341[[package]]
342name = "smallvec"
9c376795 343version = "1.10.0"
29967ef6 344source = "registry+https://github.com/rust-lang/crates.io-index"
9c376795
FG
345checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
346
347[[package]]
348name = "stable_deref_trait"
349version = "1.2.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
29967ef6 352
29967ef6
XL
353[[package]]
354name = "target-lexicon"
9c376795 355version = "0.12.5"
29967ef6 356source = "registry+https://github.com/rust-lang/crates.io-index"
9c376795 357checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
29967ef6 358
064997fb
FG
359[[package]]
360name = "version_check"
361version = "0.9.4"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
364
9c376795
FG
365[[package]]
366name = "wasmtime-jit-icache-coherence"
49aad941 367version = "8.0.1"
9c376795 368source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 369checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"
9c376795
FG
370dependencies = [
371 "cfg-if",
372 "libc",
373 "windows-sys",
374]
375
29967ef6
XL
376[[package]]
377name = "winapi"
378version = "0.3.9"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
381dependencies = [
382 "winapi-i686-pc-windows-gnu",
383 "winapi-x86_64-pc-windows-gnu",
384]
385
386[[package]]
387name = "winapi-i686-pc-windows-gnu"
388version = "0.4.0"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
391
392[[package]]
393name = "winapi-x86_64-pc-windows-gnu"
394version = "0.4.0"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
f2b60f7d
FG
397
398[[package]]
399name = "windows-sys"
49aad941
FG
400version = "0.45.0"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
403dependencies = [
404 "windows-targets",
405]
406
407[[package]]
408name = "windows-targets"
409version = "0.42.1"
f2b60f7d 410source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 411checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
f2b60f7d 412dependencies = [
9ffffee4 413 "windows_aarch64_gnullvm",
f2b60f7d
FG
414 "windows_aarch64_msvc",
415 "windows_i686_gnu",
416 "windows_i686_msvc",
417 "windows_x86_64_gnu",
9ffffee4 418 "windows_x86_64_gnullvm",
f2b60f7d
FG
419 "windows_x86_64_msvc",
420]
421
9ffffee4
FG
422[[package]]
423name = "windows_aarch64_gnullvm"
49aad941 424version = "0.42.1"
9ffffee4 425source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 426checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
9ffffee4 427
f2b60f7d
FG
428[[package]]
429name = "windows_aarch64_msvc"
49aad941 430version = "0.42.1"
f2b60f7d 431source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 432checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
f2b60f7d
FG
433
434[[package]]
435name = "windows_i686_gnu"
49aad941 436version = "0.42.1"
f2b60f7d 437source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 438checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
f2b60f7d
FG
439
440[[package]]
441name = "windows_i686_msvc"
49aad941 442version = "0.42.1"
f2b60f7d 443source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 444checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
f2b60f7d
FG
445
446[[package]]
447name = "windows_x86_64_gnu"
49aad941 448version = "0.42.1"
9ffffee4 449source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 450checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
9ffffee4
FG
451
452[[package]]
453name = "windows_x86_64_gnullvm"
49aad941 454version = "0.42.1"
f2b60f7d 455source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 456checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
f2b60f7d
FG
457
458[[package]]
459name = "windows_x86_64_msvc"
49aad941 460version = "0.42.1"
f2b60f7d 461source = "registry+https://github.com/rust-lang/crates.io-index"
49aad941 462checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"