]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
Rollup merge of #80232 - bugadani:roundtrip, r=estebank
[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 [[package]]
4 name = "addr2line"
5 version = "0.14.0"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
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.36"
67 source = "registry+https://github.com/rust-lang/crates.io-index"
68 checksum = "7cd0782e0a7da7598164153173e5a5d4d9b1da094473c98dce0ff91406112369"
69 dependencies = [
70  "rustc-std-workspace-core",
71 ]
72
73 [[package]]
74 name = "core"
75 version = "0.0.0"
76
77 [[package]]
78 name = "dlmalloc"
79 version = "0.2.1"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
82 dependencies = [
83  "compiler_builtins",
84  "libc",
85  "rustc-std-workspace-core",
86 ]
87
88 [[package]]
89 name = "fortanix-sgx-abi"
90 version = "0.3.3"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
93 dependencies = [
94  "compiler_builtins",
95  "rustc-std-workspace-core",
96 ]
97
98 [[package]]
99 name = "getopts"
100 version = "0.2.21"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
103 dependencies = [
104  "rustc-std-workspace-core",
105  "rustc-std-workspace-std",
106  "unicode-width",
107 ]
108
109 [[package]]
110 name = "gimli"
111 version = "0.23.0"
112 source = "registry+https://github.com/rust-lang/crates.io-index"
113 checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
114 dependencies = [
115  "compiler_builtins",
116  "rustc-std-workspace-alloc",
117  "rustc-std-workspace-core",
118 ]
119
120 [[package]]
121 name = "hashbrown"
122 version = "0.9.1"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
125 dependencies = [
126  "compiler_builtins",
127  "rustc-std-workspace-alloc",
128  "rustc-std-workspace-core",
129 ]
130
131 [[package]]
132 name = "hermit-abi"
133 version = "0.1.17"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
136 dependencies = [
137  "compiler_builtins",
138  "libc",
139  "rustc-std-workspace-core",
140 ]
141
142 [[package]]
143 name = "libc"
144 version = "0.2.81"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
147 dependencies = [
148  "rustc-std-workspace-core",
149 ]
150
151 [[package]]
152 name = "miniz_oxide"
153 version = "0.4.3"
154 source = "registry+https://github.com/rust-lang/crates.io-index"
155 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
156 dependencies = [
157  "adler",
158  "autocfg",
159  "compiler_builtins",
160  "rustc-std-workspace-alloc",
161  "rustc-std-workspace-core",
162 ]
163
164 [[package]]
165 name = "object"
166 version = "0.22.0"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
169 dependencies = [
170  "compiler_builtins",
171  "rustc-std-workspace-alloc",
172  "rustc-std-workspace-core",
173 ]
174
175 [[package]]
176 name = "panic_abort"
177 version = "0.0.0"
178 dependencies = [
179  "cfg-if",
180  "compiler_builtins",
181  "core",
182  "libc",
183 ]
184
185 [[package]]
186 name = "panic_unwind"
187 version = "0.0.0"
188 dependencies = [
189  "alloc",
190  "cfg-if",
191  "compiler_builtins",
192  "core",
193  "libc",
194  "unwind",
195 ]
196
197 [[package]]
198 name = "proc_macro"
199 version = "0.0.0"
200 dependencies = [
201  "std",
202 ]
203
204 [[package]]
205 name = "rustc-demangle"
206 version = "0.1.18"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
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  "unwind",
255  "wasi",
256 ]
257
258 [[package]]
259 name = "sysroot"
260 version = "0.0.0"
261 dependencies = [
262  "alloc",
263  "alloc_system",
264  "compiler_builtins",
265  "core",
266  "std",
267  "test",
268 ]
269
270 [[package]]
271 name = "term"
272 version = "0.0.0"
273 dependencies = [
274  "core",
275  "std",
276 ]
277
278 [[package]]
279 name = "test"
280 version = "0.0.0"
281 dependencies = [
282  "cfg-if",
283  "core",
284  "getopts",
285  "libc",
286  "panic_abort",
287  "panic_unwind",
288  "proc_macro",
289  "std",
290  "term",
291 ]
292
293 [[package]]
294 name = "unicode-width"
295 version = "0.1.8"
296 source = "registry+https://github.com/rust-lang/crates.io-index"
297 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
298 dependencies = [
299  "compiler_builtins",
300  "rustc-std-workspace-core",
301  "rustc-std-workspace-std",
302 ]
303
304 [[package]]
305 name = "unwind"
306 version = "0.0.0"
307 dependencies = [
308  "cc",
309  "cfg-if",
310  "compiler_builtins",
311  "core",
312  "libc",
313 ]
314
315 [[package]]
316 name = "wasi"
317 version = "0.9.0+wasi-snapshot-preview1"
318 source = "registry+https://github.com/rust-lang/crates.io-index"
319 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
320 dependencies = [
321  "compiler_builtins",
322  "rustc-std-workspace-alloc",
323  "rustc-std-workspace-core",
324 ]