1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ab_glyph"
7version = "0.2.11"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "af0ac006645f86f20f6c6fa4dcaef920bf803df819123626f9440e35835e7d80"
10dependencies = [
11 "ab_glyph_rasterizer",
12 "owned_ttf_parser 0.12.1",
13]
14
15[[package]]
16name = "ab_glyph_rasterizer"
17version = "0.1.4"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
20
21[[package]]
22name = "addr2line"
23version = "0.16.0"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
26dependencies = [
27 "gimli",
28]
29
30[[package]]
31name = "adler"
32version = "1.0.2"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
35
36[[package]]
37name = "adler32"
38version = "1.2.0"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
41
42[[package]]
43name = "aho-corasick"
44version = "0.7.18"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
47dependencies = [
48 "memchr",
49]
50
51[[package]]
52name = "ajour"
53version = "1.3.2"
54dependencies = [
55 "ajour-core",
56 "ajour-weak-auras",
57 "ajour-widgets",
58 "anyhow",
59 "async-std",
60 "chrono",
61 "embed-resource",
62 "fern",
63 "futures",
64 "fuzzy-matcher",
65 "iced",
66 "iced_futures",
67 "iced_native",
68 "image",
69 "isahc 0.9.14",
70 "isolang",
71 "json-gettext",
72 "log",
73 "log-panics",
74 "native-dialog",
75 "num-format",
76 "once_cell",
77 "open",
78 "opener",
79 "rfd",
80 "serde",
81 "serde_json",
82 "strfmt",
83 "structopt",
84 "timeago",
85 "version-compare 0.0.11",
86 "winapi 0.3.9",
87]
88
89[[package]]
90name = "ajour-core"
91version = "1.3.2"
92dependencies = [
93 "async-std",
94 "async-trait",
95 "chrono",
96 "dirs-next",
97 "dyn-clone",
98 "fancy-regex",
99 "fern",
100 "flate2",
101 "futures",
102 "glob",
103 "iced_native",
104 "isahc 1.4.0",
105 "log",
106 "num_cpus",
107 "once_cell",
108 "path-slash",
109 "rayon",
110 "regex",
111 "retry",
112 "serde",
113 "serde_json",
114 "serde_urlencoded",
115 "serde_yaml",
116 "tar",
117 "tempfile",
118 "thiserror",
119 "urlencoding",
120 "walkdir",
121 "zip",
122 "zstd",
123]
124
125[[package]]
126name = "ajour-weak-auras"
127version = "1.3.2"
128dependencies = [
129 "ajour-core",
130 "anyhow",
131 "async-std",
132 "futures",
133 "isahc 1.4.0",
134 "mlua",
135 "percent-encoding",
136 "serde",
137 "serde_json",
138 "structopt",
139 "thiserror",
140]
141
142[[package]]
143name = "ajour-widgets"
144version = "1.3.2"
145dependencies = [
146 "iced_core",
147 "iced_glow",
148 "iced_graphics",
149 "iced_native",
150 "iced_wgpu",
151]
152
153[[package]]
154name = "andrew"
155version = "0.3.1"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
158dependencies = [
159 "bitflags",
160 "rusttype",
161 "walkdir",
162 "xdg",
163 "xml-rs",
164]
165
166[[package]]
167name = "android_glue"
168version = "0.2.3"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
171
172[[package]]
173name = "ansi_term"
174version = "0.11.0"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
177dependencies = [
178 "winapi 0.3.9",
179]
180
181[[package]]
182name = "anyhow"
183version = "1.0.42"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
186
187[[package]]
188name = "approx"
189version = "0.5.0"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"
192dependencies = [
193 "num-traits",
194]
195
196[[package]]
197name = "arrayvec"
198version = "0.4.12"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
201dependencies = [
202 "nodrop",
203]
204
205[[package]]
206name = "arrayvec"
207version = "0.5.2"
208source = "registry+https://github.com/rust-lang/crates.io-index"
209checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
210
211[[package]]
212name = "ash"
213version = "0.31.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "c69a8137596e84c22d57f3da1b5de1d4230b1742a710091c85f4d7ce50f00f38"
216dependencies = [
217 "libloading 0.6.7",
218]
219
220[[package]]
221name = "async-channel"
222version = "1.6.1"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
225dependencies = [
226 "concurrent-queue",
227 "event-listener",
228 "futures-core",
229]
230
231[[package]]
232name = "async-executor"
233version = "1.4.1"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
236dependencies = [
237 "async-task",
238 "concurrent-queue",
239 "fastrand",
240 "futures-lite",
241 "once_cell",
242 "slab",
243]
244
245[[package]]
246name = "async-global-executor"
247version = "2.0.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
250dependencies = [
251 "async-channel",
252 "async-executor",
253 "async-io",
254 "async-mutex",
255 "blocking",
256 "futures-lite",
257 "num_cpus",
258 "once_cell",
259]
260
261[[package]]
262name = "async-io"
263version = "1.6.0"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
266dependencies = [
267 "concurrent-queue",
268 "futures-lite",
269 "libc",
270 "log",
271 "once_cell",
272 "parking",
273 "polling",
274 "slab",
275 "socket2",
276 "waker-fn",
277 "winapi 0.3.9",
278]
279
280[[package]]
281name = "async-lock"
282version = "2.4.0"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
285dependencies = [
286 "event-listener",
287]
288
289[[package]]
290name = "async-mutex"
291version = "1.4.0"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
294dependencies = [
295 "event-listener",
296]
297
298[[package]]
299name = "async-process"
300version = "1.1.0"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac"
303dependencies = [
304 "async-io",
305 "blocking",
306 "cfg-if 1.0.0",
307 "event-listener",
308 "futures-lite",
309 "libc",
310 "once_cell",
311 "signal-hook",
312 "winapi 0.3.9",
313]
314
315[[package]]
316name = "async-std"
317version = "1.9.0"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
320dependencies = [
321 "async-channel",
322 "async-global-executor",
323 "async-io",
324 "async-lock",
325 "async-process",
326 "crossbeam-utils",
327 "futures-channel",
328 "futures-core",
329 "futures-io",
330 "futures-lite",
331 "gloo-timers",
332 "kv-log-macro",
333 "log",
334 "memchr",
335 "num_cpus",
336 "once_cell",
337 "pin-project-lite",
338 "pin-utils",
339 "slab",
340 "wasm-bindgen-futures",
341]
342
343[[package]]
344name = "async-task"
345version = "4.0.3"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
348
349[[package]]
350name = "async-trait"
351version = "0.1.51"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
354dependencies = [
355 "proc-macro2",
356 "quote",
357 "syn",
358]
359
360[[package]]
361name = "atk-sys"
362version = "0.10.0"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "f530e4af131d94cc4fa15c5c9d0348f0ef28bac64ba660b6b2a1cf2605dedfce"
365dependencies = [
366 "glib-sys",
367 "gobject-sys",
368 "libc",
369 "system-deps",
370]
371
372[[package]]
373name = "atomic-waker"
374version = "1.0.0"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
377
378[[package]]
379name = "atty"
380version = "0.2.14"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
383dependencies = [
384 "hermit-abi",
385 "libc",
386 "winapi 0.3.9",
387]
388
389[[package]]
390name = "autocfg"
391version = "0.1.7"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
394
395[[package]]
396name = "autocfg"
397version = "1.0.1"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
400
401[[package]]
402name = "backtrace"
403version = "0.3.61"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"
406dependencies = [
407 "addr2line",
408 "cc",
409 "cfg-if 1.0.0",
410 "libc",
411 "miniz_oxide 0.4.4",
412 "object",
413 "rustc-demangle",
414]
415
416[[package]]
417name = "bit-set"
418version = "0.5.2"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
421dependencies = [
422 "bit-vec",
423]
424
425[[package]]
426name = "bit-vec"
427version = "0.6.3"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
430
431[[package]]
432name = "bitflags"
433version = "1.2.1"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
436
437[[package]]
438name = "block"
439version = "0.1.6"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
442
443[[package]]
444name = "blocking"
445version = "1.0.2"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
448dependencies = [
449 "async-channel",
450 "async-task",
451 "atomic-waker",
452 "fastrand",
453 "futures-lite",
454 "once_cell",
455]
456
457[[package]]
458name = "bstr"
459version = "0.2.16"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
462dependencies = [
463 "memchr",
464]
465
466[[package]]
467name = "bumpalo"
468version = "2.6.0"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708"
471
472[[package]]
473name = "bumpalo"
474version = "3.7.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
477
478[[package]]
479name = "bytemuck"
480version = "1.7.2"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b"
483dependencies = [
484 "bytemuck_derive",
485]
486
487[[package]]
488name = "bytemuck_derive"
489version = "1.0.1"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
492dependencies = [
493 "proc-macro2",
494 "quote",
495 "syn",
496]
497
498[[package]]
499name = "byteorder"
500version = "1.4.3"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
503
504[[package]]
505name = "bytes"
506version = "0.5.6"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
509
510[[package]]
511name = "bytes"
512version = "1.0.1"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
515
516[[package]]
517name = "bzip2"
518version = "0.4.3"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
521dependencies = [
522 "bzip2-sys",
523 "libc",
524]
525
526[[package]]
527name = "bzip2-sys"
528version = "0.1.11+1.0.8"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
531dependencies = [
532 "cc",
533 "libc",
534 "pkg-config",
535]
536
537[[package]]
538name = "cache-padded"
539version = "1.1.1"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
542
543[[package]]
544name = "cairo-sys-rs"
545version = "0.10.0"
546source = "registry+https://github.com/rust-lang/crates.io-index"
547checksum = "2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7"
548dependencies = [
549 "libc",
550 "system-deps",
551]
552
553[[package]]
554name = "calloop"
555version = "0.6.5"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
558dependencies = [
559 "log",
560 "nix 0.18.0",
561]
562
563[[package]]
564name = "cc"
565version = "1.0.69"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
568dependencies = [
569 "jobserver",
570]
571
572[[package]]
573name = "cfg-if"
574version = "0.1.10"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
577
578[[package]]
579name = "cfg-if"
580version = "1.0.0"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
583
584[[package]]
585name = "cgl"
586version = "0.3.2"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
589dependencies = [
590 "libc",
591]
592
593[[package]]
594name = "chrono"
595version = "0.4.19"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
598dependencies = [
599 "libc",
600 "num-integer",
601 "num-traits",
602 "serde",
603 "time",
604 "winapi 0.3.9",
605]
606
607[[package]]
608name = "clap"
609version = "2.33.3"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
612dependencies = [
613 "ansi_term",
614 "atty",
615 "bitflags",
616 "strsim 0.8.0",
617 "textwrap",
618 "unicode-width",
619 "vec_map",
620]
621
622[[package]]
623name = "clipboard-win"
624version = "4.2.1"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "4e4ea1881992efc993e4dc50a324cdbd03216e41bdc8385720ff47efc9bd2ca8"
627dependencies = [
628 "error-code",
629 "str-buf",
630 "winapi 0.3.9",
631]
632
633[[package]]
634name = "clipboard_macos"
635version = "0.1.0"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95"
638dependencies = [
639 "objc",
640 "objc-foundation",
641 "objc_id",
642]
643
644[[package]]
645name = "clipboard_wayland"
646version = "0.2.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "6f6364a9f7a66f2ac1a1a098aa1c7f6b686f2496c6ac5e5c0d773445df912747"
649dependencies = [
650 "smithay-clipboard",
651]
652
653[[package]]
654name = "clipboard_x11"
655version = "0.3.1"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "64240d63f1883d87e5637bfcaf9d77e5c8bd24e30fd440ea2dff5c48c0bf0b7a"
658dependencies = [
659 "thiserror",
660 "x11rb",
661]
662
663[[package]]
664name = "cloudabi"
665version = "0.0.3"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
668dependencies = [
669 "bitflags",
670]
671
672[[package]]
673name = "cmake"
674version = "0.1.45"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
677dependencies = [
678 "cc",
679]
680
681[[package]]
682name = "cocoa"
683version = "0.23.0"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "c54201c07dcf3a5ca33fececb8042aed767ee4bfd5a0235a8ceabcda956044b2"
686dependencies = [
687 "bitflags",
688 "block",
689 "cocoa-foundation",
690 "core-foundation 0.9.1",
691 "core-graphics 0.22.2",
692 "foreign-types",
693 "libc",
694 "objc",
695]
696
697[[package]]
698name = "cocoa"
699version = "0.24.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
702dependencies = [
703 "bitflags",
704 "block",
705 "cocoa-foundation",
706 "core-foundation 0.9.1",
707 "core-graphics 0.22.2",
708 "foreign-types",
709 "libc",
710 "objc",
711]
712
713[[package]]
714name = "cocoa-foundation"
715version = "0.1.0"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
718dependencies = [
719 "bitflags",
720 "block",
721 "core-foundation 0.9.1",
722 "core-graphics-types",
723 "foreign-types",
724 "libc",
725 "objc",
726]
727
728[[package]]
729name = "color_quant"
730version = "1.1.0"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
733
734[[package]]
735name = "concurrent-queue"
736version = "1.2.2"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
739dependencies = [
740 "cache-padded",
741]
742
743[[package]]
744name = "copyless"
745version = "0.1.5"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
748
749[[package]]
750name = "core-foundation"
751version = "0.7.0"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
754dependencies = [
755 "core-foundation-sys 0.7.0",
756 "libc",
757]
758
759[[package]]
760name = "core-foundation"
761version = "0.9.1"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
764dependencies = [
765 "core-foundation-sys 0.8.2",
766 "libc",
767]
768
769[[package]]
770name = "core-foundation-sys"
771version = "0.7.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
774
775[[package]]
776name = "core-foundation-sys"
777version = "0.8.2"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
780
781[[package]]
782name = "core-graphics"
783version = "0.19.2"
784source = "registry+https://github.com/rust-lang/crates.io-index"
785checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
786dependencies = [
787 "bitflags",
788 "core-foundation 0.7.0",
789 "foreign-types",
790 "libc",
791]
792
793[[package]]
794name = "core-graphics"
795version = "0.22.2"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
798dependencies = [
799 "bitflags",
800 "core-foundation 0.9.1",
801 "core-graphics-types",
802 "foreign-types",
803 "libc",
804]
805
806[[package]]
807name = "core-graphics-types"
808version = "0.1.1"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
811dependencies = [
812 "bitflags",
813 "core-foundation 0.9.1",
814 "foreign-types",
815 "libc",
816]
817
818[[package]]
819name = "core-text"
820version = "19.2.0"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
823dependencies = [
824 "core-foundation 0.9.1",
825 "core-graphics 0.22.2",
826 "foreign-types",
827 "libc",
828]
829
830[[package]]
831name = "core-video-sys"
832version = "0.1.4"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
835dependencies = [
836 "cfg-if 0.1.10",
837 "core-foundation-sys 0.7.0",
838 "core-graphics 0.19.2",
839 "libc",
840 "objc",
841]
842
843[[package]]
844name = "crc32fast"
845version = "1.2.1"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
848dependencies = [
849 "cfg-if 1.0.0",
850]
851
852[[package]]
853name = "crossbeam-channel"
854version = "0.5.1"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
857dependencies = [
858 "cfg-if 1.0.0",
859 "crossbeam-utils",
860]
861
862[[package]]
863name = "crossbeam-deque"
864version = "0.8.1"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
867dependencies = [
868 "cfg-if 1.0.0",
869 "crossbeam-epoch",
870 "crossbeam-utils",
871]
872
873[[package]]
874name = "crossbeam-epoch"
875version = "0.9.5"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
878dependencies = [
879 "cfg-if 1.0.0",
880 "crossbeam-utils",
881 "lazy_static",
882 "memoffset",
883 "scopeguard",
884]
885
886[[package]]
887name = "crossbeam-utils"
888version = "0.8.5"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
891dependencies = [
892 "cfg-if 1.0.0",
893 "lazy_static",
894]
895
896[[package]]
897name = "ctor"
898version = "0.1.20"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
901dependencies = [
902 "quote",
903 "syn",
904]
905
906[[package]]
907name = "curl"
908version = "0.4.38"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "003cb79c1c6d1c93344c7e1201bb51c2148f24ec2bd9c253709d6b2efb796515"
911dependencies = [
912 "curl-sys",
913 "libc",
914 "openssl-probe",
915 "openssl-sys",
916 "schannel",
917 "socket2",
918 "winapi 0.3.9",
919]
920
921[[package]]
922name = "curl-sys"
923version = "0.4.45+curl-7.78.0"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "de9e5a72b1c744eb5dd20b2be4d7eb84625070bb5c4ab9b347b70464ab1e62eb"
926dependencies = [
927 "cc",
928 "libc",
929 "libnghttp2-sys",
930 "libz-sys",
931 "openssl-sys",
932 "pkg-config",
933 "vcpkg",
934 "winapi 0.3.9",
935]
936
937[[package]]
938name = "d3d12"
939version = "0.3.2"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "d0a60cceb22c7c53035f8980524fdc7f17cf49681a3c154e6757d30afbec6ec4"
942dependencies = [
943 "bitflags",
944 "libloading 0.6.7",
945 "winapi 0.3.9",
946]
947
948[[package]]
949name = "darling"
950version = "0.10.2"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
953dependencies = [
954 "darling_core",
955 "darling_macro",
956]
957
958[[package]]
959name = "darling_core"
960version = "0.10.2"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
963dependencies = [
964 "fnv",
965 "ident_case",
966 "proc-macro2",
967 "quote",
968 "strsim 0.9.3",
969 "syn",
970]
971
972[[package]]
973name = "darling_macro"
974version = "0.10.2"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
977dependencies = [
978 "darling_core",
979 "quote",
980 "syn",
981]
982
983[[package]]
984name = "deflate"
985version = "0.8.6"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
988dependencies = [
989 "adler32",
990 "byteorder",
991]
992
993[[package]]
994name = "derivative"
995version = "2.2.0"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
998dependencies = [
999 "proc-macro2",
1000 "quote",
1001 "syn",
1002]
1003
1004[[package]]
1005name = "dirs-next"
1006version = "2.0.0"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1009dependencies = [
1010 "cfg-if 1.0.0",
1011 "dirs-sys-next",
1012]
1013
1014[[package]]
1015name = "dirs-sys-next"
1016version = "0.1.2"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1019dependencies = [
1020 "libc",
1021 "redox_users",
1022 "winapi 0.3.9",
1023]
1024
1025[[package]]
1026name = "dispatch"
1027version = "0.2.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1030
1031[[package]]
1032name = "dlib"
1033version = "0.4.2"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
1036dependencies = [
1037 "libloading 0.6.7",
1038]
1039
1040[[package]]
1041name = "dlib"
1042version = "0.5.0"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
1045dependencies = [
1046 "libloading 0.7.0",
1047]
1048
1049[[package]]
1050name = "dodrio"
1051version = "0.2.0"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "b7593dfc68e57dc1d058ada0f151ba07f4b05183c4da4c4df8ff651a81ef0fab"
1054dependencies = [
1055 "bumpalo 2.6.0",
1056 "cfg-if 0.1.10",
1057 "fxhash",
1058 "js-sys",
1059 "longest-increasing-subsequence",
1060 "wasm-bindgen",
1061 "wasm-bindgen-futures",
1062 "web-sys",
1063]
1064
1065[[package]]
1066name = "downcast-rs"
1067version = "1.2.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
1070
1071[[package]]
1072name = "dtoa"
1073version = "0.4.8"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
1076
1077[[package]]
1078name = "dwrote"
1079version = "0.11.0"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
1082dependencies = [
1083 "lazy_static",
1084 "libc",
1085 "winapi 0.3.9",
1086 "wio",
1087]
1088
1089[[package]]
1090name = "dyn-clone"
1091version = "1.0.4"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"
1094
1095[[package]]
1096name = "either"
1097version = "1.6.1"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
1100
1101[[package]]
1102name = "embed-resource"
1103version = "1.6.3"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "45de30eb317b4cd3882ee16623cb3004e5fb99a8f4cd40097cadf61efbc54adc"
1106dependencies = [
1107 "cc",
1108 "vswhom",
1109 "winreg",
1110]
1111
1112[[package]]
1113name = "encoding_rs"
1114version = "0.8.28"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
1117dependencies = [
1118 "cfg-if 1.0.0",
1119]
1120
1121[[package]]
1122name = "error-code"
1123version = "2.3.0"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "b5115567ac25674e0043e472be13d14e537f37ea8aa4bdc4aef0c89add1db1ff"
1126dependencies = [
1127 "libc",
1128 "str-buf",
1129]
1130
1131[[package]]
1132name = "euclid"
1133version = "0.22.6"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "da96828553a086d7b18dcebfc579bd9628b016f86590d7453c115e490fa74b80"
1136dependencies = [
1137 "num-traits",
1138]
1139
1140[[package]]
1141name = "event-listener"
1142version = "2.5.1"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
1145
1146[[package]]
1147name = "expat-sys"
1148version = "2.1.6"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
1151dependencies = [
1152 "cmake",
1153 "pkg-config",
1154]
1155
1156[[package]]
1157name = "fancy-regex"
1158version = "0.5.0"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "fe09872bd11351a75f22b24c3769fc863e8212d926d6db46b94ad710d14cc5cc"
1161dependencies = [
1162 "bit-set",
1163 "regex",
1164]
1165
1166[[package]]
1167name = "fastrand"
1168version = "1.5.0"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
1171dependencies = [
1172 "instant",
1173]
1174
1175[[package]]
1176name = "fern"
1177version = "0.6.0"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "8c9a4820f0ccc8a7afd67c39a0f1a0f4b07ca1725164271a64939d7aeb9af065"
1180dependencies = [
1181 "log",
1182]
1183
1184[[package]]
1185name = "filetime"
1186version = "0.2.14"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
1189dependencies = [
1190 "cfg-if 1.0.0",
1191 "libc",
1192 "redox_syscall",
1193 "winapi 0.3.9",
1194]
1195
1196[[package]]
1197name = "flate2"
1198version = "1.0.20"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
1201dependencies = [
1202 "cfg-if 1.0.0",
1203 "crc32fast",
1204 "libc",
1205 "miniz_oxide 0.4.4",
1206]
1207
1208[[package]]
1209name = "float-ord"
1210version = "0.2.0"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
1213
1214[[package]]
1215name = "flume"
1216version = "0.9.2"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "1bebadab126f8120d410b677ed95eee4ba6eb7c6dd8e34a5ec88a08050e26132"
1219dependencies = [
1220 "futures-core",
1221 "futures-sink",
1222 "spinning_top",
1223]
1224
1225[[package]]
1226name = "fnv"
1227version = "1.0.7"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1230
1231[[package]]
1232name = "font-kit"
1233version = "0.10.1"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "46c9a156ec38864999bc9c4156e5f3b50224d4a5578028a64e5a3875caa9ee28"
1236dependencies = [
1237 "bitflags",
1238 "byteorder",
1239 "core-foundation 0.9.1",
1240 "core-graphics 0.22.2",
1241 "core-text",
1242 "dirs-next",
1243 "dwrote",
1244 "float-ord",
1245 "freetype",
1246 "lazy_static",
1247 "libc",
1248 "log",
1249 "pathfinder_geometry",
1250 "pathfinder_simd",
1251 "servo-fontconfig",
1252 "walkdir",
1253 "winapi 0.3.9",
1254]
1255
1256[[package]]
1257name = "foreign-types"
1258version = "0.3.2"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1261dependencies = [
1262 "foreign-types-shared",
1263]
1264
1265[[package]]
1266name = "foreign-types-shared"
1267version = "0.1.1"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1270
1271[[package]]
1272name = "form_urlencoded"
1273version = "1.0.1"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1276dependencies = [
1277 "matches",
1278 "percent-encoding",
1279]
1280
1281[[package]]
1282name = "freetype"
1283version = "0.7.0"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
1286dependencies = [
1287 "freetype-sys",
1288 "libc",
1289]
1290
1291[[package]]
1292name = "freetype-sys"
1293version = "0.13.1"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
1296dependencies = [
1297 "cmake",
1298 "libc",
1299 "pkg-config",
1300]
1301
1302[[package]]
1303name = "fuchsia-cprng"
1304version = "0.1.1"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1307
1308[[package]]
1309name = "fuchsia-zircon"
1310version = "0.3.3"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
1313dependencies = [
1314 "bitflags",
1315 "fuchsia-zircon-sys",
1316]
1317
1318[[package]]
1319name = "fuchsia-zircon-sys"
1320version = "0.3.3"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1323
1324[[package]]
1325name = "futures"
1326version = "0.3.16"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
1329dependencies = [
1330 "futures-channel",
1331 "futures-core",
1332 "futures-executor",
1333 "futures-io",
1334 "futures-sink",
1335 "futures-task",
1336 "futures-util",
1337]
1338
1339[[package]]
1340name = "futures-channel"
1341version = "0.3.16"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
1344dependencies = [
1345 "futures-core",
1346 "futures-sink",
1347]
1348
1349[[package]]
1350name = "futures-core"
1351version = "0.3.16"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
1354
1355[[package]]
1356name = "futures-executor"
1357version = "0.3.16"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"
1360dependencies = [
1361 "futures-core",
1362 "futures-task",
1363 "futures-util",
1364 "num_cpus",
1365]
1366
1367[[package]]
1368name = "futures-io"
1369version = "0.3.16"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"
1372
1373[[package]]
1374name = "futures-lite"
1375version = "1.12.0"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
1378dependencies = [
1379 "fastrand",
1380 "futures-core",
1381 "futures-io",
1382 "memchr",
1383 "parking",
1384 "pin-project-lite",
1385 "waker-fn",
1386]
1387
1388[[package]]
1389name = "futures-macro"
1390version = "0.3.16"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"
1393dependencies = [
1394 "autocfg 1.0.1",
1395 "proc-macro-hack",
1396 "proc-macro2",
1397 "quote",
1398 "syn",
1399]
1400
1401[[package]]
1402name = "futures-sink"
1403version = "0.3.16"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"
1406
1407[[package]]
1408name = "futures-task"
1409version = "0.3.16"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"
1412
1413[[package]]
1414name = "futures-util"
1415version = "0.3.16"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"
1418dependencies = [
1419 "autocfg 1.0.1",
1420 "futures-channel",
1421 "futures-core",
1422 "futures-io",
1423 "futures-macro",
1424 "futures-sink",
1425 "futures-task",
1426 "memchr",
1427 "pin-project-lite",
1428 "pin-utils",
1429 "proc-macro-hack",
1430 "proc-macro-nested",
1431 "slab",
1432]
1433
1434[[package]]
1435name = "fuzzy-matcher"
1436version = "0.3.7"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
1439dependencies = [
1440 "thread_local",
1441]
1442
1443[[package]]
1444name = "fxhash"
1445version = "0.2.1"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1448dependencies = [
1449 "byteorder",
1450]
1451
1452[[package]]
1453name = "gdk-pixbuf-sys"
1454version = "0.10.0"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "3bfe468a7f43e97b8d193a762b6c5cf67a7d36cacbc0b9291dbcae24bfea1e8f"
1457dependencies = [
1458 "gio-sys",
1459 "glib-sys",
1460 "gobject-sys",
1461 "libc",
1462 "system-deps",
1463]
1464
1465[[package]]
1466name = "gdk-sys"
1467version = "0.10.0"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "0a9653cfc500fd268015b1ac055ddbc3df7a5c9ea3f4ccef147b3957bd140d69"
1470dependencies = [
1471 "cairo-sys-rs",
1472 "gdk-pixbuf-sys",
1473 "gio-sys",
1474 "glib-sys",
1475 "gobject-sys",
1476 "libc",
1477 "pango-sys",
1478 "pkg-config",
1479 "system-deps",
1480]
1481
1482[[package]]
1483name = "gethostname"
1484version = "0.2.1"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
1487dependencies = [
1488 "libc",
1489 "winapi 0.3.9",
1490]
1491
1492[[package]]
1493name = "getrandom"
1494version = "0.1.16"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1497dependencies = [
1498 "cfg-if 1.0.0",
1499 "libc",
1500 "wasi 0.9.0+wasi-snapshot-preview1",
1501]
1502
1503[[package]]
1504name = "getrandom"
1505version = "0.2.3"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
1508dependencies = [
1509 "cfg-if 1.0.0",
1510 "libc",
1511 "wasi 0.10.2+wasi-snapshot-preview1",
1512]
1513
1514[[package]]
1515name = "gfx-auxil"
1516version = "0.7.0"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "07cd956b592970f08545b9325b87580eb95a51843b6f39da27b8667fec1a1216"
1519dependencies = [
1520 "fxhash",
1521 "gfx-hal",
1522 "spirv_cross",
1523]
1524
1525[[package]]
1526name = "gfx-backend-dx11"
1527version = "0.6.17"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "54b43f06089866bdffe59b5a6801022c86b74d2c1dd28940a9cf301d3d014fbc"
1530dependencies = [
1531 "arrayvec 0.5.2",
1532 "bitflags",
1533 "gfx-auxil",
1534 "gfx-hal",
1535 "libloading 0.6.7",
1536 "log",
1537 "parking_lot",
1538 "range-alloc",
1539 "raw-window-handle",
1540 "smallvec",
1541 "spirv_cross",
1542 "thunderdome",
1543 "winapi 0.3.9",
1544 "wio",
1545]
1546
1547[[package]]
1548name = "gfx-backend-dx12"
1549version = "0.6.13"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "375014deed24d76b03604736dd899f0925158a1a96db90cbefb9cce070f71af7"
1552dependencies = [
1553 "arrayvec 0.5.2",
1554 "bit-set",
1555 "bitflags",
1556 "d3d12",
1557 "gfx-auxil",
1558 "gfx-hal",
1559 "log",
1560 "range-alloc",
1561 "raw-window-handle",
1562 "smallvec",
1563 "spirv_cross",
1564 "winapi 0.3.9",
1565]
1566
1567[[package]]
1568name = "gfx-backend-empty"
1569version = "0.6.0"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "2085227c12b78f6657a900c829f2d0deb46a9be3eaf86844fde263cdc218f77c"
1572dependencies = [
1573 "gfx-hal",
1574 "log",
1575 "raw-window-handle",
1576]
1577
1578[[package]]
1579name = "gfx-backend-metal"
1580version = "0.6.5"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "273d60d5207f96d99e0d11d0718995f67e56533a9df1444d83baf787f4c3cb32"
1583dependencies = [
1584 "arrayvec 0.5.2",
1585 "bitflags",
1586 "block",
1587 "cocoa-foundation",
1588 "copyless",
1589 "foreign-types",
1590 "gfx-auxil",
1591 "gfx-hal",
1592 "lazy_static",
1593 "log",
1594 "metal",
1595 "objc",
1596 "parking_lot",
1597 "range-alloc",
1598 "raw-window-handle",
1599 "smallvec",
1600 "spirv_cross",
1601 "storage-map",
1602]
1603
1604[[package]]
1605name = "gfx-backend-vulkan"
1606version = "0.6.5"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "3a3a63cf61067a09b7d1ac480af3cb2ae0c5ede5bed294607bbd814cb1666c45"
1609dependencies = [
1610 "arrayvec 0.5.2",
1611 "ash",
1612 "byteorder",
1613 "core-graphics-types",
1614 "gfx-hal",
1615 "inplace_it",
1616 "lazy_static",
1617 "log",
1618 "objc",
1619 "raw-window-handle",
1620 "smallvec",
1621 "winapi 0.3.9",
1622 "x11",
1623]
1624
1625[[package]]
1626name = "gfx-descriptor"
1627version = "0.2.0"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "cd8c7afcd000f279d541a490e27117e61037537279b9342279abf4938fe60c6b"
1630dependencies = [
1631 "arrayvec 0.5.2",
1632 "fxhash",
1633 "gfx-hal",
1634 "log",
1635]
1636
1637[[package]]
1638name = "gfx-hal"
1639version = "0.6.0"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "18d0754f5b7a43915fd7466883b2d1bb0800d7cc4609178d0b27bf143b9e5123"
1642dependencies = [
1643 "bitflags",
1644 "raw-window-handle",
1645]
1646
1647[[package]]
1648name = "gfx-memory"
1649version = "0.2.2"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "dccdda5d2b39412f4ca2cb15c70b5a82783a86b0606f5e985342754c8ed88f05"
1652dependencies = [
1653 "bit-set",
1654 "fxhash",
1655 "gfx-hal",
1656 "log",
1657 "slab",
1658]
1659
1660[[package]]
1661name = "gif"
1662version = "0.11.2"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de"
1665dependencies = [
1666 "color_quant",
1667 "weezl",
1668]
1669
1670[[package]]
1671name = "gimli"
1672version = "0.25.0"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
1675
1676[[package]]
1677name = "gio-sys"
1678version = "0.10.1"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac"
1681dependencies = [
1682 "glib-sys",
1683 "gobject-sys",
1684 "libc",
1685 "system-deps",
1686 "winapi 0.3.9",
1687]
1688
1689[[package]]
1690name = "gl_generator"
1691version = "0.14.0"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
1694dependencies = [
1695 "khronos_api",
1696 "log",
1697 "xml-rs",
1698]
1699
1700[[package]]
1701name = "glam"
1702version = "0.10.2"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "579160312273c954cc51bd440f059dde741029ac8daf8c84fece76cb77f62c15"
1705dependencies = [
1706 "version_check",
1707]
1708
1709[[package]]
1710name = "glib-sys"
1711version = "0.10.1"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
1714dependencies = [
1715 "libc",
1716 "system-deps",
1717]
1718
1719[[package]]
1720name = "glob"
1721version = "0.3.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
1724
1725[[package]]
1726name = "gloo-timers"
1727version = "0.2.1"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
1730dependencies = [
1731 "futures-channel",
1732 "futures-core",
1733 "js-sys",
1734 "wasm-bindgen",
1735 "web-sys",
1736]
1737
1738[[package]]
1739name = "glow"
1740version = "0.6.1"
1741source = "registry+https://github.com/rust-lang/crates.io-index"
1742checksum = "1625b792e2f9267116dd41eb7d325e0ea2572ceba5069451906745e04f852f33"
1743dependencies = [
1744 "js-sys",
1745 "slotmap",
1746 "wasm-bindgen",
1747 "web-sys",
1748]
1749
1750[[package]]
1751name = "glow_glyph"
1752version = "0.4.0"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "f0510450eb46dd2b8e3284b50b08bfd870f1ef93a55045f54d7376fbcb63b1cb"
1755dependencies = [
1756 "bytemuck",
1757 "glow",
1758 "glyph_brush",
1759 "log",
1760]
1761
1762[[package]]
1763name = "glutin"
1764version = "0.26.0"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "1ae1cbb9176b9151c4ce03f012e3cd1c6c18c4be79edeaeb3d99f5d8085c5fa3"
1767dependencies = [
1768 "android_glue",
1769 "cgl",
1770 "cocoa 0.23.0",
1771 "core-foundation 0.9.1",
1772 "glutin_egl_sys",
1773 "glutin_emscripten_sys",
1774 "glutin_gles2_sys",
1775 "glutin_glx_sys",
1776 "glutin_wgl_sys",
1777 "lazy_static",
1778 "libloading 0.6.7",
1779 "log",
1780 "objc",
1781 "osmesa-sys",
1782 "parking_lot",
1783 "wayland-client",
1784 "wayland-egl",
1785 "winapi 0.3.9",
1786 "winit",
1787]
1788
1789[[package]]
1790name = "glutin_egl_sys"
1791version = "0.1.5"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211"
1794dependencies = [
1795 "gl_generator",
1796 "winapi 0.3.9",
1797]
1798
1799[[package]]
1800name = "glutin_emscripten_sys"
1801version = "0.1.1"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1"
1804
1805[[package]]
1806name = "glutin_gles2_sys"
1807version = "0.1.5"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
1810dependencies = [
1811 "gl_generator",
1812 "objc",
1813]
1814
1815[[package]]
1816name = "glutin_glx_sys"
1817version = "0.1.7"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351"
1820dependencies = [
1821 "gl_generator",
1822 "x11-dl",
1823]
1824
1825[[package]]
1826name = "glutin_wgl_sys"
1827version = "0.1.5"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
1830dependencies = [
1831 "gl_generator",
1832]
1833
1834[[package]]
1835name = "glyph_brush"
1836version = "0.7.2"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "3e3f00b8574a76fb6c50890c48da03946ca50e4372a2778737922666a2238221"
1839dependencies = [
1840 "glyph_brush_draw_cache",
1841 "glyph_brush_layout",
1842 "log",
1843 "ordered-float",
1844 "rustc-hash",
1845 "twox-hash",
1846]
1847
1848[[package]]
1849name = "glyph_brush_draw_cache"
1850version = "0.1.4"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "ac2c82074cafb68b9e459c50c655f7eedcb92d6ee7166813802934bc6fc29fa3"
1853dependencies = [
1854 "ab_glyph",
1855 "crossbeam-channel",
1856 "crossbeam-deque",
1857 "linked-hash-map",
1858 "rayon",
1859 "rustc-hash",
1860]
1861
1862[[package]]
1863name = "glyph_brush_layout"
1864version = "0.2.3"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38"
1867dependencies = [
1868 "ab_glyph",
1869 "approx",
1870 "xi-unicode",
1871]
1872
1873[[package]]
1874name = "gobject-sys"
1875version = "0.10.0"
1876source = "registry+https://github.com/rust-lang/crates.io-index"
1877checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
1878dependencies = [
1879 "glib-sys",
1880 "libc",
1881 "system-deps",
1882]
1883
1884[[package]]
1885name = "gtk-sys"
1886version = "0.10.0"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "89acda6f084863307d948ba64a4b1ef674e8527dddab147ee4cdcc194c880457"
1889dependencies = [
1890 "atk-sys",
1891 "cairo-sys-rs",
1892 "gdk-pixbuf-sys",
1893 "gdk-sys",
1894 "gio-sys",
1895 "glib-sys",
1896 "gobject-sys",
1897 "libc",
1898 "pango-sys",
1899 "system-deps",
1900]
1901
1902[[package]]
1903name = "guillotiere"
1904version = "0.6.1"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "9253eedea82720b2bc91fe831c9ce3a31299955ed5eb19b9ed600a625b686212"
1907dependencies = [
1908 "euclid",
1909 "svg_fmt",
1910]
1911
1912[[package]]
1913name = "heck"
1914version = "0.3.3"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
1917dependencies = [
1918 "unicode-segmentation",
1919]
1920
1921[[package]]
1922name = "hermit-abi"
1923version = "0.1.19"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1926dependencies = [
1927 "libc",
1928]
1929
1930[[package]]
1931name = "http"
1932version = "0.2.4"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
1935dependencies = [
1936 "bytes 1.0.1",
1937 "fnv",
1938 "itoa",
1939]
1940
1941[[package]]
1942name = "iced"
1943version = "0.3.0"
1944source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
1945dependencies = [
1946 "iced_core",
1947 "iced_futures",
1948 "iced_glow",
1949 "iced_glutin",
1950 "iced_web",
1951 "iced_wgpu",
1952 "iced_winit",
1953 "thiserror",
1954]
1955
1956[[package]]
1957name = "iced_core"
1958version = "0.4.0"
1959source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
1960
1961[[package]]
1962name = "iced_futures"
1963version = "0.3.0"
1964source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
1965dependencies = [
1966 "async-std",
1967 "futures",
1968 "log",
1969 "wasm-bindgen-futures",
1970]
1971
1972[[package]]
1973name = "iced_glow"
1974version = "0.2.0"
1975source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
1976dependencies = [
1977 "bytemuck",
1978 "euclid",
1979 "glow",
1980 "glow_glyph",
1981 "glyph_brush",
1982 "iced_graphics",
1983 "iced_native",
1984 "log",
1985]
1986
1987[[package]]
1988name = "iced_glutin"
1989version = "0.2.0"
1990source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
1991dependencies = [
1992 "glutin",
1993 "iced_graphics",
1994 "iced_native",
1995 "iced_winit",
1996]
1997
1998[[package]]
1999name = "iced_graphics"
2000version = "0.2.0"
2001source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
2002dependencies = [
2003 "bytemuck",
2004 "font-kit",
2005 "glam",
2006 "iced_native",
2007 "iced_style",
2008 "raw-window-handle",
2009 "thiserror",
2010]
2011
2012[[package]]
2013name = "iced_native"
2014version = "0.4.0"
2015source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
2016dependencies = [
2017 "iced_core",
2018 "iced_futures",
2019 "num-traits",
2020 "twox-hash",
2021 "unicode-segmentation",
2022]
2023
2024[[package]]
2025name = "iced_style"
2026version = "0.3.0"
2027source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
2028dependencies = [
2029 "iced_core",
2030]
2031
2032[[package]]
2033name = "iced_web"
2034version = "0.4.0"
2035source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
2036dependencies = [
2037 "dodrio",
2038 "iced_core",
2039 "iced_futures",
2040 "iced_style",
2041 "num-traits",
2042 "url",
2043 "wasm-bindgen",
2044 "wasm-bindgen-futures",
2045 "web-sys",
2046]
2047
2048[[package]]
2049name = "iced_wgpu"
2050version = "0.4.0"
2051source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
2052dependencies = [
2053 "bytemuck",
2054 "futures",
2055 "glyph_brush",
2056 "guillotiere",
2057 "iced_graphics",
2058 "iced_native",
2059 "log",
2060 "raw-window-handle",
2061 "wgpu",
2062 "wgpu_glyph",
2063]
2064
2065[[package]]
2066name = "iced_winit"
2067version = "0.3.0"
2068source = "git+https://github.com/ajour/iced?branch=revert-wgpu-0.7#fb41fd2337528ebffbd261cf257f35fa6c7e3792"
2069dependencies = [
2070 "iced_futures",
2071 "iced_graphics",
2072 "iced_native",
2073 "log",
2074 "thiserror",
2075 "winapi 0.3.9",
2076 "window_clipboard",
2077 "winit",
2078]
2079
2080[[package]]
2081name = "ident_case"
2082version = "1.0.1"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2085
2086[[package]]
2087name = "idna"
2088version = "0.2.3"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2091dependencies = [
2092 "matches",
2093 "unicode-bidi",
2094 "unicode-normalization",
2095]
2096
2097[[package]]
2098name = "image"
2099version = "0.23.14"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
2102dependencies = [
2103 "bytemuck",
2104 "byteorder",
2105 "color_quant",
2106 "gif",
2107 "jpeg-decoder",
2108 "num-iter",
2109 "num-rational",
2110 "num-traits",
2111 "png",
2112 "scoped_threadpool",
2113 "tiff",
2114]
2115
2116[[package]]
2117name = "inplace_it"
2118version = "0.3.3"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
2121
2122[[package]]
2123name = "instant"
2124version = "0.1.10"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
2127dependencies = [
2128 "cfg-if 1.0.0",
2129]
2130
2131[[package]]
2132name = "iovec"
2133version = "0.1.4"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2136dependencies = [
2137 "libc",
2138]
2139
2140[[package]]
2141name = "isahc"
2142version = "0.9.14"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "e2948a0ce43e2c2ef11d7edf6816508998d99e13badd1150be0914205df9388a"
2145dependencies = [
2146 "bytes 0.5.6",
2147 "crossbeam-utils",
2148 "curl",
2149 "curl-sys",
2150 "encoding_rs",
2151 "flume",
2152 "futures-lite",
2153 "http",
2154 "log",
2155 "mime",
2156 "once_cell",
2157 "serde",
2158 "serde_json",
2159 "slab",
2160 "sluice",
2161 "tracing",
2162 "tracing-futures",
2163 "url",
2164 "waker-fn",
2165]
2166
2167[[package]]
2168name = "isahc"
2169version = "1.4.0"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "81c01404730bb4574bbacb59ca0855f969f8eabd688ca22866f2cc333f1a4f69"
2172dependencies = [
2173 "async-channel",
2174 "crossbeam-utils",
2175 "curl",
2176 "curl-sys",
2177 "encoding_rs",
2178 "event-listener",
2179 "futures-lite",
2180 "http",
2181 "log",
2182 "mime",
2183 "once_cell",
2184 "polling",
2185 "serde",
2186 "serde_json",
2187 "slab",
2188 "sluice",
2189 "tracing",
2190 "tracing-futures",
2191 "url",
2192 "waker-fn",
2193]
2194
2195[[package]]
2196name = "isolang"
2197version = "1.0.0"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "265ef164908329e47e753c769b14cbb27434abf0c41984dca201484022f09ce5"
2200dependencies = [
2201 "phf",
2202 "phf_codegen",
2203]
2204
2205[[package]]
2206name = "itoa"
2207version = "0.4.7"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2210
2211[[package]]
2212name = "jni-sys"
2213version = "0.3.0"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2216
2217[[package]]
2218name = "jobserver"
2219version = "0.1.22"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
2222dependencies = [
2223 "libc",
2224]
2225
2226[[package]]
2227name = "jpeg-decoder"
2228version = "0.1.22"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2231dependencies = [
2232 "rayon",
2233]
2234
2235[[package]]
2236name = "js-sys"
2237version = "0.3.51"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
2240dependencies = [
2241 "wasm-bindgen",
2242]
2243
2244[[package]]
2245name = "json-gettext"
2246version = "3.2.11"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "5f1f7580c52e9046fb414aa0b4d0df8c34612397f7dceffda415a3b24139833f"
2249dependencies = [
2250 "regex",
2251 "serde",
2252 "serde_json",
2253]
2254
2255[[package]]
2256name = "kernel32-sys"
2257version = "0.2.2"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2260dependencies = [
2261 "winapi 0.2.8",
2262 "winapi-build",
2263]
2264
2265[[package]]
2266name = "khronos_api"
2267version = "3.1.0"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2270
2271[[package]]
2272name = "kv-log-macro"
2273version = "1.0.7"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
2276dependencies = [
2277 "log",
2278]
2279
2280[[package]]
2281name = "lazy_static"
2282version = "1.4.0"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2285
2286[[package]]
2287name = "lazycell"
2288version = "1.3.0"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2291
2292[[package]]
2293name = "libc"
2294version = "0.2.98"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
2297
2298[[package]]
2299name = "libloading"
2300version = "0.6.7"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
2303dependencies = [
2304 "cfg-if 1.0.0",
2305 "winapi 0.3.9",
2306]
2307
2308[[package]]
2309name = "libloading"
2310version = "0.7.0"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
2313dependencies = [
2314 "cfg-if 1.0.0",
2315 "winapi 0.3.9",
2316]
2317
2318[[package]]
2319name = "libnghttp2-sys"
2320version = "0.1.6+1.43.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "0af55541a8827e138d59ec9e5877fb6095ece63fb6f4da45e7491b4fbd262855"
2323dependencies = [
2324 "cc",
2325 "libc",
2326]
2327
2328[[package]]
2329name = "libz-sys"
2330version = "1.1.3"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
2333dependencies = [
2334 "cc",
2335 "libc",
2336 "pkg-config",
2337 "vcpkg",
2338]
2339
2340[[package]]
2341name = "linked-hash-map"
2342version = "0.5.4"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2345
2346[[package]]
2347name = "lock_api"
2348version = "0.4.4"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
2351dependencies = [
2352 "scopeguard",
2353]
2354
2355[[package]]
2356name = "log"
2357version = "0.4.14"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2360dependencies = [
2361 "cfg-if 1.0.0",
2362 "value-bag",
2363]
2364
2365[[package]]
2366name = "log-panics"
2367version = "2.0.0"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "ae0136257df209261daa18d6c16394757c63e032e27aafd8b07788b051082bef"
2370dependencies = [
2371 "backtrace",
2372 "log",
2373]
2374
2375[[package]]
2376name = "longest-increasing-subsequence"
2377version = "0.1.0"
2378source = "registry+https://github.com/rust-lang/crates.io-index"
2379checksum = "b3bd0dd2cd90571056fdb71f6275fada10131182f84899f4b2a916e565d81d86"
2380
2381[[package]]
2382name = "lua-src"
2383version = "540.0.1"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "e3abacd03794cff973408c83f918215649d4b4612eb25049a305c2fd74e0f69f"
2386dependencies = [
2387 "cc",
2388]
2389
2390[[package]]
2391name = "luajit-src"
2392version = "210.2.0+resty5f13855"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "49f85722ea9e022305a077b916c9271011a195ee8dc9b2b764fc78b0378e3b72"
2395dependencies = [
2396 "cc",
2397]
2398
2399[[package]]
2400name = "malloc_buf"
2401version = "0.0.6"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2404dependencies = [
2405 "libc",
2406]
2407
2408[[package]]
2409name = "matches"
2410version = "0.1.8"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2413
2414[[package]]
2415name = "maybe-uninit"
2416version = "2.0.0"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2419
2420[[package]]
2421name = "memchr"
2422version = "2.4.0"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2425
2426[[package]]
2427name = "memmap2"
2428version = "0.1.0"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
2431dependencies = [
2432 "libc",
2433]
2434
2435[[package]]
2436name = "memmap2"
2437version = "0.2.3"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
2440dependencies = [
2441 "libc",
2442]
2443
2444[[package]]
2445name = "memoffset"
2446version = "0.6.4"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
2449dependencies = [
2450 "autocfg 1.0.1",
2451]
2452
2453[[package]]
2454name = "metal"
2455version = "0.20.0"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "5c4e8a431536529327e28c9ba6992f2cb0c15d4222f0602a16e6d7695ff3bccf"
2458dependencies = [
2459 "bitflags",
2460 "block",
2461 "cocoa-foundation",
2462 "foreign-types",
2463 "log",
2464 "objc",
2465]
2466
2467[[package]]
2468name = "mime"
2469version = "0.3.16"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2472
2473[[package]]
2474name = "miniz_oxide"
2475version = "0.3.7"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2478dependencies = [
2479 "adler32",
2480]
2481
2482[[package]]
2483name = "miniz_oxide"
2484version = "0.4.4"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2487dependencies = [
2488 "adler",
2489 "autocfg 1.0.1",
2490]
2491
2492[[package]]
2493name = "mio"
2494version = "0.6.23"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2497dependencies = [
2498 "cfg-if 0.1.10",
2499 "fuchsia-zircon",
2500 "fuchsia-zircon-sys",
2501 "iovec",
2502 "kernel32-sys",
2503 "libc",
2504 "log",
2505 "miow",
2506 "net2",
2507 "slab",
2508 "winapi 0.2.8",
2509]
2510
2511[[package]]
2512name = "mio-extras"
2513version = "2.0.6"
2514source = "registry+https://github.com/rust-lang/crates.io-index"
2515checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2516dependencies = [
2517 "lazycell",
2518 "log",
2519 "mio",
2520 "slab",
2521]
2522
2523[[package]]
2524name = "miow"
2525version = "0.2.2"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2528dependencies = [
2529 "kernel32-sys",
2530 "net2",
2531 "winapi 0.2.8",
2532 "ws2_32-sys",
2533]
2534
2535[[package]]
2536name = "mlua"
2537version = "0.4.2"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "f778acf55b288d9e0b81e7189988766499f4ec7f774b0965e30140295221e01d"
2540dependencies = [
2541 "bstr",
2542 "cc",
2543 "lazy_static",
2544 "lua-src",
2545 "luajit-src",
2546 "num-traits",
2547 "pkg-config",
2548]
2549
2550[[package]]
2551name = "naga"
2552version = "0.2.0"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "0873deb76cf44b7454fba7b2ba6a89d3de70c08aceffd2c489379b3d9d08e661"
2555dependencies = [
2556 "bitflags",
2557 "fxhash",
2558 "log",
2559 "num-traits",
2560 "spirv_headers",
2561 "thiserror",
2562]
2563
2564[[package]]
2565name = "native-dialog"
2566version = "0.5.5"
2567source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "d689b01017db3e350e0e9798d233cca9ad3bf810e7c02b9b55ec06b9ee7dbd8a"
2569dependencies = [
2570 "cocoa 0.24.0",
2571 "dirs-next",
2572 "objc",
2573 "objc-foundation",
2574 "objc_id",
2575 "once_cell",
2576 "raw-window-handle",
2577 "thiserror",
2578 "wfd",
2579 "which",
2580 "winapi 0.3.9",
2581]
2582
2583[[package]]
2584name = "ndk"
2585version = "0.2.1"
2586source = "registry+https://github.com/rust-lang/crates.io-index"
2587checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
2588dependencies = [
2589 "jni-sys",
2590 "ndk-sys",
2591 "num_enum",
2592 "thiserror",
2593]
2594
2595[[package]]
2596name = "ndk-glue"
2597version = "0.2.1"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
2600dependencies = [
2601 "lazy_static",
2602 "libc",
2603 "log",
2604 "ndk",
2605 "ndk-macro",
2606 "ndk-sys",
2607]
2608
2609[[package]]
2610name = "ndk-macro"
2611version = "0.2.0"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
2614dependencies = [
2615 "darling",
2616 "proc-macro-crate",
2617 "proc-macro2",
2618 "quote",
2619 "syn",
2620]
2621
2622[[package]]
2623name = "ndk-sys"
2624version = "0.2.1"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
2627
2628[[package]]
2629name = "net2"
2630version = "0.2.37"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2633dependencies = [
2634 "cfg-if 0.1.10",
2635 "libc",
2636 "winapi 0.3.9",
2637]
2638
2639[[package]]
2640name = "nix"
2641version = "0.18.0"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
2644dependencies = [
2645 "bitflags",
2646 "cc",
2647 "cfg-if 0.1.10",
2648 "libc",
2649]
2650
2651[[package]]
2652name = "nix"
2653version = "0.20.0"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
2656dependencies = [
2657 "bitflags",
2658 "cc",
2659 "cfg-if 1.0.0",
2660 "libc",
2661]
2662
2663[[package]]
2664name = "nodrop"
2665version = "0.1.14"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2668
2669[[package]]
2670name = "nom"
2671version = "6.1.2"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
2674dependencies = [
2675 "memchr",
2676 "version_check",
2677]
2678
2679[[package]]
2680name = "num-format"
2681version = "0.4.0"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"
2684dependencies = [
2685 "arrayvec 0.4.12",
2686 "itoa",
2687]
2688
2689[[package]]
2690name = "num-integer"
2691version = "0.1.44"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2694dependencies = [
2695 "autocfg 1.0.1",
2696 "num-traits",
2697]
2698
2699[[package]]
2700name = "num-iter"
2701version = "0.1.42"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
2704dependencies = [
2705 "autocfg 1.0.1",
2706 "num-integer",
2707 "num-traits",
2708]
2709
2710[[package]]
2711name = "num-rational"
2712version = "0.3.2"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
2715dependencies = [
2716 "autocfg 1.0.1",
2717 "num-integer",
2718 "num-traits",
2719]
2720
2721[[package]]
2722name = "num-traits"
2723version = "0.2.14"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2726dependencies = [
2727 "autocfg 1.0.1",
2728]
2729
2730[[package]]
2731name = "num_cpus"
2732version = "1.13.0"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2735dependencies = [
2736 "hermit-abi",
2737 "libc",
2738]
2739
2740[[package]]
2741name = "num_enum"
2742version = "0.4.3"
2743source = "registry+https://github.com/rust-lang/crates.io-index"
2744checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
2745dependencies = [
2746 "derivative",
2747 "num_enum_derive",
2748]
2749
2750[[package]]
2751name = "num_enum_derive"
2752version = "0.4.3"
2753source = "registry+https://github.com/rust-lang/crates.io-index"
2754checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
2755dependencies = [
2756 "proc-macro-crate",
2757 "proc-macro2",
2758 "quote",
2759 "syn",
2760]
2761
2762[[package]]
2763name = "objc"
2764version = "0.2.7"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2767dependencies = [
2768 "malloc_buf",
2769 "objc_exception",
2770]
2771
2772[[package]]
2773name = "objc-foundation"
2774version = "0.1.1"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2777dependencies = [
2778 "block",
2779 "objc",
2780 "objc_id",
2781]
2782
2783[[package]]
2784name = "objc_exception"
2785version = "0.1.2"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2788dependencies = [
2789 "cc",
2790]
2791
2792[[package]]
2793name = "objc_id"
2794version = "0.1.1"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2797dependencies = [
2798 "objc",
2799]
2800
2801[[package]]
2802name = "object"
2803version = "0.26.0"
2804source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386"
2806dependencies = [
2807 "memchr",
2808]
2809
2810[[package]]
2811name = "once_cell"
2812version = "1.8.0"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2815
2816[[package]]
2817name = "open"
2818version = "1.7.1"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "dcea7a30d6b81a2423cc59c43554880feff7b57d12916f231a79f8d6d9470201"
2821dependencies = [
2822 "pathdiff",
2823 "winapi 0.3.9",
2824]
2825
2826[[package]]
2827name = "opener"
2828version = "0.4.1"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
2831dependencies = [
2832 "winapi 0.3.9",
2833]
2834
2835[[package]]
2836name = "openssl-probe"
2837version = "0.1.4"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
2840
2841[[package]]
2842name = "openssl-sys"
2843version = "0.9.65"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
2846dependencies = [
2847 "autocfg 1.0.1",
2848 "cc",
2849 "libc",
2850 "pkg-config",
2851 "vcpkg",
2852]
2853
2854[[package]]
2855name = "ordered-float"
2856version = "2.7.0"
2857source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "039f02eb0f69271f26abe3202189275d7aa2258b903cb0281b5de710a2570ff3"
2859dependencies = [
2860 "num-traits",
2861]
2862
2863[[package]]
2864name = "osmesa-sys"
2865version = "0.1.2"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
2868dependencies = [
2869 "shared_library",
2870]
2871
2872[[package]]
2873name = "owned_ttf_parser"
2874version = "0.6.0"
2875source = "registry+https://github.com/rust-lang/crates.io-index"
2876checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
2877dependencies = [
2878 "ttf-parser 0.6.2",
2879]
2880
2881[[package]]
2882name = "owned_ttf_parser"
2883version = "0.12.1"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "60ac8dda2e5cc09bf6480e3b3feff9783db251710c922ae9369a429c51efdeb0"
2886dependencies = [
2887 "ttf-parser 0.12.3",
2888]
2889
2890[[package]]
2891name = "pango-sys"
2892version = "0.10.0"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890"
2895dependencies = [
2896 "glib-sys",
2897 "gobject-sys",
2898 "libc",
2899 "system-deps",
2900]
2901
2902[[package]]
2903name = "parking"
2904version = "2.0.0"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2907
2908[[package]]
2909name = "parking_lot"
2910version = "0.11.1"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2913dependencies = [
2914 "instant",
2915 "lock_api",
2916 "parking_lot_core",
2917]
2918
2919[[package]]
2920name = "parking_lot_core"
2921version = "0.8.3"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
2924dependencies = [
2925 "cfg-if 1.0.0",
2926 "instant",
2927 "libc",
2928 "redox_syscall",
2929 "smallvec",
2930 "winapi 0.3.9",
2931]
2932
2933[[package]]
2934name = "path-slash"
2935version = "0.1.4"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "3cacbb3c4ff353b534a67fb8d7524d00229da4cb1dc8c79f4db96e375ab5b619"
2938
2939[[package]]
2940name = "pathdiff"
2941version = "0.2.0"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
2944
2945[[package]]
2946name = "pathfinder_geometry"
2947version = "0.5.1"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
2950dependencies = [
2951 "log",
2952 "pathfinder_simd",
2953]
2954
2955[[package]]
2956name = "pathfinder_simd"
2957version = "0.5.1"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "39fe46acc5503595e5949c17b818714d26fdf9b4920eacf3b2947f0199f4a6ff"
2960dependencies = [
2961 "rustc_version",
2962]
2963
2964[[package]]
2965name = "percent-encoding"
2966version = "2.1.0"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2969
2970[[package]]
2971name = "pest"
2972version = "2.1.3"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
2975dependencies = [
2976 "ucd-trie",
2977]
2978
2979[[package]]
2980name = "phf"
2981version = "0.7.24"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
2984dependencies = [
2985 "phf_shared",
2986]
2987
2988[[package]]
2989name = "phf_codegen"
2990version = "0.7.24"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
2993dependencies = [
2994 "phf_generator",
2995 "phf_shared",
2996]
2997
2998[[package]]
2999name = "phf_generator"
3000version = "0.7.24"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
3003dependencies = [
3004 "phf_shared",
3005 "rand 0.6.5",
3006]
3007
3008[[package]]
3009name = "phf_shared"
3010version = "0.7.24"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0"
3013dependencies = [
3014 "siphasher",
3015]
3016
3017[[package]]
3018name = "pin-project"
3019version = "1.0.8"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
3022dependencies = [
3023 "pin-project-internal",
3024]
3025
3026[[package]]
3027name = "pin-project-internal"
3028version = "1.0.8"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
3031dependencies = [
3032 "proc-macro2",
3033 "quote",
3034 "syn",
3035]
3036
3037[[package]]
3038name = "pin-project-lite"
3039version = "0.2.7"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
3042
3043[[package]]
3044name = "pin-utils"
3045version = "0.1.0"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3048
3049[[package]]
3050name = "pkg-config"
3051version = "0.3.19"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
3054
3055[[package]]
3056name = "png"
3057version = "0.16.8"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
3060dependencies = [
3061 "bitflags",
3062 "crc32fast",
3063 "deflate",
3064 "miniz_oxide 0.3.7",
3065]
3066
3067[[package]]
3068name = "polling"
3069version = "2.1.0"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
3072dependencies = [
3073 "cfg-if 1.0.0",
3074 "libc",
3075 "log",
3076 "wepoll-ffi",
3077 "winapi 0.3.9",
3078]
3079
3080[[package]]
3081name = "ppv-lite86"
3082version = "0.2.10"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
3085
3086[[package]]
3087name = "proc-macro-crate"
3088version = "0.1.5"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
3091dependencies = [
3092 "toml",
3093]
3094
3095[[package]]
3096name = "proc-macro-error"
3097version = "1.0.4"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3100dependencies = [
3101 "proc-macro-error-attr",
3102 "proc-macro2",
3103 "quote",
3104 "syn",
3105 "version_check",
3106]
3107
3108[[package]]
3109name = "proc-macro-error-attr"
3110version = "1.0.4"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3113dependencies = [
3114 "proc-macro2",
3115 "quote",
3116 "version_check",
3117]
3118
3119[[package]]
3120name = "proc-macro-hack"
3121version = "0.5.19"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
3124
3125[[package]]
3126name = "proc-macro-nested"
3127version = "0.1.7"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
3130
3131[[package]]
3132name = "proc-macro2"
3133version = "1.0.28"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
3136dependencies = [
3137 "unicode-xid",
3138]
3139
3140[[package]]
3141name = "quote"
3142version = "1.0.9"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
3145dependencies = [
3146 "proc-macro2",
3147]
3148
3149[[package]]
3150name = "rand"
3151version = "0.6.5"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
3154dependencies = [
3155 "autocfg 0.1.7",
3156 "libc",
3157 "rand_chacha 0.1.1",
3158 "rand_core 0.4.2",
3159 "rand_hc 0.1.0",
3160 "rand_isaac",
3161 "rand_jitter",
3162 "rand_os",
3163 "rand_pcg",
3164 "rand_xorshift",
3165 "winapi 0.3.9",
3166]
3167
3168[[package]]
3169name = "rand"
3170version = "0.7.3"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3173dependencies = [
3174 "getrandom 0.1.16",
3175 "libc",
3176 "rand_chacha 0.2.2",
3177 "rand_core 0.5.1",
3178 "rand_hc 0.2.0",
3179]
3180
3181[[package]]
3182name = "rand"
3183version = "0.8.4"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
3186dependencies = [
3187 "libc",
3188 "rand_chacha 0.3.1",
3189 "rand_core 0.6.3",
3190 "rand_hc 0.3.1",
3191]
3192
3193[[package]]
3194name = "rand_chacha"
3195version = "0.1.1"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
3198dependencies = [
3199 "autocfg 0.1.7",
3200 "rand_core 0.3.1",
3201]
3202
3203[[package]]
3204name = "rand_chacha"
3205version = "0.2.2"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3208dependencies = [
3209 "ppv-lite86",
3210 "rand_core 0.5.1",
3211]
3212
3213[[package]]
3214name = "rand_chacha"
3215version = "0.3.1"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3218dependencies = [
3219 "ppv-lite86",
3220 "rand_core 0.6.3",
3221]
3222
3223[[package]]
3224name = "rand_core"
3225version = "0.3.1"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
3228dependencies = [
3229 "rand_core 0.4.2",
3230]
3231
3232[[package]]
3233name = "rand_core"
3234version = "0.4.2"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
3237
3238[[package]]
3239name = "rand_core"
3240version = "0.5.1"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3243dependencies = [
3244 "getrandom 0.1.16",
3245]
3246
3247[[package]]
3248name = "rand_core"
3249version = "0.6.3"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
3252dependencies = [
3253 "getrandom 0.2.3",
3254]
3255
3256[[package]]
3257name = "rand_hc"
3258version = "0.1.0"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
3261dependencies = [
3262 "rand_core 0.3.1",
3263]
3264
3265[[package]]
3266name = "rand_hc"
3267version = "0.2.0"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3270dependencies = [
3271 "rand_core 0.5.1",
3272]
3273
3274[[package]]
3275name = "rand_hc"
3276version = "0.3.1"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
3279dependencies = [
3280 "rand_core 0.6.3",
3281]
3282
3283[[package]]
3284name = "rand_isaac"
3285version = "0.1.1"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
3288dependencies = [
3289 "rand_core 0.3.1",
3290]
3291
3292[[package]]
3293name = "rand_jitter"
3294version = "0.1.4"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
3297dependencies = [
3298 "libc",
3299 "rand_core 0.4.2",
3300 "winapi 0.3.9",
3301]
3302
3303[[package]]
3304name = "rand_os"
3305version = "0.1.3"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
3308dependencies = [
3309 "cloudabi",
3310 "fuchsia-cprng",
3311 "libc",
3312 "rand_core 0.4.2",
3313 "rdrand",
3314 "winapi 0.3.9",
3315]
3316
3317[[package]]
3318name = "rand_pcg"
3319version = "0.1.2"
3320source = "registry+https://github.com/rust-lang/crates.io-index"
3321checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
3322dependencies = [
3323 "autocfg 0.1.7",
3324 "rand_core 0.4.2",
3325]
3326
3327[[package]]
3328name = "rand_xorshift"
3329version = "0.1.1"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
3332dependencies = [
3333 "rand_core 0.3.1",
3334]
3335
3336[[package]]
3337name = "range-alloc"
3338version = "0.1.2"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
3341
3342[[package]]
3343name = "raw-window-handle"
3344version = "0.3.3"
3345source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
3347dependencies = [
3348 "libc",
3349]
3350
3351[[package]]
3352name = "rayon"
3353version = "1.5.1"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
3356dependencies = [
3357 "autocfg 1.0.1",
3358 "crossbeam-deque",
3359 "either",
3360 "rayon-core",
3361]
3362
3363[[package]]
3364name = "rayon-core"
3365version = "1.9.1"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
3368dependencies = [
3369 "crossbeam-channel",
3370 "crossbeam-deque",
3371 "crossbeam-utils",
3372 "lazy_static",
3373 "num_cpus",
3374]
3375
3376[[package]]
3377name = "rdrand"
3378version = "0.4.0"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
3381dependencies = [
3382 "rand_core 0.3.1",
3383]
3384
3385[[package]]
3386name = "redox_syscall"
3387version = "0.2.9"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
3390dependencies = [
3391 "bitflags",
3392]
3393
3394[[package]]
3395name = "redox_users"
3396version = "0.4.0"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3399dependencies = [
3400 "getrandom 0.2.3",
3401 "redox_syscall",
3402]
3403
3404[[package]]
3405name = "regex"
3406version = "1.5.4"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
3409dependencies = [
3410 "aho-corasick",
3411 "memchr",
3412 "regex-syntax",
3413]
3414
3415[[package]]
3416name = "regex-syntax"
3417version = "0.6.25"
3418source = "registry+https://github.com/rust-lang/crates.io-index"
3419checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
3420
3421[[package]]
3422name = "remove_dir_all"
3423version = "0.5.3"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
3426dependencies = [
3427 "winapi 0.3.9",
3428]
3429
3430[[package]]
3431name = "retry"
3432version = "1.2.1"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "d0ee4a654b43dd7e3768be7a1c0fc20e90f0a84b72a60ffb6c11e1cae2545c2e"
3435dependencies = [
3436 "rand 0.7.3",
3437]
3438
3439[[package]]
3440name = "rfd"
3441version = "0.4.0"
3442source = "registry+https://github.com/rust-lang/crates.io-index"
3443checksum = "c1084e570d9ce1890734b33edd8c1a7b7276076f9610fa23a48aa955587da141"
3444dependencies = [
3445 "block",
3446 "dispatch",
3447 "glib-sys",
3448 "gobject-sys",
3449 "gtk-sys",
3450 "js-sys",
3451 "lazy_static",
3452 "objc",
3453 "objc-foundation",
3454 "objc_id",
3455 "raw-window-handle",
3456 "wasm-bindgen",
3457 "wasm-bindgen-futures",
3458 "web-sys",
3459 "winapi 0.3.9",
3460]
3461
3462[[package]]
3463name = "rustc-demangle"
3464version = "0.1.20"
3465source = "registry+https://github.com/rust-lang/crates.io-index"
3466checksum = "dead70b0b5e03e9c814bcb6b01e03e68f7c57a80aa48c72ec92152ab3e818d49"
3467
3468[[package]]
3469name = "rustc-hash"
3470version = "1.1.0"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3473
3474[[package]]
3475name = "rustc_version"
3476version = "0.3.3"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
3479dependencies = [
3480 "semver",
3481]
3482
3483[[package]]
3484name = "rusttype"
3485version = "0.9.2"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
3488dependencies = [
3489 "ab_glyph_rasterizer",
3490 "owned_ttf_parser 0.6.0",
3491]
3492
3493[[package]]
3494name = "ryu"
3495version = "1.0.5"
3496source = "registry+https://github.com/rust-lang/crates.io-index"
3497checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
3498
3499[[package]]
3500name = "same-file"
3501version = "1.0.6"
3502source = "registry+https://github.com/rust-lang/crates.io-index"
3503checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3504dependencies = [
3505 "winapi-util",
3506]
3507
3508[[package]]
3509name = "schannel"
3510version = "0.1.19"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
3513dependencies = [
3514 "lazy_static",
3515 "winapi 0.3.9",
3516]
3517
3518[[package]]
3519name = "scoped-tls"
3520version = "1.0.0"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
3523
3524[[package]]
3525name = "scoped_threadpool"
3526version = "0.1.9"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
3529
3530[[package]]
3531name = "scopeguard"
3532version = "1.1.0"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
3535
3536[[package]]
3537name = "semver"
3538version = "0.11.0"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
3541dependencies = [
3542 "semver-parser",
3543]
3544
3545[[package]]
3546name = "semver-parser"
3547version = "0.10.2"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
3550dependencies = [
3551 "pest",
3552]
3553
3554[[package]]
3555name = "serde"
3556version = "1.0.127"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8"
3559dependencies = [
3560 "serde_derive",
3561]
3562
3563[[package]]
3564name = "serde_derive"
3565version = "1.0.127"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc"
3568dependencies = [
3569 "proc-macro2",
3570 "quote",
3571 "syn",
3572]
3573
3574[[package]]
3575name = "serde_json"
3576version = "1.0.66"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127"
3579dependencies = [
3580 "itoa",
3581 "ryu",
3582 "serde",
3583]
3584
3585[[package]]
3586name = "serde_urlencoded"
3587version = "0.7.0"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
3590dependencies = [
3591 "form_urlencoded",
3592 "itoa",
3593 "ryu",
3594 "serde",
3595]
3596
3597[[package]]
3598name = "serde_yaml"
3599version = "0.8.17"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
3602dependencies = [
3603 "dtoa",
3604 "linked-hash-map",
3605 "serde",
3606 "yaml-rust",
3607]
3608
3609[[package]]
3610name = "servo-fontconfig"
3611version = "0.5.1"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
3614dependencies = [
3615 "libc",
3616 "servo-fontconfig-sys",
3617]
3618
3619[[package]]
3620name = "servo-fontconfig-sys"
3621version = "5.1.0"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
3624dependencies = [
3625 "expat-sys",
3626 "freetype-sys",
3627 "pkg-config",
3628]
3629
3630[[package]]
3631name = "shared_library"
3632version = "0.1.9"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
3635dependencies = [
3636 "lazy_static",
3637 "libc",
3638]
3639
3640[[package]]
3641name = "signal-hook"
3642version = "0.3.9"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"
3645dependencies = [
3646 "libc",
3647 "signal-hook-registry",
3648]
3649
3650[[package]]
3651name = "signal-hook-registry"
3652version = "1.4.0"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
3655dependencies = [
3656 "libc",
3657]
3658
3659[[package]]
3660name = "siphasher"
3661version = "0.2.3"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
3664
3665[[package]]
3666name = "slab"
3667version = "0.4.3"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
3670
3671[[package]]
3672name = "slotmap"
3673version = "0.4.2"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "d61b40583e0c1bd3100652ba8940939decc8808e7b2a07f4f4606c6a8a40035a"
3676
3677[[package]]
3678name = "sluice"
3679version = "0.5.4"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "8fa0333a60ff2e3474a6775cc611840c2a55610c831dd366503474c02f1a28f5"
3682dependencies = [
3683 "futures-channel",
3684 "futures-core",
3685 "futures-io",
3686]
3687
3688[[package]]
3689name = "smallvec"
3690version = "1.6.1"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
3693
3694[[package]]
3695name = "smithay-client-toolkit"
3696version = "0.12.3"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80"
3699dependencies = [
3700 "andrew",
3701 "bitflags",
3702 "calloop",
3703 "dlib 0.4.2",
3704 "lazy_static",
3705 "log",
3706 "memmap2 0.1.0",
3707 "nix 0.18.0",
3708 "wayland-client",
3709 "wayland-cursor",
3710 "wayland-protocols",
3711]
3712
3713[[package]]
3714name = "smithay-client-toolkit"
3715version = "0.14.0"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "ec783683499a2cfc85b6df3d04f83b1907b5cbd98a1aed44667dbdf1eac4e64c"
3718dependencies = [
3719 "bitflags",
3720 "dlib 0.5.0",
3721 "lazy_static",
3722 "log",
3723 "memmap2 0.2.3",
3724 "nix 0.20.0",
3725 "wayland-client",
3726 "wayland-cursor",
3727 "wayland-protocols",
3728]
3729
3730[[package]]
3731name = "smithay-clipboard"
3732version = "0.6.4"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "986c5b4a7bd4f50d4c51f81f844745535cb488360f9cf63293780b109b9295f3"
3735dependencies = [
3736 "smithay-client-toolkit 0.14.0",
3737 "wayland-client",
3738]
3739
3740[[package]]
3741name = "socket2"
3742version = "0.4.1"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
3745dependencies = [
3746 "libc",
3747 "winapi 0.3.9",
3748]
3749
3750[[package]]
3751name = "spinning_top"
3752version = "0.2.4"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c"
3755dependencies = [
3756 "lock_api",
3757]
3758
3759[[package]]
3760name = "spirv_cross"
3761version = "0.22.2"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "0ebd49af36be83ecd6290b57147e2a0e26145b832634b17146d934b197ca3713"
3764dependencies = [
3765 "cc",
3766 "js-sys",
3767 "wasm-bindgen",
3768]
3769
3770[[package]]
3771name = "spirv_headers"
3772version = "1.5.0"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "1f5b132530b1ac069df335577e3581765995cba5a13995cdbbdbc8fb057c532c"
3775dependencies = [
3776 "bitflags",
3777 "num-traits",
3778]
3779
3780[[package]]
3781name = "static_assertions"
3782version = "1.1.0"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3785
3786[[package]]
3787name = "storage-map"
3788version = "0.3.0"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c"
3791dependencies = [
3792 "lock_api",
3793]
3794
3795[[package]]
3796name = "str-buf"
3797version = "1.0.5"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a"
3800
3801[[package]]
3802name = "strfmt"
3803version = "0.1.6"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "b278b244ef7aa5852b277f52dd0c6cac3a109919e1f6d699adde63251227a30f"
3806
3807[[package]]
3808name = "strsim"
3809version = "0.8.0"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
3812
3813[[package]]
3814name = "strsim"
3815version = "0.9.3"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
3818
3819[[package]]
3820name = "structopt"
3821version = "0.3.22"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71"
3824dependencies = [
3825 "clap",
3826 "lazy_static",
3827 "structopt-derive",
3828]
3829
3830[[package]]
3831name = "structopt-derive"
3832version = "0.4.15"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10"
3835dependencies = [
3836 "heck",
3837 "proc-macro-error",
3838 "proc-macro2",
3839 "quote",
3840 "syn",
3841]
3842
3843[[package]]
3844name = "strum"
3845version = "0.18.0"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
3848
3849[[package]]
3850name = "strum_macros"
3851version = "0.18.0"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
3854dependencies = [
3855 "heck",
3856 "proc-macro2",
3857 "quote",
3858 "syn",
3859]
3860
3861[[package]]
3862name = "svg_fmt"
3863version = "0.4.1"
3864source = "registry+https://github.com/rust-lang/crates.io-index"
3865checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
3866
3867[[package]]
3868name = "syn"
3869version = "1.0.74"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
3872dependencies = [
3873 "proc-macro2",
3874 "quote",
3875 "unicode-xid",
3876]
3877
3878[[package]]
3879name = "synstructure"
3880version = "0.12.5"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
3883dependencies = [
3884 "proc-macro2",
3885 "quote",
3886 "syn",
3887 "unicode-xid",
3888]
3889
3890[[package]]
3891name = "system-deps"
3892version = "1.3.2"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
3895dependencies = [
3896 "heck",
3897 "pkg-config",
3898 "strum",
3899 "strum_macros",
3900 "thiserror",
3901 "toml",
3902 "version-compare 0.0.10",
3903]
3904
3905[[package]]
3906name = "tar"
3907version = "0.4.35"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80"
3910dependencies = [
3911 "filetime",
3912 "libc",
3913 "xattr",
3914]
3915
3916[[package]]
3917name = "tempfile"
3918version = "3.2.0"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
3921dependencies = [
3922 "cfg-if 1.0.0",
3923 "libc",
3924 "rand 0.8.4",
3925 "redox_syscall",
3926 "remove_dir_all",
3927 "winapi 0.3.9",
3928]
3929
3930[[package]]
3931name = "textwrap"
3932version = "0.11.0"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
3935dependencies = [
3936 "unicode-width",
3937]
3938
3939[[package]]
3940name = "thiserror"
3941version = "1.0.26"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
3944dependencies = [
3945 "thiserror-impl",
3946]
3947
3948[[package]]
3949name = "thiserror-impl"
3950version = "1.0.26"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
3953dependencies = [
3954 "proc-macro2",
3955 "quote",
3956 "syn",
3957]
3958
3959[[package]]
3960name = "thread_local"
3961version = "1.1.3"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
3964dependencies = [
3965 "once_cell",
3966]
3967
3968[[package]]
3969name = "thunderdome"
3970version = "0.3.0"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "7572415bd688d401c52f6e36f4c8e805b9ae1622619303b9fa835d531db0acae"
3973
3974[[package]]
3975name = "tiff"
3976version = "0.6.1"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
3979dependencies = [
3980 "jpeg-decoder",
3981 "miniz_oxide 0.4.4",
3982 "weezl",
3983]
3984
3985[[package]]
3986name = "time"
3987version = "0.1.43"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
3990dependencies = [
3991 "libc",
3992 "winapi 0.3.9",
3993]
3994
3995[[package]]
3996name = "timeago"
3997version = "0.2.2"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "86bbfe57985713aa17ddf7eb37e9ebe66d7ad9bf3577a4aa0d0f2ac540b3689a"
4000dependencies = [
4001 "chrono",
4002 "isolang",
4003]
4004
4005[[package]]
4006name = "tinyvec"
4007version = "1.3.1"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
4010dependencies = [
4011 "tinyvec_macros",
4012]
4013
4014[[package]]
4015name = "tinyvec_macros"
4016version = "0.1.0"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
4019
4020[[package]]
4021name = "toml"
4022version = "0.5.8"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
4025dependencies = [
4026 "serde",
4027]
4028
4029[[package]]
4030name = "tracing"
4031version = "0.1.26"
4032source = "registry+https://github.com/rust-lang/crates.io-index"
4033checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
4034dependencies = [
4035 "cfg-if 1.0.0",
4036 "log",
4037 "pin-project-lite",
4038 "tracing-attributes",
4039 "tracing-core",
4040]
4041
4042[[package]]
4043name = "tracing-attributes"
4044version = "0.1.15"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
4047dependencies = [
4048 "proc-macro2",
4049 "quote",
4050 "syn",
4051]
4052
4053[[package]]
4054name = "tracing-core"
4055version = "0.1.18"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
4058dependencies = [
4059 "lazy_static",
4060]
4061
4062[[package]]
4063name = "tracing-futures"
4064version = "0.2.5"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
4067dependencies = [
4068 "pin-project",
4069 "tracing",
4070]
4071
4072[[package]]
4073name = "ttf-parser"
4074version = "0.6.2"
4075source = "registry+https://github.com/rust-lang/crates.io-index"
4076checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
4077
4078[[package]]
4079name = "ttf-parser"
4080version = "0.12.3"
4081source = "registry+https://github.com/rust-lang/crates.io-index"
4082checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
4083
4084[[package]]
4085name = "twox-hash"
4086version = "1.6.0"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
4089dependencies = [
4090 "cfg-if 0.1.10",
4091 "rand 0.7.3",
4092 "static_assertions",
4093]
4094
4095[[package]]
4096name = "typed-arena"
4097version = "2.0.1"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
4100
4101[[package]]
4102name = "ucd-trie"
4103version = "0.1.3"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
4106
4107[[package]]
4108name = "unicode-bidi"
4109version = "0.3.5"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
4112dependencies = [
4113 "matches",
4114]
4115
4116[[package]]
4117name = "unicode-normalization"
4118version = "0.1.19"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
4121dependencies = [
4122 "tinyvec",
4123]
4124
4125[[package]]
4126name = "unicode-segmentation"
4127version = "1.8.0"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
4130
4131[[package]]
4132name = "unicode-width"
4133version = "0.1.8"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
4136
4137[[package]]
4138name = "unicode-xid"
4139version = "0.2.2"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
4142
4143[[package]]
4144name = "url"
4145version = "2.2.2"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
4148dependencies = [
4149 "form_urlencoded",
4150 "idna",
4151 "matches",
4152 "percent-encoding",
4153]
4154
4155[[package]]
4156name = "urlencoding"
4157version = "1.3.3"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
4160
4161[[package]]
4162name = "value-bag"
4163version = "1.0.0-alpha.7"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
4166dependencies = [
4167 "ctor",
4168 "version_check",
4169]
4170
4171[[package]]
4172name = "vcpkg"
4173version = "0.2.15"
4174source = "registry+https://github.com/rust-lang/crates.io-index"
4175checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4176
4177[[package]]
4178name = "vec_map"
4179version = "0.8.2"
4180source = "registry+https://github.com/rust-lang/crates.io-index"
4181checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
4182
4183[[package]]
4184name = "version-compare"
4185version = "0.0.10"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
4188
4189[[package]]
4190name = "version-compare"
4191version = "0.0.11"
4192source = "registry+https://github.com/rust-lang/crates.io-index"
4193checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
4194
4195[[package]]
4196name = "version_check"
4197version = "0.9.3"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
4200
4201[[package]]
4202name = "vswhom"
4203version = "0.1.0"
4204source = "registry+https://github.com/rust-lang/crates.io-index"
4205checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
4206dependencies = [
4207 "libc",
4208 "vswhom-sys",
4209]
4210
4211[[package]]
4212name = "vswhom-sys"
4213version = "0.1.0"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "fc2f5402d3d0e79a069714f7b48e3ecc60be7775a2c049cb839457457a239532"
4216dependencies = [
4217 "cc",
4218 "libc",
4219]
4220
4221[[package]]
4222name = "waker-fn"
4223version = "1.1.0"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
4226
4227[[package]]
4228name = "walkdir"
4229version = "2.3.2"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
4232dependencies = [
4233 "same-file",
4234 "winapi 0.3.9",
4235 "winapi-util",
4236]
4237
4238[[package]]
4239name = "wasi"
4240version = "0.9.0+wasi-snapshot-preview1"
4241source = "registry+https://github.com/rust-lang/crates.io-index"
4242checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
4243
4244[[package]]
4245name = "wasi"
4246version = "0.10.2+wasi-snapshot-preview1"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
4249
4250[[package]]
4251name = "wasm-bindgen"
4252version = "0.2.74"
4253source = "registry+https://github.com/rust-lang/crates.io-index"
4254checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
4255dependencies = [
4256 "cfg-if 1.0.0",
4257 "wasm-bindgen-macro",
4258]
4259
4260[[package]]
4261name = "wasm-bindgen-backend"
4262version = "0.2.74"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
4265dependencies = [
4266 "bumpalo 3.7.0",
4267 "lazy_static",
4268 "log",
4269 "proc-macro2",
4270 "quote",
4271 "syn",
4272 "wasm-bindgen-shared",
4273]
4274
4275[[package]]
4276name = "wasm-bindgen-futures"
4277version = "0.4.24"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
4280dependencies = [
4281 "cfg-if 1.0.0",
4282 "js-sys",
4283 "wasm-bindgen",
4284 "web-sys",
4285]
4286
4287[[package]]
4288name = "wasm-bindgen-macro"
4289version = "0.2.74"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
4292dependencies = [
4293 "quote",
4294 "wasm-bindgen-macro-support",
4295]
4296
4297[[package]]
4298name = "wasm-bindgen-macro-support"
4299version = "0.2.74"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
4302dependencies = [
4303 "proc-macro2",
4304 "quote",
4305 "syn",
4306 "wasm-bindgen-backend",
4307 "wasm-bindgen-shared",
4308]
4309
4310[[package]]
4311name = "wasm-bindgen-shared"
4312version = "0.2.74"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
4315
4316[[package]]
4317name = "wayland-client"
4318version = "0.28.6"
4319source = "registry+https://github.com/rust-lang/crates.io-index"
4320checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
4321dependencies = [
4322 "bitflags",
4323 "downcast-rs",
4324 "libc",
4325 "nix 0.20.0",
4326 "scoped-tls",
4327 "wayland-commons",
4328 "wayland-scanner",
4329 "wayland-sys",
4330]
4331
4332[[package]]
4333name = "wayland-commons"
4334version = "0.28.6"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
4337dependencies = [
4338 "nix 0.20.0",
4339 "once_cell",
4340 "smallvec",
4341 "wayland-sys",
4342]
4343
4344[[package]]
4345name = "wayland-cursor"
4346version = "0.28.6"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a"
4349dependencies = [
4350 "nix 0.20.0",
4351 "wayland-client",
4352 "xcursor",
4353]
4354
4355[[package]]
4356name = "wayland-egl"
4357version = "0.28.6"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "99ba1ab1e18756b23982d36f08856d521d7df45015f404a2d7c4f0b2d2f66956"
4360dependencies = [
4361 "wayland-client",
4362 "wayland-sys",
4363]
4364
4365[[package]]
4366name = "wayland-protocols"
4367version = "0.28.6"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f"
4370dependencies = [
4371 "bitflags",
4372 "wayland-client",
4373 "wayland-commons",
4374 "wayland-scanner",
4375]
4376
4377[[package]]
4378name = "wayland-scanner"
4379version = "0.28.6"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1"
4382dependencies = [
4383 "proc-macro2",
4384 "quote",
4385 "xml-rs",
4386]
4387
4388[[package]]
4389name = "wayland-sys"
4390version = "0.28.6"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8"
4393dependencies = [
4394 "dlib 0.5.0",
4395 "lazy_static",
4396 "pkg-config",
4397]
4398
4399[[package]]
4400name = "web-sys"
4401version = "0.3.48"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
4404dependencies = [
4405 "js-sys",
4406 "wasm-bindgen",
4407]
4408
4409[[package]]
4410name = "weezl"
4411version = "0.1.5"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
4414
4415[[package]]
4416name = "wepoll-ffi"
4417version = "0.1.2"
4418source = "registry+https://github.com/rust-lang/crates.io-index"
4419checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
4420dependencies = [
4421 "cc",
4422]
4423
4424[[package]]
4425name = "wfd"
4426version = "0.1.7"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "e713040b67aae5bf1a0ae3e1ebba8cc29ab2b90da9aa1bff6e09031a8a41d7a8"
4429dependencies = [
4430 "libc",
4431 "winapi 0.3.9",
4432]
4433
4434[[package]]
4435name = "wgpu"
4436version = "0.6.2"
4437source = "registry+https://github.com/rust-lang/crates.io-index"
4438checksum = "991903e4c9f5b7319732b30a3d0339e27a51ea992cea22769b5f6c7f7076af6d"
4439dependencies = [
4440 "arrayvec 0.5.2",
4441 "futures",
4442 "gfx-backend-vulkan",
4443 "js-sys",
4444 "objc",
4445 "parking_lot",
4446 "raw-window-handle",
4447 "smallvec",
4448 "tracing",
4449 "typed-arena",
4450 "wasm-bindgen",
4451 "wasm-bindgen-futures",
4452 "web-sys",
4453 "wgpu-core",
4454 "wgpu-types",
4455]
4456
4457[[package]]
4458name = "wgpu-core"
4459version = "0.6.5"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "ea487deeae90e06d77eb8e6cef945247774e7c0a0a226d238b31e90633594365"
4462dependencies = [
4463 "arrayvec 0.5.2",
4464 "bitflags",
4465 "copyless",
4466 "fxhash",
4467 "gfx-backend-dx11",
4468 "gfx-backend-dx12",
4469 "gfx-backend-empty",
4470 "gfx-backend-metal",
4471 "gfx-backend-vulkan",
4472 "gfx-descriptor",
4473 "gfx-hal",
4474 "gfx-memory",
4475 "naga",
4476 "parking_lot",
4477 "raw-window-handle",
4478 "smallvec",
4479 "thiserror",
4480 "tracing",
4481 "wgpu-types",
4482]
4483
4484[[package]]
4485name = "wgpu-types"
4486version = "0.6.1"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "1e3529528e608b54838ee618c3923b0f46e6db0334cfc6c42a16cf4ceb3bdb57"
4489dependencies = [
4490 "bitflags",
4491]
4492
4493[[package]]
4494name = "wgpu_glyph"
4495version = "0.10.0"
4496source = "registry+https://github.com/rust-lang/crates.io-index"
4497checksum = "27812a263e1298d3330795af62faf5daf5852beb632794acf93e4494234fc9f4"
4498dependencies = [
4499 "glyph_brush",
4500 "log",
4501 "wgpu",
4502 "zerocopy",
4503]
4504
4505[[package]]
4506name = "which"
4507version = "4.2.2"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
4510dependencies = [
4511 "either",
4512 "lazy_static",
4513 "libc",
4514]
4515
4516[[package]]
4517name = "winapi"
4518version = "0.2.8"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
4521
4522[[package]]
4523name = "winapi"
4524version = "0.3.9"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4527dependencies = [
4528 "winapi-i686-pc-windows-gnu",
4529 "winapi-x86_64-pc-windows-gnu",
4530]
4531
4532[[package]]
4533name = "winapi-build"
4534version = "0.1.1"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
4537
4538[[package]]
4539name = "winapi-i686-pc-windows-gnu"
4540version = "0.4.0"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4543
4544[[package]]
4545name = "winapi-util"
4546version = "0.1.5"
4547source = "registry+https://github.com/rust-lang/crates.io-index"
4548checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
4549dependencies = [
4550 "winapi 0.3.9",
4551]
4552
4553[[package]]
4554name = "winapi-wsapoll"
4555version = "0.1.1"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
4558dependencies = [
4559 "winapi 0.3.9",
4560]
4561
4562[[package]]
4563name = "winapi-x86_64-pc-windows-gnu"
4564version = "0.4.0"
4565source = "registry+https://github.com/rust-lang/crates.io-index"
4566checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4567
4568[[package]]
4569name = "window_clipboard"
4570version = "0.2.1"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "33a4518b538a45ad39d138a8c3bea8f6b4452174aeb38143d1dd643a3a838ccc"
4573dependencies = [
4574 "clipboard-win",
4575 "clipboard_macos",
4576 "clipboard_wayland",
4577 "clipboard_x11",
4578 "raw-window-handle",
4579]
4580
4581[[package]]
4582name = "winit"
4583version = "0.24.0"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
4586dependencies = [
4587 "bitflags",
4588 "cocoa 0.24.0",
4589 "core-foundation 0.9.1",
4590 "core-graphics 0.22.2",
4591 "core-video-sys",
4592 "dispatch",
4593 "instant",
4594 "lazy_static",
4595 "libc",
4596 "log",
4597 "mio",
4598 "mio-extras",
4599 "ndk",
4600 "ndk-glue",
4601 "ndk-sys",
4602 "objc",
4603 "parking_lot",
4604 "percent-encoding",
4605 "raw-window-handle",
4606 "smithay-client-toolkit 0.12.3",
4607 "wayland-client",
4608 "winapi 0.3.9",
4609 "x11-dl",
4610]
4611
4612[[package]]
4613name = "winreg"
4614version = "0.9.0"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "16cdb3898397cf7f624c294948669beafaeebc5577d5ec53d0afb76633593597"
4617dependencies = [
4618 "winapi 0.3.9",
4619]
4620
4621[[package]]
4622name = "wio"
4623version = "0.2.2"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
4626dependencies = [
4627 "winapi 0.3.9",
4628]
4629
4630[[package]]
4631name = "ws2_32-sys"
4632version = "0.2.1"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
4635dependencies = [
4636 "winapi 0.2.8",
4637 "winapi-build",
4638]
4639
4640[[package]]
4641name = "x11"
4642version = "2.18.2"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
4645dependencies = [
4646 "libc",
4647 "pkg-config",
4648]
4649
4650[[package]]
4651name = "x11-dl"
4652version = "2.18.5"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
4655dependencies = [
4656 "lazy_static",
4657 "libc",
4658 "maybe-uninit",
4659 "pkg-config",
4660]
4661
4662[[package]]
4663name = "x11rb"
4664version = "0.8.1"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "6ffb080b3f2f616242a4eb8e7d325035312127901025b0052bc3154a282d0f19"
4667dependencies = [
4668 "gethostname",
4669 "nix 0.20.0",
4670 "winapi 0.3.9",
4671 "winapi-wsapoll",
4672]
4673
4674[[package]]
4675name = "xattr"
4676version = "0.2.2"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
4679dependencies = [
4680 "libc",
4681]
4682
4683[[package]]
4684name = "xcursor"
4685version = "0.3.3"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "3a9a231574ae78801646617cefd13bfe94be907c0e4fa979cfd8b770aa3c5d08"
4688dependencies = [
4689 "nom",
4690]
4691
4692[[package]]
4693name = "xdg"
4694version = "2.2.0"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
4697
4698[[package]]
4699name = "xi-unicode"
4700version = "0.3.0"
4701source = "registry+https://github.com/rust-lang/crates.io-index"
4702checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
4703
4704[[package]]
4705name = "xml-rs"
4706version = "0.8.4"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
4709
4710[[package]]
4711name = "yaml-rust"
4712version = "0.4.5"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
4715dependencies = [
4716 "linked-hash-map",
4717]
4718
4719[[package]]
4720name = "zerocopy"
4721version = "0.3.0"
4722source = "registry+https://github.com/rust-lang/crates.io-index"
4723checksum = "6580539ad917b7c026220c4b3f2c08d52ce54d6ce0dc491e66002e35388fab46"
4724dependencies = [
4725 "byteorder",
4726 "zerocopy-derive",
4727]
4728
4729[[package]]
4730name = "zerocopy-derive"
4731version = "0.2.0"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "d498dbd1fd7beb83c86709ae1c33ca50942889473473d287d56ce4770a18edfb"
4734dependencies = [
4735 "proc-macro2",
4736 "syn",
4737 "synstructure",
4738]
4739
4740[[package]]
4741name = "zip"
4742version = "0.5.13"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
4745dependencies = [
4746 "byteorder",
4747 "bzip2",
4748 "crc32fast",
4749 "flate2",
4750 "thiserror",
4751 "time",
4752]
4753
4754[[package]]
4755name = "zstd"
4756version = "0.6.1+zstd.1.4.9"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3"
4759dependencies = [
4760 "zstd-safe",
4761]
4762
4763[[package]]
4764name = "zstd-safe"
4765version = "3.0.1+zstd.1.4.9"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c"
4768dependencies = [
4769 "libc",
4770 "zstd-sys",
4771]
4772
4773[[package]]
4774name = "zstd-sys"
4775version = "1.4.20+zstd.1.4.9"
4776source = "registry+https://github.com/rust-lang/crates.io-index"
4777checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e"
4778dependencies = [
4779 "cc",
4780 "libc",
4781]