]> git.lizzy.rs Git - rust.git/blob - build_sysroot/Cargo.lock
Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
[rust.git] / build_sysroot / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "alloc"
5 version = "0.0.0"
6 dependencies = [
7  "compiler_builtins",
8  "core",
9 ]
10
11 [[package]]
12 name = "alloc_system"
13 version = "0.0.0"
14 dependencies = [
15  "compiler_builtins",
16  "core",
17  "libc",
18 ]
19
20 [[package]]
21 name = "autocfg"
22 version = "0.1.7"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
25
26 [[package]]
27 name = "backtrace"
28 version = "0.3.48"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130"
31 dependencies = [
32  "backtrace-sys",
33  "cfg-if",
34  "compiler_builtins",
35  "libc",
36  "rustc-demangle",
37  "rustc-std-workspace-core",
38 ]
39
40 [[package]]
41 name = "backtrace-sys"
42 version = "0.1.37"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44 checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
45 dependencies = [
46  "cc",
47  "compiler_builtins",
48  "libc",
49  "rustc-std-workspace-core",
50 ]
51
52 [[package]]
53 name = "cc"
54 version = "1.0.54"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
57
58 [[package]]
59 name = "cfg-if"
60 version = "0.1.10"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
62 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
63 dependencies = [
64  "compiler_builtins",
65  "rustc-std-workspace-core",
66 ]
67
68 [[package]]
69 name = "compiler_builtins"
70 version = "0.1.28"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "439a6fab343b1dab347823537734a5cd4ae6ae2000b465ab886f64cdb723bd14"
73 dependencies = [
74  "rustc-std-workspace-core",
75 ]
76
77 [[package]]
78 name = "core"
79 version = "0.0.0"
80
81 [[package]]
82 name = "dlmalloc"
83 version = "0.1.4"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 checksum = "35055b1021724f4eb5262eb49130eebff23fc59fc5a14160e05faad8eeb36673"
86 dependencies = [
87  "compiler_builtins",
88  "libc",
89  "rustc-std-workspace-core",
90 ]
91
92 [[package]]
93 name = "fortanix-sgx-abi"
94 version = "0.3.3"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
97 dependencies = [
98  "compiler_builtins",
99  "rustc-std-workspace-core",
100 ]
101
102 [[package]]
103 name = "getopts"
104 version = "0.2.21"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
107 dependencies = [
108  "rustc-std-workspace-core",
109  "rustc-std-workspace-std",
110  "unicode-width",
111 ]
112
113 [[package]]
114 name = "hashbrown"
115 version = "0.6.3"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead"
118 dependencies = [
119  "autocfg",
120  "compiler_builtins",
121  "rustc-std-workspace-alloc",
122  "rustc-std-workspace-core",
123 ]
124
125 [[package]]
126 name = "hermit-abi"
127 version = "0.1.13"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
130 dependencies = [
131  "compiler_builtins",
132  "libc",
133  "rustc-std-workspace-core",
134 ]
135
136 [[package]]
137 name = "libc"
138 version = "0.2.69"
139 source = "registry+https://github.com/rust-lang/crates.io-index"
140 checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
141 dependencies = [
142  "rustc-std-workspace-core",
143 ]
144
145 [[package]]
146 name = "panic_abort"
147 version = "0.0.0"
148 dependencies = [
149  "compiler_builtins",
150  "core",
151  "libc",
152 ]
153
154 [[package]]
155 name = "panic_unwind"
156 version = "0.0.0"
157 dependencies = [
158  "alloc",
159  "cfg-if",
160  "compiler_builtins",
161  "core",
162  "libc",
163  "unwind",
164 ]
165
166 [[package]]
167 name = "proc_macro"
168 version = "0.0.0"
169 dependencies = [
170  "std",
171 ]
172
173 [[package]]
174 name = "rustc-demangle"
175 version = "0.1.16"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
178 dependencies = [
179  "compiler_builtins",
180  "rustc-std-workspace-core",
181 ]
182
183 [[package]]
184 name = "rustc-std-workspace-alloc"
185 version = "1.99.0"
186 dependencies = [
187  "alloc",
188 ]
189
190 [[package]]
191 name = "rustc-std-workspace-core"
192 version = "1.99.0"
193 dependencies = [
194  "core",
195 ]
196
197 [[package]]
198 name = "rustc-std-workspace-std"
199 version = "1.99.0"
200 dependencies = [
201  "std",
202 ]
203
204 [[package]]
205 name = "std"
206 version = "0.0.0"
207 dependencies = [
208  "alloc",
209  "backtrace",
210  "cfg-if",
211  "compiler_builtins",
212  "core",
213  "dlmalloc",
214  "fortanix-sgx-abi",
215  "hashbrown",
216  "hermit-abi",
217  "libc",
218  "panic_abort",
219  "panic_unwind",
220  "unwind",
221  "wasi",
222 ]
223
224 [[package]]
225 name = "sysroot"
226 version = "0.0.0"
227 dependencies = [
228  "alloc",
229  "alloc_system",
230  "compiler_builtins",
231  "core",
232  "libc",
233  "std",
234  "test",
235 ]
236
237 [[package]]
238 name = "term"
239 version = "0.0.0"
240 dependencies = [
241  "core",
242  "std",
243 ]
244
245 [[package]]
246 name = "test"
247 version = "0.0.0"
248 dependencies = [
249  "core",
250  "getopts",
251  "libc",
252  "panic_abort",
253  "panic_unwind",
254  "proc_macro",
255  "std",
256  "term",
257 ]
258
259 [[package]]
260 name = "unicode-width"
261 version = "0.1.7"
262 source = "registry+https://github.com/rust-lang/crates.io-index"
263 checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
264 dependencies = [
265  "compiler_builtins",
266  "rustc-std-workspace-core",
267  "rustc-std-workspace-std",
268 ]
269
270 [[package]]
271 name = "unwind"
272 version = "0.0.0"
273 dependencies = [
274  "cc",
275  "cfg-if",
276  "compiler_builtins",
277  "core",
278  "libc",
279 ]
280
281 [[package]]
282 name = "wasi"
283 version = "0.9.0+wasi-snapshot-preview1"
284 source = "registry+https://github.com/rust-lang/crates.io-index"
285 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
286 dependencies = [
287  "compiler_builtins",
288  "rustc-std-workspace-alloc",
289  "rustc-std-workspace-core",
290 ]