]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
New upstream version 1.54.0+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"
17df50a5 43version = "1.0.68"
29967ef6 44source = "registry+https://github.com/rust-lang/crates.io-index"
17df50a5 45checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
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"
17df50a5 59version = "0.1.43"
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"
5869c6ff 124version = "0.1.18"
29967ef6 125source = "registry+https://github.com/rust-lang/crates.io-index"
5869c6ff 126checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
29967ef6
XL
127dependencies = [
128 "compiler_builtins",
129 "libc",
130 "rustc-std-workspace-core",
131]
132
133[[package]]
134name = "libc"
17df50a5 135version = "0.2.95"
29967ef6 136source = "registry+https://github.com/rust-lang/crates.io-index"
17df50a5 137checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
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"
17df50a5 198version = "0.1.19"
29967ef6 199source = "registry+https://github.com/rust-lang/crates.io-index"
17df50a5 200checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
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
273[[package]]
274name = "term"
275version = "0.0.0"
276dependencies = [
277 "core",
278 "std",
279]
280
281[[package]]
282name = "test"
283version = "0.0.0"
284dependencies = [
285 "cfg-if",
286 "core",
287 "getopts",
288 "libc",
289 "panic_abort",
290 "panic_unwind",
291 "proc_macro",
292 "std",
293 "term",
294]
295
296[[package]]
297name = "unicode-width"
298version = "0.1.8"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
301dependencies = [
302 "compiler_builtins",
303 "rustc-std-workspace-core",
304 "rustc-std-workspace-std",
305]
306
307[[package]]
308name = "unwind"
309version = "0.0.0"
310dependencies = [
311 "cc",
312 "cfg-if",
313 "compiler_builtins",
314 "core",
315 "libc",
316]
317
318[[package]]
319name = "wasi"
320version = "0.9.0+wasi-snapshot-preview1"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
323dependencies = [
324 "compiler_builtins",
325 "rustc-std-workspace-alloc",
326 "rustc-std-workspace-core",
327]