• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "aho-corasick"
13version = "1.1.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "autocfg"
22version = "1.1.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
25
26[[package]]
27name = "bindgen"
28version = "0.69.1"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2"
31dependencies = [
32 "bitflags 2.4.1",
33 "cexpr",
34 "clang-sys",
35 "lazy_static",
36 "lazycell",
37 "log",
38 "peeking_take_while",
39 "prettyplease",
40 "proc-macro2",
41 "quote",
42 "regex",
43 "rustc-hash",
44 "shlex",
45 "syn",
46 "which",
47]
48
49[[package]]
50name = "bitflags"
51version = "1.3.2"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
54
55[[package]]
56name = "bitflags"
57version = "2.4.1"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
60
61[[package]]
62name = "bytemuck"
63version = "1.14.0"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
66dependencies = [
67 "bytemuck_derive",
68]
69
70[[package]]
71name = "bytemuck_derive"
72version = "1.5.0"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
75dependencies = [
76 "proc-macro2",
77 "quote",
78 "syn",
79]
80
81[[package]]
82name = "byteorder"
83version = "1.5.0"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
86
87[[package]]
88name = "cexpr"
89version = "0.6.0"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
92dependencies = [
93 "nom",
94]
95
96[[package]]
97name = "cfg-if"
98version = "1.0.0"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
101
102[[package]]
103name = "clang-sys"
104version = "1.7.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
107dependencies = [
108 "glob",
109 "libc",
110 "libloading",
111]
112
113[[package]]
114name = "clipboard-win"
115version = "5.0.0"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "c57002a5d9be777c1ef967e33674dac9ebd310d8893e4e3437b14d5f0f6372cc"
118dependencies = [
119 "error-code",
120]
121
122[[package]]
123name = "color_quant"
124version = "1.1.0"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
127
128[[package]]
129name = "crc32fast"
130version = "1.3.2"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
133dependencies = [
134 "cfg-if",
135]
136
137[[package]]
138name = "drm"
139version = "0.11.1"
140dependencies = [
141 "bitflags 2.4.1",
142 "bytemuck",
143 "drm-ffi",
144 "drm-fourcc",
145 "image",
146 "rustix",
147 "rustyline",
148]
149
150[[package]]
151name = "drm-ffi"
152version = "0.7.1"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6"
155dependencies = [
156 "drm-sys",
157 "rustix",
158]
159
160[[package]]
161name = "drm-fourcc"
162version = "2.2.0"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
165
166[[package]]
167name = "drm-sys"
168version = "0.6.1"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176"
171dependencies = [
172 "bindgen",
173 "libc",
174 "linux-raw-sys 0.6.3",
175 "pkg-config",
176]
177
178[[package]]
179name = "either"
180version = "1.9.0"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
183
184[[package]]
185name = "endian-type"
186version = "0.1.2"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
189
190[[package]]
191name = "errno"
192version = "0.3.8"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
195dependencies = [
196 "libc",
197 "windows-sys 0.52.0",
198]
199
200[[package]]
201name = "error-code"
202version = "3.0.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "281e452d3bad4005426416cdba5ccfd4f5c1280e10099e21db27f7c1c28347fc"
205
206[[package]]
207name = "fd-lock"
208version = "4.0.2"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
211dependencies = [
212 "cfg-if",
213 "rustix",
214 "windows-sys 0.52.0",
215]
216
217[[package]]
218name = "fdeflate"
219version = "0.3.3"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "209098dd6dfc4445aa6111f0e98653ac323eaa4dfd212c9ca3931bf9955c31bd"
222dependencies = [
223 "simd-adler32",
224]
225
226[[package]]
227name = "flate2"
228version = "1.0.28"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
231dependencies = [
232 "crc32fast",
233 "miniz_oxide",
234]
235
236[[package]]
237name = "glob"
238version = "0.3.1"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
241
242[[package]]
243name = "home"
244version = "0.5.9"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
247dependencies = [
248 "windows-sys 0.52.0",
249]
250
251[[package]]
252name = "image"
253version = "0.24.7"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
256dependencies = [
257 "bytemuck",
258 "byteorder",
259 "color_quant",
260 "num-rational",
261 "num-traits",
262 "png",
263]
264
265[[package]]
266name = "lazy_static"
267version = "1.4.0"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
270
271[[package]]
272name = "lazycell"
273version = "1.3.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
276
277[[package]]
278name = "libc"
279version = "0.2.151"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
282
283[[package]]
284name = "libloading"
285version = "0.8.1"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
288dependencies = [
289 "cfg-if",
290 "windows-sys 0.48.0",
291]
292
293[[package]]
294name = "linux-raw-sys"
295version = "0.4.12"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
298
299[[package]]
300name = "linux-raw-sys"
301version = "0.6.3"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "4ab96045f1fabcc9fe043d9cb6900c5e1cba5c13f6aaa3d2295b496661924464"
304
305[[package]]
306name = "log"
307version = "0.4.20"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
310
311[[package]]
312name = "memchr"
313version = "2.7.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
316
317[[package]]
318name = "minimal-lexical"
319version = "0.2.1"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
322
323[[package]]
324name = "miniz_oxide"
325version = "0.7.1"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
328dependencies = [
329 "adler",
330 "simd-adler32",
331]
332
333[[package]]
334name = "nibble_vec"
335version = "0.1.0"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
338dependencies = [
339 "smallvec",
340]
341
342[[package]]
343name = "nix"
344version = "0.27.1"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
347dependencies = [
348 "bitflags 2.4.1",
349 "cfg-if",
350 "libc",
351]
352
353[[package]]
354name = "nom"
355version = "7.1.3"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
358dependencies = [
359 "memchr",
360 "minimal-lexical",
361]
362
363[[package]]
364name = "num-integer"
365version = "0.1.45"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
368dependencies = [
369 "autocfg",
370 "num-traits",
371]
372
373[[package]]
374name = "num-rational"
375version = "0.4.1"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
378dependencies = [
379 "autocfg",
380 "num-integer",
381 "num-traits",
382]
383
384[[package]]
385name = "num-traits"
386version = "0.2.17"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
389dependencies = [
390 "autocfg",
391]
392
393[[package]]
394name = "once_cell"
395version = "1.19.0"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
398
399[[package]]
400name = "peeking_take_while"
401version = "0.1.2"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
404
405[[package]]
406name = "pkg-config"
407version = "0.3.28"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
410
411[[package]]
412name = "png"
413version = "0.17.10"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
416dependencies = [
417 "bitflags 1.3.2",
418 "crc32fast",
419 "fdeflate",
420 "flate2",
421 "miniz_oxide",
422]
423
424[[package]]
425name = "prettyplease"
426version = "0.2.16"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
429dependencies = [
430 "proc-macro2",
431 "syn",
432]
433
434[[package]]
435name = "proc-macro2"
436version = "1.0.75"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708"
439dependencies = [
440 "unicode-ident",
441]
442
443[[package]]
444name = "quote"
445version = "1.0.35"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
448dependencies = [
449 "proc-macro2",
450]
451
452[[package]]
453name = "radix_trie"
454version = "0.2.1"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
457dependencies = [
458 "endian-type",
459 "nibble_vec",
460]
461
462[[package]]
463name = "regex"
464version = "1.10.2"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
467dependencies = [
468 "aho-corasick",
469 "memchr",
470 "regex-automata",
471 "regex-syntax",
472]
473
474[[package]]
475name = "regex-automata"
476version = "0.4.3"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
479dependencies = [
480 "aho-corasick",
481 "memchr",
482 "regex-syntax",
483]
484
485[[package]]
486name = "regex-syntax"
487version = "0.8.2"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
490
491[[package]]
492name = "rustc-hash"
493version = "1.1.0"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
496
497[[package]]
498name = "rustix"
499version = "0.38.28"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
502dependencies = [
503 "bitflags 2.4.1",
504 "errno",
505 "libc",
506 "linux-raw-sys 0.4.12",
507 "windows-sys 0.52.0",
508]
509
510[[package]]
511name = "rustyline"
512version = "13.0.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86"
515dependencies = [
516 "bitflags 2.4.1",
517 "cfg-if",
518 "clipboard-win",
519 "fd-lock",
520 "home",
521 "libc",
522 "log",
523 "memchr",
524 "nix",
525 "radix_trie",
526 "unicode-segmentation",
527 "unicode-width",
528 "utf8parse",
529 "winapi",
530]
531
532[[package]]
533name = "shlex"
534version = "1.2.0"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
537
538[[package]]
539name = "simd-adler32"
540version = "0.3.7"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
543
544[[package]]
545name = "smallvec"
546version = "1.11.2"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
549
550[[package]]
551name = "syn"
552version = "2.0.48"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
555dependencies = [
556 "proc-macro2",
557 "quote",
558 "unicode-ident",
559]
560
561[[package]]
562name = "unicode-ident"
563version = "1.0.12"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
566
567[[package]]
568name = "unicode-segmentation"
569version = "1.10.1"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
572
573[[package]]
574name = "unicode-width"
575version = "0.1.11"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
578
579[[package]]
580name = "utf8parse"
581version = "0.2.1"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
584
585[[package]]
586name = "which"
587version = "4.4.2"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
590dependencies = [
591 "either",
592 "home",
593 "once_cell",
594 "rustix",
595]
596
597[[package]]
598name = "winapi"
599version = "0.3.9"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
602dependencies = [
603 "winapi-i686-pc-windows-gnu",
604 "winapi-x86_64-pc-windows-gnu",
605]
606
607[[package]]
608name = "winapi-i686-pc-windows-gnu"
609version = "0.4.0"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
612
613[[package]]
614name = "winapi-x86_64-pc-windows-gnu"
615version = "0.4.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
618
619[[package]]
620name = "windows-sys"
621version = "0.48.0"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
624dependencies = [
625 "windows-targets 0.48.5",
626]
627
628[[package]]
629name = "windows-sys"
630version = "0.52.0"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
633dependencies = [
634 "windows-targets 0.52.0",
635]
636
637[[package]]
638name = "windows-targets"
639version = "0.48.5"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
642dependencies = [
643 "windows_aarch64_gnullvm 0.48.5",
644 "windows_aarch64_msvc 0.48.5",
645 "windows_i686_gnu 0.48.5",
646 "windows_i686_msvc 0.48.5",
647 "windows_x86_64_gnu 0.48.5",
648 "windows_x86_64_gnullvm 0.48.5",
649 "windows_x86_64_msvc 0.48.5",
650]
651
652[[package]]
653name = "windows-targets"
654version = "0.52.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
657dependencies = [
658 "windows_aarch64_gnullvm 0.52.0",
659 "windows_aarch64_msvc 0.52.0",
660 "windows_i686_gnu 0.52.0",
661 "windows_i686_msvc 0.52.0",
662 "windows_x86_64_gnu 0.52.0",
663 "windows_x86_64_gnullvm 0.52.0",
664 "windows_x86_64_msvc 0.52.0",
665]
666
667[[package]]
668name = "windows_aarch64_gnullvm"
669version = "0.48.5"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
672
673[[package]]
674name = "windows_aarch64_gnullvm"
675version = "0.52.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
678
679[[package]]
680name = "windows_aarch64_msvc"
681version = "0.48.5"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
684
685[[package]]
686name = "windows_aarch64_msvc"
687version = "0.52.0"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
690
691[[package]]
692name = "windows_i686_gnu"
693version = "0.48.5"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
696
697[[package]]
698name = "windows_i686_gnu"
699version = "0.52.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
702
703[[package]]
704name = "windows_i686_msvc"
705version = "0.48.5"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
708
709[[package]]
710name = "windows_i686_msvc"
711version = "0.52.0"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
714
715[[package]]
716name = "windows_x86_64_gnu"
717version = "0.48.5"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
720
721[[package]]
722name = "windows_x86_64_gnu"
723version = "0.52.0"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
726
727[[package]]
728name = "windows_x86_64_gnullvm"
729version = "0.48.5"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
732
733[[package]]
734name = "windows_x86_64_gnullvm"
735version = "0.52.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
738
739[[package]]
740name = "windows_x86_64_msvc"
741version = "0.48.5"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
744
745[[package]]
746name = "windows_x86_64_msvc"
747version = "0.52.0"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
750