1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "Inflector"
7version = "0.11.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
11[[package]]
12name = "adler"
13version = "1.0.2"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
16
17[[package]]
18name = "aho-corasick"
19version = "0.7.20"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
22dependencies = [
23 "memchr",
24]
25
26[[package]]
27name = "alloc-no-stdlib"
28version = "2.0.4"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
31
32[[package]]
33name = "alloc-stdlib"
34version = "0.2.2"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
37dependencies = [
38 "alloc-no-stdlib",
39]
40
41[[package]]
42name = "android_system_properties"
43version = "0.1.5"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
46dependencies = [
47 "libc",
48]
49
50[[package]]
51name = "anyhow"
52version = "1.0.70"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
55
56[[package]]
57name = "arrayvec"
58version = "0.5.2"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
61
62[[package]]
63name = "atk"
64version = "0.15.1"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
67dependencies = [
68 "atk-sys",
69 "bitflags",
70 "glib",
71 "libc",
72]
73
74[[package]]
75name = "atk-sys"
76version = "0.15.1"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
79dependencies = [
80 "glib-sys",
81 "gobject-sys",
82 "libc",
83 "system-deps 6.0.4",
84]
85
86[[package]]
87name = "attohttpc"
88version = "0.22.0"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
91dependencies = [
92 "flate2",
93 "http",
94 "log",
95 "native-tls",
96 "serde",
97 "serde_json",
98 "serde_urlencoded",
99 "url",
100]
101
102[[package]]
103name = "autocfg"
104version = "1.1.0"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
107
108[[package]]
109name = "base64"
110version = "0.13.1"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
113
114[[package]]
115name = "base64"
116version = "0.21.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
119
120[[package]]
121name = "bitflags"
122version = "1.3.2"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
125
126[[package]]
127name = "block"
128version = "0.1.6"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
131
132[[package]]
133name = "block-buffer"
134version = "0.10.4"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
137dependencies = [
138 "generic-array",
139]
140
141[[package]]
142name = "brotli"
143version = "3.3.4"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
146dependencies = [
147 "alloc-no-stdlib",
148 "alloc-stdlib",
149 "brotli-decompressor",
150]
151
152[[package]]
153name = "brotli-decompressor"
154version = "2.3.4"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
157dependencies = [
158 "alloc-no-stdlib",
159 "alloc-stdlib",
160]
161
162[[package]]
163name = "bstr"
164version = "1.4.0"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
167dependencies = [
168 "memchr",
169 "serde",
170]
171
172[[package]]
173name = "bumpalo"
174version = "3.12.0"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
177
178[[package]]
179name = "byte-unit"
180version = "4.0.19"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c"
183dependencies = [
184 "serde",
185 "utf8-width",
186]
187
188[[package]]
189name = "bytemuck"
190version = "1.13.1"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
193
194[[package]]
195name = "byteorder"
196version = "1.4.3"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
199
200[[package]]
201name = "bytes"
202version = "1.4.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
205
206[[package]]
207name = "cairo-rs"
208version = "0.15.12"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
211dependencies = [
212 "bitflags",
213 "cairo-sys-rs",
214 "glib",
215 "libc",
216 "thiserror",
217]
218
219[[package]]
220name = "cairo-sys-rs"
221version = "0.15.1"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
224dependencies = [
225 "glib-sys",
226 "libc",
227 "system-deps 6.0.4",
228]
229
230[[package]]
231name = "cargo_toml"
232version = "0.13.3"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "497049e9477329f8f6a559972ee42e117487d01d1e8c2cc9f836ea6fa23a9e1a"
235dependencies = [
236 "serde",
237 "toml 0.5.11",
238]
239
240[[package]]
241name = "cc"
242version = "1.0.79"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
245
246[[package]]
247name = "cesu8"
248version = "1.1.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
251
252[[package]]
253name = "cfb"
254version = "0.6.1"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "74f89d248799e3f15f91b70917f65381062a01bb8e222700ea0e5a7ff9785f9c"
257dependencies = [
258 "byteorder",
259 "uuid 0.8.2",
260]
261
262[[package]]
263name = "cfb"
264version = "0.7.3"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
267dependencies = [
268 "byteorder",
269 "fnv",
270 "uuid 1.3.1",
271]
272
273[[package]]
274name = "cfg-expr"
275version = "0.9.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7"
278dependencies = [
279 "smallvec",
280]
281
282[[package]]
283name = "cfg-expr"
284version = "0.14.0"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6"
287dependencies = [
288 "smallvec",
289]
290
291[[package]]
292name = "cfg-if"
293version = "1.0.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
296
297[[package]]
298name = "chrono"
299version = "0.4.24"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
302dependencies = [
303 "iana-time-zone",
304 "js-sys",
305 "num-integer",
306 "num-traits",
307 "serde",
308 "time 0.1.45",
309 "wasm-bindgen",
310 "winapi",
311]
312
313[[package]]
314name = "cocoa"
315version = "0.24.1"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
318dependencies = [
319 "bitflags",
320 "block",
321 "cocoa-foundation",
322 "core-foundation",
323 "core-graphics",
324 "foreign-types",
325 "libc",
326 "objc",
327]
328
329[[package]]
330name = "cocoa-foundation"
331version = "0.1.1"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
334dependencies = [
335 "bitflags",
336 "block",
337 "core-foundation",
338 "core-graphics-types",
339 "foreign-types",
340 "libc",
341 "objc",
342]
343
344[[package]]
345name = "codespan-reporting"
346version = "0.11.1"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
349dependencies = [
350 "termcolor",
351 "unicode-width",
352]
353
354[[package]]
355name = "color_quant"
356version = "1.1.0"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
359
360[[package]]
361name = "combine"
362version = "4.6.6"
363source = "registry+https://github.com/rust-lang/crates.io-index"
364checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
365dependencies = [
366 "bytes",
367 "memchr",
368]
369
370[[package]]
371name = "convert_case"
372version = "0.4.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
375
376[[package]]
377name = "core-foundation"
378version = "0.9.3"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
381dependencies = [
382 "core-foundation-sys",
383 "libc",
384]
385
386[[package]]
387name = "core-foundation-sys"
388version = "0.8.4"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
391
392[[package]]
393name = "core-graphics"
394version = "0.22.3"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
397dependencies = [
398 "bitflags",
399 "core-foundation",
400 "core-graphics-types",
401 "foreign-types",
402 "libc",
403]
404
405[[package]]
406name = "core-graphics-types"
407version = "0.1.1"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
410dependencies = [
411 "bitflags",
412 "core-foundation",
413 "foreign-types",
414 "libc",
415]
416
417[[package]]
418name = "cpufeatures"
419version = "0.2.6"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
422dependencies = [
423 "libc",
424]
425
426[[package]]
427name = "crc32fast"
428version = "1.3.2"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
431dependencies = [
432 "cfg-if",
433]
434
435[[package]]
436name = "crossbeam-channel"
437version = "0.5.8"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
440dependencies = [
441 "cfg-if",
442 "crossbeam-utils",
443]
444
445[[package]]
446name = "crossbeam-utils"
447version = "0.8.15"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
450dependencies = [
451 "cfg-if",
452]
453
454[[package]]
455name = "crypto-common"
456version = "0.1.6"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
459dependencies = [
460 "generic-array",
461 "typenum",
462]
463
464[[package]]
465name = "cssparser"
466version = "0.27.2"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
469dependencies = [
470 "cssparser-macros",
471 "dtoa-short",
472 "itoa 0.4.8",
473 "matches",
474 "phf 0.8.0",
475 "proc-macro2",
476 "quote",
477 "smallvec",
478 "syn 1.0.109",
479]
480
481[[package]]
482name = "cssparser-macros"
483version = "0.6.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
486dependencies = [
487 "quote",
488 "syn 1.0.109",
489]
490
491[[package]]
492name = "ctor"
493version = "0.1.26"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
496dependencies = [
497 "quote",
498 "syn 1.0.109",
499]
500
501[[package]]
502name = "cxx"
503version = "1.0.94"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
506dependencies = [
507 "cc",
508 "cxxbridge-flags",
509 "cxxbridge-macro",
510 "link-cplusplus",
511]
512
513[[package]]
514name = "cxx-build"
515version = "1.0.94"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
518dependencies = [
519 "cc",
520 "codespan-reporting",
521 "once_cell",
522 "proc-macro2",
523 "quote",
524 "scratch",
525 "syn 2.0.15",
526]
527
528[[package]]
529name = "cxxbridge-flags"
530version = "1.0.94"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
533
534[[package]]
535name = "cxxbridge-macro"
536version = "1.0.94"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
539dependencies = [
540 "proc-macro2",
541 "quote",
542 "syn 2.0.15",
543]
544
545[[package]]
546name = "darling"
547version = "0.13.4"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
550dependencies = [
551 "darling_core",
552 "darling_macro",
553]
554
555[[package]]
556name = "darling_core"
557version = "0.13.4"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
560dependencies = [
561 "fnv",
562 "ident_case",
563 "proc-macro2",
564 "quote",
565 "strsim",
566 "syn 1.0.109",
567]
568
569[[package]]
570name = "darling_macro"
571version = "0.13.4"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
574dependencies = [
575 "darling_core",
576 "quote",
577 "syn 1.0.109",
578]
579
580[[package]]
581name = "dbus"
582version = "0.9.7"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
585dependencies = [
586 "libc",
587 "libdbus-sys",
588 "winapi",
589]
590
591[[package]]
592name = "derive_more"
593version = "0.99.17"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
596dependencies = [
597 "convert_case",
598 "proc-macro2",
599 "quote",
600 "rustc_version",
601 "syn 1.0.109",
602]
603
604[[package]]
605name = "devpod-desktop"
606version = "0.1.0"
607dependencies = [
608 "anyhow",
609 "chrono",
610 "cocoa",
611 "dirs",
612 "dispatch",
613 "lazy_static",
614 "log",
615 "objc",
616 "regex",
617 "reqwest",
618 "semver",
619 "serde",
620 "serde_json",
621 "serde_qs",
622 "serde_yaml",
623 "strip-ansi-escapes",
624 "tauri",
625 "tauri-build",
626 "tauri-plugin-deep-link",
627 "tauri-plugin-log",
628 "tauri-plugin-store",
629 "thiserror",
630 "tokio",
631 "ts-rs",
632 "url",
633 "window-vibrancy",
634 "windows 0.48.0",
635 "winreg 0.50.0",
636]
637
638[[package]]
639name = "digest"
640version = "0.10.6"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
643dependencies = [
644 "block-buffer",
645 "crypto-common",
646]
647
648[[package]]
649name = "dirs"
650version = "5.0.1"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
653dependencies = [
654 "dirs-sys",
655]
656
657[[package]]
658name = "dirs-next"
659version = "2.0.0"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
662dependencies = [
663 "cfg-if",
664 "dirs-sys-next",
665]
666
667[[package]]
668name = "dirs-sys"
669version = "0.4.1"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
672dependencies = [
673 "libc",
674 "option-ext",
675 "redox_users",
676 "windows-sys 0.48.0",
677]
678
679[[package]]
680name = "dirs-sys-next"
681version = "0.1.2"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
684dependencies = [
685 "libc",
686 "redox_users",
687 "winapi",
688]
689
690[[package]]
691name = "dispatch"
692version = "0.2.0"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
695
696[[package]]
697name = "dtoa"
698version = "0.4.8"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
701
702[[package]]
703name = "dtoa-short"
704version = "0.3.3"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
707dependencies = [
708 "dtoa",
709]
710
711[[package]]
712name = "dunce"
713version = "1.0.3"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
716
717[[package]]
718name = "embed_plist"
719version = "1.2.2"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
722
723[[package]]
724name = "encoding_rs"
725version = "0.8.32"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
728dependencies = [
729 "cfg-if",
730]
731
732[[package]]
733name = "equivalent"
734version = "1.0.0"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
737
738[[package]]
739name = "errno"
740version = "0.3.1"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
743dependencies = [
744 "errno-dragonfly",
745 "libc",
746 "windows-sys 0.48.0",
747]
748
749[[package]]
750name = "errno-dragonfly"
751version = "0.1.2"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
754dependencies = [
755 "cc",
756 "libc",
757]
758
759[[package]]
760name = "fastrand"
761version = "1.9.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
764dependencies = [
765 "instant",
766]
767
768[[package]]
769name = "fdeflate"
770version = "0.3.0"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
773dependencies = [
774 "simd-adler32",
775]
776
777[[package]]
778name = "fern"
779version = "0.6.2"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee"
782dependencies = [
783 "log",
784]
785
786[[package]]
787name = "field-offset"
788version = "0.3.5"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
791dependencies = [
792 "memoffset",
793 "rustc_version",
794]
795
796[[package]]
797name = "filetime"
798version = "0.2.21"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
801dependencies = [
802 "cfg-if",
803 "libc",
804 "redox_syscall 0.2.16",
805 "windows-sys 0.48.0",
806]
807
808[[package]]
809name = "flate2"
810version = "1.0.25"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
813dependencies = [
814 "crc32fast",
815 "miniz_oxide 0.6.2",
816]
817
818[[package]]
819name = "fnv"
820version = "1.0.7"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
823
824[[package]]
825name = "foreign-types"
826version = "0.3.2"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
829dependencies = [
830 "foreign-types-shared",
831]
832
833[[package]]
834name = "foreign-types-shared"
835version = "0.1.1"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
838
839[[package]]
840name = "form_urlencoded"
841version = "1.1.0"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
844dependencies = [
845 "percent-encoding",
846]
847
848[[package]]
849name = "futf"
850version = "0.1.5"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
853dependencies = [
854 "mac",
855 "new_debug_unreachable",
856]
857
858[[package]]
859name = "futures-channel"
860version = "0.3.28"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
863dependencies = [
864 "futures-core",
865]
866
867[[package]]
868name = "futures-core"
869version = "0.3.28"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
872
873[[package]]
874name = "futures-executor"
875version = "0.3.28"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
878dependencies = [
879 "futures-core",
880 "futures-task",
881 "futures-util",
882]
883
884[[package]]
885name = "futures-io"
886version = "0.3.28"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
889
890[[package]]
891name = "futures-macro"
892version = "0.3.28"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
895dependencies = [
896 "proc-macro2",
897 "quote",
898 "syn 2.0.15",
899]
900
901[[package]]
902name = "futures-sink"
903version = "0.3.28"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
906
907[[package]]
908name = "futures-task"
909version = "0.3.28"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
912
913[[package]]
914name = "futures-util"
915version = "0.3.28"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
918dependencies = [
919 "futures-core",
920 "futures-macro",
921 "futures-task",
922 "pin-project-lite",
923 "pin-utils",
924 "slab",
925]
926
927[[package]]
928name = "fxhash"
929version = "0.2.1"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
932dependencies = [
933 "byteorder",
934]
935
936[[package]]
937name = "gdk"
938version = "0.15.4"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
941dependencies = [
942 "bitflags",
943 "cairo-rs",
944 "gdk-pixbuf",
945 "gdk-sys",
946 "gio",
947 "glib",
948 "libc",
949 "pango",
950]
951
952[[package]]
953name = "gdk-pixbuf"
954version = "0.15.11"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
957dependencies = [
958 "bitflags",
959 "gdk-pixbuf-sys",
960 "gio",
961 "glib",
962 "libc",
963]
964
965[[package]]
966name = "gdk-pixbuf-sys"
967version = "0.15.10"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
970dependencies = [
971 "gio-sys",
972 "glib-sys",
973 "gobject-sys",
974 "libc",
975 "system-deps 6.0.4",
976]
977
978[[package]]
979name = "gdk-sys"
980version = "0.15.1"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
983dependencies = [
984 "cairo-sys-rs",
985 "gdk-pixbuf-sys",
986 "gio-sys",
987 "glib-sys",
988 "gobject-sys",
989 "libc",
990 "pango-sys",
991 "pkg-config",
992 "system-deps 6.0.4",
993]
994
995[[package]]
996name = "gdkx11-sys"
997version = "0.15.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178"
1000dependencies = [
1001 "gdk-sys",
1002 "glib-sys",
1003 "libc",
1004 "system-deps 6.0.4",
1005 "x11",
1006]
1007
1008[[package]]
1009name = "generator"
1010version = "0.7.3"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "33a20a288a94683f5f4da0adecdbe095c94a77c295e514cc6484e9394dd8376e"
1013dependencies = [
1014 "cc",
1015 "libc",
1016 "log",
1017 "rustversion",
1018 "windows 0.44.0",
1019]
1020
1021[[package]]
1022name = "generic-array"
1023version = "0.14.7"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1026dependencies = [
1027 "typenum",
1028 "version_check",
1029]
1030
1031[[package]]
1032name = "getrandom"
1033version = "0.1.16"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1036dependencies = [
1037 "cfg-if",
1038 "libc",
1039 "wasi 0.9.0+wasi-snapshot-preview1",
1040]
1041
1042[[package]]
1043name = "getrandom"
1044version = "0.2.9"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
1047dependencies = [
1048 "cfg-if",
1049 "libc",
1050 "wasi 0.11.0+wasi-snapshot-preview1",
1051]
1052
1053[[package]]
1054name = "gio"
1055version = "0.15.12"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
1058dependencies = [
1059 "bitflags",
1060 "futures-channel",
1061 "futures-core",
1062 "futures-io",
1063 "gio-sys",
1064 "glib",
1065 "libc",
1066 "once_cell",
1067 "thiserror",
1068]
1069
1070[[package]]
1071name = "gio-sys"
1072version = "0.15.10"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
1075dependencies = [
1076 "glib-sys",
1077 "gobject-sys",
1078 "libc",
1079 "system-deps 6.0.4",
1080 "winapi",
1081]
1082
1083[[package]]
1084name = "glib"
1085version = "0.15.12"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
1088dependencies = [
1089 "bitflags",
1090 "futures-channel",
1091 "futures-core",
1092 "futures-executor",
1093 "futures-task",
1094 "glib-macros",
1095 "glib-sys",
1096 "gobject-sys",
1097 "libc",
1098 "once_cell",
1099 "smallvec",
1100 "thiserror",
1101]
1102
1103[[package]]
1104name = "glib-macros"
1105version = "0.15.13"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a"
1108dependencies = [
1109 "anyhow",
1110 "heck 0.4.1",
1111 "proc-macro-crate",
1112 "proc-macro-error",
1113 "proc-macro2",
1114 "quote",
1115 "syn 1.0.109",
1116]
1117
1118[[package]]
1119name = "glib-sys"
1120version = "0.15.10"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
1123dependencies = [
1124 "libc",
1125 "system-deps 6.0.4",
1126]
1127
1128[[package]]
1129name = "glob"
1130version = "0.3.1"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1133
1134[[package]]
1135name = "globset"
1136version = "0.4.10"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
1139dependencies = [
1140 "aho-corasick",
1141 "bstr",
1142 "fnv",
1143 "log",
1144 "regex",
1145]
1146
1147[[package]]
1148name = "gobject-sys"
1149version = "0.15.10"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
1152dependencies = [
1153 "glib-sys",
1154 "libc",
1155 "system-deps 6.0.4",
1156]
1157
1158[[package]]
1159name = "gtk"
1160version = "0.15.5"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
1163dependencies = [
1164 "atk",
1165 "bitflags",
1166 "cairo-rs",
1167 "field-offset",
1168 "futures-channel",
1169 "gdk",
1170 "gdk-pixbuf",
1171 "gio",
1172 "glib",
1173 "gtk-sys",
1174 "gtk3-macros",
1175 "libc",
1176 "once_cell",
1177 "pango",
1178 "pkg-config",
1179]
1180
1181[[package]]
1182name = "gtk-sys"
1183version = "0.15.3"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
1186dependencies = [
1187 "atk-sys",
1188 "cairo-sys-rs",
1189 "gdk-pixbuf-sys",
1190 "gdk-sys",
1191 "gio-sys",
1192 "glib-sys",
1193 "gobject-sys",
1194 "libc",
1195 "pango-sys",
1196 "system-deps 6.0.4",
1197]
1198
1199[[package]]
1200name = "gtk3-macros"
1201version = "0.15.6"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d"
1204dependencies = [
1205 "anyhow",
1206 "proc-macro-crate",
1207 "proc-macro-error",
1208 "proc-macro2",
1209 "quote",
1210 "syn 1.0.109",
1211]
1212
1213[[package]]
1214name = "h2"
1215version = "0.3.20"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
1218dependencies = [
1219 "bytes",
1220 "fnv",
1221 "futures-core",
1222 "futures-sink",
1223 "futures-util",
1224 "http",
1225 "indexmap 1.9.3",
1226 "slab",
1227 "tokio",
1228 "tokio-util",
1229 "tracing",
1230]
1231
1232[[package]]
1233name = "hashbrown"
1234version = "0.12.3"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1237
1238[[package]]
1239name = "hashbrown"
1240version = "0.14.0"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
1243
1244[[package]]
1245name = "heck"
1246version = "0.3.3"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
1249dependencies = [
1250 "unicode-segmentation",
1251]
1252
1253[[package]]
1254name = "heck"
1255version = "0.4.1"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1258
1259[[package]]
1260name = "hermit-abi"
1261version = "0.2.6"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
1264dependencies = [
1265 "libc",
1266]
1267
1268[[package]]
1269name = "hermit-abi"
1270version = "0.3.1"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
1273
1274[[package]]
1275name = "html5ever"
1276version = "0.25.2"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
1279dependencies = [
1280 "log",
1281 "mac",
1282 "markup5ever",
1283 "proc-macro2",
1284 "quote",
1285 "syn 1.0.109",
1286]
1287
1288[[package]]
1289name = "http"
1290version = "0.2.9"
1291source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1293dependencies = [
1294 "bytes",
1295 "fnv",
1296 "itoa 1.0.6",
1297]
1298
1299[[package]]
1300name = "http-body"
1301version = "0.4.5"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1304dependencies = [
1305 "bytes",
1306 "http",
1307 "pin-project-lite",
1308]
1309
1310[[package]]
1311name = "http-range"
1312version = "0.1.5"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
1315
1316[[package]]
1317name = "httparse"
1318version = "1.8.0"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1321
1322[[package]]
1323name = "httpdate"
1324version = "1.0.2"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
1327
1328[[package]]
1329name = "hyper"
1330version = "0.14.27"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
1333dependencies = [
1334 "bytes",
1335 "futures-channel",
1336 "futures-core",
1337 "futures-util",
1338 "h2",
1339 "http",
1340 "http-body",
1341 "httparse",
1342 "httpdate",
1343 "itoa 1.0.6",
1344 "pin-project-lite",
1345 "socket2",
1346 "tokio",
1347 "tower-service",
1348 "tracing",
1349 "want",
1350]
1351
1352[[package]]
1353name = "hyper-tls"
1354version = "0.5.0"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1357dependencies = [
1358 "bytes",
1359 "hyper",
1360 "native-tls",
1361 "tokio",
1362 "tokio-native-tls",
1363]
1364
1365[[package]]
1366name = "iana-time-zone"
1367version = "0.1.56"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
1370dependencies = [
1371 "android_system_properties",
1372 "core-foundation-sys",
1373 "iana-time-zone-haiku",
1374 "js-sys",
1375 "wasm-bindgen",
1376 "windows 0.48.0",
1377]
1378
1379[[package]]
1380name = "iana-time-zone-haiku"
1381version = "0.1.1"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
1384dependencies = [
1385 "cxx",
1386 "cxx-build",
1387]
1388
1389[[package]]
1390name = "ico"
1391version = "0.2.0"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd"
1394dependencies = [
1395 "byteorder",
1396 "png",
1397]
1398
1399[[package]]
1400name = "ident_case"
1401version = "1.0.1"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1404
1405[[package]]
1406name = "idna"
1407version = "0.3.0"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
1410dependencies = [
1411 "unicode-bidi",
1412 "unicode-normalization",
1413]
1414
1415[[package]]
1416name = "ignore"
1417version = "0.4.18"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
1420dependencies = [
1421 "crossbeam-utils",
1422 "globset",
1423 "lazy_static",
1424 "log",
1425 "memchr",
1426 "regex",
1427 "same-file",
1428 "thread_local",
1429 "walkdir",
1430 "winapi-util",
1431]
1432
1433[[package]]
1434name = "image"
1435version = "0.24.6"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
1438dependencies = [
1439 "bytemuck",
1440 "byteorder",
1441 "color_quant",
1442 "num-rational",
1443 "num-traits",
1444]
1445
1446[[package]]
1447name = "indexmap"
1448version = "1.9.3"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1451dependencies = [
1452 "autocfg",
1453 "hashbrown 0.12.3",
1454]
1455
1456[[package]]
1457name = "indexmap"
1458version = "2.0.0"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
1461dependencies = [
1462 "equivalent",
1463 "hashbrown 0.14.0",
1464]
1465
1466[[package]]
1467name = "infer"
1468version = "0.7.0"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "20b2b533137b9cad970793453d4f921c2e91312a6d88b1085c07bc15fc51bb3b"
1471dependencies = [
1472 "cfb 0.6.1",
1473]
1474
1475[[package]]
1476name = "infer"
1477version = "0.9.0"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "f178e61cdbfe084aa75a2f4f7a25a5bb09701a47ae1753608f194b15783c937a"
1480dependencies = [
1481 "cfb 0.7.3",
1482]
1483
1484[[package]]
1485name = "instant"
1486version = "0.1.12"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1489dependencies = [
1490 "cfg-if",
1491]
1492
1493[[package]]
1494name = "interprocess"
1495version = "1.2.1"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "81f2533f3be42fffe3b5e63b71aeca416c1c3bc33e4e27be018521e76b1f38fb"
1498dependencies = [
1499 "cfg-if",
1500 "libc",
1501 "rustc_version",
1502 "to_method",
1503 "winapi",
1504]
1505
1506[[package]]
1507name = "io-lifetimes"
1508version = "1.0.10"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
1511dependencies = [
1512 "hermit-abi 0.3.1",
1513 "libc",
1514 "windows-sys 0.48.0",
1515]
1516
1517[[package]]
1518name = "ipnet"
1519version = "2.8.0"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
1522
1523[[package]]
1524name = "itoa"
1525version = "0.4.8"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1528
1529[[package]]
1530name = "itoa"
1531version = "1.0.6"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1534
1535[[package]]
1536name = "javascriptcore-rs"
1537version = "0.16.0"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c"
1540dependencies = [
1541 "bitflags",
1542 "glib",
1543 "javascriptcore-rs-sys",
1544]
1545
1546[[package]]
1547name = "javascriptcore-rs-sys"
1548version = "0.4.0"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c"
1551dependencies = [
1552 "glib-sys",
1553 "gobject-sys",
1554 "libc",
1555 "system-deps 5.0.0",
1556]
1557
1558[[package]]
1559name = "jni"
1560version = "0.20.0"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
1563dependencies = [
1564 "cesu8",
1565 "combine",
1566 "jni-sys",
1567 "log",
1568 "thiserror",
1569 "walkdir",
1570]
1571
1572[[package]]
1573name = "jni-sys"
1574version = "0.3.0"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1577
1578[[package]]
1579name = "js-sys"
1580version = "0.3.61"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1583dependencies = [
1584 "wasm-bindgen",
1585]
1586
1587[[package]]
1588name = "json-patch"
1589version = "0.2.7"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "eb3fa5a61630976fc4c353c70297f2e93f1930e3ccee574d59d618ccbd5154ce"
1592dependencies = [
1593 "serde",
1594 "serde_json",
1595 "treediff",
1596]
1597
1598[[package]]
1599name = "kuchiki"
1600version = "0.8.1"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
1603dependencies = [
1604 "cssparser",
1605 "html5ever",
1606 "matches",
1607 "selectors",
1608]
1609
1610[[package]]
1611name = "lazy_static"
1612version = "1.4.0"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1615
1616[[package]]
1617name = "libappindicator"
1618version = "0.7.1"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8"
1621dependencies = [
1622 "glib",
1623 "gtk",
1624 "gtk-sys",
1625 "libappindicator-sys",
1626 "log",
1627]
1628
1629[[package]]
1630name = "libappindicator-sys"
1631version = "0.7.3"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa"
1634dependencies = [
1635 "gtk-sys",
1636 "libloading",
1637 "once_cell",
1638]
1639
1640[[package]]
1641name = "libc"
1642version = "0.2.141"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
1645
1646[[package]]
1647name = "libdbus-sys"
1648version = "0.2.5"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
1651dependencies = [
1652 "pkg-config",
1653]
1654
1655[[package]]
1656name = "libloading"
1657version = "0.7.4"
1658source = "registry+https://github.com/rust-lang/crates.io-index"
1659checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1660dependencies = [
1661 "cfg-if",
1662 "winapi",
1663]
1664
1665[[package]]
1666name = "line-wrap"
1667version = "0.1.1"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
1670dependencies = [
1671 "safemem",
1672]
1673
1674[[package]]
1675name = "link-cplusplus"
1676version = "1.0.8"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
1679dependencies = [
1680 "cc",
1681]
1682
1683[[package]]
1684name = "linux-raw-sys"
1685version = "0.3.1"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
1688
1689[[package]]
1690name = "lock_api"
1691version = "0.4.9"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1694dependencies = [
1695 "autocfg",
1696 "scopeguard",
1697]
1698
1699[[package]]
1700name = "log"
1701version = "0.4.17"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1704dependencies = [
1705 "cfg-if",
1706 "value-bag",
1707]
1708
1709[[package]]
1710name = "loom"
1711version = "0.5.6"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
1714dependencies = [
1715 "cfg-if",
1716 "generator",
1717 "scoped-tls",
1718 "serde",
1719 "serde_json",
1720 "tracing",
1721 "tracing-subscriber",
1722]
1723
1724[[package]]
1725name = "mac"
1726version = "0.1.1"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1729
1730[[package]]
1731name = "mac-notification-sys"
1732version = "0.5.8"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "abc434554ad0e640d772f7f262aa28e61d485212533d3673abe5f3d1729bd42a"
1735dependencies = [
1736 "cc",
1737 "dirs-next",
1738 "objc-foundation",
1739 "objc_id",
1740 "time 0.3.20",
1741]
1742
1743[[package]]
1744name = "malloc_buf"
1745version = "0.0.6"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1748dependencies = [
1749 "libc",
1750]
1751
1752[[package]]
1753name = "markup5ever"
1754version = "0.10.1"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
1757dependencies = [
1758 "log",
1759 "phf 0.8.0",
1760 "phf_codegen",
1761 "string_cache",
1762 "string_cache_codegen",
1763 "tendril",
1764]
1765
1766[[package]]
1767name = "matchers"
1768version = "0.1.0"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1771dependencies = [
1772 "regex-automata",
1773]
1774
1775[[package]]
1776name = "matches"
1777version = "0.1.10"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1780
1781[[package]]
1782name = "memchr"
1783version = "2.5.0"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1786
1787[[package]]
1788name = "memoffset"
1789version = "0.8.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
1792dependencies = [
1793 "autocfg",
1794]
1795
1796[[package]]
1797name = "mime"
1798version = "0.3.17"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1801
1802[[package]]
1803name = "minisign-verify"
1804version = "0.2.1"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881"
1807
1808[[package]]
1809name = "miniz_oxide"
1810version = "0.6.2"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
1813dependencies = [
1814 "adler",
1815]
1816
1817[[package]]
1818name = "miniz_oxide"
1819version = "0.7.1"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1822dependencies = [
1823 "adler",
1824 "simd-adler32",
1825]
1826
1827[[package]]
1828name = "mio"
1829version = "0.8.8"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
1832dependencies = [
1833 "libc",
1834 "log",
1835 "wasi 0.11.0+wasi-snapshot-preview1",
1836 "windows-sys 0.48.0",
1837]
1838
1839[[package]]
1840name = "native-tls"
1841version = "0.2.11"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1844dependencies = [
1845 "lazy_static",
1846 "libc",
1847 "log",
1848 "openssl",
1849 "openssl-probe",
1850 "openssl-sys",
1851 "schannel",
1852 "security-framework",
1853 "security-framework-sys",
1854 "tempfile",
1855]
1856
1857[[package]]
1858name = "ndk"
1859version = "0.6.0"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
1862dependencies = [
1863 "bitflags",
1864 "jni-sys",
1865 "ndk-sys",
1866 "num_enum",
1867 "thiserror",
1868]
1869
1870[[package]]
1871name = "ndk-context"
1872version = "0.1.1"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1875
1876[[package]]
1877name = "ndk-sys"
1878version = "0.3.0"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
1881dependencies = [
1882 "jni-sys",
1883]
1884
1885[[package]]
1886name = "new_debug_unreachable"
1887version = "1.0.4"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
1890
1891[[package]]
1892name = "nodrop"
1893version = "0.1.14"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
1896
1897[[package]]
1898name = "notify-rust"
1899version = "4.8.0"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "2bfa211d18e360f08e36c364308f394b5eb23a6629150690e109a916dc6f610e"
1902dependencies = [
1903 "dbus",
1904 "log",
1905 "mac-notification-sys",
1906 "tauri-winrt-notification",
1907]
1908
1909[[package]]
1910name = "nu-ansi-term"
1911version = "0.46.0"
1912source = "registry+https://github.com/rust-lang/crates.io-index"
1913checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1914dependencies = [
1915 "overload",
1916 "winapi",
1917]
1918
1919[[package]]
1920name = "num-integer"
1921version = "0.1.45"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1924dependencies = [
1925 "autocfg",
1926 "num-traits",
1927]
1928
1929[[package]]
1930name = "num-rational"
1931version = "0.4.1"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1934dependencies = [
1935 "autocfg",
1936 "num-integer",
1937 "num-traits",
1938]
1939
1940[[package]]
1941name = "num-traits"
1942version = "0.2.15"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1945dependencies = [
1946 "autocfg",
1947]
1948
1949[[package]]
1950name = "num_cpus"
1951version = "1.15.0"
1952source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1954dependencies = [
1955 "hermit-abi 0.2.6",
1956 "libc",
1957]
1958
1959[[package]]
1960name = "num_enum"
1961version = "0.5.11"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
1964dependencies = [
1965 "num_enum_derive",
1966]
1967
1968[[package]]
1969name = "num_enum_derive"
1970version = "0.5.11"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
1973dependencies = [
1974 "proc-macro-crate",
1975 "proc-macro2",
1976 "quote",
1977 "syn 1.0.109",
1978]
1979
1980[[package]]
1981name = "num_threads"
1982version = "0.1.6"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
1985dependencies = [
1986 "libc",
1987]
1988
1989[[package]]
1990name = "objc"
1991version = "0.2.7"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1994dependencies = [
1995 "malloc_buf",
1996 "objc_exception",
1997]
1998
1999[[package]]
2000name = "objc-foundation"
2001version = "0.1.1"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2004dependencies = [
2005 "block",
2006 "objc",
2007 "objc_id",
2008]
2009
2010[[package]]
2011name = "objc-sys"
2012version = "0.3.0"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "da30ff0a93f6801dc6c4f384ebe70146a40aac8ebf34e4e8ff1f528e859318a3"
2015
2016[[package]]
2017name = "objc2"
2018version = "0.3.0-beta.5"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "ef3a6024722b4230242a53e5b5759ce117548983696b8e4b7bc2fd1f8fce621e"
2021dependencies = [
2022 "objc-sys",
2023 "objc2-encode",
2024]
2025
2026[[package]]
2027name = "objc2-encode"
2028version = "2.0.0-pre.4"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "8f8f7297b786454a87e392631e2b2754ed59a7b413effa8521225d93f46b2192"
2031
2032[[package]]
2033name = "objc_exception"
2034version = "0.1.2"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2037dependencies = [
2038 "cc",
2039]
2040
2041[[package]]
2042name = "objc_id"
2043version = "0.1.1"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2046dependencies = [
2047 "objc",
2048]
2049
2050[[package]]
2051name = "once_cell"
2052version = "1.17.1"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2055
2056[[package]]
2057name = "open"
2058version = "3.2.0"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
2061dependencies = [
2062 "pathdiff",
2063 "windows-sys 0.42.0",
2064]
2065
2066[[package]]
2067name = "openssl"
2068version = "0.10.55"
2069source = "registry+https://github.com/rust-lang/crates.io-index"
2070checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
2071dependencies = [
2072 "bitflags",
2073 "cfg-if",
2074 "foreign-types",
2075 "libc",
2076 "once_cell",
2077 "openssl-macros",
2078 "openssl-sys",
2079]
2080
2081[[package]]
2082name = "openssl-macros"
2083version = "0.1.1"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2086dependencies = [
2087 "proc-macro2",
2088 "quote",
2089 "syn 2.0.15",
2090]
2091
2092[[package]]
2093name = "openssl-probe"
2094version = "0.1.5"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2097
2098[[package]]
2099name = "openssl-sys"
2100version = "0.9.90"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
2103dependencies = [
2104 "cc",
2105 "libc",
2106 "pkg-config",
2107 "vcpkg",
2108]
2109
2110[[package]]
2111name = "option-ext"
2112version = "0.2.0"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2115
2116[[package]]
2117name = "os_info"
2118version = "3.7.0"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
2121dependencies = [
2122 "log",
2123 "serde",
2124 "winapi",
2125]
2126
2127[[package]]
2128name = "os_pipe"
2129version = "1.1.3"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "a53dbb20faf34b16087a931834cba2d7a73cc74af2b7ef345a4c8324e2409a12"
2132dependencies = [
2133 "libc",
2134 "windows-sys 0.45.0",
2135]
2136
2137[[package]]
2138name = "overload"
2139version = "0.1.1"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2142
2143[[package]]
2144name = "pango"
2145version = "0.15.10"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
2148dependencies = [
2149 "bitflags",
2150 "glib",
2151 "libc",
2152 "once_cell",
2153 "pango-sys",
2154]
2155
2156[[package]]
2157name = "pango-sys"
2158version = "0.15.10"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
2161dependencies = [
2162 "glib-sys",
2163 "gobject-sys",
2164 "libc",
2165 "system-deps 6.0.4",
2166]
2167
2168[[package]]
2169name = "parking_lot"
2170version = "0.12.1"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2173dependencies = [
2174 "lock_api",
2175 "parking_lot_core",
2176]
2177
2178[[package]]
2179name = "parking_lot_core"
2180version = "0.9.7"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2183dependencies = [
2184 "cfg-if",
2185 "libc",
2186 "redox_syscall 0.2.16",
2187 "smallvec",
2188 "windows-sys 0.45.0",
2189]
2190
2191[[package]]
2192name = "paste"
2193version = "1.0.12"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2196
2197[[package]]
2198name = "pathdiff"
2199version = "0.2.1"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2202
2203[[package]]
2204name = "percent-encoding"
2205version = "2.2.0"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2208
2209[[package]]
2210name = "phf"
2211version = "0.8.0"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2214dependencies = [
2215 "phf_macros 0.8.0",
2216 "phf_shared 0.8.0",
2217 "proc-macro-hack",
2218]
2219
2220[[package]]
2221name = "phf"
2222version = "0.10.1"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2225dependencies = [
2226 "phf_macros 0.10.0",
2227 "phf_shared 0.10.0",
2228 "proc-macro-hack",
2229]
2230
2231[[package]]
2232name = "phf_codegen"
2233version = "0.8.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2236dependencies = [
2237 "phf_generator 0.8.0",
2238 "phf_shared 0.8.0",
2239]
2240
2241[[package]]
2242name = "phf_generator"
2243version = "0.8.0"
2244source = "registry+https://github.com/rust-lang/crates.io-index"
2245checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2246dependencies = [
2247 "phf_shared 0.8.0",
2248 "rand 0.7.3",
2249]
2250
2251[[package]]
2252name = "phf_generator"
2253version = "0.10.0"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2256dependencies = [
2257 "phf_shared 0.10.0",
2258 "rand 0.8.5",
2259]
2260
2261[[package]]
2262name = "phf_macros"
2263version = "0.8.0"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
2266dependencies = [
2267 "phf_generator 0.8.0",
2268 "phf_shared 0.8.0",
2269 "proc-macro-hack",
2270 "proc-macro2",
2271 "quote",
2272 "syn 1.0.109",
2273]
2274
2275[[package]]
2276name = "phf_macros"
2277version = "0.10.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
2280dependencies = [
2281 "phf_generator 0.10.0",
2282 "phf_shared 0.10.0",
2283 "proc-macro-hack",
2284 "proc-macro2",
2285 "quote",
2286 "syn 1.0.109",
2287]
2288
2289[[package]]
2290name = "phf_shared"
2291version = "0.8.0"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2294dependencies = [
2295 "siphasher",
2296]
2297
2298[[package]]
2299name = "phf_shared"
2300version = "0.10.0"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2303dependencies = [
2304 "siphasher",
2305]
2306
2307[[package]]
2308name = "pin-project-lite"
2309version = "0.2.9"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2312
2313[[package]]
2314name = "pin-utils"
2315version = "0.1.0"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2318
2319[[package]]
2320name = "pkg-config"
2321version = "0.3.26"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2324
2325[[package]]
2326name = "plist"
2327version = "1.4.3"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
2330dependencies = [
2331 "base64 0.21.0",
2332 "indexmap 1.9.3",
2333 "line-wrap",
2334 "quick-xml 0.28.2",
2335 "serde",
2336 "time 0.3.20",
2337]
2338
2339[[package]]
2340name = "png"
2341version = "0.17.8"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
2344dependencies = [
2345 "bitflags",
2346 "crc32fast",
2347 "fdeflate",
2348 "flate2",
2349 "miniz_oxide 0.7.1",
2350]
2351
2352[[package]]
2353name = "ppv-lite86"
2354version = "0.2.17"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2357
2358[[package]]
2359name = "precomputed-hash"
2360version = "0.1.1"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2363
2364[[package]]
2365name = "proc-macro-crate"
2366version = "1.3.1"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2369dependencies = [
2370 "once_cell",
2371 "toml_edit",
2372]
2373
2374[[package]]
2375name = "proc-macro-error"
2376version = "1.0.4"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2379dependencies = [
2380 "proc-macro-error-attr",
2381 "proc-macro2",
2382 "quote",
2383 "syn 1.0.109",
2384 "version_check",
2385]
2386
2387[[package]]
2388name = "proc-macro-error-attr"
2389version = "1.0.4"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2392dependencies = [
2393 "proc-macro2",
2394 "quote",
2395 "version_check",
2396]
2397
2398[[package]]
2399name = "proc-macro-hack"
2400version = "0.5.20+deprecated"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2403
2404[[package]]
2405name = "proc-macro2"
2406version = "1.0.56"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
2409dependencies = [
2410 "unicode-ident",
2411]
2412
2413[[package]]
2414name = "quick-xml"
2415version = "0.23.1"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
2418dependencies = [
2419 "memchr",
2420]
2421
2422[[package]]
2423name = "quick-xml"
2424version = "0.28.2"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
2427dependencies = [
2428 "memchr",
2429]
2430
2431[[package]]
2432name = "quote"
2433version = "1.0.26"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2436dependencies = [
2437 "proc-macro2",
2438]
2439
2440[[package]]
2441name = "rand"
2442version = "0.7.3"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2445dependencies = [
2446 "getrandom 0.1.16",
2447 "libc",
2448 "rand_chacha 0.2.2",
2449 "rand_core 0.5.1",
2450 "rand_hc",
2451 "rand_pcg",
2452]
2453
2454[[package]]
2455name = "rand"
2456version = "0.8.5"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2459dependencies = [
2460 "libc",
2461 "rand_chacha 0.3.1",
2462 "rand_core 0.6.4",
2463]
2464
2465[[package]]
2466name = "rand_chacha"
2467version = "0.2.2"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2470dependencies = [
2471 "ppv-lite86",
2472 "rand_core 0.5.1",
2473]
2474
2475[[package]]
2476name = "rand_chacha"
2477version = "0.3.1"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2480dependencies = [
2481 "ppv-lite86",
2482 "rand_core 0.6.4",
2483]
2484
2485[[package]]
2486name = "rand_core"
2487version = "0.5.1"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2490dependencies = [
2491 "getrandom 0.1.16",
2492]
2493
2494[[package]]
2495name = "rand_core"
2496version = "0.6.4"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2499dependencies = [
2500 "getrandom 0.2.9",
2501]
2502
2503[[package]]
2504name = "rand_hc"
2505version = "0.2.0"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2508dependencies = [
2509 "rand_core 0.5.1",
2510]
2511
2512[[package]]
2513name = "rand_pcg"
2514version = "0.2.1"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2517dependencies = [
2518 "rand_core 0.5.1",
2519]
2520
2521[[package]]
2522name = "raw-window-handle"
2523version = "0.5.2"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2526
2527[[package]]
2528name = "redox_syscall"
2529version = "0.2.16"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2532dependencies = [
2533 "bitflags",
2534]
2535
2536[[package]]
2537name = "redox_syscall"
2538version = "0.3.5"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2541dependencies = [
2542 "bitflags",
2543]
2544
2545[[package]]
2546name = "redox_users"
2547version = "0.4.3"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2550dependencies = [
2551 "getrandom 0.2.9",
2552 "redox_syscall 0.2.16",
2553 "thiserror",
2554]
2555
2556[[package]]
2557name = "regex"
2558version = "1.7.3"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2561dependencies = [
2562 "aho-corasick",
2563 "memchr",
2564 "regex-syntax",
2565]
2566
2567[[package]]
2568name = "regex-automata"
2569version = "0.1.10"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2572dependencies = [
2573 "regex-syntax",
2574]
2575
2576[[package]]
2577name = "regex-syntax"
2578version = "0.6.29"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2581
2582[[package]]
2583name = "reqwest"
2584version = "0.11.18"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
2587dependencies = [
2588 "base64 0.21.0",
2589 "bytes",
2590 "encoding_rs",
2591 "futures-core",
2592 "futures-util",
2593 "h2",
2594 "http",
2595 "http-body",
2596 "hyper",
2597 "hyper-tls",
2598 "ipnet",
2599 "js-sys",
2600 "log",
2601 "mime",
2602 "native-tls",
2603 "once_cell",
2604 "percent-encoding",
2605 "pin-project-lite",
2606 "serde",
2607 "serde_json",
2608 "serde_urlencoded",
2609 "tokio",
2610 "tokio-native-tls",
2611 "tower-service",
2612 "url",
2613 "wasm-bindgen",
2614 "wasm-bindgen-futures",
2615 "web-sys",
2616 "winreg 0.10.1",
2617]
2618
2619[[package]]
2620name = "rfd"
2621version = "0.10.0"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea"
2624dependencies = [
2625 "block",
2626 "dispatch",
2627 "glib-sys",
2628 "gobject-sys",
2629 "gtk-sys",
2630 "js-sys",
2631 "lazy_static",
2632 "log",
2633 "objc",
2634 "objc-foundation",
2635 "objc_id",
2636 "raw-window-handle",
2637 "wasm-bindgen",
2638 "wasm-bindgen-futures",
2639 "web-sys",
2640 "windows 0.37.0",
2641]
2642
2643[[package]]
2644name = "rustc_version"
2645version = "0.4.0"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2648dependencies = [
2649 "semver",
2650]
2651
2652[[package]]
2653name = "rustix"
2654version = "0.37.11"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
2657dependencies = [
2658 "bitflags",
2659 "errno",
2660 "io-lifetimes",
2661 "libc",
2662 "linux-raw-sys",
2663 "windows-sys 0.48.0",
2664]
2665
2666[[package]]
2667name = "rustversion"
2668version = "1.0.12"
2669source = "registry+https://github.com/rust-lang/crates.io-index"
2670checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2671
2672[[package]]
2673name = "ryu"
2674version = "1.0.13"
2675source = "registry+https://github.com/rust-lang/crates.io-index"
2676checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2677
2678[[package]]
2679name = "safemem"
2680version = "0.3.3"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2683
2684[[package]]
2685name = "same-file"
2686version = "1.0.6"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2689dependencies = [
2690 "winapi-util",
2691]
2692
2693[[package]]
2694name = "schannel"
2695version = "0.1.22"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2698dependencies = [
2699 "windows-sys 0.48.0",
2700]
2701
2702[[package]]
2703name = "scoped-tls"
2704version = "1.0.1"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2707
2708[[package]]
2709name = "scopeguard"
2710version = "1.1.0"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2713
2714[[package]]
2715name = "scratch"
2716version = "1.0.5"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2719
2720[[package]]
2721name = "security-framework"
2722version = "2.9.1"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2725dependencies = [
2726 "bitflags",
2727 "core-foundation",
2728 "core-foundation-sys",
2729 "libc",
2730 "security-framework-sys",
2731]
2732
2733[[package]]
2734name = "security-framework-sys"
2735version = "2.9.0"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2738dependencies = [
2739 "core-foundation-sys",
2740 "libc",
2741]
2742
2743[[package]]
2744name = "selectors"
2745version = "0.22.0"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
2748dependencies = [
2749 "bitflags",
2750 "cssparser",
2751 "derive_more",
2752 "fxhash",
2753 "log",
2754 "matches",
2755 "phf 0.8.0",
2756 "phf_codegen",
2757 "precomputed-hash",
2758 "servo_arc",
2759 "smallvec",
2760 "thin-slice",
2761]
2762
2763[[package]]
2764name = "semver"
2765version = "1.0.18"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2768dependencies = [
2769 "serde",
2770]
2771
2772[[package]]
2773name = "serde"
2774version = "1.0.160"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
2777dependencies = [
2778 "serde_derive",
2779]
2780
2781[[package]]
2782name = "serde_derive"
2783version = "1.0.160"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
2786dependencies = [
2787 "proc-macro2",
2788 "quote",
2789 "syn 2.0.15",
2790]
2791
2792[[package]]
2793name = "serde_json"
2794version = "1.0.96"
2795source = "registry+https://github.com/rust-lang/crates.io-index"
2796checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2797dependencies = [
2798 "itoa 1.0.6",
2799 "ryu",
2800 "serde",
2801]
2802
2803[[package]]
2804name = "serde_qs"
2805version = "0.12.0"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
2808dependencies = [
2809 "percent-encoding",
2810 "serde",
2811 "thiserror",
2812]
2813
2814[[package]]
2815name = "serde_repr"
2816version = "0.1.12"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
2819dependencies = [
2820 "proc-macro2",
2821 "quote",
2822 "syn 2.0.15",
2823]
2824
2825[[package]]
2826name = "serde_spanned"
2827version = "0.6.1"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
2830dependencies = [
2831 "serde",
2832]
2833
2834[[package]]
2835name = "serde_urlencoded"
2836version = "0.7.1"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2839dependencies = [
2840 "form_urlencoded",
2841 "itoa 1.0.6",
2842 "ryu",
2843 "serde",
2844]
2845
2846[[package]]
2847name = "serde_with"
2848version = "1.14.0"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
2851dependencies = [
2852 "serde",
2853 "serde_with_macros",
2854]
2855
2856[[package]]
2857name = "serde_with_macros"
2858version = "1.5.2"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
2861dependencies = [
2862 "darling",
2863 "proc-macro2",
2864 "quote",
2865 "syn 1.0.109",
2866]
2867
2868[[package]]
2869name = "serde_yaml"
2870version = "0.9.22"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "452e67b9c20c37fa79df53201dc03839651086ed9bbe92b3ca585ca9fdaa7d85"
2873dependencies = [
2874 "indexmap 2.0.0",
2875 "itoa 1.0.6",
2876 "ryu",
2877 "serde",
2878 "unsafe-libyaml",
2879]
2880
2881[[package]]
2882name = "serialize-to-javascript"
2883version = "0.1.1"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
2886dependencies = [
2887 "serde",
2888 "serde_json",
2889 "serialize-to-javascript-impl",
2890]
2891
2892[[package]]
2893name = "serialize-to-javascript-impl"
2894version = "0.1.1"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
2897dependencies = [
2898 "proc-macro2",
2899 "quote",
2900 "syn 1.0.109",
2901]
2902
2903[[package]]
2904name = "servo_arc"
2905version = "0.1.1"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
2908dependencies = [
2909 "nodrop",
2910 "stable_deref_trait",
2911]
2912
2913[[package]]
2914name = "sha2"
2915version = "0.10.6"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2918dependencies = [
2919 "cfg-if",
2920 "cpufeatures",
2921 "digest",
2922]
2923
2924[[package]]
2925name = "sharded-slab"
2926version = "0.1.4"
2927source = "registry+https://github.com/rust-lang/crates.io-index"
2928checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2929dependencies = [
2930 "lazy_static",
2931]
2932
2933[[package]]
2934name = "shared_child"
2935version = "1.0.0"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
2938dependencies = [
2939 "libc",
2940 "winapi",
2941]
2942
2943[[package]]
2944name = "simd-adler32"
2945version = "0.3.5"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
2948
2949[[package]]
2950name = "siphasher"
2951version = "0.3.10"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2954
2955[[package]]
2956name = "slab"
2957version = "0.4.8"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2960dependencies = [
2961 "autocfg",
2962]
2963
2964[[package]]
2965name = "smallvec"
2966version = "1.10.0"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2969
2970[[package]]
2971name = "socket2"
2972version = "0.4.9"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2975dependencies = [
2976 "libc",
2977 "winapi",
2978]
2979
2980[[package]]
2981name = "soup2"
2982version = "0.2.1"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0"
2985dependencies = [
2986 "bitflags",
2987 "gio",
2988 "glib",
2989 "libc",
2990 "once_cell",
2991 "soup2-sys",
2992]
2993
2994[[package]]
2995name = "soup2-sys"
2996version = "0.2.0"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf"
2999dependencies = [
3000 "bitflags",
3001 "gio-sys",
3002 "glib-sys",
3003 "gobject-sys",
3004 "libc",
3005 "system-deps 5.0.0",
3006]
3007
3008[[package]]
3009name = "stable_deref_trait"
3010version = "1.2.0"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3013
3014[[package]]
3015name = "state"
3016version = "0.5.3"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
3019dependencies = [
3020 "loom",
3021]
3022
3023[[package]]
3024name = "string_cache"
3025version = "0.8.7"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
3028dependencies = [
3029 "new_debug_unreachable",
3030 "once_cell",
3031 "parking_lot",
3032 "phf_shared 0.10.0",
3033 "precomputed-hash",
3034 "serde",
3035]
3036
3037[[package]]
3038name = "string_cache_codegen"
3039version = "0.5.2"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
3042dependencies = [
3043 "phf_generator 0.10.0",
3044 "phf_shared 0.10.0",
3045 "proc-macro2",
3046 "quote",
3047]
3048
3049[[package]]
3050name = "strip-ansi-escapes"
3051version = "0.1.1"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
3054dependencies = [
3055 "vte",
3056]
3057
3058[[package]]
3059name = "strsim"
3060version = "0.10.0"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
3063
3064[[package]]
3065name = "syn"
3066version = "1.0.109"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3069dependencies = [
3070 "proc-macro2",
3071 "quote",
3072 "unicode-ident",
3073]
3074
3075[[package]]
3076name = "syn"
3077version = "2.0.15"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
3080dependencies = [
3081 "proc-macro2",
3082 "quote",
3083 "unicode-ident",
3084]
3085
3086[[package]]
3087name = "system-deps"
3088version = "5.0.0"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e"
3091dependencies = [
3092 "cfg-expr 0.9.1",
3093 "heck 0.3.3",
3094 "pkg-config",
3095 "toml 0.5.11",
3096 "version-compare 0.0.11",
3097]
3098
3099[[package]]
3100name = "system-deps"
3101version = "6.0.4"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f"
3104dependencies = [
3105 "cfg-expr 0.14.0",
3106 "heck 0.4.1",
3107 "pkg-config",
3108 "toml 0.7.3",
3109 "version-compare 0.1.1",
3110]
3111
3112[[package]]
3113name = "tao"
3114version = "0.15.8"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "ac8e6399427c8494f9849b58694754d7cc741293348a6836b6c8d2c5aa82d8e6"
3117dependencies = [
3118 "bitflags",
3119 "cairo-rs",
3120 "cc",
3121 "cocoa",
3122 "core-foundation",
3123 "core-graphics",
3124 "crossbeam-channel",
3125 "dirs-next",
3126 "dispatch",
3127 "gdk",
3128 "gdk-pixbuf",
3129 "gdk-sys",
3130 "gdkx11-sys",
3131 "gio",
3132 "glib",
3133 "glib-sys",
3134 "gtk",
3135 "image",
3136 "instant",
3137 "jni",
3138 "lazy_static",
3139 "libappindicator",
3140 "libc",
3141 "log",
3142 "ndk",
3143 "ndk-context",
3144 "ndk-sys",
3145 "objc",
3146 "once_cell",
3147 "parking_lot",
3148 "paste",
3149 "png",
3150 "raw-window-handle",
3151 "scopeguard",
3152 "serde",
3153 "unicode-segmentation",
3154 "uuid 1.3.1",
3155 "windows 0.39.0",
3156 "windows-implement",
3157 "x11-dl",
3158]
3159
3160[[package]]
3161name = "tar"
3162version = "0.4.38"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
3165dependencies = [
3166 "filetime",
3167 "libc",
3168 "xattr",
3169]
3170
3171[[package]]
3172name = "tauri"
3173version = "1.2.4"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "fe7e0f1d535e7cbbbab43c82be4fc992b84f9156c16c160955617e0260ebc449"
3176dependencies = [
3177 "anyhow",
3178 "attohttpc",
3179 "base64 0.13.1",
3180 "cocoa",
3181 "dirs-next",
3182 "embed_plist",
3183 "encoding_rs",
3184 "flate2",
3185 "futures-util",
3186 "glib",
3187 "glob",
3188 "gtk",
3189 "heck 0.4.1",
3190 "http",
3191 "ico",
3192 "ignore",
3193 "infer 0.9.0",
3194 "minisign-verify",
3195 "notify-rust",
3196 "objc",
3197 "once_cell",
3198 "open",
3199 "os_info",
3200 "os_pipe",
3201 "percent-encoding",
3202 "rand 0.8.5",
3203 "raw-window-handle",
3204 "regex",
3205 "rfd",
3206 "semver",
3207 "serde",
3208 "serde_json",
3209 "serde_repr",
3210 "serialize-to-javascript",
3211 "shared_child",
3212 "state",
3213 "tar",
3214 "tauri-macros",
3215 "tauri-runtime",
3216 "tauri-runtime-wry",
3217 "tauri-utils",
3218 "tempfile",
3219 "thiserror",
3220 "time 0.3.20",
3221 "tokio",
3222 "url",
3223 "uuid 1.3.1",
3224 "webkit2gtk",
3225 "webview2-com",
3226 "windows 0.39.0",
3227 "zip",
3228]
3229
3230[[package]]
3231name = "tauri-build"
3232version = "1.2.1"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "8807c85d656b2b93927c19fe5a5f1f1f348f96c2de8b90763b3c2d561511f9b4"
3235dependencies = [
3236 "anyhow",
3237 "cargo_toml",
3238 "heck 0.4.1",
3239 "json-patch",
3240 "semver",
3241 "serde_json",
3242 "tauri-utils",
3243 "winres",
3244]
3245
3246[[package]]
3247name = "tauri-codegen"
3248version = "1.2.1"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "14388d484b6b1b5dc0f6a7d6cc6433b3b230bec85eaa576adcdf3f9fafa49251"
3251dependencies = [
3252 "base64 0.13.1",
3253 "brotli",
3254 "ico",
3255 "json-patch",
3256 "plist",
3257 "png",
3258 "proc-macro2",
3259 "quote",
3260 "regex",
3261 "semver",
3262 "serde",
3263 "serde_json",
3264 "sha2",
3265 "tauri-utils",
3266 "thiserror",
3267 "time 0.3.20",
3268 "uuid 1.3.1",
3269 "walkdir",
3270]
3271
3272[[package]]
3273name = "tauri-macros"
3274version = "1.2.1"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "069319e5ecbe653a799b94b0690d9f9bf5d00f7b1d3989aa331c524d4e354075"
3277dependencies = [
3278 "heck 0.4.1",
3279 "proc-macro2",
3280 "quote",
3281 "syn 1.0.109",
3282 "tauri-codegen",
3283 "tauri-utils",
3284]
3285
3286[[package]]
3287name = "tauri-plugin-deep-link"
3288version = "0.1.1"
3289source = "registry+https://github.com/rust-lang/crates.io-index"
3290checksum = "33a3ae55bcfe692e5361edc4708bd9f415270cc02e1cdba8ab7768566208b4e2"
3291dependencies = [
3292 "dirs",
3293 "interprocess",
3294 "log",
3295 "objc2",
3296 "once_cell",
3297 "tauri-utils",
3298 "windows-sys 0.48.0",
3299 "winreg 0.50.0",
3300]
3301
3302[[package]]
3303name = "tauri-plugin-log"
3304version = "0.1.0"
3305source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#cea1d4f7b54b94354e8100daf804b810c680efd7"
3306dependencies = [
3307 "byte-unit",
3308 "fern",
3309 "log",
3310 "serde",
3311 "serde_json",
3312 "serde_repr",
3313 "tauri",
3314 "time 0.3.20",
3315]
3316
3317[[package]]
3318name = "tauri-plugin-store"
3319version = "0.1.0"
3320source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#cea1d4f7b54b94354e8100daf804b810c680efd7"
3321dependencies = [
3322 "log",
3323 "serde",
3324 "serde_json",
3325 "tauri",
3326 "thiserror",
3327]
3328
3329[[package]]
3330name = "tauri-runtime"
3331version = "0.12.1"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "c507d954d08ac8705d235bc70ec6975b9054fb95ff7823af72dbb04186596f3b"
3334dependencies = [
3335 "gtk",
3336 "http",
3337 "http-range",
3338 "rand 0.8.5",
3339 "raw-window-handle",
3340 "serde",
3341 "serde_json",
3342 "tauri-utils",
3343 "thiserror",
3344 "uuid 1.3.1",
3345 "webview2-com",
3346 "windows 0.39.0",
3347]
3348
3349[[package]]
3350name = "tauri-runtime-wry"
3351version = "0.12.2"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "36b1c5764a41a13176a4599b5b7bd0881bea7d94dfe45e1e755f789b98317e30"
3354dependencies = [
3355 "cocoa",
3356 "gtk",
3357 "percent-encoding",
3358 "rand 0.8.5",
3359 "raw-window-handle",
3360 "tauri-runtime",
3361 "tauri-utils",
3362 "uuid 1.3.1",
3363 "webkit2gtk",
3364 "webview2-com",
3365 "windows 0.39.0",
3366 "wry",
3367]
3368
3369[[package]]
3370name = "tauri-utils"
3371version = "1.2.1"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "5abbc109a6eb45127956ffcc26ef0e875d160150ac16cfa45d26a6b2871686f1"
3374dependencies = [
3375 "brotli",
3376 "ctor",
3377 "glob",
3378 "heck 0.4.1",
3379 "html5ever",
3380 "infer 0.7.0",
3381 "json-patch",
3382 "kuchiki",
3383 "memchr",
3384 "phf 0.10.1",
3385 "proc-macro2",
3386 "quote",
3387 "semver",
3388 "serde",
3389 "serde_json",
3390 "serde_with",
3391 "thiserror",
3392 "url",
3393 "walkdir",
3394 "windows 0.39.0",
3395]
3396
3397[[package]]
3398name = "tauri-winrt-notification"
3399version = "0.1.2"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "4f5bff1d532fead7c43324a0fa33643b8621a47ce2944a633be4cb6c0240898f"
3402dependencies = [
3403 "quick-xml 0.23.1",
3404 "windows 0.39.0",
3405]
3406
3407[[package]]
3408name = "tempfile"
3409version = "3.5.0"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
3412dependencies = [
3413 "cfg-if",
3414 "fastrand",
3415 "redox_syscall 0.3.5",
3416 "rustix",
3417 "windows-sys 0.45.0",
3418]
3419
3420[[package]]
3421name = "tendril"
3422version = "0.4.3"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
3425dependencies = [
3426 "futf",
3427 "mac",
3428 "utf-8",
3429]
3430
3431[[package]]
3432name = "termcolor"
3433version = "1.2.0"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
3436dependencies = [
3437 "winapi-util",
3438]
3439
3440[[package]]
3441name = "thin-slice"
3442version = "0.1.1"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
3445
3446[[package]]
3447name = "thiserror"
3448version = "1.0.40"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
3451dependencies = [
3452 "thiserror-impl",
3453]
3454
3455[[package]]
3456name = "thiserror-impl"
3457version = "1.0.40"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
3460dependencies = [
3461 "proc-macro2",
3462 "quote",
3463 "syn 2.0.15",
3464]
3465
3466[[package]]
3467name = "thread_local"
3468version = "1.1.7"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
3471dependencies = [
3472 "cfg-if",
3473 "once_cell",
3474]
3475
3476[[package]]
3477name = "time"
3478version = "0.1.45"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
3481dependencies = [
3482 "libc",
3483 "wasi 0.10.0+wasi-snapshot-preview1",
3484 "winapi",
3485]
3486
3487[[package]]
3488name = "time"
3489version = "0.3.20"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
3492dependencies = [
3493 "itoa 1.0.6",
3494 "libc",
3495 "num_threads",
3496 "serde",
3497 "time-core",
3498 "time-macros",
3499]
3500
3501[[package]]
3502name = "time-core"
3503version = "0.1.0"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
3506
3507[[package]]
3508name = "time-macros"
3509version = "0.2.8"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
3512dependencies = [
3513 "time-core",
3514]
3515
3516[[package]]
3517name = "tinyvec"
3518version = "1.6.0"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3521dependencies = [
3522 "tinyvec_macros",
3523]
3524
3525[[package]]
3526name = "tinyvec_macros"
3527version = "0.1.1"
3528source = "registry+https://github.com/rust-lang/crates.io-index"
3529checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3530
3531[[package]]
3532name = "to_method"
3533version = "1.1.0"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8"
3536
3537[[package]]
3538name = "tokio"
3539version = "1.27.0"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001"
3542dependencies = [
3543 "autocfg",
3544 "bytes",
3545 "libc",
3546 "mio",
3547 "num_cpus",
3548 "parking_lot",
3549 "pin-project-lite",
3550 "socket2",
3551 "windows-sys 0.45.0",
3552]
3553
3554[[package]]
3555name = "tokio-native-tls"
3556version = "0.3.1"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3559dependencies = [
3560 "native-tls",
3561 "tokio",
3562]
3563
3564[[package]]
3565name = "tokio-util"
3566version = "0.7.8"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
3569dependencies = [
3570 "bytes",
3571 "futures-core",
3572 "futures-sink",
3573 "pin-project-lite",
3574 "tokio",
3575 "tracing",
3576]
3577
3578[[package]]
3579name = "toml"
3580version = "0.5.11"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
3583dependencies = [
3584 "serde",
3585]
3586
3587[[package]]
3588name = "toml"
3589version = "0.7.3"
3590source = "registry+https://github.com/rust-lang/crates.io-index"
3591checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
3592dependencies = [
3593 "serde",
3594 "serde_spanned",
3595 "toml_datetime",
3596 "toml_edit",
3597]
3598
3599[[package]]
3600name = "toml_datetime"
3601version = "0.6.1"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
3604dependencies = [
3605 "serde",
3606]
3607
3608[[package]]
3609name = "toml_edit"
3610version = "0.19.8"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
3613dependencies = [
3614 "indexmap 1.9.3",
3615 "serde",
3616 "serde_spanned",
3617 "toml_datetime",
3618 "winnow",
3619]
3620
3621[[package]]
3622name = "tower-service"
3623version = "0.3.2"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
3626
3627[[package]]
3628name = "tracing"
3629version = "0.1.37"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
3632dependencies = [
3633 "cfg-if",
3634 "pin-project-lite",
3635 "tracing-attributes",
3636 "tracing-core",
3637]
3638
3639[[package]]
3640name = "tracing-attributes"
3641version = "0.1.23"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
3644dependencies = [
3645 "proc-macro2",
3646 "quote",
3647 "syn 1.0.109",
3648]
3649
3650[[package]]
3651name = "tracing-core"
3652version = "0.1.30"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
3655dependencies = [
3656 "once_cell",
3657 "valuable",
3658]
3659
3660[[package]]
3661name = "tracing-log"
3662version = "0.1.3"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
3665dependencies = [
3666 "lazy_static",
3667 "log",
3668 "tracing-core",
3669]
3670
3671[[package]]
3672name = "tracing-subscriber"
3673version = "0.3.16"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
3676dependencies = [
3677 "matchers",
3678 "nu-ansi-term",
3679 "once_cell",
3680 "regex",
3681 "sharded-slab",
3682 "smallvec",
3683 "thread_local",
3684 "tracing",
3685 "tracing-core",
3686 "tracing-log",
3687]
3688
3689[[package]]
3690name = "treediff"
3691version = "3.0.2"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff"
3694dependencies = [
3695 "serde_json",
3696]
3697
3698[[package]]
3699name = "try-lock"
3700version = "0.2.4"
3701source = "registry+https://github.com/rust-lang/crates.io-index"
3702checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
3703
3704[[package]]
3705name = "ts-rs"
3706version = "6.2.1"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "4added4070a4fdf9df03457206cd2e4b12417c8560a2954d91ffcbe60177a56a"
3709dependencies = [
3710 "chrono",
3711 "thiserror",
3712 "ts-rs-macros",
3713]
3714
3715[[package]]
3716name = "ts-rs-macros"
3717version = "6.2.0"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "9f807fdb3151fee75df7485b901a89624358cd07a67a8fb1a5831bf5a07681ff"
3720dependencies = [
3721 "Inflector",
3722 "proc-macro2",
3723 "quote",
3724 "syn 1.0.109",
3725 "termcolor",
3726]
3727
3728[[package]]
3729name = "typenum"
3730version = "1.16.0"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
3733
3734[[package]]
3735name = "unicode-bidi"
3736version = "0.3.13"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
3739
3740[[package]]
3741name = "unicode-ident"
3742version = "1.0.8"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
3745
3746[[package]]
3747name = "unicode-normalization"
3748version = "0.1.22"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
3751dependencies = [
3752 "tinyvec",
3753]
3754
3755[[package]]
3756name = "unicode-segmentation"
3757version = "1.10.1"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
3760
3761[[package]]
3762name = "unicode-width"
3763version = "0.1.10"
3764source = "registry+https://github.com/rust-lang/crates.io-index"
3765checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
3766
3767[[package]]
3768name = "unsafe-libyaml"
3769version = "0.2.8"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
3772
3773[[package]]
3774name = "url"
3775version = "2.3.1"
3776source = "registry+https://github.com/rust-lang/crates.io-index"
3777checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
3778dependencies = [
3779 "form_urlencoded",
3780 "idna",
3781 "percent-encoding",
3782 "serde",
3783]
3784
3785[[package]]
3786name = "utf-8"
3787version = "0.7.6"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3790
3791[[package]]
3792name = "utf8-width"
3793version = "0.1.6"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
3796
3797[[package]]
3798name = "utf8parse"
3799version = "0.2.1"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
3802
3803[[package]]
3804name = "uuid"
3805version = "0.8.2"
3806source = "registry+https://github.com/rust-lang/crates.io-index"
3807checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
3808
3809[[package]]
3810name = "uuid"
3811version = "1.3.1"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb"
3814dependencies = [
3815 "getrandom 0.2.9",
3816]
3817
3818[[package]]
3819name = "valuable"
3820version = "0.1.0"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3823
3824[[package]]
3825name = "value-bag"
3826version = "1.0.0-alpha.9"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
3829dependencies = [
3830 "ctor",
3831 "version_check",
3832]
3833
3834[[package]]
3835name = "vcpkg"
3836version = "0.2.15"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3839
3840[[package]]
3841name = "version-compare"
3842version = "0.0.11"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
3845
3846[[package]]
3847name = "version-compare"
3848version = "0.1.1"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
3851
3852[[package]]
3853name = "version_check"
3854version = "0.9.4"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3857
3858[[package]]
3859name = "vte"
3860version = "0.10.1"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
3863dependencies = [
3864 "arrayvec",
3865 "utf8parse",
3866 "vte_generate_state_changes",
3867]
3868
3869[[package]]
3870name = "vte_generate_state_changes"
3871version = "0.1.1"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
3874dependencies = [
3875 "proc-macro2",
3876 "quote",
3877]
3878
3879[[package]]
3880name = "walkdir"
3881version = "2.3.3"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
3884dependencies = [
3885 "same-file",
3886 "winapi-util",
3887]
3888
3889[[package]]
3890name = "want"
3891version = "0.3.1"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3894dependencies = [
3895 "try-lock",
3896]
3897
3898[[package]]
3899name = "wasi"
3900version = "0.9.0+wasi-snapshot-preview1"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3903
3904[[package]]
3905name = "wasi"
3906version = "0.10.0+wasi-snapshot-preview1"
3907source = "registry+https://github.com/rust-lang/crates.io-index"
3908checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
3909
3910[[package]]
3911name = "wasi"
3912version = "0.11.0+wasi-snapshot-preview1"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3915
3916[[package]]
3917name = "wasm-bindgen"
3918version = "0.2.84"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
3921dependencies = [
3922 "cfg-if",
3923 "wasm-bindgen-macro",
3924]
3925
3926[[package]]
3927name = "wasm-bindgen-backend"
3928version = "0.2.84"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
3931dependencies = [
3932 "bumpalo",
3933 "log",
3934 "once_cell",
3935 "proc-macro2",
3936 "quote",
3937 "syn 1.0.109",
3938 "wasm-bindgen-shared",
3939]
3940
3941[[package]]
3942name = "wasm-bindgen-futures"
3943version = "0.4.34"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
3946dependencies = [
3947 "cfg-if",
3948 "js-sys",
3949 "wasm-bindgen",
3950 "web-sys",
3951]
3952
3953[[package]]
3954name = "wasm-bindgen-macro"
3955version = "0.2.84"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
3958dependencies = [
3959 "quote",
3960 "wasm-bindgen-macro-support",
3961]
3962
3963[[package]]
3964name = "wasm-bindgen-macro-support"
3965version = "0.2.84"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
3968dependencies = [
3969 "proc-macro2",
3970 "quote",
3971 "syn 1.0.109",
3972 "wasm-bindgen-backend",
3973 "wasm-bindgen-shared",
3974]
3975
3976[[package]]
3977name = "wasm-bindgen-shared"
3978version = "0.2.84"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
3981
3982[[package]]
3983name = "web-sys"
3984version = "0.3.61"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
3987dependencies = [
3988 "js-sys",
3989 "wasm-bindgen",
3990]
3991
3992[[package]]
3993name = "webkit2gtk"
3994version = "0.18.2"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370"
3997dependencies = [
3998 "bitflags",
3999 "cairo-rs",
4000 "gdk",
4001 "gdk-sys",
4002 "gio",
4003 "gio-sys",
4004 "glib",
4005 "glib-sys",
4006 "gobject-sys",
4007 "gtk",
4008 "gtk-sys",
4009 "javascriptcore-rs",
4010 "libc",
4011 "once_cell",
4012 "soup2",
4013 "webkit2gtk-sys",
4014]
4015
4016[[package]]
4017name = "webkit2gtk-sys"
4018version = "0.18.0"
4019source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3"
4021dependencies = [
4022 "atk-sys",
4023 "bitflags",
4024 "cairo-sys-rs",
4025 "gdk-pixbuf-sys",
4026 "gdk-sys",
4027 "gio-sys",
4028 "glib-sys",
4029 "gobject-sys",
4030 "gtk-sys",
4031 "javascriptcore-rs-sys",
4032 "libc",
4033 "pango-sys",
4034 "pkg-config",
4035 "soup2-sys",
4036 "system-deps 6.0.4",
4037]
4038
4039[[package]]
4040name = "webview2-com"
4041version = "0.19.1"
4042source = "registry+https://github.com/rust-lang/crates.io-index"
4043checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178"
4044dependencies = [
4045 "webview2-com-macros",
4046 "webview2-com-sys",
4047 "windows 0.39.0",
4048 "windows-implement",
4049]
4050
4051[[package]]
4052name = "webview2-com-macros"
4053version = "0.6.0"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac"
4056dependencies = [
4057 "proc-macro2",
4058 "quote",
4059 "syn 1.0.109",
4060]
4061
4062[[package]]
4063name = "webview2-com-sys"
4064version = "0.19.0"
4065source = "registry+https://github.com/rust-lang/crates.io-index"
4066checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7"
4067dependencies = [
4068 "regex",
4069 "serde",
4070 "serde_json",
4071 "thiserror",
4072 "windows 0.39.0",
4073 "windows-bindgen",
4074 "windows-metadata",
4075]
4076
4077[[package]]
4078name = "winapi"
4079version = "0.3.9"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4082dependencies = [
4083 "winapi-i686-pc-windows-gnu",
4084 "winapi-x86_64-pc-windows-gnu",
4085]
4086
4087[[package]]
4088name = "winapi-i686-pc-windows-gnu"
4089version = "0.4.0"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4092
4093[[package]]
4094name = "winapi-util"
4095version = "0.1.5"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
4098dependencies = [
4099 "winapi",
4100]
4101
4102[[package]]
4103name = "winapi-x86_64-pc-windows-gnu"
4104version = "0.4.0"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4107
4108[[package]]
4109name = "window-vibrancy"
4110version = "0.3.2"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "2f762d9cc392fb85e6b1b5eed1ef13d73fed5149a5cbb017a7137497d14ef612"
4113dependencies = [
4114 "cocoa",
4115 "objc",
4116 "raw-window-handle",
4117 "windows-sys 0.42.0",
4118]
4119
4120[[package]]
4121name = "windows"
4122version = "0.37.0"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
4125dependencies = [
4126 "windows_aarch64_msvc 0.37.0",
4127 "windows_i686_gnu 0.37.0",
4128 "windows_i686_msvc 0.37.0",
4129 "windows_x86_64_gnu 0.37.0",
4130 "windows_x86_64_msvc 0.37.0",
4131]
4132
4133[[package]]
4134name = "windows"
4135version = "0.39.0"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
4138dependencies = [
4139 "windows-implement",
4140 "windows_aarch64_msvc 0.39.0",
4141 "windows_i686_gnu 0.39.0",
4142 "windows_i686_msvc 0.39.0",
4143 "windows_x86_64_gnu 0.39.0",
4144 "windows_x86_64_msvc 0.39.0",
4145]
4146
4147[[package]]
4148name = "windows"
4149version = "0.44.0"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
4152dependencies = [
4153 "windows-targets 0.42.2",
4154]
4155
4156[[package]]
4157name = "windows"
4158version = "0.48.0"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
4161dependencies = [
4162 "windows-targets 0.48.0",
4163]
4164
4165[[package]]
4166name = "windows-bindgen"
4167version = "0.39.0"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41"
4170dependencies = [
4171 "windows-metadata",
4172 "windows-tokens",
4173]
4174
4175[[package]]
4176name = "windows-implement"
4177version = "0.39.0"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
4180dependencies = [
4181 "syn 1.0.109",
4182 "windows-tokens",
4183]
4184
4185[[package]]
4186name = "windows-metadata"
4187version = "0.39.0"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278"
4190
4191[[package]]
4192name = "windows-sys"
4193version = "0.42.0"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
4196dependencies = [
4197 "windows_aarch64_gnullvm 0.42.2",
4198 "windows_aarch64_msvc 0.42.2",
4199 "windows_i686_gnu 0.42.2",
4200 "windows_i686_msvc 0.42.2",
4201 "windows_x86_64_gnu 0.42.2",
4202 "windows_x86_64_gnullvm 0.42.2",
4203 "windows_x86_64_msvc 0.42.2",
4204]
4205
4206[[package]]
4207name = "windows-sys"
4208version = "0.45.0"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4211dependencies = [
4212 "windows-targets 0.42.2",
4213]
4214
4215[[package]]
4216name = "windows-sys"
4217version = "0.48.0"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4220dependencies = [
4221 "windows-targets 0.48.0",
4222]
4223
4224[[package]]
4225name = "windows-targets"
4226version = "0.42.2"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4229dependencies = [
4230 "windows_aarch64_gnullvm 0.42.2",
4231 "windows_aarch64_msvc 0.42.2",
4232 "windows_i686_gnu 0.42.2",
4233 "windows_i686_msvc 0.42.2",
4234 "windows_x86_64_gnu 0.42.2",
4235 "windows_x86_64_gnullvm 0.42.2",
4236 "windows_x86_64_msvc 0.42.2",
4237]
4238
4239[[package]]
4240name = "windows-targets"
4241version = "0.48.0"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
4244dependencies = [
4245 "windows_aarch64_gnullvm 0.48.0",
4246 "windows_aarch64_msvc 0.48.0",
4247 "windows_i686_gnu 0.48.0",
4248 "windows_i686_msvc 0.48.0",
4249 "windows_x86_64_gnu 0.48.0",
4250 "windows_x86_64_gnullvm 0.48.0",
4251 "windows_x86_64_msvc 0.48.0",
4252]
4253
4254[[package]]
4255name = "windows-tokens"
4256version = "0.39.0"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
4259
4260[[package]]
4261name = "windows_aarch64_gnullvm"
4262version = "0.42.2"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4265
4266[[package]]
4267name = "windows_aarch64_gnullvm"
4268version = "0.48.0"
4269source = "registry+https://github.com/rust-lang/crates.io-index"
4270checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
4271
4272[[package]]
4273name = "windows_aarch64_msvc"
4274version = "0.37.0"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
4277
4278[[package]]
4279name = "windows_aarch64_msvc"
4280version = "0.39.0"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
4283
4284[[package]]
4285name = "windows_aarch64_msvc"
4286version = "0.42.2"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4289
4290[[package]]
4291name = "windows_aarch64_msvc"
4292version = "0.48.0"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
4295
4296[[package]]
4297name = "windows_i686_gnu"
4298version = "0.37.0"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
4301
4302[[package]]
4303name = "windows_i686_gnu"
4304version = "0.39.0"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
4307
4308[[package]]
4309name = "windows_i686_gnu"
4310version = "0.42.2"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4313
4314[[package]]
4315name = "windows_i686_gnu"
4316version = "0.48.0"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
4319
4320[[package]]
4321name = "windows_i686_msvc"
4322version = "0.37.0"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
4325
4326[[package]]
4327name = "windows_i686_msvc"
4328version = "0.39.0"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
4331
4332[[package]]
4333name = "windows_i686_msvc"
4334version = "0.42.2"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4337
4338[[package]]
4339name = "windows_i686_msvc"
4340version = "0.48.0"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
4343
4344[[package]]
4345name = "windows_x86_64_gnu"
4346version = "0.37.0"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
4349
4350[[package]]
4351name = "windows_x86_64_gnu"
4352version = "0.39.0"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
4355
4356[[package]]
4357name = "windows_x86_64_gnu"
4358version = "0.42.2"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4361
4362[[package]]
4363name = "windows_x86_64_gnu"
4364version = "0.48.0"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
4367
4368[[package]]
4369name = "windows_x86_64_gnullvm"
4370version = "0.42.2"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4373
4374[[package]]
4375name = "windows_x86_64_gnullvm"
4376version = "0.48.0"
4377source = "registry+https://github.com/rust-lang/crates.io-index"
4378checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
4379
4380[[package]]
4381name = "windows_x86_64_msvc"
4382version = "0.37.0"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
4385
4386[[package]]
4387name = "windows_x86_64_msvc"
4388version = "0.39.0"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
4391
4392[[package]]
4393name = "windows_x86_64_msvc"
4394version = "0.42.2"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4397
4398[[package]]
4399name = "windows_x86_64_msvc"
4400version = "0.48.0"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
4403
4404[[package]]
4405name = "winnow"
4406version = "0.4.1"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
4409dependencies = [
4410 "memchr",
4411]
4412
4413[[package]]
4414name = "winreg"
4415version = "0.10.1"
4416source = "registry+https://github.com/rust-lang/crates.io-index"
4417checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
4418dependencies = [
4419 "winapi",
4420]
4421
4422[[package]]
4423name = "winreg"
4424version = "0.50.0"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4427dependencies = [
4428 "cfg-if",
4429 "windows-sys 0.48.0",
4430]
4431
4432[[package]]
4433name = "winres"
4434version = "0.1.12"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
4437dependencies = [
4438 "toml 0.5.11",
4439]
4440
4441[[package]]
4442name = "wry"
4443version = "0.23.4"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "4c1ad8e2424f554cc5bdebe8aa374ef5b433feff817aebabca0389961fc7ef98"
4446dependencies = [
4447 "base64 0.13.1",
4448 "block",
4449 "cocoa",
4450 "core-graphics",
4451 "crossbeam-channel",
4452 "dunce",
4453 "gdk",
4454 "gio",
4455 "glib",
4456 "gtk",
4457 "html5ever",
4458 "http",
4459 "kuchiki",
4460 "libc",
4461 "log",
4462 "objc",
4463 "objc_id",
4464 "once_cell",
4465 "serde",
4466 "serde_json",
4467 "sha2",
4468 "soup2",
4469 "tao",
4470 "thiserror",
4471 "url",
4472 "webkit2gtk",
4473 "webkit2gtk-sys",
4474 "webview2-com",
4475 "windows 0.39.0",
4476 "windows-implement",
4477]
4478
4479[[package]]
4480name = "x11"
4481version = "2.21.0"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
4484dependencies = [
4485 "libc",
4486 "pkg-config",
4487]
4488
4489[[package]]
4490name = "x11-dl"
4491version = "2.21.0"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
4494dependencies = [
4495 "libc",
4496 "once_cell",
4497 "pkg-config",
4498]
4499
4500[[package]]
4501name = "xattr"
4502version = "0.2.3"
4503source = "registry+https://github.com/rust-lang/crates.io-index"
4504checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
4505dependencies = [
4506 "libc",
4507]
4508
4509[[package]]
4510name = "zip"
4511version = "0.6.6"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
4514dependencies = [
4515 "byteorder",
4516 "crc32fast",
4517 "crossbeam-utils",
4518]