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