lol
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ab_glyph_rasterizer"
7version = "0.1.5"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
10
11[[package]]
12name = "adler"
13version = "1.0.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
16
17[[package]]
18name = "adler32"
19version = "1.2.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
22
23[[package]]
24name = "aho-corasick"
25version = "0.7.18"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
28dependencies = [
29 "memchr",
30]
31
32[[package]]
33name = "andrew"
34version = "0.3.1"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
37dependencies = [
38 "bitflags",
39 "rusttype",
40 "walkdir",
41 "xdg",
42 "xml-rs",
43]
44
45[[package]]
46name = "android_glue"
47version = "0.2.3"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
50
51[[package]]
52name = "ansi_term"
53version = "0.12.1"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
56dependencies = [
57 "winapi 0.3.9",
58]
59
60[[package]]
61name = "arrayref"
62version = "0.3.6"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
65
66[[package]]
67name = "arrayvec"
68version = "0.5.2"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
71
72[[package]]
73name = "atty"
74version = "0.2.14"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
77dependencies = [
78 "hermit-abi",
79 "libc",
80 "winapi 0.3.9",
81]
82
83[[package]]
84name = "auto_enums"
85version = "0.7.12"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "fe0dfe45d75158751e195799f47ea02e81f570aa24bc5ef999cdd9e888c4b5c3"
88dependencies = [
89 "auto_enums_core",
90 "auto_enums_derive",
91]
92
93[[package]]
94name = "auto_enums_core"
95version = "0.7.12"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "da47c46001293a2c4b744d731958be22cff408a2ab76e2279328f9713b1267b4"
98dependencies = [
99 "proc-macro2",
100 "quote",
101 "syn",
102]
103
104[[package]]
105name = "auto_enums_derive"
106version = "0.7.12"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "41aed1da83ecdc799503b7cb94da1b45a34d72b49caf40a61d9cf5b88ec07cfd"
109dependencies = [
110 "autocfg",
111 "derive_utils",
112 "proc-macro2",
113 "quote",
114 "syn",
115]
116
117[[package]]
118name = "autocfg"
119version = "1.1.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
122
123[[package]]
124name = "base64"
125version = "0.13.0"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
128
129[[package]]
130name = "bitflags"
131version = "1.3.2"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
134
135[[package]]
136name = "blake2b_simd"
137version = "0.5.11"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
140dependencies = [
141 "arrayref",
142 "arrayvec",
143 "constant_time_eq",
144]
145
146[[package]]
147name = "block"
148version = "0.1.6"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
151
152[[package]]
153name = "bstr"
154version = "0.2.17"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
157dependencies = [
158 "lazy_static",
159 "memchr",
160 "regex-automata",
161 "serde",
162]
163
164[[package]]
165name = "builtins-proc"
166version = "0.1.0"
167dependencies = [
168 "darling",
169 "ion-shell",
170 "quote",
171 "syn",
172]
173
174[[package]]
175name = "bumpalo"
176version = "3.10.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
179
180[[package]]
181name = "bytecount"
182version = "0.6.3"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
185
186[[package]]
187name = "bytemuck"
188version = "1.11.0"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "a5377c8865e74a160d21f29c2d40669f53286db6eab59b88540cbb12ffc8b835"
191
192[[package]]
193name = "byteorder"
194version = "1.4.3"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
197
198[[package]]
199name = "calculate"
200version = "0.7.0"
201source = "git+https://gitlab.redox-os.org/redox-os/calc#9f975c504bf6d1a2bcf44992866233f49afaeb29"
202dependencies = [
203 "atty",
204 "clap",
205 "decimal",
206 "num",
207 "rand 0.7.3",
208 "redox_liner",
209]
210
211[[package]]
212name = "calloop"
213version = "0.6.5"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
216dependencies = [
217 "log",
218 "nix 0.18.0",
219]
220
221[[package]]
222name = "cast"
223version = "0.3.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
226
227[[package]]
228name = "cc"
229version = "1.0.73"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
232
233[[package]]
234name = "cfg-if"
235version = "0.1.10"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
238
239[[package]]
240name = "cfg-if"
241version = "1.0.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
244
245[[package]]
246name = "cgl"
247version = "0.3.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
250dependencies = [
251 "libc",
252]
253
254[[package]]
255name = "clap"
256version = "2.34.0"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
259dependencies = [
260 "ansi_term",
261 "atty",
262 "bitflags",
263 "strsim 0.8.0",
264 "textwrap",
265 "unicode-width",
266 "vec_map",
267]
268
269[[package]]
270name = "cocoa"
271version = "0.23.0"
272source = "registry+https://github.com/rust-lang/crates.io-index"
273checksum = "c54201c07dcf3a5ca33fececb8042aed767ee4bfd5a0235a8ceabcda956044b2"
274dependencies = [
275 "bitflags",
276 "block",
277 "cocoa-foundation",
278 "core-foundation 0.9.3",
279 "core-graphics 0.22.3",
280 "foreign-types",
281 "libc",
282 "objc",
283]
284
285[[package]]
286name = "cocoa"
287version = "0.24.0"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
290dependencies = [
291 "bitflags",
292 "block",
293 "cocoa-foundation",
294 "core-foundation 0.9.3",
295 "core-graphics 0.22.3",
296 "foreign-types",
297 "libc",
298 "objc",
299]
300
301[[package]]
302name = "cocoa-foundation"
303version = "0.1.0"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
306dependencies = [
307 "bitflags",
308 "block",
309 "core-foundation 0.9.3",
310 "core-graphics-types",
311 "foreign-types",
312 "libc",
313 "objc",
314]
315
316[[package]]
317name = "color_quant"
318version = "1.1.0"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
321
322[[package]]
323name = "constant_time_eq"
324version = "0.1.5"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
327
328[[package]]
329name = "core-foundation"
330version = "0.7.0"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
333dependencies = [
334 "core-foundation-sys 0.7.0",
335 "libc",
336]
337
338[[package]]
339name = "core-foundation"
340version = "0.9.3"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
343dependencies = [
344 "core-foundation-sys 0.8.3",
345 "libc",
346]
347
348[[package]]
349name = "core-foundation-sys"
350version = "0.7.0"
351source = "registry+https://github.com/rust-lang/crates.io-index"
352checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
353
354[[package]]
355name = "core-foundation-sys"
356version = "0.8.3"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
359
360[[package]]
361name = "core-graphics"
362version = "0.19.2"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
365dependencies = [
366 "bitflags",
367 "core-foundation 0.7.0",
368 "foreign-types",
369 "libc",
370]
371
372[[package]]
373name = "core-graphics"
374version = "0.22.3"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
377dependencies = [
378 "bitflags",
379 "core-foundation 0.9.3",
380 "core-graphics-types",
381 "foreign-types",
382 "libc",
383]
384
385[[package]]
386name = "core-graphics-types"
387version = "0.1.1"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
390dependencies = [
391 "bitflags",
392 "core-foundation 0.9.3",
393 "foreign-types",
394 "libc",
395]
396
397[[package]]
398name = "core-video-sys"
399version = "0.1.4"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
402dependencies = [
403 "cfg-if 0.1.10",
404 "core-foundation-sys 0.7.0",
405 "core-graphics 0.19.2",
406 "libc",
407 "objc",
408]
409
410[[package]]
411name = "crc32fast"
412version = "1.3.2"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
415dependencies = [
416 "cfg-if 1.0.0",
417]
418
419[[package]]
420name = "criterion"
421version = "0.3.6"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
424dependencies = [
425 "atty",
426 "cast",
427 "clap",
428 "criterion-plot",
429 "csv",
430 "itertools 0.10.3",
431 "lazy_static",
432 "num-traits",
433 "oorandom",
434 "plotters",
435 "rayon",
436 "regex",
437 "serde",
438 "serde_cbor",
439 "serde_derive",
440 "serde_json",
441 "tinytemplate",
442 "walkdir",
443]
444
445[[package]]
446name = "criterion-plot"
447version = "0.4.5"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
450dependencies = [
451 "cast",
452 "itertools 0.10.3",
453]
454
455[[package]]
456name = "crossbeam-channel"
457version = "0.5.6"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
460dependencies = [
461 "cfg-if 1.0.0",
462 "crossbeam-utils",
463]
464
465[[package]]
466name = "crossbeam-deque"
467version = "0.8.2"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
470dependencies = [
471 "cfg-if 1.0.0",
472 "crossbeam-epoch",
473 "crossbeam-utils",
474]
475
476[[package]]
477name = "crossbeam-epoch"
478version = "0.9.10"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
481dependencies = [
482 "autocfg",
483 "cfg-if 1.0.0",
484 "crossbeam-utils",
485 "memoffset",
486 "once_cell",
487 "scopeguard",
488]
489
490[[package]]
491name = "crossbeam-utils"
492version = "0.8.11"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
495dependencies = [
496 "cfg-if 1.0.0",
497 "once_cell",
498]
499
500[[package]]
501name = "csv"
502version = "1.1.6"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
505dependencies = [
506 "bstr",
507 "csv-core",
508 "itoa 0.4.8",
509 "ryu",
510 "serde",
511]
512
513[[package]]
514name = "csv-core"
515version = "0.1.10"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
518dependencies = [
519 "memchr",
520]
521
522[[package]]
523name = "cty"
524version = "0.2.2"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
527
528[[package]]
529name = "darling"
530version = "0.10.2"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
533dependencies = [
534 "darling_core",
535 "darling_macro",
536]
537
538[[package]]
539name = "darling_core"
540version = "0.10.2"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
543dependencies = [
544 "fnv",
545 "ident_case",
546 "proc-macro2",
547 "quote",
548 "strsim 0.9.3",
549 "syn",
550]
551
552[[package]]
553name = "darling_macro"
554version = "0.10.2"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
557dependencies = [
558 "darling_core",
559 "quote",
560 "syn",
561]
562
563[[package]]
564name = "decimal"
565version = "2.1.0"
566source = "git+https://github.com/alkis/decimal.git#83cfb19d07188106e9399b36d2496a1a07ee619f"
567dependencies = [
568 "bitflags",
569 "cc",
570 "libc",
571]
572
573[[package]]
574name = "deflate"
575version = "0.8.6"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
578dependencies = [
579 "adler32",
580 "byteorder",
581]
582
583[[package]]
584name = "derivative"
585version = "2.2.0"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
588dependencies = [
589 "proc-macro2",
590 "quote",
591 "syn",
592]
593
594[[package]]
595name = "derive_utils"
596version = "0.11.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "532b4c15dccee12c7044f1fcad956e98410860b22231e44a3b827464797ca7bf"
599dependencies = [
600 "proc-macro2",
601 "quote",
602 "syn",
603]
604
605[[package]]
606name = "dirs"
607version = "4.0.0"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
610dependencies = [
611 "dirs-sys",
612]
613
614[[package]]
615name = "dirs-sys"
616version = "0.3.7"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
619dependencies = [
620 "libc",
621 "redox_users",
622 "winapi 0.3.9",
623]
624
625[[package]]
626name = "dispatch"
627version = "0.2.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
630
631[[package]]
632name = "dlib"
633version = "0.4.2"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
636dependencies = [
637 "libloading 0.6.7",
638]
639
640[[package]]
641name = "dlib"
642version = "0.5.0"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
645dependencies = [
646 "libloading 0.7.3",
647]
648
649[[package]]
650name = "downcast-rs"
651version = "1.2.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
654
655[[package]]
656name = "draw_state"
657version = "0.8.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "33cf9537e2d06891448799b96d5a8c8083e0e90522a7fdabe6ebf4f41d79d651"
660dependencies = [
661 "bitflags",
662]
663
664[[package]]
665name = "either"
666version = "1.7.0"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
669
670[[package]]
671name = "errno-dragonfly"
672version = "0.1.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
675dependencies = [
676 "cc",
677 "libc",
678]
679
680[[package]]
681name = "fnv"
682version = "1.0.7"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
685
686[[package]]
687name = "foreign-types"
688version = "0.3.2"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
691dependencies = [
692 "foreign-types-shared",
693]
694
695[[package]]
696name = "foreign-types-shared"
697version = "0.1.1"
698source = "registry+https://github.com/rust-lang/crates.io-index"
699checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
700
701[[package]]
702name = "fuchsia-cprng"
703version = "0.1.1"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
706
707[[package]]
708name = "fuchsia-zircon"
709version = "0.3.3"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
712dependencies = [
713 "bitflags",
714 "fuchsia-zircon-sys",
715]
716
717[[package]]
718name = "fuchsia-zircon-sys"
719version = "0.3.3"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
722
723[[package]]
724name = "futures"
725version = "0.3.21"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
728dependencies = [
729 "futures-channel",
730 "futures-core",
731 "futures-executor",
732 "futures-io",
733 "futures-sink",
734 "futures-task",
735 "futures-util",
736]
737
738[[package]]
739name = "futures-channel"
740version = "0.3.21"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
743dependencies = [
744 "futures-core",
745 "futures-sink",
746]
747
748[[package]]
749name = "futures-core"
750version = "0.3.21"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
753
754[[package]]
755name = "futures-executor"
756version = "0.3.21"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
759dependencies = [
760 "futures-core",
761 "futures-task",
762 "futures-util",
763]
764
765[[package]]
766name = "futures-io"
767version = "0.3.21"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
770
771[[package]]
772name = "futures-sink"
773version = "0.3.21"
774source = "registry+https://github.com/rust-lang/crates.io-index"
775checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
776
777[[package]]
778name = "futures-task"
779version = "0.3.21"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
782
783[[package]]
784name = "futures-util"
785version = "0.3.21"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
788dependencies = [
789 "futures-channel",
790 "futures-core",
791 "futures-io",
792 "futures-sink",
793 "futures-task",
794 "memchr",
795 "pin-project-lite",
796 "pin-utils",
797 "slab",
798]
799
800[[package]]
801name = "getrandom"
802version = "0.1.16"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
805dependencies = [
806 "cfg-if 1.0.0",
807 "libc",
808 "wasi 0.9.0+wasi-snapshot-preview1",
809]
810
811[[package]]
812name = "getrandom"
813version = "0.2.7"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
816dependencies = [
817 "cfg-if 1.0.0",
818 "libc",
819 "wasi 0.11.0+wasi-snapshot-preview1",
820]
821
822[[package]]
823name = "gfx"
824version = "0.18.2"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "01de46f9508a5c259aef105f0bff760ceddca832ea9c87ce03d1923e22ee155b"
827dependencies = [
828 "draw_state",
829 "gfx_core",
830 "log",
831]
832
833[[package]]
834name = "gfx_core"
835version = "0.9.2"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "75fbddaef2e12b4995900539d7209d947b988a3d87ee8737484d049b526e5441"
838dependencies = [
839 "bitflags",
840 "draw_state",
841 "log",
842]
843
844[[package]]
845name = "gfx_device_gl"
846version = "0.16.2"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "109c385fa380c18888633aa27d1e16cbae518469702a2f69dcb5f52d5378bebc"
849dependencies = [
850 "gfx_core",
851 "gfx_gl",
852 "log",
853]
854
855[[package]]
856name = "gfx_gl"
857version = "0.6.1"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "f2d38164670920cfb7491bc0cf6f49f0554bd1c44cdbedc6c78d2bf91691ff5e"
860dependencies = [
861 "gl_generator 0.14.0",
862]
863
864[[package]]
865name = "gif"
866version = "0.11.4"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
869dependencies = [
870 "color_quant",
871 "weezl",
872]
873
874[[package]]
875name = "gl"
876version = "0.13.0"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "4b411c7e0bfc599e3606412c190e786b5bb48cf00073e1635f9bb6f88fe7d84a"
879dependencies = [
880 "gl_generator 0.13.1",
881]
882
883[[package]]
884name = "gl_generator"
885version = "0.13.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a"
888dependencies = [
889 "khronos_api",
890 "log",
891 "xml-rs",
892]
893
894[[package]]
895name = "gl_generator"
896version = "0.14.0"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
899dependencies = [
900 "khronos_api",
901 "log",
902 "xml-rs",
903]
904
905[[package]]
906name = "glob"
907version = "0.3.0"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
910
911[[package]]
912name = "glutin"
913version = "0.26.0"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "1ae1cbb9176b9151c4ce03f012e3cd1c6c18c4be79edeaeb3d99f5d8085c5fa3"
916dependencies = [
917 "android_glue",
918 "cgl",
919 "cocoa 0.23.0",
920 "core-foundation 0.9.3",
921 "glutin_egl_sys",
922 "glutin_emscripten_sys",
923 "glutin_gles2_sys",
924 "glutin_glx_sys",
925 "glutin_wgl_sys",
926 "lazy_static",
927 "libloading 0.6.7",
928 "log",
929 "objc",
930 "osmesa-sys",
931 "parking_lot 0.11.2",
932 "wayland-client",
933 "wayland-egl",
934 "winapi 0.3.9",
935 "winit",
936]
937
938[[package]]
939name = "glutin_egl_sys"
940version = "0.1.5"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211"
943dependencies = [
944 "gl_generator 0.14.0",
945 "winapi 0.3.9",
946]
947
948[[package]]
949name = "glutin_emscripten_sys"
950version = "0.1.1"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1"
953
954[[package]]
955name = "glutin_gles2_sys"
956version = "0.1.5"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
959dependencies = [
960 "gl_generator 0.14.0",
961 "objc",
962]
963
964[[package]]
965name = "glutin_glx_sys"
966version = "0.1.7"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351"
969dependencies = [
970 "gl_generator 0.14.0",
971 "x11-dl",
972]
973
974[[package]]
975name = "glutin_wgl_sys"
976version = "0.1.5"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
979dependencies = [
980 "gl_generator 0.14.0",
981]
982
983[[package]]
984name = "half"
985version = "1.8.2"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
988
989[[package]]
990name = "hermit-abi"
991version = "0.1.19"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
994dependencies = [
995 "libc",
996]
997
998[[package]]
999name = "ident_case"
1000version = "1.0.1"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1003
1004[[package]]
1005name = "image"
1006version = "0.23.14"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
1009dependencies = [
1010 "bytemuck",
1011 "byteorder",
1012 "color_quant",
1013 "gif",
1014 "jpeg-decoder",
1015 "num-iter",
1016 "num-rational",
1017 "num-traits",
1018 "png",
1019 "scoped_threadpool",
1020 "tiff",
1021]
1022
1023[[package]]
1024name = "instant"
1025version = "0.1.12"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1028dependencies = [
1029 "cfg-if 1.0.0",
1030]
1031
1032[[package]]
1033name = "interpolation"
1034version = "0.2.0"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "d3b7357d2bbc5ee92f8e899ab645233e43d21407573cceb37fed8bc3dede2c02"
1037
1038[[package]]
1039name = "ion-ranges"
1040version = "0.1.0"
1041
1042[[package]]
1043name = "ion-shell"
1044version = "1.0.0-alpha"
1045dependencies = [
1046 "atty",
1047 "auto_enums",
1048 "builtins-proc",
1049 "calculate",
1050 "criterion",
1051 "errno-dragonfly",
1052 "glob",
1053 "ion-ranges",
1054 "itertools 0.9.0",
1055 "lexical",
1056 "mktemp",
1057 "nix 0.23.1",
1058 "object-pool",
1059 "permutate",
1060 "piston-ai_behavior",
1061 "piston2d-sprite",
1062 "piston_window",
1063 "rand 0.7.3",
1064 "redox_liner",
1065 "redox_users",
1066 "regex",
1067 "scopes",
1068 "serial_test",
1069 "serial_test_derive",
1070 "small",
1071 "smallvec",
1072 "thiserror",
1073 "types-rs",
1074 "unicode-segmentation",
1075 "users",
1076 "xdg",
1077]
1078
1079[[package]]
1080name = "iovec"
1081version = "0.1.4"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1084dependencies = [
1085 "libc",
1086]
1087
1088[[package]]
1089name = "itertools"
1090version = "0.8.2"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
1093dependencies = [
1094 "either",
1095]
1096
1097[[package]]
1098name = "itertools"
1099version = "0.9.0"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
1102dependencies = [
1103 "either",
1104]
1105
1106[[package]]
1107name = "itertools"
1108version = "0.10.3"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
1111dependencies = [
1112 "either",
1113]
1114
1115[[package]]
1116name = "itoa"
1117version = "0.4.8"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1120
1121[[package]]
1122name = "itoa"
1123version = "1.0.2"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
1126
1127[[package]]
1128name = "jni-sys"
1129version = "0.3.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1132
1133[[package]]
1134name = "jpeg-decoder"
1135version = "0.1.22"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
1138dependencies = [
1139 "rayon",
1140]
1141
1142[[package]]
1143name = "js-sys"
1144version = "0.3.59"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
1147dependencies = [
1148 "wasm-bindgen",
1149]
1150
1151[[package]]
1152name = "kernel32-sys"
1153version = "0.2.2"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1156dependencies = [
1157 "winapi 0.2.8",
1158 "winapi-build",
1159]
1160
1161[[package]]
1162name = "khronos_api"
1163version = "3.1.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
1166
1167[[package]]
1168name = "lazy_static"
1169version = "1.4.0"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1172
1173[[package]]
1174name = "lazycell"
1175version = "1.3.0"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1178
1179[[package]]
1180name = "lexical"
1181version = "5.2.2"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "f404a90a744e32e8be729034fc33b90cf2a56418fbf594d69aa3c0214ad414e5"
1184dependencies = [
1185 "cfg-if 1.0.0",
1186 "lexical-core",
1187]
1188
1189[[package]]
1190name = "lexical-core"
1191version = "0.7.6"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
1194dependencies = [
1195 "arrayvec",
1196 "bitflags",
1197 "cfg-if 1.0.0",
1198 "ryu",
1199 "static_assertions",
1200]
1201
1202[[package]]
1203name = "libc"
1204version = "0.2.126"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
1207
1208[[package]]
1209name = "libloading"
1210version = "0.6.7"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
1213dependencies = [
1214 "cfg-if 1.0.0",
1215 "winapi 0.3.9",
1216]
1217
1218[[package]]
1219name = "libloading"
1220version = "0.7.3"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
1223dependencies = [
1224 "cfg-if 1.0.0",
1225 "winapi 0.3.9",
1226]
1227
1228[[package]]
1229name = "lock_api"
1230version = "0.4.7"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
1233dependencies = [
1234 "autocfg",
1235 "scopeguard",
1236]
1237
1238[[package]]
1239name = "log"
1240version = "0.4.17"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1243dependencies = [
1244 "cfg-if 1.0.0",
1245]
1246
1247[[package]]
1248name = "malloc_buf"
1249version = "0.0.6"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1252dependencies = [
1253 "libc",
1254]
1255
1256[[package]]
1257name = "memchr"
1258version = "2.5.0"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1261
1262[[package]]
1263name = "memmap2"
1264version = "0.1.0"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
1267dependencies = [
1268 "libc",
1269]
1270
1271[[package]]
1272name = "memoffset"
1273version = "0.6.5"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1276dependencies = [
1277 "autocfg",
1278]
1279
1280[[package]]
1281name = "minimal-lexical"
1282version = "0.2.1"
1283source = "registry+https://github.com/rust-lang/crates.io-index"
1284checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1285
1286[[package]]
1287name = "miniz_oxide"
1288version = "0.3.7"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
1291dependencies = [
1292 "adler32",
1293]
1294
1295[[package]]
1296name = "miniz_oxide"
1297version = "0.4.4"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
1300dependencies = [
1301 "adler",
1302 "autocfg",
1303]
1304
1305[[package]]
1306name = "mio"
1307version = "0.6.23"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1310dependencies = [
1311 "cfg-if 0.1.10",
1312 "fuchsia-zircon",
1313 "fuchsia-zircon-sys",
1314 "iovec",
1315 "kernel32-sys",
1316 "libc",
1317 "log",
1318 "miow",
1319 "net2",
1320 "slab",
1321 "winapi 0.2.8",
1322]
1323
1324[[package]]
1325name = "mio-extras"
1326version = "2.0.6"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
1329dependencies = [
1330 "lazycell",
1331 "log",
1332 "mio",
1333 "slab",
1334]
1335
1336[[package]]
1337name = "miow"
1338version = "0.2.2"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1341dependencies = [
1342 "kernel32-sys",
1343 "net2",
1344 "winapi 0.2.8",
1345 "ws2_32-sys",
1346]
1347
1348[[package]]
1349name = "mktemp"
1350version = "0.4.1"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "975de676448231fcde04b9149d2543077e166b78fc29eae5aa219e7928410da2"
1353dependencies = [
1354 "uuid 0.8.2",
1355]
1356
1357[[package]]
1358name = "ndk"
1359version = "0.2.1"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
1362dependencies = [
1363 "jni-sys",
1364 "ndk-sys",
1365 "num_enum",
1366 "thiserror",
1367]
1368
1369[[package]]
1370name = "ndk-glue"
1371version = "0.2.1"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
1374dependencies = [
1375 "lazy_static",
1376 "libc",
1377 "log",
1378 "ndk",
1379 "ndk-macro",
1380 "ndk-sys",
1381]
1382
1383[[package]]
1384name = "ndk-macro"
1385version = "0.2.0"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
1388dependencies = [
1389 "darling",
1390 "proc-macro-crate",
1391 "proc-macro2",
1392 "quote",
1393 "syn",
1394]
1395
1396[[package]]
1397name = "ndk-sys"
1398version = "0.2.2"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
1401
1402[[package]]
1403name = "net2"
1404version = "0.2.37"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
1407dependencies = [
1408 "cfg-if 0.1.10",
1409 "libc",
1410 "winapi 0.3.9",
1411]
1412
1413[[package]]
1414name = "nix"
1415version = "0.18.0"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
1418dependencies = [
1419 "bitflags",
1420 "cc",
1421 "cfg-if 0.1.10",
1422 "libc",
1423]
1424
1425[[package]]
1426name = "nix"
1427version = "0.20.0"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
1430dependencies = [
1431 "bitflags",
1432 "cc",
1433 "cfg-if 1.0.0",
1434 "libc",
1435]
1436
1437[[package]]
1438name = "nix"
1439version = "0.23.1"
1440source = "git+https://github.com/nix-rust/nix.git?rev=ff6f8b8a#ff6f8b8a26c8d61f4341e441acf405402b46a430"
1441dependencies = [
1442 "bitflags",
1443 "cfg-if 1.0.0",
1444 "libc",
1445 "memoffset",
1446]
1447
1448[[package]]
1449name = "nom"
1450version = "7.1.1"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
1453dependencies = [
1454 "memchr",
1455 "minimal-lexical",
1456]
1457
1458[[package]]
1459name = "num"
1460version = "0.3.1"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "8b7a8e9be5e039e2ff869df49155f1c06bd01ade2117ec783e56ab0932b67a8f"
1463dependencies = [
1464 "num-bigint",
1465 "num-complex",
1466 "num-integer",
1467 "num-iter",
1468 "num-rational",
1469 "num-traits",
1470]
1471
1472[[package]]
1473name = "num-bigint"
1474version = "0.3.3"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
1477dependencies = [
1478 "autocfg",
1479 "num-integer",
1480 "num-traits",
1481]
1482
1483[[package]]
1484name = "num-complex"
1485version = "0.3.1"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
1488dependencies = [
1489 "num-traits",
1490]
1491
1492[[package]]
1493name = "num-integer"
1494version = "0.1.45"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1497dependencies = [
1498 "autocfg",
1499 "num-traits",
1500]
1501
1502[[package]]
1503name = "num-iter"
1504version = "0.1.43"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
1507dependencies = [
1508 "autocfg",
1509 "num-integer",
1510 "num-traits",
1511]
1512
1513[[package]]
1514name = "num-rational"
1515version = "0.3.2"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
1518dependencies = [
1519 "autocfg",
1520 "num-bigint",
1521 "num-integer",
1522 "num-traits",
1523]
1524
1525[[package]]
1526name = "num-traits"
1527version = "0.2.15"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1530dependencies = [
1531 "autocfg",
1532]
1533
1534[[package]]
1535name = "num_cpus"
1536version = "1.13.1"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1539dependencies = [
1540 "hermit-abi",
1541 "libc",
1542]
1543
1544[[package]]
1545name = "num_enum"
1546version = "0.4.3"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
1549dependencies = [
1550 "derivative",
1551 "num_enum_derive",
1552]
1553
1554[[package]]
1555name = "num_enum_derive"
1556version = "0.4.3"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
1559dependencies = [
1560 "proc-macro-crate",
1561 "proc-macro2",
1562 "quote",
1563 "syn",
1564]
1565
1566[[package]]
1567name = "numtoa"
1568version = "0.1.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
1571
1572[[package]]
1573name = "objc"
1574version = "0.2.7"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1577dependencies = [
1578 "malloc_buf",
1579]
1580
1581[[package]]
1582name = "object-pool"
1583version = "0.5.3"
1584source = "git+https://github.com/CJP10/object-pool.git?rev=b7461b6ad6dcc93e69c3eee378895ea8593d880e#b7461b6ad6dcc93e69c3eee378895ea8593d880e"
1585dependencies = [
1586 "parking_lot 0.11.2",
1587]
1588
1589[[package]]
1590name = "once_cell"
1591version = "1.13.0"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
1594
1595[[package]]
1596name = "oorandom"
1597version = "11.1.3"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
1600
1601[[package]]
1602name = "osmesa-sys"
1603version = "0.1.2"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
1606dependencies = [
1607 "shared_library",
1608]
1609
1610[[package]]
1611name = "owned_ttf_parser"
1612version = "0.6.0"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
1615dependencies = [
1616 "ttf-parser",
1617]
1618
1619[[package]]
1620name = "parking_lot"
1621version = "0.11.2"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
1624dependencies = [
1625 "instant",
1626 "lock_api",
1627 "parking_lot_core 0.8.5",
1628]
1629
1630[[package]]
1631name = "parking_lot"
1632version = "0.12.1"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1635dependencies = [
1636 "lock_api",
1637 "parking_lot_core 0.9.3",
1638]
1639
1640[[package]]
1641name = "parking_lot_core"
1642version = "0.8.5"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
1645dependencies = [
1646 "cfg-if 1.0.0",
1647 "instant",
1648 "libc",
1649 "redox_syscall",
1650 "smallvec",
1651 "winapi 0.3.9",
1652]
1653
1654[[package]]
1655name = "parking_lot_core"
1656version = "0.9.3"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
1659dependencies = [
1660 "cfg-if 1.0.0",
1661 "libc",
1662 "redox_syscall",
1663 "smallvec",
1664 "windows-sys",
1665]
1666
1667[[package]]
1668name = "percent-encoding"
1669version = "2.1.0"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1672
1673[[package]]
1674name = "permutate"
1675version = "0.3.2"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "53b7d5b19a715ffab38693a9dd44b067fdfa2b18eef65bd93562dfe507022fae"
1678
1679[[package]]
1680name = "pin-project-lite"
1681version = "0.2.9"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1684
1685[[package]]
1686name = "pin-utils"
1687version = "0.1.0"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1690
1691[[package]]
1692name = "piston"
1693version = "0.53.1"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "7f483bc0f9316e80f27c9f083fb20e8ae881a9799ad792cf683a059f3f58d6e6"
1696dependencies = [
1697 "pistoncore-event_loop",
1698 "pistoncore-input 1.0.1",
1699 "pistoncore-window",
1700]
1701
1702[[package]]
1703name = "piston-ai_behavior"
1704version = "0.31.0"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "fa27af3fe9208a668af67bf296fa50b2e3353f67b0dd5112192c13ccd5464e10"
1707dependencies = [
1708 "pistoncore-input 0.28.1",
1709 "serde",
1710 "serde_derive",
1711]
1712
1713[[package]]
1714name = "piston-float"
1715version = "1.0.1"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "ad78bf43dcf80e8f950c92b84f938a0fc7590b7f6866fbcbeca781609c115590"
1718
1719[[package]]
1720name = "piston-gfx_texture"
1721version = "0.41.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "de8d1197620f9774197c2f4fa5bca2b667ec40a9521160d6a4b46ccfdf4ac97c"
1724dependencies = [
1725 "gfx",
1726 "gfx_core",
1727 "image",
1728 "piston-texture",
1729]
1730
1731[[package]]
1732name = "piston-graphics_api_version"
1733version = "1.0.1"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "3b06401e3ea38467d8d85b394557408107e3e56d827f0d00c9b47e902cbd1bed"
1736
1737[[package]]
1738name = "piston-shaders_graphics2d"
1739version = "0.4.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "3a35f4d08d2b6fd7ff02baab63346d4b7d2fdd5ac3f2e091a5128c22c77a489a"
1742
1743[[package]]
1744name = "piston-texture"
1745version = "0.8.0"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "62c93564eef40a9920d026697f63d224efd7ac80981fb418fe1dad447c2d9bdd"
1748
1749[[package]]
1750name = "piston-viewport"
1751version = "1.0.2"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "61ecaf8ae0d71dd9cdbbd8662b47659621c09430ff3cb880d154858d3b8ac001"
1754dependencies = [
1755 "piston-float",
1756]
1757
1758[[package]]
1759name = "piston2d-gfx_graphics"
1760version = "0.73.0"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "84b79261cc8dfd181ad82640a1cac6fcbdb57f3ef447673ec8ec6926e5b33a8d"
1763dependencies = [
1764 "draw_state",
1765 "gfx",
1766 "piston-gfx_texture",
1767 "piston-shaders_graphics2d",
1768 "piston2d-graphics 0.40.0",
1769 "shader_version",
1770]
1771
1772[[package]]
1773name = "piston2d-graphics"
1774version = "0.35.0"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "cf145cd97b579ad9e0aa19652a217be961021de8e2d0c2a039f20ad6ad72a2b7"
1777dependencies = [
1778 "interpolation",
1779 "piston-texture",
1780 "piston-viewport",
1781 "read_color",
1782 "vecmath",
1783]
1784
1785[[package]]
1786name = "piston2d-graphics"
1787version = "0.40.0"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "beb104512055b3bf44fc3d8dad9af88abda16a468d048626ae9b49f634802c67"
1790dependencies = [
1791 "fnv",
1792 "interpolation",
1793 "piston-texture",
1794 "piston-viewport",
1795 "read_color",
1796 "rusttype",
1797 "vecmath",
1798]
1799
1800[[package]]
1801name = "piston2d-sprite"
1802version = "0.58.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "8c735fb7ebd161e94bdab236f33dc4978433e493e30856840dc4057bb192d054"
1805dependencies = [
1806 "interpolation",
1807 "piston-ai_behavior",
1808 "piston2d-graphics 0.35.0",
1809 "pistoncore-input 0.28.1",
1810 "uuid 0.6.5",
1811]
1812
1813[[package]]
1814name = "piston_window"
1815version = "0.120.0"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "96675d1e6ea52d59751e1fb956c3600b8d67a5d62cacbfb553f2ef07374d93f5"
1818dependencies = [
1819 "gfx",
1820 "gfx_device_gl",
1821 "piston",
1822 "piston-texture",
1823 "piston2d-gfx_graphics",
1824 "piston2d-graphics 0.40.0",
1825 "pistoncore-glutin_window",
1826 "shader_version",
1827]
1828
1829[[package]]
1830name = "pistoncore-event_loop"
1831version = "0.53.1"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "41d86b3bf012430bb23694348615e37769aca0e9910539ce93674006aeeb77e6"
1834dependencies = [
1835 "pistoncore-input 1.0.1",
1836 "pistoncore-window",
1837 "spin_sleep",
1838]
1839
1840[[package]]
1841name = "pistoncore-glutin_window"
1842version = "0.69.0"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "66086130e496d440aba286ba47b7d61e33413208323bec3499bf7975fa72dc2e"
1845dependencies = [
1846 "gl",
1847 "glutin",
1848 "pistoncore-input 1.0.1",
1849 "pistoncore-window",
1850 "shader_version",
1851]
1852
1853[[package]]
1854name = "pistoncore-input"
1855version = "0.28.1"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "bd3f576d1a49fe2a86716b52ae72896319b05eb4d3abe41fb01abd3241cd5f7a"
1858dependencies = [
1859 "bitflags",
1860 "piston-viewport",
1861 "serde",
1862 "serde_derive",
1863]
1864
1865[[package]]
1866name = "pistoncore-input"
1867version = "1.0.1"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "2977fed6eb16c554fd445a09a50c8a0c250f4c50f752be46a7bd9dcc5ba471f0"
1870dependencies = [
1871 "bitflags",
1872 "piston-viewport",
1873 "serde",
1874 "serde_derive",
1875]
1876
1877[[package]]
1878name = "pistoncore-window"
1879version = "0.47.1"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "d62962b4e9cfc13143c77e032302fedc58a8f0f570d30006cdb38ba00a5e50bf"
1882dependencies = [
1883 "piston-graphics_api_version",
1884 "pistoncore-input 1.0.1",
1885]
1886
1887[[package]]
1888name = "pkg-config"
1889version = "0.3.25"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
1892
1893[[package]]
1894name = "plotters"
1895version = "0.3.2"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "9428003b84df1496fb9d6eeee9c5f8145cb41ca375eb0dad204328888832811f"
1898dependencies = [
1899 "num-traits",
1900 "plotters-backend",
1901 "plotters-svg",
1902 "wasm-bindgen",
1903 "web-sys",
1904]
1905
1906[[package]]
1907name = "plotters-backend"
1908version = "0.3.4"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
1911
1912[[package]]
1913name = "plotters-svg"
1914version = "0.3.2"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "e0918736323d1baff32ee0eade54984f6f201ad7e97d5cfb5d6ab4a358529615"
1917dependencies = [
1918 "plotters-backend",
1919]
1920
1921[[package]]
1922name = "png"
1923version = "0.16.8"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
1926dependencies = [
1927 "bitflags",
1928 "crc32fast",
1929 "deflate",
1930 "miniz_oxide 0.3.7",
1931]
1932
1933[[package]]
1934name = "ppv-lite86"
1935version = "0.2.16"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
1938
1939[[package]]
1940name = "proc-macro-crate"
1941version = "0.1.5"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
1944dependencies = [
1945 "toml",
1946]
1947
1948[[package]]
1949name = "proc-macro-error"
1950version = "1.0.4"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1953dependencies = [
1954 "proc-macro-error-attr",
1955 "proc-macro2",
1956 "quote",
1957 "syn",
1958 "version_check",
1959]
1960
1961[[package]]
1962name = "proc-macro-error-attr"
1963version = "1.0.4"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1966dependencies = [
1967 "proc-macro2",
1968 "quote",
1969 "version_check",
1970]
1971
1972[[package]]
1973name = "proc-macro2"
1974version = "1.0.42"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
1977dependencies = [
1978 "unicode-ident",
1979]
1980
1981[[package]]
1982name = "quote"
1983version = "1.0.20"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
1986dependencies = [
1987 "proc-macro2",
1988]
1989
1990[[package]]
1991name = "rand"
1992version = "0.4.6"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1995dependencies = [
1996 "fuchsia-cprng",
1997 "libc",
1998 "rand_core 0.3.1",
1999 "rdrand",
2000 "winapi 0.3.9",
2001]
2002
2003[[package]]
2004name = "rand"
2005version = "0.7.3"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2008dependencies = [
2009 "getrandom 0.1.16",
2010 "libc",
2011 "rand_chacha",
2012 "rand_core 0.5.1",
2013 "rand_hc",
2014]
2015
2016[[package]]
2017name = "rand_chacha"
2018version = "0.2.2"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2021dependencies = [
2022 "ppv-lite86",
2023 "rand_core 0.5.1",
2024]
2025
2026[[package]]
2027name = "rand_core"
2028version = "0.3.1"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2031dependencies = [
2032 "rand_core 0.4.2",
2033]
2034
2035[[package]]
2036name = "rand_core"
2037version = "0.4.2"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2040
2041[[package]]
2042name = "rand_core"
2043version = "0.5.1"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2046dependencies = [
2047 "getrandom 0.1.16",
2048]
2049
2050[[package]]
2051name = "rand_hc"
2052version = "0.2.0"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2055dependencies = [
2056 "rand_core 0.5.1",
2057]
2058
2059[[package]]
2060name = "raw-window-handle"
2061version = "0.3.4"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76"
2064dependencies = [
2065 "libc",
2066 "raw-window-handle 0.4.3",
2067]
2068
2069[[package]]
2070name = "raw-window-handle"
2071version = "0.4.3"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
2074dependencies = [
2075 "cty",
2076]
2077
2078[[package]]
2079name = "rayon"
2080version = "1.5.3"
2081source = "registry+https://github.com/rust-lang/crates.io-index"
2082checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2083dependencies = [
2084 "autocfg",
2085 "crossbeam-deque",
2086 "either",
2087 "rayon-core",
2088]
2089
2090[[package]]
2091name = "rayon-core"
2092version = "1.9.3"
2093source = "registry+https://github.com/rust-lang/crates.io-index"
2094checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
2095dependencies = [
2096 "crossbeam-channel",
2097 "crossbeam-deque",
2098 "crossbeam-utils",
2099 "num_cpus",
2100]
2101
2102[[package]]
2103name = "rdrand"
2104version = "0.4.0"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2107dependencies = [
2108 "rand_core 0.3.1",
2109]
2110
2111[[package]]
2112name = "read_color"
2113version = "1.0.0"
2114source = "registry+https://github.com/rust-lang/crates.io-index"
2115checksum = "9f4c8858baa4ad3c8bcc156ae91a0ffe22b76a3975c40c49b4f04c15c6bce0da"
2116
2117[[package]]
2118name = "redox_liner"
2119version = "0.5.1"
2120source = "git+https://gitlab.redox-os.org/redox-os/liner#616e61657fd611c3fe5818e6151300cbcbdd5c06"
2121dependencies = [
2122 "bytecount",
2123 "itertools 0.8.2",
2124 "strip-ansi-escapes",
2125 "termion",
2126 "unicode-width",
2127]
2128
2129[[package]]
2130name = "redox_syscall"
2131version = "0.2.16"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2134dependencies = [
2135 "bitflags",
2136]
2137
2138[[package]]
2139name = "redox_termios"
2140version = "0.1.2"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
2143dependencies = [
2144 "redox_syscall",
2145]
2146
2147[[package]]
2148name = "redox_users"
2149version = "0.4.3"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2152dependencies = [
2153 "getrandom 0.2.7",
2154 "redox_syscall",
2155 "rust-argon2",
2156 "thiserror",
2157 "zeroize",
2158]
2159
2160[[package]]
2161name = "regex"
2162version = "1.6.0"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2165dependencies = [
2166 "aho-corasick",
2167 "memchr",
2168 "regex-syntax",
2169]
2170
2171[[package]]
2172name = "regex-automata"
2173version = "0.1.10"
2174source = "registry+https://github.com/rust-lang/crates.io-index"
2175checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2176
2177[[package]]
2178name = "regex-syntax"
2179version = "0.6.27"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2182
2183[[package]]
2184name = "rust-argon2"
2185version = "0.8.3"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
2188dependencies = [
2189 "base64",
2190 "blake2b_simd",
2191 "constant_time_eq",
2192 "crossbeam-utils",
2193]
2194
2195[[package]]
2196name = "rusttype"
2197version = "0.9.2"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2200dependencies = [
2201 "ab_glyph_rasterizer",
2202 "owned_ttf_parser",
2203]
2204
2205[[package]]
2206name = "rustversion"
2207version = "1.0.8"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"
2210
2211[[package]]
2212name = "ryu"
2213version = "1.0.10"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2216
2217[[package]]
2218name = "same-file"
2219version = "1.0.6"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2222dependencies = [
2223 "winapi-util",
2224]
2225
2226[[package]]
2227name = "scoped-tls"
2228version = "1.0.0"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2231
2232[[package]]
2233name = "scoped_threadpool"
2234version = "0.1.9"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2237
2238[[package]]
2239name = "scopeguard"
2240version = "1.1.0"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2243
2244[[package]]
2245name = "scopes"
2246version = "0.1.0"
2247
2248[[package]]
2249name = "serde"
2250version = "1.0.140"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
2253
2254[[package]]
2255name = "serde_cbor"
2256version = "0.11.2"
2257source = "registry+https://github.com/rust-lang/crates.io-index"
2258checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
2259dependencies = [
2260 "half",
2261 "serde",
2262]
2263
2264[[package]]
2265name = "serde_derive"
2266version = "1.0.140"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
2269dependencies = [
2270 "proc-macro2",
2271 "quote",
2272 "syn",
2273]
2274
2275[[package]]
2276name = "serde_json"
2277version = "1.0.82"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
2280dependencies = [
2281 "itoa 1.0.2",
2282 "ryu",
2283 "serde",
2284]
2285
2286[[package]]
2287name = "serial_test"
2288version = "0.8.0"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "7eec42e7232e5ca56aa59d63af3c7f991fe71ee6a3ddd2d3480834cf3902b007"
2291dependencies = [
2292 "futures",
2293 "lazy_static",
2294 "log",
2295 "parking_lot 0.12.1",
2296 "serial_test_derive",
2297]
2298
2299[[package]]
2300name = "serial_test_derive"
2301version = "0.8.0"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "f1b95bb2f4f624565e8fe8140c789af7e2082c0e0561b5a82a1b678baa9703dc"
2304dependencies = [
2305 "proc-macro-error",
2306 "proc-macro2",
2307 "quote",
2308 "rustversion",
2309 "syn",
2310]
2311
2312[[package]]
2313name = "shader_version"
2314version = "0.7.0"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "dfadbf7574784ee97f062ace17e1008fb5e7f46dd714b7dd46baf6efebd30e26"
2317dependencies = [
2318 "piston-graphics_api_version",
2319]
2320
2321[[package]]
2322name = "shared_library"
2323version = "0.1.9"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
2326dependencies = [
2327 "lazy_static",
2328 "libc",
2329]
2330
2331[[package]]
2332name = "slab"
2333version = "0.4.7"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
2336dependencies = [
2337 "autocfg",
2338]
2339
2340[[package]]
2341name = "small"
2342version = "0.1.0"
2343source = "git+https://gitlab.redox-os.org/redox-os/small#4374ae30a2de281d686e14a1626dcb22e23ffae4"
2344dependencies = [
2345 "serde",
2346]
2347
2348[[package]]
2349name = "smallvec"
2350version = "1.9.0"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2353
2354[[package]]
2355name = "smithay-client-toolkit"
2356version = "0.12.3"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80"
2359dependencies = [
2360 "andrew",
2361 "bitflags",
2362 "calloop",
2363 "dlib 0.4.2",
2364 "lazy_static",
2365 "log",
2366 "memmap2",
2367 "nix 0.18.0",
2368 "wayland-client",
2369 "wayland-cursor",
2370 "wayland-protocols",
2371]
2372
2373[[package]]
2374name = "spin_sleep"
2375version = "1.1.1"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "cafa7900db085f4354dbc7025e25d7a839a14360ea13b5fc4fd717f2d3b23134"
2378dependencies = [
2379 "once_cell",
2380 "winapi 0.3.9",
2381]
2382
2383[[package]]
2384name = "static_assertions"
2385version = "1.1.0"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2388
2389[[package]]
2390name = "strip-ansi-escapes"
2391version = "0.1.1"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
2394dependencies = [
2395 "vte",
2396]
2397
2398[[package]]
2399name = "strsim"
2400version = "0.8.0"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2403
2404[[package]]
2405name = "strsim"
2406version = "0.9.3"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2409
2410[[package]]
2411name = "syn"
2412version = "1.0.98"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
2415dependencies = [
2416 "proc-macro2",
2417 "quote",
2418 "unicode-ident",
2419]
2420
2421[[package]]
2422name = "synstructure"
2423version = "0.12.6"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2426dependencies = [
2427 "proc-macro2",
2428 "quote",
2429 "syn",
2430 "unicode-xid",
2431]
2432
2433[[package]]
2434name = "termion"
2435version = "1.5.6"
2436source = "git+https://gitlab.redox-os.org/redox-os/termion#8054e082b01c3f45f89f0db96bc374f1e378deb1"
2437dependencies = [
2438 "libc",
2439 "numtoa",
2440 "redox_syscall",
2441 "redox_termios",
2442]
2443
2444[[package]]
2445name = "textwrap"
2446version = "0.11.0"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2449dependencies = [
2450 "unicode-width",
2451]
2452
2453[[package]]
2454name = "thiserror"
2455version = "1.0.31"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2458dependencies = [
2459 "thiserror-impl",
2460]
2461
2462[[package]]
2463name = "thiserror-impl"
2464version = "1.0.31"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2467dependencies = [
2468 "proc-macro2",
2469 "quote",
2470 "syn",
2471]
2472
2473[[package]]
2474name = "tiff"
2475version = "0.6.1"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
2478dependencies = [
2479 "jpeg-decoder",
2480 "miniz_oxide 0.4.4",
2481 "weezl",
2482]
2483
2484[[package]]
2485name = "tinytemplate"
2486version = "1.2.1"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2489dependencies = [
2490 "serde",
2491 "serde_json",
2492]
2493
2494[[package]]
2495name = "toml"
2496version = "0.5.9"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2499dependencies = [
2500 "serde",
2501]
2502
2503[[package]]
2504name = "ttf-parser"
2505version = "0.6.2"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2508
2509[[package]]
2510name = "types-rs"
2511version = "0.1.0"
2512dependencies = [
2513 "itertools 0.9.0",
2514 "lexical",
2515 "small",
2516]
2517
2518[[package]]
2519name = "unicode-ident"
2520version = "1.0.2"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2523
2524[[package]]
2525name = "unicode-segmentation"
2526version = "1.9.0"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2529
2530[[package]]
2531name = "unicode-width"
2532version = "0.1.9"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2535
2536[[package]]
2537name = "unicode-xid"
2538version = "0.2.3"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2541
2542[[package]]
2543name = "users"
2544version = "0.10.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
2547dependencies = [
2548 "libc",
2549 "log",
2550]
2551
2552[[package]]
2553name = "utf8parse"
2554version = "0.2.0"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
2557
2558[[package]]
2559name = "uuid"
2560version = "0.6.5"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
2563dependencies = [
2564 "cfg-if 0.1.10",
2565 "rand 0.4.6",
2566]
2567
2568[[package]]
2569name = "uuid"
2570version = "0.8.2"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
2573dependencies = [
2574 "getrandom 0.2.7",
2575]
2576
2577[[package]]
2578name = "vec_map"
2579version = "0.8.2"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2582
2583[[package]]
2584name = "vecmath"
2585version = "1.0.0"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "956ae1e0d85bca567dee1dcf87fb1ca2e792792f66f87dced8381f99cd91156a"
2588dependencies = [
2589 "piston-float",
2590]
2591
2592[[package]]
2593name = "version_check"
2594version = "0.9.4"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2597
2598[[package]]
2599name = "vte"
2600version = "0.10.1"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
2603dependencies = [
2604 "arrayvec",
2605 "utf8parse",
2606 "vte_generate_state_changes",
2607]
2608
2609[[package]]
2610name = "vte_generate_state_changes"
2611version = "0.1.1"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
2614dependencies = [
2615 "proc-macro2",
2616 "quote",
2617]
2618
2619[[package]]
2620name = "walkdir"
2621version = "2.3.2"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2624dependencies = [
2625 "same-file",
2626 "winapi 0.3.9",
2627 "winapi-util",
2628]
2629
2630[[package]]
2631name = "wasi"
2632version = "0.9.0+wasi-snapshot-preview1"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2635
2636[[package]]
2637name = "wasi"
2638version = "0.11.0+wasi-snapshot-preview1"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2641
2642[[package]]
2643name = "wasm-bindgen"
2644version = "0.2.82"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
2647dependencies = [
2648 "cfg-if 1.0.0",
2649 "wasm-bindgen-macro",
2650]
2651
2652[[package]]
2653name = "wasm-bindgen-backend"
2654version = "0.2.82"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
2657dependencies = [
2658 "bumpalo",
2659 "log",
2660 "once_cell",
2661 "proc-macro2",
2662 "quote",
2663 "syn",
2664 "wasm-bindgen-shared",
2665]
2666
2667[[package]]
2668name = "wasm-bindgen-macro"
2669version = "0.2.82"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
2672dependencies = [
2673 "quote",
2674 "wasm-bindgen-macro-support",
2675]
2676
2677[[package]]
2678name = "wasm-bindgen-macro-support"
2679version = "0.2.82"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
2682dependencies = [
2683 "proc-macro2",
2684 "quote",
2685 "syn",
2686 "wasm-bindgen-backend",
2687 "wasm-bindgen-shared",
2688]
2689
2690[[package]]
2691name = "wasm-bindgen-shared"
2692version = "0.2.82"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
2695
2696[[package]]
2697name = "wayland-client"
2698version = "0.28.6"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
2701dependencies = [
2702 "bitflags",
2703 "downcast-rs",
2704 "libc",
2705 "nix 0.20.0",
2706 "scoped-tls",
2707 "wayland-commons",
2708 "wayland-scanner",
2709 "wayland-sys",
2710]
2711
2712[[package]]
2713name = "wayland-commons"
2714version = "0.28.6"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
2717dependencies = [
2718 "nix 0.20.0",
2719 "once_cell",
2720 "smallvec",
2721 "wayland-sys",
2722]
2723
2724[[package]]
2725name = "wayland-cursor"
2726version = "0.28.6"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
2729dependencies = [
2730 "nix 0.20.0",
2731 "wayland-client",
2732 "xcursor",
2733]
2734
2735[[package]]
2736name = "wayland-egl"
2737version = "0.28.6"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "99ba1ab1e18756b23982d36f08856d521d7df45015f404a2d7c4f0b2d2f66956"
2740dependencies = [
2741 "wayland-client",
2742 "wayland-sys",
2743]
2744
2745[[package]]
2746name = "wayland-protocols"
2747version = "0.28.6"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f"
2750dependencies = [
2751 "bitflags",
2752 "wayland-client",
2753 "wayland-commons",
2754 "wayland-scanner",
2755]
2756
2757[[package]]
2758name = "wayland-scanner"
2759version = "0.28.6"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1"
2762dependencies = [
2763 "proc-macro2",
2764 "quote",
2765 "xml-rs",
2766]
2767
2768[[package]]
2769name = "wayland-sys"
2770version = "0.28.6"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8"
2773dependencies = [
2774 "dlib 0.5.0",
2775 "lazy_static",
2776 "pkg-config",
2777]
2778
2779[[package]]
2780name = "web-sys"
2781version = "0.3.59"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
2784dependencies = [
2785 "js-sys",
2786 "wasm-bindgen",
2787]
2788
2789[[package]]
2790name = "weezl"
2791version = "0.1.7"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2794
2795[[package]]
2796name = "winapi"
2797version = "0.2.8"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2800
2801[[package]]
2802name = "winapi"
2803version = "0.3.9"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2806dependencies = [
2807 "winapi-i686-pc-windows-gnu",
2808 "winapi-x86_64-pc-windows-gnu",
2809]
2810
2811[[package]]
2812name = "winapi-build"
2813version = "0.1.1"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2816
2817[[package]]
2818name = "winapi-i686-pc-windows-gnu"
2819version = "0.4.0"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2822
2823[[package]]
2824name = "winapi-util"
2825version = "0.1.5"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2828dependencies = [
2829 "winapi 0.3.9",
2830]
2831
2832[[package]]
2833name = "winapi-x86_64-pc-windows-gnu"
2834version = "0.4.0"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2837
2838[[package]]
2839name = "windows-sys"
2840version = "0.36.1"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2843dependencies = [
2844 "windows_aarch64_msvc",
2845 "windows_i686_gnu",
2846 "windows_i686_msvc",
2847 "windows_x86_64_gnu",
2848 "windows_x86_64_msvc",
2849]
2850
2851[[package]]
2852name = "windows_aarch64_msvc"
2853version = "0.36.1"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2856
2857[[package]]
2858name = "windows_i686_gnu"
2859version = "0.36.1"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2862
2863[[package]]
2864name = "windows_i686_msvc"
2865version = "0.36.1"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2868
2869[[package]]
2870name = "windows_x86_64_gnu"
2871version = "0.36.1"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2874
2875[[package]]
2876name = "windows_x86_64_msvc"
2877version = "0.36.1"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2880
2881[[package]]
2882name = "winit"
2883version = "0.24.0"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
2886dependencies = [
2887 "bitflags",
2888 "cocoa 0.24.0",
2889 "core-foundation 0.9.3",
2890 "core-graphics 0.22.3",
2891 "core-video-sys",
2892 "dispatch",
2893 "instant",
2894 "lazy_static",
2895 "libc",
2896 "log",
2897 "mio",
2898 "mio-extras",
2899 "ndk",
2900 "ndk-glue",
2901 "ndk-sys",
2902 "objc",
2903 "parking_lot 0.11.2",
2904 "percent-encoding",
2905 "raw-window-handle 0.3.4",
2906 "smithay-client-toolkit",
2907 "wayland-client",
2908 "winapi 0.3.9",
2909 "x11-dl",
2910]
2911
2912[[package]]
2913name = "ws2_32-sys"
2914version = "0.2.1"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2917dependencies = [
2918 "winapi 0.2.8",
2919 "winapi-build",
2920]
2921
2922[[package]]
2923name = "x11-dl"
2924version = "2.19.1"
2925source = "registry+https://github.com/rust-lang/crates.io-index"
2926checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
2927dependencies = [
2928 "lazy_static",
2929 "libc",
2930 "pkg-config",
2931]
2932
2933[[package]]
2934name = "xcursor"
2935version = "0.3.4"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
2938dependencies = [
2939 "nom",
2940]
2941
2942[[package]]
2943name = "xdg"
2944version = "2.4.1"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
2947dependencies = [
2948 "dirs",
2949]
2950
2951[[package]]
2952name = "xml-rs"
2953version = "0.8.4"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2956
2957[[package]]
2958name = "zeroize"
2959version = "1.5.7"
2960source = "registry+https://github.com/rust-lang/crates.io-index"
2961checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
2962dependencies = [
2963 "zeroize_derive",
2964]
2965
2966[[package]]
2967name = "zeroize_derive"
2968version = "1.3.2"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
2971dependencies = [
2972 "proc-macro2",
2973 "quote",
2974 "syn",
2975 "synstructure",
2976]