]>
Commit | Line | Data |
---|---|---|
1 | # This file is automatically @generated by Cargo. | |
2 | # It is not intended for manual editing. | |
3 | version = 4 | |
4 | ||
5 | [[package]] | |
6 | name = "aho-corasick" | |
7 | version = "1.1.3" | |
8 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
9 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" | |
10 | dependencies = [ | |
11 | "memchr", | |
12 | ] | |
13 | ||
14 | [[package]] | |
15 | name = "anstream" | |
16 | version = "0.6.18" | |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
18 | checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" | |
19 | dependencies = [ | |
20 | "anstyle", | |
21 | "anstyle-parse", | |
22 | "anstyle-query", | |
23 | "anstyle-wincon", | |
24 | "colorchoice", | |
25 | "is_terminal_polyfill", | |
26 | "utf8parse", | |
27 | ] | |
28 | ||
29 | [[package]] | |
30 | name = "anstyle" | |
31 | version = "1.0.10" | |
32 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
33 | checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" | |
34 | ||
35 | [[package]] | |
36 | name = "anstyle-parse" | |
37 | version = "0.2.6" | |
38 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
39 | checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" | |
40 | dependencies = [ | |
41 | "utf8parse", | |
42 | ] | |
43 | ||
44 | [[package]] | |
45 | name = "anstyle-query" | |
46 | version = "1.1.2" | |
47 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
48 | checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" | |
49 | dependencies = [ | |
50 | "windows-sys", | |
51 | ] | |
52 | ||
53 | [[package]] | |
54 | name = "anstyle-wincon" | |
55 | version = "3.0.7" | |
56 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
57 | checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" | |
58 | dependencies = [ | |
59 | "anstyle", | |
60 | "once_cell", | |
61 | "windows-sys", | |
62 | ] | |
63 | ||
64 | [[package]] | |
65 | name = "bitflags" | |
66 | version = "2.8.0" | |
67 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
68 | checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" | |
69 | ||
70 | [[package]] | |
71 | name = "cc" | |
72 | version = "1.2.10" | |
73 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
74 | checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" | |
75 | dependencies = [ | |
76 | "shlex", | |
77 | ] | |
78 | ||
79 | [[package]] | |
80 | name = "cfg-if" | |
81 | version = "1.0.0" | |
82 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
83 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
84 | ||
85 | [[package]] | |
86 | name = "cfg_aliases" | |
87 | version = "0.2.1" | |
88 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
89 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" | |
90 | ||
91 | [[package]] | |
92 | name = "colorchoice" | |
93 | version = "1.0.3" | |
94 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
95 | checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" | |
96 | ||
97 | [[package]] | |
98 | name = "core-foundation" | |
99 | version = "0.9.4" | |
100 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
101 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" | |
102 | dependencies = [ | |
103 | "core-foundation-sys", | |
104 | "libc", | |
105 | ] | |
106 | ||
107 | [[package]] | |
108 | name = "core-foundation-sys" | |
109 | version = "0.8.7" | |
110 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
111 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" | |
112 | ||
113 | [[package]] | |
114 | name = "ctrlc" | |
115 | version = "3.4.5" | |
116 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
117 | checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" | |
118 | dependencies = [ | |
119 | "nix", | |
120 | "windows-sys", | |
121 | ] | |
122 | ||
123 | [[package]] | |
124 | name = "env_filter" | |
125 | version = "0.1.3" | |
126 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
127 | checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" | |
128 | dependencies = [ | |
129 | "log", | |
130 | "regex", | |
131 | ] | |
132 | ||
133 | [[package]] | |
134 | name = "env_logger" | |
135 | version = "0.11.6" | |
136 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
137 | checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" | |
138 | dependencies = [ | |
139 | "anstream", | |
140 | "anstyle", | |
141 | "env_filter", | |
142 | "humantime", | |
143 | "log", | |
144 | ] | |
145 | ||
146 | [[package]] | |
147 | name = "errno" | |
148 | version = "0.3.10" | |
149 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
150 | checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" | |
151 | dependencies = [ | |
152 | "libc", | |
153 | "windows-sys", | |
154 | ] | |
155 | ||
156 | [[package]] | |
157 | name = "fastrand" | |
158 | version = "2.3.0" | |
159 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
160 | checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" | |
161 | ||
162 | [[package]] | |
163 | name = "foreign-types" | |
164 | version = "0.3.2" | |
165 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
166 | checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" | |
167 | dependencies = [ | |
168 | "foreign-types-shared", | |
169 | ] | |
170 | ||
171 | [[package]] | |
172 | name = "foreign-types-shared" | |
173 | version = "0.1.1" | |
174 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
175 | checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | |
176 | ||
177 | [[package]] | |
178 | name = "getrandom" | |
179 | version = "0.2.15" | |
180 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
181 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" | |
182 | dependencies = [ | |
183 | "cfg-if", | |
184 | "libc", | |
185 | "wasi", | |
186 | ] | |
187 | ||
188 | [[package]] | |
189 | name = "humantime" | |
190 | version = "2.1.0" | |
191 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
192 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | |
193 | ||
194 | [[package]] | |
195 | name = "is_terminal_polyfill" | |
196 | version = "1.70.1" | |
197 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
198 | checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" | |
199 | ||
200 | [[package]] | |
201 | name = "libc" | |
202 | version = "0.2.169" | |
203 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
204 | checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" | |
205 | ||
206 | [[package]] | |
207 | name = "linux-raw-sys" | |
208 | version = "0.4.15" | |
209 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
210 | checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" | |
211 | ||
212 | [[package]] | |
213 | name = "log" | |
214 | version = "0.4.25" | |
215 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
216 | checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" | |
217 | ||
218 | [[package]] | |
219 | name = "memchr" | |
220 | version = "2.7.4" | |
221 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
222 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" | |
223 | ||
224 | [[package]] | |
225 | name = "native-tls" | |
226 | version = "0.2.12" | |
227 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
228 | checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" | |
229 | dependencies = [ | |
230 | "libc", | |
231 | "log", | |
232 | "openssl", | |
233 | "openssl-probe", | |
234 | "openssl-sys", | |
235 | "schannel", | |
236 | "security-framework", | |
237 | "security-framework-sys", | |
238 | "tempfile", | |
239 | ] | |
240 | ||
241 | [[package]] | |
242 | name = "nix" | |
243 | version = "0.29.0" | |
244 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
245 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" | |
246 | dependencies = [ | |
247 | "bitflags", | |
248 | "cfg-if", | |
249 | "cfg_aliases", | |
250 | "libc", | |
251 | ] | |
252 | ||
253 | [[package]] | |
254 | name = "olden-mail" | |
255 | version = "1.1.0" | |
256 | dependencies = [ | |
257 | "ctrlc", | |
258 | "env_logger", | |
259 | "log", | |
260 | "native-tls", | |
261 | "thiserror", | |
262 | ] | |
263 | ||
264 | [[package]] | |
265 | name = "once_cell" | |
266 | version = "1.20.2" | |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
268 | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" | |
269 | ||
270 | [[package]] | |
271 | name = "openssl" | |
272 | version = "0.10.68" | |
273 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
274 | checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" | |
275 | dependencies = [ | |
276 | "bitflags", | |
277 | "cfg-if", | |
278 | "foreign-types", | |
279 | "libc", | |
280 | "once_cell", | |
281 | "openssl-macros", | |
282 | "openssl-sys", | |
283 | ] | |
284 | ||
285 | [[package]] | |
286 | name = "openssl-macros" | |
287 | version = "0.1.1" | |
288 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
289 | checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" | |
290 | dependencies = [ | |
291 | "proc-macro2", | |
292 | "quote", | |
293 | "syn", | |
294 | ] | |
295 | ||
296 | [[package]] | |
297 | name = "openssl-probe" | |
298 | version = "0.1.6" | |
299 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
300 | checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" | |
301 | ||
302 | [[package]] | |
303 | name = "openssl-src" | |
304 | version = "300.4.1+3.4.0" | |
305 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
306 | checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c" | |
307 | dependencies = [ | |
308 | "cc", | |
309 | ] | |
310 | ||
311 | [[package]] | |
312 | name = "openssl-sys" | |
313 | version = "0.9.104" | |
314 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
315 | checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" | |
316 | dependencies = [ | |
317 | "cc", | |
318 | "libc", | |
319 | "openssl-src", | |
320 | "pkg-config", | |
321 | "vcpkg", | |
322 | ] | |
323 | ||
324 | [[package]] | |
325 | name = "pkg-config" | |
326 | version = "0.3.31" | |
327 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
328 | checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" | |
329 | ||
330 | [[package]] | |
331 | name = "proc-macro2" | |
332 | version = "1.0.93" | |
333 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
334 | checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" | |
335 | dependencies = [ | |
336 | "unicode-ident", | |
337 | ] | |
338 | ||
339 | [[package]] | |
340 | name = "quote" | |
341 | version = "1.0.38" | |
342 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
343 | checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" | |
344 | dependencies = [ | |
345 | "proc-macro2", | |
346 | ] | |
347 | ||
348 | [[package]] | |
349 | name = "regex" | |
350 | version = "1.11.1" | |
351 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
352 | checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" | |
353 | dependencies = [ | |
354 | "aho-corasick", | |
355 | "memchr", | |
356 | "regex-automata", | |
357 | "regex-syntax", | |
358 | ] | |
359 | ||
360 | [[package]] | |
361 | name = "regex-automata" | |
362 | version = "0.4.9" | |
363 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
364 | checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" | |
365 | dependencies = [ | |
366 | "aho-corasick", | |
367 | "memchr", | |
368 | "regex-syntax", | |
369 | ] | |
370 | ||
371 | [[package]] | |
372 | name = "regex-syntax" | |
373 | version = "0.8.5" | |
374 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
375 | checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" | |
376 | ||
377 | [[package]] | |
378 | name = "rustix" | |
379 | version = "0.38.44" | |
380 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
381 | checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" | |
382 | dependencies = [ | |
383 | "bitflags", | |
384 | "errno", | |
385 | "libc", | |
386 | "linux-raw-sys", | |
387 | "windows-sys", | |
388 | ] | |
389 | ||
390 | [[package]] | |
391 | name = "schannel" | |
392 | version = "0.1.27" | |
393 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
394 | checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" | |
395 | dependencies = [ | |
396 | "windows-sys", | |
397 | ] | |
398 | ||
399 | [[package]] | |
400 | name = "security-framework" | |
401 | version = "2.11.1" | |
402 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
403 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" | |
404 | dependencies = [ | |
405 | "bitflags", | |
406 | "core-foundation", | |
407 | "core-foundation-sys", | |
408 | "libc", | |
409 | "security-framework-sys", | |
410 | ] | |
411 | ||
412 | [[package]] | |
413 | name = "security-framework-sys" | |
414 | version = "2.14.0" | |
415 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
416 | checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" | |
417 | dependencies = [ | |
418 | "core-foundation-sys", | |
419 | "libc", | |
420 | ] | |
421 | ||
422 | [[package]] | |
423 | name = "shlex" | |
424 | version = "1.3.0" | |
425 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
426 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | |
427 | ||
428 | [[package]] | |
429 | name = "syn" | |
430 | version = "2.0.96" | |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
432 | checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" | |
433 | dependencies = [ | |
434 | "proc-macro2", | |
435 | "quote", | |
436 | "unicode-ident", | |
437 | ] | |
438 | ||
439 | [[package]] | |
440 | name = "tempfile" | |
441 | version = "3.15.0" | |
442 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
443 | checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" | |
444 | dependencies = [ | |
445 | "cfg-if", | |
446 | "fastrand", | |
447 | "getrandom", | |
448 | "once_cell", | |
449 | "rustix", | |
450 | "windows-sys", | |
451 | ] | |
452 | ||
453 | [[package]] | |
454 | name = "thiserror" | |
455 | version = "2.0.11" | |
456 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
457 | checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" | |
458 | dependencies = [ | |
459 | "thiserror-impl", | |
460 | ] | |
461 | ||
462 | [[package]] | |
463 | name = "thiserror-impl" | |
464 | version = "2.0.11" | |
465 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
466 | checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" | |
467 | dependencies = [ | |
468 | "proc-macro2", | |
469 | "quote", | |
470 | "syn", | |
471 | ] | |
472 | ||
473 | [[package]] | |
474 | name = "unicode-ident" | |
475 | version = "1.0.15" | |
476 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
477 | checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243" | |
478 | ||
479 | [[package]] | |
480 | name = "utf8parse" | |
481 | version = "0.2.2" | |
482 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
483 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" | |
484 | ||
485 | [[package]] | |
486 | name = "vcpkg" | |
487 | version = "0.2.15" | |
488 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
489 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | |
490 | ||
491 | [[package]] | |
492 | name = "wasi" | |
493 | version = "0.11.0+wasi-snapshot-preview1" | |
494 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
495 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |
496 | ||
497 | [[package]] | |
498 | name = "windows-sys" | |
499 | version = "0.59.0" | |
500 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
501 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" | |
502 | dependencies = [ | |
503 | "windows-targets", | |
504 | ] | |
505 | ||
506 | [[package]] | |
507 | name = "windows-targets" | |
508 | version = "0.52.6" | |
509 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
510 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | |
511 | dependencies = [ | |
512 | "windows_aarch64_gnullvm", | |
513 | "windows_aarch64_msvc", | |
514 | "windows_i686_gnu", | |
515 | "windows_i686_gnullvm", | |
516 | "windows_i686_msvc", | |
517 | "windows_x86_64_gnu", | |
518 | "windows_x86_64_gnullvm", | |
519 | "windows_x86_64_msvc", | |
520 | ] | |
521 | ||
522 | [[package]] | |
523 | name = "windows_aarch64_gnullvm" | |
524 | version = "0.52.6" | |
525 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
526 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | |
527 | ||
528 | [[package]] | |
529 | name = "windows_aarch64_msvc" | |
530 | version = "0.52.6" | |
531 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
532 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | |
533 | ||
534 | [[package]] | |
535 | name = "windows_i686_gnu" | |
536 | version = "0.52.6" | |
537 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
538 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | |
539 | ||
540 | [[package]] | |
541 | name = "windows_i686_gnullvm" | |
542 | version = "0.52.6" | |
543 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
544 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | |
545 | ||
546 | [[package]] | |
547 | name = "windows_i686_msvc" | |
548 | version = "0.52.6" | |
549 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
550 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | |
551 | ||
552 | [[package]] | |
553 | name = "windows_x86_64_gnu" | |
554 | version = "0.52.6" | |
555 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
556 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | |
557 | ||
558 | [[package]] | |
559 | name = "windows_x86_64_gnullvm" | |
560 | version = "0.52.6" | |
561 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
562 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | |
563 | ||
564 | [[package]] | |
565 | name = "windows_x86_64_msvc" | |
566 | version = "0.52.6" | |
567 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
568 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |