]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
Auto merge of #106938 - GuillaumeGomez:normalize-projection-field-ty, r=oli-obk
[rust.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 version = 3
4
5 [[package]]
6 name = "addr2line"
7 version = "0.17.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
10 dependencies = [
11  "compiler_builtins",
12  "gimli",
13  "rustc-std-workspace-alloc",
14  "rustc-std-workspace-core",
15 ]
16
17 [[package]]
18 name = "adler"
19 version = "1.0.2"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
22 dependencies = [
23  "compiler_builtins",
24  "rustc-std-workspace-core",
25 ]
26
27 [[package]]
28 name = "alloc"
29 version = "0.0.0"
30 dependencies = [
31  "compiler_builtins",
32  "core",
33 ]
34
35 [[package]]
36 name = "cc"
37 version = "1.0.78"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
40
41 [[package]]
42 name = "cfg-if"
43 version = "1.0.0"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
46 dependencies = [
47  "compiler_builtins",
48  "rustc-std-workspace-core",
49 ]
50
51 [[package]]
52 name = "compiler_builtins"
53 version = "0.1.86"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "5dae98c88e576098d7ab13ebcb40cc43e5114b2beafe61a87cda9200649ff205"
56 dependencies = [
57  "rustc-std-workspace-core",
58 ]
59
60 [[package]]
61 name = "core"
62 version = "0.0.0"
63
64 [[package]]
65 name = "dlmalloc"
66 version = "0.2.4"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a"
69 dependencies = [
70  "compiler_builtins",
71  "libc",
72  "rustc-std-workspace-core",
73 ]
74
75 [[package]]
76 name = "fortanix-sgx-abi"
77 version = "0.5.0"
78 source = "registry+https://github.com/rust-lang/crates.io-index"
79 checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
80 dependencies = [
81  "compiler_builtins",
82  "rustc-std-workspace-core",
83 ]
84
85 [[package]]
86 name = "getopts"
87 version = "0.2.21"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
90 dependencies = [
91  "rustc-std-workspace-core",
92  "rustc-std-workspace-std",
93  "unicode-width",
94 ]
95
96 [[package]]
97 name = "gimli"
98 version = "0.26.2"
99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
101 dependencies = [
102  "compiler_builtins",
103  "rustc-std-workspace-alloc",
104  "rustc-std-workspace-core",
105 ]
106
107 [[package]]
108 name = "hashbrown"
109 version = "0.12.3"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
112 dependencies = [
113  "compiler_builtins",
114  "rustc-std-workspace-alloc",
115  "rustc-std-workspace-core",
116 ]
117
118 [[package]]
119 name = "hermit-abi"
120 version = "0.2.6"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
122 checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
123 dependencies = [
124  "compiler_builtins",
125  "libc",
126  "rustc-std-workspace-alloc",
127  "rustc-std-workspace-core",
128 ]
129
130 [[package]]
131 name = "libc"
132 version = "0.2.139"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
134 checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
135 dependencies = [
136  "rustc-std-workspace-core",
137 ]
138
139 [[package]]
140 name = "memchr"
141 version = "2.5.0"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
144 dependencies = [
145  "compiler_builtins",
146  "rustc-std-workspace-core",
147 ]
148
149 [[package]]
150 name = "miniz_oxide"
151 version = "0.5.4"
152 source = "registry+https://github.com/rust-lang/crates.io-index"
153 checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
154 dependencies = [
155  "adler",
156  "compiler_builtins",
157  "rustc-std-workspace-alloc",
158  "rustc-std-workspace-core",
159 ]
160
161 [[package]]
162 name = "object"
163 version = "0.29.0"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
166 dependencies = [
167  "compiler_builtins",
168  "memchr",
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  "alloc",
178  "cfg-if",
179  "compiler_builtins",
180  "core",
181  "libc",
182 ]
183
184 [[package]]
185 name = "panic_unwind"
186 version = "0.0.0"
187 dependencies = [
188  "alloc",
189  "cfg-if",
190  "compiler_builtins",
191  "core",
192  "libc",
193  "unwind",
194 ]
195
196 [[package]]
197 name = "proc_macro"
198 version = "0.0.0"
199 dependencies = [
200  "core",
201  "std",
202 ]
203
204 [[package]]
205 name = "rustc-demangle"
206 version = "0.1.21"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
209 dependencies = [
210  "compiler_builtins",
211  "rustc-std-workspace-core",
212 ]
213
214 [[package]]
215 name = "rustc-std-workspace-alloc"
216 version = "1.99.0"
217 dependencies = [
218  "alloc",
219 ]
220
221 [[package]]
222 name = "rustc-std-workspace-core"
223 version = "1.99.0"
224 dependencies = [
225  "core",
226 ]
227
228 [[package]]
229 name = "rustc-std-workspace-std"
230 version = "1.99.0"
231 dependencies = [
232  "std",
233 ]
234
235 [[package]]
236 name = "std"
237 version = "0.0.0"
238 dependencies = [
239  "addr2line",
240  "alloc",
241  "cfg-if",
242  "compiler_builtins",
243  "core",
244  "dlmalloc",
245  "fortanix-sgx-abi",
246  "hashbrown",
247  "hermit-abi",
248  "libc",
249  "miniz_oxide",
250  "object",
251  "panic_abort",
252  "panic_unwind",
253  "rustc-demangle",
254  "std_detect",
255  "unwind",
256  "wasi",
257 ]
258
259 [[package]]
260 name = "std_detect"
261 version = "0.1.5"
262 dependencies = [
263  "cfg-if",
264  "compiler_builtins",
265  "libc",
266  "rustc-std-workspace-alloc",
267  "rustc-std-workspace-core",
268 ]
269
270 [[package]]
271 name = "sysroot"
272 version = "0.0.0"
273 dependencies = [
274  "alloc",
275  "compiler_builtins",
276  "core",
277  "std",
278  "test",
279 ]
280
281 [[package]]
282 name = "test"
283 version = "0.0.0"
284 dependencies = [
285  "cfg-if",
286  "core",
287  "getopts",
288  "libc",
289  "panic_abort",
290  "panic_unwind",
291  "proc_macro",
292  "std",
293 ]
294
295 [[package]]
296 name = "unicode-width"
297 version = "0.1.10"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
300 dependencies = [
301  "compiler_builtins",
302  "rustc-std-workspace-core",
303  "rustc-std-workspace-std",
304 ]
305
306 [[package]]
307 name = "unwind"
308 version = "0.0.0"
309 dependencies = [
310  "cc",
311  "cfg-if",
312  "compiler_builtins",
313  "core",
314  "libc",
315 ]
316
317 [[package]]
318 name = "wasi"
319 version = "0.11.0+wasi-snapshot-preview1"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
322 dependencies = [
323  "compiler_builtins",
324  "rustc-std-workspace-alloc",
325  "rustc-std-workspace-core",
326 ]