Skip to main content

max / quasi

130.9 KB · 5550 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.23.0"
2300 source = "registry+https://github.com/rust-lang/crates.io-index"
2301 checksum = "cf5a321862c506ee387d2cff5b8ccf29e8f4f26e736e889eeb3c9c8d8db4c3d4"
2302 dependencies = [
2303 "egui",
2304 "egui_extras",
2305 "makeover-layout",
2306 ]
2307
2308 [[package]]
2309 name = "makeover-layout"
2310 version = "0.25.0"
2311 source = "registry+https://github.com/rust-lang/crates.io-index"
2312 checksum = "f7480bdecd1ccca99dbfd744327f5598d67dd9be3157c48928466b5e20d4aed3"
2313
2314 [[package]]
2315 name = "makeover-touch"
2316 version = "0.17.0"
2317 source = "registry+https://github.com/rust-lang/crates.io-index"
2318 checksum = "bd1cac03a0e0b912a16f07044a79099c5bf8be3741403cd2b980d0aa4e57adac"
2319 dependencies = [
2320 "makeover-geometry",
2321 "makeover-layout",
2322 ]
2323
2324 [[package]]
2325 name = "makeover-tui"
2326 version = "0.23.0"
2327 source = "registry+https://github.com/rust-lang/crates.io-index"
2328 checksum = "d2c1f0eb73f3d89511a1a731b0f7e6705c39c7e06a7c944fcde1cbc7aebe5604"
2329 dependencies = [
2330 "makeover",
2331 "makeover-layout",
2332 "ratatui",
2333 ]
2334
2335 [[package]]
2336 name = "makeover-webview"
2337 version = "0.43.0"
2338 source = "registry+https://github.com/rust-lang/crates.io-index"
2339 checksum = "1fc6f622ba5546e4ce0b8393addbb23c905dad5b1888ee7b588f04c696fecca4"
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.7.0"
3029
3030 [[package]]
3031 name = "quasi-axum"
3032 version = "0.7.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-basics"
3046 version = "0.7.0"
3047 dependencies = [
3048 "makeover-layout",
3049 "quasi-http",
3050 "quasi-router",
3051 "quasi-webview",
3052 ]
3053
3054 [[package]]
3055 name = "quasi-http"
3056 version = "0.7.0"
3057 dependencies = [
3058 "form_urlencoded",
3059 "http",
3060 "quasi-router",
3061 ]
3062
3063 [[package]]
3064 name = "quasi-immediate"
3065 version = "0.7.0"
3066 dependencies = [
3067 "docengine",
3068 "egui",
3069 "makeover-immediate",
3070 "quasi-router",
3071 ]
3072
3073 [[package]]
3074 name = "quasi-router"
3075 version = "0.7.0"
3076 dependencies = [
3077 "makeover-layout",
3078 ]
3079
3080 [[package]]
3081 name = "quasi-store"
3082 version = "0.1.0"
3083 dependencies = [
3084 "rusqlite",
3085 "sha2",
3086 "thiserror 2.0.20",
3087 "tracing",
3088 ]
3089
3090 [[package]]
3091 name = "quasi-tauri"
3092 version = "0.7.0"
3093 dependencies = [
3094 "http",
3095 "quasi-http",
3096 "quasi-router",
3097 "quasi-webview",
3098 "tauri",
3099 ]
3100
3101 [[package]]
3102 name = "quasi-tui"
3103 version = "0.7.0"
3104 dependencies = [
3105 "docengine",
3106 "makeover",
3107 "makeover-layout",
3108 "makeover-tui",
3109 "quasi-router",
3110 "ratatui",
3111 ]
3112
3113 [[package]]
3114 name = "quasi-webview"
3115 version = "0.7.0"
3116 dependencies = [
3117 "docengine",
3118 "makeover-layout",
3119 "makeover-webview",
3120 "quasi-http",
3121 "quasi-router",
3122 ]
3123
3124 [[package]]
3125 name = "quick-xml"
3126 version = "0.41.0"
3127 source = "registry+https://github.com/rust-lang/crates.io-index"
3128 checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
3129 dependencies = [
3130 "memchr",
3131 ]
3132
3133 [[package]]
3134 name = "quote"
3135 version = "1.0.47"
3136 source = "registry+https://github.com/rust-lang/crates.io-index"
3137 checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
3138 dependencies = [
3139 "proc-macro2",
3140 ]
3141
3142 [[package]]
3143 name = "r-efi"
3144 version = "5.3.0"
3145 source = "registry+https://github.com/rust-lang/crates.io-index"
3146 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3147
3148 [[package]]
3149 name = "r-efi"
3150 version = "6.0.0"
3151 source = "registry+https://github.com/rust-lang/crates.io-index"
3152 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
3153
3154 [[package]]
3155 name = "ratatui"
3156 version = "0.30.2"
3157 source = "registry+https://github.com/rust-lang/crates.io-index"
3158 checksum = "3274ba0a2c5e1bcad2a2005d20f4dc59dad26b2eb0940fb094500dba4099d57d"
3159 dependencies = [
3160 "instability",
3161 "ratatui-core",
3162 "ratatui-widgets",
3163 ]
3164
3165 [[package]]
3166 name = "ratatui-core"
3167 version = "0.1.2"
3168 source = "registry+https://github.com/rust-lang/crates.io-index"
3169 checksum = "cbb175c433c8e28a809d1f5773a2ae96e68c0ce40db865cbab1020bf33ae479c"
3170 dependencies = [
3171 "bitflags 2.13.1",
3172 "compact_str",
3173 "hashbrown 0.17.1",
3174 "itertools",
3175 "kasuari",
3176 "lru",
3177 "strum",
3178 "thiserror 2.0.20",
3179 "unicode-segmentation",
3180 "unicode-truncate",
3181 "unicode-width",
3182 ]
3183
3184 [[package]]
3185 name = "ratatui-widgets"
3186 version = "0.3.2"
3187 source = "registry+https://github.com/rust-lang/crates.io-index"
3188 checksum = "66e3d19bcc9130ca376277d93b60767ff121ace3be06f5f95f81dd68956407d1"
3189 dependencies = [
3190 "bitflags 2.13.1",
3191 "hashbrown 0.17.1",
3192 "indoc",
3193 "instability",
3194 "itertools",
3195 "line-clipping",
3196 "ratatui-core",
3197 "strum",
3198 "unicode-segmentation",
3199 "unicode-width",
3200 ]
3201
3202 [[package]]
3203 name = "raw-window-handle"
3204 version = "0.6.2"
3205 source = "registry+https://github.com/rust-lang/crates.io-index"
3206 checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
3207
3208 [[package]]
3209 name = "read-fonts"
3210 version = "0.39.2"
3211 source = "registry+https://github.com/rust-lang/crates.io-index"
3212 checksum = "c4ed38b89c2c77ff968c524145ad65fb010f38af5c7a224b53b81d47ac2daa81"
3213 dependencies = [
3214 "bytemuck",
3215 "font-types",
3216 ]
3217
3218 [[package]]
3219 name = "redox_syscall"
3220 version = "0.5.18"
3221 source = "registry+https://github.com/rust-lang/crates.io-index"
3222 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3223 dependencies = [
3224 "bitflags 2.13.1",
3225 ]
3226
3227 [[package]]
3228 name = "redox_users"
3229 version = "0.5.2"
3230 source = "registry+https://github.com/rust-lang/crates.io-index"
3231 checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
3232 dependencies = [
3233 "getrandom 0.2.17",
3234 "libredox",
3235 "thiserror 2.0.20",
3236 ]
3237
3238 [[package]]
3239 name = "ref-cast"
3240 version = "1.0.26"
3241 source = "registry+https://github.com/rust-lang/crates.io-index"
3242 checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
3243 dependencies = [
3244 "ref-cast-impl",
3245 ]
3246
3247 [[package]]
3248 name = "ref-cast-impl"
3249 version = "1.0.26"
3250 source = "registry+https://github.com/rust-lang/crates.io-index"
3251 checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
3252 dependencies = [
3253 "proc-macro2",
3254 "quote",
3255 "syn 3.0.3",
3256 ]
3257
3258 [[package]]
3259 name = "regex"
3260 version = "1.13.1"
3261 source = "registry+https://github.com/rust-lang/crates.io-index"
3262 checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
3263 dependencies = [
3264 "aho-corasick",
3265 "memchr",
3266 "regex-automata",
3267 "regex-syntax",
3268 ]
3269
3270 [[package]]
3271 name = "regex-automata"
3272 version = "0.4.18"
3273 source = "registry+https://github.com/rust-lang/crates.io-index"
3274 checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
3275 dependencies = [
3276 "aho-corasick",
3277 "memchr",
3278 "regex-syntax",
3279 ]
3280
3281 [[package]]
3282 name = "regex-syntax"
3283 version = "0.8.11"
3284 source = "registry+https://github.com/rust-lang/crates.io-index"
3285 checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
3286
3287 [[package]]
3288 name = "reqwest"
3289 version = "0.13.4"
3290 source = "registry+https://github.com/rust-lang/crates.io-index"
3291 checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
3292 dependencies = [
3293 "base64 0.22.1",
3294 "bytes",
3295 "futures-core",
3296 "futures-util",
3297 "http",
3298 "http-body",
3299 "http-body-util",
3300 "hyper",
3301 "hyper-util",
3302 "js-sys",
3303 "log",
3304 "percent-encoding",
3305 "pin-project-lite",
3306 "serde",
3307 "serde_json",
3308 "sync_wrapper",
3309 "tokio",
3310 "tokio-util",
3311 "tower",
3312 "tower-http",
3313 "tower-service",
3314 "url",
3315 "wasm-bindgen",
3316 "wasm-bindgen-futures",
3317 "wasm-streams",
3318 "web-sys",
3319 ]
3320
3321 [[package]]
3322 name = "rsqlite-vfs"
3323 version = "0.1.1"
3324 source = "registry+https://github.com/rust-lang/crates.io-index"
3325 checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c"
3326 dependencies = [
3327 "hashbrown 0.16.1",
3328 "thiserror 2.0.20",
3329 ]
3330
3331 [[package]]
3332 name = "rusqlite"
3333 version = "0.40.2"
3334 source = "registry+https://github.com/rust-lang/crates.io-index"
3335 checksum = "23f2a97da3e3873c73cb2a2e71b35c40ff95e0b1eefa8d72d8499a6928c3b5b3"
3336 dependencies = [
3337 "bitflags 2.13.1",
3338 "fallible-iterator",
3339 "fallible-streaming-iterator",
3340 "hashlink",
3341 "libsqlite3-sys",
3342 "smallvec",
3343 "sqlite-wasm-rs",
3344 ]
3345
3346 [[package]]
3347 name = "rustc-hash"
3348 version = "2.1.3"
3349 source = "registry+https://github.com/rust-lang/crates.io-index"
3350 checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
3351
3352 [[package]]
3353 name = "rustc_version"
3354 version = "0.4.1"
3355 source = "registry+https://github.com/rust-lang/crates.io-index"
3356 checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3357 dependencies = [
3358 "semver",
3359 ]
3360
3361 [[package]]
3362 name = "rustversion"
3363 version = "1.0.23"
3364 source = "registry+https://github.com/rust-lang/crates.io-index"
3365 checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
3366
3367 [[package]]
3368 name = "ryu"
3369 version = "1.0.23"
3370 source = "registry+https://github.com/rust-lang/crates.io-index"
3371 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3372
3373 [[package]]
3374 name = "same-file"
3375 version = "1.0.6"
3376 source = "registry+https://github.com/rust-lang/crates.io-index"
3377 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3378 dependencies = [
3379 "winapi-util",
3380 ]
3381
3382 [[package]]
3383 name = "schemars"
3384 version = "0.8.22"
3385 source = "registry+https://github.com/rust-lang/crates.io-index"
3386 checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
3387 dependencies = [
3388 "dyn-clone",
3389 "indexmap 1.9.3",
3390 "schemars_derive",
3391 "serde",
3392 "serde_json",
3393 "url",
3394 "uuid",
3395 ]
3396
3397 [[package]]
3398 name = "schemars"
3399 version = "0.9.0"
3400 source = "registry+https://github.com/rust-lang/crates.io-index"
3401 checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3402 dependencies = [
3403 "dyn-clone",
3404 "ref-cast",
3405 "serde",
3406 "serde_json",
3407 ]
3408
3409 [[package]]
3410 name = "schemars"
3411 version = "1.2.2"
3412 source = "registry+https://github.com/rust-lang/crates.io-index"
3413 checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
3414 dependencies = [
3415 "dyn-clone",
3416 "ref-cast",
3417 "serde",
3418 "serde_json",
3419 ]
3420
3421 [[package]]
3422 name = "schemars_derive"
3423 version = "0.8.22"
3424 source = "registry+https://github.com/rust-lang/crates.io-index"
3425 checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
3426 dependencies = [
3427 "proc-macro2",
3428 "quote",
3429 "serde_derive_internals",
3430 "syn 2.0.119",
3431 ]
3432
3433 [[package]]
3434 name = "scopeguard"
3435 version = "1.2.0"
3436 source = "registry+https://github.com/rust-lang/crates.io-index"
3437 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3438
3439 [[package]]
3440 name = "selectors"
3441 version = "0.36.1"
3442 source = "registry+https://github.com/rust-lang/crates.io-index"
3443 checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c"
3444 dependencies = [
3445 "bitflags 2.13.1",
3446 "cssparser 0.36.0",
3447 "derive_more",
3448 "log",
3449 "new_debug_unreachable",
3450 "phf",
3451 "phf_codegen",
3452 "precomputed-hash",
3453 "rustc-hash",
3454 "servo_arc",
3455 "smallvec",
3456 ]
3457
3458 [[package]]
3459 name = "self_cell"
3460 version = "1.3.0"
3461 source = "registry+https://github.com/rust-lang/crates.io-index"
3462 checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813"
3463
3464 [[package]]
3465 name = "semver"
3466 version = "1.0.28"
3467 source = "registry+https://github.com/rust-lang/crates.io-index"
3468 checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
3469 dependencies = [
3470 "serde",
3471 "serde_core",
3472 ]
3473
3474 [[package]]
3475 name = "serde"
3476 version = "1.0.229"
3477 source = "registry+https://github.com/rust-lang/crates.io-index"
3478 checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
3479 dependencies = [
3480 "serde_core",
3481 "serde_derive",
3482 ]
3483
3484 [[package]]
3485 name = "serde-untagged"
3486 version = "0.1.9"
3487 source = "registry+https://github.com/rust-lang/crates.io-index"
3488 checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
3489 dependencies = [
3490 "erased-serde",
3491 "serde",
3492 "serde_core",
3493 "typeid",
3494 ]
3495
3496 [[package]]
3497 name = "serde_core"
3498 version = "1.0.229"
3499 source = "registry+https://github.com/rust-lang/crates.io-index"
3500 checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
3501 dependencies = [
3502 "serde_derive",
3503 ]
3504
3505 [[package]]
3506 name = "serde_derive"
3507 version = "1.0.229"
3508 source = "registry+https://github.com/rust-lang/crates.io-index"
3509 checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
3510 dependencies = [
3511 "proc-macro2",
3512 "quote",
3513 "syn 3.0.3",
3514 ]
3515
3516 [[package]]
3517 name = "serde_derive_internals"
3518 version = "0.29.1"
3519 source = "registry+https://github.com/rust-lang/crates.io-index"
3520 checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
3521 dependencies = [
3522 "proc-macro2",
3523 "quote",
3524 "syn 2.0.119",
3525 ]
3526
3527 [[package]]
3528 name = "serde_json"
3529 version = "1.0.151"
3530 source = "registry+https://github.com/rust-lang/crates.io-index"
3531 checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
3532 dependencies = [
3533 "itoa",
3534 "memchr",
3535 "serde",
3536 "serde_core",
3537 "zmij",
3538 ]
3539
3540 [[package]]
3541 name = "serde_path_to_error"
3542 version = "0.1.20"
3543 source = "registry+https://github.com/rust-lang/crates.io-index"
3544 checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3545 dependencies = [
3546 "itoa",
3547 "serde",
3548 "serde_core",
3549 ]
3550
3551 [[package]]
3552 name = "serde_repr"
3553 version = "0.1.21"
3554 source = "registry+https://github.com/rust-lang/crates.io-index"
3555 checksum = "8d3b1629de253c70a0508c3899572da79ca359fdab27c7920ff00406df418906"
3556 dependencies = [
3557 "proc-macro2",
3558 "quote",
3559 "syn 3.0.3",
3560 ]
3561
3562 [[package]]
3563 name = "serde_spanned"
3564 version = "0.6.9"
3565 source = "registry+https://github.com/rust-lang/crates.io-index"
3566 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
3567 dependencies = [
3568 "serde",
3569 ]
3570
3571 [[package]]
3572 name = "serde_spanned"
3573 version = "1.1.1"
3574 source = "registry+https://github.com/rust-lang/crates.io-index"
3575 checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
3576 dependencies = [
3577 "serde_core",
3578 ]
3579
3580 [[package]]
3581 name = "serde_urlencoded"
3582 version = "0.7.1"
3583 source = "registry+https://github.com/rust-lang/crates.io-index"
3584 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3585 dependencies = [
3586 "form_urlencoded",
3587 "itoa",
3588 "ryu",
3589 "serde",
3590 ]
3591
3592 [[package]]
3593 name = "serde_with"
3594 version = "3.22.0"
3595 source = "registry+https://github.com/rust-lang/crates.io-index"
3596 checksum = "ee78f1fbe43ac4a0e47aadb3dbd357b69eb0d3793e948624cd03dd2750ab1c0a"
3597 dependencies = [
3598 "base64 0.22.1",
3599 "bs58",
3600 "chrono",
3601 "hex",
3602 "indexmap 1.9.3",
3603 "indexmap 2.14.0",
3604 "jiff",
3605 "schemars 0.9.0",
3606 "schemars 1.2.2",
3607 "serde_core",
3608 "serde_json",
3609 "serde_with_macros",
3610 "time",
3611 ]
3612
3613 [[package]]
3614 name = "serde_with_macros"
3615 version = "3.22.0"
3616 source = "registry+https://github.com/rust-lang/crates.io-index"
3617 checksum = "8705578779c2b6bd90d84d66eb2e206b708b1a4d7b9f17641b293545bf1c7e46"
3618 dependencies = [
3619 "darling 0.23.0",
3620 "proc-macro2",
3621 "quote",
3622 "syn 2.0.119",
3623 ]
3624
3625 [[package]]
3626 name = "serialize-to-javascript"
3627 version = "0.1.2"
3628 source = "registry+https://github.com/rust-lang/crates.io-index"
3629 checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5"
3630 dependencies = [
3631 "serde",
3632 "serde_json",
3633 "serialize-to-javascript-impl",
3634 ]
3635
3636 [[package]]
3637 name = "serialize-to-javascript-impl"
3638 version = "0.1.2"
3639 source = "registry+https://github.com/rust-lang/crates.io-index"
3640 checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d"
3641 dependencies = [
3642 "proc-macro2",
3643 "quote",
3644 "syn 2.0.119",
3645 ]
3646
3647 [[package]]
3648 name = "servo_arc"
3649 version = "0.4.3"
3650 source = "registry+https://github.com/rust-lang/crates.io-index"
3651 checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
3652 dependencies = [
3653 "stable_deref_trait",
3654 ]
3655
3656 [[package]]
3657 name = "sha2"
3658 version = "0.10.9"
3659 source = "registry+https://github.com/rust-lang/crates.io-index"
3660 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3661 dependencies = [
3662 "cfg-if",
3663 "cpufeatures",
3664 "digest",
3665 ]
3666
3667 [[package]]
3668 name = "shlex"
3669 version = "2.0.1"
3670 source = "registry+https://github.com/rust-lang/crates.io-index"
3671 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
3672
3673 [[package]]
3674 name = "simd-adler32"
3675 version = "0.3.10"
3676 source = "registry+https://github.com/rust-lang/crates.io-index"
3677 checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
3678
3679 [[package]]
3680 name = "siphasher"
3681 version = "1.0.3"
3682 source = "registry+https://github.com/rust-lang/crates.io-index"
3683 checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
3684
3685 [[package]]
3686 name = "skrifa"
3687 version = "0.42.1"
3688 source = "registry+https://github.com/rust-lang/crates.io-index"
3689 checksum = "0c34617370ae968efb7161bb2beb517d9084659aae19e24b89e3db25b46e4564"
3690 dependencies = [
3691 "bytemuck",
3692 "read-fonts",
3693 ]
3694
3695 [[package]]
3696 name = "slab"
3697 version = "0.4.12"
3698 source = "registry+https://github.com/rust-lang/crates.io-index"
3699 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3700
3701 [[package]]
3702 name = "smallvec"
3703 version = "1.15.2"
3704 source = "registry+https://github.com/rust-lang/crates.io-index"
3705 checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
3706
3707 [[package]]
3708 name = "socket2"
3709 version = "0.6.5"
3710 source = "registry+https://github.com/rust-lang/crates.io-index"
3711 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
3712 dependencies = [
3713 "libc",
3714 "windows-sys 0.61.2",
3715 ]
3716
3717 [[package]]
3718 name = "softbuffer"
3719 version = "0.4.8"
3720 source = "registry+https://github.com/rust-lang/crates.io-index"
3721 checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3"
3722 dependencies = [
3723 "bytemuck",
3724 "js-sys",
3725 "ndk",
3726 "objc2",
3727 "objc2-core-foundation",
3728 "objc2-core-graphics",
3729 "objc2-foundation",
3730 "objc2-quartz-core",
3731 "raw-window-handle",
3732 "redox_syscall",
3733 "tracing",
3734 "wasm-bindgen",
3735 "web-sys",
3736 "windows-sys 0.61.2",
3737 ]
3738
3739 [[package]]
3740 name = "soup3"
3741 version = "0.5.0"
3742 source = "registry+https://github.com/rust-lang/crates.io-index"
3743 checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
3744 dependencies = [
3745 "futures-channel",
3746 "gio",
3747 "glib",
3748 "libc",
3749 "soup3-sys",
3750 ]
3751
3752 [[package]]
3753 name = "soup3-sys"
3754 version = "0.5.0"
3755 source = "registry+https://github.com/rust-lang/crates.io-index"
3756 checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
3757 dependencies = [
3758 "gio-sys",
3759 "glib-sys",
3760 "gobject-sys",
3761 "libc",
3762 "system-deps",
3763 ]
3764
3765 [[package]]
3766 name = "sqlite-wasm-rs"
3767 version = "0.5.5"
3768 source = "registry+https://github.com/rust-lang/crates.io-index"
3769 checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75"
3770 dependencies = [
3771 "cc",
3772 "js-sys",
3773 "rsqlite-vfs",
3774 "wasm-bindgen",
3775 ]
3776
3777 [[package]]
3778 name = "stable_deref_trait"
3779 version = "1.2.1"
3780 source = "registry+https://github.com/rust-lang/crates.io-index"
3781 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3782
3783 [[package]]
3784 name = "static_assertions"
3785 version = "1.1.0"
3786 source = "registry+https://github.com/rust-lang/crates.io-index"
3787 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3788
3789 [[package]]
3790 name = "string_cache"
3791 version = "0.9.0"
3792 source = "registry+https://github.com/rust-lang/crates.io-index"
3793 checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
3794 dependencies = [
3795 "new_debug_unreachable",
3796 "parking_lot",
3797 "phf_shared",
3798 "precomputed-hash",
3799 ]
3800
3801 [[package]]
3802 name = "string_cache_codegen"
3803 version = "0.6.1"
3804 source = "registry+https://github.com/rust-lang/crates.io-index"
3805 checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
3806 dependencies = [
3807 "phf_generator",
3808 "phf_shared",
3809 "proc-macro2",
3810 "quote",
3811 ]
3812
3813 [[package]]
3814 name = "strsim"
3815 version = "0.11.1"
3816 source = "registry+https://github.com/rust-lang/crates.io-index"
3817 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3818
3819 [[package]]
3820 name = "strum"
3821 version = "0.28.0"
3822 source = "registry+https://github.com/rust-lang/crates.io-index"
3823 checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
3824 dependencies = [
3825 "strum_macros",
3826 ]
3827
3828 [[package]]
3829 name = "strum_macros"
3830 version = "0.28.0"
3831 source = "registry+https://github.com/rust-lang/crates.io-index"
3832 checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
3833 dependencies = [
3834 "heck 0.5.0",
3835 "proc-macro2",
3836 "quote",
3837 "syn 2.0.119",
3838 ]
3839
3840 [[package]]
3841 name = "swift-rs"
3842 version = "1.0.7"
3843 source = "registry+https://github.com/rust-lang/crates.io-index"
3844 checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7"
3845 dependencies = [
3846 "base64 0.21.7",
3847 "serde",
3848 "serde_json",
3849 ]
3850
3851 [[package]]
3852 name = "syn"
3853 version = "1.0.109"
3854 source = "registry+https://github.com/rust-lang/crates.io-index"
3855 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3856 dependencies = [
3857 "proc-macro2",
3858 "unicode-ident",
3859 ]
3860
3861 [[package]]
3862 name = "syn"
3863 version = "2.0.119"
3864 source = "registry+https://github.com/rust-lang/crates.io-index"
3865 checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
3866 dependencies = [
3867 "proc-macro2",
3868 "quote",
3869 "unicode-ident",
3870 ]
3871
3872 [[package]]
3873 name = "syn"
3874 version = "3.0.3"
3875 source = "registry+https://github.com/rust-lang/crates.io-index"
3876 checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
3877 dependencies = [
3878 "proc-macro2",
3879 "quote",
3880 "unicode-ident",
3881 ]
3882
3883 [[package]]
3884 name = "sync_wrapper"
3885 version = "1.0.2"
3886 source = "registry+https://github.com/rust-lang/crates.io-index"
3887 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3888 dependencies = [
3889 "futures-core",
3890 ]
3891
3892 [[package]]
3893 name = "synstructure"
3894 version = "0.13.2"
3895 source = "registry+https://github.com/rust-lang/crates.io-index"
3896 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3897 dependencies = [
3898 "proc-macro2",
3899 "quote",
3900 "syn 2.0.119",
3901 ]
3902
3903 [[package]]
3904 name = "system-deps"
3905 version = "6.2.2"
3906 source = "registry+https://github.com/rust-lang/crates.io-index"
3907 checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
3908 dependencies = [
3909 "cfg-expr",
3910 "heck 0.5.0",
3911 "pkg-config",
3912 "toml 0.8.2",
3913 "version-compare",
3914 ]
3915
3916 [[package]]
3917 name = "tao"
3918 version = "0.35.3"
3919 source = "registry+https://github.com/rust-lang/crates.io-index"
3920 checksum = "d1c93047acf68669466a34690ac58cca7010bd1b201e1ec86f1fd0a75d3dd4a9"
3921 dependencies = [
3922 "bitflags 2.13.1",
3923 "block2",
3924 "core-foundation",
3925 "core-graphics",
3926 "crossbeam-channel",
3927 "dbus",
3928 "dispatch2",
3929 "dlopen2",
3930 "dpi",
3931 "gdkwayland-sys",
3932 "gdkx11-sys",
3933 "gtk",
3934 "jni",
3935 "libc",
3936 "log",
3937 "ndk",
3938 "ndk-sys",
3939 "objc2",
3940 "objc2-app-kit",
3941 "objc2-foundation",
3942 "objc2-ui-kit",
3943 "once_cell",
3944 "parking_lot",
3945 "percent-encoding",
3946 "raw-window-handle",
3947 "tao-macros",
3948 "unicode-segmentation",
3949 "url",
3950 "windows",
3951 "windows-core 0.61.2",
3952 "windows-version",
3953 "x11-dl",
3954 ]
3955
3956 [[package]]
3957 name = "tao-macros"
3958 version = "0.1.4"
3959 source = "registry+https://github.com/rust-lang/crates.io-index"
3960 checksum = "5f7eeb6d99155545da6150a1795945f16ac9c178deb2a5f2e74d776107bd5849"
3961 dependencies = [
3962 "proc-macro2",
3963 "quote",
3964 "syn 2.0.119",
3965 ]
3966
3967 [[package]]
3968 name = "target-lexicon"
3969 version = "0.12.16"
3970 source = "registry+https://github.com/rust-lang/crates.io-index"
3971 checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
3972
3973 [[package]]
3974 name = "tauri"
3975 version = "2.11.5"
3976 source = "registry+https://github.com/rust-lang/crates.io-index"
3977 checksum = "667b20e2726d572dea2de7370da16e188eb06008faf9a92fab7cdc46791190b5"
3978 dependencies = [
3979 "anyhow",
3980 "bytes",
3981 "cookie",
3982 "dirs",
3983 "dunce",
3984 "embed_plist",
3985 "getrandom 0.3.4",
3986 "glob",
3987 "gtk",
3988 "heck 0.5.0",
3989 "http",
3990 "jni",
3991 "libc",
3992 "log",
3993 "mime",
3994 "muda",
3995 "objc2",
3996 "objc2-app-kit",
3997 "objc2-foundation",
3998 "objc2-ui-kit",
3999 "objc2-web-kit",
4000 "percent-encoding",
4001 "plist",
4002 "raw-window-handle",
4003 "reqwest",
4004 "serde",
4005 "serde_json",
4006 "serde_repr",
4007 "serialize-to-javascript",
4008 "swift-rs",
4009 "tauri-build",
4010 "tauri-macros",
4011 "tauri-runtime",
4012 "tauri-runtime-wry",
4013 "tauri-utils",
4014 "thiserror 2.0.20",
4015 "tokio",
4016 "tray-icon",
4017 "url",
4018 "webkit2gtk",
4019 "webview2-com",
4020 "window-vibrancy",
4021 "windows",
4022 ]
4023
4024 [[package]]
4025 name = "tauri-build"
4026 version = "2.6.3"
4027 source = "registry+https://github.com/rust-lang/crates.io-index"
4028 checksum = "bc9ce40b16101cb6ea63d3e221567affd1c3a9205f95d7bc574941a10636b632"
4029 dependencies = [
4030 "anyhow",
4031 "cargo_toml",
4032 "dirs",
4033 "glob",
4034 "heck 0.5.0",
4035 "json-patch",
4036 "schemars 0.8.22",
4037 "semver",
4038 "serde",
4039 "serde_json",
4040 "tauri-utils",
4041 "tauri-winres",
4042 "walkdir",
4043 ]
4044
4045 [[package]]
4046 name = "tauri-codegen"
4047 version = "2.6.3"
4048 source = "registry+https://github.com/rust-lang/crates.io-index"
4049 checksum = "08279169ff42f8fc45a1dbc9dcae888893ba95288142e5880c59b93a26d2cfc5"
4050 dependencies = [
4051 "base64 0.22.1",
4052 "brotli",
4053 "ico",
4054 "json-patch",
4055 "plist",
4056 "png 0.17.16",
4057 "proc-macro2",
4058 "quote",
4059 "semver",
4060 "serde",
4061 "serde_json",
4062 "sha2",
4063 "syn 2.0.119",
4064 "tauri-utils",
4065 "thiserror 2.0.20",
4066 "time",
4067 "url",
4068 "uuid",
4069 "walkdir",
4070 ]
4071
4072 [[package]]
4073 name = "tauri-macros"
4074 version = "2.6.3"
4075 source = "registry+https://github.com/rust-lang/crates.io-index"
4076 checksum = "e8b394794f399a421811d06966343e7933fcae92d59f5180b9388d1174497a45"
4077 dependencies = [
4078 "heck 0.5.0",
4079 "proc-macro2",
4080 "quote",
4081 "syn 2.0.119",
4082 "tauri-codegen",
4083 "tauri-utils",
4084 ]
4085
4086 [[package]]
4087 name = "tauri-runtime"
4088 version = "2.11.3"
4089 source = "registry+https://github.com/rust-lang/crates.io-index"
4090 checksum = "b0b4bc95aed361b0019067d189a1174a603d460d0f6c72606512d59fc9c12ec8"
4091 dependencies = [
4092 "cookie",
4093 "dpi",
4094 "gtk",
4095 "http",
4096 "jni",
4097 "objc2",
4098 "objc2-ui-kit",
4099 "objc2-web-kit",
4100 "raw-window-handle",
4101 "serde",
4102 "serde_json",
4103 "tauri-utils",
4104 "thiserror 2.0.20",
4105 "url",
4106 "webkit2gtk",
4107 "webview2-com",
4108 "windows",
4109 ]
4110
4111 [[package]]
4112 name = "tauri-runtime-wry"
4113 version = "2.11.4"
4114 source = "registry+https://github.com/rust-lang/crates.io-index"
4115 checksum = "4e6fac707727b7a2f48e4ded90976324267371073edbb415ffb73bb0458d203f"
4116 dependencies = [
4117 "gtk",
4118 "http",
4119 "jni",
4120 "log",
4121 "objc2",
4122 "objc2-app-kit",
4123 "once_cell",
4124 "percent-encoding",
4125 "raw-window-handle",
4126 "softbuffer",
4127 "tao",
4128 "tauri-runtime",
4129 "tauri-utils",
4130 "url",
4131 "webkit2gtk",
4132 "webview2-com",
4133 "windows",
4134 "wry",
4135 ]
4136
4137 [[package]]
4138 name = "tauri-utils"
4139 version = "2.9.3"
4140 source = "registry+https://github.com/rust-lang/crates.io-index"
4141 checksum = "3e176a18e67764923c4f1ce66f25ae4abe5f688384d5eb1a0fa6c77f3d90f887"
4142 dependencies = [
4143 "anyhow",
4144 "brotli",
4145 "cargo_metadata",
4146 "ctor",
4147 "dom_query",
4148 "dunce",
4149 "glob",
4150 "http",
4151 "infer",
4152 "json-patch",
4153 "log",
4154 "memchr",
4155 "phf",
4156 "plist",
4157 "proc-macro2",
4158 "quote",
4159 "regex",
4160 "schemars 0.8.22",
4161 "semver",
4162 "serde",
4163 "serde-untagged",
4164 "serde_json",
4165 "serde_with",
4166 "swift-rs",
4167 "thiserror 2.0.20",
4168 "toml 1.1.4+spec-1.1.0",
4169 "url",
4170 "urlpattern",
4171 "uuid",
4172 "walkdir",
4173 ]
4174
4175 [[package]]
4176 name = "tauri-winres"
4177 version = "0.3.6"
4178 source = "registry+https://github.com/rust-lang/crates.io-index"
4179 checksum = "cc65d45c68858bfe420dd29e834b5d15dbecf8a07a8a16cf4d532c7b1f69d4b6"
4180 dependencies = [
4181 "dunce",
4182 "embed-resource",
4183 "toml 1.1.4+spec-1.1.0",
4184 ]
4185
4186 [[package]]
4187 name = "tendril"
4188 version = "0.5.1"
4189 source = "registry+https://github.com/rust-lang/crates.io-index"
4190 checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08"
4191 dependencies = [
4192 "new_debug_unreachable",
4193 ]
4194
4195 [[package]]
4196 name = "thiserror"
4197 version = "1.0.69"
4198 source = "registry+https://github.com/rust-lang/crates.io-index"
4199 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4200 dependencies = [
4201 "thiserror-impl 1.0.69",
4202 ]
4203
4204 [[package]]
4205 name = "thiserror"
4206 version = "2.0.20"
4207 source = "registry+https://github.com/rust-lang/crates.io-index"
4208 checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
4209 dependencies = [
4210 "thiserror-impl 2.0.20",
4211 ]
4212
4213 [[package]]
4214 name = "thiserror-impl"
4215 version = "1.0.69"
4216 source = "registry+https://github.com/rust-lang/crates.io-index"
4217 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4218 dependencies = [
4219 "proc-macro2",
4220 "quote",
4221 "syn 2.0.119",
4222 ]
4223
4224 [[package]]
4225 name = "thiserror-impl"
4226 version = "2.0.20"
4227 source = "registry+https://github.com/rust-lang/crates.io-index"
4228 checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
4229 dependencies = [
4230 "proc-macro2",
4231 "quote",
4232 "syn 3.0.3",
4233 ]
4234
4235 [[package]]
4236 name = "time"
4237 version = "0.3.55"
4238 source = "registry+https://github.com/rust-lang/crates.io-index"
4239 checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
4240 dependencies = [
4241 "deranged",
4242 "num-conv",
4243 "powerfmt",
4244 "serde_core",
4245 "time-core",
4246 "time-macros",
4247 ]
4248
4249 [[package]]
4250 name = "time-core"
4251 version = "0.1.9"
4252 source = "registry+https://github.com/rust-lang/crates.io-index"
4253 checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
4254
4255 [[package]]
4256 name = "time-macros"
4257 version = "0.2.32"
4258 source = "registry+https://github.com/rust-lang/crates.io-index"
4259 checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
4260 dependencies = [
4261 "num-conv",
4262 "time-core",
4263 ]
4264
4265 [[package]]
4266 name = "tinystr"
4267 version = "0.8.3"
4268 source = "registry+https://github.com/rust-lang/crates.io-index"
4269 checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
4270 dependencies = [
4271 "displaydoc",
4272 "zerovec",
4273 ]
4274
4275 [[package]]
4276 name = "tinyvec"
4277 version = "1.12.0"
4278 source = "registry+https://github.com/rust-lang/crates.io-index"
4279 checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
4280 dependencies = [
4281 "tinyvec_macros",
4282 ]
4283
4284 [[package]]
4285 name = "tinyvec_macros"
4286 version = "0.1.1"
4287 source = "registry+https://github.com/rust-lang/crates.io-index"
4288 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4289
4290 [[package]]
4291 name = "tokio"
4292 version = "1.53.1"
4293 source = "registry+https://github.com/rust-lang/crates.io-index"
4294 checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
4295 dependencies = [
4296 "bytes",
4297 "libc",
4298 "mio",
4299 "pin-project-lite",
4300 "socket2",
4301 "tokio-macros",
4302 "windows-sys 0.61.2",
4303 ]
4304
4305 [[package]]
4306 name = "tokio-macros"
4307 version = "2.7.2"
4308 source = "registry+https://github.com/rust-lang/crates.io-index"
4309 checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
4310 dependencies = [
4311 "proc-macro2",
4312 "quote",
4313 "syn 3.0.3",
4314 ]
4315
4316 [[package]]
4317 name = "tokio-util"
4318 version = "0.7.19"
4319 source = "registry+https://github.com/rust-lang/crates.io-index"
4320 checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
4321 dependencies = [
4322 "bytes",
4323 "futures-core",
4324 "futures-sink",
4325 "pin-project-lite",
4326 "tokio",
4327 ]
4328
4329 [[package]]
4330 name = "toml"
4331 version = "0.8.2"
4332 source = "registry+https://github.com/rust-lang/crates.io-index"
4333 checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
4334 dependencies = [
4335 "serde",
4336 "serde_spanned 0.6.9",
4337 "toml_datetime 0.6.3",
4338 "toml_edit 0.20.2",
4339 ]
4340
4341 [[package]]
4342 name = "toml"
4343 version = "0.9.12+spec-1.1.0"
4344 source = "registry+https://github.com/rust-lang/crates.io-index"
4345 checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
4346 dependencies = [
4347 "indexmap 2.14.0",
4348 "serde_core",
4349 "serde_spanned 1.1.1",
4350 "toml_datetime 0.7.5+spec-1.1.0",
4351 "toml_parser",
4352 "toml_writer",
4353 "winnow 0.7.15",
4354 ]
4355
4356 [[package]]
4357 name = "toml"
4358 version = "1.1.4+spec-1.1.0"
4359 source = "registry+https://github.com/rust-lang/crates.io-index"
4360 checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
4361 dependencies = [
4362 "indexmap 2.14.0",
4363 "serde_core",
4364 "serde_spanned 1.1.1",
4365 "toml_datetime 1.1.1+spec-1.1.0",
4366 "toml_parser",
4367 "toml_writer",
4368 "winnow 1.0.4",
4369 ]
4370
4371 [[package]]
4372 name = "toml_datetime"
4373 version = "0.6.3"
4374 source = "registry+https://github.com/rust-lang/crates.io-index"
4375 checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
4376 dependencies = [
4377 "serde",
4378 ]
4379
4380 [[package]]
4381 name = "toml_datetime"
4382 version = "0.7.5+spec-1.1.0"
4383 source = "registry+https://github.com/rust-lang/crates.io-index"
4384 checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
4385 dependencies = [
4386 "serde_core",
4387 ]
4388
4389 [[package]]
4390 name = "toml_datetime"
4391 version = "1.1.1+spec-1.1.0"
4392 source = "registry+https://github.com/rust-lang/crates.io-index"
4393 checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
4394 dependencies = [
4395 "serde_core",
4396 ]
4397
4398 [[package]]
4399 name = "toml_edit"
4400 version = "0.19.15"
4401 source = "registry+https://github.com/rust-lang/crates.io-index"
4402 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
4403 dependencies = [
4404 "indexmap 2.14.0",
4405 "toml_datetime 0.6.3",
4406 "winnow 0.5.40",
4407 ]
4408
4409 [[package]]
4410 name = "toml_edit"
4411 version = "0.20.2"
4412 source = "registry+https://github.com/rust-lang/crates.io-index"
4413 checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
4414 dependencies = [
4415 "indexmap 2.14.0",
4416 "serde",
4417 "serde_spanned 0.6.9",
4418 "toml_datetime 0.6.3",
4419 "winnow 0.5.40",
4420 ]
4421
4422 [[package]]
4423 name = "toml_edit"
4424 version = "0.25.13+spec-1.1.0"
4425 source = "registry+https://github.com/rust-lang/crates.io-index"
4426 checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
4427 dependencies = [
4428 "indexmap 2.14.0",
4429 "toml_datetime 1.1.1+spec-1.1.0",
4430 "toml_parser",
4431 "winnow 1.0.4",
4432 ]
4433
4434 [[package]]
4435 name = "toml_parser"
4436 version = "1.1.3+spec-1.1.0"
4437 source = "registry+https://github.com/rust-lang/crates.io-index"
4438 checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
4439 dependencies = [
4440 "winnow 1.0.4",
4441 ]
4442
4443 [[package]]
4444 name = "toml_writer"
4445 version = "1.1.2+spec-1.1.0"
4446 source = "registry+https://github.com/rust-lang/crates.io-index"
4447 checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
4448
4449 [[package]]
4450 name = "tower"
4451 version = "0.5.3"
4452 source = "registry+https://github.com/rust-lang/crates.io-index"
4453 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
4454 dependencies = [
4455 "futures-core",
4456 "futures-util",
4457 "pin-project-lite",
4458 "sync_wrapper",
4459 "tokio",
4460 "tower-layer",
4461 "tower-service",
4462 "tracing",
4463 ]
4464
4465 [[package]]
4466 name = "tower-http"
4467 version = "0.6.11"
4468 source = "registry+https://github.com/rust-lang/crates.io-index"
4469 checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
4470 dependencies = [
4471 "bitflags 2.13.1",
4472 "bytes",
4473 "futures-util",
4474 "http",
4475 "http-body",
4476 "pin-project-lite",
4477 "tower",
4478 "tower-layer",
4479 "tower-service",
4480 "url",
4481 ]
4482
4483 [[package]]
4484 name = "tower-layer"
4485 version = "0.3.3"
4486 source = "registry+https://github.com/rust-lang/crates.io-index"
4487 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4488
4489 [[package]]
4490 name = "tower-service"
4491 version = "0.3.3"
4492 source = "registry+https://github.com/rust-lang/crates.io-index"
4493 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4494
4495 [[package]]
4496 name = "tracing"
4497 version = "0.1.44"
4498 source = "registry+https://github.com/rust-lang/crates.io-index"
4499 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
4500 dependencies = [
4501 "log",
4502 "pin-project-lite",
4503 "tracing-attributes",
4504 "tracing-core",
4505 ]
4506
4507 [[package]]
4508 name = "tracing-attributes"
4509 version = "0.1.31"
4510 source = "registry+https://github.com/rust-lang/crates.io-index"
4511 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
4512 dependencies = [
4513 "proc-macro2",
4514 "quote",
4515 "syn 2.0.119",
4516 ]
4517
4518 [[package]]
4519 name = "tracing-core"
4520 version = "0.1.36"
4521 source = "registry+https://github.com/rust-lang/crates.io-index"
4522 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
4523 dependencies = [
4524 "once_cell",
4525 ]
4526
4527 [[package]]
4528 name = "tray-icon"
4529 version = "0.24.2"
4530 source = "registry+https://github.com/rust-lang/crates.io-index"
4531 checksum = "045979e3f037cd18ad1cb2a419dfda133c5c29c9f3453370079f2255d46c257e"
4532 dependencies = [
4533 "crossbeam-channel",
4534 "dirs",
4535 "libappindicator",
4536 "muda",
4537 "objc2",
4538 "objc2-app-kit",
4539 "objc2-core-foundation",
4540 "objc2-core-graphics",
4541 "objc2-foundation",
4542 "once_cell",
4543 "png 0.18.1",
4544 "serde",
4545 "thiserror 2.0.20",
4546 "windows-sys 0.61.2",
4547 ]
4548
4549 [[package]]
4550 name = "try-lock"
4551 version = "0.2.5"
4552 source = "registry+https://github.com/rust-lang/crates.io-index"
4553 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4554
4555 [[package]]
4556 name = "typeid"
4557 version = "1.0.3"
4558 source = "registry+https://github.com/rust-lang/crates.io-index"
4559 checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
4560
4561 [[package]]
4562 name = "typenum"
4563 version = "1.20.1"
4564 source = "registry+https://github.com/rust-lang/crates.io-index"
4565 checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
4566
4567 [[package]]
4568 name = "unic-char-property"
4569 version = "0.9.0"
4570 source = "registry+https://github.com/rust-lang/crates.io-index"
4571 checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
4572 dependencies = [
4573 "unic-char-range",
4574 ]
4575
4576 [[package]]
4577 name = "unic-char-range"
4578 version = "0.9.0"
4579 source = "registry+https://github.com/rust-lang/crates.io-index"
4580 checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
4581
4582 [[package]]
4583 name = "unic-common"
4584 version = "0.9.0"
4585 source = "registry+https://github.com/rust-lang/crates.io-index"
4586 checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
4587
4588 [[package]]
4589 name = "unic-ucd-ident"
4590 version = "0.9.0"
4591 source = "registry+https://github.com/rust-lang/crates.io-index"
4592 checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
4593 dependencies = [
4594 "unic-char-property",
4595 "unic-char-range",
4596 "unic-ucd-version",
4597 ]
4598
4599 [[package]]
4600 name = "unic-ucd-version"
4601 version = "0.9.0"
4602 source = "registry+https://github.com/rust-lang/crates.io-index"
4603 checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
4604 dependencies = [
4605 "unic-common",
4606 ]
4607
4608 [[package]]
4609 name = "unicase"
4610 version = "2.9.0"
4611 source = "registry+https://github.com/rust-lang/crates.io-index"
4612 checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
4613
4614 [[package]]
4615 name = "unicode-general-category"
4616 version = "1.1.0"
4617 source = "registry+https://github.com/rust-lang/crates.io-index"
4618 checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
4619
4620 [[package]]
4621 name = "unicode-ident"
4622 version = "1.0.24"
4623 source = "registry+https://github.com/rust-lang/crates.io-index"
4624 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
4625
4626 [[package]]
4627 name = "unicode-segmentation"
4628 version = "1.13.3"
4629 source = "registry+https://github.com/rust-lang/crates.io-index"
4630 checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
4631
4632 [[package]]
4633 name = "unicode-truncate"
4634 version = "2.0.1"
4635 source = "registry+https://github.com/rust-lang/crates.io-index"
4636 checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5"
4637 dependencies = [
4638 "itertools",
4639 "unicode-segmentation",
4640 "unicode-width",
4641 ]
4642
4643 [[package]]
4644 name = "unicode-width"
4645 version = "0.2.2"
4646 source = "registry+https://github.com/rust-lang/crates.io-index"
4647 checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4648
4649 [[package]]
4650 name = "url"
4651 version = "2.5.8"
4652 source = "registry+https://github.com/rust-lang/crates.io-index"
4653 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
4654 dependencies = [
4655 "form_urlencoded",
4656 "idna",
4657 "percent-encoding",
4658 "serde",
4659 "serde_derive",
4660 ]
4661
4662 [[package]]
4663 name = "urlpattern"
4664 version = "0.3.0"
4665 source = "registry+https://github.com/rust-lang/crates.io-index"
4666 checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
4667 dependencies = [
4668 "regex",
4669 "serde",
4670 "unic-ucd-ident",
4671 "url",
4672 ]
4673
4674 [[package]]
4675 name = "utf8_iter"
4676 version = "1.0.4"
4677 source = "registry+https://github.com/rust-lang/crates.io-index"
4678 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4679
4680 [[package]]
4681 name = "uuid"
4682 version = "1.24.0"
4683 source = "registry+https://github.com/rust-lang/crates.io-index"
4684 checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
4685 dependencies = [
4686 "getrandom 0.4.3",
4687 "js-sys",
4688 "serde_core",
4689 "wasm-bindgen",
4690 ]
4691
4692 [[package]]
4693 name = "vcpkg"
4694 version = "0.2.15"
4695 source = "registry+https://github.com/rust-lang/crates.io-index"
4696 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4697
4698 [[package]]
4699 name = "vello_common"
4700 version = "0.0.9"
4701 source = "registry+https://github.com/rust-lang/crates.io-index"
4702 checksum = "19d672facaa2d697285a786cd9d44d614cd2ce54cdc022504bf339f8fff3b750"
4703 dependencies = [
4704 "bytemuck",
4705 "fearless_simd",
4706 "guillotiere",
4707 "hashbrown 0.17.1",
4708 "log",
4709 "peniko",
4710 "smallvec",
4711 "thiserror 2.0.20",
4712 ]
4713
4714 [[package]]
4715 name = "vello_cpu"
4716 version = "0.0.9"
4717 source = "registry+https://github.com/rust-lang/crates.io-index"
4718 checksum = "588691169aed86b5c8fb487266afee01323234e6fd0a3f2aaec0eaa8e4007f23"
4719 dependencies = [
4720 "bytemuck",
4721 "glifo",
4722 "hashbrown 0.17.1",
4723 "vello_common",
4724 ]
4725
4726 [[package]]
4727 name = "version-compare"
4728 version = "0.2.1"
4729 source = "registry+https://github.com/rust-lang/crates.io-index"
4730 checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
4731
4732 [[package]]
4733 name = "version_check"
4734 version = "0.9.5"
4735 source = "registry+https://github.com/rust-lang/crates.io-index"
4736 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4737
4738 [[package]]
4739 name = "vswhom"
4740 version = "0.1.0"
4741 source = "registry+https://github.com/rust-lang/crates.io-index"
4742 checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
4743 dependencies = [
4744 "libc",
4745 "vswhom-sys",
4746 ]
4747
4748 [[package]]
4749 name = "vswhom-sys"
4750 version = "0.1.3"
4751 source = "registry+https://github.com/rust-lang/crates.io-index"
4752 checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
4753 dependencies = [
4754 "cc",
4755 "libc",
4756 ]
4757
4758 [[package]]
4759 name = "walkdir"
4760 version = "2.5.0"
4761 source = "registry+https://github.com/rust-lang/crates.io-index"
4762 checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4763 dependencies = [
4764 "same-file",
4765 "winapi-util",
4766 ]
4767
4768 [[package]]
4769 name = "want"
4770 version = "0.3.1"
4771 source = "registry+https://github.com/rust-lang/crates.io-index"
4772 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4773 dependencies = [
4774 "try-lock",
4775 ]
4776
4777 [[package]]
4778 name = "wasi"
4779 version = "0.11.1+wasi-snapshot-preview1"
4780 source = "registry+https://github.com/rust-lang/crates.io-index"
4781 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4782
4783 [[package]]
4784 name = "wasip2"
4785 version = "1.0.4+wasi-0.2.12"
4786 source = "registry+https://github.com/rust-lang/crates.io-index"
4787 checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
4788 dependencies = [
4789 "wit-bindgen",
4790 ]
4791
4792 [[package]]
4793 name = "wasm-bindgen"
4794 version = "0.2.127"
4795 source = "registry+https://github.com/rust-lang/crates.io-index"
4796 checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
4797 dependencies = [
4798 "cfg-if",
4799 "once_cell",
4800 "rustversion",
4801 "wasm-bindgen-macro",
4802 "wasm-bindgen-shared",
4803 ]
4804
4805 [[package]]
4806 name = "wasm-bindgen-futures"
4807 version = "0.4.77"
4808 source = "registry+https://github.com/rust-lang/crates.io-index"
4809 checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
4810 dependencies = [
4811 "js-sys",
4812 "wasm-bindgen",
4813 ]
4814
4815 [[package]]
4816 name = "wasm-bindgen-macro"
4817 version = "0.2.127"
4818 source = "registry+https://github.com/rust-lang/crates.io-index"
4819 checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
4820 dependencies = [
4821 "quote",
4822 "wasm-bindgen-macro-support",
4823 ]
4824
4825 [[package]]
4826 name = "wasm-bindgen-macro-support"
4827 version = "0.2.127"
4828 source = "registry+https://github.com/rust-lang/crates.io-index"
4829 checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
4830 dependencies = [
4831 "bumpalo",
4832 "proc-macro2",
4833 "quote",
4834 "syn 2.0.119",
4835 "wasm-bindgen-shared",
4836 ]
4837
4838 [[package]]
4839 name = "wasm-bindgen-shared"
4840 version = "0.2.127"
4841 source = "registry+https://github.com/rust-lang/crates.io-index"
4842 checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
4843 dependencies = [
4844 "unicode-ident",
4845 ]
4846
4847 [[package]]
4848 name = "wasm-streams"
4849 version = "0.5.0"
4850 source = "registry+https://github.com/rust-lang/crates.io-index"
4851 checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
4852 dependencies = [
4853 "futures-util",
4854 "js-sys",
4855 "wasm-bindgen",
4856 "wasm-bindgen-futures",
4857 "web-sys",
4858 ]
4859
4860 [[package]]
4861 name = "web-sys"
4862 version = "0.3.104"
4863 source = "registry+https://github.com/rust-lang/crates.io-index"
4864 checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
4865 dependencies = [
4866 "js-sys",
4867 "wasm-bindgen",
4868 ]
4869
4870 [[package]]
4871 name = "web_atoms"
4872 version = "0.2.6"
4873 source = "registry+https://github.com/rust-lang/crates.io-index"
4874 checksum = "ba8b815c1b593dc0baf78dd0f4fc8fdb2de53198fb1163738093e9a311c33fb3"
4875 dependencies = [
4876 "phf",
4877 "phf_codegen",
4878 "string_cache",
4879 "string_cache_codegen",
4880 ]
4881
4882 [[package]]
4883 name = "webkit2gtk"
4884 version = "2.0.2"
4885 source = "registry+https://github.com/rust-lang/crates.io-index"
4886 checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793"
4887 dependencies = [
4888 "bitflags 1.3.2",
4889 "cairo-rs",
4890 "gdk",
4891 "gdk-sys",
4892 "gio",
4893 "gio-sys",
4894 "glib",
4895 "glib-sys",
4896 "gobject-sys",
4897 "gtk",
4898 "gtk-sys",
4899 "javascriptcore-rs",
4900 "libc",
4901 "once_cell",
4902 "soup3",
4903 "webkit2gtk-sys",
4904 ]
4905
4906 [[package]]
4907 name = "webkit2gtk-sys"
4908 version = "2.0.2"
4909 source = "registry+https://github.com/rust-lang/crates.io-index"
4910 checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5"
4911 dependencies = [
4912 "bitflags 1.3.2",
4913 "cairo-sys-rs",
4914 "gdk-sys",
4915 "gio-sys",
4916 "glib-sys",
4917 "gobject-sys",
4918 "gtk-sys",
4919 "javascriptcore-rs-sys",
4920 "libc",
4921 "pkg-config",
4922 "soup3-sys",
4923 "system-deps",
4924 ]
4925
4926 [[package]]
4927 name = "webview2-com"
4928 version = "0.38.2"
4929 source = "registry+https://github.com/rust-lang/crates.io-index"
4930 checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a"
4931 dependencies = [
4932 "webview2-com-macros",
4933 "webview2-com-sys",
4934 "windows",
4935 "windows-core 0.61.2",
4936 "windows-implement",
4937 "windows-interface",
4938 ]
4939
4940 [[package]]
4941 name = "webview2-com-macros"
4942 version = "0.8.1"
4943 source = "registry+https://github.com/rust-lang/crates.io-index"
4944 checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54"
4945 dependencies = [
4946 "proc-macro2",
4947 "quote",
4948 "syn 2.0.119",
4949 ]
4950
4951 [[package]]
4952 name = "webview2-com-sys"
4953 version = "0.38.2"
4954 source = "registry+https://github.com/rust-lang/crates.io-index"
4955 checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c"
4956 dependencies = [
4957 "thiserror 2.0.20",
4958 "windows",
4959 "windows-core 0.61.2",
4960 ]
4961
4962 [[package]]
4963 name = "winapi"
4964 version = "0.3.9"
4965 source = "registry+https://github.com/rust-lang/crates.io-index"
4966 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4967 dependencies = [
4968 "winapi-i686-pc-windows-gnu",
4969 "winapi-x86_64-pc-windows-gnu",
4970 ]
4971
4972 [[package]]
4973 name = "winapi-i686-pc-windows-gnu"
4974 version = "0.4.0"
4975 source = "registry+https://github.com/rust-lang/crates.io-index"
4976 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4977
4978 [[package]]
4979 name = "winapi-util"
4980 version = "0.1.11"
4981 source = "registry+https://github.com/rust-lang/crates.io-index"
4982 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4983 dependencies = [
4984 "windows-sys 0.61.2",
4985 ]
4986
4987 [[package]]
4988 name = "winapi-x86_64-pc-windows-gnu"
4989 version = "0.4.0"
4990 source = "registry+https://github.com/rust-lang/crates.io-index"
4991 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4992
4993 [[package]]
4994 name = "window-vibrancy"
4995 version = "0.6.0"
4996 source = "registry+https://github.com/rust-lang/crates.io-index"
4997 checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c"
4998 dependencies = [
4999 "objc2",
5000 "objc2-app-kit",
5001 "objc2-core-foundation",
5002 "objc2-foundation",
5003 "raw-window-handle",
5004 "windows-sys 0.59.0",
5005 "windows-version",
5006 ]
5007
5008 [[package]]
5009 name = "windows"
5010 version = "0.61.3"
5011 source = "registry+https://github.com/rust-lang/crates.io-index"
5012 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
5013 dependencies = [
5014 "windows-collections",
5015 "windows-core 0.61.2",
5016 "windows-future",
5017 "windows-link 0.1.3",
5018 "windows-numerics",
5019 ]
5020
5021 [[package]]
5022 name = "windows-collections"
5023 version = "0.2.0"
5024 source = "registry+https://github.com/rust-lang/crates.io-index"
5025 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
5026 dependencies = [
5027 "windows-core 0.61.2",
5028 ]
5029
5030 [[package]]
5031 name = "windows-core"
5032 version = "0.61.2"
5033 source = "registry+https://github.com/rust-lang/crates.io-index"
5034 checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
5035 dependencies = [
5036 "windows-implement",
5037 "windows-interface",
5038 "windows-link 0.1.3",
5039 "windows-result 0.3.4",
5040 "windows-strings 0.4.2",
5041 ]
5042
5043 [[package]]
5044 name = "windows-core"
5045 version = "0.62.2"
5046 source = "registry+https://github.com/rust-lang/crates.io-index"
5047 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5048 dependencies = [
5049 "windows-implement",
5050 "windows-interface",
5051 "windows-link 0.2.1",
5052 "windows-result 0.4.1",
5053 "windows-strings 0.5.1",
5054 ]
5055
5056 [[package]]
5057 name = "windows-future"
5058 version = "0.2.1"
5059 source = "registry+https://github.com/rust-lang/crates.io-index"
5060 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
5061 dependencies = [
5062 "windows-core 0.61.2",
5063 "windows-link 0.1.3",
5064 "windows-threading",
5065 ]
5066
5067 [[package]]
5068 name = "windows-implement"
5069 version = "0.60.2"
5070 source = "registry+https://github.com/rust-lang/crates.io-index"
5071 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5072 dependencies = [
5073 "proc-macro2",
5074 "quote",
5075 "syn 2.0.119",
5076 ]
5077
5078 [[package]]
5079 name = "windows-interface"
5080 version = "0.59.3"
5081 source = "registry+https://github.com/rust-lang/crates.io-index"
5082 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5083 dependencies = [
5084 "proc-macro2",
5085 "quote",
5086 "syn 2.0.119",
5087 ]
5088
5089 [[package]]
5090 name = "windows-link"
5091 version = "0.1.3"
5092 source = "registry+https://github.com/rust-lang/crates.io-index"
5093 checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
5094
5095 [[package]]
5096 name = "windows-link"
5097 version = "0.2.1"
5098 source = "registry+https://github.com/rust-lang/crates.io-index"
5099 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5100
5101 [[package]]
5102 name = "windows-numerics"
5103 version = "0.2.0"
5104 source = "registry+https://github.com/rust-lang/crates.io-index"
5105 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
5106 dependencies = [
5107 "windows-core 0.61.2",
5108 "windows-link 0.1.3",
5109 ]
5110
5111 [[package]]
5112 name = "windows-result"
5113 version = "0.3.4"
5114 source = "registry+https://github.com/rust-lang/crates.io-index"
5115 checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5116 dependencies = [
5117 "windows-link 0.1.3",
5118 ]
5119
5120 [[package]]
5121 name = "windows-result"
5122 version = "0.4.1"
5123 source = "registry+https://github.com/rust-lang/crates.io-index"
5124 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5125 dependencies = [
5126 "windows-link 0.2.1",
5127 ]
5128
5129 [[package]]
5130 name = "windows-strings"
5131 version = "0.4.2"
5132 source = "registry+https://github.com/rust-lang/crates.io-index"
5133 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5134 dependencies = [
5135 "windows-link 0.1.3",
5136 ]
5137
5138 [[package]]
5139 name = "windows-strings"
5140 version = "0.5.1"
5141 source = "registry+https://github.com/rust-lang/crates.io-index"
5142 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5143 dependencies = [
5144 "windows-link 0.2.1",
5145 ]
5146
5147 [[package]]
5148 name = "windows-sys"
5149 version = "0.45.0"
5150 source = "registry+https://github.com/rust-lang/crates.io-index"
5151 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5152 dependencies = [
5153 "windows-targets 0.42.2",
5154 ]
5155
5156 [[package]]
5157 name = "windows-sys"
5158 version = "0.59.0"
5159 source = "registry+https://github.com/rust-lang/crates.io-index"
5160 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5161 dependencies = [
5162 "windows-targets 0.52.6",
5163 ]
5164
5165 [[package]]
5166 name = "windows-sys"
5167 version = "0.61.2"
5168 source = "registry+https://github.com/rust-lang/crates.io-index"
5169 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5170 dependencies = [
5171 "windows-link 0.2.1",
5172 ]
5173
5174 [[package]]
5175 name = "windows-targets"
5176 version = "0.42.2"
5177 source = "registry+https://github.com/rust-lang/crates.io-index"
5178 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5179 dependencies = [
5180 "windows_aarch64_gnullvm 0.42.2",
5181 "windows_aarch64_msvc 0.42.2",
5182 "windows_i686_gnu 0.42.2",
5183 "windows_i686_msvc 0.42.2",
5184 "windows_x86_64_gnu 0.42.2",
5185 "windows_x86_64_gnullvm 0.42.2",
5186 "windows_x86_64_msvc 0.42.2",
5187 ]
5188
5189 [[package]]
5190 name = "windows-targets"
5191 version = "0.52.6"
5192 source = "registry+https://github.com/rust-lang/crates.io-index"
5193 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5194 dependencies = [
5195 "windows_aarch64_gnullvm 0.52.6",
5196 "windows_aarch64_msvc 0.52.6",
5197 "windows_i686_gnu 0.52.6",
5198 "windows_i686_gnullvm",
5199 "windows_i686_msvc 0.52.6",
5200 "windows_x86_64_gnu 0.52.6",
5201 "windows_x86_64_gnullvm 0.52.6",
5202 "windows_x86_64_msvc 0.52.6",
5203 ]
5204
5205 [[package]]
5206 name = "windows-threading"
5207 version = "0.1.0"
5208 source = "registry+https://github.com/rust-lang/crates.io-index"
5209 checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
5210 dependencies = [
5211 "windows-link 0.1.3",
5212 ]
5213
5214 [[package]]
5215 name = "windows-version"
5216 version = "0.1.7"
5217 source = "registry+https://github.com/rust-lang/crates.io-index"
5218 checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
5219 dependencies = [
5220 "windows-link 0.2.1",
5221 ]
5222
5223 [[package]]
5224 name = "windows_aarch64_gnullvm"
5225 version = "0.42.2"
5226 source = "registry+https://github.com/rust-lang/crates.io-index"
5227 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5228
5229 [[package]]
5230 name = "windows_aarch64_gnullvm"
5231 version = "0.52.6"
5232 source = "registry+https://github.com/rust-lang/crates.io-index"
5233 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5234
5235 [[package]]
5236 name = "windows_aarch64_msvc"
5237 version = "0.42.2"
5238 source = "registry+https://github.com/rust-lang/crates.io-index"
5239 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5240
5241 [[package]]
5242 name = "windows_aarch64_msvc"
5243 version = "0.52.6"
5244 source = "registry+https://github.com/rust-lang/crates.io-index"
5245 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5246
5247 [[package]]
5248 name = "windows_i686_gnu"
5249 version = "0.42.2"
5250 source = "registry+https://github.com/rust-lang/crates.io-index"
5251 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5252
5253 [[package]]
5254 name = "windows_i686_gnu"
5255 version = "0.52.6"
5256 source = "registry+https://github.com/rust-lang/crates.io-index"
5257 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5258
5259 [[package]]
5260 name = "windows_i686_gnullvm"
5261 version = "0.52.6"
5262 source = "registry+https://github.com/rust-lang/crates.io-index"
5263 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5264
5265 [[package]]
5266 name = "windows_i686_msvc"
5267 version = "0.42.2"
5268 source = "registry+https://github.com/rust-lang/crates.io-index"
5269 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5270
5271 [[package]]
5272 name = "windows_i686_msvc"
5273 version = "0.52.6"
5274 source = "registry+https://github.com/rust-lang/crates.io-index"
5275 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5276
5277 [[package]]
5278 name = "windows_x86_64_gnu"
5279 version = "0.42.2"
5280 source = "registry+https://github.com/rust-lang/crates.io-index"
5281 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5282
5283 [[package]]
5284 name = "windows_x86_64_gnu"
5285 version = "0.52.6"
5286 source = "registry+https://github.com/rust-lang/crates.io-index"
5287 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5288
5289 [[package]]
5290 name = "windows_x86_64_gnullvm"
5291 version = "0.42.2"
5292 source = "registry+https://github.com/rust-lang/crates.io-index"
5293 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5294
5295 [[package]]
5296 name = "windows_x86_64_gnullvm"
5297 version = "0.52.6"
5298 source = "registry+https://github.com/rust-lang/crates.io-index"
5299 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5300
5301 [[package]]
5302 name = "windows_x86_64_msvc"
5303 version = "0.42.2"
5304 source = "registry+https://github.com/rust-lang/crates.io-index"
5305 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5306
5307 [[package]]
5308 name = "windows_x86_64_msvc"
5309 version = "0.52.6"
5310 source = "registry+https://github.com/rust-lang/crates.io-index"
5311 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5312
5313 [[package]]
5314 name = "winnow"
5315 version = "0.5.40"
5316 source = "registry+https://github.com/rust-lang/crates.io-index"
5317 checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
5318 dependencies = [
5319 "memchr",
5320 ]
5321
5322 [[package]]
5323 name = "winnow"
5324 version = "0.7.15"
5325 source = "registry+https://github.com/rust-lang/crates.io-index"
5326 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
5327
5328 [[package]]
5329 name = "winnow"
5330 version = "1.0.4"
5331 source = "registry+https://github.com/rust-lang/crates.io-index"
5332 checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
5333 dependencies = [
5334 "memchr",
5335 ]
5336
5337 [[package]]
5338 name = "winreg"
5339 version = "0.55.0"
5340 source = "registry+https://github.com/rust-lang/crates.io-index"
5341 checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
5342 dependencies = [
5343 "cfg-if",
5344 "windows-sys 0.59.0",
5345 ]
5346
5347 [[package]]
5348 name = "wit-bindgen"
5349 version = "0.57.1"
5350 source = "registry+https://github.com/rust-lang/crates.io-index"
5351 checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
5352
5353 [[package]]
5354 name = "writeable"
5355 version = "0.6.3"
5356 source = "registry+https://github.com/rust-lang/crates.io-index"
5357 checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
5358
5359 [[package]]
5360 name = "wry"
5361 version = "0.55.1"
5362 source = "registry+https://github.com/rust-lang/crates.io-index"
5363 checksum = "186f9871daa55fd9c016578b810d149de58367113db7fb72b462d2323ce19514"
5364 dependencies = [
5365 "base64 0.22.1",
5366 "block2",
5367 "cookie",
5368 "crossbeam-channel",
5369 "dirs",
5370 "dom_query",
5371 "dpi",
5372 "dunce",
5373 "gdkx11",
5374 "gtk",
5375 "http",
5376 "javascriptcore-rs",
5377 "jni",
5378 "libc",
5379 "ndk",
5380 "objc2",
5381 "objc2-app-kit",
5382 "objc2-core-foundation",
5383 "objc2-foundation",
5384 "objc2-ui-kit",
5385 "objc2-web-kit",
5386 "once_cell",
5387 "percent-encoding",
5388 "raw-window-handle",
5389 "sha2",
5390 "soup3",
5391 "tao-macros",
5392 "thiserror 2.0.20",
5393 "url",
5394 "webkit2gtk",
5395 "webkit2gtk-sys",
5396 "webview2-com",
5397 "windows",
5398 "windows-core 0.61.2",
5399 "windows-version",
5400 "x11-dl",
5401 ]
5402
5403 [[package]]
5404 name = "x11"
5405 version = "2.21.0"
5406 source = "registry+https://github.com/rust-lang/crates.io-index"
5407 checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
5408 dependencies = [
5409 "libc",
5410 "pkg-config",
5411 ]
5412
5413 [[package]]
5414 name = "x11-dl"
5415 version = "2.21.0"
5416 source = "registry+https://github.com/rust-lang/crates.io-index"
5417 checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
5418 dependencies = [
5419 "libc",
5420 "once_cell",
5421 "pkg-config",
5422 ]
5423
5424 [[package]]
5425 name = "yoke"
5426 version = "0.8.3"
5427 source = "registry+https://github.com/rust-lang/crates.io-index"
5428 checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
5429 dependencies = [
5430 "stable_deref_trait",
5431 "yoke-derive",
5432 "zerofrom",
5433 ]
5434
5435 [[package]]
5436 name = "yoke-derive"
5437 version = "0.8.2"
5438 source = "registry+https://github.com/rust-lang/crates.io-index"
5439 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
5440 dependencies = [
5441 "proc-macro2",
5442 "quote",
5443 "syn 2.0.119",
5444 "synstructure",
5445 ]
5446
5447 [[package]]
5448 name = "zerocopy"
5449 version = "0.8.56"
5450 source = "registry+https://github.com/rust-lang/crates.io-index"
5451 checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
5452 dependencies = [
5453 "zerocopy-derive",
5454 ]
5455
5456 [[package]]
5457 name = "zerocopy-derive"
5458 version = "0.8.56"
5459 source = "registry+https://github.com/rust-lang/crates.io-index"
5460 checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
5461 dependencies = [
5462 "proc-macro2",
5463 "quote",
5464 "syn 2.0.119",
5465 ]
5466
5467 [[package]]
5468 name = "zerofrom"
5469 version = "0.1.8"
5470 source = "registry+https://github.com/rust-lang/crates.io-index"
5471 checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
5472 dependencies = [
5473 "zerofrom-derive",
5474 ]
5475
5476 [[package]]
5477 name = "zerofrom-derive"
5478 version = "0.1.7"
5479 source = "registry+https://github.com/rust-lang/crates.io-index"
5480 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
5481 dependencies = [
5482 "proc-macro2",
5483 "quote",
5484 "syn 2.0.119",
5485 "synstructure",
5486 ]
5487
5488 [[package]]
5489 name = "zerotrie"
5490 version = "0.2.4"
5491 source = "registry+https://github.com/rust-lang/crates.io-index"
5492 checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
5493 dependencies = [
5494 "displaydoc",
5495 "yoke",
5496 "zerofrom",
5497 ]
5498
5499 [[package]]
5500 name = "zerovec"
5501 version = "0.11.6"
5502 source = "registry+https://github.com/rust-lang/crates.io-index"
5503 checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
5504 dependencies = [
5505 "yoke",
5506 "zerofrom",
5507 "zerovec-derive",
5508 ]
5509
5510 [[package]]
5511 name = "zerovec-derive"
5512 version = "0.11.3"
5513 source = "registry+https://github.com/rust-lang/crates.io-index"
5514 checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
5515 dependencies = [
5516 "proc-macro2",
5517 "quote",
5518 "syn 2.0.119",
5519 ]
5520
5521 [[package]]
5522 name = "zmij"
5523 version = "1.0.23"
5524 source = "registry+https://github.com/rust-lang/crates.io-index"
5525 checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
5526
5527 [[patch.unused]]
5528 name = "synckit-client"
5529 version = "0.8.0"
5530
5531 [[patch.unused]]
5532 name = "synckit-config"
5533 version = "0.2.0"
5534
5535 [[patch.unused]]
5536 name = "kberg"
5537 version = "0.1.0"
5538
5539 [[patch.unused]]
5540 name = "ops-status"
5541 version = "0.1.0"
5542
5543 [[patch.unused]]
5544 name = "painhours"
5545 version = "0.1.0"
5546
5547 [[patch.unused]]
5548 name = "tagtree"
5549 version = "0.4.0"
5550