]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_codegen_cranelift/Cargo.lock
Merge branch 'debian/sid' into debian/experimental
[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
fc512014
XL
28[[package]]
29name = "cfg-if"
30version = "1.0.0"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
33
29967ef6
XL
34[[package]]
35name = "cranelift-bforest"
17df50a5
XL
36version = "0.74.0"
37source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6
XL
38dependencies = [
39 "cranelift-entity",
40]
41
42[[package]]
43name = "cranelift-codegen"
17df50a5
XL
44version = "0.74.0"
45source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6 46dependencies = [
29967ef6
XL
47 "cranelift-bforest",
48 "cranelift-codegen-meta",
49 "cranelift-codegen-shared",
50 "cranelift-entity",
51 "gimli",
52 "log",
53 "regalloc",
54 "smallvec",
55 "target-lexicon",
29967ef6
XL
56]
57
58[[package]]
59name = "cranelift-codegen-meta"
17df50a5
XL
60version = "0.74.0"
61source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6
XL
62dependencies = [
63 "cranelift-codegen-shared",
64 "cranelift-entity",
65]
66
67[[package]]
68name = "cranelift-codegen-shared"
17df50a5
XL
69version = "0.74.0"
70source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6
XL
71
72[[package]]
73name = "cranelift-entity"
17df50a5
XL
74version = "0.74.0"
75source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6
XL
76
77[[package]]
78name = "cranelift-frontend"
17df50a5
XL
79version = "0.74.0"
80source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6
XL
81dependencies = [
82 "cranelift-codegen",
83 "log",
84 "smallvec",
85 "target-lexicon",
86]
87
5869c6ff
XL
88[[package]]
89name = "cranelift-jit"
17df50a5
XL
90version = "0.74.0"
91source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
5869c6ff
XL
92dependencies = [
93 "anyhow",
94 "cranelift-codegen",
95 "cranelift-entity",
96 "cranelift-module",
97 "cranelift-native",
5869c6ff
XL
98 "libc",
99 "log",
100 "region",
101 "target-lexicon",
102 "winapi",
103]
104
29967ef6
XL
105[[package]]
106name = "cranelift-module"
17df50a5
XL
107version = "0.74.0"
108source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6
XL
109dependencies = [
110 "anyhow",
111 "cranelift-codegen",
112 "cranelift-entity",
113 "log",
29967ef6
XL
114]
115
116[[package]]
117name = "cranelift-native"
17df50a5
XL
118version = "0.74.0"
119source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6
XL
120dependencies = [
121 "cranelift-codegen",
29967ef6
XL
122 "target-lexicon",
123]
124
125[[package]]
126name = "cranelift-object"
17df50a5
XL
127version = "0.74.0"
128source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
29967ef6
XL
129dependencies = [
130 "anyhow",
131 "cranelift-codegen",
132 "cranelift-module",
133 "log",
134 "object",
135 "target-lexicon",
136]
137
29967ef6
XL
138[[package]]
139name = "crc32fast"
fc512014 140version = "1.2.1"
29967ef6 141source = "registry+https://github.com/rust-lang/crates.io-index"
fc512014 142checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
29967ef6 143dependencies = [
6a06907d 144 "cfg-if",
29967ef6
XL
145]
146
29967ef6
XL
147[[package]]
148name = "gimli"
17df50a5 149version = "0.24.0"
29967ef6 150source = "registry+https://github.com/rust-lang/crates.io-index"
17df50a5 151checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
29967ef6
XL
152dependencies = [
153 "indexmap",
154]
155
156[[package]]
157name = "hashbrown"
158version = "0.9.1"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
161
162[[package]]
163name = "indexmap"
5869c6ff 164version = "1.6.1"
29967ef6 165source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 166checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
29967ef6
XL
167dependencies = [
168 "autocfg",
169 "hashbrown",
170]
171
172[[package]]
173name = "libc"
6a06907d 174version = "0.2.86"
29967ef6 175source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 176checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
29967ef6
XL
177
178[[package]]
179name = "libloading"
5869c6ff 180version = "0.6.7"
29967ef6 181source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 182checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
29967ef6 183dependencies = [
6a06907d 184 "cfg-if",
29967ef6
XL
185 "winapi",
186]
187
188[[package]]
189name = "log"
6a06907d 190version = "0.4.14"
29967ef6 191source = "registry+https://github.com/rust-lang/crates.io-index"
6a06907d 192checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
29967ef6 193dependencies = [
6a06907d 194 "cfg-if",
29967ef6
XL
195]
196
197[[package]]
198name = "mach"
199version = "0.3.2"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
202dependencies = [
203 "libc",
204]
205
206[[package]]
207name = "object"
17df50a5 208version = "0.24.0"
29967ef6 209source = "registry+https://github.com/rust-lang/crates.io-index"
17df50a5 210checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
29967ef6
XL
211dependencies = [
212 "crc32fast",
213 "indexmap",
214]
215
29967ef6
XL
216[[package]]
217name = "regalloc"
218version = "0.0.31"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"
221dependencies = [
222 "log",
223 "rustc-hash",
224 "smallvec",
225]
226
227[[package]]
228name = "region"
229version = "2.2.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
232dependencies = [
233 "bitflags",
234 "libc",
235 "mach",
236 "winapi",
237]
238
239[[package]]
240name = "rustc-hash"
241version = "1.1.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
244
245[[package]]
246name = "rustc_codegen_cranelift"
247version = "0.1.0"
248dependencies = [
249 "ar",
250 "cranelift-codegen",
251 "cranelift-frontend",
5869c6ff 252 "cranelift-jit",
29967ef6 253 "cranelift-module",
17df50a5 254 "cranelift-native",
29967ef6 255 "cranelift-object",
29967ef6
XL
256 "gimli",
257 "indexmap",
258 "libloading",
259 "object",
5869c6ff 260 "smallvec",
29967ef6
XL
261 "target-lexicon",
262]
263
29967ef6
XL
264[[package]]
265name = "smallvec"
5869c6ff 266version = "1.6.1"
29967ef6 267source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 268checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
29967ef6 269
29967ef6
XL
270[[package]]
271name = "target-lexicon"
17df50a5 272version = "0.12.0"
29967ef6 273source = "registry+https://github.com/rust-lang/crates.io-index"
17df50a5 274checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"
29967ef6
XL
275
276[[package]]
277name = "winapi"
278version = "0.3.9"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
281dependencies = [
282 "winapi-i686-pc-windows-gnu",
283 "winapi-x86_64-pc-windows-gnu",
284]
285
286[[package]]
287name = "winapi-i686-pc-windows-gnu"
288version = "0.4.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
291
292[[package]]
293name = "winapi-x86_64-pc-windows-gnu"
294version = "0.4.0"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"