]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_codegen_cranelift/Cargo.lock
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[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
29967ef6
XL
5[[package]]
6name = "anyhow"
5869c6ff 7version = "1.0.38"
29967ef6 8source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 9checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
29967ef6
XL
10
11[[package]]
12name = "ar"
13version = "0.8.0"
14source = "git+https://github.com/bjorn3/rust-ar.git?branch=do_not_remove_cg_clif_ranlib#de9ab0e56bf3a208381d342aa5b60f9ff2891648"
15
16[[package]]
17name = "autocfg"
18version = "1.0.1"
19source = "registry+https://github.com/rust-lang/crates.io-index"
20checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
21
22[[package]]
23name = "bitflags"
24version = "1.2.1"
25source = "registry+https://github.com/rust-lang/crates.io-index"
26checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
27
28[[package]]
29name = "byteorder"
5869c6ff 30version = "1.4.2"
29967ef6 31source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 32checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
29967ef6 33
fc512014
XL
34[[package]]
35name = "cfg-if"
36version = "1.0.0"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
39
29967ef6
XL
40[[package]]
41name = "cranelift-bforest"
6a06907d
XL
42version = "0.70.0"
43source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
44dependencies = [
45 "cranelift-entity",
46]
47
48[[package]]
49name = "cranelift-codegen"
6a06907d
XL
50version = "0.70.0"
51source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
52dependencies = [
53 "byteorder",
54 "cranelift-bforest",
55 "cranelift-codegen-meta",
56 "cranelift-codegen-shared",
57 "cranelift-entity",
58 "gimli",
59 "log",
60 "regalloc",
61 "smallvec",
62 "target-lexicon",
63 "thiserror",
64]
65
66[[package]]
67name = "cranelift-codegen-meta"
6a06907d
XL
68version = "0.70.0"
69source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
70dependencies = [
71 "cranelift-codegen-shared",
72 "cranelift-entity",
73]
74
75[[package]]
76name = "cranelift-codegen-shared"
6a06907d
XL
77version = "0.70.0"
78source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
79
80[[package]]
81name = "cranelift-entity"
6a06907d
XL
82version = "0.70.0"
83source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
84
85[[package]]
86name = "cranelift-frontend"
6a06907d
XL
87version = "0.70.0"
88source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
89dependencies = [
90 "cranelift-codegen",
91 "log",
92 "smallvec",
93 "target-lexicon",
94]
95
5869c6ff
XL
96[[package]]
97name = "cranelift-jit"
6a06907d
XL
98version = "0.70.0"
99source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
5869c6ff
XL
100dependencies = [
101 "anyhow",
102 "cranelift-codegen",
103 "cranelift-entity",
104 "cranelift-module",
105 "cranelift-native",
106 "errno",
107 "libc",
108 "log",
109 "region",
110 "target-lexicon",
111 "winapi",
112]
113
29967ef6
XL
114[[package]]
115name = "cranelift-module"
6a06907d
XL
116version = "0.70.0"
117source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
118dependencies = [
119 "anyhow",
120 "cranelift-codegen",
121 "cranelift-entity",
122 "log",
123 "thiserror",
124]
125
126[[package]]
127name = "cranelift-native"
6a06907d
XL
128version = "0.70.0"
129source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
130dependencies = [
131 "cranelift-codegen",
29967ef6
XL
132 "target-lexicon",
133]
134
135[[package]]
136name = "cranelift-object"
6a06907d
XL
137version = "0.70.0"
138source = "git+https://github.com/bytecodealliance/wasmtime/?branch=main#cdb60ec5a9df087262ae8960a31067e88cd80058"
29967ef6
XL
139dependencies = [
140 "anyhow",
141 "cranelift-codegen",
142 "cranelift-module",
143 "log",
144 "object",
145 "target-lexicon",
146]
147
29967ef6
XL
148[[package]]
149name = "crc32fast"
fc512014 150version = "1.2.1"
29967ef6 151source = "registry+https://github.com/rust-lang/crates.io-index"
fc512014 152checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
29967ef6 153dependencies = [
6a06907d 154 "cfg-if",
29967ef6
XL
155]
156
157[[package]]
158name = "errno"
fc512014 159version = "0.2.7"
29967ef6 160source = "registry+https://github.com/rust-lang/crates.io-index"
fc512014 161checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"
29967ef6
XL
162dependencies = [
163 "errno-dragonfly",
164 "libc",
165 "winapi",
166]
167
168[[package]]
169name = "errno-dragonfly"
170version = "0.1.1"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
173dependencies = [
174 "gcc",
175 "libc",
176]
177
178[[package]]
179name = "gcc"
180version = "0.3.55"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
183
184[[package]]
185name = "gimli"
fc512014 186version = "0.23.0"
29967ef6 187source = "registry+https://github.com/rust-lang/crates.io-index"
fc512014 188checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
29967ef6
XL
189dependencies = [
190 "indexmap",
191]
192
193[[package]]
194name = "hashbrown"
195version = "0.9.1"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
198
199[[package]]
200name = "indexmap"
5869c6ff 201version = "1.6.1"
29967ef6 202source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 203checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
29967ef6
XL
204dependencies = [
205 "autocfg",
206 "hashbrown",
207]
208
209[[package]]
210name = "libc"
6a06907d 211version = "0.2.86"
29967ef6 212source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 213checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
29967ef6
XL
214
215[[package]]
216name = "libloading"
5869c6ff 217version = "0.6.7"
29967ef6 218source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 219checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
29967ef6 220dependencies = [
6a06907d 221 "cfg-if",
29967ef6
XL
222 "winapi",
223]
224
225[[package]]
226name = "log"
6a06907d 227version = "0.4.14"
29967ef6 228source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 229checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
29967ef6 230dependencies = [
6a06907d 231 "cfg-if",
29967ef6
XL
232]
233
234[[package]]
235name = "mach"
236version = "0.3.2"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
239dependencies = [
240 "libc",
241]
242
243[[package]]
244name = "object"
6a06907d 245version = "0.23.0"
29967ef6 246source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 247checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
29967ef6
XL
248dependencies = [
249 "crc32fast",
250 "indexmap",
251]
252
253[[package]]
254name = "proc-macro2"
255version = "1.0.24"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
258dependencies = [
259 "unicode-xid",
260]
261
262[[package]]
263name = "quote"
6a06907d 264version = "1.0.9"
29967ef6 265source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 266checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
29967ef6
XL
267dependencies = [
268 "proc-macro2",
269]
270
29967ef6
XL
271[[package]]
272name = "regalloc"
273version = "0.0.31"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"
276dependencies = [
277 "log",
278 "rustc-hash",
279 "smallvec",
280]
281
282[[package]]
283name = "region"
284version = "2.2.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
287dependencies = [
288 "bitflags",
289 "libc",
290 "mach",
291 "winapi",
292]
293
294[[package]]
295name = "rustc-hash"
296version = "1.1.0"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
299
300[[package]]
301name = "rustc_codegen_cranelift"
302version = "0.1.0"
303dependencies = [
304 "ar",
305 "cranelift-codegen",
306 "cranelift-frontend",
5869c6ff 307 "cranelift-jit",
29967ef6
XL
308 "cranelift-module",
309 "cranelift-object",
29967ef6
XL
310 "gimli",
311 "indexmap",
312 "libloading",
313 "object",
5869c6ff 314 "smallvec",
29967ef6
XL
315 "target-lexicon",
316]
317
29967ef6
XL
318[[package]]
319name = "smallvec"
5869c6ff 320version = "1.6.1"
29967ef6 321source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 322checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
29967ef6
XL
323
324[[package]]
325name = "syn"
6a06907d 326version = "1.0.60"
29967ef6 327source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 328checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
29967ef6
XL
329dependencies = [
330 "proc-macro2",
331 "quote",
332 "unicode-xid",
333]
334
335[[package]]
336name = "target-lexicon"
6a06907d 337version = "0.11.2"
29967ef6 338source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 339checksum = "422045212ea98508ae3d28025bc5aaa2bd4a9cdaecd442a08da2ee620ee9ea95"
29967ef6
XL
340
341[[package]]
342name = "thiserror"
6a06907d 343version = "1.0.24"
29967ef6 344source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 345checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
29967ef6
XL
346dependencies = [
347 "thiserror-impl",
348]
349
350[[package]]
351name = "thiserror-impl"
6a06907d 352version = "1.0.24"
29967ef6 353source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 354checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
29967ef6
XL
355dependencies = [
356 "proc-macro2",
357 "quote",
358 "syn",
359]
360
361[[package]]
362name = "unicode-xid"
363version = "0.2.1"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
366
367[[package]]
368name = "winapi"
369version = "0.3.9"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
372dependencies = [
373 "winapi-i686-pc-windows-gnu",
374 "winapi-x86_64-pc-windows-gnu",
375]
376
377[[package]]
378name = "winapi-i686-pc-windows-gnu"
379version = "0.4.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
382
383[[package]]
384name = "winapi-x86_64-pc-windows-gnu"
385version = "0.4.0"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"