@skalfa/skalfa-printer 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4473 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "alloc-no-stdlib"
22
+ version = "2.0.4"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
25
+
26
+ [[package]]
27
+ name = "alloc-stdlib"
28
+ version = "0.2.4"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
31
+ dependencies = [
32
+ "alloc-no-stdlib",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "android_system_properties"
37
+ version = "0.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40
+ dependencies = [
41
+ "libc",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anyhow"
46
+ version = "1.0.103"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
49
+
50
+ [[package]]
51
+ name = "atk"
52
+ version = "0.18.2"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
55
+ dependencies = [
56
+ "atk-sys",
57
+ "glib",
58
+ "libc",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "atk-sys"
63
+ version = "0.18.2"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
66
+ dependencies = [
67
+ "glib-sys",
68
+ "gobject-sys",
69
+ "libc",
70
+ "system-deps",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "atomic-waker"
75
+ version = "1.1.2"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
78
+
79
+ [[package]]
80
+ name = "autocfg"
81
+ version = "1.5.1"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
84
+
85
+ [[package]]
86
+ name = "base64"
87
+ version = "0.21.7"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
90
+
91
+ [[package]]
92
+ name = "base64"
93
+ version = "0.22.1"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
96
+
97
+ [[package]]
98
+ name = "bit-set"
99
+ version = "0.8.0"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
102
+ dependencies = [
103
+ "bit-vec",
104
+ ]
105
+
106
+ [[package]]
107
+ name = "bit-vec"
108
+ version = "0.8.0"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
111
+
112
+ [[package]]
113
+ name = "bitflags"
114
+ version = "1.3.2"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
117
+
118
+ [[package]]
119
+ name = "bitflags"
120
+ version = "2.13.0"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
123
+ dependencies = [
124
+ "serde_core",
125
+ ]
126
+
127
+ [[package]]
128
+ name = "block-buffer"
129
+ version = "0.10.4"
130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
131
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
132
+ dependencies = [
133
+ "generic-array",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "block2"
138
+ version = "0.6.2"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
141
+ dependencies = [
142
+ "objc2",
143
+ ]
144
+
145
+ [[package]]
146
+ name = "brotli"
147
+ version = "8.0.4"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
150
+ dependencies = [
151
+ "alloc-no-stdlib",
152
+ "alloc-stdlib",
153
+ "brotli-decompressor",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "brotli-decompressor"
158
+ version = "5.0.3"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
161
+ dependencies = [
162
+ "alloc-no-stdlib",
163
+ "alloc-stdlib",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "bs58"
168
+ version = "0.5.1"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
171
+ dependencies = [
172
+ "tinyvec",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "bumpalo"
177
+ version = "3.20.3"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
180
+
181
+ [[package]]
182
+ name = "bytemuck"
183
+ version = "1.25.0"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
186
+
187
+ [[package]]
188
+ name = "byteorder"
189
+ version = "1.5.0"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
192
+
193
+ [[package]]
194
+ name = "bytes"
195
+ version = "1.12.0"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
198
+ dependencies = [
199
+ "serde",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "cairo-rs"
204
+ version = "0.18.5"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
207
+ dependencies = [
208
+ "bitflags 2.13.0",
209
+ "cairo-sys-rs",
210
+ "glib",
211
+ "libc",
212
+ "once_cell",
213
+ "thiserror 1.0.69",
214
+ ]
215
+
216
+ [[package]]
217
+ name = "cairo-sys-rs"
218
+ version = "0.18.2"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
221
+ dependencies = [
222
+ "glib-sys",
223
+ "libc",
224
+ "system-deps",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "camino"
229
+ version = "1.2.4"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "5f2d30e4173c4026932d51d31d6b0613b1fd3014bf3f9f8943d4ba139c437ba0"
232
+ dependencies = [
233
+ "serde_core",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "cargo-platform"
238
+ version = "0.1.9"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
241
+ dependencies = [
242
+ "serde",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "cargo_metadata"
247
+ version = "0.19.2"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
250
+ dependencies = [
251
+ "camino",
252
+ "cargo-platform",
253
+ "semver",
254
+ "serde",
255
+ "serde_json",
256
+ "thiserror 2.0.18",
257
+ ]
258
+
259
+ [[package]]
260
+ name = "cargo_toml"
261
+ version = "0.22.3"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "374b7c592d9c00c1f4972ea58390ac6b18cbb6ab79011f3bdc90a0b82ca06b77"
264
+ dependencies = [
265
+ "serde",
266
+ "toml 0.9.12+spec-1.1.0",
267
+ ]
268
+
269
+ [[package]]
270
+ name = "cc"
271
+ version = "1.2.65"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
274
+ dependencies = [
275
+ "find-msvc-tools",
276
+ "shlex",
277
+ ]
278
+
279
+ [[package]]
280
+ name = "cesu8"
281
+ version = "1.1.0"
282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
283
+ checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
284
+
285
+ [[package]]
286
+ name = "cfb"
287
+ version = "0.7.3"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
290
+ dependencies = [
291
+ "byteorder",
292
+ "fnv",
293
+ "uuid",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "cfg-expr"
298
+ version = "0.15.8"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
301
+ dependencies = [
302
+ "smallvec",
303
+ "target-lexicon",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "cfg-if"
308
+ version = "1.0.4"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
311
+
312
+ [[package]]
313
+ name = "chrono"
314
+ version = "0.4.45"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
317
+ dependencies = [
318
+ "iana-time-zone",
319
+ "num-traits",
320
+ "serde",
321
+ "windows-link 0.2.1",
322
+ ]
323
+
324
+ [[package]]
325
+ name = "combine"
326
+ version = "4.6.7"
327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
328
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
329
+ dependencies = [
330
+ "bytes",
331
+ "memchr",
332
+ ]
333
+
334
+ [[package]]
335
+ name = "cookie"
336
+ version = "0.18.1"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
339
+ dependencies = [
340
+ "time",
341
+ "version_check",
342
+ ]
343
+
344
+ [[package]]
345
+ name = "core-foundation"
346
+ version = "0.10.1"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
349
+ dependencies = [
350
+ "core-foundation-sys",
351
+ "libc",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "core-foundation-sys"
356
+ version = "0.8.7"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
359
+
360
+ [[package]]
361
+ name = "core-graphics"
362
+ version = "0.25.0"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97"
365
+ dependencies = [
366
+ "bitflags 2.13.0",
367
+ "core-foundation",
368
+ "core-graphics-types",
369
+ "foreign-types",
370
+ "libc",
371
+ ]
372
+
373
+ [[package]]
374
+ name = "core-graphics-types"
375
+ version = "0.2.0"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
378
+ dependencies = [
379
+ "bitflags 2.13.0",
380
+ "core-foundation",
381
+ "libc",
382
+ ]
383
+
384
+ [[package]]
385
+ name = "cpufeatures"
386
+ version = "0.2.17"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
389
+ dependencies = [
390
+ "libc",
391
+ ]
392
+
393
+ [[package]]
394
+ name = "crc32fast"
395
+ version = "1.5.0"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
398
+ dependencies = [
399
+ "cfg-if",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "crossbeam-channel"
404
+ version = "0.5.15"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
407
+ dependencies = [
408
+ "crossbeam-utils",
409
+ ]
410
+
411
+ [[package]]
412
+ name = "crossbeam-utils"
413
+ version = "0.8.21"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
416
+
417
+ [[package]]
418
+ name = "crypto-common"
419
+ version = "0.1.7"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
422
+ dependencies = [
423
+ "generic-array",
424
+ "typenum",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "cssparser"
429
+ version = "0.36.0"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2"
432
+ dependencies = [
433
+ "cssparser-macros",
434
+ "dtoa-short",
435
+ "itoa",
436
+ "phf",
437
+ "smallvec",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "cssparser-macros"
442
+ version = "0.6.1"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
445
+ dependencies = [
446
+ "quote",
447
+ "syn 2.0.118",
448
+ ]
449
+
450
+ [[package]]
451
+ name = "ctor"
452
+ version = "0.8.0"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98"
455
+ dependencies = [
456
+ "ctor-proc-macro",
457
+ "dtor",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "ctor-proc-macro"
462
+ version = "0.0.7"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
465
+
466
+ [[package]]
467
+ name = "darling"
468
+ version = "0.23.0"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
471
+ dependencies = [
472
+ "darling_core",
473
+ "darling_macro",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "darling_core"
478
+ version = "0.23.0"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
481
+ dependencies = [
482
+ "ident_case",
483
+ "proc-macro2",
484
+ "quote",
485
+ "strsim",
486
+ "syn 2.0.118",
487
+ ]
488
+
489
+ [[package]]
490
+ name = "darling_macro"
491
+ version = "0.23.0"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
494
+ dependencies = [
495
+ "darling_core",
496
+ "quote",
497
+ "syn 2.0.118",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "dbus"
502
+ version = "0.9.11"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "b942602992bb7acfd1f51c49811c58a610ef9181b6e66f3e519d79b540a3bf73"
505
+ dependencies = [
506
+ "libc",
507
+ "libdbus-sys",
508
+ "windows-sys 0.61.2",
509
+ ]
510
+
511
+ [[package]]
512
+ name = "deranged"
513
+ version = "0.5.8"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
516
+ dependencies = [
517
+ "serde_core",
518
+ ]
519
+
520
+ [[package]]
521
+ name = "derive_more"
522
+ version = "2.1.1"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
525
+ dependencies = [
526
+ "derive_more-impl",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "derive_more-impl"
531
+ version = "2.1.1"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
534
+ dependencies = [
535
+ "proc-macro2",
536
+ "quote",
537
+ "rustc_version",
538
+ "syn 2.0.118",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "digest"
543
+ version = "0.10.7"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
546
+ dependencies = [
547
+ "block-buffer",
548
+ "crypto-common",
549
+ ]
550
+
551
+ [[package]]
552
+ name = "dirs"
553
+ version = "6.0.0"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
556
+ dependencies = [
557
+ "dirs-sys",
558
+ ]
559
+
560
+ [[package]]
561
+ name = "dirs-sys"
562
+ version = "0.5.0"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
565
+ dependencies = [
566
+ "libc",
567
+ "option-ext",
568
+ "redox_users",
569
+ "windows-sys 0.61.2",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "dispatch2"
574
+ version = "0.3.1"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
577
+ dependencies = [
578
+ "bitflags 2.13.0",
579
+ "block2",
580
+ "libc",
581
+ "objc2",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "displaydoc"
586
+ version = "0.2.6"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
589
+ dependencies = [
590
+ "proc-macro2",
591
+ "quote",
592
+ "syn 2.0.118",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "dlopen2"
597
+ version = "0.8.2"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4"
600
+ dependencies = [
601
+ "dlopen2_derive",
602
+ "libc",
603
+ "once_cell",
604
+ "winapi",
605
+ ]
606
+
607
+ [[package]]
608
+ name = "dlopen2_derive"
609
+ version = "0.4.3"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f"
612
+ dependencies = [
613
+ "proc-macro2",
614
+ "quote",
615
+ "syn 2.0.118",
616
+ ]
617
+
618
+ [[package]]
619
+ name = "dom_query"
620
+ version = "0.27.0"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "521e380c0c8afb8d9a1e83a1822ee03556fc3e3e7dbc1fd30be14e37f9cb3f89"
623
+ dependencies = [
624
+ "bit-set",
625
+ "cssparser",
626
+ "foldhash",
627
+ "html5ever",
628
+ "precomputed-hash",
629
+ "selectors",
630
+ "tendril",
631
+ ]
632
+
633
+ [[package]]
634
+ name = "dpi"
635
+ version = "0.1.2"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
638
+ dependencies = [
639
+ "serde",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "dtoa"
644
+ version = "1.0.11"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590"
647
+
648
+ [[package]]
649
+ name = "dtoa-short"
650
+ version = "0.3.5"
651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
652
+ checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
653
+ dependencies = [
654
+ "dtoa",
655
+ ]
656
+
657
+ [[package]]
658
+ name = "dtor"
659
+ version = "0.3.0"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "f1057d6c64987086ff8ed0fd3fbf377a6b7d205cc7715868cd401705f715cbe4"
662
+ dependencies = [
663
+ "dtor-proc-macro",
664
+ ]
665
+
666
+ [[package]]
667
+ name = "dtor-proc-macro"
668
+ version = "0.0.6"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
671
+
672
+ [[package]]
673
+ name = "dunce"
674
+ version = "1.0.5"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
677
+
678
+ [[package]]
679
+ name = "dyn-clone"
680
+ version = "1.0.20"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
683
+
684
+ [[package]]
685
+ name = "embed-resource"
686
+ version = "3.0.11"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "fbfdaacccebec3b28e4866b8973543c7647797db5ada1bdab552e48fe665fbbd"
689
+ dependencies = [
690
+ "cc",
691
+ "memchr",
692
+ "rustc_version",
693
+ "toml 1.1.2+spec-1.1.0",
694
+ "vswhom",
695
+ "winreg",
696
+ ]
697
+
698
+ [[package]]
699
+ name = "embed_plist"
700
+ version = "1.2.2"
701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
702
+ checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
703
+
704
+ [[package]]
705
+ name = "equivalent"
706
+ version = "1.0.2"
707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
708
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
709
+
710
+ [[package]]
711
+ name = "erased-serde"
712
+ version = "0.4.10"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
715
+ dependencies = [
716
+ "serde",
717
+ "serde_core",
718
+ "typeid",
719
+ ]
720
+
721
+ [[package]]
722
+ name = "fastrand"
723
+ version = "2.4.1"
724
+ source = "registry+https://github.com/rust-lang/crates.io-index"
725
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
726
+
727
+ [[package]]
728
+ name = "fdeflate"
729
+ version = "0.3.7"
730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
731
+ checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
732
+ dependencies = [
733
+ "simd-adler32",
734
+ ]
735
+
736
+ [[package]]
737
+ name = "field-offset"
738
+ version = "0.3.6"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
741
+ dependencies = [
742
+ "memoffset",
743
+ "rustc_version",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "find-msvc-tools"
748
+ version = "0.1.9"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
751
+
752
+ [[package]]
753
+ name = "flate2"
754
+ version = "1.1.9"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
757
+ dependencies = [
758
+ "crc32fast",
759
+ "miniz_oxide",
760
+ ]
761
+
762
+ [[package]]
763
+ name = "fnv"
764
+ version = "1.0.7"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
767
+
768
+ [[package]]
769
+ name = "foldhash"
770
+ version = "0.2.0"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
773
+
774
+ [[package]]
775
+ name = "foreign-types"
776
+ version = "0.5.0"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
779
+ dependencies = [
780
+ "foreign-types-macros",
781
+ "foreign-types-shared",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "foreign-types-macros"
786
+ version = "0.2.3"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
789
+ dependencies = [
790
+ "proc-macro2",
791
+ "quote",
792
+ "syn 2.0.118",
793
+ ]
794
+
795
+ [[package]]
796
+ name = "foreign-types-shared"
797
+ version = "0.3.1"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
800
+
801
+ [[package]]
802
+ name = "form_urlencoded"
803
+ version = "1.2.2"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
806
+ dependencies = [
807
+ "percent-encoding",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "futures-channel"
812
+ version = "0.3.32"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
815
+ dependencies = [
816
+ "futures-core",
817
+ ]
818
+
819
+ [[package]]
820
+ name = "futures-core"
821
+ version = "0.3.32"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
824
+
825
+ [[package]]
826
+ name = "futures-executor"
827
+ version = "0.3.32"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
830
+ dependencies = [
831
+ "futures-core",
832
+ "futures-task",
833
+ "futures-util",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "futures-io"
838
+ version = "0.3.32"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
841
+
842
+ [[package]]
843
+ name = "futures-macro"
844
+ version = "0.3.32"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
847
+ dependencies = [
848
+ "proc-macro2",
849
+ "quote",
850
+ "syn 2.0.118",
851
+ ]
852
+
853
+ [[package]]
854
+ name = "futures-sink"
855
+ version = "0.3.32"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
858
+
859
+ [[package]]
860
+ name = "futures-task"
861
+ version = "0.3.32"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
864
+
865
+ [[package]]
866
+ name = "futures-util"
867
+ version = "0.3.32"
868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
869
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
870
+ dependencies = [
871
+ "futures-core",
872
+ "futures-io",
873
+ "futures-macro",
874
+ "futures-sink",
875
+ "futures-task",
876
+ "memchr",
877
+ "pin-project-lite",
878
+ "slab",
879
+ ]
880
+
881
+ [[package]]
882
+ name = "gdk"
883
+ version = "0.18.2"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
886
+ dependencies = [
887
+ "cairo-rs",
888
+ "gdk-pixbuf",
889
+ "gdk-sys",
890
+ "gio",
891
+ "glib",
892
+ "libc",
893
+ "pango",
894
+ ]
895
+
896
+ [[package]]
897
+ name = "gdk-pixbuf"
898
+ version = "0.18.5"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
901
+ dependencies = [
902
+ "gdk-pixbuf-sys",
903
+ "gio",
904
+ "glib",
905
+ "libc",
906
+ "once_cell",
907
+ ]
908
+
909
+ [[package]]
910
+ name = "gdk-pixbuf-sys"
911
+ version = "0.18.0"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
914
+ dependencies = [
915
+ "gio-sys",
916
+ "glib-sys",
917
+ "gobject-sys",
918
+ "libc",
919
+ "system-deps",
920
+ ]
921
+
922
+ [[package]]
923
+ name = "gdk-sys"
924
+ version = "0.18.2"
925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
926
+ checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
927
+ dependencies = [
928
+ "cairo-sys-rs",
929
+ "gdk-pixbuf-sys",
930
+ "gio-sys",
931
+ "glib-sys",
932
+ "gobject-sys",
933
+ "libc",
934
+ "pango-sys",
935
+ "pkg-config",
936
+ "system-deps",
937
+ ]
938
+
939
+ [[package]]
940
+ name = "gdkwayland-sys"
941
+ version = "0.18.2"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
944
+ dependencies = [
945
+ "gdk-sys",
946
+ "glib-sys",
947
+ "gobject-sys",
948
+ "libc",
949
+ "pkg-config",
950
+ "system-deps",
951
+ ]
952
+
953
+ [[package]]
954
+ name = "gdkx11"
955
+ version = "0.18.2"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe"
958
+ dependencies = [
959
+ "gdk",
960
+ "gdkx11-sys",
961
+ "gio",
962
+ "glib",
963
+ "libc",
964
+ "x11",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "gdkx11-sys"
969
+ version = "0.18.2"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
972
+ dependencies = [
973
+ "gdk-sys",
974
+ "glib-sys",
975
+ "libc",
976
+ "system-deps",
977
+ "x11",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "generic-array"
982
+ version = "0.14.7"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
985
+ dependencies = [
986
+ "typenum",
987
+ "version_check",
988
+ ]
989
+
990
+ [[package]]
991
+ name = "getrandom"
992
+ version = "0.2.17"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
995
+ dependencies = [
996
+ "cfg-if",
997
+ "libc",
998
+ "wasi",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "getrandom"
1003
+ version = "0.3.4"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1006
+ dependencies = [
1007
+ "cfg-if",
1008
+ "libc",
1009
+ "r-efi 5.3.0",
1010
+ "wasip2",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "getrandom"
1015
+ version = "0.4.3"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
1018
+ dependencies = [
1019
+ "cfg-if",
1020
+ "libc",
1021
+ "r-efi 6.0.0",
1022
+ ]
1023
+
1024
+ [[package]]
1025
+ name = "gio"
1026
+ version = "0.18.4"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
1029
+ dependencies = [
1030
+ "futures-channel",
1031
+ "futures-core",
1032
+ "futures-io",
1033
+ "futures-util",
1034
+ "gio-sys",
1035
+ "glib",
1036
+ "libc",
1037
+ "once_cell",
1038
+ "pin-project-lite",
1039
+ "smallvec",
1040
+ "thiserror 1.0.69",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "gio-sys"
1045
+ version = "0.18.1"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
1048
+ dependencies = [
1049
+ "glib-sys",
1050
+ "gobject-sys",
1051
+ "libc",
1052
+ "system-deps",
1053
+ "winapi",
1054
+ ]
1055
+
1056
+ [[package]]
1057
+ name = "glib"
1058
+ version = "0.18.5"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
1061
+ dependencies = [
1062
+ "bitflags 2.13.0",
1063
+ "futures-channel",
1064
+ "futures-core",
1065
+ "futures-executor",
1066
+ "futures-task",
1067
+ "futures-util",
1068
+ "gio-sys",
1069
+ "glib-macros",
1070
+ "glib-sys",
1071
+ "gobject-sys",
1072
+ "libc",
1073
+ "memchr",
1074
+ "once_cell",
1075
+ "smallvec",
1076
+ "thiserror 1.0.69",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "glib-macros"
1081
+ version = "0.18.5"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
1084
+ dependencies = [
1085
+ "heck 0.4.1",
1086
+ "proc-macro-crate 2.0.2",
1087
+ "proc-macro-error",
1088
+ "proc-macro2",
1089
+ "quote",
1090
+ "syn 2.0.118",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "glib-sys"
1095
+ version = "0.18.1"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
1098
+ dependencies = [
1099
+ "libc",
1100
+ "system-deps",
1101
+ ]
1102
+
1103
+ [[package]]
1104
+ name = "glob"
1105
+ version = "0.3.3"
1106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1107
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1108
+
1109
+ [[package]]
1110
+ name = "gobject-sys"
1111
+ version = "0.18.0"
1112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+ checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
1114
+ dependencies = [
1115
+ "glib-sys",
1116
+ "libc",
1117
+ "system-deps",
1118
+ ]
1119
+
1120
+ [[package]]
1121
+ name = "gtk"
1122
+ version = "0.18.2"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
1125
+ dependencies = [
1126
+ "atk",
1127
+ "cairo-rs",
1128
+ "field-offset",
1129
+ "futures-channel",
1130
+ "gdk",
1131
+ "gdk-pixbuf",
1132
+ "gio",
1133
+ "glib",
1134
+ "gtk-sys",
1135
+ "gtk3-macros",
1136
+ "libc",
1137
+ "pango",
1138
+ "pkg-config",
1139
+ ]
1140
+
1141
+ [[package]]
1142
+ name = "gtk-sys"
1143
+ version = "0.18.2"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
1146
+ dependencies = [
1147
+ "atk-sys",
1148
+ "cairo-sys-rs",
1149
+ "gdk-pixbuf-sys",
1150
+ "gdk-sys",
1151
+ "gio-sys",
1152
+ "glib-sys",
1153
+ "gobject-sys",
1154
+ "libc",
1155
+ "pango-sys",
1156
+ "system-deps",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "gtk3-macros"
1161
+ version = "0.18.2"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
1164
+ dependencies = [
1165
+ "proc-macro-crate 1.3.1",
1166
+ "proc-macro-error",
1167
+ "proc-macro2",
1168
+ "quote",
1169
+ "syn 2.0.118",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "hashbrown"
1174
+ version = "0.12.3"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1177
+
1178
+ [[package]]
1179
+ name = "hashbrown"
1180
+ version = "0.17.1"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1183
+
1184
+ [[package]]
1185
+ name = "heck"
1186
+ version = "0.4.1"
1187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1189
+
1190
+ [[package]]
1191
+ name = "heck"
1192
+ version = "0.5.0"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1195
+
1196
+ [[package]]
1197
+ name = "hex"
1198
+ version = "0.4.3"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1201
+
1202
+ [[package]]
1203
+ name = "html5ever"
1204
+ version = "0.38.0"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2"
1207
+ dependencies = [
1208
+ "log",
1209
+ "markup5ever",
1210
+ ]
1211
+
1212
+ [[package]]
1213
+ name = "http"
1214
+ version = "1.4.2"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
1217
+ dependencies = [
1218
+ "bytes",
1219
+ "itoa",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "http-body"
1224
+ version = "1.0.1"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1227
+ dependencies = [
1228
+ "bytes",
1229
+ "http",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "http-body-util"
1234
+ version = "0.1.3"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1237
+ dependencies = [
1238
+ "bytes",
1239
+ "futures-core",
1240
+ "http",
1241
+ "http-body",
1242
+ "pin-project-lite",
1243
+ ]
1244
+
1245
+ [[package]]
1246
+ name = "httparse"
1247
+ version = "1.10.1"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1250
+
1251
+ [[package]]
1252
+ name = "hyper"
1253
+ version = "1.10.1"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
1256
+ dependencies = [
1257
+ "atomic-waker",
1258
+ "bytes",
1259
+ "futures-channel",
1260
+ "futures-core",
1261
+ "http",
1262
+ "http-body",
1263
+ "httparse",
1264
+ "itoa",
1265
+ "pin-project-lite",
1266
+ "smallvec",
1267
+ "tokio",
1268
+ "want",
1269
+ ]
1270
+
1271
+ [[package]]
1272
+ name = "hyper-util"
1273
+ version = "0.1.20"
1274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1275
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1276
+ dependencies = [
1277
+ "base64 0.22.1",
1278
+ "bytes",
1279
+ "futures-channel",
1280
+ "futures-util",
1281
+ "http",
1282
+ "http-body",
1283
+ "hyper",
1284
+ "ipnet",
1285
+ "libc",
1286
+ "percent-encoding",
1287
+ "pin-project-lite",
1288
+ "socket2",
1289
+ "tokio",
1290
+ "tower-service",
1291
+ "tracing",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "iana-time-zone"
1296
+ version = "0.1.65"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1299
+ dependencies = [
1300
+ "android_system_properties",
1301
+ "core-foundation-sys",
1302
+ "iana-time-zone-haiku",
1303
+ "js-sys",
1304
+ "log",
1305
+ "wasm-bindgen",
1306
+ "windows-core 0.62.2",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "iana-time-zone-haiku"
1311
+ version = "0.1.2"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1314
+ dependencies = [
1315
+ "cc",
1316
+ ]
1317
+
1318
+ [[package]]
1319
+ name = "ico"
1320
+ version = "0.5.0"
1321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1322
+ checksum = "3e795dff5605e0f04bff85ca41b51a96b83e80b281e96231bcaaf1ac35103371"
1323
+ dependencies = [
1324
+ "byteorder",
1325
+ "png 0.17.16",
1326
+ ]
1327
+
1328
+ [[package]]
1329
+ name = "icu_collections"
1330
+ version = "2.2.0"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1333
+ dependencies = [
1334
+ "displaydoc",
1335
+ "potential_utf",
1336
+ "utf8_iter",
1337
+ "yoke",
1338
+ "zerofrom",
1339
+ "zerovec",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "icu_locale_core"
1344
+ version = "2.2.0"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1347
+ dependencies = [
1348
+ "displaydoc",
1349
+ "litemap",
1350
+ "tinystr",
1351
+ "writeable",
1352
+ "zerovec",
1353
+ ]
1354
+
1355
+ [[package]]
1356
+ name = "icu_normalizer"
1357
+ version = "2.2.0"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1360
+ dependencies = [
1361
+ "icu_collections",
1362
+ "icu_normalizer_data",
1363
+ "icu_properties",
1364
+ "icu_provider",
1365
+ "smallvec",
1366
+ "zerovec",
1367
+ ]
1368
+
1369
+ [[package]]
1370
+ name = "icu_normalizer_data"
1371
+ version = "2.2.0"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1374
+
1375
+ [[package]]
1376
+ name = "icu_properties"
1377
+ version = "2.2.0"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1380
+ dependencies = [
1381
+ "icu_collections",
1382
+ "icu_locale_core",
1383
+ "icu_properties_data",
1384
+ "icu_provider",
1385
+ "zerotrie",
1386
+ "zerovec",
1387
+ ]
1388
+
1389
+ [[package]]
1390
+ name = "icu_properties_data"
1391
+ version = "2.2.0"
1392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1393
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1394
+
1395
+ [[package]]
1396
+ name = "icu_provider"
1397
+ version = "2.2.0"
1398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1399
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1400
+ dependencies = [
1401
+ "displaydoc",
1402
+ "icu_locale_core",
1403
+ "writeable",
1404
+ "yoke",
1405
+ "zerofrom",
1406
+ "zerotrie",
1407
+ "zerovec",
1408
+ ]
1409
+
1410
+ [[package]]
1411
+ name = "ident_case"
1412
+ version = "1.0.1"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1415
+
1416
+ [[package]]
1417
+ name = "idna"
1418
+ version = "1.1.0"
1419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1420
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1421
+ dependencies = [
1422
+ "idna_adapter",
1423
+ "smallvec",
1424
+ "utf8_iter",
1425
+ ]
1426
+
1427
+ [[package]]
1428
+ name = "idna_adapter"
1429
+ version = "1.2.2"
1430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1431
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1432
+ dependencies = [
1433
+ "icu_normalizer",
1434
+ "icu_properties",
1435
+ ]
1436
+
1437
+ [[package]]
1438
+ name = "indexmap"
1439
+ version = "1.9.3"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1442
+ dependencies = [
1443
+ "autocfg",
1444
+ "hashbrown 0.12.3",
1445
+ "serde",
1446
+ ]
1447
+
1448
+ [[package]]
1449
+ name = "indexmap"
1450
+ version = "2.14.0"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1453
+ dependencies = [
1454
+ "equivalent",
1455
+ "hashbrown 0.17.1",
1456
+ "serde",
1457
+ "serde_core",
1458
+ ]
1459
+
1460
+ [[package]]
1461
+ name = "infer"
1462
+ version = "0.19.0"
1463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1464
+ checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
1465
+ dependencies = [
1466
+ "cfb",
1467
+ ]
1468
+
1469
+ [[package]]
1470
+ name = "ipnet"
1471
+ version = "2.12.0"
1472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1474
+
1475
+ [[package]]
1476
+ name = "itoa"
1477
+ version = "1.0.18"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1480
+
1481
+ [[package]]
1482
+ name = "javascriptcore-rs"
1483
+ version = "1.1.2"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
1486
+ dependencies = [
1487
+ "bitflags 1.3.2",
1488
+ "glib",
1489
+ "javascriptcore-rs-sys",
1490
+ ]
1491
+
1492
+ [[package]]
1493
+ name = "javascriptcore-rs-sys"
1494
+ version = "1.1.1"
1495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1496
+ checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
1497
+ dependencies = [
1498
+ "glib-sys",
1499
+ "gobject-sys",
1500
+ "libc",
1501
+ "system-deps",
1502
+ ]
1503
+
1504
+ [[package]]
1505
+ name = "jni"
1506
+ version = "0.21.1"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1509
+ dependencies = [
1510
+ "cesu8",
1511
+ "cfg-if",
1512
+ "combine",
1513
+ "jni-sys 0.3.1",
1514
+ "log",
1515
+ "thiserror 1.0.69",
1516
+ "walkdir",
1517
+ "windows-sys 0.45.0",
1518
+ ]
1519
+
1520
+ [[package]]
1521
+ name = "jni-sys"
1522
+ version = "0.3.1"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
1525
+ dependencies = [
1526
+ "jni-sys 0.4.1",
1527
+ ]
1528
+
1529
+ [[package]]
1530
+ name = "jni-sys"
1531
+ version = "0.4.1"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1534
+ dependencies = [
1535
+ "jni-sys-macros",
1536
+ ]
1537
+
1538
+ [[package]]
1539
+ name = "jni-sys-macros"
1540
+ version = "0.4.1"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1543
+ dependencies = [
1544
+ "quote",
1545
+ "syn 2.0.118",
1546
+ ]
1547
+
1548
+ [[package]]
1549
+ name = "js-sys"
1550
+ version = "0.3.103"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1553
+ dependencies = [
1554
+ "cfg-if",
1555
+ "futures-util",
1556
+ "wasm-bindgen",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "json-patch"
1561
+ version = "3.0.1"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
1564
+ dependencies = [
1565
+ "jsonptr",
1566
+ "serde",
1567
+ "serde_json",
1568
+ "thiserror 1.0.69",
1569
+ ]
1570
+
1571
+ [[package]]
1572
+ name = "jsonptr"
1573
+ version = "0.6.3"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
1576
+ dependencies = [
1577
+ "serde",
1578
+ "serde_json",
1579
+ ]
1580
+
1581
+ [[package]]
1582
+ name = "keyboard-types"
1583
+ version = "0.7.0"
1584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1585
+ checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
1586
+ dependencies = [
1587
+ "bitflags 2.13.0",
1588
+ "serde",
1589
+ "unicode-segmentation",
1590
+ ]
1591
+
1592
+ [[package]]
1593
+ name = "libappindicator"
1594
+ version = "0.9.0"
1595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1596
+ checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
1597
+ dependencies = [
1598
+ "glib",
1599
+ "gtk",
1600
+ "gtk-sys",
1601
+ "libappindicator-sys",
1602
+ "log",
1603
+ ]
1604
+
1605
+ [[package]]
1606
+ name = "libappindicator-sys"
1607
+ version = "0.9.0"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
1610
+ dependencies = [
1611
+ "gtk-sys",
1612
+ "libloading",
1613
+ "once_cell",
1614
+ ]
1615
+
1616
+ [[package]]
1617
+ name = "libc"
1618
+ version = "0.2.186"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1621
+
1622
+ [[package]]
1623
+ name = "libdbus-sys"
1624
+ version = "0.2.7"
1625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1626
+ checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043"
1627
+ dependencies = [
1628
+ "pkg-config",
1629
+ ]
1630
+
1631
+ [[package]]
1632
+ name = "libloading"
1633
+ version = "0.7.4"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
1636
+ dependencies = [
1637
+ "cfg-if",
1638
+ "winapi",
1639
+ ]
1640
+
1641
+ [[package]]
1642
+ name = "libredox"
1643
+ version = "0.1.18"
1644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+ checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
1646
+ dependencies = [
1647
+ "libc",
1648
+ ]
1649
+
1650
+ [[package]]
1651
+ name = "litemap"
1652
+ version = "0.8.2"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1655
+
1656
+ [[package]]
1657
+ name = "lock_api"
1658
+ version = "0.4.14"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1661
+ dependencies = [
1662
+ "scopeguard",
1663
+ ]
1664
+
1665
+ [[package]]
1666
+ name = "log"
1667
+ version = "0.4.33"
1668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1669
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1670
+
1671
+ [[package]]
1672
+ name = "markup5ever"
1673
+ version = "0.38.0"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862"
1676
+ dependencies = [
1677
+ "log",
1678
+ "tendril",
1679
+ "web_atoms",
1680
+ ]
1681
+
1682
+ [[package]]
1683
+ name = "memchr"
1684
+ version = "2.8.2"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1687
+
1688
+ [[package]]
1689
+ name = "memoffset"
1690
+ version = "0.9.1"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1693
+ dependencies = [
1694
+ "autocfg",
1695
+ ]
1696
+
1697
+ [[package]]
1698
+ name = "mime"
1699
+ version = "0.3.17"
1700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1701
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1702
+
1703
+ [[package]]
1704
+ name = "miniz_oxide"
1705
+ version = "0.8.9"
1706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1707
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1708
+ dependencies = [
1709
+ "adler2",
1710
+ "simd-adler32",
1711
+ ]
1712
+
1713
+ [[package]]
1714
+ name = "mio"
1715
+ version = "1.2.1"
1716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1718
+ dependencies = [
1719
+ "libc",
1720
+ "wasi",
1721
+ "windows-sys 0.61.2",
1722
+ ]
1723
+
1724
+ [[package]]
1725
+ name = "muda"
1726
+ version = "0.19.3"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "1dd04e60bc0b07438a6771710ee1698f98f6ebbc7f89b61264af1563b8aeb878"
1729
+ dependencies = [
1730
+ "crossbeam-channel",
1731
+ "dpi",
1732
+ "gtk",
1733
+ "keyboard-types",
1734
+ "objc2",
1735
+ "objc2-app-kit",
1736
+ "objc2-core-foundation",
1737
+ "objc2-foundation",
1738
+ "once_cell",
1739
+ "png 0.18.1",
1740
+ "serde",
1741
+ "thiserror 2.0.18",
1742
+ "windows-sys 0.61.2",
1743
+ ]
1744
+
1745
+ [[package]]
1746
+ name = "ndk"
1747
+ version = "0.9.0"
1748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1749
+ checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
1750
+ dependencies = [
1751
+ "bitflags 2.13.0",
1752
+ "jni-sys 0.3.1",
1753
+ "log",
1754
+ "ndk-sys",
1755
+ "num_enum",
1756
+ "raw-window-handle",
1757
+ "thiserror 1.0.69",
1758
+ ]
1759
+
1760
+ [[package]]
1761
+ name = "ndk-sys"
1762
+ version = "0.6.0+11769913"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
1765
+ dependencies = [
1766
+ "jni-sys 0.3.1",
1767
+ ]
1768
+
1769
+ [[package]]
1770
+ name = "new_debug_unreachable"
1771
+ version = "1.0.6"
1772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1774
+
1775
+ [[package]]
1776
+ name = "num-conv"
1777
+ version = "0.2.2"
1778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1780
+
1781
+ [[package]]
1782
+ name = "num-traits"
1783
+ version = "0.2.19"
1784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1785
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1786
+ dependencies = [
1787
+ "autocfg",
1788
+ ]
1789
+
1790
+ [[package]]
1791
+ name = "num_enum"
1792
+ version = "0.7.6"
1793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1794
+ checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
1795
+ dependencies = [
1796
+ "num_enum_derive",
1797
+ "rustversion",
1798
+ ]
1799
+
1800
+ [[package]]
1801
+ name = "num_enum_derive"
1802
+ version = "0.7.6"
1803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1804
+ checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
1805
+ dependencies = [
1806
+ "proc-macro-crate 3.5.0",
1807
+ "proc-macro2",
1808
+ "quote",
1809
+ "syn 2.0.118",
1810
+ ]
1811
+
1812
+ [[package]]
1813
+ name = "objc2"
1814
+ version = "0.6.4"
1815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1816
+ checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
1817
+ dependencies = [
1818
+ "objc2-encode",
1819
+ "objc2-exception-helper",
1820
+ ]
1821
+
1822
+ [[package]]
1823
+ name = "objc2-app-kit"
1824
+ version = "0.3.2"
1825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+ checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
1827
+ dependencies = [
1828
+ "bitflags 2.13.0",
1829
+ "block2",
1830
+ "objc2",
1831
+ "objc2-core-foundation",
1832
+ "objc2-foundation",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "objc2-cloud-kit"
1837
+ version = "0.3.2"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
1840
+ dependencies = [
1841
+ "bitflags 2.13.0",
1842
+ "objc2",
1843
+ "objc2-foundation",
1844
+ ]
1845
+
1846
+ [[package]]
1847
+ name = "objc2-core-data"
1848
+ version = "0.3.2"
1849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+ checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
1851
+ dependencies = [
1852
+ "objc2",
1853
+ "objc2-foundation",
1854
+ ]
1855
+
1856
+ [[package]]
1857
+ name = "objc2-core-foundation"
1858
+ version = "0.3.2"
1859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1860
+ checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
1861
+ dependencies = [
1862
+ "bitflags 2.13.0",
1863
+ "dispatch2",
1864
+ "objc2",
1865
+ ]
1866
+
1867
+ [[package]]
1868
+ name = "objc2-core-graphics"
1869
+ version = "0.3.2"
1870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+ checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
1872
+ dependencies = [
1873
+ "bitflags 2.13.0",
1874
+ "dispatch2",
1875
+ "objc2",
1876
+ "objc2-core-foundation",
1877
+ "objc2-io-surface",
1878
+ ]
1879
+
1880
+ [[package]]
1881
+ name = "objc2-core-image"
1882
+ version = "0.3.2"
1883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1884
+ checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
1885
+ dependencies = [
1886
+ "objc2",
1887
+ "objc2-foundation",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "objc2-core-location"
1892
+ version = "0.3.2"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009"
1895
+ dependencies = [
1896
+ "objc2",
1897
+ "objc2-foundation",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "objc2-core-text"
1902
+ version = "0.3.2"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
1905
+ dependencies = [
1906
+ "bitflags 2.13.0",
1907
+ "objc2",
1908
+ "objc2-core-foundation",
1909
+ "objc2-core-graphics",
1910
+ ]
1911
+
1912
+ [[package]]
1913
+ name = "objc2-encode"
1914
+ version = "4.1.0"
1915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1916
+ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
1917
+
1918
+ [[package]]
1919
+ name = "objc2-exception-helper"
1920
+ version = "0.1.1"
1921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+ checksum = "c7a1c5fbb72d7735b076bb47b578523aedc40f3c439bea6dfd595c089d79d98a"
1923
+ dependencies = [
1924
+ "cc",
1925
+ ]
1926
+
1927
+ [[package]]
1928
+ name = "objc2-foundation"
1929
+ version = "0.3.2"
1930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+ checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
1932
+ dependencies = [
1933
+ "bitflags 2.13.0",
1934
+ "block2",
1935
+ "objc2",
1936
+ "objc2-core-foundation",
1937
+ ]
1938
+
1939
+ [[package]]
1940
+ name = "objc2-io-surface"
1941
+ version = "0.3.2"
1942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1943
+ checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
1944
+ dependencies = [
1945
+ "bitflags 2.13.0",
1946
+ "objc2",
1947
+ "objc2-core-foundation",
1948
+ ]
1949
+
1950
+ [[package]]
1951
+ name = "objc2-quartz-core"
1952
+ version = "0.3.2"
1953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1954
+ checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
1955
+ dependencies = [
1956
+ "bitflags 2.13.0",
1957
+ "objc2",
1958
+ "objc2-core-foundation",
1959
+ "objc2-foundation",
1960
+ ]
1961
+
1962
+ [[package]]
1963
+ name = "objc2-ui-kit"
1964
+ version = "0.3.2"
1965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1966
+ checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
1967
+ dependencies = [
1968
+ "bitflags 2.13.0",
1969
+ "block2",
1970
+ "objc2",
1971
+ "objc2-cloud-kit",
1972
+ "objc2-core-data",
1973
+ "objc2-core-foundation",
1974
+ "objc2-core-graphics",
1975
+ "objc2-core-image",
1976
+ "objc2-core-location",
1977
+ "objc2-core-text",
1978
+ "objc2-foundation",
1979
+ "objc2-quartz-core",
1980
+ "objc2-user-notifications",
1981
+ ]
1982
+
1983
+ [[package]]
1984
+ name = "objc2-user-notifications"
1985
+ version = "0.3.2"
1986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1987
+ checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e"
1988
+ dependencies = [
1989
+ "objc2",
1990
+ "objc2-foundation",
1991
+ ]
1992
+
1993
+ [[package]]
1994
+ name = "objc2-web-kit"
1995
+ version = "0.3.2"
1996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1997
+ checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
1998
+ dependencies = [
1999
+ "bitflags 2.13.0",
2000
+ "block2",
2001
+ "objc2",
2002
+ "objc2-app-kit",
2003
+ "objc2-core-foundation",
2004
+ "objc2-foundation",
2005
+ ]
2006
+
2007
+ [[package]]
2008
+ name = "once_cell"
2009
+ version = "1.21.4"
2010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2011
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
2012
+
2013
+ [[package]]
2014
+ name = "option-ext"
2015
+ version = "0.2.0"
2016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2017
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2018
+
2019
+ [[package]]
2020
+ name = "pango"
2021
+ version = "0.18.3"
2022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2023
+ checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
2024
+ dependencies = [
2025
+ "gio",
2026
+ "glib",
2027
+ "libc",
2028
+ "once_cell",
2029
+ "pango-sys",
2030
+ ]
2031
+
2032
+ [[package]]
2033
+ name = "pango-sys"
2034
+ version = "0.18.0"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
2037
+ dependencies = [
2038
+ "glib-sys",
2039
+ "gobject-sys",
2040
+ "libc",
2041
+ "system-deps",
2042
+ ]
2043
+
2044
+ [[package]]
2045
+ name = "parking_lot"
2046
+ version = "0.12.5"
2047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2048
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2049
+ dependencies = [
2050
+ "lock_api",
2051
+ "parking_lot_core",
2052
+ ]
2053
+
2054
+ [[package]]
2055
+ name = "parking_lot_core"
2056
+ version = "0.9.12"
2057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2058
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2059
+ dependencies = [
2060
+ "cfg-if",
2061
+ "libc",
2062
+ "redox_syscall",
2063
+ "smallvec",
2064
+ "windows-link 0.2.1",
2065
+ ]
2066
+
2067
+ [[package]]
2068
+ name = "percent-encoding"
2069
+ version = "2.3.2"
2070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2071
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2072
+
2073
+ [[package]]
2074
+ name = "phf"
2075
+ version = "0.13.1"
2076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2077
+ checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
2078
+ dependencies = [
2079
+ "phf_macros",
2080
+ "phf_shared",
2081
+ "serde",
2082
+ ]
2083
+
2084
+ [[package]]
2085
+ name = "phf_codegen"
2086
+ version = "0.13.1"
2087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+ checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
2089
+ dependencies = [
2090
+ "phf_generator",
2091
+ "phf_shared",
2092
+ ]
2093
+
2094
+ [[package]]
2095
+ name = "phf_generator"
2096
+ version = "0.13.1"
2097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2098
+ checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
2099
+ dependencies = [
2100
+ "fastrand",
2101
+ "phf_shared",
2102
+ ]
2103
+
2104
+ [[package]]
2105
+ name = "phf_macros"
2106
+ version = "0.13.1"
2107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2108
+ checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef"
2109
+ dependencies = [
2110
+ "phf_generator",
2111
+ "phf_shared",
2112
+ "proc-macro2",
2113
+ "quote",
2114
+ "syn 2.0.118",
2115
+ ]
2116
+
2117
+ [[package]]
2118
+ name = "phf_shared"
2119
+ version = "0.13.1"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
2122
+ dependencies = [
2123
+ "siphasher",
2124
+ ]
2125
+
2126
+ [[package]]
2127
+ name = "pin-project-lite"
2128
+ version = "0.2.17"
2129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2130
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2131
+
2132
+ [[package]]
2133
+ name = "pkg-config"
2134
+ version = "0.3.33"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
2137
+
2138
+ [[package]]
2139
+ name = "plist"
2140
+ version = "1.9.0"
2141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2142
+ checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1"
2143
+ dependencies = [
2144
+ "base64 0.22.1",
2145
+ "indexmap 2.14.0",
2146
+ "quick-xml",
2147
+ "serde",
2148
+ "time",
2149
+ ]
2150
+
2151
+ [[package]]
2152
+ name = "png"
2153
+ version = "0.17.16"
2154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2155
+ checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2156
+ dependencies = [
2157
+ "bitflags 1.3.2",
2158
+ "crc32fast",
2159
+ "fdeflate",
2160
+ "flate2",
2161
+ "miniz_oxide",
2162
+ ]
2163
+
2164
+ [[package]]
2165
+ name = "png"
2166
+ version = "0.18.1"
2167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+ checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
2169
+ dependencies = [
2170
+ "bitflags 2.13.0",
2171
+ "crc32fast",
2172
+ "fdeflate",
2173
+ "flate2",
2174
+ "miniz_oxide",
2175
+ ]
2176
+
2177
+ [[package]]
2178
+ name = "potential_utf"
2179
+ version = "0.1.5"
2180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2182
+ dependencies = [
2183
+ "zerovec",
2184
+ ]
2185
+
2186
+ [[package]]
2187
+ name = "powerfmt"
2188
+ version = "0.2.0"
2189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2190
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2191
+
2192
+ [[package]]
2193
+ name = "precomputed-hash"
2194
+ version = "0.1.1"
2195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2196
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2197
+
2198
+ [[package]]
2199
+ name = "proc-macro-crate"
2200
+ version = "1.3.1"
2201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2202
+ checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2203
+ dependencies = [
2204
+ "once_cell",
2205
+ "toml_edit 0.19.15",
2206
+ ]
2207
+
2208
+ [[package]]
2209
+ name = "proc-macro-crate"
2210
+ version = "2.0.2"
2211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2212
+ checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
2213
+ dependencies = [
2214
+ "toml_datetime 0.6.3",
2215
+ "toml_edit 0.20.2",
2216
+ ]
2217
+
2218
+ [[package]]
2219
+ name = "proc-macro-crate"
2220
+ version = "3.5.0"
2221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2222
+ checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
2223
+ dependencies = [
2224
+ "toml_edit 0.25.12+spec-1.1.0",
2225
+ ]
2226
+
2227
+ [[package]]
2228
+ name = "proc-macro-error"
2229
+ version = "1.0.4"
2230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2232
+ dependencies = [
2233
+ "proc-macro-error-attr",
2234
+ "proc-macro2",
2235
+ "quote",
2236
+ "syn 1.0.109",
2237
+ "version_check",
2238
+ ]
2239
+
2240
+ [[package]]
2241
+ name = "proc-macro-error-attr"
2242
+ version = "1.0.4"
2243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2244
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2245
+ dependencies = [
2246
+ "proc-macro2",
2247
+ "quote",
2248
+ "version_check",
2249
+ ]
2250
+
2251
+ [[package]]
2252
+ name = "proc-macro2"
2253
+ version = "1.0.106"
2254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2255
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2256
+ dependencies = [
2257
+ "unicode-ident",
2258
+ ]
2259
+
2260
+ [[package]]
2261
+ name = "quick-xml"
2262
+ version = "0.39.4"
2263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2264
+ checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
2265
+ dependencies = [
2266
+ "memchr",
2267
+ ]
2268
+
2269
+ [[package]]
2270
+ name = "quote"
2271
+ version = "1.0.46"
2272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2273
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
2274
+ dependencies = [
2275
+ "proc-macro2",
2276
+ ]
2277
+
2278
+ [[package]]
2279
+ name = "r-efi"
2280
+ version = "5.3.0"
2281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2282
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2283
+
2284
+ [[package]]
2285
+ name = "r-efi"
2286
+ version = "6.0.0"
2287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2288
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2289
+
2290
+ [[package]]
2291
+ name = "raw-window-handle"
2292
+ version = "0.6.2"
2293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2294
+ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2295
+
2296
+ [[package]]
2297
+ name = "redox_syscall"
2298
+ version = "0.5.18"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2301
+ dependencies = [
2302
+ "bitflags 2.13.0",
2303
+ ]
2304
+
2305
+ [[package]]
2306
+ name = "redox_users"
2307
+ version = "0.5.2"
2308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
2310
+ dependencies = [
2311
+ "getrandom 0.2.17",
2312
+ "libredox",
2313
+ "thiserror 2.0.18",
2314
+ ]
2315
+
2316
+ [[package]]
2317
+ name = "ref-cast"
2318
+ version = "1.0.25"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2321
+ dependencies = [
2322
+ "ref-cast-impl",
2323
+ ]
2324
+
2325
+ [[package]]
2326
+ name = "ref-cast-impl"
2327
+ version = "1.0.25"
2328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2329
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2330
+ dependencies = [
2331
+ "proc-macro2",
2332
+ "quote",
2333
+ "syn 2.0.118",
2334
+ ]
2335
+
2336
+ [[package]]
2337
+ name = "regex"
2338
+ version = "1.12.4"
2339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2340
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
2341
+ dependencies = [
2342
+ "aho-corasick",
2343
+ "memchr",
2344
+ "regex-automata",
2345
+ "regex-syntax",
2346
+ ]
2347
+
2348
+ [[package]]
2349
+ name = "regex-automata"
2350
+ version = "0.4.14"
2351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2352
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2353
+ dependencies = [
2354
+ "aho-corasick",
2355
+ "memchr",
2356
+ "regex-syntax",
2357
+ ]
2358
+
2359
+ [[package]]
2360
+ name = "regex-syntax"
2361
+ version = "0.8.11"
2362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2363
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2364
+
2365
+ [[package]]
2366
+ name = "reqwest"
2367
+ version = "0.13.4"
2368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2369
+ checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
2370
+ dependencies = [
2371
+ "base64 0.22.1",
2372
+ "bytes",
2373
+ "futures-core",
2374
+ "futures-util",
2375
+ "http",
2376
+ "http-body",
2377
+ "http-body-util",
2378
+ "hyper",
2379
+ "hyper-util",
2380
+ "js-sys",
2381
+ "log",
2382
+ "percent-encoding",
2383
+ "pin-project-lite",
2384
+ "serde",
2385
+ "serde_json",
2386
+ "sync_wrapper",
2387
+ "tokio",
2388
+ "tokio-util",
2389
+ "tower",
2390
+ "tower-http",
2391
+ "tower-service",
2392
+ "url",
2393
+ "wasm-bindgen",
2394
+ "wasm-bindgen-futures",
2395
+ "wasm-streams",
2396
+ "web-sys",
2397
+ ]
2398
+
2399
+ [[package]]
2400
+ name = "rustc-hash"
2401
+ version = "2.1.3"
2402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2403
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
2404
+
2405
+ [[package]]
2406
+ name = "rustc_version"
2407
+ version = "0.4.1"
2408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2409
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2410
+ dependencies = [
2411
+ "semver",
2412
+ ]
2413
+
2414
+ [[package]]
2415
+ name = "rustversion"
2416
+ version = "1.0.22"
2417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2418
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2419
+
2420
+ [[package]]
2421
+ name = "same-file"
2422
+ version = "1.0.6"
2423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2424
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2425
+ dependencies = [
2426
+ "winapi-util",
2427
+ ]
2428
+
2429
+ [[package]]
2430
+ name = "schemars"
2431
+ version = "0.8.22"
2432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2433
+ checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
2434
+ dependencies = [
2435
+ "dyn-clone",
2436
+ "indexmap 1.9.3",
2437
+ "schemars_derive",
2438
+ "serde",
2439
+ "serde_json",
2440
+ "url",
2441
+ "uuid",
2442
+ ]
2443
+
2444
+ [[package]]
2445
+ name = "schemars"
2446
+ version = "0.9.0"
2447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2448
+ checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
2449
+ dependencies = [
2450
+ "dyn-clone",
2451
+ "ref-cast",
2452
+ "serde",
2453
+ "serde_json",
2454
+ ]
2455
+
2456
+ [[package]]
2457
+ name = "schemars"
2458
+ version = "1.2.1"
2459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2460
+ checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
2461
+ dependencies = [
2462
+ "dyn-clone",
2463
+ "ref-cast",
2464
+ "serde",
2465
+ "serde_json",
2466
+ ]
2467
+
2468
+ [[package]]
2469
+ name = "schemars_derive"
2470
+ version = "0.8.22"
2471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2472
+ checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
2473
+ dependencies = [
2474
+ "proc-macro2",
2475
+ "quote",
2476
+ "serde_derive_internals",
2477
+ "syn 2.0.118",
2478
+ ]
2479
+
2480
+ [[package]]
2481
+ name = "scopeguard"
2482
+ version = "1.2.0"
2483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2484
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2485
+
2486
+ [[package]]
2487
+ name = "selectors"
2488
+ version = "0.36.1"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c"
2491
+ dependencies = [
2492
+ "bitflags 2.13.0",
2493
+ "cssparser",
2494
+ "derive_more",
2495
+ "log",
2496
+ "new_debug_unreachable",
2497
+ "phf",
2498
+ "phf_codegen",
2499
+ "precomputed-hash",
2500
+ "rustc-hash",
2501
+ "servo_arc",
2502
+ "smallvec",
2503
+ ]
2504
+
2505
+ [[package]]
2506
+ name = "semver"
2507
+ version = "1.0.28"
2508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2509
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2510
+ dependencies = [
2511
+ "serde",
2512
+ "serde_core",
2513
+ ]
2514
+
2515
+ [[package]]
2516
+ name = "serde"
2517
+ version = "1.0.228"
2518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2519
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2520
+ dependencies = [
2521
+ "serde_core",
2522
+ "serde_derive",
2523
+ ]
2524
+
2525
+ [[package]]
2526
+ name = "serde-untagged"
2527
+ version = "0.1.9"
2528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2529
+ checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
2530
+ dependencies = [
2531
+ "erased-serde",
2532
+ "serde",
2533
+ "serde_core",
2534
+ "typeid",
2535
+ ]
2536
+
2537
+ [[package]]
2538
+ name = "serde_core"
2539
+ version = "1.0.228"
2540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2541
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2542
+ dependencies = [
2543
+ "serde_derive",
2544
+ ]
2545
+
2546
+ [[package]]
2547
+ name = "serde_derive"
2548
+ version = "1.0.228"
2549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2550
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2551
+ dependencies = [
2552
+ "proc-macro2",
2553
+ "quote",
2554
+ "syn 2.0.118",
2555
+ ]
2556
+
2557
+ [[package]]
2558
+ name = "serde_derive_internals"
2559
+ version = "0.29.1"
2560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2561
+ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
2562
+ dependencies = [
2563
+ "proc-macro2",
2564
+ "quote",
2565
+ "syn 2.0.118",
2566
+ ]
2567
+
2568
+ [[package]]
2569
+ name = "serde_json"
2570
+ version = "1.0.150"
2571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2572
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2573
+ dependencies = [
2574
+ "itoa",
2575
+ "memchr",
2576
+ "serde",
2577
+ "serde_core",
2578
+ "zmij",
2579
+ ]
2580
+
2581
+ [[package]]
2582
+ name = "serde_repr"
2583
+ version = "0.1.20"
2584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2585
+ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2586
+ dependencies = [
2587
+ "proc-macro2",
2588
+ "quote",
2589
+ "syn 2.0.118",
2590
+ ]
2591
+
2592
+ [[package]]
2593
+ name = "serde_spanned"
2594
+ version = "0.6.9"
2595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2596
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2597
+ dependencies = [
2598
+ "serde",
2599
+ ]
2600
+
2601
+ [[package]]
2602
+ name = "serde_spanned"
2603
+ version = "1.1.1"
2604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
2606
+ dependencies = [
2607
+ "serde_core",
2608
+ ]
2609
+
2610
+ [[package]]
2611
+ name = "serde_with"
2612
+ version = "3.21.0"
2613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2614
+ checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
2615
+ dependencies = [
2616
+ "base64 0.22.1",
2617
+ "bs58",
2618
+ "chrono",
2619
+ "hex",
2620
+ "indexmap 1.9.3",
2621
+ "indexmap 2.14.0",
2622
+ "schemars 0.9.0",
2623
+ "schemars 1.2.1",
2624
+ "serde_core",
2625
+ "serde_json",
2626
+ "serde_with_macros",
2627
+ "time",
2628
+ ]
2629
+
2630
+ [[package]]
2631
+ name = "serde_with_macros"
2632
+ version = "3.21.0"
2633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2634
+ checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
2635
+ dependencies = [
2636
+ "darling",
2637
+ "proc-macro2",
2638
+ "quote",
2639
+ "syn 2.0.118",
2640
+ ]
2641
+
2642
+ [[package]]
2643
+ name = "serialize-to-javascript"
2644
+ version = "0.1.2"
2645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2646
+ checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5"
2647
+ dependencies = [
2648
+ "serde",
2649
+ "serde_json",
2650
+ "serialize-to-javascript-impl",
2651
+ ]
2652
+
2653
+ [[package]]
2654
+ name = "serialize-to-javascript-impl"
2655
+ version = "0.1.2"
2656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2657
+ checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d"
2658
+ dependencies = [
2659
+ "proc-macro2",
2660
+ "quote",
2661
+ "syn 2.0.118",
2662
+ ]
2663
+
2664
+ [[package]]
2665
+ name = "servo_arc"
2666
+ version = "0.4.3"
2667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2668
+ checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930"
2669
+ dependencies = [
2670
+ "stable_deref_trait",
2671
+ ]
2672
+
2673
+ [[package]]
2674
+ name = "sha2"
2675
+ version = "0.10.9"
2676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2678
+ dependencies = [
2679
+ "cfg-if",
2680
+ "cpufeatures",
2681
+ "digest",
2682
+ ]
2683
+
2684
+ [[package]]
2685
+ name = "shlex"
2686
+ version = "2.0.1"
2687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2688
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2689
+
2690
+ [[package]]
2691
+ name = "simd-adler32"
2692
+ version = "0.3.9"
2693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2694
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2695
+
2696
+ [[package]]
2697
+ name = "siphasher"
2698
+ version = "1.0.3"
2699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2700
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
2701
+
2702
+ [[package]]
2703
+ name = "slab"
2704
+ version = "0.4.12"
2705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2706
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2707
+
2708
+ [[package]]
2709
+ name = "smallvec"
2710
+ version = "1.15.2"
2711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2712
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2713
+
2714
+ [[package]]
2715
+ name = "socket2"
2716
+ version = "0.6.4"
2717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2718
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
2719
+ dependencies = [
2720
+ "libc",
2721
+ "windows-sys 0.61.2",
2722
+ ]
2723
+
2724
+ [[package]]
2725
+ name = "softbuffer"
2726
+ version = "0.4.8"
2727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+ checksum = "aac18da81ebbf05109ab275b157c22a653bb3c12cf884450179942f81bcbf6c3"
2729
+ dependencies = [
2730
+ "bytemuck",
2731
+ "js-sys",
2732
+ "ndk",
2733
+ "objc2",
2734
+ "objc2-core-foundation",
2735
+ "objc2-core-graphics",
2736
+ "objc2-foundation",
2737
+ "objc2-quartz-core",
2738
+ "raw-window-handle",
2739
+ "redox_syscall",
2740
+ "tracing",
2741
+ "wasm-bindgen",
2742
+ "web-sys",
2743
+ "windows-sys 0.61.2",
2744
+ ]
2745
+
2746
+ [[package]]
2747
+ name = "soup3"
2748
+ version = "0.5.0"
2749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2750
+ checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
2751
+ dependencies = [
2752
+ "futures-channel",
2753
+ "gio",
2754
+ "glib",
2755
+ "libc",
2756
+ "soup3-sys",
2757
+ ]
2758
+
2759
+ [[package]]
2760
+ name = "soup3-sys"
2761
+ version = "0.5.0"
2762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2763
+ checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
2764
+ dependencies = [
2765
+ "gio-sys",
2766
+ "glib-sys",
2767
+ "gobject-sys",
2768
+ "libc",
2769
+ "system-deps",
2770
+ ]
2771
+
2772
+ [[package]]
2773
+ name = "stable_deref_trait"
2774
+ version = "1.2.1"
2775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2776
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2777
+
2778
+ [[package]]
2779
+ name = "string_cache"
2780
+ version = "0.9.0"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
2783
+ dependencies = [
2784
+ "new_debug_unreachable",
2785
+ "parking_lot",
2786
+ "phf_shared",
2787
+ "precomputed-hash",
2788
+ ]
2789
+
2790
+ [[package]]
2791
+ name = "string_cache_codegen"
2792
+ version = "0.6.1"
2793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2794
+ checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
2795
+ dependencies = [
2796
+ "phf_generator",
2797
+ "phf_shared",
2798
+ "proc-macro2",
2799
+ "quote",
2800
+ ]
2801
+
2802
+ [[package]]
2803
+ name = "strsim"
2804
+ version = "0.11.1"
2805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2806
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2807
+
2808
+ [[package]]
2809
+ name = "swift-rs"
2810
+ version = "1.0.7"
2811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2812
+ checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7"
2813
+ dependencies = [
2814
+ "base64 0.21.7",
2815
+ "serde",
2816
+ "serde_json",
2817
+ ]
2818
+
2819
+ [[package]]
2820
+ name = "syn"
2821
+ version = "1.0.109"
2822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2823
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2824
+ dependencies = [
2825
+ "proc-macro2",
2826
+ "unicode-ident",
2827
+ ]
2828
+
2829
+ [[package]]
2830
+ name = "syn"
2831
+ version = "2.0.118"
2832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2833
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
2834
+ dependencies = [
2835
+ "proc-macro2",
2836
+ "quote",
2837
+ "unicode-ident",
2838
+ ]
2839
+
2840
+ [[package]]
2841
+ name = "sync_wrapper"
2842
+ version = "1.0.2"
2843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2844
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2845
+ dependencies = [
2846
+ "futures-core",
2847
+ ]
2848
+
2849
+ [[package]]
2850
+ name = "synstructure"
2851
+ version = "0.13.2"
2852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2853
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2854
+ dependencies = [
2855
+ "proc-macro2",
2856
+ "quote",
2857
+ "syn 2.0.118",
2858
+ ]
2859
+
2860
+ [[package]]
2861
+ name = "system-deps"
2862
+ version = "6.2.2"
2863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2864
+ checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
2865
+ dependencies = [
2866
+ "cfg-expr",
2867
+ "heck 0.5.0",
2868
+ "pkg-config",
2869
+ "toml 0.8.2",
2870
+ "version-compare",
2871
+ ]
2872
+
2873
+ [[package]]
2874
+ name = "tao"
2875
+ version = "0.35.3"
2876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2877
+ checksum = "d1c93047acf68669466a34690ac58cca7010bd1b201e1ec86f1fd0a75d3dd4a9"
2878
+ dependencies = [
2879
+ "bitflags 2.13.0",
2880
+ "block2",
2881
+ "core-foundation",
2882
+ "core-graphics",
2883
+ "crossbeam-channel",
2884
+ "dbus",
2885
+ "dispatch2",
2886
+ "dlopen2",
2887
+ "dpi",
2888
+ "gdkwayland-sys",
2889
+ "gdkx11-sys",
2890
+ "gtk",
2891
+ "jni",
2892
+ "libc",
2893
+ "log",
2894
+ "ndk",
2895
+ "ndk-sys",
2896
+ "objc2",
2897
+ "objc2-app-kit",
2898
+ "objc2-foundation",
2899
+ "objc2-ui-kit",
2900
+ "once_cell",
2901
+ "parking_lot",
2902
+ "percent-encoding",
2903
+ "raw-window-handle",
2904
+ "tao-macros",
2905
+ "unicode-segmentation",
2906
+ "url",
2907
+ "windows 0.61.3",
2908
+ "windows-core 0.61.2",
2909
+ "windows-version",
2910
+ "x11-dl",
2911
+ ]
2912
+
2913
+ [[package]]
2914
+ name = "tao-macros"
2915
+ version = "0.1.3"
2916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
2918
+ dependencies = [
2919
+ "proc-macro2",
2920
+ "quote",
2921
+ "syn 2.0.118",
2922
+ ]
2923
+
2924
+ [[package]]
2925
+ name = "target-lexicon"
2926
+ version = "0.12.16"
2927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2928
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2929
+
2930
+ [[package]]
2931
+ name = "tauri"
2932
+ version = "2.11.5"
2933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2934
+ checksum = "667b20e2726d572dea2de7370da16e188eb06008faf9a92fab7cdc46791190b5"
2935
+ dependencies = [
2936
+ "anyhow",
2937
+ "bytes",
2938
+ "cookie",
2939
+ "dirs",
2940
+ "dunce",
2941
+ "embed_plist",
2942
+ "getrandom 0.3.4",
2943
+ "glob",
2944
+ "gtk",
2945
+ "heck 0.5.0",
2946
+ "http",
2947
+ "jni",
2948
+ "libc",
2949
+ "log",
2950
+ "mime",
2951
+ "muda",
2952
+ "objc2",
2953
+ "objc2-app-kit",
2954
+ "objc2-foundation",
2955
+ "objc2-ui-kit",
2956
+ "objc2-web-kit",
2957
+ "percent-encoding",
2958
+ "plist",
2959
+ "raw-window-handle",
2960
+ "reqwest",
2961
+ "serde",
2962
+ "serde_json",
2963
+ "serde_repr",
2964
+ "serialize-to-javascript",
2965
+ "swift-rs",
2966
+ "tauri-build",
2967
+ "tauri-macros",
2968
+ "tauri-runtime",
2969
+ "tauri-runtime-wry",
2970
+ "tauri-utils",
2971
+ "thiserror 2.0.18",
2972
+ "tokio",
2973
+ "tray-icon",
2974
+ "url",
2975
+ "webkit2gtk",
2976
+ "webview2-com",
2977
+ "window-vibrancy",
2978
+ "windows 0.61.3",
2979
+ ]
2980
+
2981
+ [[package]]
2982
+ name = "tauri-build"
2983
+ version = "2.6.3"
2984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2985
+ checksum = "bc9ce40b16101cb6ea63d3e221567affd1c3a9205f95d7bc574941a10636b632"
2986
+ dependencies = [
2987
+ "anyhow",
2988
+ "cargo_toml",
2989
+ "dirs",
2990
+ "glob",
2991
+ "heck 0.5.0",
2992
+ "json-patch",
2993
+ "schemars 0.8.22",
2994
+ "semver",
2995
+ "serde",
2996
+ "serde_json",
2997
+ "tauri-utils",
2998
+ "tauri-winres",
2999
+ "walkdir",
3000
+ ]
3001
+
3002
+ [[package]]
3003
+ name = "tauri-codegen"
3004
+ version = "2.6.3"
3005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3006
+ checksum = "08279169ff42f8fc45a1dbc9dcae888893ba95288142e5880c59b93a26d2cfc5"
3007
+ dependencies = [
3008
+ "base64 0.22.1",
3009
+ "brotli",
3010
+ "ico",
3011
+ "json-patch",
3012
+ "plist",
3013
+ "png 0.17.16",
3014
+ "proc-macro2",
3015
+ "quote",
3016
+ "semver",
3017
+ "serde",
3018
+ "serde_json",
3019
+ "sha2",
3020
+ "syn 2.0.118",
3021
+ "tauri-utils",
3022
+ "thiserror 2.0.18",
3023
+ "time",
3024
+ "url",
3025
+ "uuid",
3026
+ "walkdir",
3027
+ ]
3028
+
3029
+ [[package]]
3030
+ name = "tauri-macros"
3031
+ version = "2.6.3"
3032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3033
+ checksum = "e8b394794f399a421811d06966343e7933fcae92d59f5180b9388d1174497a45"
3034
+ dependencies = [
3035
+ "heck 0.5.0",
3036
+ "proc-macro2",
3037
+ "quote",
3038
+ "syn 2.0.118",
3039
+ "tauri-codegen",
3040
+ "tauri-utils",
3041
+ ]
3042
+
3043
+ [[package]]
3044
+ name = "tauri-plugin"
3045
+ version = "2.6.3"
3046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3047
+ checksum = "74be5dd4bed9afbd145e5716b5fa2ec28cbc29c34ffa61c258c9273d896c8020"
3048
+ dependencies = [
3049
+ "anyhow",
3050
+ "glob",
3051
+ "plist",
3052
+ "schemars 0.8.22",
3053
+ "serde",
3054
+ "serde_json",
3055
+ "tauri-utils",
3056
+ "walkdir",
3057
+ ]
3058
+
3059
+ [[package]]
3060
+ name = "tauri-plugin-skalfa-printer"
3061
+ version = "0.1.0"
3062
+ dependencies = [
3063
+ "log",
3064
+ "serde",
3065
+ "serde_json",
3066
+ "tauri",
3067
+ "tauri-plugin",
3068
+ "thiserror 2.0.18",
3069
+ "windows 0.58.0",
3070
+ ]
3071
+
3072
+ [[package]]
3073
+ name = "tauri-runtime"
3074
+ version = "2.11.3"
3075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3076
+ checksum = "b0b4bc95aed361b0019067d189a1174a603d460d0f6c72606512d59fc9c12ec8"
3077
+ dependencies = [
3078
+ "cookie",
3079
+ "dpi",
3080
+ "gtk",
3081
+ "http",
3082
+ "jni",
3083
+ "objc2",
3084
+ "objc2-ui-kit",
3085
+ "objc2-web-kit",
3086
+ "raw-window-handle",
3087
+ "serde",
3088
+ "serde_json",
3089
+ "tauri-utils",
3090
+ "thiserror 2.0.18",
3091
+ "url",
3092
+ "webkit2gtk",
3093
+ "webview2-com",
3094
+ "windows 0.61.3",
3095
+ ]
3096
+
3097
+ [[package]]
3098
+ name = "tauri-runtime-wry"
3099
+ version = "2.11.4"
3100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3101
+ checksum = "4e6fac707727b7a2f48e4ded90976324267371073edbb415ffb73bb0458d203f"
3102
+ dependencies = [
3103
+ "gtk",
3104
+ "http",
3105
+ "jni",
3106
+ "log",
3107
+ "objc2",
3108
+ "objc2-app-kit",
3109
+ "once_cell",
3110
+ "percent-encoding",
3111
+ "raw-window-handle",
3112
+ "softbuffer",
3113
+ "tao",
3114
+ "tauri-runtime",
3115
+ "tauri-utils",
3116
+ "url",
3117
+ "webkit2gtk",
3118
+ "webview2-com",
3119
+ "windows 0.61.3",
3120
+ "wry",
3121
+ ]
3122
+
3123
+ [[package]]
3124
+ name = "tauri-utils"
3125
+ version = "2.9.3"
3126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3127
+ checksum = "3e176a18e67764923c4f1ce66f25ae4abe5f688384d5eb1a0fa6c77f3d90f887"
3128
+ dependencies = [
3129
+ "anyhow",
3130
+ "brotli",
3131
+ "cargo_metadata",
3132
+ "ctor",
3133
+ "dom_query",
3134
+ "dunce",
3135
+ "glob",
3136
+ "http",
3137
+ "infer",
3138
+ "json-patch",
3139
+ "log",
3140
+ "memchr",
3141
+ "phf",
3142
+ "plist",
3143
+ "proc-macro2",
3144
+ "quote",
3145
+ "regex",
3146
+ "schemars 0.8.22",
3147
+ "semver",
3148
+ "serde",
3149
+ "serde-untagged",
3150
+ "serde_json",
3151
+ "serde_with",
3152
+ "swift-rs",
3153
+ "thiserror 2.0.18",
3154
+ "toml 1.1.2+spec-1.1.0",
3155
+ "url",
3156
+ "urlpattern",
3157
+ "uuid",
3158
+ "walkdir",
3159
+ ]
3160
+
3161
+ [[package]]
3162
+ name = "tauri-winres"
3163
+ version = "0.3.6"
3164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3165
+ checksum = "cc65d45c68858bfe420dd29e834b5d15dbecf8a07a8a16cf4d532c7b1f69d4b6"
3166
+ dependencies = [
3167
+ "dunce",
3168
+ "embed-resource",
3169
+ "toml 1.1.2+spec-1.1.0",
3170
+ ]
3171
+
3172
+ [[package]]
3173
+ name = "tendril"
3174
+ version = "0.5.0"
3175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3176
+ checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
3177
+ dependencies = [
3178
+ "new_debug_unreachable",
3179
+ "utf-8",
3180
+ ]
3181
+
3182
+ [[package]]
3183
+ name = "thiserror"
3184
+ version = "1.0.69"
3185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3186
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3187
+ dependencies = [
3188
+ "thiserror-impl 1.0.69",
3189
+ ]
3190
+
3191
+ [[package]]
3192
+ name = "thiserror"
3193
+ version = "2.0.18"
3194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3195
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3196
+ dependencies = [
3197
+ "thiserror-impl 2.0.18",
3198
+ ]
3199
+
3200
+ [[package]]
3201
+ name = "thiserror-impl"
3202
+ version = "1.0.69"
3203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3204
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3205
+ dependencies = [
3206
+ "proc-macro2",
3207
+ "quote",
3208
+ "syn 2.0.118",
3209
+ ]
3210
+
3211
+ [[package]]
3212
+ name = "thiserror-impl"
3213
+ version = "2.0.18"
3214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3215
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3216
+ dependencies = [
3217
+ "proc-macro2",
3218
+ "quote",
3219
+ "syn 2.0.118",
3220
+ ]
3221
+
3222
+ [[package]]
3223
+ name = "time"
3224
+ version = "0.3.53"
3225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3226
+ checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
3227
+ dependencies = [
3228
+ "deranged",
3229
+ "num-conv",
3230
+ "powerfmt",
3231
+ "serde_core",
3232
+ "time-core",
3233
+ "time-macros",
3234
+ ]
3235
+
3236
+ [[package]]
3237
+ name = "time-core"
3238
+ version = "0.1.9"
3239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3240
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
3241
+
3242
+ [[package]]
3243
+ name = "time-macros"
3244
+ version = "0.2.31"
3245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3246
+ checksum = "c431b87111666e491a90baa837f914fb45cd5dc3c268591b0220ff5057f2085f"
3247
+ dependencies = [
3248
+ "num-conv",
3249
+ "time-core",
3250
+ ]
3251
+
3252
+ [[package]]
3253
+ name = "tinystr"
3254
+ version = "0.8.3"
3255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3256
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3257
+ dependencies = [
3258
+ "displaydoc",
3259
+ "zerovec",
3260
+ ]
3261
+
3262
+ [[package]]
3263
+ name = "tinyvec"
3264
+ version = "1.11.0"
3265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3266
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
3267
+ dependencies = [
3268
+ "tinyvec_macros",
3269
+ ]
3270
+
3271
+ [[package]]
3272
+ name = "tinyvec_macros"
3273
+ version = "0.1.1"
3274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3275
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3276
+
3277
+ [[package]]
3278
+ name = "tokio"
3279
+ version = "1.52.3"
3280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3281
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
3282
+ dependencies = [
3283
+ "bytes",
3284
+ "libc",
3285
+ "mio",
3286
+ "pin-project-lite",
3287
+ "socket2",
3288
+ "windows-sys 0.61.2",
3289
+ ]
3290
+
3291
+ [[package]]
3292
+ name = "tokio-util"
3293
+ version = "0.7.18"
3294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3295
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3296
+ dependencies = [
3297
+ "bytes",
3298
+ "futures-core",
3299
+ "futures-sink",
3300
+ "pin-project-lite",
3301
+ "tokio",
3302
+ ]
3303
+
3304
+ [[package]]
3305
+ name = "toml"
3306
+ version = "0.8.2"
3307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3308
+ checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
3309
+ dependencies = [
3310
+ "serde",
3311
+ "serde_spanned 0.6.9",
3312
+ "toml_datetime 0.6.3",
3313
+ "toml_edit 0.20.2",
3314
+ ]
3315
+
3316
+ [[package]]
3317
+ name = "toml"
3318
+ version = "0.9.12+spec-1.1.0"
3319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3320
+ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
3321
+ dependencies = [
3322
+ "indexmap 2.14.0",
3323
+ "serde_core",
3324
+ "serde_spanned 1.1.1",
3325
+ "toml_datetime 0.7.5+spec-1.1.0",
3326
+ "toml_parser",
3327
+ "toml_writer",
3328
+ "winnow 0.7.15",
3329
+ ]
3330
+
3331
+ [[package]]
3332
+ name = "toml"
3333
+ version = "1.1.2+spec-1.1.0"
3334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3335
+ checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
3336
+ dependencies = [
3337
+ "indexmap 2.14.0",
3338
+ "serde_core",
3339
+ "serde_spanned 1.1.1",
3340
+ "toml_datetime 1.1.1+spec-1.1.0",
3341
+ "toml_parser",
3342
+ "toml_writer",
3343
+ "winnow 1.0.3",
3344
+ ]
3345
+
3346
+ [[package]]
3347
+ name = "toml_datetime"
3348
+ version = "0.6.3"
3349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3350
+ checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
3351
+ dependencies = [
3352
+ "serde",
3353
+ ]
3354
+
3355
+ [[package]]
3356
+ name = "toml_datetime"
3357
+ version = "0.7.5+spec-1.1.0"
3358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3359
+ checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
3360
+ dependencies = [
3361
+ "serde_core",
3362
+ ]
3363
+
3364
+ [[package]]
3365
+ name = "toml_datetime"
3366
+ version = "1.1.1+spec-1.1.0"
3367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3368
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
3369
+ dependencies = [
3370
+ "serde_core",
3371
+ ]
3372
+
3373
+ [[package]]
3374
+ name = "toml_edit"
3375
+ version = "0.19.15"
3376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3377
+ checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
3378
+ dependencies = [
3379
+ "indexmap 2.14.0",
3380
+ "toml_datetime 0.6.3",
3381
+ "winnow 0.5.40",
3382
+ ]
3383
+
3384
+ [[package]]
3385
+ name = "toml_edit"
3386
+ version = "0.20.2"
3387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3388
+ checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
3389
+ dependencies = [
3390
+ "indexmap 2.14.0",
3391
+ "serde",
3392
+ "serde_spanned 0.6.9",
3393
+ "toml_datetime 0.6.3",
3394
+ "winnow 0.5.40",
3395
+ ]
3396
+
3397
+ [[package]]
3398
+ name = "toml_edit"
3399
+ version = "0.25.12+spec-1.1.0"
3400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3401
+ checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
3402
+ dependencies = [
3403
+ "indexmap 2.14.0",
3404
+ "toml_datetime 1.1.1+spec-1.1.0",
3405
+ "toml_parser",
3406
+ "winnow 1.0.3",
3407
+ ]
3408
+
3409
+ [[package]]
3410
+ name = "toml_parser"
3411
+ version = "1.1.2+spec-1.1.0"
3412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3413
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3414
+ dependencies = [
3415
+ "winnow 1.0.3",
3416
+ ]
3417
+
3418
+ [[package]]
3419
+ name = "toml_writer"
3420
+ version = "1.1.1+spec-1.1.0"
3421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3422
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
3423
+
3424
+ [[package]]
3425
+ name = "tower"
3426
+ version = "0.5.3"
3427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3428
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3429
+ dependencies = [
3430
+ "futures-core",
3431
+ "futures-util",
3432
+ "pin-project-lite",
3433
+ "sync_wrapper",
3434
+ "tokio",
3435
+ "tower-layer",
3436
+ "tower-service",
3437
+ ]
3438
+
3439
+ [[package]]
3440
+ name = "tower-http"
3441
+ version = "0.6.11"
3442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3443
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
3444
+ dependencies = [
3445
+ "bitflags 2.13.0",
3446
+ "bytes",
3447
+ "futures-util",
3448
+ "http",
3449
+ "http-body",
3450
+ "pin-project-lite",
3451
+ "tower",
3452
+ "tower-layer",
3453
+ "tower-service",
3454
+ "url",
3455
+ ]
3456
+
3457
+ [[package]]
3458
+ name = "tower-layer"
3459
+ version = "0.3.3"
3460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3461
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3462
+
3463
+ [[package]]
3464
+ name = "tower-service"
3465
+ version = "0.3.3"
3466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3467
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3468
+
3469
+ [[package]]
3470
+ name = "tracing"
3471
+ version = "0.1.44"
3472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3473
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3474
+ dependencies = [
3475
+ "pin-project-lite",
3476
+ "tracing-core",
3477
+ ]
3478
+
3479
+ [[package]]
3480
+ name = "tracing-core"
3481
+ version = "0.1.36"
3482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3483
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3484
+ dependencies = [
3485
+ "once_cell",
3486
+ ]
3487
+
3488
+ [[package]]
3489
+ name = "tray-icon"
3490
+ version = "0.24.1"
3491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3492
+ checksum = "65ba1e5f6b9ef9fd87e21b9c6f351554dbd717960089168fcfdef854686961dc"
3493
+ dependencies = [
3494
+ "crossbeam-channel",
3495
+ "dirs",
3496
+ "libappindicator",
3497
+ "muda",
3498
+ "objc2",
3499
+ "objc2-app-kit",
3500
+ "objc2-core-foundation",
3501
+ "objc2-core-graphics",
3502
+ "objc2-foundation",
3503
+ "once_cell",
3504
+ "png 0.18.1",
3505
+ "serde",
3506
+ "thiserror 2.0.18",
3507
+ "windows-sys 0.61.2",
3508
+ ]
3509
+
3510
+ [[package]]
3511
+ name = "try-lock"
3512
+ version = "0.2.5"
3513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3514
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3515
+
3516
+ [[package]]
3517
+ name = "typeid"
3518
+ version = "1.0.3"
3519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3520
+ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
3521
+
3522
+ [[package]]
3523
+ name = "typenum"
3524
+ version = "1.20.1"
3525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3526
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
3527
+
3528
+ [[package]]
3529
+ name = "unic-char-property"
3530
+ version = "0.9.0"
3531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3532
+ checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
3533
+ dependencies = [
3534
+ "unic-char-range",
3535
+ ]
3536
+
3537
+ [[package]]
3538
+ name = "unic-char-range"
3539
+ version = "0.9.0"
3540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3541
+ checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
3542
+
3543
+ [[package]]
3544
+ name = "unic-common"
3545
+ version = "0.9.0"
3546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3547
+ checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
3548
+
3549
+ [[package]]
3550
+ name = "unic-ucd-ident"
3551
+ version = "0.9.0"
3552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3553
+ checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
3554
+ dependencies = [
3555
+ "unic-char-property",
3556
+ "unic-char-range",
3557
+ "unic-ucd-version",
3558
+ ]
3559
+
3560
+ [[package]]
3561
+ name = "unic-ucd-version"
3562
+ version = "0.9.0"
3563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3564
+ checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
3565
+ dependencies = [
3566
+ "unic-common",
3567
+ ]
3568
+
3569
+ [[package]]
3570
+ name = "unicode-ident"
3571
+ version = "1.0.24"
3572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3573
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3574
+
3575
+ [[package]]
3576
+ name = "unicode-segmentation"
3577
+ version = "1.13.3"
3578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3579
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
3580
+
3581
+ [[package]]
3582
+ name = "url"
3583
+ version = "2.5.8"
3584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3585
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3586
+ dependencies = [
3587
+ "form_urlencoded",
3588
+ "idna",
3589
+ "percent-encoding",
3590
+ "serde",
3591
+ "serde_derive",
3592
+ ]
3593
+
3594
+ [[package]]
3595
+ name = "urlpattern"
3596
+ version = "0.3.0"
3597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3598
+ checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
3599
+ dependencies = [
3600
+ "regex",
3601
+ "serde",
3602
+ "unic-ucd-ident",
3603
+ "url",
3604
+ ]
3605
+
3606
+ [[package]]
3607
+ name = "utf-8"
3608
+ version = "0.7.6"
3609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3610
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3611
+
3612
+ [[package]]
3613
+ name = "utf8_iter"
3614
+ version = "1.0.4"
3615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3616
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3617
+
3618
+ [[package]]
3619
+ name = "uuid"
3620
+ version = "1.23.4"
3621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3622
+ checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
3623
+ dependencies = [
3624
+ "getrandom 0.4.3",
3625
+ "js-sys",
3626
+ "serde_core",
3627
+ "wasm-bindgen",
3628
+ ]
3629
+
3630
+ [[package]]
3631
+ name = "version-compare"
3632
+ version = "0.2.1"
3633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3634
+ checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
3635
+
3636
+ [[package]]
3637
+ name = "version_check"
3638
+ version = "0.9.5"
3639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3640
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3641
+
3642
+ [[package]]
3643
+ name = "vswhom"
3644
+ version = "0.1.0"
3645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3646
+ checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
3647
+ dependencies = [
3648
+ "libc",
3649
+ "vswhom-sys",
3650
+ ]
3651
+
3652
+ [[package]]
3653
+ name = "vswhom-sys"
3654
+ version = "0.1.3"
3655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3656
+ checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
3657
+ dependencies = [
3658
+ "cc",
3659
+ "libc",
3660
+ ]
3661
+
3662
+ [[package]]
3663
+ name = "walkdir"
3664
+ version = "2.5.0"
3665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3666
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3667
+ dependencies = [
3668
+ "same-file",
3669
+ "winapi-util",
3670
+ ]
3671
+
3672
+ [[package]]
3673
+ name = "want"
3674
+ version = "0.3.1"
3675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3676
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3677
+ dependencies = [
3678
+ "try-lock",
3679
+ ]
3680
+
3681
+ [[package]]
3682
+ name = "wasi"
3683
+ version = "0.11.1+wasi-snapshot-preview1"
3684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3685
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3686
+
3687
+ [[package]]
3688
+ name = "wasip2"
3689
+ version = "1.0.4+wasi-0.2.12"
3690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3691
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
3692
+ dependencies = [
3693
+ "wit-bindgen",
3694
+ ]
3695
+
3696
+ [[package]]
3697
+ name = "wasm-bindgen"
3698
+ version = "0.2.126"
3699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3700
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
3701
+ dependencies = [
3702
+ "cfg-if",
3703
+ "once_cell",
3704
+ "rustversion",
3705
+ "wasm-bindgen-macro",
3706
+ "wasm-bindgen-shared",
3707
+ ]
3708
+
3709
+ [[package]]
3710
+ name = "wasm-bindgen-futures"
3711
+ version = "0.4.76"
3712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3713
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
3714
+ dependencies = [
3715
+ "js-sys",
3716
+ "wasm-bindgen",
3717
+ ]
3718
+
3719
+ [[package]]
3720
+ name = "wasm-bindgen-macro"
3721
+ version = "0.2.126"
3722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3723
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
3724
+ dependencies = [
3725
+ "quote",
3726
+ "wasm-bindgen-macro-support",
3727
+ ]
3728
+
3729
+ [[package]]
3730
+ name = "wasm-bindgen-macro-support"
3731
+ version = "0.2.126"
3732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3733
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
3734
+ dependencies = [
3735
+ "bumpalo",
3736
+ "proc-macro2",
3737
+ "quote",
3738
+ "syn 2.0.118",
3739
+ "wasm-bindgen-shared",
3740
+ ]
3741
+
3742
+ [[package]]
3743
+ name = "wasm-bindgen-shared"
3744
+ version = "0.2.126"
3745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3746
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
3747
+ dependencies = [
3748
+ "unicode-ident",
3749
+ ]
3750
+
3751
+ [[package]]
3752
+ name = "wasm-streams"
3753
+ version = "0.5.0"
3754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3755
+ checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
3756
+ dependencies = [
3757
+ "futures-util",
3758
+ "js-sys",
3759
+ "wasm-bindgen",
3760
+ "wasm-bindgen-futures",
3761
+ "web-sys",
3762
+ ]
3763
+
3764
+ [[package]]
3765
+ name = "web-sys"
3766
+ version = "0.3.103"
3767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3768
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
3769
+ dependencies = [
3770
+ "js-sys",
3771
+ "wasm-bindgen",
3772
+ ]
3773
+
3774
+ [[package]]
3775
+ name = "web_atoms"
3776
+ version = "0.2.5"
3777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3778
+ checksum = "075474b12bcb3d2e3d4546580e9de478eeeead668a1761e2a8860c836b7ef297"
3779
+ dependencies = [
3780
+ "phf",
3781
+ "phf_codegen",
3782
+ "string_cache",
3783
+ "string_cache_codegen",
3784
+ ]
3785
+
3786
+ [[package]]
3787
+ name = "webkit2gtk"
3788
+ version = "2.0.2"
3789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3790
+ checksum = "a1027150013530fb2eaf806408df88461ae4815a45c541c8975e61d6f2fc4793"
3791
+ dependencies = [
3792
+ "bitflags 1.3.2",
3793
+ "cairo-rs",
3794
+ "gdk",
3795
+ "gdk-sys",
3796
+ "gio",
3797
+ "gio-sys",
3798
+ "glib",
3799
+ "glib-sys",
3800
+ "gobject-sys",
3801
+ "gtk",
3802
+ "gtk-sys",
3803
+ "javascriptcore-rs",
3804
+ "libc",
3805
+ "once_cell",
3806
+ "soup3",
3807
+ "webkit2gtk-sys",
3808
+ ]
3809
+
3810
+ [[package]]
3811
+ name = "webkit2gtk-sys"
3812
+ version = "2.0.2"
3813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3814
+ checksum = "916a5f65c2ef0dfe12fff695960a2ec3d4565359fdbb2e9943c974e06c734ea5"
3815
+ dependencies = [
3816
+ "bitflags 1.3.2",
3817
+ "cairo-sys-rs",
3818
+ "gdk-sys",
3819
+ "gio-sys",
3820
+ "glib-sys",
3821
+ "gobject-sys",
3822
+ "gtk-sys",
3823
+ "javascriptcore-rs-sys",
3824
+ "libc",
3825
+ "pkg-config",
3826
+ "soup3-sys",
3827
+ "system-deps",
3828
+ ]
3829
+
3830
+ [[package]]
3831
+ name = "webview2-com"
3832
+ version = "0.38.2"
3833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3834
+ checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a"
3835
+ dependencies = [
3836
+ "webview2-com-macros",
3837
+ "webview2-com-sys",
3838
+ "windows 0.61.3",
3839
+ "windows-core 0.61.2",
3840
+ "windows-implement 0.60.2",
3841
+ "windows-interface 0.59.3",
3842
+ ]
3843
+
3844
+ [[package]]
3845
+ name = "webview2-com-macros"
3846
+ version = "0.8.1"
3847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3848
+ checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54"
3849
+ dependencies = [
3850
+ "proc-macro2",
3851
+ "quote",
3852
+ "syn 2.0.118",
3853
+ ]
3854
+
3855
+ [[package]]
3856
+ name = "webview2-com-sys"
3857
+ version = "0.38.2"
3858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3859
+ checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c"
3860
+ dependencies = [
3861
+ "thiserror 2.0.18",
3862
+ "windows 0.61.3",
3863
+ "windows-core 0.61.2",
3864
+ ]
3865
+
3866
+ [[package]]
3867
+ name = "winapi"
3868
+ version = "0.3.9"
3869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3870
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3871
+ dependencies = [
3872
+ "winapi-i686-pc-windows-gnu",
3873
+ "winapi-x86_64-pc-windows-gnu",
3874
+ ]
3875
+
3876
+ [[package]]
3877
+ name = "winapi-i686-pc-windows-gnu"
3878
+ version = "0.4.0"
3879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3880
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3881
+
3882
+ [[package]]
3883
+ name = "winapi-util"
3884
+ version = "0.1.11"
3885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3886
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3887
+ dependencies = [
3888
+ "windows-sys 0.61.2",
3889
+ ]
3890
+
3891
+ [[package]]
3892
+ name = "winapi-x86_64-pc-windows-gnu"
3893
+ version = "0.4.0"
3894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3895
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3896
+
3897
+ [[package]]
3898
+ name = "window-vibrancy"
3899
+ version = "0.6.0"
3900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3901
+ checksum = "d9bec5a31f3f9362f2258fd0e9c9dd61a9ca432e7306cc78c444258f0dce9a9c"
3902
+ dependencies = [
3903
+ "objc2",
3904
+ "objc2-app-kit",
3905
+ "objc2-core-foundation",
3906
+ "objc2-foundation",
3907
+ "raw-window-handle",
3908
+ "windows-sys 0.59.0",
3909
+ "windows-version",
3910
+ ]
3911
+
3912
+ [[package]]
3913
+ name = "windows"
3914
+ version = "0.58.0"
3915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3916
+ checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
3917
+ dependencies = [
3918
+ "windows-core 0.58.0",
3919
+ "windows-targets 0.52.6",
3920
+ ]
3921
+
3922
+ [[package]]
3923
+ name = "windows"
3924
+ version = "0.61.3"
3925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3926
+ checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
3927
+ dependencies = [
3928
+ "windows-collections",
3929
+ "windows-core 0.61.2",
3930
+ "windows-future",
3931
+ "windows-link 0.1.3",
3932
+ "windows-numerics",
3933
+ ]
3934
+
3935
+ [[package]]
3936
+ name = "windows-collections"
3937
+ version = "0.2.0"
3938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3939
+ checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
3940
+ dependencies = [
3941
+ "windows-core 0.61.2",
3942
+ ]
3943
+
3944
+ [[package]]
3945
+ name = "windows-core"
3946
+ version = "0.58.0"
3947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3948
+ checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
3949
+ dependencies = [
3950
+ "windows-implement 0.58.0",
3951
+ "windows-interface 0.58.0",
3952
+ "windows-result 0.2.0",
3953
+ "windows-strings 0.1.0",
3954
+ "windows-targets 0.52.6",
3955
+ ]
3956
+
3957
+ [[package]]
3958
+ name = "windows-core"
3959
+ version = "0.61.2"
3960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3961
+ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3962
+ dependencies = [
3963
+ "windows-implement 0.60.2",
3964
+ "windows-interface 0.59.3",
3965
+ "windows-link 0.1.3",
3966
+ "windows-result 0.3.4",
3967
+ "windows-strings 0.4.2",
3968
+ ]
3969
+
3970
+ [[package]]
3971
+ name = "windows-core"
3972
+ version = "0.62.2"
3973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3974
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3975
+ dependencies = [
3976
+ "windows-implement 0.60.2",
3977
+ "windows-interface 0.59.3",
3978
+ "windows-link 0.2.1",
3979
+ "windows-result 0.4.1",
3980
+ "windows-strings 0.5.1",
3981
+ ]
3982
+
3983
+ [[package]]
3984
+ name = "windows-future"
3985
+ version = "0.2.1"
3986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3987
+ checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
3988
+ dependencies = [
3989
+ "windows-core 0.61.2",
3990
+ "windows-link 0.1.3",
3991
+ "windows-threading",
3992
+ ]
3993
+
3994
+ [[package]]
3995
+ name = "windows-implement"
3996
+ version = "0.58.0"
3997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3998
+ checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
3999
+ dependencies = [
4000
+ "proc-macro2",
4001
+ "quote",
4002
+ "syn 2.0.118",
4003
+ ]
4004
+
4005
+ [[package]]
4006
+ name = "windows-implement"
4007
+ version = "0.60.2"
4008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4009
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4010
+ dependencies = [
4011
+ "proc-macro2",
4012
+ "quote",
4013
+ "syn 2.0.118",
4014
+ ]
4015
+
4016
+ [[package]]
4017
+ name = "windows-interface"
4018
+ version = "0.58.0"
4019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4020
+ checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
4021
+ dependencies = [
4022
+ "proc-macro2",
4023
+ "quote",
4024
+ "syn 2.0.118",
4025
+ ]
4026
+
4027
+ [[package]]
4028
+ name = "windows-interface"
4029
+ version = "0.59.3"
4030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4031
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4032
+ dependencies = [
4033
+ "proc-macro2",
4034
+ "quote",
4035
+ "syn 2.0.118",
4036
+ ]
4037
+
4038
+ [[package]]
4039
+ name = "windows-link"
4040
+ version = "0.1.3"
4041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4042
+ checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4043
+
4044
+ [[package]]
4045
+ name = "windows-link"
4046
+ version = "0.2.1"
4047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4048
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4049
+
4050
+ [[package]]
4051
+ name = "windows-numerics"
4052
+ version = "0.2.0"
4053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4054
+ checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4055
+ dependencies = [
4056
+ "windows-core 0.61.2",
4057
+ "windows-link 0.1.3",
4058
+ ]
4059
+
4060
+ [[package]]
4061
+ name = "windows-result"
4062
+ version = "0.2.0"
4063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4064
+ checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
4065
+ dependencies = [
4066
+ "windows-targets 0.52.6",
4067
+ ]
4068
+
4069
+ [[package]]
4070
+ name = "windows-result"
4071
+ version = "0.3.4"
4072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4073
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4074
+ dependencies = [
4075
+ "windows-link 0.1.3",
4076
+ ]
4077
+
4078
+ [[package]]
4079
+ name = "windows-result"
4080
+ version = "0.4.1"
4081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4082
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4083
+ dependencies = [
4084
+ "windows-link 0.2.1",
4085
+ ]
4086
+
4087
+ [[package]]
4088
+ name = "windows-strings"
4089
+ version = "0.1.0"
4090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4091
+ checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
4092
+ dependencies = [
4093
+ "windows-result 0.2.0",
4094
+ "windows-targets 0.52.6",
4095
+ ]
4096
+
4097
+ [[package]]
4098
+ name = "windows-strings"
4099
+ version = "0.4.2"
4100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4101
+ checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4102
+ dependencies = [
4103
+ "windows-link 0.1.3",
4104
+ ]
4105
+
4106
+ [[package]]
4107
+ name = "windows-strings"
4108
+ version = "0.5.1"
4109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4110
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4111
+ dependencies = [
4112
+ "windows-link 0.2.1",
4113
+ ]
4114
+
4115
+ [[package]]
4116
+ name = "windows-sys"
4117
+ version = "0.45.0"
4118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4119
+ checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4120
+ dependencies = [
4121
+ "windows-targets 0.42.2",
4122
+ ]
4123
+
4124
+ [[package]]
4125
+ name = "windows-sys"
4126
+ version = "0.59.0"
4127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4128
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4129
+ dependencies = [
4130
+ "windows-targets 0.52.6",
4131
+ ]
4132
+
4133
+ [[package]]
4134
+ name = "windows-sys"
4135
+ version = "0.61.2"
4136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4137
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4138
+ dependencies = [
4139
+ "windows-link 0.2.1",
4140
+ ]
4141
+
4142
+ [[package]]
4143
+ name = "windows-targets"
4144
+ version = "0.42.2"
4145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4146
+ checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4147
+ dependencies = [
4148
+ "windows_aarch64_gnullvm 0.42.2",
4149
+ "windows_aarch64_msvc 0.42.2",
4150
+ "windows_i686_gnu 0.42.2",
4151
+ "windows_i686_msvc 0.42.2",
4152
+ "windows_x86_64_gnu 0.42.2",
4153
+ "windows_x86_64_gnullvm 0.42.2",
4154
+ "windows_x86_64_msvc 0.42.2",
4155
+ ]
4156
+
4157
+ [[package]]
4158
+ name = "windows-targets"
4159
+ version = "0.52.6"
4160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4161
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4162
+ dependencies = [
4163
+ "windows_aarch64_gnullvm 0.52.6",
4164
+ "windows_aarch64_msvc 0.52.6",
4165
+ "windows_i686_gnu 0.52.6",
4166
+ "windows_i686_gnullvm",
4167
+ "windows_i686_msvc 0.52.6",
4168
+ "windows_x86_64_gnu 0.52.6",
4169
+ "windows_x86_64_gnullvm 0.52.6",
4170
+ "windows_x86_64_msvc 0.52.6",
4171
+ ]
4172
+
4173
+ [[package]]
4174
+ name = "windows-threading"
4175
+ version = "0.1.0"
4176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4177
+ checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4178
+ dependencies = [
4179
+ "windows-link 0.1.3",
4180
+ ]
4181
+
4182
+ [[package]]
4183
+ name = "windows-version"
4184
+ version = "0.1.7"
4185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4186
+ checksum = "e4060a1da109b9d0326b7262c8e12c84df67cc0dbc9e33cf49e01ccc2eb63631"
4187
+ dependencies = [
4188
+ "windows-link 0.2.1",
4189
+ ]
4190
+
4191
+ [[package]]
4192
+ name = "windows_aarch64_gnullvm"
4193
+ version = "0.42.2"
4194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4195
+ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4196
+
4197
+ [[package]]
4198
+ name = "windows_aarch64_gnullvm"
4199
+ version = "0.52.6"
4200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4201
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4202
+
4203
+ [[package]]
4204
+ name = "windows_aarch64_msvc"
4205
+ version = "0.42.2"
4206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4207
+ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4208
+
4209
+ [[package]]
4210
+ name = "windows_aarch64_msvc"
4211
+ version = "0.52.6"
4212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4213
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4214
+
4215
+ [[package]]
4216
+ name = "windows_i686_gnu"
4217
+ version = "0.42.2"
4218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4219
+ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4220
+
4221
+ [[package]]
4222
+ name = "windows_i686_gnu"
4223
+ version = "0.52.6"
4224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4225
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4226
+
4227
+ [[package]]
4228
+ name = "windows_i686_gnullvm"
4229
+ version = "0.52.6"
4230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4231
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4232
+
4233
+ [[package]]
4234
+ name = "windows_i686_msvc"
4235
+ version = "0.42.2"
4236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4237
+ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4238
+
4239
+ [[package]]
4240
+ name = "windows_i686_msvc"
4241
+ version = "0.52.6"
4242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4243
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4244
+
4245
+ [[package]]
4246
+ name = "windows_x86_64_gnu"
4247
+ version = "0.42.2"
4248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4249
+ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4250
+
4251
+ [[package]]
4252
+ name = "windows_x86_64_gnu"
4253
+ version = "0.52.6"
4254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4255
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4256
+
4257
+ [[package]]
4258
+ name = "windows_x86_64_gnullvm"
4259
+ version = "0.42.2"
4260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4261
+ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4262
+
4263
+ [[package]]
4264
+ name = "windows_x86_64_gnullvm"
4265
+ version = "0.52.6"
4266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4267
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4268
+
4269
+ [[package]]
4270
+ name = "windows_x86_64_msvc"
4271
+ version = "0.42.2"
4272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4273
+ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4274
+
4275
+ [[package]]
4276
+ name = "windows_x86_64_msvc"
4277
+ version = "0.52.6"
4278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4279
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4280
+
4281
+ [[package]]
4282
+ name = "winnow"
4283
+ version = "0.5.40"
4284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4285
+ checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
4286
+ dependencies = [
4287
+ "memchr",
4288
+ ]
4289
+
4290
+ [[package]]
4291
+ name = "winnow"
4292
+ version = "0.7.15"
4293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4294
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
4295
+
4296
+ [[package]]
4297
+ name = "winnow"
4298
+ version = "1.0.3"
4299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4300
+ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
4301
+ dependencies = [
4302
+ "memchr",
4303
+ ]
4304
+
4305
+ [[package]]
4306
+ name = "winreg"
4307
+ version = "0.55.0"
4308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4309
+ checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
4310
+ dependencies = [
4311
+ "cfg-if",
4312
+ "windows-sys 0.59.0",
4313
+ ]
4314
+
4315
+ [[package]]
4316
+ name = "wit-bindgen"
4317
+ version = "0.57.1"
4318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4319
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
4320
+
4321
+ [[package]]
4322
+ name = "writeable"
4323
+ version = "0.6.3"
4324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4325
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
4326
+
4327
+ [[package]]
4328
+ name = "wry"
4329
+ version = "0.55.1"
4330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4331
+ checksum = "186f9871daa55fd9c016578b810d149de58367113db7fb72b462d2323ce19514"
4332
+ dependencies = [
4333
+ "base64 0.22.1",
4334
+ "block2",
4335
+ "cookie",
4336
+ "crossbeam-channel",
4337
+ "dirs",
4338
+ "dom_query",
4339
+ "dpi",
4340
+ "dunce",
4341
+ "gdkx11",
4342
+ "gtk",
4343
+ "http",
4344
+ "javascriptcore-rs",
4345
+ "jni",
4346
+ "libc",
4347
+ "ndk",
4348
+ "objc2",
4349
+ "objc2-app-kit",
4350
+ "objc2-core-foundation",
4351
+ "objc2-foundation",
4352
+ "objc2-ui-kit",
4353
+ "objc2-web-kit",
4354
+ "once_cell",
4355
+ "percent-encoding",
4356
+ "raw-window-handle",
4357
+ "sha2",
4358
+ "soup3",
4359
+ "tao-macros",
4360
+ "thiserror 2.0.18",
4361
+ "url",
4362
+ "webkit2gtk",
4363
+ "webkit2gtk-sys",
4364
+ "webview2-com",
4365
+ "windows 0.61.3",
4366
+ "windows-core 0.61.2",
4367
+ "windows-version",
4368
+ "x11-dl",
4369
+ ]
4370
+
4371
+ [[package]]
4372
+ name = "x11"
4373
+ version = "2.21.0"
4374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4375
+ checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
4376
+ dependencies = [
4377
+ "libc",
4378
+ "pkg-config",
4379
+ ]
4380
+
4381
+ [[package]]
4382
+ name = "x11-dl"
4383
+ version = "2.21.0"
4384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4385
+ checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
4386
+ dependencies = [
4387
+ "libc",
4388
+ "once_cell",
4389
+ "pkg-config",
4390
+ ]
4391
+
4392
+ [[package]]
4393
+ name = "yoke"
4394
+ version = "0.8.3"
4395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4396
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
4397
+ dependencies = [
4398
+ "stable_deref_trait",
4399
+ "yoke-derive",
4400
+ "zerofrom",
4401
+ ]
4402
+
4403
+ [[package]]
4404
+ name = "yoke-derive"
4405
+ version = "0.8.2"
4406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4407
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
4408
+ dependencies = [
4409
+ "proc-macro2",
4410
+ "quote",
4411
+ "syn 2.0.118",
4412
+ "synstructure",
4413
+ ]
4414
+
4415
+ [[package]]
4416
+ name = "zerofrom"
4417
+ version = "0.1.8"
4418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4419
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
4420
+ dependencies = [
4421
+ "zerofrom-derive",
4422
+ ]
4423
+
4424
+ [[package]]
4425
+ name = "zerofrom-derive"
4426
+ version = "0.1.7"
4427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4428
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4429
+ dependencies = [
4430
+ "proc-macro2",
4431
+ "quote",
4432
+ "syn 2.0.118",
4433
+ "synstructure",
4434
+ ]
4435
+
4436
+ [[package]]
4437
+ name = "zerotrie"
4438
+ version = "0.2.4"
4439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4440
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4441
+ dependencies = [
4442
+ "displaydoc",
4443
+ "yoke",
4444
+ "zerofrom",
4445
+ ]
4446
+
4447
+ [[package]]
4448
+ name = "zerovec"
4449
+ version = "0.11.6"
4450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4451
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4452
+ dependencies = [
4453
+ "yoke",
4454
+ "zerofrom",
4455
+ "zerovec-derive",
4456
+ ]
4457
+
4458
+ [[package]]
4459
+ name = "zerovec-derive"
4460
+ version = "0.11.3"
4461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4462
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4463
+ dependencies = [
4464
+ "proc-macro2",
4465
+ "quote",
4466
+ "syn 2.0.118",
4467
+ ]
4468
+
4469
+ [[package]]
4470
+ name = "zmij"
4471
+ version = "1.0.21"
4472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4473
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"