Fork of Relibc
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.3"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "argon2"
16version = "0.5.3"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
19dependencies = [
20 "base64ct",
21 "blake2",
22 "cpufeatures",
23 "password-hash",
24]
25
26[[package]]
27name = "autocfg"
28version = "1.4.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
31
32[[package]]
33name = "base64ct"
34version = "1.7.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
37
38[[package]]
39name = "bcrypt-pbkdf"
40version = "0.10.0"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "6aeac2e1fe888769f34f05ac343bbef98b14d1ffb292ab69d4608b3abc86f2a2"
43dependencies = [
44 "blowfish",
45 "pbkdf2",
46 "sha2",
47]
48
49[[package]]
50name = "bitflags"
51version = "2.9.0"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
54
55[[package]]
56name = "blake2"
57version = "0.10.6"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
60dependencies = [
61 "digest",
62]
63
64[[package]]
65name = "block-buffer"
66version = "0.10.4"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
69dependencies = [
70 "generic-array",
71]
72
73[[package]]
74name = "blowfish"
75version = "0.9.1"
76source = "registry+https://github.com/rust-lang/crates.io-index"
77checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
78dependencies = [
79 "byteorder",
80 "cipher",
81]
82
83[[package]]
84name = "byteorder"
85version = "1.5.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
88
89[[package]]
90name = "cbitset"
91version = "0.2.0"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "29b6ad25ae296159fb0da12b970b2fe179b234584d7cd294c891e2bbb284466b"
94dependencies = [
95 "num-traits",
96]
97
98[[package]]
99name = "cc"
100version = "1.1.22"
101source = "git+https://github.com/tea/cc-rs?branch=riscv-abi-arch-fix#588ceacb084af41415690c57688e338a32a1f1b4"
102dependencies = [
103 "shlex",
104]
105
106[[package]]
107name = "cfg-if"
108version = "1.0.0"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
111
112[[package]]
113name = "chrono"
114version = "0.4.41"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
117dependencies = [
118 "num-traits",
119]
120
121[[package]]
122name = "chrono-tz"
123version = "0.10.3"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "efdce149c370f133a071ca8ef6ea340b7b88748ab0810097a9e2976eaa34b4f3"
126dependencies = [
127 "chrono",
128 "chrono-tz-build",
129 "phf",
130]
131
132[[package]]
133name = "chrono-tz-build"
134version = "0.4.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "8f10f8c9340e31fc120ff885fcdb54a0b48e474bbd77cab557f0c30a3e569402"
137dependencies = [
138 "parse-zoneinfo",
139 "phf_codegen",
140]
141
142[[package]]
143name = "cipher"
144version = "0.4.4"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
147dependencies = [
148 "crypto-common",
149 "inout",
150]
151
152[[package]]
153name = "cpufeatures"
154version = "0.2.17"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
157dependencies = [
158 "libc",
159]
160
161[[package]]
162name = "crt0"
163version = "0.1.0"
164
165[[package]]
166name = "crti"
167version = "0.1.0"
168
169[[package]]
170name = "crtn"
171version = "0.1.0"
172
173[[package]]
174name = "crypto-common"
175version = "0.1.6"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
178dependencies = [
179 "generic-array",
180 "typenum",
181]
182
183[[package]]
184name = "digest"
185version = "0.10.7"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
188dependencies = [
189 "block-buffer",
190 "crypto-common",
191 "subtle",
192]
193
194[[package]]
195name = "dlmalloc"
196version = "0.2.8"
197dependencies = [
198 "cfg-if",
199 "windows-sys",
200]
201
202[[package]]
203name = "generic-array"
204version = "0.14.7"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
207dependencies = [
208 "typenum",
209 "version_check",
210]
211
212[[package]]
213name = "generic-rt"
214version = "0.1.0"
215
216[[package]]
217name = "goblin"
218version = "0.7.1"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "f27c1b4369c2cd341b5de549380158b105a04c331be5db9110eef7b6d2742134"
221dependencies = [
222 "log",
223 "plain",
224 "scroll",
225]
226
227[[package]]
228name = "hmac"
229version = "0.12.1"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
232dependencies = [
233 "digest",
234]
235
236[[package]]
237name = "inout"
238version = "0.1.4"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
241dependencies = [
242 "generic-array",
243]
244
245[[package]]
246name = "ld_so"
247version = "0.1.0"
248
249[[package]]
250name = "libc"
251version = "0.2.172"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
254
255[[package]]
256name = "libm"
257version = "0.2.13"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "c9627da5196e5d8ed0b0495e61e518847578da83483c37288316d9b2e03a7f72"
260
261[[package]]
262name = "libredox"
263version = "0.1.3"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
266dependencies = [
267 "bitflags",
268 "libc",
269]
270
271[[package]]
272name = "lock_api"
273version = "0.4.12"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
276dependencies = [
277 "autocfg",
278 "scopeguard",
279]
280
281[[package]]
282name = "log"
283version = "0.4.27"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
286
287[[package]]
288name = "md-5"
289version = "0.10.6"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
292dependencies = [
293 "cfg-if",
294 "digest",
295]
296
297[[package]]
298name = "memchr"
299version = "2.7.4"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
302
303[[package]]
304name = "num-traits"
305version = "0.2.19"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
308dependencies = [
309 "autocfg",
310]
311
312[[package]]
313name = "object"
314version = "0.36.7"
315source = "git+https://gitlab.redox-os.org/andypython/object#7270e3f0d06e5ef4c2b80abc6166d31f4ddf4fea"
316dependencies = [
317 "memchr",
318]
319
320[[package]]
321name = "parse-zoneinfo"
322version = "0.3.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
325dependencies = [
326 "regex",
327]
328
329[[package]]
330name = "password-hash"
331version = "0.5.0"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
334dependencies = [
335 "base64ct",
336 "rand_core",
337 "subtle",
338]
339
340[[package]]
341name = "pbkdf2"
342version = "0.12.2"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
345dependencies = [
346 "digest",
347 "hmac",
348 "sha2",
349]
350
351[[package]]
352name = "phf"
353version = "0.11.3"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
356dependencies = [
357 "phf_shared",
358]
359
360[[package]]
361name = "phf_codegen"
362version = "0.11.3"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
365dependencies = [
366 "phf_generator",
367 "phf_shared",
368]
369
370[[package]]
371name = "phf_generator"
372version = "0.11.3"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
375dependencies = [
376 "phf_shared",
377 "rand",
378]
379
380[[package]]
381name = "phf_shared"
382version = "0.11.3"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
385dependencies = [
386 "siphasher",
387]
388
389[[package]]
390name = "plain"
391version = "0.2.3"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
394
395[[package]]
396name = "posix-regex"
397version = "0.1.4"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "66df580334caab2f744839ab1be85493d7ec731a92d6cf928008ab0b212bf3bc"
400
401[[package]]
402name = "proc-macro2"
403version = "1.0.95"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
406dependencies = [
407 "unicode-ident",
408]
409
410[[package]]
411name = "quote"
412version = "1.0.40"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
415dependencies = [
416 "proc-macro2",
417]
418
419[[package]]
420name = "rand"
421version = "0.8.5"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
424dependencies = [
425 "rand_core",
426]
427
428[[package]]
429name = "rand_core"
430version = "0.6.4"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
433
434[[package]]
435name = "rand_jitter"
436version = "0.4.0"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "814ba4c101d5c52ef4e6e8e5288c4b6e03d840af28e4d0ff9edab06ed5e1f2f4"
439dependencies = [
440 "libc",
441 "rand_core",
442 "winapi",
443]
444
445[[package]]
446name = "rand_xorshift"
447version = "0.3.0"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
450dependencies = [
451 "rand_core",
452]
453
454[[package]]
455name = "redox-path"
456version = "0.3.1"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "436d45c2b6a5b159d43da708e62b25be3a4a3d5550d654b72216ade4c4bfd717"
459
460[[package]]
461name = "redox-rt"
462version = "0.1.0"
463dependencies = [
464 "bitflags",
465 "generic-rt",
466 "goblin",
467 "plain",
468 "redox_syscall",
469]
470
471[[package]]
472name = "redox_event"
473version = "0.4.0"
474source = "git+https://gitlab.redox-os.org/redox-os/event.git#36ac5a57a8573f7546d7dc0893596ebe99bd2b7f"
475dependencies = [
476 "bitflags",
477 "libredox",
478 "redox_syscall",
479]
480
481[[package]]
482name = "redox_syscall"
483version = "0.5.13"
484source = "git+https://gitlab.redox-os.org/redox-os/syscall.git?branch=master#f821e2ceb7bf2af0ece0334e06ec89a99404cf59"
485dependencies = [
486 "bitflags",
487]
488
489[[package]]
490name = "regex"
491version = "1.11.1"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
494dependencies = [
495 "aho-corasick",
496 "memchr",
497 "regex-automata",
498 "regex-syntax",
499]
500
501[[package]]
502name = "regex-automata"
503version = "0.4.9"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
506dependencies = [
507 "aho-corasick",
508 "memchr",
509 "regex-syntax",
510]
511
512[[package]]
513name = "regex-syntax"
514version = "0.8.5"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
517
518[[package]]
519name = "relibc"
520version = "0.2.5"
521dependencies = [
522 "argon2",
523 "base64ct",
524 "bcrypt-pbkdf",
525 "bitflags",
526 "cbitset",
527 "cc",
528 "chrono",
529 "chrono-tz",
530 "dlmalloc",
531 "generic-rt",
532 "libc",
533 "libm",
534 "md-5",
535 "memchr",
536 "object",
537 "pbkdf2",
538 "plain",
539 "posix-regex",
540 "rand",
541 "rand_jitter",
542 "rand_xorshift",
543 "redox-path",
544 "redox-rt",
545 "redox_event",
546 "redox_syscall",
547 "sc",
548 "scrypt",
549 "sha-crypt",
550 "sha2",
551 "spin",
552 "unicode-width",
553]
554
555[[package]]
556name = "salsa20"
557version = "0.10.2"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
560dependencies = [
561 "cipher",
562]
563
564[[package]]
565name = "sc"
566version = "0.2.7"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "010e18bd3bfd1d45a7e666b236c78720df0d9a7698ebaa9c1c559961eb60a38b"
569
570[[package]]
571name = "scopeguard"
572version = "1.2.0"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
575
576[[package]]
577name = "scroll"
578version = "0.11.0"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
581dependencies = [
582 "scroll_derive",
583]
584
585[[package]]
586name = "scroll_derive"
587version = "0.11.1"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
590dependencies = [
591 "proc-macro2",
592 "quote",
593 "syn",
594]
595
596[[package]]
597name = "scrypt"
598version = "0.11.0"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
601dependencies = [
602 "password-hash",
603 "pbkdf2",
604 "salsa20",
605 "sha2",
606]
607
608[[package]]
609name = "sha-crypt"
610version = "0.5.0"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "88e79009728d8311d42d754f2f319a975f9e38f156fd5e422d2451486c78b286"
613dependencies = [
614 "base64ct",
615 "sha2",
616]
617
618[[package]]
619name = "sha2"
620version = "0.10.9"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
623dependencies = [
624 "cfg-if",
625 "cpufeatures",
626 "digest",
627]
628
629[[package]]
630name = "shlex"
631version = "1.3.0"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
634
635[[package]]
636name = "siphasher"
637version = "1.0.1"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
640
641[[package]]
642name = "spin"
643version = "0.9.8"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
646dependencies = [
647 "lock_api",
648]
649
650[[package]]
651name = "subtle"
652version = "2.6.1"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
655
656[[package]]
657name = "syn"
658version = "2.0.101"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
661dependencies = [
662 "proc-macro2",
663 "quote",
664 "unicode-ident",
665]
666
667[[package]]
668name = "typenum"
669version = "1.18.0"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
672
673[[package]]
674name = "unicode-ident"
675version = "1.0.18"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
678
679[[package]]
680name = "unicode-width"
681version = "0.1.14"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
684
685[[package]]
686name = "version_check"
687version = "0.9.5"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
690
691[[package]]
692name = "winapi"
693version = "0.3.9"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
696dependencies = [
697 "winapi-i686-pc-windows-gnu",
698 "winapi-x86_64-pc-windows-gnu",
699]
700
701[[package]]
702name = "winapi-i686-pc-windows-gnu"
703version = "0.4.0"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
706
707[[package]]
708name = "winapi-x86_64-pc-windows-gnu"
709version = "0.4.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
712
713[[package]]
714name = "windows-sys"
715version = "0.59.0"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
718dependencies = [
719 "windows-targets",
720]
721
722[[package]]
723name = "windows-targets"
724version = "0.52.6"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
727dependencies = [
728 "windows_aarch64_gnullvm",
729 "windows_aarch64_msvc",
730 "windows_i686_gnu",
731 "windows_i686_gnullvm",
732 "windows_i686_msvc",
733 "windows_x86_64_gnu",
734 "windows_x86_64_gnullvm",
735 "windows_x86_64_msvc",
736]
737
738[[package]]
739name = "windows_aarch64_gnullvm"
740version = "0.52.6"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
743
744[[package]]
745name = "windows_aarch64_msvc"
746version = "0.52.6"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
749
750[[package]]
751name = "windows_i686_gnu"
752version = "0.52.6"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
755
756[[package]]
757name = "windows_i686_gnullvm"
758version = "0.52.6"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
761
762[[package]]
763name = "windows_i686_msvc"
764version = "0.52.6"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
767
768[[package]]
769name = "windows_x86_64_gnu"
770version = "0.52.6"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
773
774[[package]]
775name = "windows_x86_64_gnullvm"
776version = "0.52.6"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
779
780[[package]]
781name = "windows_x86_64_msvc"
782version = "0.52.6"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"