]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
update Miri
[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.70"
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.3"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "a6fe28e0bf9357092740362502f5cc7955d8dc125ebda71dec72336c2e15c62e"
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.25.0"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
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.12.0"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
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.2.0"
125 source = "registry+https://github.com/rust-lang/crates.io-index"
126 checksum = "1ab7905ea95c6d9af62940f9d7dd9596d54c334ae2c15300c482051292d5637f"
127 dependencies = [
128  "compiler_builtins",
129  "libc",
130  "rustc-std-workspace-core",
131 ]
132
133 [[package]]
134 name = "libc"
135 version = "0.2.119"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
138 dependencies = [
139  "rustc-std-workspace-core",
140 ]
141
142 [[package]]
143 name = "memchr"
144 version = "2.4.1"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
147 dependencies = [
148  "compiler_builtins",
149  "rustc-std-workspace-core",
150 ]
151
152 [[package]]
153 name = "miniz_oxide"
154 version = "0.4.4"
155 source = "registry+https://github.com/rust-lang/crates.io-index"
156 checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
157 dependencies = [
158  "adler",
159  "autocfg",
160  "compiler_builtins",
161  "rustc-std-workspace-alloc",
162  "rustc-std-workspace-core",
163 ]
164
165 [[package]]
166 name = "object"
167 version = "0.26.2"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
170 dependencies = [
171  "compiler_builtins",
172  "memchr",
173  "rustc-std-workspace-alloc",
174  "rustc-std-workspace-core",
175 ]
176
177 [[package]]
178 name = "panic_abort"
179 version = "0.0.0"
180 dependencies = [
181  "alloc",
182  "cfg-if",
183  "compiler_builtins",
184  "core",
185  "libc",
186 ]
187
188 [[package]]
189 name = "panic_unwind"
190 version = "0.0.0"
191 dependencies = [
192  "alloc",
193  "cfg-if",
194  "compiler_builtins",
195  "core",
196  "libc",
197  "unwind",
198 ]
199
200 [[package]]
201 name = "proc_macro"
202 version = "0.0.0"
203 dependencies = [
204  "std",
205 ]
206
207 [[package]]
208 name = "rustc-demangle"
209 version = "0.1.21"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211 checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
212 dependencies = [
213  "compiler_builtins",
214  "rustc-std-workspace-core",
215 ]
216
217 [[package]]
218 name = "rustc-std-workspace-alloc"
219 version = "1.99.0"
220 dependencies = [
221  "alloc",
222 ]
223
224 [[package]]
225 name = "rustc-std-workspace-core"
226 version = "1.99.0"
227 dependencies = [
228  "core",
229 ]
230
231 [[package]]
232 name = "rustc-std-workspace-std"
233 version = "1.99.0"
234 dependencies = [
235  "std",
236 ]
237
238 [[package]]
239 name = "std"
240 version = "0.0.0"
241 dependencies = [
242  "addr2line",
243  "alloc",
244  "cfg-if",
245  "compiler_builtins",
246  "core",
247  "dlmalloc",
248  "fortanix-sgx-abi",
249  "hashbrown",
250  "hermit-abi",
251  "libc",
252  "miniz_oxide",
253  "object",
254  "panic_abort",
255  "panic_unwind",
256  "rustc-demangle",
257  "std_detect",
258  "unwind",
259  "wasi",
260 ]
261
262 [[package]]
263 name = "std_detect"
264 version = "0.1.5"
265 dependencies = [
266  "cfg-if",
267  "compiler_builtins",
268  "libc",
269  "rustc-std-workspace-alloc",
270  "rustc-std-workspace-core",
271 ]
272
273 [[package]]
274 name = "sysroot"
275 version = "0.0.0"
276 dependencies = [
277  "alloc",
278  "compiler_builtins",
279  "core",
280  "std",
281  "test",
282 ]
283
284 [[package]]
285 name = "test"
286 version = "0.0.0"
287 dependencies = [
288  "cfg-if",
289  "core",
290  "getopts",
291  "libc",
292  "panic_abort",
293  "panic_unwind",
294  "proc_macro",
295  "std",
296 ]
297
298 [[package]]
299 name = "unicode-width"
300 version = "0.1.9"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
303 dependencies = [
304  "compiler_builtins",
305  "rustc-std-workspace-core",
306  "rustc-std-workspace-std",
307 ]
308
309 [[package]]
310 name = "unwind"
311 version = "0.0.0"
312 dependencies = [
313  "cc",
314  "cfg-if",
315  "compiler_builtins",
316  "core",
317  "libc",
318 ]
319
320 [[package]]
321 name = "wasi"
322 version = "0.11.0+wasi-snapshot-preview1"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
325 dependencies = [
326  "compiler_builtins",
327  "rustc-std-workspace-alloc",
328  "rustc-std-workspace-core",
329 ]