]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[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.16.0"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
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 = "autocfg"
37 version = "1.1.0"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
40
41 [[package]]
42 name = "cc"
43 version = "1.0.73"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
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.75"
60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 checksum = "c6e3183e88f659a862835db8f4b67dbeed3d93e44dd4927eef78edb1c149d784"
62 dependencies = [
63  "rustc-std-workspace-core",
64 ]
65
66 [[package]]
67 name = "core"
68 version = "0.0.0"
69
70 [[package]]
71 name = "dlmalloc"
72 version = "0.2.3"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74 checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
75 dependencies = [
76  "compiler_builtins",
77  "libc",
78  "rustc-std-workspace-core",
79 ]
80
81 [[package]]
82 name = "fortanix-sgx-abi"
83 version = "0.3.3"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
86 dependencies = [
87  "compiler_builtins",
88  "rustc-std-workspace-core",
89 ]
90
91 [[package]]
92 name = "getopts"
93 version = "0.2.21"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
96 dependencies = [
97  "rustc-std-workspace-core",
98  "rustc-std-workspace-std",
99  "unicode-width",
100 ]
101
102 [[package]]
103 name = "gimli"
104 version = "0.25.0"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
107 dependencies = [
108  "compiler_builtins",
109  "rustc-std-workspace-alloc",
110  "rustc-std-workspace-core",
111 ]
112
113 [[package]]
114 name = "hashbrown"
115 version = "0.12.3"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
118 dependencies = [
119  "compiler_builtins",
120  "rustc-std-workspace-alloc",
121  "rustc-std-workspace-core",
122 ]
123
124 [[package]]
125 name = "hermit-abi"
126 version = "0.2.4"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "7668753748e445859e4e373c3d41117235d9feed578392f5a3a73efdc751ca4a"
129 dependencies = [
130  "compiler_builtins",
131  "libc",
132  "rustc-std-workspace-alloc",
133  "rustc-std-workspace-core",
134 ]
135
136 [[package]]
137 name = "libc"
138 version = "0.2.126"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
141 dependencies = [
142  "rustc-std-workspace-core",
143 ]
144
145 [[package]]
146 name = "memchr"
147 version = "2.5.0"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
150 dependencies = [
151  "compiler_builtins",
152  "rustc-std-workspace-core",
153 ]
154
155 [[package]]
156 name = "miniz_oxide"
157 version = "0.4.4"
158 source = "registry+https://github.com/rust-lang/crates.io-index"
159 checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
160 dependencies = [
161  "adler",
162  "autocfg",
163  "compiler_builtins",
164  "rustc-std-workspace-alloc",
165  "rustc-std-workspace-core",
166 ]
167
168 [[package]]
169 name = "object"
170 version = "0.26.2"
171 source = "registry+https://github.com/rust-lang/crates.io-index"
172 checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
173 dependencies = [
174  "compiler_builtins",
175  "memchr",
176  "rustc-std-workspace-alloc",
177  "rustc-std-workspace-core",
178 ]
179
180 [[package]]
181 name = "panic_abort"
182 version = "0.0.0"
183 dependencies = [
184  "alloc",
185  "cfg-if",
186  "compiler_builtins",
187  "core",
188  "libc",
189 ]
190
191 [[package]]
192 name = "panic_unwind"
193 version = "0.0.0"
194 dependencies = [
195  "alloc",
196  "cfg-if",
197  "compiler_builtins",
198  "core",
199  "libc",
200  "unwind",
201 ]
202
203 [[package]]
204 name = "proc_macro"
205 version = "0.0.0"
206 dependencies = [
207  "core",
208  "std",
209 ]
210
211 [[package]]
212 name = "rustc-demangle"
213 version = "0.1.21"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
216 dependencies = [
217  "compiler_builtins",
218  "rustc-std-workspace-core",
219 ]
220
221 [[package]]
222 name = "rustc-std-workspace-alloc"
223 version = "1.99.0"
224 dependencies = [
225  "alloc",
226 ]
227
228 [[package]]
229 name = "rustc-std-workspace-core"
230 version = "1.99.0"
231 dependencies = [
232  "core",
233 ]
234
235 [[package]]
236 name = "rustc-std-workspace-std"
237 version = "1.99.0"
238 dependencies = [
239  "std",
240 ]
241
242 [[package]]
243 name = "std"
244 version = "0.0.0"
245 dependencies = [
246  "addr2line",
247  "alloc",
248  "cfg-if",
249  "compiler_builtins",
250  "core",
251  "dlmalloc",
252  "fortanix-sgx-abi",
253  "hashbrown",
254  "hermit-abi",
255  "libc",
256  "miniz_oxide",
257  "object",
258  "panic_abort",
259  "panic_unwind",
260  "rustc-demangle",
261  "std_detect",
262  "unwind",
263  "wasi",
264 ]
265
266 [[package]]
267 name = "std_detect"
268 version = "0.1.5"
269 dependencies = [
270  "cfg-if",
271  "compiler_builtins",
272  "libc",
273  "rustc-std-workspace-alloc",
274  "rustc-std-workspace-core",
275 ]
276
277 [[package]]
278 name = "sysroot"
279 version = "0.0.0"
280 dependencies = [
281  "alloc",
282  "compiler_builtins",
283  "core",
284  "std",
285  "test",
286 ]
287
288 [[package]]
289 name = "test"
290 version = "0.0.0"
291 dependencies = [
292  "cfg-if",
293  "core",
294  "getopts",
295  "libc",
296  "panic_abort",
297  "panic_unwind",
298  "proc_macro",
299  "std",
300 ]
301
302 [[package]]
303 name = "unicode-width"
304 version = "0.1.9"
305 source = "registry+https://github.com/rust-lang/crates.io-index"
306 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
307 dependencies = [
308  "compiler_builtins",
309  "rustc-std-workspace-core",
310  "rustc-std-workspace-std",
311 ]
312
313 [[package]]
314 name = "unwind"
315 version = "0.0.0"
316 dependencies = [
317  "cc",
318  "cfg-if",
319  "compiler_builtins",
320  "core",
321  "libc",
322 ]
323
324 [[package]]
325 name = "wasi"
326 version = "0.11.0+wasi-snapshot-preview1"
327 source = "registry+https://github.com/rust-lang/crates.io-index"
328 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
329 dependencies = [
330  "compiler_builtins",
331  "rustc-std-workspace-alloc",
332  "rustc-std-workspace-core",
333 ]