1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "Inflector"
7version = "0.11.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
11[[package]]
12name = "addr2line"
13version = "0.21.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
16dependencies = [
17 "gimli",
18]
19
20[[package]]
21name = "adler"
22version = "1.0.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
25
26[[package]]
27name = "aho-corasick"
28version = "1.1.2"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
31dependencies = [
32 "memchr",
33]
34
35[[package]]
36name = "alloc-no-stdlib"
37version = "2.0.4"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
40
41[[package]]
42name = "alloc-stdlib"
43version = "0.2.2"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
46dependencies = [
47 "alloc-no-stdlib",
48]
49
50[[package]]
51name = "android-tzdata"
52version = "0.1.1"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
55
56[[package]]
57name = "android_system_properties"
58version = "0.1.5"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
61dependencies = [
62 "libc",
63]
64
65[[package]]
66name = "anyhow"
67version = "1.0.75"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
70
71[[package]]
72name = "arrayvec"
73version = "0.5.2"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
76
77[[package]]
78name = "async-broadcast"
79version = "0.5.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
82dependencies = [
83 "event-listener 2.5.3",
84 "futures-core",
85]
86
87[[package]]
88name = "async-channel"
89version = "2.1.1"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c"
92dependencies = [
93 "concurrent-queue",
94 "event-listener 4.0.0",
95 "event-listener-strategy",
96 "futures-core",
97 "pin-project-lite",
98]
99
100[[package]]
101name = "async-executor"
102version = "1.8.0"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
105dependencies = [
106 "async-lock 3.2.0",
107 "async-task",
108 "concurrent-queue",
109 "fastrand 2.0.1",
110 "futures-lite 2.1.0",
111 "slab",
112]
113
114[[package]]
115name = "async-fs"
116version = "1.6.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
119dependencies = [
120 "async-lock 2.8.0",
121 "autocfg",
122 "blocking",
123 "futures-lite 1.13.0",
124]
125
126[[package]]
127name = "async-io"
128version = "1.13.0"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
131dependencies = [
132 "async-lock 2.8.0",
133 "autocfg",
134 "cfg-if",
135 "concurrent-queue",
136 "futures-lite 1.13.0",
137 "log",
138 "parking",
139 "polling 2.8.0",
140 "rustix 0.37.27",
141 "slab",
142 "socket2 0.4.10",
143 "waker-fn",
144]
145
146[[package]]
147name = "async-io"
148version = "2.2.1"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "d6d3b15875ba253d1110c740755e246537483f152fa334f91abd7fe84c88b3ff"
151dependencies = [
152 "async-lock 3.2.0",
153 "cfg-if",
154 "concurrent-queue",
155 "futures-io",
156 "futures-lite 2.1.0",
157 "parking",
158 "polling 3.3.1",
159 "rustix 0.38.26",
160 "slab",
161 "tracing",
162 "windows-sys 0.52.0",
163]
164
165[[package]]
166name = "async-lock"
167version = "2.8.0"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
170dependencies = [
171 "event-listener 2.5.3",
172]
173
174[[package]]
175name = "async-lock"
176version = "3.2.0"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "7125e42787d53db9dd54261812ef17e937c95a51e4d291373b670342fa44310c"
179dependencies = [
180 "event-listener 4.0.0",
181 "event-listener-strategy",
182 "pin-project-lite",
183]
184
185[[package]]
186name = "async-process"
187version = "1.8.1"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
190dependencies = [
191 "async-io 1.13.0",
192 "async-lock 2.8.0",
193 "async-signal",
194 "blocking",
195 "cfg-if",
196 "event-listener 3.1.0",
197 "futures-lite 1.13.0",
198 "rustix 0.38.26",
199 "windows-sys 0.48.0",
200]
201
202[[package]]
203name = "async-recursion"
204version = "1.0.5"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
207dependencies = [
208 "proc-macro2",
209 "quote",
210 "syn 2.0.39",
211]
212
213[[package]]
214name = "async-signal"
215version = "0.2.5"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
218dependencies = [
219 "async-io 2.2.1",
220 "async-lock 2.8.0",
221 "atomic-waker",
222 "cfg-if",
223 "futures-core",
224 "futures-io",
225 "rustix 0.38.26",
226 "signal-hook-registry",
227 "slab",
228 "windows-sys 0.48.0",
229]
230
231[[package]]
232name = "async-task"
233version = "4.5.0"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1"
236
237[[package]]
238name = "async-trait"
239version = "0.1.74"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
242dependencies = [
243 "proc-macro2",
244 "quote",
245 "syn 2.0.39",
246]
247
248[[package]]
249name = "atk"
250version = "0.15.1"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
253dependencies = [
254 "atk-sys",
255 "bitflags 1.3.2",
256 "glib",
257 "libc",
258]
259
260[[package]]
261name = "atk-sys"
262version = "0.15.1"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
265dependencies = [
266 "glib-sys",
267 "gobject-sys",
268 "libc",
269 "system-deps 6.2.0",
270]
271
272[[package]]
273name = "atomic-waker"
274version = "1.1.2"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
277
278[[package]]
279name = "autocfg"
280version = "1.1.0"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
283
284[[package]]
285name = "axum"
286version = "0.7.1"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "810a80b128d70e6ed2bdf3fe8ed72c0ae56f5f5948d01c2753282dd92a84fce8"
289dependencies = [
290 "async-trait",
291 "axum-core",
292 "base64 0.21.5",
293 "bytes",
294 "futures-util",
295 "http 1.0.0",
296 "http-body 1.0.0",
297 "http-body-util",
298 "hyper 1.0.1",
299 "hyper-util",
300 "itoa 1.0.9",
301 "matchit",
302 "memchr",
303 "mime",
304 "percent-encoding",
305 "pin-project-lite",
306 "rustversion",
307 "serde",
308 "serde_json",
309 "serde_path_to_error",
310 "serde_urlencoded",
311 "sha1",
312 "sync_wrapper",
313 "tokio",
314 "tokio-tungstenite",
315 "tower",
316 "tower-layer",
317 "tower-service",
318]
319
320[[package]]
321name = "axum-core"
322version = "0.4.0"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "de0ddc355eab88f4955090a823715df47acf0b7660aab7a69ad5ce6301ee3b73"
325dependencies = [
326 "async-trait",
327 "bytes",
328 "futures-util",
329 "http 1.0.0",
330 "http-body 1.0.0",
331 "http-body-util",
332 "mime",
333 "pin-project-lite",
334 "rustversion",
335 "sync_wrapper",
336 "tower-layer",
337 "tower-service",
338]
339
340[[package]]
341name = "backtrace"
342version = "0.3.69"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
345dependencies = [
346 "addr2line",
347 "cc",
348 "cfg-if",
349 "libc",
350 "miniz_oxide",
351 "object",
352 "rustc-demangle",
353]
354
355[[package]]
356name = "base64"
357version = "0.13.1"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
360
361[[package]]
362name = "base64"
363version = "0.21.5"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
366
367[[package]]
368name = "bitflags"
369version = "1.3.2"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
372
373[[package]]
374name = "bitflags"
375version = "2.4.1"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
378
379[[package]]
380name = "block"
381version = "0.1.6"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
384
385[[package]]
386name = "block-buffer"
387version = "0.10.4"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
390dependencies = [
391 "generic-array",
392]
393
394[[package]]
395name = "blocking"
396version = "1.5.1"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
399dependencies = [
400 "async-channel",
401 "async-lock 3.2.0",
402 "async-task",
403 "fastrand 2.0.1",
404 "futures-io",
405 "futures-lite 2.1.0",
406 "piper",
407 "tracing",
408]
409
410[[package]]
411name = "brotli"
412version = "3.4.0"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
415dependencies = [
416 "alloc-no-stdlib",
417 "alloc-stdlib",
418 "brotli-decompressor",
419]
420
421[[package]]
422name = "brotli-decompressor"
423version = "2.5.1"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
426dependencies = [
427 "alloc-no-stdlib",
428 "alloc-stdlib",
429]
430
431[[package]]
432name = "bstr"
433version = "1.8.0"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
436dependencies = [
437 "memchr",
438 "serde",
439]
440
441[[package]]
442name = "bumpalo"
443version = "3.14.0"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
446
447[[package]]
448name = "byte-unit"
449version = "4.0.19"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c"
452dependencies = [
453 "serde",
454 "utf8-width",
455]
456
457[[package]]
458name = "bytemuck"
459version = "1.14.0"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
462
463[[package]]
464name = "byteorder"
465version = "1.5.0"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
468
469[[package]]
470name = "bytes"
471version = "1.5.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
474dependencies = [
475 "serde",
476]
477
478[[package]]
479name = "cairo-rs"
480version = "0.15.12"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
483dependencies = [
484 "bitflags 1.3.2",
485 "cairo-sys-rs",
486 "glib",
487 "libc",
488 "thiserror",
489]
490
491[[package]]
492name = "cairo-sys-rs"
493version = "0.15.1"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
496dependencies = [
497 "glib-sys",
498 "libc",
499 "system-deps 6.2.0",
500]
501
502[[package]]
503name = "cargo_toml"
504version = "0.15.3"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838"
507dependencies = [
508 "serde",
509 "toml 0.7.8",
510]
511
512[[package]]
513name = "cc"
514version = "1.0.83"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
517dependencies = [
518 "libc",
519]
520
521[[package]]
522name = "cesu8"
523version = "1.1.0"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
526
527[[package]]
528name = "cfb"
529version = "0.7.3"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
532dependencies = [
533 "byteorder",
534 "fnv",
535 "uuid",
536]
537
538[[package]]
539name = "cfg-expr"
540version = "0.9.1"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7"
543dependencies = [
544 "smallvec",
545]
546
547[[package]]
548name = "cfg-expr"
549version = "0.15.5"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
552dependencies = [
553 "smallvec",
554 "target-lexicon",
555]
556
557[[package]]
558name = "cfg-if"
559version = "1.0.0"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
562
563[[package]]
564name = "chrono"
565version = "0.4.31"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
568dependencies = [
569 "android-tzdata",
570 "iana-time-zone",
571 "js-sys",
572 "num-traits",
573 "serde",
574 "wasm-bindgen",
575 "windows-targets 0.48.5",
576]
577
578[[package]]
579name = "cocoa"
580version = "0.24.1"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
583dependencies = [
584 "bitflags 1.3.2",
585 "block",
586 "cocoa-foundation",
587 "core-foundation",
588 "core-graphics",
589 "foreign-types",
590 "libc",
591 "objc",
592]
593
594[[package]]
595name = "cocoa-foundation"
596version = "0.1.2"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
599dependencies = [
600 "bitflags 1.3.2",
601 "block",
602 "core-foundation",
603 "core-graphics-types",
604 "libc",
605 "objc",
606]
607
608[[package]]
609name = "color_quant"
610version = "1.1.0"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
613
614[[package]]
615name = "combine"
616version = "4.6.6"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
619dependencies = [
620 "bytes",
621 "memchr",
622]
623
624[[package]]
625name = "concurrent-queue"
626version = "2.4.0"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
629dependencies = [
630 "crossbeam-utils",
631]
632
633[[package]]
634name = "convert_case"
635version = "0.4.0"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
638
639[[package]]
640name = "core-foundation"
641version = "0.9.4"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
644dependencies = [
645 "core-foundation-sys",
646 "libc",
647]
648
649[[package]]
650name = "core-foundation-sys"
651version = "0.8.6"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
654
655[[package]]
656name = "core-graphics"
657version = "0.22.3"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
660dependencies = [
661 "bitflags 1.3.2",
662 "core-foundation",
663 "core-graphics-types",
664 "foreign-types",
665 "libc",
666]
667
668[[package]]
669name = "core-graphics-types"
670version = "0.1.3"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
673dependencies = [
674 "bitflags 1.3.2",
675 "core-foundation",
676 "libc",
677]
678
679[[package]]
680name = "cpufeatures"
681version = "0.2.11"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
684dependencies = [
685 "libc",
686]
687
688[[package]]
689name = "crc32fast"
690version = "1.3.2"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
693dependencies = [
694 "cfg-if",
695]
696
697[[package]]
698name = "crossbeam-channel"
699version = "0.5.8"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
702dependencies = [
703 "cfg-if",
704 "crossbeam-utils",
705]
706
707[[package]]
708name = "crossbeam-deque"
709version = "0.8.3"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
712dependencies = [
713 "cfg-if",
714 "crossbeam-epoch",
715 "crossbeam-utils",
716]
717
718[[package]]
719name = "crossbeam-epoch"
720version = "0.9.15"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
723dependencies = [
724 "autocfg",
725 "cfg-if",
726 "crossbeam-utils",
727 "memoffset 0.9.0",
728 "scopeguard",
729]
730
731[[package]]
732name = "crossbeam-utils"
733version = "0.8.16"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
736dependencies = [
737 "cfg-if",
738]
739
740[[package]]
741name = "crypto-common"
742version = "0.1.6"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
745dependencies = [
746 "generic-array",
747 "typenum",
748]
749
750[[package]]
751name = "cssparser"
752version = "0.27.2"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
755dependencies = [
756 "cssparser-macros",
757 "dtoa-short",
758 "itoa 0.4.8",
759 "matches",
760 "phf 0.8.0",
761 "proc-macro2",
762 "quote",
763 "smallvec",
764 "syn 1.0.109",
765]
766
767[[package]]
768name = "cssparser-macros"
769version = "0.6.1"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
772dependencies = [
773 "quote",
774 "syn 2.0.39",
775]
776
777[[package]]
778name = "ctor"
779version = "0.2.5"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583"
782dependencies = [
783 "quote",
784 "syn 2.0.39",
785]
786
787[[package]]
788name = "darling"
789version = "0.20.3"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
792dependencies = [
793 "darling_core",
794 "darling_macro",
795]
796
797[[package]]
798name = "darling_core"
799version = "0.20.3"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
802dependencies = [
803 "fnv",
804 "ident_case",
805 "proc-macro2",
806 "quote",
807 "strsim",
808 "syn 2.0.39",
809]
810
811[[package]]
812name = "darling_macro"
813version = "0.20.3"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
816dependencies = [
817 "darling_core",
818 "quote",
819 "syn 2.0.39",
820]
821
822[[package]]
823name = "data-encoding"
824version = "2.5.0"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
827
828[[package]]
829name = "deranged"
830version = "0.3.10"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
833dependencies = [
834 "powerfmt",
835 "serde",
836]
837
838[[package]]
839name = "derivative"
840version = "2.2.0"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
843dependencies = [
844 "proc-macro2",
845 "quote",
846 "syn 1.0.109",
847]
848
849[[package]]
850name = "derive_more"
851version = "0.99.17"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
854dependencies = [
855 "convert_case",
856 "proc-macro2",
857 "quote",
858 "rustc_version",
859 "syn 1.0.109",
860]
861
862[[package]]
863name = "devpod-desktop"
864version = "0.1.0"
865dependencies = [
866 "anyhow",
867 "axum",
868 "chrono",
869 "cocoa",
870 "dirs",
871 "dispatch",
872 "http 1.0.0",
873 "lazy_static",
874 "log",
875 "objc",
876 "regex",
877 "reqwest",
878 "semver",
879 "serde",
880 "serde_json",
881 "serde_qs",
882 "serde_urlencoded",
883 "serde_yaml",
884 "strip-ansi-escapes",
885 "tauri",
886 "tauri-build",
887 "tauri-plugin-deep-link",
888 "tauri-plugin-log",
889 "tauri-plugin-store",
890 "thiserror",
891 "tokio",
892 "tower-http",
893 "ts-rs",
894 "url",
895 "window-vibrancy",
896 "windows 0.48.0",
897 "winreg 0.50.0",
898]
899
900[[package]]
901name = "digest"
902version = "0.10.7"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
905dependencies = [
906 "block-buffer",
907 "crypto-common",
908]
909
910[[package]]
911name = "dirs"
912version = "5.0.1"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
915dependencies = [
916 "dirs-sys",
917]
918
919[[package]]
920name = "dirs-next"
921version = "2.0.0"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
924dependencies = [
925 "cfg-if",
926 "dirs-sys-next",
927]
928
929[[package]]
930name = "dirs-sys"
931version = "0.4.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
934dependencies = [
935 "libc",
936 "option-ext",
937 "redox_users",
938 "windows-sys 0.48.0",
939]
940
941[[package]]
942name = "dirs-sys-next"
943version = "0.1.2"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
946dependencies = [
947 "libc",
948 "redox_users",
949 "winapi",
950]
951
952[[package]]
953name = "dispatch"
954version = "0.2.0"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
957
958[[package]]
959name = "dtoa"
960version = "1.0.9"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
963
964[[package]]
965name = "dtoa-short"
966version = "0.3.4"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
969dependencies = [
970 "dtoa",
971]
972
973[[package]]
974name = "dunce"
975version = "1.0.4"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
978
979[[package]]
980name = "embed-resource"
981version = "2.4.0"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "f54cc3e827ee1c3812239a9a41dede7b4d7d5d5464faa32d71bd7cba28ce2cb2"
984dependencies = [
985 "cc",
986 "rustc_version",
987 "toml 0.8.8",
988 "vswhom",
989 "winreg 0.51.0",
990]
991
992[[package]]
993name = "embed_plist"
994version = "1.2.2"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
997
998[[package]]
999name = "encoding_rs"
1000version = "0.8.33"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
1003dependencies = [
1004 "cfg-if",
1005]
1006
1007[[package]]
1008name = "enumflags2"
1009version = "0.7.8"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"
1012dependencies = [
1013 "enumflags2_derive",
1014 "serde",
1015]
1016
1017[[package]]
1018name = "enumflags2_derive"
1019version = "0.7.8"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"
1022dependencies = [
1023 "proc-macro2",
1024 "quote",
1025 "syn 2.0.39",
1026]
1027
1028[[package]]
1029name = "equivalent"
1030version = "1.0.1"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1033
1034[[package]]
1035name = "errno"
1036version = "0.3.8"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
1039dependencies = [
1040 "libc",
1041 "windows-sys 0.52.0",
1042]
1043
1044[[package]]
1045name = "event-listener"
1046version = "2.5.3"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1049
1050[[package]]
1051name = "event-listener"
1052version = "3.1.0"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
1055dependencies = [
1056 "concurrent-queue",
1057 "parking",
1058 "pin-project-lite",
1059]
1060
1061[[package]]
1062name = "event-listener"
1063version = "4.0.0"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae"
1066dependencies = [
1067 "concurrent-queue",
1068 "parking",
1069 "pin-project-lite",
1070]
1071
1072[[package]]
1073name = "event-listener-strategy"
1074version = "0.4.0"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
1077dependencies = [
1078 "event-listener 4.0.0",
1079 "pin-project-lite",
1080]
1081
1082[[package]]
1083name = "fastrand"
1084version = "1.9.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1087dependencies = [
1088 "instant",
1089]
1090
1091[[package]]
1092name = "fastrand"
1093version = "2.0.1"
1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
1096
1097[[package]]
1098name = "fdeflate"
1099version = "0.3.1"
1100source = "registry+https://github.com/rust-lang/crates.io-index"
1101checksum = "64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868"
1102dependencies = [
1103 "simd-adler32",
1104]
1105
1106[[package]]
1107name = "fern"
1108version = "0.6.2"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee"
1111dependencies = [
1112 "log",
1113]
1114
1115[[package]]
1116name = "field-offset"
1117version = "0.3.6"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
1120dependencies = [
1121 "memoffset 0.9.0",
1122 "rustc_version",
1123]
1124
1125[[package]]
1126name = "filetime"
1127version = "0.2.22"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
1130dependencies = [
1131 "cfg-if",
1132 "libc",
1133 "redox_syscall 0.3.5",
1134 "windows-sys 0.48.0",
1135]
1136
1137[[package]]
1138name = "flate2"
1139version = "1.0.28"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
1142dependencies = [
1143 "crc32fast",
1144 "miniz_oxide",
1145]
1146
1147[[package]]
1148name = "fnv"
1149version = "1.0.7"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1152
1153[[package]]
1154name = "foreign-types"
1155version = "0.3.2"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1158dependencies = [
1159 "foreign-types-shared",
1160]
1161
1162[[package]]
1163name = "foreign-types-shared"
1164version = "0.1.1"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1167
1168[[package]]
1169name = "form_urlencoded"
1170version = "1.2.1"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1173dependencies = [
1174 "percent-encoding",
1175]
1176
1177[[package]]
1178name = "futf"
1179version = "0.1.5"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1182dependencies = [
1183 "mac",
1184 "new_debug_unreachable",
1185]
1186
1187[[package]]
1188name = "futures-channel"
1189version = "0.3.29"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
1192dependencies = [
1193 "futures-core",
1194]
1195
1196[[package]]
1197name = "futures-core"
1198version = "0.3.29"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
1201
1202[[package]]
1203name = "futures-executor"
1204version = "0.3.29"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
1207dependencies = [
1208 "futures-core",
1209 "futures-task",
1210 "futures-util",
1211]
1212
1213[[package]]
1214name = "futures-io"
1215version = "0.3.29"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
1218
1219[[package]]
1220name = "futures-lite"
1221version = "1.13.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1224dependencies = [
1225 "fastrand 1.9.0",
1226 "futures-core",
1227 "futures-io",
1228 "memchr",
1229 "parking",
1230 "pin-project-lite",
1231 "waker-fn",
1232]
1233
1234[[package]]
1235name = "futures-lite"
1236version = "2.1.0"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143"
1239dependencies = [
1240 "fastrand 2.0.1",
1241 "futures-core",
1242 "futures-io",
1243 "parking",
1244 "pin-project-lite",
1245]
1246
1247[[package]]
1248name = "futures-macro"
1249version = "0.3.29"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
1252dependencies = [
1253 "proc-macro2",
1254 "quote",
1255 "syn 2.0.39",
1256]
1257
1258[[package]]
1259name = "futures-sink"
1260version = "0.3.29"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
1263
1264[[package]]
1265name = "futures-task"
1266version = "0.3.29"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
1269
1270[[package]]
1271name = "futures-util"
1272version = "0.3.29"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
1275dependencies = [
1276 "futures-core",
1277 "futures-io",
1278 "futures-macro",
1279 "futures-sink",
1280 "futures-task",
1281 "memchr",
1282 "pin-project-lite",
1283 "pin-utils",
1284 "slab",
1285]
1286
1287[[package]]
1288name = "fxhash"
1289version = "0.2.1"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1292dependencies = [
1293 "byteorder",
1294]
1295
1296[[package]]
1297name = "gdk"
1298version = "0.15.4"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
1301dependencies = [
1302 "bitflags 1.3.2",
1303 "cairo-rs",
1304 "gdk-pixbuf",
1305 "gdk-sys",
1306 "gio",
1307 "glib",
1308 "libc",
1309 "pango",
1310]
1311
1312[[package]]
1313name = "gdk-pixbuf"
1314version = "0.15.11"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
1317dependencies = [
1318 "bitflags 1.3.2",
1319 "gdk-pixbuf-sys",
1320 "gio",
1321 "glib",
1322 "libc",
1323]
1324
1325[[package]]
1326name = "gdk-pixbuf-sys"
1327version = "0.15.10"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
1330dependencies = [
1331 "gio-sys",
1332 "glib-sys",
1333 "gobject-sys",
1334 "libc",
1335 "system-deps 6.2.0",
1336]
1337
1338[[package]]
1339name = "gdk-sys"
1340version = "0.15.1"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
1343dependencies = [
1344 "cairo-sys-rs",
1345 "gdk-pixbuf-sys",
1346 "gio-sys",
1347 "glib-sys",
1348 "gobject-sys",
1349 "libc",
1350 "pango-sys",
1351 "pkg-config",
1352 "system-deps 6.2.0",
1353]
1354
1355[[package]]
1356name = "gdkwayland-sys"
1357version = "0.15.3"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2"
1360dependencies = [
1361 "gdk-sys",
1362 "glib-sys",
1363 "gobject-sys",
1364 "libc",
1365 "pkg-config",
1366 "system-deps 6.2.0",
1367]
1368
1369[[package]]
1370name = "gdkx11-sys"
1371version = "0.15.1"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178"
1374dependencies = [
1375 "gdk-sys",
1376 "glib-sys",
1377 "libc",
1378 "system-deps 6.2.0",
1379 "x11",
1380]
1381
1382[[package]]
1383name = "generator"
1384version = "0.7.5"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
1387dependencies = [
1388 "cc",
1389 "libc",
1390 "log",
1391 "rustversion",
1392 "windows 0.48.0",
1393]
1394
1395[[package]]
1396name = "generic-array"
1397version = "0.14.7"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1400dependencies = [
1401 "typenum",
1402 "version_check",
1403]
1404
1405[[package]]
1406name = "getrandom"
1407version = "0.1.16"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1410dependencies = [
1411 "cfg-if",
1412 "libc",
1413 "wasi 0.9.0+wasi-snapshot-preview1",
1414]
1415
1416[[package]]
1417name = "getrandom"
1418version = "0.2.11"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
1421dependencies = [
1422 "cfg-if",
1423 "libc",
1424 "wasi 0.11.0+wasi-snapshot-preview1",
1425]
1426
1427[[package]]
1428name = "gimli"
1429version = "0.28.1"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
1432
1433[[package]]
1434name = "gio"
1435version = "0.15.12"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
1438dependencies = [
1439 "bitflags 1.3.2",
1440 "futures-channel",
1441 "futures-core",
1442 "futures-io",
1443 "gio-sys",
1444 "glib",
1445 "libc",
1446 "once_cell",
1447 "thiserror",
1448]
1449
1450[[package]]
1451name = "gio-sys"
1452version = "0.15.10"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
1455dependencies = [
1456 "glib-sys",
1457 "gobject-sys",
1458 "libc",
1459 "system-deps 6.2.0",
1460 "winapi",
1461]
1462
1463[[package]]
1464name = "glib"
1465version = "0.15.12"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
1468dependencies = [
1469 "bitflags 1.3.2",
1470 "futures-channel",
1471 "futures-core",
1472 "futures-executor",
1473 "futures-task",
1474 "glib-macros",
1475 "glib-sys",
1476 "gobject-sys",
1477 "libc",
1478 "once_cell",
1479 "smallvec",
1480 "thiserror",
1481]
1482
1483[[package]]
1484name = "glib-macros"
1485version = "0.15.13"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a"
1488dependencies = [
1489 "anyhow",
1490 "heck 0.4.1",
1491 "proc-macro-crate",
1492 "proc-macro-error",
1493 "proc-macro2",
1494 "quote",
1495 "syn 1.0.109",
1496]
1497
1498[[package]]
1499name = "glib-sys"
1500version = "0.15.10"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
1503dependencies = [
1504 "libc",
1505 "system-deps 6.2.0",
1506]
1507
1508[[package]]
1509name = "glob"
1510version = "0.3.1"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1513
1514[[package]]
1515name = "globset"
1516version = "0.4.14"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
1519dependencies = [
1520 "aho-corasick",
1521 "bstr",
1522 "log",
1523 "regex-automata 0.4.3",
1524 "regex-syntax 0.8.2",
1525]
1526
1527[[package]]
1528name = "gobject-sys"
1529version = "0.15.10"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
1532dependencies = [
1533 "glib-sys",
1534 "libc",
1535 "system-deps 6.2.0",
1536]
1537
1538[[package]]
1539name = "gtk"
1540version = "0.15.5"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
1543dependencies = [
1544 "atk",
1545 "bitflags 1.3.2",
1546 "cairo-rs",
1547 "field-offset",
1548 "futures-channel",
1549 "gdk",
1550 "gdk-pixbuf",
1551 "gio",
1552 "glib",
1553 "gtk-sys",
1554 "gtk3-macros",
1555 "libc",
1556 "once_cell",
1557 "pango",
1558 "pkg-config",
1559]
1560
1561[[package]]
1562name = "gtk-sys"
1563version = "0.15.3"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
1566dependencies = [
1567 "atk-sys",
1568 "cairo-sys-rs",
1569 "gdk-pixbuf-sys",
1570 "gdk-sys",
1571 "gio-sys",
1572 "glib-sys",
1573 "gobject-sys",
1574 "libc",
1575 "pango-sys",
1576 "system-deps 6.2.0",
1577]
1578
1579[[package]]
1580name = "gtk3-macros"
1581version = "0.15.6"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d"
1584dependencies = [
1585 "anyhow",
1586 "proc-macro-crate",
1587 "proc-macro-error",
1588 "proc-macro2",
1589 "quote",
1590 "syn 1.0.109",
1591]
1592
1593[[package]]
1594name = "h2"
1595version = "0.3.22"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
1598dependencies = [
1599 "bytes",
1600 "fnv",
1601 "futures-core",
1602 "futures-sink",
1603 "futures-util",
1604 "http 0.2.11",
1605 "indexmap 2.1.0",
1606 "slab",
1607 "tokio",
1608 "tokio-util",
1609 "tracing",
1610]
1611
1612[[package]]
1613name = "h2"
1614version = "0.4.0"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "e1d308f63daf4181410c242d34c11f928dcb3aa105852019e043c9d1f4e4368a"
1617dependencies = [
1618 "bytes",
1619 "fnv",
1620 "futures-core",
1621 "futures-sink",
1622 "futures-util",
1623 "http 1.0.0",
1624 "indexmap 2.1.0",
1625 "slab",
1626 "tokio",
1627 "tokio-util",
1628 "tracing",
1629]
1630
1631[[package]]
1632name = "hashbrown"
1633version = "0.12.3"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1636
1637[[package]]
1638name = "hashbrown"
1639version = "0.14.3"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
1642
1643[[package]]
1644name = "heck"
1645version = "0.3.3"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
1648dependencies = [
1649 "unicode-segmentation",
1650]
1651
1652[[package]]
1653name = "heck"
1654version = "0.4.1"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1657
1658[[package]]
1659name = "hermit-abi"
1660version = "0.3.3"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
1663
1664[[package]]
1665name = "hex"
1666version = "0.4.3"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1669
1670[[package]]
1671name = "html5ever"
1672version = "0.25.2"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
1675dependencies = [
1676 "log",
1677 "mac",
1678 "markup5ever 0.10.1",
1679 "proc-macro2",
1680 "quote",
1681 "syn 1.0.109",
1682]
1683
1684[[package]]
1685name = "html5ever"
1686version = "0.26.0"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
1689dependencies = [
1690 "log",
1691 "mac",
1692 "markup5ever 0.11.0",
1693 "proc-macro2",
1694 "quote",
1695 "syn 1.0.109",
1696]
1697
1698[[package]]
1699name = "http"
1700version = "0.2.11"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
1703dependencies = [
1704 "bytes",
1705 "fnv",
1706 "itoa 1.0.9",
1707]
1708
1709[[package]]
1710name = "http"
1711version = "1.0.0"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
1714dependencies = [
1715 "bytes",
1716 "fnv",
1717 "itoa 1.0.9",
1718]
1719
1720[[package]]
1721name = "http-body"
1722version = "0.4.5"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
1725dependencies = [
1726 "bytes",
1727 "http 0.2.11",
1728 "pin-project-lite",
1729]
1730
1731[[package]]
1732name = "http-body"
1733version = "1.0.0"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
1736dependencies = [
1737 "bytes",
1738 "http 1.0.0",
1739]
1740
1741[[package]]
1742name = "http-body-util"
1743version = "0.1.0"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840"
1746dependencies = [
1747 "bytes",
1748 "futures-util",
1749 "http 1.0.0",
1750 "http-body 1.0.0",
1751 "pin-project-lite",
1752]
1753
1754[[package]]
1755name = "http-range"
1756version = "0.1.5"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
1759
1760[[package]]
1761name = "httparse"
1762version = "1.8.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1765
1766[[package]]
1767name = "httpdate"
1768version = "1.0.3"
1769source = "registry+https://github.com/rust-lang/crates.io-index"
1770checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1771
1772[[package]]
1773name = "hyper"
1774version = "0.14.27"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
1777dependencies = [
1778 "bytes",
1779 "futures-channel",
1780 "futures-core",
1781 "futures-util",
1782 "h2 0.3.22",
1783 "http 0.2.11",
1784 "http-body 0.4.5",
1785 "httparse",
1786 "httpdate",
1787 "itoa 1.0.9",
1788 "pin-project-lite",
1789 "socket2 0.4.10",
1790 "tokio",
1791 "tower-service",
1792 "tracing",
1793 "want",
1794]
1795
1796[[package]]
1797name = "hyper"
1798version = "1.0.1"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "403f9214f3e703236b221f1a9cd88ec8b4adfa5296de01ab96216361f4692f56"
1801dependencies = [
1802 "bytes",
1803 "futures-channel",
1804 "futures-util",
1805 "h2 0.4.0",
1806 "http 1.0.0",
1807 "http-body 1.0.0",
1808 "httparse",
1809 "httpdate",
1810 "itoa 1.0.9",
1811 "pin-project-lite",
1812 "tokio",
1813]
1814
1815[[package]]
1816name = "hyper-tls"
1817version = "0.5.0"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1820dependencies = [
1821 "bytes",
1822 "hyper 0.14.27",
1823 "native-tls",
1824 "tokio",
1825 "tokio-native-tls",
1826]
1827
1828[[package]]
1829name = "hyper-util"
1830version = "0.1.1"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "9ca339002caeb0d159cc6e023dff48e199f081e42fa039895c7c6f38b37f2e9d"
1833dependencies = [
1834 "bytes",
1835 "futures-channel",
1836 "futures-util",
1837 "http 1.0.0",
1838 "http-body 1.0.0",
1839 "hyper 1.0.1",
1840 "pin-project-lite",
1841 "socket2 0.5.5",
1842 "tokio",
1843 "tower",
1844 "tower-service",
1845 "tracing",
1846]
1847
1848[[package]]
1849name = "iana-time-zone"
1850version = "0.1.58"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
1853dependencies = [
1854 "android_system_properties",
1855 "core-foundation-sys",
1856 "iana-time-zone-haiku",
1857 "js-sys",
1858 "wasm-bindgen",
1859 "windows-core",
1860]
1861
1862[[package]]
1863name = "iana-time-zone-haiku"
1864version = "0.1.2"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1867dependencies = [
1868 "cc",
1869]
1870
1871[[package]]
1872name = "ico"
1873version = "0.2.0"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd"
1876dependencies = [
1877 "byteorder",
1878 "png",
1879]
1880
1881[[package]]
1882name = "ico"
1883version = "0.3.0"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae"
1886dependencies = [
1887 "byteorder",
1888 "png",
1889]
1890
1891[[package]]
1892name = "ident_case"
1893version = "1.0.1"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1896
1897[[package]]
1898name = "idna"
1899version = "0.5.0"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1902dependencies = [
1903 "unicode-bidi",
1904 "unicode-normalization",
1905]
1906
1907[[package]]
1908name = "ignore"
1909version = "0.4.21"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060"
1912dependencies = [
1913 "crossbeam-deque",
1914 "globset",
1915 "log",
1916 "memchr",
1917 "regex-automata 0.4.3",
1918 "same-file",
1919 "walkdir",
1920 "winapi-util",
1921]
1922
1923[[package]]
1924name = "image"
1925version = "0.24.7"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
1928dependencies = [
1929 "bytemuck",
1930 "byteorder",
1931 "color_quant",
1932 "num-rational",
1933 "num-traits",
1934]
1935
1936[[package]]
1937name = "indexmap"
1938version = "1.9.3"
1939source = "registry+https://github.com/rust-lang/crates.io-index"
1940checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1941dependencies = [
1942 "autocfg",
1943 "hashbrown 0.12.3",
1944 "serde",
1945]
1946
1947[[package]]
1948name = "indexmap"
1949version = "2.1.0"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
1952dependencies = [
1953 "equivalent",
1954 "hashbrown 0.14.3",
1955 "serde",
1956]
1957
1958[[package]]
1959name = "infer"
1960version = "0.9.0"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "f178e61cdbfe084aa75a2f4f7a25a5bb09701a47ae1753608f194b15783c937a"
1963dependencies = [
1964 "cfb",
1965]
1966
1967[[package]]
1968name = "infer"
1969version = "0.13.0"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc"
1972dependencies = [
1973 "cfb",
1974]
1975
1976[[package]]
1977name = "instant"
1978version = "0.1.12"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1981dependencies = [
1982 "cfg-if",
1983]
1984
1985[[package]]
1986name = "interprocess"
1987version = "1.2.1"
1988source = "registry+https://github.com/rust-lang/crates.io-index"
1989checksum = "81f2533f3be42fffe3b5e63b71aeca416c1c3bc33e4e27be018521e76b1f38fb"
1990dependencies = [
1991 "cfg-if",
1992 "libc",
1993 "rustc_version",
1994 "to_method",
1995 "winapi",
1996]
1997
1998[[package]]
1999name = "io-lifetimes"
2000version = "1.0.11"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2003dependencies = [
2004 "hermit-abi",
2005 "libc",
2006 "windows-sys 0.48.0",
2007]
2008
2009[[package]]
2010name = "ipnet"
2011version = "2.9.0"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2014
2015[[package]]
2016name = "itoa"
2017version = "0.4.8"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020
2021[[package]]
2022name = "itoa"
2023version = "1.0.9"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2026
2027[[package]]
2028name = "javascriptcore-rs"
2029version = "0.16.0"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c"
2032dependencies = [
2033 "bitflags 1.3.2",
2034 "glib",
2035 "javascriptcore-rs-sys",
2036]
2037
2038[[package]]
2039name = "javascriptcore-rs-sys"
2040version = "0.4.0"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c"
2043dependencies = [
2044 "glib-sys",
2045 "gobject-sys",
2046 "libc",
2047 "system-deps 5.0.0",
2048]
2049
2050[[package]]
2051name = "jni"
2052version = "0.20.0"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
2055dependencies = [
2056 "cesu8",
2057 "combine",
2058 "jni-sys",
2059 "log",
2060 "thiserror",
2061 "walkdir",
2062]
2063
2064[[package]]
2065name = "jni-sys"
2066version = "0.3.0"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2069
2070[[package]]
2071name = "js-sys"
2072version = "0.3.66"
2073source = "registry+https://github.com/rust-lang/crates.io-index"
2074checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
2075dependencies = [
2076 "wasm-bindgen",
2077]
2078
2079[[package]]
2080name = "json-patch"
2081version = "1.2.0"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6"
2084dependencies = [
2085 "serde",
2086 "serde_json",
2087 "thiserror",
2088 "treediff",
2089]
2090
2091[[package]]
2092name = "kuchiki"
2093version = "0.8.1"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
2096dependencies = [
2097 "cssparser",
2098 "html5ever 0.25.2",
2099 "matches",
2100 "selectors",
2101]
2102
2103[[package]]
2104name = "kuchikiki"
2105version = "0.8.2"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8"
2108dependencies = [
2109 "cssparser",
2110 "html5ever 0.26.0",
2111 "indexmap 1.9.3",
2112 "matches",
2113 "selectors",
2114]
2115
2116[[package]]
2117name = "lazy_static"
2118version = "1.4.0"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2121
2122[[package]]
2123name = "libappindicator"
2124version = "0.7.1"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "db2d3cb96d092b4824cb306c9e544c856a4cb6210c1081945187f7f1924b47e8"
2127dependencies = [
2128 "glib",
2129 "gtk",
2130 "gtk-sys",
2131 "libappindicator-sys",
2132 "log",
2133]
2134
2135[[package]]
2136name = "libappindicator-sys"
2137version = "0.7.3"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "f1b3b6681973cea8cc3bce7391e6d7d5502720b80a581c9a95c9cbaf592826aa"
2140dependencies = [
2141 "gtk-sys",
2142 "libloading",
2143 "once_cell",
2144]
2145
2146[[package]]
2147name = "libc"
2148version = "0.2.150"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
2151
2152[[package]]
2153name = "libloading"
2154version = "0.7.4"
2155source = "registry+https://github.com/rust-lang/crates.io-index"
2156checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2157dependencies = [
2158 "cfg-if",
2159 "winapi",
2160]
2161
2162[[package]]
2163name = "libredox"
2164version = "0.0.1"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
2167dependencies = [
2168 "bitflags 2.4.1",
2169 "libc",
2170 "redox_syscall 0.4.1",
2171]
2172
2173[[package]]
2174name = "line-wrap"
2175version = "0.1.1"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
2178dependencies = [
2179 "safemem",
2180]
2181
2182[[package]]
2183name = "linux-raw-sys"
2184version = "0.3.8"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2187
2188[[package]]
2189name = "linux-raw-sys"
2190version = "0.4.12"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
2193
2194[[package]]
2195name = "lock_api"
2196version = "0.4.11"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2199dependencies = [
2200 "autocfg",
2201 "scopeguard",
2202]
2203
2204[[package]]
2205name = "log"
2206version = "0.4.20"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2209dependencies = [
2210 "value-bag",
2211]
2212
2213[[package]]
2214name = "loom"
2215version = "0.5.6"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
2218dependencies = [
2219 "cfg-if",
2220 "generator",
2221 "scoped-tls",
2222 "serde",
2223 "serde_json",
2224 "tracing",
2225 "tracing-subscriber",
2226]
2227
2228[[package]]
2229name = "mac"
2230version = "0.1.1"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2233
2234[[package]]
2235name = "mac-notification-sys"
2236version = "0.6.1"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "51fca4d74ff9dbaac16a01b924bc3693fa2bba0862c2c633abc73f9a8ea21f64"
2239dependencies = [
2240 "cc",
2241 "dirs-next",
2242 "objc-foundation",
2243 "objc_id",
2244 "time",
2245]
2246
2247[[package]]
2248name = "malloc_buf"
2249version = "0.0.6"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2252dependencies = [
2253 "libc",
2254]
2255
2256[[package]]
2257name = "markup5ever"
2258version = "0.10.1"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
2261dependencies = [
2262 "log",
2263 "phf 0.8.0",
2264 "phf_codegen 0.8.0",
2265 "string_cache",
2266 "string_cache_codegen",
2267 "tendril",
2268]
2269
2270[[package]]
2271name = "markup5ever"
2272version = "0.11.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
2275dependencies = [
2276 "log",
2277 "phf 0.10.1",
2278 "phf_codegen 0.10.0",
2279 "string_cache",
2280 "string_cache_codegen",
2281 "tendril",
2282]
2283
2284[[package]]
2285name = "matchers"
2286version = "0.1.0"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2289dependencies = [
2290 "regex-automata 0.1.10",
2291]
2292
2293[[package]]
2294name = "matches"
2295version = "0.1.10"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2298
2299[[package]]
2300name = "matchit"
2301version = "0.7.3"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2304
2305[[package]]
2306name = "memchr"
2307version = "2.6.4"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2310
2311[[package]]
2312name = "memoffset"
2313version = "0.7.1"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2316dependencies = [
2317 "autocfg",
2318]
2319
2320[[package]]
2321name = "memoffset"
2322version = "0.9.0"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2325dependencies = [
2326 "autocfg",
2327]
2328
2329[[package]]
2330name = "mime"
2331version = "0.3.17"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2334
2335[[package]]
2336name = "minisign-verify"
2337version = "0.2.1"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881"
2340
2341[[package]]
2342name = "miniz_oxide"
2343version = "0.7.1"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2346dependencies = [
2347 "adler",
2348 "simd-adler32",
2349]
2350
2351[[package]]
2352name = "mio"
2353version = "0.8.9"
2354source = "registry+https://github.com/rust-lang/crates.io-index"
2355checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
2356dependencies = [
2357 "libc",
2358 "wasi 0.11.0+wasi-snapshot-preview1",
2359 "windows-sys 0.48.0",
2360]
2361
2362[[package]]
2363name = "native-tls"
2364version = "0.2.11"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2367dependencies = [
2368 "lazy_static",
2369 "libc",
2370 "log",
2371 "openssl",
2372 "openssl-probe",
2373 "openssl-sys",
2374 "schannel",
2375 "security-framework",
2376 "security-framework-sys",
2377 "tempfile",
2378]
2379
2380[[package]]
2381name = "ndk"
2382version = "0.6.0"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
2385dependencies = [
2386 "bitflags 1.3.2",
2387 "jni-sys",
2388 "ndk-sys",
2389 "num_enum",
2390 "thiserror",
2391]
2392
2393[[package]]
2394name = "ndk-context"
2395version = "0.1.1"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2398
2399[[package]]
2400name = "ndk-sys"
2401version = "0.3.0"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
2404dependencies = [
2405 "jni-sys",
2406]
2407
2408[[package]]
2409name = "new_debug_unreachable"
2410version = "1.0.4"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2413
2414[[package]]
2415name = "nix"
2416version = "0.26.4"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2419dependencies = [
2420 "bitflags 1.3.2",
2421 "cfg-if",
2422 "libc",
2423 "memoffset 0.7.1",
2424]
2425
2426[[package]]
2427name = "nodrop"
2428version = "0.1.14"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2431
2432[[package]]
2433name = "notify-rust"
2434version = "4.10.0"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "827c5edfa80235ded4ab3fe8e9dc619b4f866ef16fe9b1c6b8a7f8692c0f2226"
2437dependencies = [
2438 "log",
2439 "mac-notification-sys",
2440 "serde",
2441 "tauri-winrt-notification",
2442 "zbus",
2443]
2444
2445[[package]]
2446name = "nu-ansi-term"
2447version = "0.46.0"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2450dependencies = [
2451 "overload",
2452 "winapi",
2453]
2454
2455[[package]]
2456name = "num-integer"
2457version = "0.1.45"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2460dependencies = [
2461 "autocfg",
2462 "num-traits",
2463]
2464
2465[[package]]
2466name = "num-rational"
2467version = "0.4.1"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2470dependencies = [
2471 "autocfg",
2472 "num-integer",
2473 "num-traits",
2474]
2475
2476[[package]]
2477name = "num-traits"
2478version = "0.2.17"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2481dependencies = [
2482 "autocfg",
2483]
2484
2485[[package]]
2486name = "num_cpus"
2487version = "1.16.0"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2490dependencies = [
2491 "hermit-abi",
2492 "libc",
2493]
2494
2495[[package]]
2496name = "num_enum"
2497version = "0.5.11"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2500dependencies = [
2501 "num_enum_derive",
2502]
2503
2504[[package]]
2505name = "num_enum_derive"
2506version = "0.5.11"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2509dependencies = [
2510 "proc-macro-crate",
2511 "proc-macro2",
2512 "quote",
2513 "syn 1.0.109",
2514]
2515
2516[[package]]
2517name = "num_threads"
2518version = "0.1.6"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
2521dependencies = [
2522 "libc",
2523]
2524
2525[[package]]
2526name = "objc"
2527version = "0.2.7"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2530dependencies = [
2531 "malloc_buf",
2532 "objc_exception",
2533]
2534
2535[[package]]
2536name = "objc-foundation"
2537version = "0.1.1"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2540dependencies = [
2541 "block",
2542 "objc",
2543 "objc_id",
2544]
2545
2546[[package]]
2547name = "objc-sys"
2548version = "0.3.1"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "99e1d07c6eab1ce8b6382b8e3c7246fe117ff3f8b34be065f5ebace6749fe845"
2551
2552[[package]]
2553name = "objc2"
2554version = "0.4.1"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
2557dependencies = [
2558 "objc-sys",
2559 "objc2-encode",
2560]
2561
2562[[package]]
2563name = "objc2-encode"
2564version = "3.0.0"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
2567
2568[[package]]
2569name = "objc_exception"
2570version = "0.1.2"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2573dependencies = [
2574 "cc",
2575]
2576
2577[[package]]
2578name = "objc_id"
2579version = "0.1.1"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2582dependencies = [
2583 "objc",
2584]
2585
2586[[package]]
2587name = "object"
2588version = "0.32.1"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2591dependencies = [
2592 "memchr",
2593]
2594
2595[[package]]
2596name = "once_cell"
2597version = "1.18.0"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2600
2601[[package]]
2602name = "open"
2603version = "3.2.0"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
2606dependencies = [
2607 "pathdiff",
2608 "windows-sys 0.42.0",
2609]
2610
2611[[package]]
2612name = "openssl"
2613version = "0.10.60"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800"
2616dependencies = [
2617 "bitflags 2.4.1",
2618 "cfg-if",
2619 "foreign-types",
2620 "libc",
2621 "once_cell",
2622 "openssl-macros",
2623 "openssl-sys",
2624]
2625
2626[[package]]
2627name = "openssl-macros"
2628version = "0.1.1"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2631dependencies = [
2632 "proc-macro2",
2633 "quote",
2634 "syn 2.0.39",
2635]
2636
2637[[package]]
2638name = "openssl-probe"
2639version = "0.1.5"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2642
2643[[package]]
2644name = "openssl-sys"
2645version = "0.9.96"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f"
2648dependencies = [
2649 "cc",
2650 "libc",
2651 "pkg-config",
2652 "vcpkg",
2653]
2654
2655[[package]]
2656name = "option-ext"
2657version = "0.2.0"
2658source = "registry+https://github.com/rust-lang/crates.io-index"
2659checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2660
2661[[package]]
2662name = "ordered-stream"
2663version = "0.2.0"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2666dependencies = [
2667 "futures-core",
2668 "pin-project-lite",
2669]
2670
2671[[package]]
2672name = "os_info"
2673version = "3.7.0"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
2676dependencies = [
2677 "log",
2678 "serde",
2679 "winapi",
2680]
2681
2682[[package]]
2683name = "os_pipe"
2684version = "1.1.4"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
2687dependencies = [
2688 "libc",
2689 "windows-sys 0.48.0",
2690]
2691
2692[[package]]
2693name = "overload"
2694version = "0.1.1"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2697
2698[[package]]
2699name = "pango"
2700version = "0.15.10"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
2703dependencies = [
2704 "bitflags 1.3.2",
2705 "glib",
2706 "libc",
2707 "once_cell",
2708 "pango-sys",
2709]
2710
2711[[package]]
2712name = "pango-sys"
2713version = "0.15.10"
2714source = "registry+https://github.com/rust-lang/crates.io-index"
2715checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
2716dependencies = [
2717 "glib-sys",
2718 "gobject-sys",
2719 "libc",
2720 "system-deps 6.2.0",
2721]
2722
2723[[package]]
2724name = "parking"
2725version = "2.2.0"
2726source = "registry+https://github.com/rust-lang/crates.io-index"
2727checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2728
2729[[package]]
2730name = "parking_lot"
2731version = "0.12.1"
2732source = "registry+https://github.com/rust-lang/crates.io-index"
2733checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2734dependencies = [
2735 "lock_api",
2736 "parking_lot_core",
2737]
2738
2739[[package]]
2740name = "parking_lot_core"
2741version = "0.9.9"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2744dependencies = [
2745 "cfg-if",
2746 "libc",
2747 "redox_syscall 0.4.1",
2748 "smallvec",
2749 "windows-targets 0.48.5",
2750]
2751
2752[[package]]
2753name = "pathdiff"
2754version = "0.2.1"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2757
2758[[package]]
2759name = "percent-encoding"
2760version = "2.3.1"
2761source = "registry+https://github.com/rust-lang/crates.io-index"
2762checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2763
2764[[package]]
2765name = "phf"
2766version = "0.8.0"
2767source = "registry+https://github.com/rust-lang/crates.io-index"
2768checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
2769dependencies = [
2770 "phf_macros 0.8.0",
2771 "phf_shared 0.8.0",
2772 "proc-macro-hack",
2773]
2774
2775[[package]]
2776name = "phf"
2777version = "0.10.1"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2780dependencies = [
2781 "phf_shared 0.10.0",
2782]
2783
2784[[package]]
2785name = "phf"
2786version = "0.11.2"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2789dependencies = [
2790 "phf_macros 0.11.2",
2791 "phf_shared 0.11.2",
2792]
2793
2794[[package]]
2795name = "phf_codegen"
2796version = "0.8.0"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
2799dependencies = [
2800 "phf_generator 0.8.0",
2801 "phf_shared 0.8.0",
2802]
2803
2804[[package]]
2805name = "phf_codegen"
2806version = "0.10.0"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
2809dependencies = [
2810 "phf_generator 0.10.0",
2811 "phf_shared 0.10.0",
2812]
2813
2814[[package]]
2815name = "phf_generator"
2816version = "0.8.0"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
2819dependencies = [
2820 "phf_shared 0.8.0",
2821 "rand 0.7.3",
2822]
2823
2824[[package]]
2825name = "phf_generator"
2826version = "0.10.0"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2829dependencies = [
2830 "phf_shared 0.10.0",
2831 "rand 0.8.5",
2832]
2833
2834[[package]]
2835name = "phf_generator"
2836version = "0.11.2"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2839dependencies = [
2840 "phf_shared 0.11.2",
2841 "rand 0.8.5",
2842]
2843
2844[[package]]
2845name = "phf_macros"
2846version = "0.8.0"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
2849dependencies = [
2850 "phf_generator 0.8.0",
2851 "phf_shared 0.8.0",
2852 "proc-macro-hack",
2853 "proc-macro2",
2854 "quote",
2855 "syn 1.0.109",
2856]
2857
2858[[package]]
2859name = "phf_macros"
2860version = "0.11.2"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2863dependencies = [
2864 "phf_generator 0.11.2",
2865 "phf_shared 0.11.2",
2866 "proc-macro2",
2867 "quote",
2868 "syn 2.0.39",
2869]
2870
2871[[package]]
2872name = "phf_shared"
2873version = "0.8.0"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2876dependencies = [
2877 "siphasher",
2878]
2879
2880[[package]]
2881name = "phf_shared"
2882version = "0.10.0"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2885dependencies = [
2886 "siphasher",
2887]
2888
2889[[package]]
2890name = "phf_shared"
2891version = "0.11.2"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2894dependencies = [
2895 "siphasher",
2896]
2897
2898[[package]]
2899name = "pin-project"
2900version = "1.1.3"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
2903dependencies = [
2904 "pin-project-internal",
2905]
2906
2907[[package]]
2908name = "pin-project-internal"
2909version = "1.1.3"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2912dependencies = [
2913 "proc-macro2",
2914 "quote",
2915 "syn 2.0.39",
2916]
2917
2918[[package]]
2919name = "pin-project-lite"
2920version = "0.2.13"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2923
2924[[package]]
2925name = "pin-utils"
2926version = "0.1.0"
2927source = "registry+https://github.com/rust-lang/crates.io-index"
2928checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2929
2930[[package]]
2931name = "piper"
2932version = "0.2.1"
2933source = "registry+https://github.com/rust-lang/crates.io-index"
2934checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
2935dependencies = [
2936 "atomic-waker",
2937 "fastrand 2.0.1",
2938 "futures-io",
2939]
2940
2941[[package]]
2942name = "pkg-config"
2943version = "0.3.27"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2946
2947[[package]]
2948name = "plist"
2949version = "1.6.0"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef"
2952dependencies = [
2953 "base64 0.21.5",
2954 "indexmap 2.1.0",
2955 "line-wrap",
2956 "quick-xml 0.31.0",
2957 "serde",
2958 "time",
2959]
2960
2961[[package]]
2962name = "png"
2963version = "0.17.10"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
2966dependencies = [
2967 "bitflags 1.3.2",
2968 "crc32fast",
2969 "fdeflate",
2970 "flate2",
2971 "miniz_oxide",
2972]
2973
2974[[package]]
2975name = "polling"
2976version = "2.8.0"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2979dependencies = [
2980 "autocfg",
2981 "bitflags 1.3.2",
2982 "cfg-if",
2983 "concurrent-queue",
2984 "libc",
2985 "log",
2986 "pin-project-lite",
2987 "windows-sys 0.48.0",
2988]
2989
2990[[package]]
2991name = "polling"
2992version = "3.3.1"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e"
2995dependencies = [
2996 "cfg-if",
2997 "concurrent-queue",
2998 "pin-project-lite",
2999 "rustix 0.38.26",
3000 "tracing",
3001 "windows-sys 0.52.0",
3002]
3003
3004[[package]]
3005name = "powerfmt"
3006version = "0.2.0"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3009
3010[[package]]
3011name = "ppv-lite86"
3012version = "0.2.17"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
3015
3016[[package]]
3017name = "precomputed-hash"
3018version = "0.1.1"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
3021
3022[[package]]
3023name = "proc-macro-crate"
3024version = "1.3.1"
3025source = "registry+https://github.com/rust-lang/crates.io-index"
3026checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
3027dependencies = [
3028 "once_cell",
3029 "toml_edit 0.19.15",
3030]
3031
3032[[package]]
3033name = "proc-macro-error"
3034version = "1.0.4"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3037dependencies = [
3038 "proc-macro-error-attr",
3039 "proc-macro2",
3040 "quote",
3041 "syn 1.0.109",
3042 "version_check",
3043]
3044
3045[[package]]
3046name = "proc-macro-error-attr"
3047version = "1.0.4"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3050dependencies = [
3051 "proc-macro2",
3052 "quote",
3053 "version_check",
3054]
3055
3056[[package]]
3057name = "proc-macro-hack"
3058version = "0.5.20+deprecated"
3059source = "registry+https://github.com/rust-lang/crates.io-index"
3060checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
3061
3062[[package]]
3063name = "proc-macro2"
3064version = "1.0.70"
3065source = "registry+https://github.com/rust-lang/crates.io-index"
3066checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
3067dependencies = [
3068 "unicode-ident",
3069]
3070
3071[[package]]
3072name = "quick-xml"
3073version = "0.30.0"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
3076dependencies = [
3077 "memchr",
3078]
3079
3080[[package]]
3081name = "quick-xml"
3082version = "0.31.0"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
3085dependencies = [
3086 "memchr",
3087]
3088
3089[[package]]
3090name = "quote"
3091version = "1.0.33"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
3094dependencies = [
3095 "proc-macro2",
3096]
3097
3098[[package]]
3099name = "rand"
3100version = "0.7.3"
3101source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3103dependencies = [
3104 "getrandom 0.1.16",
3105 "libc",
3106 "rand_chacha 0.2.2",
3107 "rand_core 0.5.1",
3108 "rand_hc",
3109 "rand_pcg",
3110]
3111
3112[[package]]
3113name = "rand"
3114version = "0.8.5"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3117dependencies = [
3118 "libc",
3119 "rand_chacha 0.3.1",
3120 "rand_core 0.6.4",
3121]
3122
3123[[package]]
3124name = "rand_chacha"
3125version = "0.2.2"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3128dependencies = [
3129 "ppv-lite86",
3130 "rand_core 0.5.1",
3131]
3132
3133[[package]]
3134name = "rand_chacha"
3135version = "0.3.1"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3138dependencies = [
3139 "ppv-lite86",
3140 "rand_core 0.6.4",
3141]
3142
3143[[package]]
3144name = "rand_core"
3145version = "0.5.1"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3148dependencies = [
3149 "getrandom 0.1.16",
3150]
3151
3152[[package]]
3153name = "rand_core"
3154version = "0.6.4"
3155source = "registry+https://github.com/rust-lang/crates.io-index"
3156checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3157dependencies = [
3158 "getrandom 0.2.11",
3159]
3160
3161[[package]]
3162name = "rand_hc"
3163version = "0.2.0"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3166dependencies = [
3167 "rand_core 0.5.1",
3168]
3169
3170[[package]]
3171name = "rand_pcg"
3172version = "0.2.1"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
3175dependencies = [
3176 "rand_core 0.5.1",
3177]
3178
3179[[package]]
3180name = "raw-window-handle"
3181version = "0.5.2"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
3184
3185[[package]]
3186name = "redox_syscall"
3187version = "0.3.5"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
3190dependencies = [
3191 "bitflags 1.3.2",
3192]
3193
3194[[package]]
3195name = "redox_syscall"
3196version = "0.4.1"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
3199dependencies = [
3200 "bitflags 1.3.2",
3201]
3202
3203[[package]]
3204name = "redox_users"
3205version = "0.4.4"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
3208dependencies = [
3209 "getrandom 0.2.11",
3210 "libredox",
3211 "thiserror",
3212]
3213
3214[[package]]
3215name = "regex"
3216version = "1.10.2"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
3219dependencies = [
3220 "aho-corasick",
3221 "memchr",
3222 "regex-automata 0.4.3",
3223 "regex-syntax 0.8.2",
3224]
3225
3226[[package]]
3227name = "regex-automata"
3228version = "0.1.10"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3231dependencies = [
3232 "regex-syntax 0.6.29",
3233]
3234
3235[[package]]
3236name = "regex-automata"
3237version = "0.4.3"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
3240dependencies = [
3241 "aho-corasick",
3242 "memchr",
3243 "regex-syntax 0.8.2",
3244]
3245
3246[[package]]
3247name = "regex-syntax"
3248version = "0.6.29"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
3251
3252[[package]]
3253name = "regex-syntax"
3254version = "0.8.2"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
3257
3258[[package]]
3259name = "reqwest"
3260version = "0.11.22"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
3263dependencies = [
3264 "base64 0.21.5",
3265 "bytes",
3266 "encoding_rs",
3267 "futures-core",
3268 "futures-util",
3269 "h2 0.3.22",
3270 "http 0.2.11",
3271 "http-body 0.4.5",
3272 "hyper 0.14.27",
3273 "hyper-tls",
3274 "ipnet",
3275 "js-sys",
3276 "log",
3277 "mime",
3278 "native-tls",
3279 "once_cell",
3280 "percent-encoding",
3281 "pin-project-lite",
3282 "serde",
3283 "serde_json",
3284 "serde_urlencoded",
3285 "system-configuration",
3286 "tokio",
3287 "tokio-native-tls",
3288 "tokio-util",
3289 "tower-service",
3290 "url",
3291 "wasm-bindgen",
3292 "wasm-bindgen-futures",
3293 "wasm-streams",
3294 "web-sys",
3295 "winreg 0.50.0",
3296]
3297
3298[[package]]
3299name = "rfd"
3300version = "0.10.0"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea"
3303dependencies = [
3304 "block",
3305 "dispatch",
3306 "glib-sys",
3307 "gobject-sys",
3308 "gtk-sys",
3309 "js-sys",
3310 "lazy_static",
3311 "log",
3312 "objc",
3313 "objc-foundation",
3314 "objc_id",
3315 "raw-window-handle",
3316 "wasm-bindgen",
3317 "wasm-bindgen-futures",
3318 "web-sys",
3319 "windows 0.37.0",
3320]
3321
3322[[package]]
3323name = "rustc-demangle"
3324version = "0.1.23"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
3327
3328[[package]]
3329name = "rustc_version"
3330version = "0.4.0"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
3333dependencies = [
3334 "semver",
3335]
3336
3337[[package]]
3338name = "rustix"
3339version = "0.37.27"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
3342dependencies = [
3343 "bitflags 1.3.2",
3344 "errno",
3345 "io-lifetimes",
3346 "libc",
3347 "linux-raw-sys 0.3.8",
3348 "windows-sys 0.48.0",
3349]
3350
3351[[package]]
3352name = "rustix"
3353version = "0.38.26"
3354source = "registry+https://github.com/rust-lang/crates.io-index"
3355checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a"
3356dependencies = [
3357 "bitflags 2.4.1",
3358 "errno",
3359 "libc",
3360 "linux-raw-sys 0.4.12",
3361 "windows-sys 0.52.0",
3362]
3363
3364[[package]]
3365name = "rustversion"
3366version = "1.0.14"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
3369
3370[[package]]
3371name = "ryu"
3372version = "1.0.15"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
3375
3376[[package]]
3377name = "safemem"
3378version = "0.3.3"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
3381
3382[[package]]
3383name = "same-file"
3384version = "1.0.6"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3387dependencies = [
3388 "winapi-util",
3389]
3390
3391[[package]]
3392name = "schannel"
3393version = "0.1.22"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
3396dependencies = [
3397 "windows-sys 0.48.0",
3398]
3399
3400[[package]]
3401name = "scoped-tls"
3402version = "1.0.1"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3405
3406[[package]]
3407name = "scopeguard"
3408version = "1.2.0"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3411
3412[[package]]
3413name = "security-framework"
3414version = "2.9.2"
3415source = "registry+https://github.com/rust-lang/crates.io-index"
3416checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
3417dependencies = [
3418 "bitflags 1.3.2",
3419 "core-foundation",
3420 "core-foundation-sys",
3421 "libc",
3422 "security-framework-sys",
3423]
3424
3425[[package]]
3426name = "security-framework-sys"
3427version = "2.9.1"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
3430dependencies = [
3431 "core-foundation-sys",
3432 "libc",
3433]
3434
3435[[package]]
3436name = "selectors"
3437version = "0.22.0"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
3440dependencies = [
3441 "bitflags 1.3.2",
3442 "cssparser",
3443 "derive_more",
3444 "fxhash",
3445 "log",
3446 "matches",
3447 "phf 0.8.0",
3448 "phf_codegen 0.8.0",
3449 "precomputed-hash",
3450 "servo_arc",
3451 "smallvec",
3452 "thin-slice",
3453]
3454
3455[[package]]
3456name = "semver"
3457version = "1.0.20"
3458source = "registry+https://github.com/rust-lang/crates.io-index"
3459checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
3460dependencies = [
3461 "serde",
3462]
3463
3464[[package]]
3465name = "serde"
3466version = "1.0.193"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
3469dependencies = [
3470 "serde_derive",
3471]
3472
3473[[package]]
3474name = "serde_derive"
3475version = "1.0.193"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "syn 2.0.39",
3482]
3483
3484[[package]]
3485name = "serde_json"
3486version = "1.0.108"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
3489dependencies = [
3490 "itoa 1.0.9",
3491 "ryu",
3492 "serde",
3493]
3494
3495[[package]]
3496name = "serde_path_to_error"
3497version = "0.1.14"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335"
3500dependencies = [
3501 "itoa 1.0.9",
3502 "serde",
3503]
3504
3505[[package]]
3506name = "serde_qs"
3507version = "0.12.0"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
3510dependencies = [
3511 "percent-encoding",
3512 "serde",
3513 "thiserror",
3514]
3515
3516[[package]]
3517name = "serde_repr"
3518version = "0.1.17"
3519source = "registry+https://github.com/rust-lang/crates.io-index"
3520checksum = "3081f5ffbb02284dda55132aa26daecedd7372a42417bbbab6f14ab7d6bb9145"
3521dependencies = [
3522 "proc-macro2",
3523 "quote",
3524 "syn 2.0.39",
3525]
3526
3527[[package]]
3528name = "serde_spanned"
3529version = "0.6.4"
3530source = "registry+https://github.com/rust-lang/crates.io-index"
3531checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
3532dependencies = [
3533 "serde",
3534]
3535
3536[[package]]
3537name = "serde_urlencoded"
3538version = "0.7.1"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3541dependencies = [
3542 "form_urlencoded",
3543 "itoa 1.0.9",
3544 "ryu",
3545 "serde",
3546]
3547
3548[[package]]
3549name = "serde_with"
3550version = "3.4.0"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23"
3553dependencies = [
3554 "base64 0.21.5",
3555 "chrono",
3556 "hex",
3557 "indexmap 1.9.3",
3558 "indexmap 2.1.0",
3559 "serde",
3560 "serde_json",
3561 "serde_with_macros",
3562 "time",
3563]
3564
3565[[package]]
3566name = "serde_with_macros"
3567version = "3.4.0"
3568source = "registry+https://github.com/rust-lang/crates.io-index"
3569checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788"
3570dependencies = [
3571 "darling",
3572 "proc-macro2",
3573 "quote",
3574 "syn 2.0.39",
3575]
3576
3577[[package]]
3578name = "serde_yaml"
3579version = "0.9.27"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
3582dependencies = [
3583 "indexmap 2.1.0",
3584 "itoa 1.0.9",
3585 "ryu",
3586 "serde",
3587 "unsafe-libyaml",
3588]
3589
3590[[package]]
3591name = "serialize-to-javascript"
3592version = "0.1.1"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
3595dependencies = [
3596 "serde",
3597 "serde_json",
3598 "serialize-to-javascript-impl",
3599]
3600
3601[[package]]
3602name = "serialize-to-javascript-impl"
3603version = "0.1.1"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
3606dependencies = [
3607 "proc-macro2",
3608 "quote",
3609 "syn 1.0.109",
3610]
3611
3612[[package]]
3613name = "servo_arc"
3614version = "0.1.1"
3615source = "registry+https://github.com/rust-lang/crates.io-index"
3616checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
3617dependencies = [
3618 "nodrop",
3619 "stable_deref_trait",
3620]
3621
3622[[package]]
3623name = "sha1"
3624version = "0.10.6"
3625source = "registry+https://github.com/rust-lang/crates.io-index"
3626checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3627dependencies = [
3628 "cfg-if",
3629 "cpufeatures",
3630 "digest",
3631]
3632
3633[[package]]
3634name = "sha2"
3635version = "0.10.8"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3638dependencies = [
3639 "cfg-if",
3640 "cpufeatures",
3641 "digest",
3642]
3643
3644[[package]]
3645name = "sharded-slab"
3646version = "0.1.7"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3649dependencies = [
3650 "lazy_static",
3651]
3652
3653[[package]]
3654name = "shared_child"
3655version = "1.0.0"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
3658dependencies = [
3659 "libc",
3660 "winapi",
3661]
3662
3663[[package]]
3664name = "signal-hook-registry"
3665version = "1.4.1"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
3668dependencies = [
3669 "libc",
3670]
3671
3672[[package]]
3673name = "simd-adler32"
3674version = "0.3.7"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3677
3678[[package]]
3679name = "siphasher"
3680version = "0.3.11"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
3683
3684[[package]]
3685name = "slab"
3686version = "0.4.9"
3687source = "registry+https://github.com/rust-lang/crates.io-index"
3688checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3689dependencies = [
3690 "autocfg",
3691]
3692
3693[[package]]
3694name = "smallvec"
3695version = "1.11.2"
3696source = "registry+https://github.com/rust-lang/crates.io-index"
3697checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
3698
3699[[package]]
3700name = "socket2"
3701version = "0.4.10"
3702source = "registry+https://github.com/rust-lang/crates.io-index"
3703checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
3704dependencies = [
3705 "libc",
3706 "winapi",
3707]
3708
3709[[package]]
3710name = "socket2"
3711version = "0.5.5"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
3714dependencies = [
3715 "libc",
3716 "windows-sys 0.48.0",
3717]
3718
3719[[package]]
3720name = "soup2"
3721version = "0.2.1"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0"
3724dependencies = [
3725 "bitflags 1.3.2",
3726 "gio",
3727 "glib",
3728 "libc",
3729 "once_cell",
3730 "soup2-sys",
3731]
3732
3733[[package]]
3734name = "soup2-sys"
3735version = "0.2.0"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf"
3738dependencies = [
3739 "bitflags 1.3.2",
3740 "gio-sys",
3741 "glib-sys",
3742 "gobject-sys",
3743 "libc",
3744 "system-deps 5.0.0",
3745]
3746
3747[[package]]
3748name = "stable_deref_trait"
3749version = "1.2.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3752
3753[[package]]
3754name = "state"
3755version = "0.5.3"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
3758dependencies = [
3759 "loom",
3760]
3761
3762[[package]]
3763name = "static_assertions"
3764version = "1.1.0"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3767
3768[[package]]
3769name = "string_cache"
3770version = "0.8.7"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
3773dependencies = [
3774 "new_debug_unreachable",
3775 "once_cell",
3776 "parking_lot",
3777 "phf_shared 0.10.0",
3778 "precomputed-hash",
3779 "serde",
3780]
3781
3782[[package]]
3783name = "string_cache_codegen"
3784version = "0.5.2"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
3787dependencies = [
3788 "phf_generator 0.10.0",
3789 "phf_shared 0.10.0",
3790 "proc-macro2",
3791 "quote",
3792]
3793
3794[[package]]
3795name = "strip-ansi-escapes"
3796version = "0.1.1"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
3799dependencies = [
3800 "vte",
3801]
3802
3803[[package]]
3804name = "strsim"
3805version = "0.10.0"
3806source = "registry+https://github.com/rust-lang/crates.io-index"
3807checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
3808
3809[[package]]
3810name = "syn"
3811version = "1.0.109"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3814dependencies = [
3815 "proc-macro2",
3816 "quote",
3817 "unicode-ident",
3818]
3819
3820[[package]]
3821name = "syn"
3822version = "2.0.39"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
3825dependencies = [
3826 "proc-macro2",
3827 "quote",
3828 "unicode-ident",
3829]
3830
3831[[package]]
3832name = "sync_wrapper"
3833version = "0.1.2"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3836
3837[[package]]
3838name = "sys-locale"
3839version = "0.2.4"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee"
3842dependencies = [
3843 "js-sys",
3844 "libc",
3845 "wasm-bindgen",
3846 "web-sys",
3847 "windows-sys 0.45.0",
3848]
3849
3850[[package]]
3851name = "system-configuration"
3852version = "0.5.1"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
3855dependencies = [
3856 "bitflags 1.3.2",
3857 "core-foundation",
3858 "system-configuration-sys",
3859]
3860
3861[[package]]
3862name = "system-configuration-sys"
3863version = "0.5.0"
3864source = "registry+https://github.com/rust-lang/crates.io-index"
3865checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
3866dependencies = [
3867 "core-foundation-sys",
3868 "libc",
3869]
3870
3871[[package]]
3872name = "system-deps"
3873version = "5.0.0"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e"
3876dependencies = [
3877 "cfg-expr 0.9.1",
3878 "heck 0.3.3",
3879 "pkg-config",
3880 "toml 0.5.11",
3881 "version-compare 0.0.11",
3882]
3883
3884[[package]]
3885name = "system-deps"
3886version = "6.2.0"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331"
3889dependencies = [
3890 "cfg-expr 0.15.5",
3891 "heck 0.4.1",
3892 "pkg-config",
3893 "toml 0.8.8",
3894 "version-compare 0.1.1",
3895]
3896
3897[[package]]
3898name = "tao"
3899version = "0.16.5"
3900source = "registry+https://github.com/rust-lang/crates.io-index"
3901checksum = "75f5aefd6be4cd3ad3f047442242fd9f57cbfb3e565379f66b5e14749364fa4f"
3902dependencies = [
3903 "bitflags 1.3.2",
3904 "cairo-rs",
3905 "cc",
3906 "cocoa",
3907 "core-foundation",
3908 "core-graphics",
3909 "crossbeam-channel",
3910 "dirs-next",
3911 "dispatch",
3912 "gdk",
3913 "gdk-pixbuf",
3914 "gdk-sys",
3915 "gdkwayland-sys",
3916 "gdkx11-sys",
3917 "gio",
3918 "glib",
3919 "glib-sys",
3920 "gtk",
3921 "image",
3922 "instant",
3923 "jni",
3924 "lazy_static",
3925 "libappindicator",
3926 "libc",
3927 "log",
3928 "ndk",
3929 "ndk-context",
3930 "ndk-sys",
3931 "objc",
3932 "once_cell",
3933 "parking_lot",
3934 "png",
3935 "raw-window-handle",
3936 "scopeguard",
3937 "serde",
3938 "tao-macros",
3939 "unicode-segmentation",
3940 "uuid",
3941 "windows 0.39.0",
3942 "windows-implement",
3943 "x11-dl",
3944]
3945
3946[[package]]
3947name = "tao-macros"
3948version = "0.1.2"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2"
3951dependencies = [
3952 "proc-macro2",
3953 "quote",
3954 "syn 1.0.109",
3955]
3956
3957[[package]]
3958name = "tar"
3959version = "0.4.40"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
3962dependencies = [
3963 "filetime",
3964 "libc",
3965 "xattr",
3966]
3967
3968[[package]]
3969name = "target-lexicon"
3970version = "0.12.12"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
3973
3974[[package]]
3975name = "tauri"
3976version = "1.5.3"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "32d563b672acde8d0cc4c1b1f5b855976923f67e8d6fe1eba51df0211e197be2"
3979dependencies = [
3980 "anyhow",
3981 "base64 0.21.5",
3982 "bytes",
3983 "cocoa",
3984 "dirs-next",
3985 "embed_plist",
3986 "encoding_rs",
3987 "flate2",
3988 "futures-util",
3989 "glib",
3990 "glob",
3991 "gtk",
3992 "heck 0.4.1",
3993 "http 0.2.11",
3994 "ico 0.2.0",
3995 "ignore",
3996 "infer 0.9.0",
3997 "minisign-verify",
3998 "notify-rust",
3999 "objc",
4000 "once_cell",
4001 "open",
4002 "os_info",
4003 "os_pipe",
4004 "percent-encoding",
4005 "rand 0.8.5",
4006 "raw-window-handle",
4007 "regex",
4008 "reqwest",
4009 "rfd",
4010 "semver",
4011 "serde",
4012 "serde_json",
4013 "serde_repr",
4014 "serialize-to-javascript",
4015 "shared_child",
4016 "state",
4017 "sys-locale",
4018 "tar",
4019 "tauri-macros",
4020 "tauri-runtime",
4021 "tauri-runtime-wry",
4022 "tauri-utils",
4023 "tempfile",
4024 "thiserror",
4025 "time",
4026 "tokio",
4027 "url",
4028 "uuid",
4029 "webkit2gtk",
4030 "webview2-com",
4031 "windows 0.39.0",
4032 "zip",
4033]
4034
4035[[package]]
4036name = "tauri-build"
4037version = "1.5.0"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "defbfc551bd38ab997e5f8e458f87396d2559d05ce32095076ad6c30f7fc5f9c"
4040dependencies = [
4041 "anyhow",
4042 "cargo_toml",
4043 "dirs-next",
4044 "heck 0.4.1",
4045 "json-patch",
4046 "semver",
4047 "serde",
4048 "serde_json",
4049 "tauri-utils",
4050 "tauri-winres",
4051 "walkdir",
4052]
4053
4054[[package]]
4055name = "tauri-codegen"
4056version = "1.4.1"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "7b3475e55acec0b4a50fb96435f19631fb58cbcd31923e1a213de5c382536bbb"
4059dependencies = [
4060 "base64 0.21.5",
4061 "brotli",
4062 "ico 0.3.0",
4063 "json-patch",
4064 "plist",
4065 "png",
4066 "proc-macro2",
4067 "quote",
4068 "regex",
4069 "semver",
4070 "serde",
4071 "serde_json",
4072 "sha2",
4073 "tauri-utils",
4074 "thiserror",
4075 "time",
4076 "uuid",
4077 "walkdir",
4078]
4079
4080[[package]]
4081name = "tauri-macros"
4082version = "1.4.2"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "acea6445eececebd72ed7720cfcca46eee3b5bad8eb408be8f7ef2e3f7411500"
4085dependencies = [
4086 "heck 0.4.1",
4087 "proc-macro2",
4088 "quote",
4089 "syn 1.0.109",
4090 "tauri-codegen",
4091 "tauri-utils",
4092]
4093
4094[[package]]
4095name = "tauri-plugin-deep-link"
4096version = "0.1.2"
4097source = "registry+https://github.com/rust-lang/crates.io-index"
4098checksum = "4536f5f6602e8fdfaa7b3b185076c2a0704f8eb7015f4e58461eb483ec3ed1f8"
4099dependencies = [
4100 "dirs",
4101 "interprocess",
4102 "log",
4103 "objc2",
4104 "once_cell",
4105 "tauri-utils",
4106 "windows-sys 0.48.0",
4107 "winreg 0.50.0",
4108]
4109
4110[[package]]
4111name = "tauri-plugin-log"
4112version = "0.0.0"
4113source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#dce0f02bc571128308c30278cde3233f341e6a50"
4114dependencies = [
4115 "byte-unit",
4116 "fern",
4117 "log",
4118 "serde",
4119 "serde_json",
4120 "serde_repr",
4121 "tauri",
4122 "time",
4123]
4124
4125[[package]]
4126name = "tauri-plugin-store"
4127version = "0.0.0"
4128source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#dce0f02bc571128308c30278cde3233f341e6a50"
4129dependencies = [
4130 "log",
4131 "serde",
4132 "serde_json",
4133 "tauri",
4134 "thiserror",
4135]
4136
4137[[package]]
4138name = "tauri-runtime"
4139version = "0.14.1"
4140source = "registry+https://github.com/rust-lang/crates.io-index"
4141checksum = "07f8e9e53e00e9f41212c115749e87d5cd2a9eebccafca77a19722eeecd56d43"
4142dependencies = [
4143 "gtk",
4144 "http 0.2.11",
4145 "http-range",
4146 "rand 0.8.5",
4147 "raw-window-handle",
4148 "serde",
4149 "serde_json",
4150 "tauri-utils",
4151 "thiserror",
4152 "url",
4153 "uuid",
4154 "webview2-com",
4155 "windows 0.39.0",
4156]
4157
4158[[package]]
4159name = "tauri-runtime-wry"
4160version = "0.14.2"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "803a01101bc611ba03e13329951a1bde44287a54234189b9024b78619c1bc206"
4163dependencies = [
4164 "cocoa",
4165 "gtk",
4166 "percent-encoding",
4167 "rand 0.8.5",
4168 "raw-window-handle",
4169 "tauri-runtime",
4170 "tauri-utils",
4171 "uuid",
4172 "webkit2gtk",
4173 "webview2-com",
4174 "windows 0.39.0",
4175 "wry",
4176]
4177
4178[[package]]
4179name = "tauri-utils"
4180version = "1.5.1"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "a52165bb340e6f6a75f1f5eeeab1bb49f861c12abe3a176067d53642b5454986"
4183dependencies = [
4184 "brotli",
4185 "ctor",
4186 "dunce",
4187 "glob",
4188 "heck 0.4.1",
4189 "html5ever 0.26.0",
4190 "infer 0.13.0",
4191 "json-patch",
4192 "kuchikiki",
4193 "log",
4194 "memchr",
4195 "phf 0.11.2",
4196 "proc-macro2",
4197 "quote",
4198 "semver",
4199 "serde",
4200 "serde_json",
4201 "serde_with",
4202 "thiserror",
4203 "url",
4204 "walkdir",
4205 "windows-version",
4206]
4207
4208[[package]]
4209name = "tauri-winres"
4210version = "0.1.1"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb"
4213dependencies = [
4214 "embed-resource",
4215 "toml 0.7.8",
4216]
4217
4218[[package]]
4219name = "tauri-winrt-notification"
4220version = "0.1.3"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "006851c9ccefa3c38a7646b8cec804bb429def3da10497bfa977179869c3e8e2"
4223dependencies = [
4224 "quick-xml 0.30.0",
4225 "windows 0.51.1",
4226]
4227
4228[[package]]
4229name = "tempfile"
4230version = "3.8.1"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
4233dependencies = [
4234 "cfg-if",
4235 "fastrand 2.0.1",
4236 "redox_syscall 0.4.1",
4237 "rustix 0.38.26",
4238 "windows-sys 0.48.0",
4239]
4240
4241[[package]]
4242name = "tendril"
4243version = "0.4.3"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
4246dependencies = [
4247 "futf",
4248 "mac",
4249 "utf-8",
4250]
4251
4252[[package]]
4253name = "termcolor"
4254version = "1.4.0"
4255source = "registry+https://github.com/rust-lang/crates.io-index"
4256checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
4257dependencies = [
4258 "winapi-util",
4259]
4260
4261[[package]]
4262name = "thin-slice"
4263version = "0.1.1"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
4266
4267[[package]]
4268name = "thiserror"
4269version = "1.0.50"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
4272dependencies = [
4273 "thiserror-impl",
4274]
4275
4276[[package]]
4277name = "thiserror-impl"
4278version = "1.0.50"
4279source = "registry+https://github.com/rust-lang/crates.io-index"
4280checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
4281dependencies = [
4282 "proc-macro2",
4283 "quote",
4284 "syn 2.0.39",
4285]
4286
4287[[package]]
4288name = "thread_local"
4289version = "1.1.7"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
4292dependencies = [
4293 "cfg-if",
4294 "once_cell",
4295]
4296
4297[[package]]
4298name = "time"
4299version = "0.3.30"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
4302dependencies = [
4303 "deranged",
4304 "itoa 1.0.9",
4305 "libc",
4306 "num_threads",
4307 "powerfmt",
4308 "serde",
4309 "time-core",
4310 "time-macros",
4311]
4312
4313[[package]]
4314name = "time-core"
4315version = "0.1.2"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
4318
4319[[package]]
4320name = "time-macros"
4321version = "0.2.15"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
4324dependencies = [
4325 "time-core",
4326]
4327
4328[[package]]
4329name = "tinyvec"
4330version = "1.6.0"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
4333dependencies = [
4334 "tinyvec_macros",
4335]
4336
4337[[package]]
4338name = "tinyvec_macros"
4339version = "0.1.1"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4342
4343[[package]]
4344name = "to_method"
4345version = "1.1.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8"
4348
4349[[package]]
4350name = "tokio"
4351version = "1.34.0"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
4354dependencies = [
4355 "backtrace",
4356 "bytes",
4357 "libc",
4358 "mio",
4359 "num_cpus",
4360 "parking_lot",
4361 "pin-project-lite",
4362 "socket2 0.5.5",
4363 "windows-sys 0.48.0",
4364]
4365
4366[[package]]
4367name = "tokio-native-tls"
4368version = "0.3.1"
4369source = "registry+https://github.com/rust-lang/crates.io-index"
4370checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4371dependencies = [
4372 "native-tls",
4373 "tokio",
4374]
4375
4376[[package]]
4377name = "tokio-tungstenite"
4378version = "0.20.0"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2"
4381dependencies = [
4382 "futures-util",
4383 "log",
4384 "tokio",
4385 "tungstenite",
4386]
4387
4388[[package]]
4389name = "tokio-util"
4390version = "0.7.10"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
4393dependencies = [
4394 "bytes",
4395 "futures-core",
4396 "futures-sink",
4397 "pin-project-lite",
4398 "tokio",
4399 "tracing",
4400]
4401
4402[[package]]
4403name = "toml"
4404version = "0.5.11"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
4407dependencies = [
4408 "serde",
4409]
4410
4411[[package]]
4412name = "toml"
4413version = "0.7.8"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
4416dependencies = [
4417 "serde",
4418 "serde_spanned",
4419 "toml_datetime",
4420 "toml_edit 0.19.15",
4421]
4422
4423[[package]]
4424name = "toml"
4425version = "0.8.8"
4426source = "registry+https://github.com/rust-lang/crates.io-index"
4427checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
4428dependencies = [
4429 "serde",
4430 "serde_spanned",
4431 "toml_datetime",
4432 "toml_edit 0.21.0",
4433]
4434
4435[[package]]
4436name = "toml_datetime"
4437version = "0.6.5"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
4440dependencies = [
4441 "serde",
4442]
4443
4444[[package]]
4445name = "toml_edit"
4446version = "0.19.15"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
4449dependencies = [
4450 "indexmap 2.1.0",
4451 "serde",
4452 "serde_spanned",
4453 "toml_datetime",
4454 "winnow",
4455]
4456
4457[[package]]
4458name = "toml_edit"
4459version = "0.21.0"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
4462dependencies = [
4463 "indexmap 2.1.0",
4464 "serde",
4465 "serde_spanned",
4466 "toml_datetime",
4467 "winnow",
4468]
4469
4470[[package]]
4471name = "tower"
4472version = "0.4.13"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
4475dependencies = [
4476 "futures-core",
4477 "futures-util",
4478 "pin-project",
4479 "pin-project-lite",
4480 "tokio",
4481 "tower-layer",
4482 "tower-service",
4483 "tracing",
4484]
4485
4486[[package]]
4487name = "tower-http"
4488version = "0.5.1"
4489source = "registry+https://github.com/rust-lang/crates.io-index"
4490checksum = "0da193277a4e2c33e59e09b5861580c33dd0a637c3883d0fa74ba40c0374af2e"
4491dependencies = [
4492 "bitflags 2.4.1",
4493 "bytes",
4494 "http 1.0.0",
4495 "http-body 1.0.0",
4496 "http-body-util",
4497 "pin-project-lite",
4498 "tower-layer",
4499 "tower-service",
4500]
4501
4502[[package]]
4503name = "tower-layer"
4504version = "0.3.2"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
4507
4508[[package]]
4509name = "tower-service"
4510version = "0.3.2"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
4513
4514[[package]]
4515name = "tracing"
4516version = "0.1.40"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
4519dependencies = [
4520 "log",
4521 "pin-project-lite",
4522 "tracing-attributes",
4523 "tracing-core",
4524]
4525
4526[[package]]
4527name = "tracing-attributes"
4528version = "0.1.27"
4529source = "registry+https://github.com/rust-lang/crates.io-index"
4530checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
4531dependencies = [
4532 "proc-macro2",
4533 "quote",
4534 "syn 2.0.39",
4535]
4536
4537[[package]]
4538name = "tracing-core"
4539version = "0.1.32"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
4542dependencies = [
4543 "once_cell",
4544 "valuable",
4545]
4546
4547[[package]]
4548name = "tracing-log"
4549version = "0.2.0"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4552dependencies = [
4553 "log",
4554 "once_cell",
4555 "tracing-core",
4556]
4557
4558[[package]]
4559name = "tracing-subscriber"
4560version = "0.3.18"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
4563dependencies = [
4564 "matchers",
4565 "nu-ansi-term",
4566 "once_cell",
4567 "regex",
4568 "sharded-slab",
4569 "smallvec",
4570 "thread_local",
4571 "tracing",
4572 "tracing-core",
4573 "tracing-log",
4574]
4575
4576[[package]]
4577name = "treediff"
4578version = "4.0.2"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303"
4581dependencies = [
4582 "serde_json",
4583]
4584
4585[[package]]
4586name = "try-lock"
4587version = "0.2.4"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
4590
4591[[package]]
4592name = "ts-rs"
4593version = "6.2.1"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "4added4070a4fdf9df03457206cd2e4b12417c8560a2954d91ffcbe60177a56a"
4596dependencies = [
4597 "chrono",
4598 "thiserror",
4599 "ts-rs-macros",
4600]
4601
4602[[package]]
4603name = "ts-rs-macros"
4604version = "6.2.0"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "9f807fdb3151fee75df7485b901a89624358cd07a67a8fb1a5831bf5a07681ff"
4607dependencies = [
4608 "Inflector",
4609 "proc-macro2",
4610 "quote",
4611 "syn 1.0.109",
4612 "termcolor",
4613]
4614
4615[[package]]
4616name = "tungstenite"
4617version = "0.20.0"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649"
4620dependencies = [
4621 "byteorder",
4622 "bytes",
4623 "data-encoding",
4624 "http 0.2.11",
4625 "httparse",
4626 "log",
4627 "rand 0.8.5",
4628 "sha1",
4629 "thiserror",
4630 "url",
4631 "utf-8",
4632]
4633
4634[[package]]
4635name = "typenum"
4636version = "1.17.0"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4639
4640[[package]]
4641name = "uds_windows"
4642version = "1.0.2"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
4645dependencies = [
4646 "tempfile",
4647 "winapi",
4648]
4649
4650[[package]]
4651name = "unicode-bidi"
4652version = "0.3.13"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
4655
4656[[package]]
4657name = "unicode-ident"
4658version = "1.0.12"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
4661
4662[[package]]
4663name = "unicode-normalization"
4664version = "0.1.22"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
4667dependencies = [
4668 "tinyvec",
4669]
4670
4671[[package]]
4672name = "unicode-segmentation"
4673version = "1.10.1"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
4676
4677[[package]]
4678name = "unsafe-libyaml"
4679version = "0.2.9"
4680source = "registry+https://github.com/rust-lang/crates.io-index"
4681checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
4682
4683[[package]]
4684name = "url"
4685version = "2.5.0"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
4688dependencies = [
4689 "form_urlencoded",
4690 "idna",
4691 "percent-encoding",
4692 "serde",
4693]
4694
4695[[package]]
4696name = "utf-8"
4697version = "0.7.6"
4698source = "registry+https://github.com/rust-lang/crates.io-index"
4699checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4700
4701[[package]]
4702name = "utf8-width"
4703version = "0.1.7"
4704source = "registry+https://github.com/rust-lang/crates.io-index"
4705checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
4706
4707[[package]]
4708name = "utf8parse"
4709version = "0.2.1"
4710source = "registry+https://github.com/rust-lang/crates.io-index"
4711checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
4712
4713[[package]]
4714name = "uuid"
4715version = "1.6.1"
4716source = "registry+https://github.com/rust-lang/crates.io-index"
4717checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
4718dependencies = [
4719 "getrandom 0.2.11",
4720]
4721
4722[[package]]
4723name = "valuable"
4724version = "0.1.0"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
4727
4728[[package]]
4729name = "value-bag"
4730version = "1.4.2"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "4a72e1902dde2bd6441347de2b70b7f5d59bf157c6c62f0c44572607a1d55bbe"
4733
4734[[package]]
4735name = "vcpkg"
4736version = "0.2.15"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4739
4740[[package]]
4741name = "version-compare"
4742version = "0.0.11"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
4745
4746[[package]]
4747name = "version-compare"
4748version = "0.1.1"
4749source = "registry+https://github.com/rust-lang/crates.io-index"
4750checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
4751
4752[[package]]
4753name = "version_check"
4754version = "0.9.4"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
4757
4758[[package]]
4759name = "vswhom"
4760version = "0.1.0"
4761source = "registry+https://github.com/rust-lang/crates.io-index"
4762checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
4763dependencies = [
4764 "libc",
4765 "vswhom-sys",
4766]
4767
4768[[package]]
4769name = "vswhom-sys"
4770version = "0.1.2"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
4773dependencies = [
4774 "cc",
4775 "libc",
4776]
4777
4778[[package]]
4779name = "vte"
4780version = "0.10.1"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
4783dependencies = [
4784 "arrayvec",
4785 "utf8parse",
4786 "vte_generate_state_changes",
4787]
4788
4789[[package]]
4790name = "vte_generate_state_changes"
4791version = "0.1.1"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
4794dependencies = [
4795 "proc-macro2",
4796 "quote",
4797]
4798
4799[[package]]
4800name = "waker-fn"
4801version = "1.1.1"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
4804
4805[[package]]
4806name = "walkdir"
4807version = "2.4.0"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
4810dependencies = [
4811 "same-file",
4812 "winapi-util",
4813]
4814
4815[[package]]
4816name = "want"
4817version = "0.3.1"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4820dependencies = [
4821 "try-lock",
4822]
4823
4824[[package]]
4825name = "wasi"
4826version = "0.9.0+wasi-snapshot-preview1"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
4829
4830[[package]]
4831name = "wasi"
4832version = "0.11.0+wasi-snapshot-preview1"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4835
4836[[package]]
4837name = "wasm-bindgen"
4838version = "0.2.89"
4839source = "registry+https://github.com/rust-lang/crates.io-index"
4840checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
4841dependencies = [
4842 "cfg-if",
4843 "wasm-bindgen-macro",
4844]
4845
4846[[package]]
4847name = "wasm-bindgen-backend"
4848version = "0.2.89"
4849source = "registry+https://github.com/rust-lang/crates.io-index"
4850checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
4851dependencies = [
4852 "bumpalo",
4853 "log",
4854 "once_cell",
4855 "proc-macro2",
4856 "quote",
4857 "syn 2.0.39",
4858 "wasm-bindgen-shared",
4859]
4860
4861[[package]]
4862name = "wasm-bindgen-futures"
4863version = "0.4.39"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
4866dependencies = [
4867 "cfg-if",
4868 "js-sys",
4869 "wasm-bindgen",
4870 "web-sys",
4871]
4872
4873[[package]]
4874name = "wasm-bindgen-macro"
4875version = "0.2.89"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
4878dependencies = [
4879 "quote",
4880 "wasm-bindgen-macro-support",
4881]
4882
4883[[package]]
4884name = "wasm-bindgen-macro-support"
4885version = "0.2.89"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
4888dependencies = [
4889 "proc-macro2",
4890 "quote",
4891 "syn 2.0.39",
4892 "wasm-bindgen-backend",
4893 "wasm-bindgen-shared",
4894]
4895
4896[[package]]
4897name = "wasm-bindgen-shared"
4898version = "0.2.89"
4899source = "registry+https://github.com/rust-lang/crates.io-index"
4900checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
4901
4902[[package]]
4903name = "wasm-streams"
4904version = "0.3.0"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
4907dependencies = [
4908 "futures-util",
4909 "js-sys",
4910 "wasm-bindgen",
4911 "wasm-bindgen-futures",
4912 "web-sys",
4913]
4914
4915[[package]]
4916name = "web-sys"
4917version = "0.3.66"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
4920dependencies = [
4921 "js-sys",
4922 "wasm-bindgen",
4923]
4924
4925[[package]]
4926name = "webkit2gtk"
4927version = "0.18.2"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370"
4930dependencies = [
4931 "bitflags 1.3.2",
4932 "cairo-rs",
4933 "gdk",
4934 "gdk-sys",
4935 "gio",
4936 "gio-sys",
4937 "glib",
4938 "glib-sys",
4939 "gobject-sys",
4940 "gtk",
4941 "gtk-sys",
4942 "javascriptcore-rs",
4943 "libc",
4944 "once_cell",
4945 "soup2",
4946 "webkit2gtk-sys",
4947]
4948
4949[[package]]
4950name = "webkit2gtk-sys"
4951version = "0.18.0"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3"
4954dependencies = [
4955 "atk-sys",
4956 "bitflags 1.3.2",
4957 "cairo-sys-rs",
4958 "gdk-pixbuf-sys",
4959 "gdk-sys",
4960 "gio-sys",
4961 "glib-sys",
4962 "gobject-sys",
4963 "gtk-sys",
4964 "javascriptcore-rs-sys",
4965 "libc",
4966 "pango-sys",
4967 "pkg-config",
4968 "soup2-sys",
4969 "system-deps 6.2.0",
4970]
4971
4972[[package]]
4973name = "webview2-com"
4974version = "0.19.1"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178"
4977dependencies = [
4978 "webview2-com-macros",
4979 "webview2-com-sys",
4980 "windows 0.39.0",
4981 "windows-implement",
4982]
4983
4984[[package]]
4985name = "webview2-com-macros"
4986version = "0.6.0"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac"
4989dependencies = [
4990 "proc-macro2",
4991 "quote",
4992 "syn 1.0.109",
4993]
4994
4995[[package]]
4996name = "webview2-com-sys"
4997version = "0.19.0"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7"
5000dependencies = [
5001 "regex",
5002 "serde",
5003 "serde_json",
5004 "thiserror",
5005 "windows 0.39.0",
5006 "windows-bindgen",
5007 "windows-metadata",
5008]
5009
5010[[package]]
5011name = "winapi"
5012version = "0.3.9"
5013source = "registry+https://github.com/rust-lang/crates.io-index"
5014checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5015dependencies = [
5016 "winapi-i686-pc-windows-gnu",
5017 "winapi-x86_64-pc-windows-gnu",
5018]
5019
5020[[package]]
5021name = "winapi-i686-pc-windows-gnu"
5022version = "0.4.0"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5025
5026[[package]]
5027name = "winapi-util"
5028version = "0.1.6"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
5031dependencies = [
5032 "winapi",
5033]
5034
5035[[package]]
5036name = "winapi-x86_64-pc-windows-gnu"
5037version = "0.4.0"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5040
5041[[package]]
5042name = "window-vibrancy"
5043version = "0.3.2"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "2f762d9cc392fb85e6b1b5eed1ef13d73fed5149a5cbb017a7137497d14ef612"
5046dependencies = [
5047 "cocoa",
5048 "objc",
5049 "raw-window-handle",
5050 "windows-sys 0.42.0",
5051]
5052
5053[[package]]
5054name = "windows"
5055version = "0.37.0"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
5058dependencies = [
5059 "windows_aarch64_msvc 0.37.0",
5060 "windows_i686_gnu 0.37.0",
5061 "windows_i686_msvc 0.37.0",
5062 "windows_x86_64_gnu 0.37.0",
5063 "windows_x86_64_msvc 0.37.0",
5064]
5065
5066[[package]]
5067name = "windows"
5068version = "0.39.0"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
5071dependencies = [
5072 "windows-implement",
5073 "windows_aarch64_msvc 0.39.0",
5074 "windows_i686_gnu 0.39.0",
5075 "windows_i686_msvc 0.39.0",
5076 "windows_x86_64_gnu 0.39.0",
5077 "windows_x86_64_msvc 0.39.0",
5078]
5079
5080[[package]]
5081name = "windows"
5082version = "0.48.0"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
5085dependencies = [
5086 "windows-targets 0.48.5",
5087]
5088
5089[[package]]
5090name = "windows"
5091version = "0.51.1"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
5094dependencies = [
5095 "windows-core",
5096 "windows-targets 0.48.5",
5097]
5098
5099[[package]]
5100name = "windows-bindgen"
5101version = "0.39.0"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41"
5104dependencies = [
5105 "windows-metadata",
5106 "windows-tokens",
5107]
5108
5109[[package]]
5110name = "windows-core"
5111version = "0.51.1"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
5114dependencies = [
5115 "windows-targets 0.48.5",
5116]
5117
5118[[package]]
5119name = "windows-implement"
5120version = "0.39.0"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
5123dependencies = [
5124 "syn 1.0.109",
5125 "windows-tokens",
5126]
5127
5128[[package]]
5129name = "windows-metadata"
5130version = "0.39.0"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278"
5133
5134[[package]]
5135name = "windows-sys"
5136version = "0.42.0"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
5139dependencies = [
5140 "windows_aarch64_gnullvm 0.42.2",
5141 "windows_aarch64_msvc 0.42.2",
5142 "windows_i686_gnu 0.42.2",
5143 "windows_i686_msvc 0.42.2",
5144 "windows_x86_64_gnu 0.42.2",
5145 "windows_x86_64_gnullvm 0.42.2",
5146 "windows_x86_64_msvc 0.42.2",
5147]
5148
5149[[package]]
5150name = "windows-sys"
5151version = "0.45.0"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5154dependencies = [
5155 "windows-targets 0.42.2",
5156]
5157
5158[[package]]
5159name = "windows-sys"
5160version = "0.48.0"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5163dependencies = [
5164 "windows-targets 0.48.5",
5165]
5166
5167[[package]]
5168name = "windows-sys"
5169version = "0.52.0"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5172dependencies = [
5173 "windows-targets 0.52.0",
5174]
5175
5176[[package]]
5177name = "windows-targets"
5178version = "0.42.2"
5179source = "registry+https://github.com/rust-lang/crates.io-index"
5180checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5181dependencies = [
5182 "windows_aarch64_gnullvm 0.42.2",
5183 "windows_aarch64_msvc 0.42.2",
5184 "windows_i686_gnu 0.42.2",
5185 "windows_i686_msvc 0.42.2",
5186 "windows_x86_64_gnu 0.42.2",
5187 "windows_x86_64_gnullvm 0.42.2",
5188 "windows_x86_64_msvc 0.42.2",
5189]
5190
5191[[package]]
5192name = "windows-targets"
5193version = "0.48.5"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
5196dependencies = [
5197 "windows_aarch64_gnullvm 0.48.5",
5198 "windows_aarch64_msvc 0.48.5",
5199 "windows_i686_gnu 0.48.5",
5200 "windows_i686_msvc 0.48.5",
5201 "windows_x86_64_gnu 0.48.5",
5202 "windows_x86_64_gnullvm 0.48.5",
5203 "windows_x86_64_msvc 0.48.5",
5204]
5205
5206[[package]]
5207name = "windows-targets"
5208version = "0.52.0"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
5211dependencies = [
5212 "windows_aarch64_gnullvm 0.52.0",
5213 "windows_aarch64_msvc 0.52.0",
5214 "windows_i686_gnu 0.52.0",
5215 "windows_i686_msvc 0.52.0",
5216 "windows_x86_64_gnu 0.52.0",
5217 "windows_x86_64_gnullvm 0.52.0",
5218 "windows_x86_64_msvc 0.52.0",
5219]
5220
5221[[package]]
5222name = "windows-tokens"
5223version = "0.39.0"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
5226
5227[[package]]
5228name = "windows-version"
5229version = "0.1.0"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "75aa004c988e080ad34aff5739c39d0312f4684699d6d71fc8a198d057b8b9b4"
5232dependencies = [
5233 "windows-targets 0.52.0",
5234]
5235
5236[[package]]
5237name = "windows_aarch64_gnullvm"
5238version = "0.42.2"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5241
5242[[package]]
5243name = "windows_aarch64_gnullvm"
5244version = "0.48.5"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5247
5248[[package]]
5249name = "windows_aarch64_gnullvm"
5250version = "0.52.0"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
5253
5254[[package]]
5255name = "windows_aarch64_msvc"
5256version = "0.37.0"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
5259
5260[[package]]
5261name = "windows_aarch64_msvc"
5262version = "0.39.0"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
5265
5266[[package]]
5267name = "windows_aarch64_msvc"
5268version = "0.42.2"
5269source = "registry+https://github.com/rust-lang/crates.io-index"
5270checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5271
5272[[package]]
5273name = "windows_aarch64_msvc"
5274version = "0.48.5"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5277
5278[[package]]
5279name = "windows_aarch64_msvc"
5280version = "0.52.0"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
5283
5284[[package]]
5285name = "windows_i686_gnu"
5286version = "0.37.0"
5287source = "registry+https://github.com/rust-lang/crates.io-index"
5288checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
5289
5290[[package]]
5291name = "windows_i686_gnu"
5292version = "0.39.0"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
5295
5296[[package]]
5297name = "windows_i686_gnu"
5298version = "0.42.2"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5301
5302[[package]]
5303name = "windows_i686_gnu"
5304version = "0.48.5"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5307
5308[[package]]
5309name = "windows_i686_gnu"
5310version = "0.52.0"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
5313
5314[[package]]
5315name = "windows_i686_msvc"
5316version = "0.37.0"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
5319
5320[[package]]
5321name = "windows_i686_msvc"
5322version = "0.39.0"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
5325
5326[[package]]
5327name = "windows_i686_msvc"
5328version = "0.42.2"
5329source = "registry+https://github.com/rust-lang/crates.io-index"
5330checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5331
5332[[package]]
5333name = "windows_i686_msvc"
5334version = "0.48.5"
5335source = "registry+https://github.com/rust-lang/crates.io-index"
5336checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5337
5338[[package]]
5339name = "windows_i686_msvc"
5340version = "0.52.0"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
5343
5344[[package]]
5345name = "windows_x86_64_gnu"
5346version = "0.37.0"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
5349
5350[[package]]
5351name = "windows_x86_64_gnu"
5352version = "0.39.0"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
5355
5356[[package]]
5357name = "windows_x86_64_gnu"
5358version = "0.42.2"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5361
5362[[package]]
5363name = "windows_x86_64_gnu"
5364version = "0.48.5"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5367
5368[[package]]
5369name = "windows_x86_64_gnu"
5370version = "0.52.0"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
5373
5374[[package]]
5375name = "windows_x86_64_gnullvm"
5376version = "0.42.2"
5377source = "registry+https://github.com/rust-lang/crates.io-index"
5378checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5379
5380[[package]]
5381name = "windows_x86_64_gnullvm"
5382version = "0.48.5"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5385
5386[[package]]
5387name = "windows_x86_64_gnullvm"
5388version = "0.52.0"
5389source = "registry+https://github.com/rust-lang/crates.io-index"
5390checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
5391
5392[[package]]
5393name = "windows_x86_64_msvc"
5394version = "0.37.0"
5395source = "registry+https://github.com/rust-lang/crates.io-index"
5396checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
5397
5398[[package]]
5399name = "windows_x86_64_msvc"
5400version = "0.39.0"
5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
5403
5404[[package]]
5405name = "windows_x86_64_msvc"
5406version = "0.42.2"
5407source = "registry+https://github.com/rust-lang/crates.io-index"
5408checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5409
5410[[package]]
5411name = "windows_x86_64_msvc"
5412version = "0.48.5"
5413source = "registry+https://github.com/rust-lang/crates.io-index"
5414checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5415
5416[[package]]
5417name = "windows_x86_64_msvc"
5418version = "0.52.0"
5419source = "registry+https://github.com/rust-lang/crates.io-index"
5420checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
5421
5422[[package]]
5423name = "winnow"
5424version = "0.5.19"
5425source = "registry+https://github.com/rust-lang/crates.io-index"
5426checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
5427dependencies = [
5428 "memchr",
5429]
5430
5431[[package]]
5432name = "winreg"
5433version = "0.50.0"
5434source = "registry+https://github.com/rust-lang/crates.io-index"
5435checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
5436dependencies = [
5437 "cfg-if",
5438 "windows-sys 0.48.0",
5439]
5440
5441[[package]]
5442name = "winreg"
5443version = "0.51.0"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
5446dependencies = [
5447 "cfg-if",
5448 "windows-sys 0.48.0",
5449]
5450
5451[[package]]
5452name = "wry"
5453version = "0.24.6"
5454source = "registry+https://github.com/rust-lang/crates.io-index"
5455checksum = "64a70547e8f9d85da0f5af609143f7bde3ac7457a6e1073104d9b73d6c5ac744"
5456dependencies = [
5457 "base64 0.13.1",
5458 "block",
5459 "cocoa",
5460 "core-graphics",
5461 "crossbeam-channel",
5462 "dunce",
5463 "gdk",
5464 "gio",
5465 "glib",
5466 "gtk",
5467 "html5ever 0.25.2",
5468 "http 0.2.11",
5469 "kuchiki",
5470 "libc",
5471 "log",
5472 "objc",
5473 "objc_id",
5474 "once_cell",
5475 "serde",
5476 "serde_json",
5477 "sha2",
5478 "soup2",
5479 "tao",
5480 "thiserror",
5481 "url",
5482 "webkit2gtk",
5483 "webkit2gtk-sys",
5484 "webview2-com",
5485 "windows 0.39.0",
5486 "windows-implement",
5487]
5488
5489[[package]]
5490name = "x11"
5491version = "2.21.0"
5492source = "registry+https://github.com/rust-lang/crates.io-index"
5493checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
5494dependencies = [
5495 "libc",
5496 "pkg-config",
5497]
5498
5499[[package]]
5500name = "x11-dl"
5501version = "2.21.0"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
5504dependencies = [
5505 "libc",
5506 "once_cell",
5507 "pkg-config",
5508]
5509
5510[[package]]
5511name = "xattr"
5512version = "1.0.1"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
5515dependencies = [
5516 "libc",
5517]
5518
5519[[package]]
5520name = "xdg-home"
5521version = "1.0.0"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
5524dependencies = [
5525 "nix",
5526 "winapi",
5527]
5528
5529[[package]]
5530name = "zbus"
5531version = "3.14.1"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948"
5534dependencies = [
5535 "async-broadcast",
5536 "async-executor",
5537 "async-fs",
5538 "async-io 1.13.0",
5539 "async-lock 2.8.0",
5540 "async-process",
5541 "async-recursion",
5542 "async-task",
5543 "async-trait",
5544 "blocking",
5545 "byteorder",
5546 "derivative",
5547 "enumflags2",
5548 "event-listener 2.5.3",
5549 "futures-core",
5550 "futures-sink",
5551 "futures-util",
5552 "hex",
5553 "nix",
5554 "once_cell",
5555 "ordered-stream",
5556 "rand 0.8.5",
5557 "serde",
5558 "serde_repr",
5559 "sha1",
5560 "static_assertions",
5561 "tracing",
5562 "uds_windows",
5563 "winapi",
5564 "xdg-home",
5565 "zbus_macros",
5566 "zbus_names",
5567 "zvariant",
5568]
5569
5570[[package]]
5571name = "zbus_macros"
5572version = "3.14.1"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d"
5575dependencies = [
5576 "proc-macro-crate",
5577 "proc-macro2",
5578 "quote",
5579 "regex",
5580 "syn 1.0.109",
5581 "zvariant_utils",
5582]
5583
5584[[package]]
5585name = "zbus_names"
5586version = "2.6.0"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
5589dependencies = [
5590 "serde",
5591 "static_assertions",
5592 "zvariant",
5593]
5594
5595[[package]]
5596name = "zip"
5597version = "0.6.6"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
5600dependencies = [
5601 "byteorder",
5602 "crc32fast",
5603 "crossbeam-utils",
5604]
5605
5606[[package]]
5607name = "zvariant"
5608version = "3.15.0"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
5611dependencies = [
5612 "byteorder",
5613 "enumflags2",
5614 "libc",
5615 "serde",
5616 "static_assertions",
5617 "zvariant_derive",
5618]
5619
5620[[package]]
5621name = "zvariant_derive"
5622version = "3.15.0"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
5625dependencies = [
5626 "proc-macro-crate",
5627 "proc-macro2",
5628 "quote",
5629 "syn 1.0.109",
5630 "zvariant_utils",
5631]
5632
5633[[package]]
5634name = "zvariant_utils"
5635version = "1.0.1"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
5638dependencies = [
5639 "proc-macro2",
5640 "quote",
5641 "syn 1.0.109",
5642]