]> git.lizzy.rs Git - rust.git/blob - build_sysroot/Cargo.lock
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
[rust.git] / 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 = "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.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.40"
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.11.2"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
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.94"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
138 dependencies = [
139  "rustc-std-workspace-core",
140 ]
141
142 [[package]]
143 name = "miniz_oxide"
144 version = "0.4.4"
145 source = "registry+https://github.com/rust-lang/crates.io-index"
146 checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
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  "alloc",
171  "cfg-if",
172  "compiler_builtins",
173  "core",
174  "libc",
175 ]
176
177 [[package]]
178 name = "panic_unwind"
179 version = "0.0.0"
180 dependencies = [
181  "alloc",
182  "cfg-if",
183  "compiler_builtins",
184  "core",
185  "libc",
186  "unwind",
187 ]
188
189 [[package]]
190 name = "proc_macro"
191 version = "0.0.0"
192 dependencies = [
193  "std",
194 ]
195
196 [[package]]
197 name = "rustc-demangle"
198 version = "0.1.18"
199 source = "registry+https://github.com/rust-lang/crates.io-index"
200 checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
201 dependencies = [
202  "compiler_builtins",
203  "rustc-std-workspace-core",
204 ]
205
206 [[package]]
207 name = "rustc-std-workspace-alloc"
208 version = "1.99.0"
209 dependencies = [
210  "alloc",
211 ]
212
213 [[package]]
214 name = "rustc-std-workspace-core"
215 version = "1.99.0"
216 dependencies = [
217  "core",
218 ]
219
220 [[package]]
221 name = "rustc-std-workspace-std"
222 version = "1.99.0"
223 dependencies = [
224  "std",
225 ]
226
227 [[package]]
228 name = "std"
229 version = "0.0.0"
230 dependencies = [
231  "addr2line",
232  "alloc",
233  "cfg-if",
234  "compiler_builtins",
235  "core",
236  "dlmalloc",
237  "fortanix-sgx-abi",
238  "hashbrown",
239  "hermit-abi",
240  "libc",
241  "miniz_oxide",
242  "object",
243  "panic_abort",
244  "panic_unwind",
245  "rustc-demangle",
246  "std_detect",
247  "unwind",
248  "wasi",
249 ]
250
251 [[package]]
252 name = "std_detect"
253 version = "0.1.5"
254 dependencies = [
255  "cfg-if",
256  "compiler_builtins",
257  "libc",
258  "rustc-std-workspace-alloc",
259  "rustc-std-workspace-core",
260 ]
261
262 [[package]]
263 name = "sysroot"
264 version = "0.0.0"
265 dependencies = [
266  "alloc",
267  "compiler_builtins",
268  "core",
269  "std",
270  "test",
271 ]
272
273 [[package]]
274 name = "term"
275 version = "0.0.0"
276 dependencies = [
277  "core",
278  "std",
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  "term",
294 ]
295
296 [[package]]
297 name = "unicode-width"
298 version = "0.1.8"
299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
301 dependencies = [
302  "compiler_builtins",
303  "rustc-std-workspace-core",
304  "rustc-std-workspace-std",
305 ]
306
307 [[package]]
308 name = "unwind"
309 version = "0.0.0"
310 dependencies = [
311  "cc",
312  "cfg-if",
313  "compiler_builtins",
314  "core",
315  "libc",
316 ]
317
318 [[package]]
319 name = "wasi"
320 version = "0.9.0+wasi-snapshot-preview1"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
323 dependencies = [
324  "compiler_builtins",
325  "rustc-std-workspace-alloc",
326  "rustc-std-workspace-core",
327 ]