]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / compiler / rustc_codegen_cranelift / build_sysroot / 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 = "addr2line"
5869c6ff 7version = "0.14.1"
29967ef6 8source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 9checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
29967ef6
XL
10dependencies = [
11 "compiler_builtins",
12 "gimli",
13 "rustc-std-workspace-alloc",
14 "rustc-std-workspace-core",
15]
16
17[[package]]
18name = "adler"
cdc7bbd5 19version = "1.0.2"
29967ef6 20source = "registry+https://github.com/rust-lang/crates.io-index"
cdc7bbd5 21checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
29967ef6
XL
22dependencies = [
23 "compiler_builtins",
24 "rustc-std-workspace-core",
25]
26
27[[package]]
28name = "alloc"
29version = "0.0.0"
30dependencies = [
31 "compiler_builtins",
32 "core",
33]
34
29967ef6
XL
35[[package]]
36name = "autocfg"
37version = "1.0.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
40
41[[package]]
42name = "cc"
94222f64 43version = "1.0.69"
29967ef6 44source = "registry+https://github.com/rust-lang/crates.io-index"
94222f64 45checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
29967ef6
XL
46
47[[package]]
48name = "cfg-if"
49version = "0.1.10"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
52dependencies = [
53 "compiler_builtins",
54 "rustc-std-workspace-core",
55]
56
57[[package]]
58name = "compiler_builtins"
136023e0 59version = "0.1.46"
29967ef6
XL
60dependencies = [
61 "rustc-std-workspace-core",
62]
63
64[[package]]
65name = "core"
66version = "0.0.0"
67
68[[package]]
69name = "dlmalloc"
fc512014 70version = "0.2.1"
29967ef6 71source = "registry+https://github.com/rust-lang/crates.io-index"
fc512014 72checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
29967ef6
XL
73dependencies = [
74 "compiler_builtins",
75 "libc",
76 "rustc-std-workspace-core",
77]
78
79[[package]]
80name = "fortanix-sgx-abi"
81version = "0.3.3"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
84dependencies = [
85 "compiler_builtins",
86 "rustc-std-workspace-core",
87]
88
89[[package]]
90name = "getopts"
91version = "0.2.21"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
94dependencies = [
95 "rustc-std-workspace-core",
96 "rustc-std-workspace-std",
97 "unicode-width",
98]
99
100[[package]]
101name = "gimli"
fc512014 102version = "0.23.0"
29967ef6 103source = "registry+https://github.com/rust-lang/crates.io-index"
fc512014 104checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
29967ef6
XL
105dependencies = [
106 "compiler_builtins",
107 "rustc-std-workspace-alloc",
108 "rustc-std-workspace-core",
109]
110
111[[package]]
112name = "hashbrown"
cdc7bbd5 113version = "0.11.2"
29967ef6 114source = "registry+https://github.com/rust-lang/crates.io-index"
cdc7bbd5 115checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
29967ef6
XL
116dependencies = [
117 "compiler_builtins",
118 "rustc-std-workspace-alloc",
119 "rustc-std-workspace-core",
120]
121
122[[package]]
123name = "hermit-abi"
136023e0 124version = "0.1.19"
29967ef6 125source = "registry+https://github.com/rust-lang/crates.io-index"
136023e0 126checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
29967ef6
XL
127dependencies = [
128 "compiler_builtins",
129 "libc",
130 "rustc-std-workspace-core",
131]
132
133[[package]]
134name = "libc"
94222f64 135version = "0.2.98"
29967ef6 136source = "registry+https://github.com/rust-lang/crates.io-index"
94222f64 137checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
29967ef6
XL
138dependencies = [
139 "rustc-std-workspace-core",
140]
141
142[[package]]
143name = "miniz_oxide"
cdc7bbd5 144version = "0.4.4"
29967ef6 145source = "registry+https://github.com/rust-lang/crates.io-index"
cdc7bbd5 146checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
29967ef6
XL
147dependencies = [
148 "adler",
149 "autocfg",
150 "compiler_builtins",
151 "rustc-std-workspace-alloc",
152 "rustc-std-workspace-core",
153]
154
155[[package]]
156name = "object"
fc512014 157version = "0.22.0"
29967ef6 158source = "registry+https://github.com/rust-lang/crates.io-index"
fc512014 159checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
29967ef6
XL
160dependencies = [
161 "compiler_builtins",
162 "rustc-std-workspace-alloc",
163 "rustc-std-workspace-core",
164]
165
166[[package]]
167name = "panic_abort"
168version = "0.0.0"
169dependencies = [
17df50a5 170 "alloc",
29967ef6
XL
171 "cfg-if",
172 "compiler_builtins",
173 "core",
174 "libc",
175]
176
177[[package]]
178name = "panic_unwind"
179version = "0.0.0"
180dependencies = [
181 "alloc",
182 "cfg-if",
183 "compiler_builtins",
184 "core",
185 "libc",
186 "unwind",
187]
188
189[[package]]
190name = "proc_macro"
191version = "0.0.0"
192dependencies = [
193 "std",
194]
195
196[[package]]
197name = "rustc-demangle"
136023e0 198version = "0.1.20"
29967ef6 199source = "registry+https://github.com/rust-lang/crates.io-index"
136023e0 200checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49"
29967ef6
XL
201dependencies = [
202 "compiler_builtins",
203 "rustc-std-workspace-core",
204]
205
206[[package]]
207name = "rustc-std-workspace-alloc"
208version = "1.99.0"
209dependencies = [
210 "alloc",
211]
212
213[[package]]
214name = "rustc-std-workspace-core"
215version = "1.99.0"
216dependencies = [
217 "core",
218]
219
220[[package]]
221name = "rustc-std-workspace-std"
222version = "1.99.0"
223dependencies = [
224 "std",
225]
226
227[[package]]
228name = "std"
229version = "0.0.0"
230dependencies = [
231 "addr2line",
232 "alloc",
233 "cfg-if",
234 "compiler_builtins",
235 "core",
236 "dlmalloc",
237 "fortanix-sgx-abi",
238 "hashbrown",
239 "hermit-abi",
240 "libc",
241 "miniz_oxide",
242 "object",
243 "panic_abort",
244 "panic_unwind",
245 "rustc-demangle",
17df50a5 246 "std_detect",
29967ef6
XL
247 "unwind",
248 "wasi",
249]
250
17df50a5
XL
251[[package]]
252name = "std_detect"
253version = "0.1.5"
254dependencies = [
255 "cfg-if",
256 "compiler_builtins",
257 "libc",
258 "rustc-std-workspace-alloc",
259 "rustc-std-workspace-core",
260]
261
29967ef6
XL
262[[package]]
263name = "sysroot"
264version = "0.0.0"
265dependencies = [
266 "alloc",
29967ef6
XL
267 "compiler_builtins",
268 "core",
269 "std",
270 "test",
271]
272
29967ef6
XL
273[[package]]
274name = "test"
275version = "0.0.0"
276dependencies = [
277 "cfg-if",
278 "core",
279 "getopts",
280 "libc",
281 "panic_abort",
282 "panic_unwind",
283 "proc_macro",
284 "std",
29967ef6
XL
285]
286
287[[package]]
288name = "unicode-width"
289version = "0.1.8"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
292dependencies = [
293 "compiler_builtins",
294 "rustc-std-workspace-core",
295 "rustc-std-workspace-std",
296]
297
298[[package]]
299name = "unwind"
300version = "0.0.0"
301dependencies = [
302 "cc",
303 "cfg-if",
304 "compiler_builtins",
305 "core",
306 "libc",
307]
308
309[[package]]
310name = "wasi"
311version = "0.9.0+wasi-snapshot-preview1"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
314dependencies = [
315 "compiler_builtins",
316 "rustc-std-workspace-alloc",
317 "rustc-std-workspace-core",
318]