Skip to main content

max / quasi

130.8 KB · 5540 lines History Blame Raw
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 4
4
5 [[package]]
6 name = "accesskit"
7 version = "0.24.1"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "d3b7f7f85a7e5f68090000ed7622545829afd484d210358702ae4cb97dd0c320"
10 dependencies = [
11 "uuid",
12 ]
13
14 [[package]]
15 name = "adler2"
16 version = "2.0.1"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20 [[package]]
21 name = "ahash"
22 version = "0.8.12"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
24 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
25 dependencies = [
26 "cfg-if",
27 "once_cell",
28 "version_check",
29 "zerocopy",
30 ]
31
32 [[package]]
33 name = "aho-corasick"
34 version = "1.1.5"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
37 dependencies = [
38 "memchr",
39 ]
40
41 [[package]]
42 name = "alloc-no-stdlib"
43 version = "2.0.4"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
46
47 [[package]]
48 name = "alloc-stdlib"
49 version = "0.2.4"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
52 dependencies = [
53 "alloc-no-stdlib",
54 ]
55
56 [[package]]
57 name = "allocator-api2"
58 version = "0.2.21"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
61
62 [[package]]
63 name = "ammonia"
64 version = "4.1.4"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "dc6d763210e2eb7670d1a5183a08bebefa3f97db2a738a684f2ce00bd49f681d"
67 dependencies = [
68 "cssparser 0.37.0",
69 "html5ever 0.39.0",
70 "maplit",
71 "url",
72 ]
73
74 [[package]]
75 name = "android_system_properties"
76 version = "0.1.6"
77 source = "registry+https://github.com/rust-lang/crates.io-index"
78 checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
79 dependencies = [
80 "libc",
81 ]
82
83 [[package]]
84 name = "anyhow"
85 version = "1.0.104"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
88
89 [[package]]
90 name = "arrayvec"
91 version = "0.7.8"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
94
95 [[package]]
96 name = "atk"
97 version = "0.18.2"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
100 dependencies = [
101 "atk-sys",
102 "glib",
103 "libc",
104 ]
105
106 [[package]]
107 name = "atk-sys"
108 version = "0.18.2"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
111 dependencies = [
112 "glib-sys",
113 "gobject-sys",
114 "libc",
115 "system-deps",
116 ]
117
118 [[package]]
119 name = "atomic-waker"
120 version = "1.1.2"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
122 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
123
124 [[package]]
125 name = "autocfg"
126 version = "1.5.1"
127 source = "registry+https://github.com/rust-lang/crates.io-index"
128 checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
129
130 [[package]]
131 name = "axum"
132 version = "0.8.9"
133 source = "registry+https://github.com/rust-lang/crates.io-index"
134 checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
135 dependencies = [
136 "axum-core",
137 "bytes",
138 "form_urlencoded",
139 "futures-util",
140 "http",
141 "http-body",
142 "http-body-util",
143 "hyper",
144 "hyper-util",
145 "itoa",
146 "matchit",
147 "memchr",
148 "mime",
149 "percent-encoding",
150 "pin-project-lite",
151 "serde_core",
152 "serde_json",
153 "serde_path_to_error",
154 "serde_urlencoded",
155 "sync_wrapper",
156 "tokio",
157 "tower",
158 "tower-layer",
159 "tower-service",
160 "tracing",
161 ]
162
163 [[package]]
164 name = "axum-core"
165 version = "0.5.6"
166 source = "registry+https://github.com/rust-lang/crates.io-index"
167 checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
168 dependencies = [
169 "bytes",
170 "futures-core",
171 "http",
172 "http-body",
173 "http-body-util",
174 "mime",
175 "pin-project-lite",
176 "sync_wrapper",
177 "tower-layer",
178 "tower-service",
179 "tracing",
180 ]
181
182 [[package]]
183 name = "base64"
184 version = "0.21.7"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
187
188 [[package]]
189 name = "base64"
190 version = "0.22.1"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
192 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
193
194 [[package]]
195 name = "bit-set"
196 version = "0.8.0"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
199 dependencies = [
200 "bit-vec",
201 ]
202
203 [[package]]
204 name = "bit-vec"
205 version = "0.8.0"
206 source = "registry+https://github.com/rust-lang/crates.io-index"
207 checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
208
209 [[package]]
210 name = "bitflags"
211 version = "1.3.2"
212 source = "registry+https://github.com/rust-lang/crates.io-index"
213 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
214
215 [[package]]
216 name = "bitflags"
217 version = "2.13.1"
218 source = "registry+https://github.com/rust-lang/crates.io-index"
219 checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
220 dependencies = [
221 "serde_core",
222 ]
223
224 [[package]]
225 name = "block-buffer"
226 version = "0.10.4"
227 source = "registry+https://github.com/rust-lang/crates.io-index"
228 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
229 dependencies = [
230 "generic-array",
231 ]
232
233 [[package]]
234 name = "block2"
235 version = "0.6.2"
236 source = "registry+https://github.com/rust-lang/crates.io-index"
237 checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
238 dependencies = [
239 "objc2",
240 ]
241
242 [[package]]
243 name = "brotli"
244 version = "8.0.4"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
246 checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
247 dependencies = [
248 "alloc-no-stdlib",
249 "alloc-stdlib",
250 "brotli-decompressor",
251 ]
252
253 [[package]]
254 name = "brotli-decompressor"
255 version = "5.0.3"
256 source = "registry+https://github.com/rust-lang/crates.io-index"
257 checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
258 dependencies = [
259 "alloc-no-stdlib",
260 "alloc-stdlib",
261 ]
262
263 [[package]]
264 name = "bs58"
265 version = "0.5.1"
266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
268 dependencies = [
269 "tinyvec",
270 ]
271
272 [[package]]
273 name = "bumpalo"
274 version = "3.20.3"
275 source = "registry+https://github.com/rust-lang/crates.io-index"
276 checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
277
278 [[package]]
279 name = "bytemuck"
280 version = "1.25.2"
281 source = "registry+https://github.com/rust-lang/crates.io-index"
282 checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
283 dependencies = [
284 "bytemuck_derive",
285 ]
286
287 [[package]]
288 name = "bytemuck_derive"
289 version = "1.12.0"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
291 checksum = "fc0e56a716f1e132ff6bf4bdac1c944a3fcdc1cae65f70a4a2a1ac3b401d2d1f"
292 dependencies = [
293 "proc-macro2",
294 "quote",
295 "syn 3.0.3",
296 ]
297
298 [[package]]
299 name = "byteorder"
300 version = "1.5.0"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
303
304 [[package]]
305 name = "bytes"
306 version = "1.12.1"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
309 dependencies = [
310 "serde",
311 ]
312
313 [[package]]
314 name = "cairo-rs"
315 version = "0.18.5"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
318 dependencies = [
319 "bitflags 2.13.1",
320 "cairo-sys-rs",
321 "glib",
322 "libc",
323 "once_cell",
324 "thiserror 1.0.69",
325 ]
326
327 [[package]]
328 name = "cairo-sys-rs"
329 version = "0.18.2"
330 source = "registry+https://github.com/rust-lang/crates.io-index"
331 checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
332 dependencies = [
333 "glib-sys",
334 "libc",
335 "system-deps",
336 ]
337
338 [[package]]
339 name = "camino"
340 version = "1.2.5"
341 source = "registry+https://github.com/rust-lang/crates.io-index"
342 checksum = "bb1307f12aa967b5a58416e87b3653360e0fd614a016b6e970db08fecbb1b80d"
343 dependencies = [
344 "serde_core",
345 ]
346
347 [[package]]
348 name = "cargo-platform"
349 version = "0.1.9"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
351 checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
352 dependencies = [
353 "serde",
354 ]
355
356 [[package]]
357 name = "cargo_metadata"
358 version = "0.19.2"
359 source = "registry+https://github.com/rust-lang/crates.io-index"
360 checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
361 dependencies = [
362 "camino",
363 "cargo-platform",
364 "semver",
365 "serde",
366 "serde_json",
367 "thiserror 2.0.20",
368 ]
369
370 [[package]]
371 name = "cargo_toml"
372 version = "0.22.3"
373 source = "registry+https://github.com/rust-lang/crates.io-index"
374 checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77"
375 dependencies = [
376 "serde",
377 "toml 0.9.12+spec-1.1.0",
378 ]
379
380 [[package]]
381 name = "castaway"
382 version = "0.2.4"
383 source = "registry+https://github.com/rust-lang/crates.io-index"
384 checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
385 dependencies = [
386 "rustversion",
387 ]
388
389 [[package]]
390 name = "cc"
391 version = "1.4.2"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
393 checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
394 dependencies = [
395 "find-msvc-tools",
396 "shlex",
397 ]
398
399 [[package]]
400 name = "cesu8"
401 version = "1.1.0"
402 source = "registry+https://github.com/rust-lang/crates.io-index"
403 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
404
405 [[package]]
406 name = "cfb"
407 version = "0.7.3"
408 source = "registry+https://github.com/rust-lang/crates.io-index"
409 checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
410 dependencies = [
411 "byteorder",
412 "fnv",
413 "uuid",
414 ]
415
416 [[package]]
417 name = "cfg-expr"
418 version = "0.15.8"
419 source = "registry+https://github.com/rust-lang/crates.io-index"
420 checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
421 dependencies = [
422 "smallvec",
423 "target-lexicon",
424 ]
425
426 [[package]]
427 name = "cfg-if"
428 version = "1.0.4"
429 source = "registry+https://github.com/rust-lang/crates.io-index"
430 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
431
432 [[package]]
433 name = "chrono"
434 version = "0.4.45"
435 source = "registry+https://github.com/rust-lang/crates.io-index"
436 checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
437 dependencies = [
438 "iana-time-zone",
439 "num-traits",
440 "serde",
441 "windows-link 0.2.1",
442 ]
443
444 [[package]]
445 name = "color"
446 version = "0.3.3"
447 source = "registry+https://github.com/rust-lang/crates.io-index"
448 checksum = "2ec7c5eb7a16992b1904d76c517d170ab353b0e0b3d5a0c81a8a0cd1037893cf"
449 dependencies = [
450 "bytemuck",
451 ]
452
453 [[package]]
454 name = "combine"
455 version = "4.6.7"
456 source = "registry+https://github.com/rust-lang/crates.io-index"
457 checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
458 dependencies = [
459 "bytes",
460 "memchr",
461 ]
462
463 [[package]]
464 name = "compact_str"
465 version = "0.9.1"
466 source = "registry+https://github.com/rust-lang/crates.io-index"
467 checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
468 dependencies = [
469 "castaway",
470 "cfg-if",
471 "itoa",
472 "rustversion",
473 "ryu",
474 "static_assertions",
475 ]
476
477 [[package]]
478 name = "cookie"
479 version = "0.18.2"
480 source = "registry+https://github.com/rust-lang/crates.io-index"
481 checksum = "1a373e3602691c3cdea496d2f0ee5935151e6168fe87739483c463db1b2f2f87"
482 dependencies = [
483 "time",
484 "version_check",
485 ]
486
487 [[package]]
488 name = "core-foundation"
489 version = "0.10.1"
490 source = "registry+https://github.com/rust-lang/crates.io-index"
491 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
492 dependencies = [
493 "core-foundation-sys",
494 "libc",
495 ]
496
497 [[package]]
498 name = "core-foundation-sys"
499 version = "0.8.7"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
502
503 [[package]]
504 name = "core-graphics"
505 version = "0.25.0"
506 source = "registry+https://github.com/rust-lang/crates.io-index"
507 checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97"
508 dependencies = [
509 "bitflags 2.13.1",
510 "core-foundation",
511 "core-graphics-types",
512 "foreign-types",
513 "libc",
514 ]
515
516 [[package]]
517 name = "core-graphics-types"
518 version = "0.2.0"
519 source = "registry+https://github.com/rust-lang/crates.io-index"
520 checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
521 dependencies = [
522 "bitflags 2.13.1",
523 "core-foundation",
524 "libc",
525 ]
526
527 [[package]]
528 name = "cpufeatures"
529 version = "0.2.17"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
532 dependencies = [
533 "libc",
534 ]
535
536 [[package]]
537 name = "crc32fast"
538 version = "1.5.0"
539 source = "registry+https://github.com/rust-lang/crates.io-index"
540 checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
541 dependencies = [
542 "cfg-if",
543 ]
544
545 [[package]]
546 name = "crossbeam-channel"
547 version = "0.5.16"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
550 dependencies = [
551 "crossbeam-utils",
552 ]
553
554 [[package]]
555 name = "crossbeam-utils"
556 version = "0.8.22"
557 source = "registry+https://github.com/rust-lang/crates.io-index"
558 checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
559
560 [[package]]
561 name = "crypto-common"
562 version = "0.1.7"
563 source = "registry+https://github.com/rust-lang/crates.io-index"
564 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
565 dependencies = [
566 "generic-array",
567 "typenum",
568 ]
569
570 [[package]]
571 name = "cssparser"
572 version = "0.36.0"
573 source = "registry+https://github.com/rust-lang/crates.io-index"
574 checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2"
575 dependencies = [
576 "cssparser-macros",
577 "dtoa-short",
578 "itoa",
579 "phf",
580 "smallvec",
581 ]
582
583 [[package]]
584 name = "cssparser"
585 version = "0.37.0"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
587 checksum = "8c9cdaae01d5ed7882b04d795e7f752f46ff52d2fa3b50a20d28c464510bba98"
588 dependencies = [
589 "dtoa-short",
590 "itoa",
591 "smallvec",
592 ]
593
594 [[package]]
595 name = "cssparser-macros"
596 version = "0.6.1"
597 source = "registry+https://github.com/rust-lang/crates.io-index"
598 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
599 dependencies = [
600 "quote",
601 "syn 2.0.119",
602 ]
603
604 [[package]]
605 name = "ctor"
606 version = "0.8.0"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98"
609 dependencies = [
610 "ctor-proc-macro",
611 "dtor",
612 ]
613
614 [[package]]
615 name = "ctor-proc-macro"
616 version = "0.0.7"
617 source = "registry+https://github.com/rust-lang/crates.io-index"
618 checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
619
620 [[package]]
621 name = "darling"
622 version = "0.23.0"
623 source = "registry+https://github.com/rust-lang/crates.io-index"
624 checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
625 dependencies = [
626 "darling_core 0.23.0",
627 "darling_macro 0.23.0",
628 ]
629
630 [[package]]
631 name = "darling"
632 version = "0.24.0"
633 source = "registry+https://github.com/rust-lang/crates.io-index"
634 checksum = "88490bf1b990d87eaaa7ac8aa887f629a08e7359765b4911faf63c3763347d23"
635 dependencies = [
636 "darling_core 0.24.0",
637 "darling_macro 0.24.0",
638 ]
639
640 [[package]]
641 name = "darling_core"
642 version = "0.23.0"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
645 dependencies = [
646 "ident_case",
647 "proc-macro2",
648 "quote",
649 "strsim",
650 "syn 2.0.119",
651 ]
652
653 [[package]]
654 name = "darling_core"
655 version = "0.24.0"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
657 checksum = "084e274f91c482280130e1e34e0b8d6e66776a060d7b6de7b84289ca778868c4"
658 dependencies = [
659 "ident_case",
660 "proc-macro2",
661 "quote",
662 "strsim",
663 "syn 3.0.3",
664 ]
665
666 [[package]]
667 name = "darling_macro"
668 version = "0.23.0"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
671 dependencies = [
672 "darling_core 0.23.0",
673 "quote",
674 "syn 2.0.119",
675 ]
676
677 [[package]]
678 name = "darling_macro"
679 version = "0.24.0"
680 source = "registry+https://github.com/rust-lang/crates.io-index"
681 checksum = "68f5792fa0d41cd2325ce0ffa64f0a340eaebd4971a3a0c5e1ffd2cc488a355e"
682 dependencies = [
683 "darling_core 0.24.0",
684 "quote",
685 "syn 3.0.3",
686 ]
687
688 [[package]]
689 name = "dbus"
690 version = "0.9.12"
691 source = "registry+https://github.com/rust-lang/crates.io-index"
692 checksum = "3ab69f03cc8c4340c9c8e315114e1658e6775a9b16a04357973aa21cec22b32e"
693 dependencies = [
694 "libc",
695 "libdbus-sys",
696 "windows-sys 0.61.2",
697 ]
698
699 [[package]]
700 name = "defmt"
701 version = "1.1.1"
702 source = "registry+https://github.com/rust-lang/crates.io-index"
703 checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
704 dependencies = [
705 "bitflags 1.3.2",
706 "defmt-macros",
707 ]
708
709 [[package]]
710 name = "defmt-macros"
711 version = "1.1.1"
712 source = "registry+https://github.com/rust-lang/crates.io-index"
713 checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
714 dependencies = [
715 "defmt-parser",
716 "proc-macro2",
717 "quote",
718 "syn 2.0.119",
719 ]
720
721 [[package]]
722 name = "defmt-parser"
723 version = "1.0.0"
724 source = "registry+https://github.com/rust-lang/crates.io-index"
725 checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
726 dependencies = [
727 "thiserror 2.0.20",
728 ]
729
730 [[package]]
731 name = "deranged"
732 version = "0.5.8"
733 source = "registry+https://github.com/rust-lang/crates.io-index"
734 checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
735 dependencies = [
736 "serde_core",
737 ]
738
739 [[package]]
740 name = "derive_more"
741 version = "2.1.1"
742 source = "registry+https://github.com/rust-lang/crates.io-index"
743 checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
744 dependencies = [
745 "derive_more-impl",
746 ]
747
748 [[package]]
749 name = "derive_more-impl"
750 version = "2.1.1"
751 source = "registry+https://github.com/rust-lang/crates.io-index"
752 checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
753 dependencies = [
754 "proc-macro2",
755 "quote",
756 "rustc_version",
757 "syn 2.0.119",
758 ]
759
760 [[package]]
761 name = "digest"
762 version = "0.10.7"
763 source = "registry+https://github.com/rust-lang/crates.io-index"
764 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
765 dependencies = [
766 "block-buffer",
767 "crypto-common",
768 ]
769
770 [[package]]
771 name = "dirs"
772 version = "6.0.0"
773 source = "registry+https://github.com/rust-lang/crates.io-index"
774 checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
775 dependencies = [
776 "dirs-sys",
777 ]
778
779 [[package]]
780 name = "dirs-sys"
781 version = "0.5.0"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
784 dependencies = [
785 "libc",
786 "option-ext",
787 "redox_users",
788 "windows-sys 0.61.2",
789 ]
790
791 [[package]]
792 name = "dispatch2"
793 version = "0.3.1"
794 source = "registry+https://github.com/rust-lang/crates.io-index"
795 checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
796 dependencies = [
797 "bitflags 2.13.1",
798 "block2",
799 "libc",
800 "objc2",
801 ]
802
803 [[package]]
804 name = "displaydoc"
805 version = "0.2.7"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
808 dependencies = [
809 "proc-macro2",
810 "quote",
811 "syn 3.0.3",
812 ]
813
814 [[package]]
815 name = "dlopen2"
816 version = "0.8.2"
817 source = "registry+https://github.com/rust-lang/crates.io-index"
818 checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4"
819 dependencies = [
820 "dlopen2_derive",
821 "libc",
822 "once_cell",
823 "winapi",
824 ]
825
826 [[package]]
827 name = "dlopen2_derive"
828 version = "0.4.3"
829 source = "registry+https://github.com/rust-lang/crates.io-index"
830 checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f"
831 dependencies = [
832 "proc-macro2",
833 "quote",
834 "syn 2.0.119",
835 ]
836
837 [[package]]
838 name = "docengine"
839 version = "0.7.0"
840 dependencies = [
841 "ammonia",
842 "pulldown-cmark",
843 "serde",
844 ]
845
846 [[package]]
847 name = "dom_query"
848 version = "0.27.0"
849 source = "registry+https://github.com/rust-lang/crates.io-index"
850 checksum = "521e380c0c8afb8d9a1e83a1822ee03556fc3e3e7dbc1fd30be14e37f9cb3f89"
851 dependencies = [
852 "bit-set",
853 "cssparser 0.36.0",
854 "foldhash",
855 "html5ever 0.38.0",
856 "precomputed-hash",
857 "selectors",
858 "tendril",
859 ]
860
861 [[package]]
862 name = "dpi"
863 version = "0.1.2"
864 source = "registry+https://github.com/rust-lang/crates.io-index"
865 checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
866 dependencies = [
867 "serde",
868 ]
869
870 [[package]]
871 name = "dtoa"
872 version = "1.0.11"
873 source = "registry+https://github.com/rust-lang/crates.io-index"
874 checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
875
876 [[package]]
877 name = "dtoa-short"
878 version = "0.3.5"
879 source = "registry+https://github.com/rust-lang/crates.io-index"
880 checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
881 dependencies = [
882 "dtoa",
883 ]
884
885 [[package]]
886 name = "dtor"
887 version = "0.3.0"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "f1057d6c64987086ff8ed0fd3fbf377a6b7d205cc7715868cd401705f715cbe4"
890 dependencies = [
891 "dtor-proc-macro",
892 ]
893
894 [[package]]
895 name = "dtor-proc-macro"
896 version = "0.0.6"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
899
900 [[package]]
901 name = "dunce"
902 version = "1.0.5"
903 source = "registry+https://github.com/rust-lang/crates.io-index"
904 checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
905
906 [[package]]
907 name = "dyn-clone"
908 version = "1.0.20"
909 source = "registry+https://github.com/rust-lang/crates.io-index"
910 checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
911
912 [[package]]
913 name = "ecolor"
914 version = "0.35.0"
915 source = "registry+https://github.com/rust-lang/crates.io-index"
916 checksum = "6758be723a3f298bbfda4db75748bc2ba0abafe096b6383c7c32da264764fbc3"
917 dependencies = [
918 "emath",
919 ]
920
921 [[package]]
922 name = "egui"
923 version = "0.35.0"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
925 checksum = "2796c98d50b79631281d516343a6f6e93c0666462ca36e2c93b39f25d7793325"
926 dependencies = [
927 "accesskit",
928 "ahash",
929 "bitflags 2.13.1",
930 "emath",
931 "epaint",
932 "itertools",
933 "log",
934 "nohash-hasher",
935 "profiling",
936 "smallvec",
937 "unicode-segmentation",
938 ]
939
940 [[package]]
941 name = "egui_extras"
942 version = "0.35.0"
943 source = "registry+https://github.com/rust-lang/crates.io-index"
944 checksum = "e2bd33be7338367bf21f54d62e069d58a5fb3ae033fa8bc6df7a77b9ef4cf957"
945 dependencies = [
946 "ahash",
947 "egui",
948 "enum-map",
949 "itertools",
950 "log",
951 "profiling",
952 ]
953
954 [[package]]
955 name = "either"
956 version = "1.17.0"
957 source = "registry+https://github.com/rust-lang/crates.io-index"
958 checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
959
960 [[package]]
961 name = "emath"
962 version = "0.35.0"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964 checksum = "cd4ec073c9898516584d8c6cfdcee95b530b3d941cd5031ef4050aa36812308b"
965
966 [[package]]
967 name = "embed-resource"
968 version = "3.0.11"
969 source = "registry+https://github.com/rust-lang/crates.io-index"
970 checksum = "fbfdaacccebec3b28e4866b8973543c7647797db5ada1bdab552e48fe665fbbd"
971 dependencies = [
972 "cc",
973 "memchr",
974 "rustc_version",
975 "toml 1.1.4+spec-1.1.0",
976 "vswhom",
977 "winreg",
978 ]
979
980 [[package]]
981 name = "embed_plist"
982 version = "1.2.2"
983 source = "registry+https://github.com/rust-lang/crates.io-index"
984 checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
985
986 [[package]]
987 name = "enum-map"
988 version = "2.7.3"
989 source = "registry+https://github.com/rust-lang/crates.io-index"
990 checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
991 dependencies = [
992 "enum-map-derive",
993 ]
994
995 [[package]]
996 name = "enum-map-derive"
997 version = "0.17.0"
998 source = "registry+https://github.com/rust-lang/crates.io-index"
999 checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
1000 dependencies = [
1001 "proc-macro2",
1002 "quote",
1003 "syn 2.0.119",
1004 ]
1005
1006 [[package]]
1007 name = "epaint"
1008 version = "0.35.0"
1009 source = "registry+https://github.com/rust-lang/crates.io-index"
1010 checksum = "4e60a8888b51da911df23918fd7301359b1d43a406a0ff3b8863af093dd7fc6c"
1011 dependencies = [
1012 "ahash",
1013 "ecolor",
1014 "emath",
1015 "font-types",
1016 "harfrust",
1017 "log",
1018 "nohash-hasher",
1019 "parking_lot",
1020 "profiling",
1021 "self_cell",
1022 "skrifa",
1023 "smallvec",
1024 "unicode-general-category",
1025 "unicode-segmentation",
1026 "vello_cpu",
1027 ]
1028
1029 [[package]]
1030 name = "equivalent"
1031 version = "1.0.2"
1032 source = "registry+https://github.com/rust-lang/crates.io-index"
1033 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1034
1035 [[package]]
1036 name = "erased-serde"
1037 version = "0.4.10"
1038 source = "registry+https://github.com/rust-lang/crates.io-index"
1039 checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
1040 dependencies = [
1041 "serde",
1042 "serde_core",
1043 "typeid",
1044 ]
1045
1046 [[package]]
1047 name = "euclid"
1048 version = "0.22.14"
1049 source = "registry+https://github.com/rust-lang/crates.io-index"
1050 checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
1051 dependencies = [
1052 "num-traits",
1053 ]
1054
1055 [[package]]
1056 name = "fallible-iterator"
1057 version = "0.3.0"
1058 source = "registry+https://github.com/rust-lang/crates.io-index"
1059 checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1060
1061 [[package]]
1062 name = "fallible-streaming-iterator"
1063 version = "0.1.9"
1064 source = "registry+https://github.com/rust-lang/crates.io-index"
1065 checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
1066
1067 [[package]]
1068 name = "fastrand"
1069 version = "2.5.0"
1070 source = "registry+https://github.com/rust-lang/crates.io-index"
1071 checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
1072
1073 [[package]]
1074 name = "fdeflate"
1075 version = "0.3.7"
1076 source = "registry+https://github.com/rust-lang/crates.io-index"
1077 checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1078 dependencies = [
1079 "simd-adler32",
1080 ]
1081
1082 [[package]]
1083 name = "fearless_simd"
1084 version = "0.4.1"
1085 source = "registry+https://github.com/rust-lang/crates.io-index"
1086 checksum = "b97b65636e5b9ef369943878ac74335ba1c55c1cb6adbf1e2c293c624248d693"
1087
1088 [[package]]
1089 name = "field-offset"
1090 version = "0.3.6"
1091 source = "registry+https://github.com/rust-lang/crates.io-index"
1092 checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
1093 dependencies = [
1094 "memoffset",
1095 "rustc_version",
1096 ]
1097
1098 [[package]]
1099 name = "find-msvc-tools"
1100 version = "0.1.10"
1101 source = "registry+https://github.com/rust-lang/crates.io-index"
1102 checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
1103
1104 [[package]]
1105 name = "flate2"
1106 version = "1.1.9"
1107 source = "registry+https://github.com/rust-lang/crates.io-index"
1108 checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
1109 dependencies = [
1110 "crc32fast",
1111 "miniz_oxide",
1112 ]
1113
1114 [[package]]
1115 name = "fnv"
1116 version = "1.0.7"
1117 source = "registry+https://github.com/rust-lang/crates.io-index"
1118 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1119
1120 [[package]]
1121 name = "foldhash"
1122 version = "0.2.0"
1123 source = "registry+https://github.com/rust-lang/crates.io-index"
1124 checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1125
1126 [[package]]
1127 name = "font-types"
1128 version = "0.11.3"
1129 source = "registry+https://github.com/rust-lang/crates.io-index"
1130 checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7"
1131 dependencies = [
1132 "bytemuck",
1133 ]
1134
1135 [[package]]
1136 name = "foreign-types"
1137 version = "0.5.0"
1138 source = "registry+https://github.com/rust-lang/crates.io-index"
1139 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1140 dependencies = [
1141 "foreign-types-macros",
1142 "foreign-types-shared",
1143 ]
1144
1145 [[package]]
1146 name = "foreign-types-macros"
1147 version = "0.2.4"
1148 source = "registry+https://github.com/rust-lang/crates.io-index"
1149 checksum = "ea5190182e6915eb873ddbc16e23b711b6eb1f9c00a0d0a3a91b5f6228475225"
1150 dependencies = [
1151 "proc-macro2",
1152 "quote",
1153 "syn 3.0.3",
1154 ]
1155
1156 [[package]]
1157 name = "foreign-types-shared"
1158 version = "0.3.1"
1159 source = "registry+https://github.com/rust-lang/crates.io-index"
1160 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1161
1162 [[package]]
1163 name = "form_urlencoded"
1164 version = "1.2.2"
1165 source = "registry+https://github.com/rust-lang/crates.io-index"
1166 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1167 dependencies = [
1168 "percent-encoding",
1169 ]
1170
1171 [[package]]
1172 name = "futures-channel"
1173 version = "0.3.33"
1174 source = "registry+https://github.com/rust-lang/crates.io-index"
1175 checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
1176 dependencies = [
1177 "futures-core",
1178 ]
1179
1180 [[package]]
1181 name = "futures-core"
1182 version = "0.3.33"
1183 source = "registry+https://github.com/rust-lang/crates.io-index"
1184 checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
1185
1186 [[package]]
1187 name = "futures-executor"
1188 version = "0.3.33"
1189 source = "registry+https://github.com/rust-lang/crates.io-index"
1190 checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
1191 dependencies = [
1192 "futures-core",
1193 "futures-task",
1194 "futures-util",
1195 ]
1196
1197 [[package]]
1198 name = "futures-io"
1199 version = "0.3.33"
1200 source = "registry+https://github.com/rust-lang/crates.io-index"
1201 checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
1202
1203 [[package]]
1204 name = "futures-macro"
1205 version = "0.3.33"
1206 source = "registry+https://github.com/rust-lang/crates.io-index"
1207 checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
1208 dependencies = [
1209 "proc-macro2",
1210 "quote",
1211 "syn 2.0.119",
1212 ]
1213
1214 [[package]]
1215 name = "futures-sink"
1216 version = "0.3.33"
1217 source = "registry+https://github.com/rust-lang/crates.io-index"
1218 checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
1219
1220 [[package]]
1221 name = "futures-task"
1222 version = "0.3.33"
1223 source = "registry+https://github.com/rust-lang/crates.io-index"
1224 checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
1225
1226 [[package]]
1227 name = "futures-util"
1228 version = "0.3.33"
1229 source = "registry+https://github.com/rust-lang/crates.io-index"
1230 checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
1231 dependencies = [
1232 "futures-core",
1233 "futures-io",
1234 "futures-macro",
1235 "futures-sink",
1236 "futures-task",
1237 "memchr",
1238 "pin-project-lite",
1239 "slab",
1240 ]
1241
1242 [[package]]
1243 name = "gdk"
1244 version = "0.18.2"
1245 source = "registry+https://github.com/rust-lang/crates.io-index"
1246 checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
1247 dependencies = [
1248 "cairo-rs",
1249 "gdk-pixbuf",
1250 "gdk-sys",
1251 "gio",
1252 "glib",
1253 "libc",
1254 "pango",
1255 ]
1256
1257 [[package]]
1258 name = "gdk-pixbuf"
1259 version = "0.18.5"
1260 source = "registry+https://github.com/rust-lang/crates.io-index"
1261 checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
1262 dependencies = [
1263 "gdk-pixbuf-sys",
1264 "gio",
1265 "glib",
1266 "libc",
1267 "once_cell",
1268 ]
1269
1270 [[package]]
1271 name = "gdk-pixbuf-sys"
1272 version = "0.18.0"
1273 source = "registry+https://github.com/rust-lang/crates.io-index"
1274 checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
1275 dependencies = [
1276 "gio-sys",
1277 "glib-sys",
1278 "gobject-sys",
1279 "libc",
1280 "system-deps",
1281 ]
1282
1283 [[package]]
1284 name = "gdk-sys"
1285 version = "0.18.2"
1286 source = "registry+https://github.com/rust-lang/crates.io-index"
1287 checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
1288 dependencies = [
1289 "cairo-sys-rs",
1290 "gdk-pixbuf-sys",
1291 "gio-sys",
1292 "glib-sys",
1293 "gobject-sys",
1294 "libc",
1295 "pango-sys",
1296 "pkg-config",
1297 "system-deps",
1298 ]
1299
1300 [[package]]
1301 name = "gdkwayland-sys"
1302 version = "0.18.2"
1303 source = "registry+https://github.com/rust-lang/crates.io-index"
1304 checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
1305 dependencies = [
1306 "gdk-sys",
1307 "glib-sys",
1308 "gobject-sys",
1309 "libc",
1310 "pkg-config",
1311 "system-deps",
1312 ]
1313
1314 [[package]]
1315 name = "gdkx11"
1316 version = "0.18.2"
1317 source = "registry+https://github.com/rust-lang/crates.io-index"
1318 checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe"
1319 dependencies = [
1320 "gdk",
1321 "gdkx11-sys",
1322 "gio",
1323 "glib",
1324 "libc",
1325 "x11",
1326 ]
1327
1328 [[package]]
1329 name = "gdkx11-sys"
1330 version = "0.18.2"
1331 source = "registry+https://github.com/rust-lang/crates.io-index"
1332 checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
1333 dependencies = [
1334 "gdk-sys",
1335 "glib-sys",
1336 "libc",
1337 "system-deps",
1338 "x11",
1339 ]
1340
1341 [[package]]
1342 name = "generic-array"
1343 version = "0.14.7"
1344 source = "registry+https://github.com/rust-lang/crates.io-index"
1345 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1346 dependencies = [
1347 "typenum",
1348 "version_check",
1349 ]
1350
1351 [[package]]
1352 name = "getopts"
1353 version = "0.2.24"
1354 source = "registry+https://github.com/rust-lang/crates.io-index"
1355 checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df"
1356 dependencies = [
1357 "unicode-width",
1358 ]
1359
1360 [[package]]
1361 name = "getrandom"
1362 version = "0.2.17"
1363 source = "registry+https://github.com/rust-lang/crates.io-index"
1364 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1365 dependencies = [
1366 "cfg-if",
1367 "libc",
1368 "wasi",
1369 ]
1370
1371 [[package]]
1372 name = "getrandom"
1373 version = "0.3.4"
1374 source = "registry+https://github.com/rust-lang/crates.io-index"
1375 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1376 dependencies = [
1377 "cfg-if",
1378 "libc",
1379 "r-efi 5.3.0",
1380 "wasip2",
1381 ]
1382
1383 [[package]]
1384 name = "getrandom"
1385 version = "0.4.3"
1386 source = "registry+https://github.com/rust-lang/crates.io-index"
1387 checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
1388 dependencies = [
1389 "cfg-if",
1390 "libc",
1391 "r-efi 6.0.0",
1392 ]
1393
1394 [[package]]
1395 name = "gio"
1396 version = "0.18.4"
1397 source = "registry+https://github.com/rust-lang/crates.io-index"
1398 checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
1399 dependencies = [
1400 "futures-channel",
1401 "futures-core",
1402 "futures-io",
1403 "futures-util",
1404 "gio-sys",
1405 "glib",
1406 "libc",
1407 "once_cell",
1408 "pin-project-lite",
1409 "smallvec",
1410 "thiserror 1.0.69",
1411 ]
1412
1413 [[package]]
1414 name = "gio-sys"
1415 version = "0.18.1"
1416 source = "registry+https://github.com/rust-lang/crates.io-index"
1417 checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
1418 dependencies = [
1419 "glib-sys",
1420 "gobject-sys",
1421 "libc",
1422 "system-deps",
1423 "winapi",
1424 ]
1425
1426 [[package]]
1427 name = "glib"
1428 version = "0.18.5"
1429 source = "registry+https://github.com/rust-lang/crates.io-index"
1430 checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
1431 dependencies = [
1432 "bitflags 2.13.1",
1433 "futures-channel",
1434 "futures-core",
1435 "futures-executor",
1436 "futures-task",
1437 "futures-util",
1438 "gio-sys",
1439 "glib-macros",
1440 "glib-sys",
1441 "gobject-sys",
1442 "libc",
1443 "memchr",
1444 "once_cell",
1445 "smallvec",
1446 "thiserror 1.0.69",
1447 ]
1448
1449 [[package]]
1450 name = "glib-macros"
1451 version = "0.18.5"
1452 source = "registry+https://github.com/rust-lang/crates.io-index"
1453 checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
1454 dependencies = [
1455 "heck 0.4.1",
1456 "proc-macro-crate 2.0.2",
1457 "proc-macro-error",
1458 "proc-macro2",
1459 "quote",
1460 "syn 2.0.119",
1461 ]
1462
1463 [[package]]
1464 name = "glib-sys"
1465 version = "0.18.1"
1466 source = "registry+https://github.com/rust-lang/crates.io-index"
1467 checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
1468 dependencies = [
1469 "libc",
1470 "system-deps",
1471 ]
1472
1473 [[package]]
1474 name = "glifo"
1475 version = "0.1.1"
1476 source = "registry+https://github.com/rust-lang/crates.io-index"
1477 checksum = "d99fc21d493812643aae86d53b7bbd02f376434a90317e8a790bc209fdd6605e"
1478 dependencies = [
1479 "bytemuck",
1480 "foldhash",
1481 "hashbrown 0.17.1",
1482 "log",
1483 "peniko",
1484 "skrifa",
1485 "smallvec",
1486 "vello_common",
1487 ]
1488
1489 [[package]]
1490 name = "glob"
1491 version = "0.3.4"
1492 source = "registry+https://github.com/rust-lang/crates.io-index"
1493 checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
1494
1495 [[package]]
1496 name = "gobject-sys"
1497 version = "0.18.0"
1498 source = "registry+https://github.com/rust-lang/crates.io-index"
1499 checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
1500 dependencies = [
1501 "glib-sys",
1502 "libc",
1503 "system-deps",
1504 ]
1505
1506 [[package]]
1507 name = "gtk"
1508 version = "0.18.2"
1509 source = "registry+https://github.com/rust-lang/crates.io-index"
1510 checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
1511 dependencies = [
1512 "atk",
1513 "cairo-rs",
1514 "field-offset",
1515 "futures-channel",
1516 "gdk",
1517 "gdk-pixbuf",
1518 "gio",
1519 "glib",
1520 "gtk-sys",
1521 "gtk3-macros",
1522 "libc",
1523 "pango",
1524 "pkg-config",
1525 ]
1526
1527 [[package]]
1528 name = "gtk-sys"
1529 version = "0.18.2"
1530 source = "registry+https://github.com/rust-lang/crates.io-index"
1531 checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
1532 dependencies = [
1533 "atk-sys",
1534 "cairo-sys-rs",
1535 "gdk-pixbuf-sys",
1536 "gdk-sys",
1537 "gio-sys",
1538 "glib-sys",
1539 "gobject-sys",
1540 "libc",
1541 "pango-sys",
1542 "system-deps",
1543 ]
1544
1545 [[package]]
1546 name = "gtk3-macros"
1547 version = "0.18.2"
1548 source = "registry+https://github.com/rust-lang/crates.io-index"
1549 checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
1550 dependencies = [
1551 "proc-macro-crate 1.3.1",
1552 "proc-macro-error",
1553 "proc-macro2",
1554 "quote",
1555 "syn 2.0.119",
1556 ]
1557
1558 [[package]]
1559 name = "guillotiere"
1560 version = "0.7.0"
1561 source = "registry+https://github.com/rust-lang/crates.io-index"
1562 checksum = "6b17e70c989c36bad147b27a58d148c0741c51448aa5653436547323e524d0ab"
1563 dependencies = [
1564 "euclid",
1565 ]
1566
1567 [[package]]
1568 name = "harfrust"
1569 version = "0.7.0"
1570 source = "registry+https://github.com/rust-lang/crates.io-index"
1571 checksum = "0431e8e389aa0f1e72bb9d1c2db8957a1a7a3580e8ed97db819c14837aac9b3e"
1572 dependencies = [
1573 "bitflags 2.13.1",
1574 "bytemuck",
1575 "read-fonts",
1576 "smallvec",
1577 ]
1578
1579 [[package]]
1580 name = "hashbrown"
1581 version = "0.12.3"
1582 source = "registry+https://github.com/rust-lang/crates.io-index"
1583 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1584
1585 [[package]]
1586 name = "hashbrown"
1587 version = "0.16.1"
1588 source = "registry+https://github.com/rust-lang/crates.io-index"
1589 checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1590 dependencies = [
1591 "allocator-api2",
1592 "equivalent",
1593 "foldhash",
1594 ]
1595
1596 [[package]]
1597 name = "hashbrown"
1598 version = "0.17.1"
1599 source = "registry+https://github.com/rust-lang/crates.io-index"
1600 checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1601 dependencies = [
1602 "allocator-api2",
1603 "equivalent",
1604 "foldhash",
1605 ]
1606
1607 [[package]]
1608 name = "hashlink"
1609 version = "0.12.1"
1610 source = "registry+https://github.com/rust-lang/crates.io-index"
1611 checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248"
1612 dependencies = [
1613 "hashbrown 0.17.1",
1614 ]
1615
1616 [[package]]
1617 name = "heck"
1618 version = "0.4.1"
1619 source = "registry+https://github.com/rust-lang/crates.io-index"
1620 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1621
1622 [[package]]
1623 name = "heck"
1624 version = "0.5.0"
1625 source = "registry+https://github.com/rust-lang/crates.io-index"
1626 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1627
1628 [[package]]
1629 name = "hex"
1630 version = "0.4.3"
1631 source = "registry+https://github.com/rust-lang/crates.io-index"
1632 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1633
1634 [[package]]
1635 name = "html5ever"
1636 version = "0.38.0"
1637 source = "registry+https://github.com/rust-lang/crates.io-index"
1638 checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2"
1639 dependencies = [
1640 "log",
1641 "markup5ever 0.38.0",
1642 ]
1643
1644 [[package]]
1645 name = "html5ever"
1646 version = "0.39.0"
1647 source = "registry+https://github.com/rust-lang/crates.io-index"
1648 checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
1649 dependencies = [
1650 "log",
1651 "markup5ever 0.39.0",
1652 ]
1653
1654 [[package]]
1655 name = "http"
1656 version = "1.5.0"
1657 source = "registry+https://github.com/rust-lang/crates.io-index"
1658 checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
1659 dependencies = [
1660 "bytes",
1661 "itoa",
1662 ]
1663
1664 [[package]]
1665 name = "http-body"
1666 version = "1.1.0"
1667 source = "registry+https://github.com/rust-lang/crates.io-index"
1668 checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
1669 dependencies = [
1670 "bytes",
1671 "http",
1672 ]
1673
1674 [[package]]
1675 name = "http-body-util"
1676 version = "0.1.4"
1677 source = "registry+https://github.com/rust-lang/crates.io-index"
1678 checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
1679 dependencies = [
1680 "bytes",
1681 "futures-core",
1682 "http",
1683 "http-body",
1684 "pin-project-lite",
1685 ]
1686
1687 [[package]]
1688 name = "httparse"
1689 version = "1.10.1"
1690 source = "registry+https://github.com/rust-lang/crates.io-index"
1691 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1692
1693 [[package]]
1694 name = "httpdate"
1695 version = "1.0.3"
1696 source = "registry+https://github.com/rust-lang/crates.io-index"
1697 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1698
1699 [[package]]
1700 name = "hyper"
1701 version = "1.11.0"
1702 source = "registry+https://github.com/rust-lang/crates.io-index"
1703 checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
1704 dependencies = [
1705 "atomic-waker",
1706 "bytes",
1707 "futures-channel",
1708 "futures-core",
1709 "http",
1710 "http-body",
1711 "httparse",
1712 "httpdate",
1713 "itoa",
1714 "pin-project-lite",
1715 "smallvec",
1716 "tokio",
1717 "want",
1718 ]
1719
1720 [[package]]
1721 name = "hyper-util"
1722 version = "0.1.20"
1723 source = "registry+https://github.com/rust-lang/crates.io-index"
1724 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1725 dependencies = [
1726 "base64 0.22.1",
1727 "bytes",
1728 "futures-channel",
1729 "futures-util",
1730 "http",
1731 "http-body",
1732 "hyper",
1733 "ipnet",
1734 "libc",
1735 "percent-encoding",
1736 "pin-project-lite",
1737 "socket2",
1738 "tokio",
1739 "tower-service",
1740 "tracing",
1741 ]
1742
1743 [[package]]
1744 name = "iana-time-zone"
1745 version = "0.1.65"
1746 source = "registry+https://github.com/rust-lang/crates.io-index"
1747 checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1748 dependencies = [
1749 "android_system_properties",
1750 "core-foundation-sys",
1751 "iana-time-zone-haiku",
1752 "js-sys",
1753 "log",
1754 "wasm-bindgen",
1755 "windows-core 0.62.2",
1756 ]
1757
1758 [[package]]
1759 name = "iana-time-zone-haiku"
1760 version = "0.1.2"
1761 source = "registry+https://github.com/rust-lang/crates.io-index"
1762 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1763 dependencies = [
1764 "cc",
1765 ]
1766
1767 [[package]]
1768 name = "ico"
1769 version = "0.5.0"
1770 source = "registry+https://github.com/rust-lang/crates.io-index"
1771 checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371"
1772 dependencies = [
1773 "byteorder",
1774 "png 0.17.16",
1775 ]
1776
1777 [[package]]
1778 name = "icu_collections"
1779 version = "2.2.0"
1780 source = "registry+https://github.com/rust-lang/crates.io-index"
1781 checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1782 dependencies = [
1783 "displaydoc",
1784 "potential_utf",
1785 "utf8_iter",
1786 "yoke",
1787 "zerofrom",
1788 "zerovec",
1789 ]
1790
1791 [[package]]
1792 name = "icu_locale_core"
1793 version = "2.2.0"
1794 source = "registry+https://github.com/rust-lang/crates.io-index"
1795 checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1796 dependencies = [
1797 "displaydoc",
1798 "litemap",
1799 "tinystr",
1800 "writeable",
1801 "zerovec",
1802 ]
1803
1804 [[package]]
1805 name = "icu_normalizer"
1806 version = "2.2.0"
1807 source = "registry+https://github.com/rust-lang/crates.io-index"
1808 checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1809 dependencies = [
1810 "icu_collections",
1811 "icu_normalizer_data",
1812 "icu_properties",
1813 "icu_provider",
1814 "smallvec",
1815 "zerovec",
1816 ]
1817
1818 [[package]]
1819 name = "icu_normalizer_data"
1820 version = "2.2.0"
1821 source = "registry+https://github.com/rust-lang/crates.io-index"
1822 checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1823
1824 [[package]]
1825 name = "icu_properties"
1826 version = "2.2.0"
1827 source = "registry+https://github.com/rust-lang/crates.io-index"
1828 checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1829 dependencies = [
1830 "icu_collections",
1831 "icu_locale_core",
1832 "icu_properties_data",
1833 "icu_provider",
1834 "zerotrie",
1835 "zerovec",
1836 ]
1837
1838 [[package]]
1839 name = "icu_properties_data"
1840 version = "2.2.0"
1841 source = "registry+https://github.com/rust-lang/crates.io-index"
1842 checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1843
1844 [[package]]
1845 name = "icu_provider"
1846 version = "2.2.0"
1847 source = "registry+https://github.com/rust-lang/crates.io-index"
1848 checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1849 dependencies = [
1850 "displaydoc",
1851 "icu_locale_core",
1852 "writeable",
1853 "yoke",
1854 "zerofrom",
1855 "zerotrie",
1856 "zerovec",
1857 ]
1858
1859 [[package]]
1860 name = "ident_case"
1861 version = "1.0.1"
1862 source = "registry+https://github.com/rust-lang/crates.io-index"
1863 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1864
1865 [[package]]
1866 name = "idna"
1867 version = "1.1.0"
1868 source = "registry+https://github.com/rust-lang/crates.io-index"
1869 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1870 dependencies = [
1871 "idna_adapter",
1872 "smallvec",
1873 "utf8_iter",
1874 ]
1875
1876 [[package]]
1877 name = "idna_adapter"
1878 version = "1.2.2"
1879 source = "registry+https://github.com/rust-lang/crates.io-index"
1880 checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1881 dependencies = [
1882 "icu_normalizer",
1883 "icu_properties",
1884 ]
1885
1886 [[package]]
1887 name = "include_dir"
1888 version = "0.7.4"
1889 source = "registry+https://github.com/rust-lang/crates.io-index"
1890 checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
1891 dependencies = [
1892 "include_dir_macros",
1893 ]
1894
1895 [[package]]
1896 name = "include_dir_macros"
1897 version = "0.7.4"
1898 source = "registry+https://github.com/rust-lang/crates.io-index"
1899 checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
1900 dependencies = [
1901 "proc-macro2",
1902 "quote",
1903 ]
1904
1905 [[package]]
1906 name = "indexmap"
1907 version = "1.9.3"
1908 source = "registry+https://github.com/rust-lang/crates.io-index"
1909 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1910 dependencies = [
1911 "autocfg",
1912 "hashbrown 0.12.3",
1913 "serde",
1914 ]
1915
1916 [[package]]
1917 name = "indexmap"
1918 version = "2.14.0"
1919 source = "registry+https://github.com/rust-lang/crates.io-index"
1920 checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1921 dependencies = [
1922 "equivalent",
1923 "hashbrown 0.17.1",
1924 "serde",
1925 "serde_core",
1926 ]
1927
1928 [[package]]
1929 name = "indoc"
1930 version = "2.0.7"
1931 source = "registry+https://github.com/rust-lang/crates.io-index"
1932 checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1933 dependencies = [
1934 "rustversion",
1935 ]
1936
1937 [[package]]
1938 name = "infer"
1939 version = "0.19.0"
1940 source = "registry+https://github.com/rust-lang/crates.io-index"
1941 checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
1942 dependencies = [
1943 "cfb",
1944 ]
1945
1946 [[package]]
1947 name = "instability"
1948 version = "0.3.13"
1949 source = "registry+https://github.com/rust-lang/crates.io-index"
1950 checksum = "2bf84e73fa6f27f299dec58e13223cf70db80da872eb921d4f6138342a0eabc8"
1951 dependencies = [
1952 "darling 0.24.0",
1953 "indoc",
1954 "proc-macro2",
1955 "quote",
1956 "syn 3.0.3",
1957 ]
1958
1959 [[package]]
1960 name = "ipnet"
1961 version = "2.12.1"
1962 source = "registry+https://github.com/rust-lang/crates.io-index"
1963 checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78"
1964
1965 [[package]]
1966 name = "itertools"
1967 version = "0.14.0"
1968 source = "registry+https://github.com/rust-lang/crates.io-index"
1969 checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1970 dependencies = [
1971 "either",
1972 ]
1973
1974 [[package]]
1975 name = "itoa"
1976 version = "1.0.18"
1977 source = "registry+https://github.com/rust-lang/crates.io-index"
1978 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1979
1980 [[package]]
1981 name = "javascriptcore-rs"
1982 version = "1.1.2"
1983 source = "registry+https://github.com/rust-lang/crates.io-index"
1984 checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
1985 dependencies = [
1986 "bitflags 1.3.2",
1987 "glib",
1988 "javascriptcore-rs-sys",
1989 ]
1990
1991 [[package]]
1992 name = "javascriptcore-rs-sys"
1993 version = "1.1.1"
1994 source = "registry+https://github.com/rust-lang/crates.io-index"
1995 checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
1996 dependencies = [
1997 "glib-sys",
1998 "gobject-sys",
1999 "libc",
2000 "system-deps",
2001 ]
2002
2003 [[package]]
2004 name = "jiff"
2005 version = "0.2.35"
2006 source = "registry+https://github.com/rust-lang/crates.io-index"
2007 checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
2008 dependencies = [
2009 "defmt",
2010 "jiff-core",
2011 "jiff-static",
2012 "jiff-tzdb-platform",
2013 "log",
2014 "portable-atomic",
2015 "portable-atomic-util",
2016 "serde_core",
2017 "windows-link 0.2.1",
2018 ]
2019
2020 [[package]]
2021 name = "jiff-core"
2022 version = "0.1.0"
2023 source = "registry+https://github.com/rust-lang/crates.io-index"
2024 checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
2025 dependencies = [
2026 "defmt",
2027 ]
2028
2029 [[package]]
2030 name = "jiff-static"
2031 version = "0.2.35"
2032 source = "registry+https://github.com/rust-lang/crates.io-index"
2033 checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
2034 dependencies = [
2035 "jiff-core",
2036 "proc-macro2",
2037 "quote",
2038 "syn 2.0.119",
2039 ]
2040
2041 [[package]]
2042 name = "jiff-tzdb"
2043 version = "0.1.8"
2044 source = "registry+https://github.com/rust-lang/crates.io-index"
2045 checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e"
2046
2047 [[package]]
2048 name = "jiff-tzdb-platform"
2049 version = "0.1.3"
2050 source = "registry+https://github.com/rust-lang/crates.io-index"
2051 checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
2052 dependencies = [
2053 "jiff-tzdb",
2054 ]
2055
2056 [[package]]
2057 name = "jni"
2058 version = "0.21.1"
2059 source = "registry+https://github.com/rust-lang/crates.io-index"
2060 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2061 dependencies = [
2062 "cesu8",
2063 "cfg-if",
2064 "combine",
2065 "jni-sys 0.3.1",
2066 "log",
2067 "thiserror 1.0.69",
2068 "walkdir",
2069 "windows-sys 0.45.0",
2070 ]
2071
2072 [[package]]
2073 name = "jni-sys"
2074 version = "0.3.1"
2075 source = "registry+https://github.com/rust-lang/crates.io-index"
2076 checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
2077 dependencies = [
2078 "jni-sys 0.4.1",
2079 ]
2080
2081 [[package]]
2082 name = "jni-sys"
2083 version = "0.4.1"
2084 source = "registry+https://github.com/rust-lang/crates.io-index"
2085 checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
2086 dependencies = [
2087 "jni-sys-macros",
2088 ]
2089
2090 [[package]]
2091 name = "jni-sys-macros"
2092 version = "0.4.1"
2093 source = "registry+https://github.com/rust-lang/crates.io-index"
2094 checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
2095 dependencies = [
2096 "quote",
2097 "syn 2.0.119",
2098 ]
2099
2100 [[package]]
2101 name = "js-sys"
2102 version = "0.3.104"
2103 source = "registry+https://github.com/rust-lang/crates.io-index"
2104 checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
2105 dependencies = [
2106 "cfg-if",
2107 "futures-util",
2108 "wasm-bindgen",
2109 ]
2110
2111 [[package]]
2112 name = "json-patch"
2113 version = "3.0.1"
2114 source = "registry+https://github.com/rust-lang/crates.io-index"
2115 checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
2116 dependencies = [
2117 "jsonptr",
2118 "serde",
2119 "serde_json",
2120 "thiserror 1.0.69",
2121 ]
2122
2123 [[package]]
2124 name = "jsonptr"
2125 version = "0.6.3"
2126 source = "registry+https://github.com/rust-lang/crates.io-index"
2127 checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
2128 dependencies = [
2129 "serde",
2130 "serde_json",
2131 ]
2132
2133 [[package]]
2134 name = "kasuari"
2135 version = "0.4.12"
2136 source = "registry+https://github.com/rust-lang/crates.io-index"
2137 checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899"
2138 dependencies = [
2139 "hashbrown 0.16.1",
2140 "thiserror 2.0.20",
2141 ]
2142
2143 [[package]]
2144 name = "keyboard-types"
2145 version = "0.7.0"
2146 source = "registry+https://github.com/rust-lang/crates.io-index"
2147 checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
2148 dependencies = [
2149 "bitflags 2.13.1",
2150 "serde",
2151 "unicode-segmentation",
2152 ]
2153
2154 [[package]]
2155 name = "kurbo"
2156 version = "0.13.1"
2157 source = "registry+https://github.com/rust-lang/crates.io-index"
2158 checksum = "4b60dfc32f652b926df6192e55525b16d186c69d47876c3ead4da5cc9f8450e2"
2159 dependencies = [
2160 "arrayvec",
2161 "euclid",
2162 "polycool",
2163 "smallvec",
2164 ]
2165
2166 [[package]]
2167 name = "libappindicator"
2168 version = "0.9.0"
2169 source = "registry+https://github.com/rust-lang/crates.io-index"
2170 checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
2171 dependencies = [
2172 "glib",
2173 "gtk",
2174 "gtk-sys",
2175 "libappindicator-sys",
2176 "log",
2177 ]
2178
2179 [[package]]
2180 name = "libappindicator-sys"
2181 version = "0.9.0"
2182 source = "registry+https://github.com/rust-lang/crates.io-index"
2183 checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
2184 dependencies = [
2185 "gtk-sys",
2186 "libloading",
2187 "once_cell",
2188 ]
2189
2190 [[package]]
2191 name = "libc"
2192 version = "0.2.189"
2193 source = "registry+https://github.com/rust-lang/crates.io-index"
2194 checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
2195
2196 [[package]]
2197 name = "libdbus-sys"
2198 version = "0.2.7"
2199 source = "registry+https://github.com/rust-lang/crates.io-index"
2200 checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043"
2201 dependencies = [
2202 "pkg-config",
2203 ]
2204
2205 [[package]]
2206 name = "libloading"
2207 version = "0.7.4"
2208 source = "registry+https://github.com/rust-lang/crates.io-index"
2209 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2210 dependencies = [
2211 "cfg-if",
2212 "winapi",
2213 ]
2214
2215 [[package]]
2216 name = "libredox"
2217 version = "0.1.19"
2218 source = "registry+https://github.com/rust-lang/crates.io-index"
2219 checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa"
2220 dependencies = [
2221 "libc",
2222 ]
2223
2224 [[package]]
2225 name = "libsqlite3-sys"
2226 version = "0.38.2"
2227 source = "registry+https://github.com/rust-lang/crates.io-index"
2228 checksum = "f1d20bef17f513b9b3004532233187769cd072d790971f4e4da0e346eb6401e8"
2229 dependencies = [
2230 "cc",
2231 "pkg-config",
2232 "vcpkg",
2233 ]
2234
2235 [[package]]
2236 name = "line-clipping"
2237 version = "0.3.8"
2238 source = "registry+https://github.com/rust-lang/crates.io-index"
2239 checksum = "e752191d037c44ad111a8caa762921926658402f01cc1253f7bef2020ece4f5e"
2240 dependencies = [
2241 "bitflags 2.13.1",
2242 ]
2243
2244 [[package]]
2245 name = "linebender_resource_handle"
2246 version = "0.1.1"
2247 source = "registry+https://github.com/rust-lang/crates.io-index"
2248 checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
2249
2250 [[package]]
2251 name = "litemap"
2252 version = "0.8.2"
2253 source = "registry+https://github.com/rust-lang/crates.io-index"
2254 checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
2255
2256 [[package]]
2257 name = "lock_api"
2258 version = "0.4.14"
2259 source = "registry+https://github.com/rust-lang/crates.io-index"
2260 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2261 dependencies = [
2262 "scopeguard",
2263 ]
2264
2265 [[package]]
2266 name = "log"
2267 version = "0.4.33"
2268 source = "registry+https://github.com/rust-lang/crates.io-index"
2269 checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
2270
2271 [[package]]
2272 name = "lru"
2273 version = "0.18.2"
2274 source = "registry+https://github.com/rust-lang/crates.io-index"
2275 checksum = "5d2f2f9b4ba7e6b24d95e7e899329d35be83bcded72c8540cdd5368932d1d90a"
2276 dependencies = [
2277 "hashbrown 0.17.1",
2278 ]
2279
2280 [[package]]
2281 name = "makeover"
2282 version = "2.5.1"
2283 source = "registry+https://github.com/rust-lang/crates.io-index"
2284 checksum = "556c88d4ad0f25579e984dc5c9d86429a9c4d70a8b811253d4e807556b514311"
2285 dependencies = [
2286 "include_dir",
2287 "serde",
2288 "toml 1.1.4+spec-1.1.0",
2289 ]
2290
2291 [[package]]
2292 name = "makeover-geometry"
2293 version = "0.7.0"
2294 source = "registry+https://github.com/rust-lang/crates.io-index"
2295 checksum = "91a82b16c4f5b66dd7e87ed92fff7d22185e4d88e5355de6166dd64450cf6a16"
2296
2297 [[package]]
2298 name = "makeover-immediate"
2299 version = "0.18.0"
2300 source = "registry+https://github.com/rust-lang/crates.io-index"
2301 checksum = "333aefe3ef5c2c8df2df1fc7adf7a54613afaf58107e89916b0d0d6ca488dd6e"
2302 dependencies = [
2303 "egui",
2304 "egui_extras",
2305 "makeover-layout",
2306 ]
2307
2308 [[package]]
2309 name = "makeover-layout"
2310 version = "0.19.0"
2311 source = "registry+https://github.com/rust-lang/crates.io-index"
2312 checksum = "2c5e6bd13bcf40df8f4eae9736591a1ecef32aedc7205eb497e0633a8a9d2b35"
2313
2314 [[package]]
2315 name = "makeover-touch"
2316 version = "0.12.0"
2317 source = "registry+https://github.com/rust-lang/crates.io-index"
2318 checksum = "6a9314d98c2a457b901cb93274b3b39686a67a198499eeee407b978dae7aa054"
2319 dependencies = [
2320 "makeover-geometry",
2321 "makeover-layout",
2322 ]
2323
2324 [[package]]
2325 name = "makeover-tui"
2326 version = "0.18.0"
2327 source = "registry+https://github.com/rust-lang/crates.io-index"
2328 checksum = "a9a012eac65ca4284b98b4da74f23bbd7753d046e2cce15b764bf8913b1a9d8d"
2329 dependencies = [
2330 "makeover",
2331 "makeover-layout",
2332 "ratatui",
2333 ]
2334
2335 [[package]]
2336 name = "makeover-webview"
2337 version = "0.35.0"
2338 source = "registry+https://github.com/rust-lang/crates.io-index"
2339 checksum = "115be68562840a2d96630116c0ef745431e608c5c67557f0025fdd7315da73bd"
2340 dependencies = [
2341 "makeover-geometry",
2342 "makeover-layout",
2343 "makeover-touch",
2344 ]
2345
2346 [[package]]
2347 name = "maplit"
2348 version = "1.0.2"
2349 source = "registry+https://github.com/rust-lang/crates.io-index"
2350 checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2351
2352 [[package]]
2353 name = "markup5ever"
2354 version = "0.38.0"
2355 source = "registry+https://github.com/rust-lang/crates.io-index"
2356 checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862"
2357 dependencies = [
2358 "log",
2359 "tendril",
2360 "web_atoms",
2361 ]
2362
2363 [[package]]
2364 name = "markup5ever"
2365 version = "0.39.0"
2366 source = "registry+https://github.com/rust-lang/crates.io-index"
2367 checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
2368 dependencies = [
2369 "log",
2370 "tendril",
2371 "web_atoms",
2372 ]
2373
2374 [[package]]
2375 name = "matchit"
2376 version = "0.8.4"
2377 source = "registry+https://github.com/rust-lang/crates.io-index"
2378 checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2379
2380 [[package]]
2381 name = "memchr"
2382 version = "2.8.3"
2383 source = "registry+https://github.com/rust-lang/crates.io-index"
2384 checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
2385
2386 [[package]]
2387 name = "memoffset"
2388 version = "0.9.1"
2389 source = "registry+https://github.com/rust-lang/crates.io-index"
2390 checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2391 dependencies = [
2392 "autocfg",
2393 ]
2394
2395 [[package]]
2396 name = "mime"
2397 version = "0.3.17"
2398 source = "registry+https://github.com/rust-lang/crates.io-index"
2399 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2400
2401 [[package]]
2402 name = "miniz_oxide"
2403 version = "0.8.9"
2404 source = "registry+https://github.com/rust-lang/crates.io-index"
2405 checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2406 dependencies = [
2407 "adler2",
2408 "simd-adler32",
2409 ]
2410
2411 [[package]]
2412 name = "mio"
2413 version = "1.2.2"
2414 source = "registry+https://github.com/rust-lang/crates.io-index"
2415 checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
2416 dependencies = [
2417 "libc",
2418 "wasi",
2419 "windows-sys 0.61.2",
2420 ]
2421
2422 [[package]]
2423 name = "muda"
2424 version = "0.19.3"
2425 source = "registry+https://github.com/rust-lang/crates.io-index"
2426 checksum = "1dd04e60bc0b07438a6771710ee1698f98f6ebbc7f89b61264af1563b8aeb878"
2427 dependencies = [
2428 "crossbeam-channel",
2429 "dpi",
2430 "gtk",
2431 "keyboard-types",
2432 "objc2",
2433 "objc2-app-kit",
2434 "objc2-core-foundation",
2435 "objc2-foundation",
2436 "once_cell",
2437 "png 0.18.1",
2438 "serde",
2439 "thiserror 2.0.20",
2440 "windows-sys 0.61.2",
2441 ]
2442
2443 [[package]]
2444 name = "ndk"
2445 version = "0.9.0"
2446 source = "registry+https://github.com/rust-lang/crates.io-index"
2447 checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
2448 dependencies = [
2449 "bitflags 2.13.1",
2450 "jni-sys 0.3.1",
2451 "log",
2452 "ndk-sys",
2453 "num_enum",
2454 "raw-window-handle",
2455 "thiserror 1.0.69",
2456 ]
2457
2458 [[package]]
2459 name = "ndk-sys"
2460 version = "0.6.0+11769913"
2461 source = "registry+https://github.com/rust-lang/crates.io-index"
2462 checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
2463 dependencies = [
2464 "jni-sys 0.3.1",
2465 ]
2466
2467 [[package]]
2468 name = "new_debug_unreachable"
2469 version = "1.0.6"
2470 source = "registry+https://github.com/rust-lang/crates.io-index"
2471 checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2472
2473 [[package]]
2474 name = "nohash-hasher"
2475 version = "0.2.0"
2476 source = "registry+https://github.com/rust-lang/crates.io-index"
2477 checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
2478
2479 [[package]]
2480 name = "num-conv"
2481 version = "0.2.2"
2482 source = "registry+https://github.com/rust-lang/crates.io-index"
2483 checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
2484
2485 [[package]]
2486 name = "num-traits"
2487 version = "0.2.19"
2488 source = "registry+https://github.com/rust-lang/crates.io-index"
2489 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2490 dependencies = [
2491 "autocfg",
2492 ]
2493
2494 [[package]]
2495 name = "num_enum"
2496 version = "0.7.6"
2497 source = "registry+https://github.com/rust-lang/crates.io-index"
2498 checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
2499 dependencies = [
2500 "num_enum_derive",
2501 "rustversion",
2502 ]
2503
2504 [[package]]
2505 name = "num_enum_derive"
2506 version = "0.7.6"
2507 source = "registry+https://github.com/rust-lang/crates.io-index"
2508 checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
2509 dependencies = [
2510 "proc-macro-crate 3.5.0",
2511 "proc-macro2",
2512 "quote",
2513 "syn 2.0.119",
2514 ]
2515
2516 [[package]]
2517 name = "objc2"
2518 version = "0.6.4"
2519 source = "registry+https://github.com/rust-lang/crates.io-index"
2520 checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
2521 dependencies = [
2522 "objc2-encode",
2523 "objc2-exception-helper",
2524 ]
2525
2526 [[package]]
2527 name = "objc2-app-kit"
2528 version = "0.3.2"
2529 source = "registry+https://github.com/rust-lang/crates.io-index"
2530 checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
2531 dependencies = [
2532 "bitflags 2.13.1",
2533 "block2",
2534 "objc2",
2535 "objc2-core-foundation",
2536 "objc2-foundation",
2537 ]
2538
2539 [[package]]
2540 name = "objc2-cloud-kit"
2541 version = "0.3.2"
2542 source = "registry+https://github.com/rust-lang/crates.io-index"
2543 checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
2544 dependencies = [
2545 "bitflags 2.13.1",
2546 "objc2",
2547 "objc2-foundation",
2548 ]
2549
2550 [[package]]
2551 name = "objc2-core-data"
2552 version = "0.3.2"
2553 source = "registry+https://github.com/rust-lang/crates.io-index"
2554 checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
2555 dependencies = [
2556 "objc2",
2557 "objc2-foundation",
2558 ]
2559
2560 [[package]]
2561 name = "objc2-core-foundation"
2562 version = "0.3.2"
2563 source = "registry+https://github.com/rust-lang/crates.io-index"
2564 checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
2565 dependencies = [
2566 "bitflags 2.13.1",
2567 "dispatch2",
2568 "objc2",
2569 ]
2570
2571 [[package]]
2572 name = "objc2-core-graphics"
2573 version = "0.3.2"
2574 source = "registry+https://github.com/rust-lang/crates.io-index"
2575 checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
2576 dependencies = [
2577 "bitflags 2.13.1",
2578 "dispatch2",
2579 "objc2",
2580 "objc2-core-foundation",
2581 "objc2-io-surface",
2582 ]
2583
2584 [[package]]
2585 name = "objc2-core-image"
2586 version = "0.3.2"
2587 source = "registry+https://github.com/rust-lang/crates.io-index"
2588 checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
2589 dependencies = [
2590 "objc2",
2591 "objc2-foundation",
2592 ]
2593
2594 [[package]]
2595 name = "objc2-core-location"
2596 version = "0.3.2"
2597 source = "registry+https://github.com/rust-lang/crates.io-index"
2598 checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009"
2599 dependencies = [
2600 "objc2",
2601 "objc2-foundation",
2602 ]
2603
2604 [[package]]
2605 name = "objc2-core-text"
2606 version = "0.3.2"
2607 source = "registry+https://github.com/rust-lang/crates.io-index"
2608 checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
2609 dependencies = [
2610 "bitflags 2.13.1",
2611 "objc2",
2612 "objc2-core-foundation",
2613 "objc2-core-graphics",
2614 ]
2615
2616 [[package]]
2617 name = "objc2-encode"
2618 version = "4.1.0"
2619 source = "registry+https://github.com/rust-lang/crates.io-index"
2620 checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2621
2622 [[package]]
2623 name = "objc2-exception-helper"
2624 version = "0.1.1"
2625 source = "registry+https://github.com/rust-lang/crates.io-index"
2626 checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a"
2627 dependencies = [
2628 "cc",
2629 ]
2630
2631 [[package]]
2632 name = "objc2-foundation"
2633 version = "0.3.2"
2634 source = "registry+https://github.com/rust-lang/crates.io-index"
2635 checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2636 dependencies = [
2637 "bitflags 2.13.1",
2638 "block2",
2639 "objc2",
2640 "objc2-core-foundation",
2641 ]
2642
2643 [[package]]
2644 name = "objc2-io-surface"
2645 version = "0.3.2"
2646 source = "registry+https://github.com/rust-lang/crates.io-index"
2647 checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
2648 dependencies = [
2649 "bitflags 2.13.1",
2650 "objc2",
2651 "objc2-core-foundation",
2652 ]
2653
2654 [[package]]
2655 name = "objc2-quartz-core"
2656 version = "0.3.2"
2657 source = "registry+https://github.com/rust-lang/crates.io-index"
2658 checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
2659 dependencies = [
2660 "bitflags 2.13.1",
2661 "objc2",
2662 "objc2-core-foundation",
2663 "objc2-foundation",
2664 ]
2665
2666 [[package]]
2667 name = "objc2-ui-kit"
2668 version = "0.3.2"
2669 source = "registry+https://github.com/rust-lang/crates.io-index"
2670 checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
2671 dependencies = [
2672 "bitflags 2.13.1",
2673 "block2",
2674 "objc2",
2675 "objc2-cloud-kit",
2676 "objc2-core-data",
2677 "objc2-core-foundation",
2678 "objc2-core-graphics",
2679 "objc2-core-image",
2680 "objc2-core-location",
2681 "objc2-core-text",
2682 "objc2-foundation",
2683 "objc2-quartz-core",
2684 "objc2-user-notifications",
2685 ]
2686
2687 [[package]]
2688 name = "objc2-user-notifications"
2689 version = "0.3.2"
2690 source = "registry+https://github.com/rust-lang/crates.io-index"
2691 checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e"
2692 dependencies = [
2693 "objc2",
2694 "objc2-foundation",
2695 ]
2696
2697 [[package]]
2698 name = "objc2-web-kit"
2699 version = "0.3.2"
2700 source = "registry+https://github.com/rust-lang/crates.io-index"
2701 checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
2702 dependencies = [
2703 "bitflags 2.13.1",
2704 "block2",
2705 "objc2",
2706 "objc2-app-kit",
2707 "objc2-core-foundation",
2708 "objc2-foundation",
2709 ]
2710
2711 [[package]]
2712 name = "once_cell"
2713 version = "1.21.4"
2714 source = "registry+https://github.com/rust-lang/crates.io-index"
2715 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2716
2717 [[package]]
2718 name = "option-ext"
2719 version = "0.2.0"
2720 source = "registry+https://github.com/rust-lang/crates.io-index"
2721 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2722
2723 [[package]]
2724 name = "pango"
2725 version = "0.18.3"
2726 source = "registry+https://github.com/rust-lang/crates.io-index"
2727 checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
2728 dependencies = [
2729 "gio",
2730 "glib",
2731 "libc",
2732 "once_cell",
2733 "pango-sys",
2734 ]
2735
2736 [[package]]
2737 name = "pango-sys"
2738 version = "0.18.0"
2739 source = "registry+https://github.com/rust-lang/crates.io-index"
2740 checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
2741 dependencies = [
2742 "glib-sys",
2743 "gobject-sys",
2744 "libc",
2745 "system-deps",
2746 ]
2747
2748 [[package]]
2749 name = "parking_lot"
2750 version = "0.12.5"
2751 source = "registry+https://github.com/rust-lang/crates.io-index"
2752 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2753 dependencies = [
2754 "lock_api",
2755 "parking_lot_core",
2756 ]
2757
2758 [[package]]
2759 name = "parking_lot_core"
2760 version = "0.9.12"
2761 source = "registry+https://github.com/rust-lang/crates.io-index"
2762 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2763 dependencies = [
2764 "cfg-if",
2765 "libc",
2766 "redox_syscall",
2767 "smallvec",
2768 "windows-link 0.2.1",
2769 ]
2770
2771 [[package]]
2772 name = "peniko"
2773 version = "0.6.1"
2774 source = "registry+https://github.com/rust-lang/crates.io-index"
2775 checksum = "839c8299360d2e998bdb106dc0a6cd71dcc5f4df51df1b620361bf50e283cca6"
2776 dependencies = [
2777 "bytemuck",
2778 "color",
2779 "kurbo",
2780 "linebender_resource_handle",
2781 "smallvec",
2782 ]
2783
2784 [[package]]
2785 name = "percent-encoding"
2786 version = "2.3.2"
2787 source = "registry+https://github.com/rust-lang/crates.io-index"
2788 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2789
2790 [[package]]
2791 name = "phf"
2792 version = "0.13.1"
2793 source = "registry+https://github.com/rust-lang/crates.io-index"
2794 checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
2795 dependencies = [
2796 "phf_macros",
2797 "phf_shared",
2798 "serde",
2799 ]
2800
2801 [[package]]
2802 name = "phf_codegen"
2803 version = "0.13.1"
2804 source = "registry+https://github.com/rust-lang/crates.io-index"
2805 checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
2806 dependencies = [
2807 "phf_generator",
2808 "phf_shared",
2809 ]
2810
2811 [[package]]
2812 name = "phf_generator"
2813 version = "0.13.1"
2814 source = "registry+https://github.com/rust-lang/crates.io-index"
2815 checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
2816 dependencies = [
2817 "fastrand",
2818 "phf_shared",
2819 ]
2820
2821 [[package]]
2822 name = "phf_macros"
2823 version = "0.13.1"
2824 source = "registry+https://github.com/rust-lang/crates.io-index"
2825 checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
2826 dependencies = [
2827 "phf_generator",
2828 "phf_shared",
2829 "proc-macro2",
2830 "quote",
2831 "syn 2.0.119",
2832 ]
2833
2834 [[package]]
2835 name = "phf_shared"
2836 version = "0.13.1"
2837 source = "registry+https://github.com/rust-lang/crates.io-index"
2838 checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
2839 dependencies = [
2840 "siphasher",
2841 ]
2842
2843 [[package]]
2844 name = "pin-project-lite"
2845 version = "0.2.17"
2846 source = "registry+https://github.com/rust-lang/crates.io-index"
2847 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2848
2849 [[package]]
2850 name = "pkg-config"
2851 version = "0.3.33"
2852 source = "registry+https://github.com/rust-lang/crates.io-index"
2853 checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
2854
2855 [[package]]
2856 name = "plist"
2857 version = "1.10.0"
2858 source = "registry+https://github.com/rust-lang/crates.io-index"
2859 checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
2860 dependencies = [
2861 "base64 0.22.1",
2862 "indexmap 2.14.0",
2863 "quick-xml",
2864 "serde",
2865 "time",
2866 ]
2867
2868 [[package]]
2869 name = "png"
2870 version = "0.17.16"
2871 source = "registry+https://github.com/rust-lang/crates.io-index"
2872 checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2873 dependencies = [
2874 "bitflags 1.3.2",
2875 "crc32fast",
2876 "fdeflate",
2877 "flate2",
2878 "miniz_oxide",
2879 ]
2880
2881 [[package]]
2882 name = "png"
2883 version = "0.18.1"
2884 source = "registry+https://github.com/rust-lang/crates.io-index"
2885 checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
2886 dependencies = [
2887 "bitflags 2.13.1",
2888 "crc32fast",
2889 "fdeflate",
2890 "flate2",
2891 "miniz_oxide",
2892 ]
2893
2894 [[package]]
2895 name = "polycool"
2896 version = "0.4.0"
2897 source = "registry+https://github.com/rust-lang/crates.io-index"
2898 checksum = "50596ddc09eb5ad5f75cacd40209568e66df71baf86e1499a0e99c4cff12a5a6"
2899 dependencies = [
2900 "arrayvec",
2901 ]
2902
2903 [[package]]
2904 name = "portable-atomic"
2905 version = "1.15.0"
2906 source = "registry+https://github.com/rust-lang/crates.io-index"
2907 checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
2908
2909 [[package]]
2910 name = "portable-atomic-util"
2911 version = "0.2.7"
2912 source = "registry+https://github.com/rust-lang/crates.io-index"
2913 checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
2914 dependencies = [
2915 "portable-atomic",
2916 ]
2917
2918 [[package]]
2919 name = "potential_utf"
2920 version = "0.1.5"
2921 source = "registry+https://github.com/rust-lang/crates.io-index"
2922 checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2923 dependencies = [
2924 "zerovec",
2925 ]
2926
2927 [[package]]
2928 name = "powerfmt"
2929 version = "0.2.0"
2930 source = "registry+https://github.com/rust-lang/crates.io-index"
2931 checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2932
2933 [[package]]
2934 name = "precomputed-hash"
2935 version = "0.1.1"
2936 source = "registry+https://github.com/rust-lang/crates.io-index"
2937 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2938
2939 [[package]]
2940 name = "proc-macro-crate"
2941 version = "1.3.1"
2942 source = "registry+https://github.com/rust-lang/crates.io-index"
2943 checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2944 dependencies = [
2945 "once_cell",
2946 "toml_edit 0.19.15",
2947 ]
2948
2949 [[package]]
2950 name = "proc-macro-crate"
2951 version = "2.0.2"
2952 source = "registry+https://github.com/rust-lang/crates.io-index"
2953 checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
2954 dependencies = [
2955 "toml_datetime 0.6.3",
2956 "toml_edit 0.20.2",
2957 ]
2958
2959 [[package]]
2960 name = "proc-macro-crate"
2961 version = "3.5.0"
2962 source = "registry+https://github.com/rust-lang/crates.io-index"
2963 checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
2964 dependencies = [
2965 "toml_edit 0.25.13+spec-1.1.0",
2966 ]
2967
2968 [[package]]
2969 name = "proc-macro-error"
2970 version = "1.0.4"
2971 source = "registry+https://github.com/rust-lang/crates.io-index"
2972 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2973 dependencies = [
2974 "proc-macro-error-attr",
2975 "proc-macro2",
2976 "quote",
2977 "syn 1.0.109",
2978 "version_check",
2979 ]
2980
2981 [[package]]
2982 name = "proc-macro-error-attr"
2983 version = "1.0.4"
2984 source = "registry+https://github.com/rust-lang/crates.io-index"
2985 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2986 dependencies = [
2987 "proc-macro2",
2988 "quote",
2989 "version_check",
2990 ]
2991
2992 [[package]]
2993 name = "proc-macro2"
2994 version = "1.0.107"
2995 source = "registry+https://github.com/rust-lang/crates.io-index"
2996 checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
2997 dependencies = [
2998 "unicode-ident",
2999 ]
3000
3001 [[package]]
3002 name = "profiling"
3003 version = "1.0.18"
3004 source = "registry+https://github.com/rust-lang/crates.io-index"
3005 checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
3006
3007 [[package]]
3008 name = "pulldown-cmark"
3009 version = "0.13.4"
3010 source = "registry+https://github.com/rust-lang/crates.io-index"
3011 checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
3012 dependencies = [
3013 "bitflags 2.13.1",
3014 "getopts",
3015 "memchr",
3016 "pulldown-cmark-escape",
3017 "unicase",
3018 ]
3019
3020 [[package]]
3021 name = "pulldown-cmark-escape"
3022 version = "0.11.0"
3023 source = "registry+https://github.com/rust-lang/crates.io-index"
3024 checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
3025
3026 [[package]]
3027 name = "quasi"
3028 version = "0.0.0"
3029
3030 [[package]]
3031 name = "quasi-axum"
3032 version = "0.2.0"
3033 dependencies = [
3034 "axum",
3035 "http",
3036 "http-body-util",
3037 "quasi-http",
3038 "quasi-router",
3039 "quasi-webview",
3040 "tokio",
3041 "tower",
3042 ]
3043
3044 [[package]]
3045 name = "quasi-http"
3046 version = "0.2.0"
3047 dependencies = [
3048 "form_urlencoded",
3049 "http",
3050 "quasi-router",
3051 ]
3052
3053 [[package]]
3054 name = "quasi-immediate"
3055 version = "0.2.0"
3056 dependencies = [
3057 "docengine",
3058 "egui",
3059 "makeover-immediate",
3060 "quasi-router",
3061 ]
3062
3063 [[package]]
3064 name = "quasi-router"
3065 version = "0.2.0"
3066 dependencies = [
3067 "makeover-layout",
3068 ]
3069
3070 [[package]]
3071 name = "quasi-store"
3072 version = "0.1.0"
3073 dependencies = [
3074 "rusqlite",
3075 "sha2",
3076 "thiserror 2.0.20",
3077 "tracing",
3078 ]
3079
3080 [[package]]
3081 name = "quasi-tauri"
3082 version = "0.2.0"
3083 dependencies = [
3084 "http",
3085 "quasi-http",
3086 "quasi-router",
3087 "quasi-webview",
3088 "tauri",
3089 ]
3090
3091 [[package]]
3092 name = "quasi-tui"
3093 version = "0.2.0"
3094 dependencies = [
3095 "docengine",
3096 "makeover",
3097 "makeover-layout",
3098 "makeover-tui",
3099 "quasi-router",
3100 "ratatui",
3101 ]
3102
3103 [[package]]
3104 name = "quasi-webview"
3105 version = "0.2.0"
3106 dependencies = [
3107 "docengine",
3108 "makeover-layout",
3109 "makeover-webview",
3110 "quasi-http",
3111 "quasi-router",
3112 ]
3113
3114 [[package]]
3115 name = "quick-xml"
3116 version = "0.41.0"
3117 source = "registry+https://github.com/rust-lang/crates.io-index"
3118 checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
3119 dependencies = [
3120 "memchr",
3121 ]
3122
3123 [[package]]
3124 name = "quote"
3125 version = "1.0.47"
3126 source = "registry+https://github.com/rust-lang/crates.io-index"
3127 checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
3128 dependencies = [
3129 "proc-macro2",
3130 ]
3131
3132 [[package]]
3133 name = "r-efi"
3134 version = "5.3.0"
3135 source = "registry+https://github.com/rust-lang/crates.io-index"
3136 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3137
3138 [[package]]
3139 name = "r-efi"
3140 version = "6.0.0"
3141 source = "registry+https://github.com/rust-lang/crates.io-index"
3142 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
3143
3144 [[package]]
3145 name = "ratatui"
3146 version = "0.30.2"
3147 source = "registry+https://github.com/rust-lang/crates.io-index"
3148 checksum = "3274ba0a2c5e1bcad2a2005d20f4dc59dad26b2eb0940fb094500dba4099d57d"
3149 dependencies = [
3150 "instability",
3151 "ratatui-core",
3152 "ratatui-widgets",
3153 ]
3154
3155 [[package]]
3156 name = "ratatui-core"
3157 version = "0.1.2"
3158 source = "registry+https://github.com/rust-lang/crates.io-index"
3159 checksum = "cbb175c433c8e28a809d1f5773a2ae96e68c0ce40db865cbab1020bf33ae479c"
3160 dependencies = [
3161 "bitflags 2.13.1",
3162 "compact_str",
3163 "hashbrown 0.17.1",
3164 "itertools",
3165 "kasuari",
3166 "lru",
3167 "strum",
3168 "thiserror 2.0.20",
3169 "unicode-segmentation",
3170 "unicode-truncate",
3171 "unicode-width",
3172 ]
3173
3174 [[package]]
3175 name = "ratatui-widgets"
3176 version = "0.3.2"
3177 source = "registry+https://github.com/rust-lang/crates.io-index"
3178 checksum = "66e3d19bcc9130ca376277d93b60767ff121ace3be06f5f95f81dd68956407d1"
3179 dependencies = [
3180 "bitflags 2.13.1",
3181 "hashbrown 0.17.1",
3182 "indoc",
3183 "instability",
3184 "itertools",
3185 "line-clipping",
3186 "ratatui-core",
3187 "strum",
3188 "unicode-segmentation",
3189 "unicode-width",
3190 ]
3191
3192 [[package]]
3193 name = "raw-window-handle"
3194 version = "0.6.2"
3195 source = "registry+https://github.com/rust-lang/crates.io-index"
3196 checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
3197
3198 [[package]]
3199 name = "read-fonts"
3200 version = "0.39.2"
3201 source = "registry+https://github.com/rust-lang/crates.io-index"
3202 checksum = "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81"
3203 dependencies = [
3204 "bytemuck",
3205 "font-types",
3206 ]
3207
3208 [[package]]
3209 name = "redox_syscall"
3210 version = "0.5.18"
3211 source = "registry+https://github.com/rust-lang/crates.io-index"
3212 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3213 dependencies = [
3214 "bitflags 2.13.1",
3215 ]
3216
3217 [[package]]
3218 name = "redox_users"
3219 version = "0.5.2"
3220 source = "registry+https://github.com/rust-lang/crates.io-index"
3221 checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
3222 dependencies = [
3223 "getrandom 0.2.17",
3224 "libredox",
3225 "thiserror 2.0.20",
3226 ]
3227
3228 [[package]]
3229 name = "ref-cast"
3230 version = "1.0.26"
3231 source = "registry+https://github.com/rust-lang/crates.io-index"
3232 checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
3233 dependencies = [
3234 "ref-cast-impl",
3235 ]
3236
3237 [[package]]
3238 name = "ref-cast-impl"
3239 version = "1.0.26"
3240 source = "registry+https://github.com/rust-lang/crates.io-index"
3241 checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
3242 dependencies = [
3243 "proc-macro2",
3244 "quote",
3245 "syn 3.0.3",
3246 ]
3247
3248 [[package]]
3249 name = "regex"
3250 version = "1.13.1"
3251 source = "registry+https://github.com/rust-lang/crates.io-index"
3252 checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
3253 dependencies = [
3254 "aho-corasick",
3255 "memchr",
3256 "regex-automata",
3257 "regex-syntax",
3258 ]
3259
3260 [[package]]
3261 name = "regex-automata"
3262 version = "0.4.18"
3263 source = "registry+https://github.com/rust-lang/crates.io-index"
3264 checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
3265 dependencies = [
3266 "aho-corasick",
3267 "memchr",
3268 "regex-syntax",
3269 ]
3270
3271 [[package]]
3272 name = "regex-syntax"
3273 version = "0.8.11"
3274 source = "registry+https://github.com/rust-lang/crates.io-index"
3275 checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
3276
3277 [[package]]
3278 name = "reqwest"
3279 version = "0.13.4"
3280 source = "registry+https://github.com/rust-lang/crates.io-index"
3281 checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
3282 dependencies = [
3283 "base64 0.22.1",
3284 "bytes",
3285 "futures-core",
3286 "futures-util",
3287 "http",
3288 "http-body",
3289 "http-body-util",
3290 "hyper",
3291 "hyper-util",
3292 "js-sys",
3293 "log",
3294 "percent-encoding",
3295 "pin-project-lite",
3296 "serde",
3297 "serde_json",
3298 "sync_wrapper",
3299 "tokio",
3300 "tokio-util",
3301 "tower",
3302 "tower-http",
3303 "tower-service",
3304 "url",
3305 "wasm-bindgen",
3306 "wasm-bindgen-futures",
3307 "wasm-streams",
3308 "web-sys",
3309 ]
3310
3311 [[package]]
3312 name = "rsqlite-vfs"
3313 version = "0.1.1"
3314 source = "registry+https://github.com/rust-lang/crates.io-index"
3315 checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c"
3316 dependencies = [
3317 "hashbrown 0.16.1",
3318 "thiserror 2.0.20",
3319 ]
3320
3321 [[package]]
3322 name = "rusqlite"
3323 version = "0.40.2"
3324 source = "registry+https://github.com/rust-lang/crates.io-index"
3325 checksum = "23f2a97da3e3873c73cb2a2e71b35c40ff95e0b1eefa8d72d8499a6928c3b5b3"
3326 dependencies = [
3327 "bitflags 2.13.1",
3328 "fallible-iterator",
3329 "fallible-streaming-iterator",
3330 "hashlink",
3331 "libsqlite3-sys",
3332 "smallvec",
3333 "sqlite-wasm-rs",
3334 ]
3335
3336 [[package]]
3337 name = "rustc-hash"
3338 version = "2.1.3"
3339 source = "registry+https://github.com/rust-lang/crates.io-index"
3340 checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
3341
3342 [[package]]
3343 name = "rustc_version"
3344 version = "0.4.1"
3345 source = "registry+https://github.com/rust-lang/crates.io-index"
3346 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3347 dependencies = [
3348 "semver",
3349 ]
3350
3351 [[package]]
3352 name = "rustversion"
3353 version = "1.0.23"
3354 source = "registry+https://github.com/rust-lang/crates.io-index"
3355 checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
3356
3357 [[package]]
3358 name = "ryu"
3359 version = "1.0.23"
3360 source = "registry+https://github.com/rust-lang/crates.io-index"
3361 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3362
3363 [[package]]
3364 name = "same-file"
3365 version = "1.0.6"
3366 source = "registry+https://github.com/rust-lang/crates.io-index"
3367 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3368 dependencies = [
3369 "winapi-util",
3370 ]
3371
3372 [[package]]
3373 name = "schemars"
3374 version = "0.8.22"
3375 source = "registry+https://github.com/rust-lang/crates.io-index"
3376 checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
3377 dependencies = [
3378 "dyn-clone",
3379 "indexmap 1.9.3",
3380 "schemars_derive",
3381 "serde",
3382 "serde_json",
3383 "url",
3384 "uuid",
3385 ]
3386
3387 [[package]]
3388 name = "schemars"
3389 version = "0.9.0"
3390 source = "registry+https://github.com/rust-lang/crates.io-index"
3391 checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3392 dependencies = [
3393 "dyn-clone",
3394 "ref-cast",
3395 "serde",
3396 "serde_json",
3397 ]
3398
3399 [[package]]
3400 name = "schemars"
3401 version = "1.2.2"
3402 source = "registry+https://github.com/rust-lang/crates.io-index"
3403 checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
3404 dependencies = [
3405 "dyn-clone",
3406 "ref-cast",
3407 "serde",
3408 "serde_json",
3409 ]
3410
3411 [[package]]
3412 name = "schemars_derive"
3413 version = "0.8.22"
3414 source = "registry+https://github.com/rust-lang/crates.io-index"
3415 checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
3416 dependencies = [
3417 "proc-macro2",
3418 "quote",
3419 "serde_derive_internals",
3420 "syn 2.0.119",
3421 ]
3422
3423 [[package]]
3424 name = "scopeguard"
3425 version = "1.2.0"
3426 source = "registry+https://github.com/rust-lang/crates.io-index"
3427 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3428
3429 [[package]]
3430 name = "selectors"
3431 version = "0.36.1"
3432 source = "registry+https://github.com/rust-lang/crates.io-index"
3433 checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c"
3434 dependencies = [
3435 "bitflags 2.13.1",
3436 "cssparser 0.36.0",
3437 "derive_more",
3438 "log",
3439 "new_debug_unreachable",
3440 "phf",
3441 "phf_codegen",
3442 "precomputed-hash",
3443 "rustc-hash",
3444 "servo_arc",
3445 "smallvec",
3446 ]
3447
3448 [[package]]
3449 name = "self_cell"
3450 version = "1.3.0"
3451 source = "registry+https://github.com/rust-lang/crates.io-index"
3452 checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813"
3453
3454 [[package]]
3455 name = "semver"
3456 version = "1.0.28"
3457 source = "registry+https://github.com/rust-lang/crates.io-index"
3458 checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
3459 dependencies = [
3460 "serde",
3461 "serde_core",
3462 ]
3463
3464 [[package]]
3465 name = "serde"
3466 version = "1.0.229"
3467 source = "registry+https://github.com/rust-lang/crates.io-index"
3468 checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
3469 dependencies = [
3470 "serde_core",
3471 "serde_derive",
3472 ]
3473
3474 [[package]]
3475 name = "serde-untagged"
3476 version = "0.1.9"
3477 source = "registry+https://github.com/rust-lang/crates.io-index"
3478 checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
3479 dependencies = [
3480 "erased-serde",
3481 "serde",
3482 "serde_core",
3483 "typeid",
3484 ]
3485
3486 [[package]]
3487 name = "serde_core"
3488 version = "1.0.229"
3489 source = "registry+https://github.com/rust-lang/crates.io-index"
3490 checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
3491 dependencies = [
3492 "serde_derive",
3493 ]
3494
3495 [[package]]
3496 name = "serde_derive"
3497 version = "1.0.229"
3498 source = "registry+https://github.com/rust-lang/crates.io-index"
3499 checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
3500 dependencies = [
3501 "proc-macro2",
3502 "quote",
3503 "syn 3.0.3",
3504 ]
3505
3506 [[package]]
3507 name = "serde_derive_internals"
3508 version = "0.29.1"
3509 source = "registry+https://github.com/rust-lang/crates.io-index"
3510 checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
3511 dependencies = [
3512 "proc-macro2",
3513 "quote",
3514 "syn 2.0.119",
3515 ]
3516
3517 [[package]]
3518 name = "serde_json"
3519 version = "1.0.151"
3520 source = "registry+https://github.com/rust-lang/crates.io-index"
3521 checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
3522 dependencies = [
3523 "itoa",
3524 "memchr",
3525 "serde",
3526 "serde_core",
3527 "zmij",
3528 ]
3529
3530 [[package]]
3531 name = "serde_path_to_error"
3532 version = "0.1.20"
3533 source = "registry+https://github.com/rust-lang/crates.io-index"
3534 checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3535 dependencies = [
3536 "itoa",
3537 "serde",
3538 "serde_core",
3539 ]
3540
3541 [[package]]
3542 name = "serde_repr"
3543 version = "0.1.21"
3544 source = "registry+https://github.com/rust-lang/crates.io-index"
3545 checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906"
3546 dependencies = [
3547 "proc-macro2",
3548 "quote",
3549 "syn 3.0.3",
3550 ]
3551
3552 [[package]]
3553 name = "serde_spanned"
3554 version = "0.6.9"
3555 source = "registry+https://github.com/rust-lang/crates.io-index"
3556 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
3557 dependencies = [
3558 "serde",
3559 ]
3560
3561 [[package]]
3562 name = "serde_spanned"
3563 version = "1.1.1"
3564 source = "registry+https://github.com/rust-lang/crates.io-index"
3565 checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
3566 dependencies = [
3567 "serde_core",
3568 ]
3569
3570 [[package]]
3571 name = "serde_urlencoded"
3572 version = "0.7.1"
3573 source = "registry+https://github.com/rust-lang/crates.io-index"
3574 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3575 dependencies = [
3576 "form_urlencoded",
3577 "itoa",
3578 "ryu",
3579 "serde",
3580 ]
3581
3582 [[package]]
3583 name = "serde_with"
3584 version = "3.22.0"
3585 source = "registry+https://github.com/rust-lang/crates.io-index"
3586 checksum = "ee78f1fbe43ac4a0e47aadb3dbd357b69eb0d3793e948624cd03dd2750ab1c0a"
3587 dependencies = [
3588 "base64 0.22.1",
3589 "bs58",
3590 "chrono",
3591 "hex",
3592 "indexmap 1.9.3",
3593 "indexmap 2.14.0",
3594 "jiff",
3595 "schemars 0.9.0",
3596 "schemars 1.2.2",
3597 "serde_core",
3598 "serde_json",
3599 "serde_with_macros",
3600 "time",
3601 ]
3602
3603 [[package]]
3604 name = "serde_with_macros"
3605 version = "3.22.0"
3606 source = "registry+https://github.com/rust-lang/crates.io-index"
3607 checksum = "8705578779c2b6bd90d84d66eb2e206b708b1a4d7b9f17641b293545bf1c7e46"
3608 dependencies = [
3609 "darling 0.23.0",
3610 "proc-macro2",
3611 "quote",
3612 "syn 2.0.119",
3613 ]
3614
3615 [[package]]
3616 name = "serialize-to-javascript"
3617 version = "0.1.2"
3618 source = "registry+https://github.com/rust-lang/crates.io-index"
3619 checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5"
3620 dependencies = [
3621 "serde",
3622 "serde_json",
3623 "serialize-to-javascript-impl",
3624 ]
3625
3626 [[package]]
3627 name = "serialize-to-javascript-impl"
3628 version = "0.1.2"
3629 source = "registry+https://github.com/rust-lang/crates.io-index"
3630 checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d"
3631 dependencies = [
3632 "proc-macro2",
3633 "quote",
3634 "syn 2.0.119",
3635 ]
3636
3637 [[package]]
3638 name = "servo_arc"
3639 version = "0.4.3"
3640 source = "registry+https://github.com/rust-lang/crates.io-index"
3641 checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
3642 dependencies = [
3643 "stable_deref_trait",
3644 ]
3645
3646 [[package]]
3647 name = "sha2"
3648 version = "0.10.9"
3649 source = "registry+https://github.com/rust-lang/crates.io-index"
3650 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3651 dependencies = [
3652 "cfg-if",
3653 "cpufeatures",
3654 "digest",
3655 ]
3656
3657 [[package]]
3658 name = "shlex"
3659 version = "2.0.1"
3660 source = "registry+https://github.com/rust-lang/crates.io-index"
3661 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
3662
3663 [[package]]
3664 name = "simd-adler32"
3665 version = "0.3.10"
3666 source = "registry+https://github.com/rust-lang/crates.io-index"
3667 checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
3668
3669 [[package]]
3670 name = "siphasher"
3671 version = "1.0.3"
3672 source = "registry+https://github.com/rust-lang/crates.io-index"
3673 checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
3674
3675 [[package]]
3676 name = "skrifa"
3677 version = "0.42.1"
3678 source = "registry+https://github.com/rust-lang/crates.io-index"
3679 checksum = "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564"
3680 dependencies = [
3681 "bytemuck",
3682 "read-fonts",
3683 ]
3684
3685 [[package]]
3686 name = "slab"
3687 version = "0.4.12"
3688 source = "registry+https://github.com/rust-lang/crates.io-index"
3689 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3690
3691 [[package]]
3692 name = "smallvec"
3693 version = "1.15.2"
3694 source = "registry+https://github.com/rust-lang/crates.io-index"
3695 checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
3696
3697 [[package]]
3698 name = "socket2"
3699 version = "0.6.5"
3700 source = "registry+https://github.com/rust-lang/crates.io-index"
3701 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
3702 dependencies = [
3703 "libc",
3704 "windows-sys 0.61.2",
3705 ]
3706
3707 [[package]]
3708 name = "softbuffer"
3709 version = "0.4.8"
3710 source = "registry+https://github.com/rust-lang/crates.io-index"
3711 checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3"
3712 dependencies = [
3713 "bytemuck",
3714 "js-sys",
3715 "ndk",
3716 "objc2",
3717 "objc2-core-foundation",
3718 "objc2-core-graphics",
3719 "objc2-foundation",
3720 "objc2-quartz-core",
3721 "raw-window-handle",
3722 "redox_syscall",
3723 "tracing",
3724 "wasm-bindgen",
3725 "web-sys",
3726 "windows-sys 0.61.2",
3727 ]
3728
3729 [[package]]
3730 name = "soup3"
3731 version = "0.5.0"
3732 source = "registry+https://github.com/rust-lang/crates.io-index"
3733 checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
3734 dependencies = [
3735 "futures-channel",
3736 "gio",
3737 "glib",
3738 "libc",
3739 "soup3-sys",
3740 ]
3741
3742 [[package]]
3743 name = "soup3-sys"
3744 version = "0.5.0"
3745 source = "registry+https://github.com/rust-lang/crates.io-index"
3746 checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
3747 dependencies = [
3748 "gio-sys",
3749 "glib-sys",
3750 "gobject-sys",
3751 "libc",
3752 "system-deps",
3753 ]
3754
3755 [[package]]
3756 name = "sqlite-wasm-rs"
3757 version = "0.5.5"
3758 source = "registry+https://github.com/rust-lang/crates.io-index"
3759 checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75"
3760 dependencies = [
3761 "cc",
3762 "js-sys",
3763 "rsqlite-vfs",
3764 "wasm-bindgen",
3765 ]
3766
3767 [[package]]
3768 name = "stable_deref_trait"
3769 version = "1.2.1"
3770 source = "registry+https://github.com/rust-lang/crates.io-index"
3771 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3772
3773 [[package]]
3774 name = "static_assertions"
3775 version = "1.1.0"
3776 source = "registry+https://github.com/rust-lang/crates.io-index"
3777 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3778
3779 [[package]]
3780 name = "string_cache"
3781 version = "0.9.0"
3782 source = "registry+https://github.com/rust-lang/crates.io-index"
3783 checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
3784 dependencies = [
3785 "new_debug_unreachable",
3786 "parking_lot",
3787 "phf_shared",
3788 "precomputed-hash",
3789 ]
3790
3791 [[package]]
3792 name = "string_cache_codegen"
3793 version = "0.6.1"
3794 source = "registry+https://github.com/rust-lang/crates.io-index"
3795 checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
3796 dependencies = [
3797 "phf_generator",
3798 "phf_shared",
3799 "proc-macro2",
3800 "quote",
3801 ]
3802
3803 [[package]]
3804 name = "strsim"
3805 version = "0.11.1"
3806 source = "registry+https://github.com/rust-lang/crates.io-index"
3807 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3808
3809 [[package]]
3810 name = "strum"
3811 version = "0.28.0"
3812 source = "registry+https://github.com/rust-lang/crates.io-index"
3813 checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
3814 dependencies = [
3815 "strum_macros",
3816 ]
3817
3818 [[package]]
3819 name = "strum_macros"
3820 version = "0.28.0"
3821 source = "registry+https://github.com/rust-lang/crates.io-index"
3822 checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
3823 dependencies = [
3824 "heck 0.5.0",
3825 "proc-macro2",
3826 "quote",
3827 "syn 2.0.119",
3828 ]
3829
3830 [[package]]
3831 name = "swift-rs"
3832 version = "1.0.7"
3833 source = "registry+https://github.com/rust-lang/crates.io-index"
3834 checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7"
3835 dependencies = [
3836 "base64 0.21.7",
3837 "serde",
3838 "serde_json",
3839 ]
3840
3841 [[package]]
3842 name = "syn"
3843 version = "1.0.109"
3844 source = "registry+https://github.com/rust-lang/crates.io-index"
3845 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3846 dependencies = [
3847 "proc-macro2",
3848 "unicode-ident",
3849 ]
3850
3851 [[package]]
3852 name = "syn"
3853 version = "2.0.119"
3854 source = "registry+https://github.com/rust-lang/crates.io-index"
3855 checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
3856 dependencies = [
3857 "proc-macro2",
3858 "quote",
3859 "unicode-ident",
3860 ]
3861
3862 [[package]]
3863 name = "syn"
3864 version = "3.0.3"
3865 source = "registry+https://github.com/rust-lang/crates.io-index"
3866 checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
3867 dependencies = [
3868 "proc-macro2",
3869 "quote",
3870 "unicode-ident",
3871 ]
3872
3873 [[package]]
3874 name = "sync_wrapper"
3875 version = "1.0.2"
3876 source = "registry+https://github.com/rust-lang/crates.io-index"
3877 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3878 dependencies = [
3879 "futures-core",
3880 ]
3881
3882 [[package]]
3883 name = "synstructure"
3884 version = "0.13.2"
3885 source = "registry+https://github.com/rust-lang/crates.io-index"
3886 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3887 dependencies = [
3888 "proc-macro2",
3889 "quote",
3890 "syn 2.0.119",
3891 ]
3892
3893 [[package]]
3894 name = "system-deps"
3895 version = "6.2.2"
3896 source = "registry+https://github.com/rust-lang/crates.io-index"
3897 checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
3898 dependencies = [
3899 "cfg-expr",
3900 "heck 0.5.0",
3901 "pkg-config",
3902 "toml 0.8.2",
3903 "version-compare",
3904 ]
3905
3906 [[package]]
3907 name = "tao"
3908 version = "0.35.3"
3909 source = "registry+https://github.com/rust-lang/crates.io-index"
3910 checksum = "d1c93047acf68669466a34690ac58cca7010bd1b201e1ec86f1fd0a75d3dd4a9"
3911 dependencies = [
3912 "bitflags 2.13.1",
3913 "block2",
3914 "core-foundation",
3915 "core-graphics",
3916 "crossbeam-channel",
3917 "dbus",
3918 "dispatch2",
3919 "dlopen2",
3920 "dpi",
3921 "gdkwayland-sys",
3922 "gdkx11-sys",
3923 "gtk",
3924 "jni",
3925 "libc",
3926 "log",
3927 "ndk",
3928 "ndk-sys",
3929 "objc2",
3930 "objc2-app-kit",
3931 "objc2-foundation",
3932 "objc2-ui-kit",
3933 "once_cell",
3934 "parking_lot",
3935 "percent-encoding",
3936 "raw-window-handle",
3937 "tao-macros",
3938 "unicode-segmentation",
3939 "url",
3940 "windows",
3941 "windows-core 0.61.2",
3942 "windows-version",
3943 "x11-dl",
3944 ]
3945
3946 [[package]]
3947 name = "tao-macros"
3948 version = "0.1.4"
3949 source = "registry+https://github.com/rust-lang/crates.io-index"
3950 checksum = "5f7eeb6d99155545da6150a1795945f16ac9c178deb2a5f2e74d776107bd5849"
3951 dependencies = [
3952 "proc-macro2",
3953 "quote",
3954 "syn 2.0.119",
3955 ]
3956
3957 [[package]]
3958 name = "target-lexicon"
3959 version = "0.12.16"
3960 source = "registry+https://github.com/rust-lang/crates.io-index"
3961 checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
3962
3963 [[package]]
3964 name = "tauri"
3965 version = "2.11.5"
3966 source = "registry+https://github.com/rust-lang/crates.io-index"
3967 checksum = "667b20e2726d572dea2de7370da16e188eb06008faf9a92fab7cdc46791190b5"
3968 dependencies = [
3969 "anyhow",
3970 "bytes",
3971 "cookie",
3972 "dirs",
3973 "dunce",
3974 "embed_plist",
3975 "getrandom 0.3.4",
3976 "glob",
3977 "gtk",
3978 "heck 0.5.0",
3979 "http",
3980 "jni",
3981 "libc",
3982 "log",
3983 "mime",
3984 "muda",
3985 "objc2",
3986 "objc2-app-kit",
3987 "objc2-foundation",
3988 "objc2-ui-kit",
3989 "objc2-web-kit",
3990 "percent-encoding",
3991 "plist",
3992 "raw-window-handle",
3993 "reqwest",
3994 "serde",
3995 "serde_json",
3996 "serde_repr",
3997 "serialize-to-javascript",
3998 "swift-rs",
3999 "tauri-build",
4000 "tauri-macros",
4001 "tauri-runtime",
4002 "tauri-runtime-wry",
4003 "tauri-utils",
4004 "thiserror 2.0.20",
4005 "tokio",
4006 "tray-icon",
4007 "url",
4008 "webkit2gtk",
4009 "webview2-com",
4010 "window-vibrancy",
4011 "windows",
4012 ]
4013
4014 [[package]]
4015 name = "tauri-build"
4016 version = "2.6.3"
4017 source = "registry+https://github.com/rust-lang/crates.io-index"
4018 checksum = "bc9ce40b16101cb6ea63d3e221567affd1c3a9205f95d7bc574941a10636b632"
4019 dependencies = [
4020 "anyhow",
4021 "cargo_toml",
4022 "dirs",
4023 "glob",
4024 "heck 0.5.0",
4025 "json-patch",
4026 "schemars 0.8.22",
4027 "semver",
4028 "serde",
4029 "serde_json",
4030 "tauri-utils",
4031 "tauri-winres",
4032 "walkdir",
4033 ]
4034
4035 [[package]]
4036 name = "tauri-codegen"
4037 version = "2.6.3"
4038 source = "registry+https://github.com/rust-lang/crates.io-index"
4039 checksum = "08279169ff42f8fc45a1dbc9dcae888893ba95288142e5880c59b93a26d2cfc5"
4040 dependencies = [
4041 "base64 0.22.1",
4042 "brotli",
4043 "ico",
4044 "json-patch",
4045 "plist",
4046 "png 0.17.16",
4047 "proc-macro2",
4048 "quote",
4049 "semver",
4050 "serde",
4051 "serde_json",
4052 "sha2",
4053 "syn 2.0.119",
4054 "tauri-utils",
4055 "thiserror 2.0.20",
4056 "time",
4057 "url",
4058 "uuid",
4059 "walkdir",
4060 ]
4061
4062 [[package]]
4063 name = "tauri-macros"
4064 version = "2.6.3"
4065 source = "registry+https://github.com/rust-lang/crates.io-index"
4066 checksum = "e8b394794f399a421811d06966343e7933fcae92d59f5180b9388d1174497a45"
4067 dependencies = [
4068 "heck 0.5.0",
4069 "proc-macro2",
4070 "quote",
4071 "syn 2.0.119",
4072 "tauri-codegen",
4073 "tauri-utils",
4074 ]
4075
4076 [[package]]
4077 name = "tauri-runtime"
4078 version = "2.11.3"
4079 source = "registry+https://github.com/rust-lang/crates.io-index"
4080 checksum = "b0b4bc95aed361b0019067d189a1174a603d460d0f6c72606512d59fc9c12ec8"
4081 dependencies = [
4082 "cookie",
4083 "dpi",
4084 "gtk",
4085 "http",
4086 "jni",
4087 "objc2",
4088 "objc2-ui-kit",
4089 "objc2-web-kit",
4090 "raw-window-handle",
4091 "serde",
4092 "serde_json",
4093 "tauri-utils",
4094 "thiserror 2.0.20",
4095 "url",
4096 "webkit2gtk",
4097 "webview2-com",
4098 "windows",
4099 ]
4100
4101 [[package]]
4102 name = "tauri-runtime-wry"
4103 version = "2.11.4"
4104 source = "registry+https://github.com/rust-lang/crates.io-index"
4105 checksum = "4e6fac707727b7a2f48e4ded90976324267371073edbb415ffb73bb0458d203f"
4106 dependencies = [
4107 "gtk",
4108 "http",
4109 "jni",
4110 "log",
4111 "objc2",
4112 "objc2-app-kit",
4113 "once_cell",
4114 "percent-encoding",
4115 "raw-window-handle",
4116 "softbuffer",
4117 "tao",
4118 "tauri-runtime",
4119 "tauri-utils",
4120 "url",
4121 "webkit2gtk",
4122 "webview2-com",
4123 "windows",
4124 "wry",
4125 ]
4126
4127 [[package]]
4128 name = "tauri-utils"
4129 version = "2.9.3"
4130 source = "registry+https://github.com/rust-lang/crates.io-index"
4131 checksum = "3e176a18e67764923c4f1ce66f25ae4abe5f688384d5eb1a0fa6c77f3d90f887"
4132 dependencies = [
4133 "anyhow",
4134 "brotli",
4135 "cargo_metadata",
4136 "ctor",
4137 "dom_query",
4138 "dunce",
4139 "glob",
4140 "http",
4141 "infer",
4142 "json-patch",
4143 "log",
4144 "memchr",
4145 "phf",
4146 "plist",
4147 "proc-macro2",
4148 "quote",
4149 "regex",
4150 "schemars 0.8.22",
4151 "semver",
4152 "serde",
4153 "serde-untagged",
4154 "serde_json",
4155 "serde_with",
4156 "swift-rs",
4157 "thiserror 2.0.20",
4158 "toml 1.1.4+spec-1.1.0",
4159 "url",
4160 "urlpattern",
4161 "uuid",
4162 "walkdir",
4163 ]
4164
4165 [[package]]
4166 name = "tauri-winres"
4167 version = "0.3.6"
4168 source = "registry+https://github.com/rust-lang/crates.io-index"
4169 checksum = "cc65d45c68858bfe420dd29e834b5d15dbecf8a07a8a16cf4d532c7b1f69d4b6"
4170 dependencies = [
4171 "dunce",
4172 "embed-resource",
4173 "toml 1.1.4+spec-1.1.0",
4174 ]
4175
4176 [[package]]
4177 name = "tendril"
4178 version = "0.5.1"
4179 source = "registry+https://github.com/rust-lang/crates.io-index"
4180 checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08"
4181 dependencies = [
4182 "new_debug_unreachable",
4183 ]
4184
4185 [[package]]
4186 name = "thiserror"
4187 version = "1.0.69"
4188 source = "registry+https://github.com/rust-lang/crates.io-index"
4189 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4190 dependencies = [
4191 "thiserror-impl 1.0.69",
4192 ]
4193
4194 [[package]]
4195 name = "thiserror"
4196 version = "2.0.20"
4197 source = "registry+https://github.com/rust-lang/crates.io-index"
4198 checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
4199 dependencies = [
4200 "thiserror-impl 2.0.20",
4201 ]
4202
4203 [[package]]
4204 name = "thiserror-impl"
4205 version = "1.0.69"
4206 source = "registry+https://github.com/rust-lang/crates.io-index"
4207 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4208 dependencies = [
4209 "proc-macro2",
4210 "quote",
4211 "syn 2.0.119",
4212 ]
4213
4214 [[package]]
4215 name = "thiserror-impl"
4216 version = "2.0.20"
4217 source = "registry+https://github.com/rust-lang/crates.io-index"
4218 checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
4219 dependencies = [
4220 "proc-macro2",
4221 "quote",
4222 "syn 3.0.3",
4223 ]
4224
4225 [[package]]
4226 name = "time"
4227 version = "0.3.55"
4228 source = "registry+https://github.com/rust-lang/crates.io-index"
4229 checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
4230 dependencies = [
4231 "deranged",
4232 "num-conv",
4233 "powerfmt",
4234 "serde_core",
4235 "time-core",
4236 "time-macros",
4237 ]
4238
4239 [[package]]
4240 name = "time-core"
4241 version = "0.1.9"
4242 source = "registry+https://github.com/rust-lang/crates.io-index"
4243 checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
4244
4245 [[package]]
4246 name = "time-macros"
4247 version = "0.2.32"
4248 source = "registry+https://github.com/rust-lang/crates.io-index"
4249 checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
4250 dependencies = [
4251 "num-conv",
4252 "time-core",
4253 ]
4254
4255 [[package]]
4256 name = "tinystr"
4257 version = "0.8.3"
4258 source = "registry+https://github.com/rust-lang/crates.io-index"
4259 checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
4260 dependencies = [
4261 "displaydoc",
4262 "zerovec",
4263 ]
4264
4265 [[package]]
4266 name = "tinyvec"
4267 version = "1.12.0"
4268 source = "registry+https://github.com/rust-lang/crates.io-index"
4269 checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
4270 dependencies = [
4271 "tinyvec_macros",
4272 ]
4273
4274 [[package]]
4275 name = "tinyvec_macros"
4276 version = "0.1.1"
4277 source = "registry+https://github.com/rust-lang/crates.io-index"
4278 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4279
4280 [[package]]
4281 name = "tokio"
4282 version = "1.53.1"
4283 source = "registry+https://github.com/rust-lang/crates.io-index"
4284 checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
4285 dependencies = [
4286 "bytes",
4287 "libc",
4288 "mio",
4289 "pin-project-lite",
4290 "socket2",
4291 "tokio-macros",
4292 "windows-sys 0.61.2",
4293 ]
4294
4295 [[package]]
4296 name = "tokio-macros"
4297 version = "2.7.2"
4298 source = "registry+https://github.com/rust-lang/crates.io-index"
4299 checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
4300 dependencies = [
4301 "proc-macro2",
4302 "quote",
4303 "syn 3.0.3",
4304 ]
4305
4306 [[package]]
4307 name = "tokio-util"
4308 version = "0.7.19"
4309 source = "registry+https://github.com/rust-lang/crates.io-index"
4310 checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
4311 dependencies = [
4312 "bytes",
4313 "futures-core",
4314 "futures-sink",
4315 "pin-project-lite",
4316 "tokio",
4317 ]
4318
4319 [[package]]
4320 name = "toml"
4321 version = "0.8.2"
4322 source = "registry+https://github.com/rust-lang/crates.io-index"
4323 checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
4324 dependencies = [
4325 "serde",
4326 "serde_spanned 0.6.9",
4327 "toml_datetime 0.6.3",
4328 "toml_edit 0.20.2",
4329 ]
4330
4331 [[package]]
4332 name = "toml"
4333 version = "0.9.12+spec-1.1.0"
4334 source = "registry+https://github.com/rust-lang/crates.io-index"
4335 checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
4336 dependencies = [
4337 "indexmap 2.14.0",
4338 "serde_core",
4339 "serde_spanned 1.1.1",
4340 "toml_datetime 0.7.5+spec-1.1.0",
4341 "toml_parser",
4342 "toml_writer",
4343 "winnow 0.7.15",
4344 ]
4345
4346 [[package]]
4347 name = "toml"
4348 version = "1.1.4+spec-1.1.0"
4349 source = "registry+https://github.com/rust-lang/crates.io-index"
4350 checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
4351 dependencies = [
4352 "indexmap 2.14.0",
4353 "serde_core",
4354 "serde_spanned 1.1.1",
4355 "toml_datetime 1.1.1+spec-1.1.0",
4356 "toml_parser",
4357 "toml_writer",
4358 "winnow 1.0.4",
4359 ]
4360
4361 [[package]]
4362 name = "toml_datetime"
4363 version = "0.6.3"
4364 source = "registry+https://github.com/rust-lang/crates.io-index"
4365 checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
4366 dependencies = [
4367 "serde",
4368 ]
4369
4370 [[package]]
4371 name = "toml_datetime"
4372 version = "0.7.5+spec-1.1.0"
4373 source = "registry+https://github.com/rust-lang/crates.io-index"
4374 checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
4375 dependencies = [
4376 "serde_core",
4377 ]
4378
4379 [[package]]
4380 name = "toml_datetime"
4381 version = "1.1.1+spec-1.1.0"
4382 source = "registry+https://github.com/rust-lang/crates.io-index"
4383 checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
4384 dependencies = [
4385 "serde_core",
4386 ]
4387
4388 [[package]]
4389 name = "toml_edit"
4390 version = "0.19.15"
4391 source = "registry+https://github.com/rust-lang/crates.io-index"
4392 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
4393 dependencies = [
4394 "indexmap 2.14.0",
4395 "toml_datetime 0.6.3",
4396 "winnow 0.5.40",
4397 ]
4398
4399 [[package]]
4400 name = "toml_edit"
4401 version = "0.20.2"
4402 source = "registry+https://github.com/rust-lang/crates.io-index"
4403 checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
4404 dependencies = [
4405 "indexmap 2.14.0",
4406 "serde",
4407 "serde_spanned 0.6.9",
4408 "toml_datetime 0.6.3",
4409 "winnow 0.5.40",
4410 ]
4411
4412 [[package]]
4413 name = "toml_edit"
4414 version = "0.25.13+spec-1.1.0"
4415 source = "registry+https://github.com/rust-lang/crates.io-index"
4416 checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
4417 dependencies = [
4418 "indexmap 2.14.0",
4419 "toml_datetime 1.1.1+spec-1.1.0",
4420 "toml_parser",
4421 "winnow 1.0.4",
4422 ]
4423
4424 [[package]]
4425 name = "toml_parser"
4426 version = "1.1.3+spec-1.1.0"
4427 source = "registry+https://github.com/rust-lang/crates.io-index"
4428 checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
4429 dependencies = [
4430 "winnow 1.0.4",
4431 ]
4432
4433 [[package]]
4434 name = "toml_writer"
4435 version = "1.1.2+spec-1.1.0"
4436 source = "registry+https://github.com/rust-lang/crates.io-index"
4437 checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
4438
4439 [[package]]
4440 name = "tower"
4441 version = "0.5.3"
4442 source = "registry+https://github.com/rust-lang/crates.io-index"
4443 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
4444 dependencies = [
4445 "futures-core",
4446 "futures-util",
4447 "pin-project-lite",
4448 "sync_wrapper",
4449 "tokio",
4450 "tower-layer",
4451 "tower-service",
4452 "tracing",
4453 ]
4454
4455 [[package]]
4456 name = "tower-http"
4457 version = "0.6.11"
4458 source = "registry+https://github.com/rust-lang/crates.io-index"
4459 checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
4460 dependencies = [
4461 "bitflags 2.13.1",
4462 "bytes",
4463 "futures-util",
4464 "http",
4465 "http-body",
4466 "pin-project-lite",
4467 "tower",
4468 "tower-layer",
4469 "tower-service",
4470 "url",
4471 ]
4472
4473 [[package]]
4474 name = "tower-layer"
4475 version = "0.3.3"
4476 source = "registry+https://github.com/rust-lang/crates.io-index"
4477 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4478
4479 [[package]]
4480 name = "tower-service"
4481 version = "0.3.3"
4482 source = "registry+https://github.com/rust-lang/crates.io-index"
4483 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4484
4485 [[package]]
4486 name = "tracing"
4487 version = "0.1.44"
4488 source = "registry+https://github.com/rust-lang/crates.io-index"
4489 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
4490 dependencies = [
4491 "log",
4492 "pin-project-lite",
4493 "tracing-attributes",
4494 "tracing-core",
4495 ]
4496
4497 [[package]]
4498 name = "tracing-attributes"
4499 version = "0.1.31"
4500 source = "registry+https://github.com/rust-lang/crates.io-index"
4501 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
4502 dependencies = [
4503 "proc-macro2",
4504 "quote",
4505 "syn 2.0.119",
4506 ]
4507
4508 [[package]]
4509 name = "tracing-core"
4510 version = "0.1.36"
4511 source = "registry+https://github.com/rust-lang/crates.io-index"
4512 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
4513 dependencies = [
4514 "once_cell",
4515 ]
4516
4517 [[package]]
4518 name = "tray-icon"
4519 version = "0.24.2"
4520 source = "registry+https://github.com/rust-lang/crates.io-index"
4521 checksum = "045979e3f037cd18ad1cb2a419dfda133c5c29c9f3453370079f2255d46c257e"
4522 dependencies = [
4523 "crossbeam-channel",
4524 "dirs",
4525 "libappindicator",
4526 "muda",
4527 "objc2",
4528 "objc2-app-kit",
4529 "objc2-core-foundation",
4530 "objc2-core-graphics",
4531 "objc2-foundation",
4532 "once_cell",
4533 "png 0.18.1",
4534 "serde",
4535 "thiserror 2.0.20",
4536 "windows-sys 0.61.2",
4537 ]
4538
4539 [[package]]
4540 name = "try-lock"
4541 version = "0.2.5"
4542 source = "registry+https://github.com/rust-lang/crates.io-index"
4543 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4544
4545 [[package]]
4546 name = "typeid"
4547 version = "1.0.3"
4548 source = "registry+https://github.com/rust-lang/crates.io-index"
4549 checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
4550
4551 [[package]]
4552 name = "typenum"
4553 version = "1.20.1"
4554 source = "registry+https://github.com/rust-lang/crates.io-index"
4555 checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
4556
4557 [[package]]
4558 name = "unic-char-property"
4559 version = "0.9.0"
4560 source = "registry+https://github.com/rust-lang/crates.io-index"
4561 checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
4562 dependencies = [
4563 "unic-char-range",
4564 ]
4565
4566 [[package]]
4567 name = "unic-char-range"
4568 version = "0.9.0"
4569 source = "registry+https://github.com/rust-lang/crates.io-index"
4570 checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
4571
4572 [[package]]
4573 name = "unic-common"
4574 version = "0.9.0"
4575 source = "registry+https://github.com/rust-lang/crates.io-index"
4576 checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
4577
4578 [[package]]
4579 name = "unic-ucd-ident"
4580 version = "0.9.0"
4581 source = "registry+https://github.com/rust-lang/crates.io-index"
4582 checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
4583 dependencies = [
4584 "unic-char-property",
4585 "unic-char-range",
4586 "unic-ucd-version",
4587 ]
4588
4589 [[package]]
4590 name = "unic-ucd-version"
4591 version = "0.9.0"
4592 source = "registry+https://github.com/rust-lang/crates.io-index"
4593 checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
4594 dependencies = [
4595 "unic-common",
4596 ]
4597
4598 [[package]]
4599 name = "unicase"
4600 version = "2.9.0"
4601 source = "registry+https://github.com/rust-lang/crates.io-index"
4602 checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
4603
4604 [[package]]
4605 name = "unicode-general-category"
4606 version = "1.1.0"
4607 source = "registry+https://github.com/rust-lang/crates.io-index"
4608 checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
4609
4610 [[package]]
4611 name = "unicode-ident"
4612 version = "1.0.24"
4613 source = "registry+https://github.com/rust-lang/crates.io-index"
4614 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
4615
4616 [[package]]
4617 name = "unicode-segmentation"
4618 version = "1.13.3"
4619 source = "registry+https://github.com/rust-lang/crates.io-index"
4620 checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
4621
4622 [[package]]
4623 name = "unicode-truncate"
4624 version = "2.0.1"
4625 source = "registry+https://github.com/rust-lang/crates.io-index"
4626 checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5"
4627 dependencies = [
4628 "itertools",
4629 "unicode-segmentation",
4630 "unicode-width",
4631 ]
4632
4633 [[package]]
4634 name = "unicode-width"
4635 version = "0.2.2"
4636 source = "registry+https://github.com/rust-lang/crates.io-index"
4637 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4638
4639 [[package]]
4640 name = "url"
4641 version = "2.5.8"
4642 source = "registry+https://github.com/rust-lang/crates.io-index"
4643 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
4644 dependencies = [
4645 "form_urlencoded",
4646 "idna",
4647 "percent-encoding",
4648 "serde",
4649 "serde_derive",
4650 ]
4651
4652 [[package]]
4653 name = "urlpattern"
4654 version = "0.3.0"
4655 source = "registry+https://github.com/rust-lang/crates.io-index"
4656 checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
4657 dependencies = [
4658 "regex",
4659 "serde",
4660 "unic-ucd-ident",
4661 "url",
4662 ]
4663
4664 [[package]]
4665 name = "utf8_iter"
4666 version = "1.0.4"
4667 source = "registry+https://github.com/rust-lang/crates.io-index"
4668 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4669
4670 [[package]]
4671 name = "uuid"
4672 version = "1.24.0"
4673 source = "registry+https://github.com/rust-lang/crates.io-index"
4674 checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
4675 dependencies = [
4676 "getrandom 0.4.3",
4677 "js-sys",
4678 "serde_core",
4679 "wasm-bindgen",
4680 ]
4681
4682 [[package]]
4683 name = "vcpkg"
4684 version = "0.2.15"
4685 source = "registry+https://github.com/rust-lang/crates.io-index"
4686 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4687
4688 [[package]]
4689 name = "vello_common"
4690 version = "0.0.9"
4691 source = "registry+https://github.com/rust-lang/crates.io-index"
4692 checksum = "19d672facaa2d697285a786cd9d44d614cd2ce54cdc022504bf339f8fff3b750"
4693 dependencies = [
4694 "bytemuck",
4695 "fearless_simd",
4696 "guillotiere",
4697 "hashbrown 0.17.1",
4698 "log",
4699 "peniko",
4700 "smallvec",
4701 "thiserror 2.0.20",
4702 ]
4703
4704 [[package]]
4705 name = "vello_cpu"
4706 version = "0.0.9"
4707 source = "registry+https://github.com/rust-lang/crates.io-index"
4708 checksum = "588691169aed86b5c8fb487266afee01323234e6fd0a3f2aaec0eaa8e4007f23"
4709 dependencies = [
4710 "bytemuck",
4711 "glifo",
4712 "hashbrown 0.17.1",
4713 "vello_common",
4714 ]
4715
4716 [[package]]
4717 name = "version-compare"
4718 version = "0.2.1"
4719 source = "registry+https://github.com/rust-lang/crates.io-index"
4720 checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
4721
4722 [[package]]
4723 name = "version_check"
4724 version = "0.9.5"
4725 source = "registry+https://github.com/rust-lang/crates.io-index"
4726 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4727
4728 [[package]]
4729 name = "vswhom"
4730 version = "0.1.0"
4731 source = "registry+https://github.com/rust-lang/crates.io-index"
4732 checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
4733 dependencies = [
4734 "libc",
4735 "vswhom-sys",
4736 ]
4737
4738 [[package]]
4739 name = "vswhom-sys"
4740 version = "0.1.3"
4741 source = "registry+https://github.com/rust-lang/crates.io-index"
4742 checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
4743 dependencies = [
4744 "cc",
4745 "libc",
4746 ]
4747
4748 [[package]]
4749 name = "walkdir"
4750 version = "2.5.0"
4751 source = "registry+https://github.com/rust-lang/crates.io-index"
4752 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4753 dependencies = [
4754 "same-file",
4755 "winapi-util",
4756 ]
4757
4758 [[package]]
4759 name = "want"
4760 version = "0.3.1"
4761 source = "registry+https://github.com/rust-lang/crates.io-index"
4762 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4763 dependencies = [
4764 "try-lock",
4765 ]
4766
4767 [[package]]
4768 name = "wasi"
4769 version = "0.11.1+wasi-snapshot-preview1"
4770 source = "registry+https://github.com/rust-lang/crates.io-index"
4771 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4772
4773 [[package]]
4774 name = "wasip2"
4775 version = "1.0.4+wasi-0.2.12"
4776 source = "registry+https://github.com/rust-lang/crates.io-index"
4777 checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
4778 dependencies = [
4779 "wit-bindgen",
4780 ]
4781
4782 [[package]]
4783 name = "wasm-bindgen"
4784 version = "0.2.127"
4785 source = "registry+https://github.com/rust-lang/crates.io-index"
4786 checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
4787 dependencies = [
4788 "cfg-if",
4789 "once_cell",
4790 "rustversion",
4791 "wasm-bindgen-macro",
4792 "wasm-bindgen-shared",
4793 ]
4794
4795 [[package]]
4796 name = "wasm-bindgen-futures"
4797 version = "0.4.77"
4798 source = "registry+https://github.com/rust-lang/crates.io-index"
4799 checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
4800 dependencies = [
4801 "js-sys",
4802 "wasm-bindgen",
4803 ]
4804
4805 [[package]]
4806 name = "wasm-bindgen-macro"
4807 version = "0.2.127"
4808 source = "registry+https://github.com/rust-lang/crates.io-index"
4809 checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
4810 dependencies = [
4811 "quote",
4812 "wasm-bindgen-macro-support",
4813 ]
4814
4815 [[package]]
4816 name = "wasm-bindgen-macro-support"
4817 version = "0.2.127"
4818 source = "registry+https://github.com/rust-lang/crates.io-index"
4819 checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
4820 dependencies = [
4821 "bumpalo",
4822 "proc-macro2",
4823 "quote",
4824 "syn 2.0.119",
4825 "wasm-bindgen-shared",
4826 ]
4827
4828 [[package]]
4829 name = "wasm-bindgen-shared"
4830 version = "0.2.127"
4831 source = "registry+https://github.com/rust-lang/crates.io-index"
4832 checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
4833 dependencies = [
4834 "unicode-ident",
4835 ]
4836
4837 [[package]]
4838 name = "wasm-streams"
4839 version = "0.5.0"
4840 source = "registry+https://github.com/rust-lang/crates.io-index"
4841 checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
4842 dependencies = [
4843 "futures-util",
4844 "js-sys",
4845 "wasm-bindgen",
4846 "wasm-bindgen-futures",
4847 "web-sys",
4848 ]
4849
4850 [[package]]
4851 name = "web-sys"
4852 version = "0.3.104"
4853 source = "registry+https://github.com/rust-lang/crates.io-index"
4854 checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
4855 dependencies = [
4856 "js-sys",
4857 "wasm-bindgen",
4858 ]
4859
4860 [[package]]
4861 name = "web_atoms"
4862 version = "0.2.6"
4863 source = "registry+https://github.com/rust-lang/crates.io-index"
4864 checksum = "ba8b815c1b593dc0baf78dd0f4fc8fdb2de53198fb1163738093e9a311c33fb3"
4865 dependencies = [
4866 "phf",
4867 "phf_codegen",
4868 "string_cache",
4869 "string_cache_codegen",
4870 ]
4871
4872 [[package]]
4873 name = "webkit2gtk"
4874 version = "2.0.2"
4875 source = "registry+https://github.com/rust-lang/crates.io-index"
4876 checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793"
4877 dependencies = [
4878 "bitflags 1.3.2",
4879 "cairo-rs",
4880 "gdk",
4881 "gdk-sys",
4882 "gio",
4883 "gio-sys",
4884 "glib",
4885 "glib-sys",
4886 "gobject-sys",
4887 "gtk",
4888 "gtk-sys",
4889 "javascriptcore-rs",
4890 "libc",
4891 "once_cell",
4892 "soup3",
4893 "webkit2gtk-sys",
4894 ]
4895
4896 [[package]]
4897 name = "webkit2gtk-sys"
4898 version = "2.0.2"
4899 source = "registry+https://github.com/rust-lang/crates.io-index"
4900 checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5"
4901 dependencies = [
4902 "bitflags 1.3.2",
4903 "cairo-sys-rs",
4904 "gdk-sys",
4905 "gio-sys",
4906 "glib-sys",
4907 "gobject-sys",
4908 "gtk-sys",
4909 "javascriptcore-rs-sys",
4910 "libc",
4911 "pkg-config",
4912 "soup3-sys",
4913 "system-deps",
4914 ]
4915
4916 [[package]]
4917 name = "webview2-com"
4918 version = "0.38.2"
4919 source = "registry+https://github.com/rust-lang/crates.io-index"
4920 checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a"
4921 dependencies = [
4922 "webview2-com-macros",
4923 "webview2-com-sys",
4924 "windows",
4925 "windows-core 0.61.2",
4926 "windows-implement",
4927 "windows-interface",
4928 ]
4929
4930 [[package]]
4931 name = "webview2-com-macros"
4932 version = "0.8.1"
4933 source = "registry+https://github.com/rust-lang/crates.io-index"
4934 checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54"
4935 dependencies = [
4936 "proc-macro2",
4937 "quote",
4938 "syn 2.0.119",
4939 ]
4940
4941 [[package]]
4942 name = "webview2-com-sys"
4943 version = "0.38.2"
4944 source = "registry+https://github.com/rust-lang/crates.io-index"
4945 checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c"
4946 dependencies = [
4947 "thiserror 2.0.20",
4948 "windows",
4949 "windows-core 0.61.2",
4950 ]
4951
4952 [[package]]
4953 name = "winapi"
4954 version = "0.3.9"
4955 source = "registry+https://github.com/rust-lang/crates.io-index"
4956 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4957 dependencies = [
4958 "winapi-i686-pc-windows-gnu",
4959 "winapi-x86_64-pc-windows-gnu",
4960 ]
4961
4962 [[package]]
4963 name = "winapi-i686-pc-windows-gnu"
4964 version = "0.4.0"
4965 source = "registry+https://github.com/rust-lang/crates.io-index"
4966 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4967
4968 [[package]]
4969 name = "winapi-util"
4970 version = "0.1.11"
4971 source = "registry+https://github.com/rust-lang/crates.io-index"
4972 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4973 dependencies = [
4974 "windows-sys 0.61.2",
4975 ]
4976
4977 [[package]]
4978 name = "winapi-x86_64-pc-windows-gnu"
4979 version = "0.4.0"
4980 source = "registry+https://github.com/rust-lang/crates.io-index"
4981 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4982
4983 [[package]]
4984 name = "window-vibrancy"
4985 version = "0.6.0"
4986 source = "registry+https://github.com/rust-lang/crates.io-index"
4987 checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c"
4988 dependencies = [
4989 "objc2",
4990 "objc2-app-kit",
4991 "objc2-core-foundation",
4992 "objc2-foundation",
4993 "raw-window-handle",
4994 "windows-sys 0.59.0",
4995 "windows-version",
4996 ]
4997
4998 [[package]]
4999 name = "windows"
5000 version = "0.61.3"
5001 source = "registry+https://github.com/rust-lang/crates.io-index"
5002 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
5003 dependencies = [
5004 "windows-collections",
5005 "windows-core 0.61.2",
5006 "windows-future",
5007 "windows-link 0.1.3",
5008 "windows-numerics",
5009 ]
5010
5011 [[package]]
5012 name = "windows-collections"
5013 version = "0.2.0"
5014 source = "registry+https://github.com/rust-lang/crates.io-index"
5015 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
5016 dependencies = [
5017 "windows-core 0.61.2",
5018 ]
5019
5020 [[package]]
5021 name = "windows-core"
5022 version = "0.61.2"
5023 source = "registry+https://github.com/rust-lang/crates.io-index"
5024 checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
5025 dependencies = [
5026 "windows-implement",
5027 "windows-interface",
5028 "windows-link 0.1.3",
5029 "windows-result 0.3.4",
5030 "windows-strings 0.4.2",
5031 ]
5032
5033 [[package]]
5034 name = "windows-core"
5035 version = "0.62.2"
5036 source = "registry+https://github.com/rust-lang/crates.io-index"
5037 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5038 dependencies = [
5039 "windows-implement",
5040 "windows-interface",
5041 "windows-link 0.2.1",
5042 "windows-result 0.4.1",
5043 "windows-strings 0.5.1",
5044 ]
5045
5046 [[package]]
5047 name = "windows-future"
5048 version = "0.2.1"
5049 source = "registry+https://github.com/rust-lang/crates.io-index"
5050 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
5051 dependencies = [
5052 "windows-core 0.61.2",
5053 "windows-link 0.1.3",
5054 "windows-threading",
5055 ]
5056
5057 [[package]]
5058 name = "windows-implement"
5059 version = "0.60.2"
5060 source = "registry+https://github.com/rust-lang/crates.io-index"
5061 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5062 dependencies = [
5063 "proc-macro2",
5064 "quote",
5065 "syn 2.0.119",
5066 ]
5067
5068 [[package]]
5069 name = "windows-interface"
5070 version = "0.59.3"
5071 source = "registry+https://github.com/rust-lang/crates.io-index"
5072 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5073 dependencies = [
5074 "proc-macro2",
5075 "quote",
5076 "syn 2.0.119",
5077 ]
5078
5079 [[package]]
5080 name = "windows-link"
5081 version = "0.1.3"
5082 source = "registry+https://github.com/rust-lang/crates.io-index"
5083 checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
5084
5085 [[package]]
5086 name = "windows-link"
5087 version = "0.2.1"
5088 source = "registry+https://github.com/rust-lang/crates.io-index"
5089 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5090
5091 [[package]]
5092 name = "windows-numerics"
5093 version = "0.2.0"
5094 source = "registry+https://github.com/rust-lang/crates.io-index"
5095 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
5096 dependencies = [
5097 "windows-core 0.61.2",
5098 "windows-link 0.1.3",
5099 ]
5100
5101 [[package]]
5102 name = "windows-result"
5103 version = "0.3.4"
5104 source = "registry+https://github.com/rust-lang/crates.io-index"
5105 checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5106 dependencies = [
5107 "windows-link 0.1.3",
5108 ]
5109
5110 [[package]]
5111 name = "windows-result"
5112 version = "0.4.1"
5113 source = "registry+https://github.com/rust-lang/crates.io-index"
5114 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5115 dependencies = [
5116 "windows-link 0.2.1",
5117 ]
5118
5119 [[package]]
5120 name = "windows-strings"
5121 version = "0.4.2"
5122 source = "registry+https://github.com/rust-lang/crates.io-index"
5123 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5124 dependencies = [
5125 "windows-link 0.1.3",
5126 ]
5127
5128 [[package]]
5129 name = "windows-strings"
5130 version = "0.5.1"
5131 source = "registry+https://github.com/rust-lang/crates.io-index"
5132 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5133 dependencies = [
5134 "windows-link 0.2.1",
5135 ]
5136
5137 [[package]]
5138 name = "windows-sys"
5139 version = "0.45.0"
5140 source = "registry+https://github.com/rust-lang/crates.io-index"
5141 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5142 dependencies = [
5143 "windows-targets 0.42.2",
5144 ]
5145
5146 [[package]]
5147 name = "windows-sys"
5148 version = "0.59.0"
5149 source = "registry+https://github.com/rust-lang/crates.io-index"
5150 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5151 dependencies = [
5152 "windows-targets 0.52.6",
5153 ]
5154
5155 [[package]]
5156 name = "windows-sys"
5157 version = "0.61.2"
5158 source = "registry+https://github.com/rust-lang/crates.io-index"
5159 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5160 dependencies = [
5161 "windows-link 0.2.1",
5162 ]
5163
5164 [[package]]
5165 name = "windows-targets"
5166 version = "0.42.2"
5167 source = "registry+https://github.com/rust-lang/crates.io-index"
5168 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5169 dependencies = [
5170 "windows_aarch64_gnullvm 0.42.2",
5171 "windows_aarch64_msvc 0.42.2",
5172 "windows_i686_gnu 0.42.2",
5173 "windows_i686_msvc 0.42.2",
5174 "windows_x86_64_gnu 0.42.2",
5175 "windows_x86_64_gnullvm 0.42.2",
5176 "windows_x86_64_msvc 0.42.2",
5177 ]
5178
5179 [[package]]
5180 name = "windows-targets"
5181 version = "0.52.6"
5182 source = "registry+https://github.com/rust-lang/crates.io-index"
5183 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5184 dependencies = [
5185 "windows_aarch64_gnullvm 0.52.6",
5186 "windows_aarch64_msvc 0.52.6",
5187 "windows_i686_gnu 0.52.6",
5188 "windows_i686_gnullvm",
5189 "windows_i686_msvc 0.52.6",
5190 "windows_x86_64_gnu 0.52.6",
5191 "windows_x86_64_gnullvm 0.52.6",
5192 "windows_x86_64_msvc 0.52.6",
5193 ]
5194
5195 [[package]]
5196 name = "windows-threading"
5197 version = "0.1.0"
5198 source = "registry+https://github.com/rust-lang/crates.io-index"
5199 checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
5200 dependencies = [
5201 "windows-link 0.1.3",
5202 ]
5203
5204 [[package]]
5205 name = "windows-version"
5206 version = "0.1.7"
5207 source = "registry+https://github.com/rust-lang/crates.io-index"
5208 checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
5209 dependencies = [
5210 "windows-link 0.2.1",
5211 ]
5212
5213 [[package]]
5214 name = "windows_aarch64_gnullvm"
5215 version = "0.42.2"
5216 source = "registry+https://github.com/rust-lang/crates.io-index"
5217 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5218
5219 [[package]]
5220 name = "windows_aarch64_gnullvm"
5221 version = "0.52.6"
5222 source = "registry+https://github.com/rust-lang/crates.io-index"
5223 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5224
5225 [[package]]
5226 name = "windows_aarch64_msvc"
5227 version = "0.42.2"
5228 source = "registry+https://github.com/rust-lang/crates.io-index"
5229 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5230
5231 [[package]]
5232 name = "windows_aarch64_msvc"
5233 version = "0.52.6"
5234 source = "registry+https://github.com/rust-lang/crates.io-index"
5235 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5236
5237 [[package]]
5238 name = "windows_i686_gnu"
5239 version = "0.42.2"
5240 source = "registry+https://github.com/rust-lang/crates.io-index"
5241 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5242
5243 [[package]]
5244 name = "windows_i686_gnu"
5245 version = "0.52.6"
5246 source = "registry+https://github.com/rust-lang/crates.io-index"
5247 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5248
5249 [[package]]
5250 name = "windows_i686_gnullvm"
5251 version = "0.52.6"
5252 source = "registry+https://github.com/rust-lang/crates.io-index"
5253 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5254
5255 [[package]]
5256 name = "windows_i686_msvc"
5257 version = "0.42.2"
5258 source = "registry+https://github.com/rust-lang/crates.io-index"
5259 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5260
5261 [[package]]
5262 name = "windows_i686_msvc"
5263 version = "0.52.6"
5264 source = "registry+https://github.com/rust-lang/crates.io-index"
5265 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5266
5267 [[package]]
5268 name = "windows_x86_64_gnu"
5269 version = "0.42.2"
5270 source = "registry+https://github.com/rust-lang/crates.io-index"
5271 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5272
5273 [[package]]
5274 name = "windows_x86_64_gnu"
5275 version = "0.52.6"
5276 source = "registry+https://github.com/rust-lang/crates.io-index"
5277 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5278
5279 [[package]]
5280 name = "windows_x86_64_gnullvm"
5281 version = "0.42.2"
5282 source = "registry+https://github.com/rust-lang/crates.io-index"
5283 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5284
5285 [[package]]
5286 name = "windows_x86_64_gnullvm"
5287 version = "0.52.6"
5288 source = "registry+https://github.com/rust-lang/crates.io-index"
5289 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5290
5291 [[package]]
5292 name = "windows_x86_64_msvc"
5293 version = "0.42.2"
5294 source = "registry+https://github.com/rust-lang/crates.io-index"
5295 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5296
5297 [[package]]
5298 name = "windows_x86_64_msvc"
5299 version = "0.52.6"
5300 source = "registry+https://github.com/rust-lang/crates.io-index"
5301 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5302
5303 [[package]]
5304 name = "winnow"
5305 version = "0.5.40"
5306 source = "registry+https://github.com/rust-lang/crates.io-index"
5307 checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
5308 dependencies = [
5309 "memchr",
5310 ]
5311
5312 [[package]]
5313 name = "winnow"
5314 version = "0.7.15"
5315 source = "registry+https://github.com/rust-lang/crates.io-index"
5316 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
5317
5318 [[package]]
5319 name = "winnow"
5320 version = "1.0.4"
5321 source = "registry+https://github.com/rust-lang/crates.io-index"
5322 checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
5323 dependencies = [
5324 "memchr",
5325 ]
5326
5327 [[package]]
5328 name = "winreg"
5329 version = "0.55.0"
5330 source = "registry+https://github.com/rust-lang/crates.io-index"
5331 checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
5332 dependencies = [
5333 "cfg-if",
5334 "windows-sys 0.59.0",
5335 ]
5336
5337 [[package]]
5338 name = "wit-bindgen"
5339 version = "0.57.1"
5340 source = "registry+https://github.com/rust-lang/crates.io-index"
5341 checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
5342
5343 [[package]]
5344 name = "writeable"
5345 version = "0.6.3"
5346 source = "registry+https://github.com/rust-lang/crates.io-index"
5347 checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
5348
5349 [[package]]
5350 name = "wry"
5351 version = "0.55.1"
5352 source = "registry+https://github.com/rust-lang/crates.io-index"
5353 checksum = "186f9871daa55fd9c016578b810d149de58367113db7fb72b462d2323ce19514"
5354 dependencies = [
5355 "base64 0.22.1",
5356 "block2",
5357 "cookie",
5358 "crossbeam-channel",
5359 "dirs",
5360 "dom_query",
5361 "dpi",
5362 "dunce",
5363 "gdkx11",
5364 "gtk",
5365 "http",
5366 "javascriptcore-rs",
5367 "jni",
5368 "libc",
5369 "ndk",
5370 "objc2",
5371 "objc2-app-kit",
5372 "objc2-core-foundation",
5373 "objc2-foundation",
5374 "objc2-ui-kit",
5375 "objc2-web-kit",
5376 "once_cell",
5377 "percent-encoding",
5378 "raw-window-handle",
5379 "sha2",
5380 "soup3",
5381 "tao-macros",
5382 "thiserror 2.0.20",
5383 "url",
5384 "webkit2gtk",
5385 "webkit2gtk-sys",
5386 "webview2-com",
5387 "windows",
5388 "windows-core 0.61.2",
5389 "windows-version",
5390 "x11-dl",
5391 ]
5392
5393 [[package]]
5394 name = "x11"
5395 version = "2.21.0"
5396 source = "registry+https://github.com/rust-lang/crates.io-index"
5397 checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
5398 dependencies = [
5399 "libc",
5400 "pkg-config",
5401 ]
5402
5403 [[package]]
5404 name = "x11-dl"
5405 version = "2.21.0"
5406 source = "registry+https://github.com/rust-lang/crates.io-index"
5407 checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
5408 dependencies = [
5409 "libc",
5410 "once_cell",
5411 "pkg-config",
5412 ]
5413
5414 [[package]]
5415 name = "yoke"
5416 version = "0.8.3"
5417 source = "registry+https://github.com/rust-lang/crates.io-index"
5418 checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
5419 dependencies = [
5420 "stable_deref_trait",
5421 "yoke-derive",
5422 "zerofrom",
5423 ]
5424
5425 [[package]]
5426 name = "yoke-derive"
5427 version = "0.8.2"
5428 source = "registry+https://github.com/rust-lang/crates.io-index"
5429 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
5430 dependencies = [
5431 "proc-macro2",
5432 "quote",
5433 "syn 2.0.119",
5434 "synstructure",
5435 ]
5436
5437 [[package]]
5438 name = "zerocopy"
5439 version = "0.8.56"
5440 source = "registry+https://github.com/rust-lang/crates.io-index"
5441 checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
5442 dependencies = [
5443 "zerocopy-derive",
5444 ]
5445
5446 [[package]]
5447 name = "zerocopy-derive"
5448 version = "0.8.56"
5449 source = "registry+https://github.com/rust-lang/crates.io-index"
5450 checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
5451 dependencies = [
5452 "proc-macro2",
5453 "quote",
5454 "syn 2.0.119",
5455 ]
5456
5457 [[package]]
5458 name = "zerofrom"
5459 version = "0.1.8"
5460 source = "registry+https://github.com/rust-lang/crates.io-index"
5461 checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
5462 dependencies = [
5463 "zerofrom-derive",
5464 ]
5465
5466 [[package]]
5467 name = "zerofrom-derive"
5468 version = "0.1.7"
5469 source = "registry+https://github.com/rust-lang/crates.io-index"
5470 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
5471 dependencies = [
5472 "proc-macro2",
5473 "quote",
5474 "syn 2.0.119",
5475 "synstructure",
5476 ]
5477
5478 [[package]]
5479 name = "zerotrie"
5480 version = "0.2.4"
5481 source = "registry+https://github.com/rust-lang/crates.io-index"
5482 checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
5483 dependencies = [
5484 "displaydoc",
5485 "yoke",
5486 "zerofrom",
5487 ]
5488
5489 [[package]]
5490 name = "zerovec"
5491 version = "0.11.6"
5492 source = "registry+https://github.com/rust-lang/crates.io-index"
5493 checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
5494 dependencies = [
5495 "yoke",
5496 "zerofrom",
5497 "zerovec-derive",
5498 ]
5499
5500 [[package]]
5501 name = "zerovec-derive"
5502 version = "0.11.3"
5503 source = "registry+https://github.com/rust-lang/crates.io-index"
5504 checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
5505 dependencies = [
5506 "proc-macro2",
5507 "quote",
5508 "syn 2.0.119",
5509 ]
5510
5511 [[package]]
5512 name = "zmij"
5513 version = "1.0.23"
5514 source = "registry+https://github.com/rust-lang/crates.io-index"
5515 checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
5516
5517 [[patch.unused]]
5518 name = "kberg"
5519 version = "0.1.0"
5520
5521 [[patch.unused]]
5522 name = "ops-status"
5523 version = "0.1.0"
5524
5525 [[patch.unused]]
5526 name = "painhours"
5527 version = "0.1.0"
5528
5529 [[patch.unused]]
5530 name = "tagtree"
5531 version = "0.4.0"
5532
5533 [[patch.unused]]
5534 name = "synckit-client"
5535 version = "0.8.0"
5536
5537 [[patch.unused]]
5538 name = "synckit-config"
5539 version = "0.2.0"
5540