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