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