himg 0.0.1

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.
data/Cargo.lock ADDED
@@ -0,0 +1,4230 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "accesskit"
7
+ version = "0.17.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "d3d3b8f9bae46a948369bc4a03e815d4ed6d616bd00de4051133a5019dc31c5a"
10
+
11
+ [[package]]
12
+ name = "addr2line"
13
+ version = "0.24.2"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
16
+ dependencies = [
17
+ "gimli",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "adler2"
22
+ version = "2.0.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
25
+
26
+ [[package]]
27
+ name = "aho-corasick"
28
+ version = "1.1.3"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
31
+ dependencies = [
32
+ "memchr",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "allocator-api2"
37
+ version = "0.2.21"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
40
+
41
+ [[package]]
42
+ name = "android_system_properties"
43
+ version = "0.1.5"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
46
+ dependencies = [
47
+ "libc",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "app_units"
52
+ version = "0.7.8"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "467b60e4ee6761cd6fd4e03ea58acefc8eec0d1b1def995c1b3b783fa7be8a60"
55
+ dependencies = [
56
+ "num-traits",
57
+ "serde",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "arboard"
62
+ version = "3.5.0"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "c1df21f715862ede32a0c525ce2ca4d52626bb0007f8c18b87a384503ac33e70"
65
+ dependencies = [
66
+ "clipboard-win",
67
+ "log",
68
+ "objc2",
69
+ "objc2-app-kit",
70
+ "objc2-foundation",
71
+ "parking_lot",
72
+ "percent-encoding",
73
+ "x11rb",
74
+ ]
75
+
76
+ [[package]]
77
+ name = "arrayref"
78
+ version = "0.3.9"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
81
+
82
+ [[package]]
83
+ name = "arrayvec"
84
+ version = "0.7.6"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
87
+
88
+ [[package]]
89
+ name = "ash"
90
+ version = "0.38.0+1.3.281"
91
+ source = "registry+https://github.com/rust-lang/crates.io-index"
92
+ checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
93
+ dependencies = [
94
+ "libloading",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "atomic-waker"
99
+ version = "1.1.2"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
102
+
103
+ [[package]]
104
+ name = "atomic_refcell"
105
+ version = "0.1.13"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
108
+ dependencies = [
109
+ "serde",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "autocfg"
114
+ version = "1.4.0"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
117
+
118
+ [[package]]
119
+ name = "backtrace"
120
+ version = "0.3.74"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
123
+ dependencies = [
124
+ "addr2line",
125
+ "cfg-if",
126
+ "libc",
127
+ "miniz_oxide",
128
+ "object",
129
+ "rustc-demangle",
130
+ "windows-targets 0.52.6",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "base64"
135
+ version = "0.22.1"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
138
+
139
+ [[package]]
140
+ name = "bindgen"
141
+ version = "0.69.5"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
144
+ dependencies = [
145
+ "bitflags 2.9.0",
146
+ "cexpr",
147
+ "clang-sys",
148
+ "itertools 0.12.1",
149
+ "lazy_static",
150
+ "lazycell",
151
+ "proc-macro2",
152
+ "quote",
153
+ "regex",
154
+ "rustc-hash",
155
+ "shlex",
156
+ "syn",
157
+ ]
158
+
159
+ [[package]]
160
+ name = "bit-set"
161
+ version = "0.8.0"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
164
+ dependencies = [
165
+ "bit-vec",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "bit-vec"
170
+ version = "0.8.0"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
173
+
174
+ [[package]]
175
+ name = "bitflags"
176
+ version = "1.3.2"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
179
+
180
+ [[package]]
181
+ name = "bitflags"
182
+ version = "2.9.0"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
185
+ dependencies = [
186
+ "serde",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "blitz-dom"
191
+ version = "0.1.0-alpha.1"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "eae8889dde80e2aaceec27455c63446ca841cb7217a4f5489691295da922792b"
194
+ dependencies = [
195
+ "accesskit",
196
+ "app_units",
197
+ "arboard",
198
+ "atomic_refcell",
199
+ "blitz-traits",
200
+ "color",
201
+ "cursor-icon",
202
+ "euclid",
203
+ "html-escape",
204
+ "image",
205
+ "keyboard-types",
206
+ "markup5ever",
207
+ "parley",
208
+ "peniko",
209
+ "selectors",
210
+ "slab",
211
+ "smallvec",
212
+ "string_cache",
213
+ "stylo",
214
+ "stylo_config",
215
+ "stylo_dom",
216
+ "stylo_taffy",
217
+ "stylo_traits",
218
+ "taffy",
219
+ "tracing",
220
+ "url",
221
+ "usvg",
222
+ "woff",
223
+ ]
224
+
225
+ [[package]]
226
+ name = "blitz-html"
227
+ version = "0.1.0-alpha.1"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "fbe208c501a5f90ebf041b739667dd0e07a48a69f19878da15ed2859949b4f40"
230
+ dependencies = [
231
+ "blitz-dom",
232
+ "blitz-traits",
233
+ "html5ever",
234
+ "xml5ever",
235
+ ]
236
+
237
+ [[package]]
238
+ name = "blitz-net"
239
+ version = "0.1.0-alpha.1"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "efc80023b8f6758d7f61bda68440917b72cbe2fe6187cbe1b7837e73b2522dfe"
242
+ dependencies = [
243
+ "blitz-traits",
244
+ "data-url",
245
+ "reqwest",
246
+ "thiserror 1.0.69",
247
+ "tokio",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "blitz-renderer-vello"
252
+ version = "0.1.0-alpha.1"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "44fdafaf87eb502da99667fad2ae9757d01c8bd83772f6b7b6a78c48c3ab6ff5"
255
+ dependencies = [
256
+ "blitz-dom",
257
+ "blitz-traits",
258
+ "color",
259
+ "euclid",
260
+ "futures-intrusive",
261
+ "image",
262
+ "parley",
263
+ "pollster",
264
+ "raw-window-handle",
265
+ "stylo",
266
+ "taffy",
267
+ "tracing",
268
+ "vello",
269
+ "vello_svg",
270
+ "wgpu",
271
+ ]
272
+
273
+ [[package]]
274
+ name = "blitz-traits"
275
+ version = "0.1.0-alpha.1"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "9972442314e8bf9dd65af7aee0634a2d575972587d404520c7c6986abbd523d3"
278
+ dependencies = [
279
+ "bitflags 2.9.0",
280
+ "bytes",
281
+ "http",
282
+ "keyboard-types",
283
+ "raw-window-handle",
284
+ "smol_str",
285
+ "url",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "block"
290
+ version = "0.1.6"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
293
+
294
+ [[package]]
295
+ name = "bumpalo"
296
+ version = "3.17.0"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
299
+
300
+ [[package]]
301
+ name = "bytemuck"
302
+ version = "1.22.0"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
305
+ dependencies = [
306
+ "bytemuck_derive",
307
+ ]
308
+
309
+ [[package]]
310
+ name = "bytemuck_derive"
311
+ version = "1.9.3"
312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
313
+ checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
314
+ dependencies = [
315
+ "proc-macro2",
316
+ "quote",
317
+ "syn",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "byteorder"
322
+ version = "1.5.0"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
325
+
326
+ [[package]]
327
+ name = "byteorder-lite"
328
+ version = "0.1.0"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
331
+
332
+ [[package]]
333
+ name = "bytes"
334
+ version = "1.10.1"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
337
+
338
+ [[package]]
339
+ name = "cc"
340
+ version = "1.2.19"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
343
+ dependencies = [
344
+ "shlex",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "cexpr"
349
+ version = "0.6.0"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
352
+ dependencies = [
353
+ "nom",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "cfg-if"
358
+ version = "1.0.0"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
361
+
362
+ [[package]]
363
+ name = "cfg_aliases"
364
+ version = "0.1.1"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
367
+
368
+ [[package]]
369
+ name = "clang-sys"
370
+ version = "1.8.1"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
373
+ dependencies = [
374
+ "glob",
375
+ "libc",
376
+ "libloading",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "clipboard-win"
381
+ version = "5.4.0"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
384
+ dependencies = [
385
+ "error-code",
386
+ ]
387
+
388
+ [[package]]
389
+ name = "codespan-reporting"
390
+ version = "0.11.1"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
393
+ dependencies = [
394
+ "termcolor",
395
+ "unicode-width",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "color"
400
+ version = "0.2.3"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "61c387f6cef110ee8eaf12fca5586d3d303c07c594f4a5f02c768b6470b70dbd"
403
+
404
+ [[package]]
405
+ name = "color_quant"
406
+ version = "1.1.0"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
409
+
410
+ [[package]]
411
+ name = "core-foundation"
412
+ version = "0.9.4"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
415
+ dependencies = [
416
+ "core-foundation-sys",
417
+ "libc",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "core-foundation-sys"
422
+ version = "0.8.7"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
425
+
426
+ [[package]]
427
+ name = "core-graphics-types"
428
+ version = "0.1.3"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
431
+ dependencies = [
432
+ "bitflags 1.3.2",
433
+ "core-foundation",
434
+ "libc",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "core_maths"
439
+ version = "0.1.1"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
442
+ dependencies = [
443
+ "libm",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "crc32fast"
448
+ version = "1.4.2"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
451
+ dependencies = [
452
+ "cfg-if",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "crossbeam-deque"
457
+ version = "0.8.6"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
460
+ dependencies = [
461
+ "crossbeam-epoch",
462
+ "crossbeam-utils",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "crossbeam-epoch"
467
+ version = "0.9.18"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
470
+ dependencies = [
471
+ "crossbeam-utils",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "crossbeam-utils"
476
+ version = "0.8.21"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
479
+
480
+ [[package]]
481
+ name = "cssparser"
482
+ version = "0.35.0"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
485
+ dependencies = [
486
+ "cssparser-macros",
487
+ "dtoa-short",
488
+ "itoa",
489
+ "phf",
490
+ "serde",
491
+ "smallvec",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "cssparser-macros"
496
+ version = "0.6.1"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
499
+ dependencies = [
500
+ "quote",
501
+ "syn",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "cursor-icon"
506
+ version = "1.1.0"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
509
+
510
+ [[package]]
511
+ name = "darling"
512
+ version = "0.20.11"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
515
+ dependencies = [
516
+ "darling_core",
517
+ "darling_macro",
518
+ ]
519
+
520
+ [[package]]
521
+ name = "darling_core"
522
+ version = "0.20.11"
523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
524
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
525
+ dependencies = [
526
+ "fnv",
527
+ "ident_case",
528
+ "proc-macro2",
529
+ "quote",
530
+ "syn",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "darling_macro"
535
+ version = "0.20.11"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
538
+ dependencies = [
539
+ "darling_core",
540
+ "quote",
541
+ "syn",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "data-url"
546
+ version = "0.3.1"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
549
+
550
+ [[package]]
551
+ name = "derive_more"
552
+ version = "0.99.19"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
555
+ dependencies = [
556
+ "proc-macro2",
557
+ "quote",
558
+ "syn",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "displaydoc"
563
+ version = "0.2.5"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
566
+ dependencies = [
567
+ "proc-macro2",
568
+ "quote",
569
+ "syn",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "document-features"
574
+ version = "0.2.11"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
577
+ dependencies = [
578
+ "litrs",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "dtoa"
583
+ version = "1.0.10"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
586
+
587
+ [[package]]
588
+ name = "dtoa-short"
589
+ version = "0.3.5"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
592
+ dependencies = [
593
+ "dtoa",
594
+ ]
595
+
596
+ [[package]]
597
+ name = "either"
598
+ version = "1.15.0"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
601
+
602
+ [[package]]
603
+ name = "encoding_rs"
604
+ version = "0.8.35"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
607
+ dependencies = [
608
+ "cfg-if",
609
+ ]
610
+
611
+ [[package]]
612
+ name = "equivalent"
613
+ version = "1.0.2"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
616
+
617
+ [[package]]
618
+ name = "errno"
619
+ version = "0.3.11"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
622
+ dependencies = [
623
+ "libc",
624
+ "windows-sys 0.59.0",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "error-code"
629
+ version = "3.3.1"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f"
632
+
633
+ [[package]]
634
+ name = "euclid"
635
+ version = "0.22.11"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
638
+ dependencies = [
639
+ "num-traits",
640
+ "serde",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "fastrand"
645
+ version = "2.3.0"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
648
+
649
+ [[package]]
650
+ name = "fdeflate"
651
+ version = "0.3.7"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
654
+ dependencies = [
655
+ "simd-adler32",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "flate2"
660
+ version = "1.1.1"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
663
+ dependencies = [
664
+ "crc32fast",
665
+ "miniz_oxide",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "float-cmp"
670
+ version = "0.9.0"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
673
+
674
+ [[package]]
675
+ name = "fnv"
676
+ version = "1.0.7"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
679
+
680
+ [[package]]
681
+ name = "foldhash"
682
+ version = "0.1.5"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
685
+
686
+ [[package]]
687
+ name = "font-types"
688
+ version = "0.8.4"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
691
+ dependencies = [
692
+ "bytemuck",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "fontconfig-cache-parser"
697
+ version = "0.2.0"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "a7f8afb20c8069fd676d27b214559a337cc619a605d25a87baa90b49a06f3b18"
700
+ dependencies = [
701
+ "bytemuck",
702
+ "thiserror 1.0.69",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "fontconfig-parser"
707
+ version = "0.5.7"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
710
+ dependencies = [
711
+ "roxmltree",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "fontdb"
716
+ version = "0.22.0"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "a3a6f9af55fb97ad673fb7a69533eb2f967648a06fa21f8c9bb2cd6d33975716"
719
+ dependencies = [
720
+ "fontconfig-parser",
721
+ "log",
722
+ "memmap2",
723
+ "slotmap",
724
+ "tinyvec",
725
+ "ttf-parser",
726
+ ]
727
+
728
+ [[package]]
729
+ name = "fontique"
730
+ version = "0.3.0"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "6b5fcb214137f01bc842c4fd633236255c51f8a24c6d3923eb8361c6d0940737"
733
+ dependencies = [
734
+ "bytemuck",
735
+ "fontconfig-cache-parser",
736
+ "hashbrown",
737
+ "icu_locid",
738
+ "memmap2",
739
+ "objc2-core-foundation",
740
+ "objc2-core-text",
741
+ "objc2-foundation",
742
+ "peniko",
743
+ "read-fonts",
744
+ "roxmltree",
745
+ "smallvec",
746
+ "windows",
747
+ "windows-core",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "foreign-types"
752
+ version = "0.3.2"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
755
+ dependencies = [
756
+ "foreign-types-shared 0.1.1",
757
+ ]
758
+
759
+ [[package]]
760
+ name = "foreign-types"
761
+ version = "0.5.0"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
764
+ dependencies = [
765
+ "foreign-types-macros",
766
+ "foreign-types-shared 0.3.1",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "foreign-types-macros"
771
+ version = "0.2.3"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
774
+ dependencies = [
775
+ "proc-macro2",
776
+ "quote",
777
+ "syn",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "foreign-types-shared"
782
+ version = "0.1.1"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
785
+
786
+ [[package]]
787
+ name = "foreign-types-shared"
788
+ version = "0.3.1"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
791
+
792
+ [[package]]
793
+ name = "form_urlencoded"
794
+ version = "1.2.1"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
797
+ dependencies = [
798
+ "percent-encoding",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "futf"
803
+ version = "0.1.5"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
806
+ dependencies = [
807
+ "mac",
808
+ "new_debug_unreachable",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "futures-channel"
813
+ version = "0.3.31"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
816
+ dependencies = [
817
+ "futures-core",
818
+ ]
819
+
820
+ [[package]]
821
+ name = "futures-core"
822
+ version = "0.3.31"
823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
824
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
825
+
826
+ [[package]]
827
+ name = "futures-intrusive"
828
+ version = "0.5.0"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
831
+ dependencies = [
832
+ "futures-core",
833
+ "lock_api",
834
+ "parking_lot",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "futures-sink"
839
+ version = "0.3.31"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
842
+
843
+ [[package]]
844
+ name = "futures-task"
845
+ version = "0.3.31"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
848
+
849
+ [[package]]
850
+ name = "futures-util"
851
+ version = "0.3.31"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
854
+ dependencies = [
855
+ "futures-core",
856
+ "futures-task",
857
+ "pin-project-lite",
858
+ "pin-utils",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "fxhash"
863
+ version = "0.2.1"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
866
+ dependencies = [
867
+ "byteorder",
868
+ ]
869
+
870
+ [[package]]
871
+ name = "gethostname"
872
+ version = "0.4.3"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
875
+ dependencies = [
876
+ "libc",
877
+ "windows-targets 0.48.5",
878
+ ]
879
+
880
+ [[package]]
881
+ name = "getrandom"
882
+ version = "0.2.15"
883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
884
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
885
+ dependencies = [
886
+ "cfg-if",
887
+ "libc",
888
+ "wasi 0.11.0+wasi-snapshot-preview1",
889
+ ]
890
+
891
+ [[package]]
892
+ name = "getrandom"
893
+ version = "0.3.2"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
896
+ dependencies = [
897
+ "cfg-if",
898
+ "libc",
899
+ "r-efi",
900
+ "wasi 0.14.2+wasi-0.2.4",
901
+ ]
902
+
903
+ [[package]]
904
+ name = "gif"
905
+ version = "0.13.1"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
908
+ dependencies = [
909
+ "color_quant",
910
+ "weezl",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "gimli"
915
+ version = "0.31.1"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
918
+
919
+ [[package]]
920
+ name = "gl_generator"
921
+ version = "0.14.0"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
924
+ dependencies = [
925
+ "khronos_api",
926
+ "log",
927
+ "xml-rs",
928
+ ]
929
+
930
+ [[package]]
931
+ name = "glob"
932
+ version = "0.3.2"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
935
+
936
+ [[package]]
937
+ name = "glow"
938
+ version = "0.14.2"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
941
+ dependencies = [
942
+ "js-sys",
943
+ "slotmap",
944
+ "wasm-bindgen",
945
+ "web-sys",
946
+ ]
947
+
948
+ [[package]]
949
+ name = "glutin_wgl_sys"
950
+ version = "0.6.1"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
953
+ dependencies = [
954
+ "gl_generator",
955
+ ]
956
+
957
+ [[package]]
958
+ name = "gpu-alloc"
959
+ version = "0.6.0"
960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
961
+ checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
962
+ dependencies = [
963
+ "bitflags 2.9.0",
964
+ "gpu-alloc-types",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "gpu-alloc-types"
969
+ version = "0.3.0"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
972
+ dependencies = [
973
+ "bitflags 2.9.0",
974
+ ]
975
+
976
+ [[package]]
977
+ name = "gpu-allocator"
978
+ version = "0.27.0"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd"
981
+ dependencies = [
982
+ "log",
983
+ "presser",
984
+ "thiserror 1.0.69",
985
+ "windows",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "gpu-descriptor"
990
+ version = "0.3.1"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "dcf29e94d6d243368b7a56caa16bc213e4f9f8ed38c4d9557069527b5d5281ca"
993
+ dependencies = [
994
+ "bitflags 2.9.0",
995
+ "gpu-descriptor-types",
996
+ "hashbrown",
997
+ ]
998
+
999
+ [[package]]
1000
+ name = "gpu-descriptor-types"
1001
+ version = "0.2.0"
1002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1003
+ checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
1004
+ dependencies = [
1005
+ "bitflags 2.9.0",
1006
+ ]
1007
+
1008
+ [[package]]
1009
+ name = "grid"
1010
+ version = "0.16.2"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "969d090eea77fac1be33f853ffc4b6b60cc6f312ddf4fd28b311a730e1dd8ebe"
1013
+
1014
+ [[package]]
1015
+ name = "guillotiere"
1016
+ version = "0.6.2"
1017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782"
1019
+ dependencies = [
1020
+ "euclid",
1021
+ "svg_fmt",
1022
+ ]
1023
+
1024
+ [[package]]
1025
+ name = "h2"
1026
+ version = "0.4.9"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
1029
+ dependencies = [
1030
+ "atomic-waker",
1031
+ "bytes",
1032
+ "fnv",
1033
+ "futures-core",
1034
+ "futures-sink",
1035
+ "http",
1036
+ "indexmap",
1037
+ "slab",
1038
+ "tokio",
1039
+ "tokio-util",
1040
+ "tracing",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "hashbrown"
1045
+ version = "0.15.2"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1048
+ dependencies = [
1049
+ "allocator-api2",
1050
+ "equivalent",
1051
+ "foldhash",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "hermit-abi"
1056
+ version = "0.3.9"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1059
+
1060
+ [[package]]
1061
+ name = "hexf-parse"
1062
+ version = "0.2.1"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
1065
+
1066
+ [[package]]
1067
+ name = "himg"
1068
+ version = "0.0.1"
1069
+ dependencies = [
1070
+ "blitz-dom",
1071
+ "blitz-html",
1072
+ "blitz-net",
1073
+ "blitz-renderer-vello",
1074
+ "blitz-traits",
1075
+ "magnus",
1076
+ "png",
1077
+ "rb-sys",
1078
+ "rb-sys-env 0.2.2",
1079
+ "rb-sys-test-helpers",
1080
+ "tokio",
1081
+ ]
1082
+
1083
+ [[package]]
1084
+ name = "html-escape"
1085
+ version = "0.2.13"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
1088
+ dependencies = [
1089
+ "utf8-width",
1090
+ ]
1091
+
1092
+ [[package]]
1093
+ name = "html5ever"
1094
+ version = "0.30.0"
1095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+ checksum = "d5bf3413d61499f71fe4f627bbecfbec2977ce280525701df788f47370b0c507"
1097
+ dependencies = [
1098
+ "log",
1099
+ "mac",
1100
+ "markup5ever",
1101
+ "match_token",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "http"
1106
+ version = "1.3.1"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1109
+ dependencies = [
1110
+ "bytes",
1111
+ "fnv",
1112
+ "itoa",
1113
+ ]
1114
+
1115
+ [[package]]
1116
+ name = "http-body"
1117
+ version = "1.0.1"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1120
+ dependencies = [
1121
+ "bytes",
1122
+ "http",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "http-body-util"
1127
+ version = "0.1.3"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1130
+ dependencies = [
1131
+ "bytes",
1132
+ "futures-core",
1133
+ "http",
1134
+ "http-body",
1135
+ "pin-project-lite",
1136
+ ]
1137
+
1138
+ [[package]]
1139
+ name = "httparse"
1140
+ version = "1.10.1"
1141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1142
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1143
+
1144
+ [[package]]
1145
+ name = "hyper"
1146
+ version = "1.6.0"
1147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1148
+ checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1149
+ dependencies = [
1150
+ "bytes",
1151
+ "futures-channel",
1152
+ "futures-util",
1153
+ "h2",
1154
+ "http",
1155
+ "http-body",
1156
+ "httparse",
1157
+ "itoa",
1158
+ "pin-project-lite",
1159
+ "smallvec",
1160
+ "tokio",
1161
+ "want",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "hyper-rustls"
1166
+ version = "0.27.5"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
1169
+ dependencies = [
1170
+ "futures-util",
1171
+ "http",
1172
+ "hyper",
1173
+ "hyper-util",
1174
+ "rustls",
1175
+ "rustls-pki-types",
1176
+ "tokio",
1177
+ "tokio-rustls",
1178
+ "tower-service",
1179
+ ]
1180
+
1181
+ [[package]]
1182
+ name = "hyper-tls"
1183
+ version = "0.6.0"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1186
+ dependencies = [
1187
+ "bytes",
1188
+ "http-body-util",
1189
+ "hyper",
1190
+ "hyper-util",
1191
+ "native-tls",
1192
+ "tokio",
1193
+ "tokio-native-tls",
1194
+ "tower-service",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "hyper-util"
1199
+ version = "0.1.11"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
1202
+ dependencies = [
1203
+ "bytes",
1204
+ "futures-channel",
1205
+ "futures-util",
1206
+ "http",
1207
+ "http-body",
1208
+ "hyper",
1209
+ "libc",
1210
+ "pin-project-lite",
1211
+ "socket2",
1212
+ "tokio",
1213
+ "tower-service",
1214
+ "tracing",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "icu_collections"
1219
+ version = "1.5.0"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1222
+ dependencies = [
1223
+ "displaydoc",
1224
+ "yoke",
1225
+ "zerofrom",
1226
+ "zerovec",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "icu_locid"
1231
+ version = "1.5.0"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1234
+ dependencies = [
1235
+ "displaydoc",
1236
+ "litemap",
1237
+ "tinystr",
1238
+ "writeable",
1239
+ "zerovec",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "icu_locid_transform"
1244
+ version = "1.5.0"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1247
+ dependencies = [
1248
+ "displaydoc",
1249
+ "icu_locid",
1250
+ "icu_locid_transform_data",
1251
+ "icu_provider",
1252
+ "tinystr",
1253
+ "zerovec",
1254
+ ]
1255
+
1256
+ [[package]]
1257
+ name = "icu_locid_transform_data"
1258
+ version = "1.5.1"
1259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1260
+ checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
1261
+
1262
+ [[package]]
1263
+ name = "icu_normalizer"
1264
+ version = "1.5.0"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1267
+ dependencies = [
1268
+ "displaydoc",
1269
+ "icu_collections",
1270
+ "icu_normalizer_data",
1271
+ "icu_properties",
1272
+ "icu_provider",
1273
+ "smallvec",
1274
+ "utf16_iter",
1275
+ "utf8_iter",
1276
+ "write16",
1277
+ "zerovec",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "icu_normalizer_data"
1282
+ version = "1.5.1"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
1285
+
1286
+ [[package]]
1287
+ name = "icu_properties"
1288
+ version = "1.5.1"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1291
+ dependencies = [
1292
+ "displaydoc",
1293
+ "icu_collections",
1294
+ "icu_locid_transform",
1295
+ "icu_properties_data",
1296
+ "icu_provider",
1297
+ "tinystr",
1298
+ "zerovec",
1299
+ ]
1300
+
1301
+ [[package]]
1302
+ name = "icu_properties_data"
1303
+ version = "1.5.1"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
1306
+
1307
+ [[package]]
1308
+ name = "icu_provider"
1309
+ version = "1.5.0"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1312
+ dependencies = [
1313
+ "displaydoc",
1314
+ "icu_locid",
1315
+ "icu_provider_macros",
1316
+ "stable_deref_trait",
1317
+ "tinystr",
1318
+ "writeable",
1319
+ "yoke",
1320
+ "zerofrom",
1321
+ "zerovec",
1322
+ ]
1323
+
1324
+ [[package]]
1325
+ name = "icu_provider_macros"
1326
+ version = "1.5.0"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1329
+ dependencies = [
1330
+ "proc-macro2",
1331
+ "quote",
1332
+ "syn",
1333
+ ]
1334
+
1335
+ [[package]]
1336
+ name = "icu_segmenter"
1337
+ version = "1.5.0"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de"
1340
+ dependencies = [
1341
+ "core_maths",
1342
+ "displaydoc",
1343
+ "icu_collections",
1344
+ "icu_locid",
1345
+ "icu_provider",
1346
+ "icu_segmenter_data",
1347
+ "utf8_iter",
1348
+ "zerovec",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "icu_segmenter_data"
1353
+ version = "1.5.1"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "a1e52775179941363cc594e49ce99284d13d6948928d8e72c755f55e98caa1eb"
1356
+
1357
+ [[package]]
1358
+ name = "ident_case"
1359
+ version = "1.0.1"
1360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1361
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1362
+
1363
+ [[package]]
1364
+ name = "idna"
1365
+ version = "1.0.3"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1368
+ dependencies = [
1369
+ "idna_adapter",
1370
+ "smallvec",
1371
+ "utf8_iter",
1372
+ ]
1373
+
1374
+ [[package]]
1375
+ name = "idna_adapter"
1376
+ version = "1.2.0"
1377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1378
+ checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
1379
+ dependencies = [
1380
+ "icu_normalizer",
1381
+ "icu_properties",
1382
+ ]
1383
+
1384
+ [[package]]
1385
+ name = "image"
1386
+ version = "0.25.6"
1387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+ checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
1389
+ dependencies = [
1390
+ "bytemuck",
1391
+ "byteorder-lite",
1392
+ "color_quant",
1393
+ "gif",
1394
+ "image-webp",
1395
+ "num-traits",
1396
+ "png",
1397
+ "zune-core",
1398
+ "zune-jpeg",
1399
+ ]
1400
+
1401
+ [[package]]
1402
+ name = "image-webp"
1403
+ version = "0.2.1"
1404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1405
+ checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
1406
+ dependencies = [
1407
+ "byteorder-lite",
1408
+ "quick-error",
1409
+ ]
1410
+
1411
+ [[package]]
1412
+ name = "imagesize"
1413
+ version = "0.13.0"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
1416
+
1417
+ [[package]]
1418
+ name = "indexmap"
1419
+ version = "2.9.0"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
1422
+ dependencies = [
1423
+ "equivalent",
1424
+ "hashbrown",
1425
+ ]
1426
+
1427
+ [[package]]
1428
+ name = "ipnet"
1429
+ version = "2.11.0"
1430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1431
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1432
+
1433
+ [[package]]
1434
+ name = "itertools"
1435
+ version = "0.10.5"
1436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1437
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1438
+ dependencies = [
1439
+ "either",
1440
+ ]
1441
+
1442
+ [[package]]
1443
+ name = "itertools"
1444
+ version = "0.12.1"
1445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1447
+ dependencies = [
1448
+ "either",
1449
+ ]
1450
+
1451
+ [[package]]
1452
+ name = "itoa"
1453
+ version = "1.0.15"
1454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1455
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1456
+
1457
+ [[package]]
1458
+ name = "jni-sys"
1459
+ version = "0.3.0"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1462
+
1463
+ [[package]]
1464
+ name = "js-sys"
1465
+ version = "0.3.77"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1468
+ dependencies = [
1469
+ "once_cell",
1470
+ "wasm-bindgen",
1471
+ ]
1472
+
1473
+ [[package]]
1474
+ name = "keyboard-types"
1475
+ version = "0.7.0"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
1478
+ dependencies = [
1479
+ "bitflags 2.9.0",
1480
+ "serde",
1481
+ "unicode-segmentation",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "khronos-egl"
1486
+ version = "6.0.0"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
1489
+ dependencies = [
1490
+ "libc",
1491
+ "libloading",
1492
+ "pkg-config",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "khronos_api"
1497
+ version = "3.1.0"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
1500
+
1501
+ [[package]]
1502
+ name = "kurbo"
1503
+ version = "0.11.1"
1504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1505
+ checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
1506
+ dependencies = [
1507
+ "arrayvec",
1508
+ "smallvec",
1509
+ ]
1510
+
1511
+ [[package]]
1512
+ name = "lazy_static"
1513
+ version = "1.5.0"
1514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1515
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1516
+
1517
+ [[package]]
1518
+ name = "lazycell"
1519
+ version = "1.3.0"
1520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1521
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1522
+
1523
+ [[package]]
1524
+ name = "libc"
1525
+ version = "0.2.172"
1526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1527
+ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
1528
+
1529
+ [[package]]
1530
+ name = "libloading"
1531
+ version = "0.8.6"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
1534
+ dependencies = [
1535
+ "cfg-if",
1536
+ "windows-targets 0.52.6",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "libm"
1541
+ version = "0.2.11"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
1544
+
1545
+ [[package]]
1546
+ name = "linux-raw-sys"
1547
+ version = "0.4.15"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1550
+
1551
+ [[package]]
1552
+ name = "linux-raw-sys"
1553
+ version = "0.9.4"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1556
+
1557
+ [[package]]
1558
+ name = "litemap"
1559
+ version = "0.7.5"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1562
+
1563
+ [[package]]
1564
+ name = "litrs"
1565
+ version = "0.4.1"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
1568
+
1569
+ [[package]]
1570
+ name = "lock_api"
1571
+ version = "0.4.12"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1574
+ dependencies = [
1575
+ "autocfg",
1576
+ "scopeguard",
1577
+ ]
1578
+
1579
+ [[package]]
1580
+ name = "log"
1581
+ version = "0.4.27"
1582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1584
+
1585
+ [[package]]
1586
+ name = "mac"
1587
+ version = "0.1.1"
1588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1589
+ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1590
+
1591
+ [[package]]
1592
+ name = "magnus"
1593
+ version = "0.7.1"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
1596
+ dependencies = [
1597
+ "magnus-macros",
1598
+ "rb-sys",
1599
+ "rb-sys-env 0.1.2",
1600
+ "seq-macro",
1601
+ ]
1602
+
1603
+ [[package]]
1604
+ name = "magnus-macros"
1605
+ version = "0.6.0"
1606
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
1608
+ dependencies = [
1609
+ "proc-macro2",
1610
+ "quote",
1611
+ "syn",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "malloc_buf"
1616
+ version = "0.0.6"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1619
+ dependencies = [
1620
+ "libc",
1621
+ ]
1622
+
1623
+ [[package]]
1624
+ name = "malloc_size_of_derive"
1625
+ version = "0.1.3"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "f44db74bde26fdf427af23f1d146c211aed857c59e3be750cf2617f6b0b05c94"
1628
+ dependencies = [
1629
+ "proc-macro2",
1630
+ "syn",
1631
+ "synstructure",
1632
+ ]
1633
+
1634
+ [[package]]
1635
+ name = "markup5ever"
1636
+ version = "0.15.0"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "03a7b81dfb91586d0677086d40a6d755070e0799b71bb897485bac408dfd5c69"
1639
+ dependencies = [
1640
+ "log",
1641
+ "phf",
1642
+ "phf_codegen",
1643
+ "string_cache",
1644
+ "string_cache_codegen",
1645
+ "tendril",
1646
+ ]
1647
+
1648
+ [[package]]
1649
+ name = "match_token"
1650
+ version = "0.1.0"
1651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1652
+ checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
1653
+ dependencies = [
1654
+ "proc-macro2",
1655
+ "quote",
1656
+ "syn",
1657
+ ]
1658
+
1659
+ [[package]]
1660
+ name = "matches"
1661
+ version = "0.1.10"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1664
+
1665
+ [[package]]
1666
+ name = "memchr"
1667
+ version = "2.7.4"
1668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1669
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1670
+
1671
+ [[package]]
1672
+ name = "memmap2"
1673
+ version = "0.9.5"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
1676
+ dependencies = [
1677
+ "libc",
1678
+ ]
1679
+
1680
+ [[package]]
1681
+ name = "metal"
1682
+ version = "0.29.0"
1683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1684
+ checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
1685
+ dependencies = [
1686
+ "bitflags 2.9.0",
1687
+ "block",
1688
+ "core-graphics-types",
1689
+ "foreign-types 0.5.0",
1690
+ "log",
1691
+ "objc",
1692
+ "paste",
1693
+ ]
1694
+
1695
+ [[package]]
1696
+ name = "mime"
1697
+ version = "0.3.17"
1698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1699
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1700
+
1701
+ [[package]]
1702
+ name = "minimal-lexical"
1703
+ version = "0.2.1"
1704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1705
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1706
+
1707
+ [[package]]
1708
+ name = "miniz_oxide"
1709
+ version = "0.8.8"
1710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+ checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
1712
+ dependencies = [
1713
+ "adler2",
1714
+ "simd-adler32",
1715
+ ]
1716
+
1717
+ [[package]]
1718
+ name = "mio"
1719
+ version = "1.0.3"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
1722
+ dependencies = [
1723
+ "libc",
1724
+ "wasi 0.11.0+wasi-snapshot-preview1",
1725
+ "windows-sys 0.52.0",
1726
+ ]
1727
+
1728
+ [[package]]
1729
+ name = "naga"
1730
+ version = "23.1.0"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
1733
+ dependencies = [
1734
+ "arrayvec",
1735
+ "bit-set",
1736
+ "bitflags 2.9.0",
1737
+ "cfg_aliases",
1738
+ "codespan-reporting",
1739
+ "hexf-parse",
1740
+ "indexmap",
1741
+ "log",
1742
+ "rustc-hash",
1743
+ "spirv",
1744
+ "termcolor",
1745
+ "thiserror 1.0.69",
1746
+ "unicode-xid",
1747
+ ]
1748
+
1749
+ [[package]]
1750
+ name = "native-tls"
1751
+ version = "0.2.14"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1754
+ dependencies = [
1755
+ "libc",
1756
+ "log",
1757
+ "openssl",
1758
+ "openssl-probe",
1759
+ "openssl-sys",
1760
+ "schannel",
1761
+ "security-framework",
1762
+ "security-framework-sys",
1763
+ "tempfile",
1764
+ ]
1765
+
1766
+ [[package]]
1767
+ name = "ndk-sys"
1768
+ version = "0.5.0+25.2.9519653"
1769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1770
+ checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
1771
+ dependencies = [
1772
+ "jni-sys",
1773
+ ]
1774
+
1775
+ [[package]]
1776
+ name = "new_debug_unreachable"
1777
+ version = "1.0.6"
1778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1780
+
1781
+ [[package]]
1782
+ name = "nom"
1783
+ version = "7.1.3"
1784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1785
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1786
+ dependencies = [
1787
+ "memchr",
1788
+ "minimal-lexical",
1789
+ ]
1790
+
1791
+ [[package]]
1792
+ name = "num-derive"
1793
+ version = "0.4.2"
1794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1795
+ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1796
+ dependencies = [
1797
+ "proc-macro2",
1798
+ "quote",
1799
+ "syn",
1800
+ ]
1801
+
1802
+ [[package]]
1803
+ name = "num-integer"
1804
+ version = "0.1.46"
1805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1806
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1807
+ dependencies = [
1808
+ "num-traits",
1809
+ ]
1810
+
1811
+ [[package]]
1812
+ name = "num-traits"
1813
+ version = "0.2.19"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1816
+ dependencies = [
1817
+ "autocfg",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "num_cpus"
1822
+ version = "1.16.0"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1825
+ dependencies = [
1826
+ "hermit-abi",
1827
+ "libc",
1828
+ ]
1829
+
1830
+ [[package]]
1831
+ name = "objc"
1832
+ version = "0.2.7"
1833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1834
+ checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1835
+ dependencies = [
1836
+ "malloc_buf",
1837
+ ]
1838
+
1839
+ [[package]]
1840
+ name = "objc2"
1841
+ version = "0.6.0"
1842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1843
+ checksum = "3531f65190d9cff863b77a99857e74c314dd16bf56c538c4b57c7cbc3f3a6e59"
1844
+ dependencies = [
1845
+ "objc2-encode",
1846
+ ]
1847
+
1848
+ [[package]]
1849
+ name = "objc2-app-kit"
1850
+ version = "0.3.0"
1851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1852
+ checksum = "5906f93257178e2f7ae069efb89fbd6ee94f0592740b5f8a1512ca498814d0fb"
1853
+ dependencies = [
1854
+ "bitflags 2.9.0",
1855
+ "objc2",
1856
+ "objc2-core-graphics",
1857
+ "objc2-foundation",
1858
+ ]
1859
+
1860
+ [[package]]
1861
+ name = "objc2-core-foundation"
1862
+ version = "0.3.0"
1863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1864
+ checksum = "daeaf60f25471d26948a1c2f840e3f7d86f4109e3af4e8e4b5cd70c39690d925"
1865
+ dependencies = [
1866
+ "bitflags 2.9.0",
1867
+ "objc2",
1868
+ ]
1869
+
1870
+ [[package]]
1871
+ name = "objc2-core-graphics"
1872
+ version = "0.3.0"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "f8dca602628b65356b6513290a21a6405b4d4027b8b250f0b98dddbb28b7de02"
1875
+ dependencies = [
1876
+ "bitflags 2.9.0",
1877
+ "objc2",
1878
+ "objc2-core-foundation",
1879
+ "objc2-io-surface",
1880
+ ]
1881
+
1882
+ [[package]]
1883
+ name = "objc2-core-text"
1884
+ version = "0.3.0"
1885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1886
+ checksum = "6fde15abfe00bf9f1eda220addbdfa6c62b0e5595e98208e8cdbc2ec0f6970a6"
1887
+ dependencies = [
1888
+ "bitflags 2.9.0",
1889
+ "objc2-core-foundation",
1890
+ ]
1891
+
1892
+ [[package]]
1893
+ name = "objc2-encode"
1894
+ version = "4.1.0"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
1897
+
1898
+ [[package]]
1899
+ name = "objc2-foundation"
1900
+ version = "0.3.0"
1901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1902
+ checksum = "3a21c6c9014b82c39515db5b396f91645182611c97d24637cf56ac01e5f8d998"
1903
+ dependencies = [
1904
+ "bitflags 2.9.0",
1905
+ "objc2",
1906
+ "objc2-core-foundation",
1907
+ ]
1908
+
1909
+ [[package]]
1910
+ name = "objc2-io-surface"
1911
+ version = "0.3.0"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "161a8b87e32610086e1a7a9e9ec39f84459db7b3a0881c1f16ca5a2605581c19"
1914
+ dependencies = [
1915
+ "bitflags 2.9.0",
1916
+ "objc2",
1917
+ "objc2-core-foundation",
1918
+ ]
1919
+
1920
+ [[package]]
1921
+ name = "object"
1922
+ version = "0.36.7"
1923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1924
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1925
+ dependencies = [
1926
+ "memchr",
1927
+ ]
1928
+
1929
+ [[package]]
1930
+ name = "once_cell"
1931
+ version = "1.21.3"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1934
+
1935
+ [[package]]
1936
+ name = "openssl"
1937
+ version = "0.10.72"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
1940
+ dependencies = [
1941
+ "bitflags 2.9.0",
1942
+ "cfg-if",
1943
+ "foreign-types 0.3.2",
1944
+ "libc",
1945
+ "once_cell",
1946
+ "openssl-macros",
1947
+ "openssl-sys",
1948
+ ]
1949
+
1950
+ [[package]]
1951
+ name = "openssl-macros"
1952
+ version = "0.1.1"
1953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1954
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1955
+ dependencies = [
1956
+ "proc-macro2",
1957
+ "quote",
1958
+ "syn",
1959
+ ]
1960
+
1961
+ [[package]]
1962
+ name = "openssl-probe"
1963
+ version = "0.1.6"
1964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1966
+
1967
+ [[package]]
1968
+ name = "openssl-sys"
1969
+ version = "0.9.107"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
1972
+ dependencies = [
1973
+ "cc",
1974
+ "libc",
1975
+ "pkg-config",
1976
+ "vcpkg",
1977
+ ]
1978
+
1979
+ [[package]]
1980
+ name = "parking_lot"
1981
+ version = "0.12.3"
1982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1983
+ checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1984
+ dependencies = [
1985
+ "lock_api",
1986
+ "parking_lot_core",
1987
+ ]
1988
+
1989
+ [[package]]
1990
+ name = "parking_lot_core"
1991
+ version = "0.9.10"
1992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1993
+ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1994
+ dependencies = [
1995
+ "cfg-if",
1996
+ "libc",
1997
+ "redox_syscall",
1998
+ "smallvec",
1999
+ "windows-targets 0.52.6",
2000
+ ]
2001
+
2002
+ [[package]]
2003
+ name = "parley"
2004
+ version = "0.3.0"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "0d1c2b33b240c246f06cfceac48dc6c96040cb177d2aa5348899982b298b5577"
2007
+ dependencies = [
2008
+ "fontique",
2009
+ "hashbrown",
2010
+ "peniko",
2011
+ "skrifa",
2012
+ "swash",
2013
+ ]
2014
+
2015
+ [[package]]
2016
+ name = "paste"
2017
+ version = "1.0.15"
2018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2019
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2020
+
2021
+ [[package]]
2022
+ name = "peniko"
2023
+ version = "0.3.1"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "2ec061f435b573ff602b2c5690f1a5bfcf461327194654cfbfce4412b95cf2a1"
2026
+ dependencies = [
2027
+ "color",
2028
+ "kurbo",
2029
+ "smallvec",
2030
+ ]
2031
+
2032
+ [[package]]
2033
+ name = "percent-encoding"
2034
+ version = "2.3.1"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2037
+
2038
+ [[package]]
2039
+ name = "phf"
2040
+ version = "0.11.3"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2043
+ dependencies = [
2044
+ "phf_macros",
2045
+ "phf_shared",
2046
+ ]
2047
+
2048
+ [[package]]
2049
+ name = "phf_codegen"
2050
+ version = "0.11.3"
2051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2052
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2053
+ dependencies = [
2054
+ "phf_generator",
2055
+ "phf_shared",
2056
+ ]
2057
+
2058
+ [[package]]
2059
+ name = "phf_generator"
2060
+ version = "0.11.3"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2063
+ dependencies = [
2064
+ "phf_shared",
2065
+ "rand",
2066
+ ]
2067
+
2068
+ [[package]]
2069
+ name = "phf_macros"
2070
+ version = "0.11.3"
2071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2072
+ checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2073
+ dependencies = [
2074
+ "phf_generator",
2075
+ "phf_shared",
2076
+ "proc-macro2",
2077
+ "quote",
2078
+ "syn",
2079
+ ]
2080
+
2081
+ [[package]]
2082
+ name = "phf_shared"
2083
+ version = "0.11.3"
2084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2085
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2086
+ dependencies = [
2087
+ "siphasher",
2088
+ ]
2089
+
2090
+ [[package]]
2091
+ name = "pico-args"
2092
+ version = "0.5.0"
2093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2094
+ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2095
+
2096
+ [[package]]
2097
+ name = "pin-project-lite"
2098
+ version = "0.2.16"
2099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2100
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2101
+
2102
+ [[package]]
2103
+ name = "pin-utils"
2104
+ version = "0.1.0"
2105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2106
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2107
+
2108
+ [[package]]
2109
+ name = "pkg-config"
2110
+ version = "0.3.32"
2111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2113
+
2114
+ [[package]]
2115
+ name = "png"
2116
+ version = "0.17.16"
2117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2118
+ checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2119
+ dependencies = [
2120
+ "bitflags 1.3.2",
2121
+ "crc32fast",
2122
+ "fdeflate",
2123
+ "flate2",
2124
+ "miniz_oxide",
2125
+ ]
2126
+
2127
+ [[package]]
2128
+ name = "pollster"
2129
+ version = "0.4.0"
2130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2131
+ checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
2132
+
2133
+ [[package]]
2134
+ name = "precomputed-hash"
2135
+ version = "0.1.1"
2136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2137
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2138
+
2139
+ [[package]]
2140
+ name = "presser"
2141
+ version = "0.3.1"
2142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2144
+
2145
+ [[package]]
2146
+ name = "proc-macro2"
2147
+ version = "1.0.95"
2148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2149
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2150
+ dependencies = [
2151
+ "unicode-ident",
2152
+ ]
2153
+
2154
+ [[package]]
2155
+ name = "profiling"
2156
+ version = "1.0.16"
2157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2158
+ checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
2159
+
2160
+ [[package]]
2161
+ name = "quick-error"
2162
+ version = "2.0.1"
2163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2164
+ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2165
+
2166
+ [[package]]
2167
+ name = "quote"
2168
+ version = "1.0.40"
2169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2170
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2171
+ dependencies = [
2172
+ "proc-macro2",
2173
+ ]
2174
+
2175
+ [[package]]
2176
+ name = "r-efi"
2177
+ version = "5.2.0"
2178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2179
+ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
2180
+
2181
+ [[package]]
2182
+ name = "rand"
2183
+ version = "0.8.5"
2184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2185
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2186
+ dependencies = [
2187
+ "rand_core",
2188
+ ]
2189
+
2190
+ [[package]]
2191
+ name = "rand_core"
2192
+ version = "0.6.4"
2193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2195
+
2196
+ [[package]]
2197
+ name = "range-alloc"
2198
+ version = "0.1.4"
2199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2200
+ checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
2201
+
2202
+ [[package]]
2203
+ name = "raw-window-handle"
2204
+ version = "0.6.2"
2205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2206
+ checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2207
+
2208
+ [[package]]
2209
+ name = "rayon"
2210
+ version = "1.10.0"
2211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2212
+ checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2213
+ dependencies = [
2214
+ "either",
2215
+ "rayon-core",
2216
+ ]
2217
+
2218
+ [[package]]
2219
+ name = "rayon-core"
2220
+ version = "1.12.1"
2221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2222
+ checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2223
+ dependencies = [
2224
+ "crossbeam-deque",
2225
+ "crossbeam-utils",
2226
+ ]
2227
+
2228
+ [[package]]
2229
+ name = "rb-sys"
2230
+ version = "0.9.111"
2231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+ checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
2233
+ dependencies = [
2234
+ "rb-sys-build",
2235
+ ]
2236
+
2237
+ [[package]]
2238
+ name = "rb-sys-build"
2239
+ version = "0.9.111"
2240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+ checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
2242
+ dependencies = [
2243
+ "bindgen",
2244
+ "lazy_static",
2245
+ "proc-macro2",
2246
+ "quote",
2247
+ "regex",
2248
+ "shell-words",
2249
+ "syn",
2250
+ ]
2251
+
2252
+ [[package]]
2253
+ name = "rb-sys-env"
2254
+ version = "0.1.2"
2255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2256
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
2257
+
2258
+ [[package]]
2259
+ name = "rb-sys-env"
2260
+ version = "0.2.2"
2261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2262
+ checksum = "08f8d2924cf136a1315e2b4c7460a39f62ef11ee5d522df9b2750fab55b868b6"
2263
+
2264
+ [[package]]
2265
+ name = "rb-sys-test-helpers"
2266
+ version = "0.2.2"
2267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2268
+ checksum = "d6ccb543252549fc28f5d290322e041cd682bd199a8e1caaa813fb6e63dd221e"
2269
+ dependencies = [
2270
+ "rb-sys",
2271
+ "rb-sys-env 0.2.2",
2272
+ "rb-sys-test-helpers-macros",
2273
+ ]
2274
+
2275
+ [[package]]
2276
+ name = "rb-sys-test-helpers-macros"
2277
+ version = "0.2.2"
2278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2279
+ checksum = "1508caed999cb659ab1b3308e7b2985186b3b550ef5492dc18da71b560c55615"
2280
+ dependencies = [
2281
+ "quote",
2282
+ "syn",
2283
+ ]
2284
+
2285
+ [[package]]
2286
+ name = "read-fonts"
2287
+ version = "0.25.3"
2288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2289
+ checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
2290
+ dependencies = [
2291
+ "bytemuck",
2292
+ "font-types",
2293
+ ]
2294
+
2295
+ [[package]]
2296
+ name = "redox_syscall"
2297
+ version = "0.5.11"
2298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2299
+ checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
2300
+ dependencies = [
2301
+ "bitflags 2.9.0",
2302
+ ]
2303
+
2304
+ [[package]]
2305
+ name = "regex"
2306
+ version = "1.11.1"
2307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2308
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2309
+ dependencies = [
2310
+ "aho-corasick",
2311
+ "memchr",
2312
+ "regex-automata",
2313
+ "regex-syntax",
2314
+ ]
2315
+
2316
+ [[package]]
2317
+ name = "regex-automata"
2318
+ version = "0.4.9"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2321
+ dependencies = [
2322
+ "aho-corasick",
2323
+ "memchr",
2324
+ "regex-syntax",
2325
+ ]
2326
+
2327
+ [[package]]
2328
+ name = "regex-syntax"
2329
+ version = "0.8.5"
2330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2331
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2332
+
2333
+ [[package]]
2334
+ name = "renderdoc-sys"
2335
+ version = "1.1.0"
2336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2337
+ checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2338
+
2339
+ [[package]]
2340
+ name = "reqwest"
2341
+ version = "0.12.15"
2342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2343
+ checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
2344
+ dependencies = [
2345
+ "base64",
2346
+ "bytes",
2347
+ "encoding_rs",
2348
+ "futures-core",
2349
+ "futures-util",
2350
+ "h2",
2351
+ "http",
2352
+ "http-body",
2353
+ "http-body-util",
2354
+ "hyper",
2355
+ "hyper-rustls",
2356
+ "hyper-tls",
2357
+ "hyper-util",
2358
+ "ipnet",
2359
+ "js-sys",
2360
+ "log",
2361
+ "mime",
2362
+ "native-tls",
2363
+ "once_cell",
2364
+ "percent-encoding",
2365
+ "pin-project-lite",
2366
+ "rustls-pemfile",
2367
+ "serde",
2368
+ "serde_json",
2369
+ "serde_urlencoded",
2370
+ "sync_wrapper",
2371
+ "system-configuration",
2372
+ "tokio",
2373
+ "tokio-native-tls",
2374
+ "tower",
2375
+ "tower-service",
2376
+ "url",
2377
+ "wasm-bindgen",
2378
+ "wasm-bindgen-futures",
2379
+ "web-sys",
2380
+ "windows-registry",
2381
+ ]
2382
+
2383
+ [[package]]
2384
+ name = "ring"
2385
+ version = "0.17.14"
2386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2387
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2388
+ dependencies = [
2389
+ "cc",
2390
+ "cfg-if",
2391
+ "getrandom 0.2.15",
2392
+ "libc",
2393
+ "untrusted",
2394
+ "windows-sys 0.52.0",
2395
+ ]
2396
+
2397
+ [[package]]
2398
+ name = "roxmltree"
2399
+ version = "0.20.0"
2400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2401
+ checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2402
+
2403
+ [[package]]
2404
+ name = "rustc-demangle"
2405
+ version = "0.1.24"
2406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2407
+ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2408
+
2409
+ [[package]]
2410
+ name = "rustc-hash"
2411
+ version = "1.1.0"
2412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2413
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2414
+
2415
+ [[package]]
2416
+ name = "rustix"
2417
+ version = "0.38.44"
2418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2419
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2420
+ dependencies = [
2421
+ "bitflags 2.9.0",
2422
+ "errno",
2423
+ "libc",
2424
+ "linux-raw-sys 0.4.15",
2425
+ "windows-sys 0.59.0",
2426
+ ]
2427
+
2428
+ [[package]]
2429
+ name = "rustix"
2430
+ version = "1.0.5"
2431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2432
+ checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
2433
+ dependencies = [
2434
+ "bitflags 2.9.0",
2435
+ "errno",
2436
+ "libc",
2437
+ "linux-raw-sys 0.9.4",
2438
+ "windows-sys 0.59.0",
2439
+ ]
2440
+
2441
+ [[package]]
2442
+ name = "rustls"
2443
+ version = "0.23.26"
2444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2445
+ checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
2446
+ dependencies = [
2447
+ "once_cell",
2448
+ "rustls-pki-types",
2449
+ "rustls-webpki",
2450
+ "subtle",
2451
+ "zeroize",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "rustls-pemfile"
2456
+ version = "2.2.0"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2459
+ dependencies = [
2460
+ "rustls-pki-types",
2461
+ ]
2462
+
2463
+ [[package]]
2464
+ name = "rustls-pki-types"
2465
+ version = "1.11.0"
2466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2467
+ checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
2468
+
2469
+ [[package]]
2470
+ name = "rustls-webpki"
2471
+ version = "0.103.1"
2472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2473
+ checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
2474
+ dependencies = [
2475
+ "ring",
2476
+ "rustls-pki-types",
2477
+ "untrusted",
2478
+ ]
2479
+
2480
+ [[package]]
2481
+ name = "rustversion"
2482
+ version = "1.0.20"
2483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2484
+ checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
2485
+
2486
+ [[package]]
2487
+ name = "rustybuzz"
2488
+ version = "0.18.0"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "c85d1ccd519e61834798eb52c4e886e8c2d7d698dd3d6ce0b1b47eb8557f1181"
2491
+ dependencies = [
2492
+ "bitflags 2.9.0",
2493
+ "bytemuck",
2494
+ "core_maths",
2495
+ "log",
2496
+ "smallvec",
2497
+ "ttf-parser",
2498
+ "unicode-bidi-mirroring",
2499
+ "unicode-ccc",
2500
+ "unicode-properties",
2501
+ "unicode-script",
2502
+ ]
2503
+
2504
+ [[package]]
2505
+ name = "ryu"
2506
+ version = "1.0.20"
2507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2508
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2509
+
2510
+ [[package]]
2511
+ name = "same-file"
2512
+ version = "1.0.6"
2513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2514
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2515
+ dependencies = [
2516
+ "winapi-util",
2517
+ ]
2518
+
2519
+ [[package]]
2520
+ name = "schannel"
2521
+ version = "0.1.27"
2522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2523
+ checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2524
+ dependencies = [
2525
+ "windows-sys 0.59.0",
2526
+ ]
2527
+
2528
+ [[package]]
2529
+ name = "scopeguard"
2530
+ version = "1.2.0"
2531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2533
+
2534
+ [[package]]
2535
+ name = "security-framework"
2536
+ version = "2.11.1"
2537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+ checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2539
+ dependencies = [
2540
+ "bitflags 2.9.0",
2541
+ "core-foundation",
2542
+ "core-foundation-sys",
2543
+ "libc",
2544
+ "security-framework-sys",
2545
+ ]
2546
+
2547
+ [[package]]
2548
+ name = "security-framework-sys"
2549
+ version = "2.14.0"
2550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+ checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2552
+ dependencies = [
2553
+ "core-foundation-sys",
2554
+ "libc",
2555
+ ]
2556
+
2557
+ [[package]]
2558
+ name = "selectors"
2559
+ version = "0.27.0"
2560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2561
+ checksum = "5b75e048a93e14929e68e37b82e207db957cbb368375a80ed3ca28ac75080856"
2562
+ dependencies = [
2563
+ "bitflags 2.9.0",
2564
+ "cssparser",
2565
+ "derive_more",
2566
+ "fxhash",
2567
+ "log",
2568
+ "new_debug_unreachable",
2569
+ "phf",
2570
+ "phf_codegen",
2571
+ "precomputed-hash",
2572
+ "servo_arc",
2573
+ "smallvec",
2574
+ "to_shmem",
2575
+ "to_shmem_derive",
2576
+ ]
2577
+
2578
+ [[package]]
2579
+ name = "seq-macro"
2580
+ version = "0.3.6"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2583
+
2584
+ [[package]]
2585
+ name = "serde"
2586
+ version = "1.0.219"
2587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2588
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2589
+ dependencies = [
2590
+ "serde_derive",
2591
+ ]
2592
+
2593
+ [[package]]
2594
+ name = "serde_derive"
2595
+ version = "1.0.219"
2596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2597
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2598
+ dependencies = [
2599
+ "proc-macro2",
2600
+ "quote",
2601
+ "syn",
2602
+ ]
2603
+
2604
+ [[package]]
2605
+ name = "serde_json"
2606
+ version = "1.0.140"
2607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2608
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2609
+ dependencies = [
2610
+ "itoa",
2611
+ "memchr",
2612
+ "ryu",
2613
+ "serde",
2614
+ ]
2615
+
2616
+ [[package]]
2617
+ name = "serde_urlencoded"
2618
+ version = "0.7.1"
2619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2620
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2621
+ dependencies = [
2622
+ "form_urlencoded",
2623
+ "itoa",
2624
+ "ryu",
2625
+ "serde",
2626
+ ]
2627
+
2628
+ [[package]]
2629
+ name = "servo_arc"
2630
+ version = "0.4.0"
2631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2632
+ checksum = "ae65c4249478a2647db249fb43e23cec56a2c8974a427e7bd8cb5a1d0964921a"
2633
+ dependencies = [
2634
+ "serde",
2635
+ "stable_deref_trait",
2636
+ ]
2637
+
2638
+ [[package]]
2639
+ name = "shell-words"
2640
+ version = "1.1.0"
2641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2642
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2643
+
2644
+ [[package]]
2645
+ name = "shlex"
2646
+ version = "1.3.0"
2647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2649
+
2650
+ [[package]]
2651
+ name = "simd-adler32"
2652
+ version = "0.3.7"
2653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2654
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2655
+
2656
+ [[package]]
2657
+ name = "simplecss"
2658
+ version = "0.2.2"
2659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2660
+ checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
2661
+ dependencies = [
2662
+ "log",
2663
+ ]
2664
+
2665
+ [[package]]
2666
+ name = "siphasher"
2667
+ version = "1.0.1"
2668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2669
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2670
+
2671
+ [[package]]
2672
+ name = "skrifa"
2673
+ version = "0.26.6"
2674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2675
+ checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
2676
+ dependencies = [
2677
+ "bytemuck",
2678
+ "read-fonts",
2679
+ ]
2680
+
2681
+ [[package]]
2682
+ name = "slab"
2683
+ version = "0.4.9"
2684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2685
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2686
+ dependencies = [
2687
+ "autocfg",
2688
+ ]
2689
+
2690
+ [[package]]
2691
+ name = "slotmap"
2692
+ version = "1.0.7"
2693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2694
+ checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
2695
+ dependencies = [
2696
+ "version_check",
2697
+ ]
2698
+
2699
+ [[package]]
2700
+ name = "smallbitvec"
2701
+ version = "2.6.0"
2702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2703
+ checksum = "d31d263dd118560e1a492922182ab6ca6dc1d03a3bf54e7699993f31a4150e3f"
2704
+
2705
+ [[package]]
2706
+ name = "smallvec"
2707
+ version = "1.15.0"
2708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2709
+ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
2710
+
2711
+ [[package]]
2712
+ name = "smol_str"
2713
+ version = "0.2.2"
2714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2715
+ checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
2716
+ dependencies = [
2717
+ "serde",
2718
+ ]
2719
+
2720
+ [[package]]
2721
+ name = "socket2"
2722
+ version = "0.5.9"
2723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2724
+ checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
2725
+ dependencies = [
2726
+ "libc",
2727
+ "windows-sys 0.52.0",
2728
+ ]
2729
+
2730
+ [[package]]
2731
+ name = "spirv"
2732
+ version = "0.3.0+sdk-1.3.268.0"
2733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2734
+ checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
2735
+ dependencies = [
2736
+ "bitflags 2.9.0",
2737
+ ]
2738
+
2739
+ [[package]]
2740
+ name = "stable_deref_trait"
2741
+ version = "1.2.0"
2742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2743
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2744
+
2745
+ [[package]]
2746
+ name = "static_assertions"
2747
+ version = "1.1.0"
2748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2749
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2750
+
2751
+ [[package]]
2752
+ name = "strict-num"
2753
+ version = "0.1.1"
2754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2755
+ checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2756
+ dependencies = [
2757
+ "float-cmp",
2758
+ ]
2759
+
2760
+ [[package]]
2761
+ name = "string_cache"
2762
+ version = "0.8.9"
2763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2764
+ checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
2765
+ dependencies = [
2766
+ "new_debug_unreachable",
2767
+ "parking_lot",
2768
+ "phf_shared",
2769
+ "precomputed-hash",
2770
+ "serde",
2771
+ ]
2772
+
2773
+ [[package]]
2774
+ name = "string_cache_codegen"
2775
+ version = "0.5.4"
2776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2777
+ checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
2778
+ dependencies = [
2779
+ "phf_generator",
2780
+ "phf_shared",
2781
+ "proc-macro2",
2782
+ "quote",
2783
+ ]
2784
+
2785
+ [[package]]
2786
+ name = "stylo"
2787
+ version = "0.2.1"
2788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2789
+ checksum = "bfacf8821bb157fbd6cebaa682f22bcebddc38e4165cdedba0061dae24b241c2"
2790
+ dependencies = [
2791
+ "app_units",
2792
+ "arrayvec",
2793
+ "atomic_refcell",
2794
+ "bitflags 2.9.0",
2795
+ "byteorder",
2796
+ "cssparser",
2797
+ "derive_more",
2798
+ "encoding_rs",
2799
+ "euclid",
2800
+ "fxhash",
2801
+ "icu_segmenter",
2802
+ "indexmap",
2803
+ "itertools 0.10.5",
2804
+ "itoa",
2805
+ "lazy_static",
2806
+ "log",
2807
+ "malloc_size_of_derive",
2808
+ "markup5ever",
2809
+ "matches",
2810
+ "mime",
2811
+ "new_debug_unreachable",
2812
+ "num-derive",
2813
+ "num-integer",
2814
+ "num-traits",
2815
+ "num_cpus",
2816
+ "parking_lot",
2817
+ "precomputed-hash",
2818
+ "rayon",
2819
+ "rayon-core",
2820
+ "selectors",
2821
+ "serde",
2822
+ "servo_arc",
2823
+ "smallbitvec",
2824
+ "smallvec",
2825
+ "static_assertions",
2826
+ "string_cache",
2827
+ "stylo_atoms",
2828
+ "stylo_config",
2829
+ "stylo_derive",
2830
+ "stylo_dom",
2831
+ "stylo_malloc_size_of",
2832
+ "stylo_static_prefs",
2833
+ "stylo_traits",
2834
+ "thin-vec",
2835
+ "to_shmem",
2836
+ "to_shmem_derive",
2837
+ "uluru",
2838
+ "unicode-bidi",
2839
+ "url",
2840
+ "void",
2841
+ "walkdir",
2842
+ ]
2843
+
2844
+ [[package]]
2845
+ name = "stylo_atoms"
2846
+ version = "0.2.0"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "b943c983729930ee70141ab6515604bb33ff5de8d7626024072c38a27c8023bb"
2849
+ dependencies = [
2850
+ "string_cache",
2851
+ "string_cache_codegen",
2852
+ ]
2853
+
2854
+ [[package]]
2855
+ name = "stylo_config"
2856
+ version = "0.2.0"
2857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2858
+ checksum = "b2e53afe5289d75063564e60aa59c591a2c496d3425f2bb2a3002251785e2058"
2859
+
2860
+ [[package]]
2861
+ name = "stylo_derive"
2862
+ version = "0.2.0"
2863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2864
+ checksum = "e745b58d581ba8eb932825e684634eae9be848fd49c086b3f17ccb7d6c417594"
2865
+ dependencies = [
2866
+ "darling",
2867
+ "proc-macro2",
2868
+ "quote",
2869
+ "syn",
2870
+ "synstructure",
2871
+ ]
2872
+
2873
+ [[package]]
2874
+ name = "stylo_dom"
2875
+ version = "0.2.0"
2876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2877
+ checksum = "06606e83c4feb986ea601a2c7d625aa5c303ecfc9526494480f6e599b8d6956e"
2878
+ dependencies = [
2879
+ "bitflags 2.9.0",
2880
+ "stylo_malloc_size_of",
2881
+ ]
2882
+
2883
+ [[package]]
2884
+ name = "stylo_malloc_size_of"
2885
+ version = "0.2.0"
2886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2887
+ checksum = "93db6fdbcde7f037f7810873374d85a2b3d37686b046577943818167a6e52d3f"
2888
+ dependencies = [
2889
+ "app_units",
2890
+ "cssparser",
2891
+ "euclid",
2892
+ "selectors",
2893
+ "servo_arc",
2894
+ "smallbitvec",
2895
+ "smallvec",
2896
+ "string_cache",
2897
+ "thin-vec",
2898
+ "void",
2899
+ ]
2900
+
2901
+ [[package]]
2902
+ name = "stylo_static_prefs"
2903
+ version = "0.2.0"
2904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2905
+ checksum = "decb57071c4b4d5690a9719fb04a07cf2fab0fa3df99a830ef735192a1a98e5d"
2906
+
2907
+ [[package]]
2908
+ name = "stylo_taffy"
2909
+ version = "0.1.0-alpha.1"
2910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2911
+ checksum = "a6da84b2bae9d25a2156b7cf89acab90683ac4d25dcb3fe1817dc9e77a20ce2f"
2912
+ dependencies = [
2913
+ "stylo",
2914
+ "taffy",
2915
+ ]
2916
+
2917
+ [[package]]
2918
+ name = "stylo_traits"
2919
+ version = "0.2.0"
2920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2921
+ checksum = "5f611ebeee90c0d255bf4d4fadc05f964ef019f8aaed307108fa859c826f2753"
2922
+ dependencies = [
2923
+ "app_units",
2924
+ "bitflags 2.9.0",
2925
+ "cssparser",
2926
+ "euclid",
2927
+ "malloc_size_of_derive",
2928
+ "selectors",
2929
+ "serde",
2930
+ "servo_arc",
2931
+ "stylo_atoms",
2932
+ "stylo_malloc_size_of",
2933
+ "thin-vec",
2934
+ "to_shmem",
2935
+ "to_shmem_derive",
2936
+ "url",
2937
+ ]
2938
+
2939
+ [[package]]
2940
+ name = "subtle"
2941
+ version = "2.6.1"
2942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2943
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2944
+
2945
+ [[package]]
2946
+ name = "svg_fmt"
2947
+ version = "0.4.5"
2948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2949
+ checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
2950
+
2951
+ [[package]]
2952
+ name = "svgtypes"
2953
+ version = "0.15.3"
2954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2955
+ checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
2956
+ dependencies = [
2957
+ "kurbo",
2958
+ "siphasher",
2959
+ ]
2960
+
2961
+ [[package]]
2962
+ name = "swash"
2963
+ version = "0.2.2"
2964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2965
+ checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
2966
+ dependencies = [
2967
+ "skrifa",
2968
+ "yazi",
2969
+ "zeno",
2970
+ ]
2971
+
2972
+ [[package]]
2973
+ name = "syn"
2974
+ version = "2.0.100"
2975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2976
+ checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
2977
+ dependencies = [
2978
+ "proc-macro2",
2979
+ "quote",
2980
+ "unicode-ident",
2981
+ ]
2982
+
2983
+ [[package]]
2984
+ name = "sync_wrapper"
2985
+ version = "1.0.2"
2986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2987
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2988
+ dependencies = [
2989
+ "futures-core",
2990
+ ]
2991
+
2992
+ [[package]]
2993
+ name = "synstructure"
2994
+ version = "0.13.1"
2995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2996
+ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
2997
+ dependencies = [
2998
+ "proc-macro2",
2999
+ "quote",
3000
+ "syn",
3001
+ ]
3002
+
3003
+ [[package]]
3004
+ name = "system-configuration"
3005
+ version = "0.6.1"
3006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3007
+ checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3008
+ dependencies = [
3009
+ "bitflags 2.9.0",
3010
+ "core-foundation",
3011
+ "system-configuration-sys",
3012
+ ]
3013
+
3014
+ [[package]]
3015
+ name = "system-configuration-sys"
3016
+ version = "0.6.0"
3017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3018
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3019
+ dependencies = [
3020
+ "core-foundation-sys",
3021
+ "libc",
3022
+ ]
3023
+
3024
+ [[package]]
3025
+ name = "taffy"
3026
+ version = "0.8.0"
3027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3028
+ checksum = "56a844965df28147d726ecc321bf67f287a9bdec5a655f53d4e7e5cad20443dc"
3029
+ dependencies = [
3030
+ "arrayvec",
3031
+ "grid",
3032
+ "serde",
3033
+ "slotmap",
3034
+ ]
3035
+
3036
+ [[package]]
3037
+ name = "tempfile"
3038
+ version = "3.19.1"
3039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3040
+ checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
3041
+ dependencies = [
3042
+ "fastrand",
3043
+ "getrandom 0.3.2",
3044
+ "once_cell",
3045
+ "rustix 1.0.5",
3046
+ "windows-sys 0.59.0",
3047
+ ]
3048
+
3049
+ [[package]]
3050
+ name = "tendril"
3051
+ version = "0.4.3"
3052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3053
+ checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
3054
+ dependencies = [
3055
+ "futf",
3056
+ "mac",
3057
+ "utf-8",
3058
+ ]
3059
+
3060
+ [[package]]
3061
+ name = "termcolor"
3062
+ version = "1.4.1"
3063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3064
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3065
+ dependencies = [
3066
+ "winapi-util",
3067
+ ]
3068
+
3069
+ [[package]]
3070
+ name = "thin-vec"
3071
+ version = "0.2.14"
3072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3073
+ checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
3074
+
3075
+ [[package]]
3076
+ name = "thiserror"
3077
+ version = "1.0.69"
3078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3079
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3080
+ dependencies = [
3081
+ "thiserror-impl 1.0.69",
3082
+ ]
3083
+
3084
+ [[package]]
3085
+ name = "thiserror"
3086
+ version = "2.0.12"
3087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3088
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
3089
+ dependencies = [
3090
+ "thiserror-impl 2.0.12",
3091
+ ]
3092
+
3093
+ [[package]]
3094
+ name = "thiserror-impl"
3095
+ version = "1.0.69"
3096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3097
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3098
+ dependencies = [
3099
+ "proc-macro2",
3100
+ "quote",
3101
+ "syn",
3102
+ ]
3103
+
3104
+ [[package]]
3105
+ name = "thiserror-impl"
3106
+ version = "2.0.12"
3107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3108
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
3109
+ dependencies = [
3110
+ "proc-macro2",
3111
+ "quote",
3112
+ "syn",
3113
+ ]
3114
+
3115
+ [[package]]
3116
+ name = "tiny-skia-path"
3117
+ version = "0.11.4"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
3120
+ dependencies = [
3121
+ "arrayref",
3122
+ "bytemuck",
3123
+ "strict-num",
3124
+ ]
3125
+
3126
+ [[package]]
3127
+ name = "tinystr"
3128
+ version = "0.7.6"
3129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3130
+ checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
3131
+ dependencies = [
3132
+ "displaydoc",
3133
+ "zerovec",
3134
+ ]
3135
+
3136
+ [[package]]
3137
+ name = "tinyvec"
3138
+ version = "1.9.0"
3139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3140
+ checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
3141
+ dependencies = [
3142
+ "tinyvec_macros",
3143
+ ]
3144
+
3145
+ [[package]]
3146
+ name = "tinyvec_macros"
3147
+ version = "0.1.1"
3148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3149
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3150
+
3151
+ [[package]]
3152
+ name = "to_shmem"
3153
+ version = "0.2.0"
3154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3155
+ checksum = "fb61262d1e7e4cc777e40cb2f101d5fa51f3eeac50c3a7355b2027b9274baa35"
3156
+ dependencies = [
3157
+ "cssparser",
3158
+ "servo_arc",
3159
+ "smallbitvec",
3160
+ "smallvec",
3161
+ "string_cache",
3162
+ "thin-vec",
3163
+ ]
3164
+
3165
+ [[package]]
3166
+ name = "to_shmem_derive"
3167
+ version = "0.1.0"
3168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3169
+ checksum = "2ba1f5563024b63bb6acb4558452d9ba737518c1d11fcc1861febe98d1e31cf4"
3170
+ dependencies = [
3171
+ "darling",
3172
+ "proc-macro2",
3173
+ "quote",
3174
+ "syn",
3175
+ "synstructure",
3176
+ ]
3177
+
3178
+ [[package]]
3179
+ name = "tokio"
3180
+ version = "1.44.2"
3181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3182
+ checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
3183
+ dependencies = [
3184
+ "backtrace",
3185
+ "bytes",
3186
+ "libc",
3187
+ "mio",
3188
+ "pin-project-lite",
3189
+ "socket2",
3190
+ "tokio-macros",
3191
+ "windows-sys 0.52.0",
3192
+ ]
3193
+
3194
+ [[package]]
3195
+ name = "tokio-macros"
3196
+ version = "2.5.0"
3197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3198
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
3199
+ dependencies = [
3200
+ "proc-macro2",
3201
+ "quote",
3202
+ "syn",
3203
+ ]
3204
+
3205
+ [[package]]
3206
+ name = "tokio-native-tls"
3207
+ version = "0.3.1"
3208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3209
+ checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3210
+ dependencies = [
3211
+ "native-tls",
3212
+ "tokio",
3213
+ ]
3214
+
3215
+ [[package]]
3216
+ name = "tokio-rustls"
3217
+ version = "0.26.2"
3218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3219
+ checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
3220
+ dependencies = [
3221
+ "rustls",
3222
+ "tokio",
3223
+ ]
3224
+
3225
+ [[package]]
3226
+ name = "tokio-util"
3227
+ version = "0.7.14"
3228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3229
+ checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
3230
+ dependencies = [
3231
+ "bytes",
3232
+ "futures-core",
3233
+ "futures-sink",
3234
+ "pin-project-lite",
3235
+ "tokio",
3236
+ ]
3237
+
3238
+ [[package]]
3239
+ name = "tower"
3240
+ version = "0.5.2"
3241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3242
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3243
+ dependencies = [
3244
+ "futures-core",
3245
+ "futures-util",
3246
+ "pin-project-lite",
3247
+ "sync_wrapper",
3248
+ "tokio",
3249
+ "tower-layer",
3250
+ "tower-service",
3251
+ ]
3252
+
3253
+ [[package]]
3254
+ name = "tower-layer"
3255
+ version = "0.3.3"
3256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3257
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3258
+
3259
+ [[package]]
3260
+ name = "tower-service"
3261
+ version = "0.3.3"
3262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3263
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3264
+
3265
+ [[package]]
3266
+ name = "tracing"
3267
+ version = "0.1.41"
3268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3269
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3270
+ dependencies = [
3271
+ "pin-project-lite",
3272
+ "tracing-attributes",
3273
+ "tracing-core",
3274
+ ]
3275
+
3276
+ [[package]]
3277
+ name = "tracing-attributes"
3278
+ version = "0.1.28"
3279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3280
+ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
3281
+ dependencies = [
3282
+ "proc-macro2",
3283
+ "quote",
3284
+ "syn",
3285
+ ]
3286
+
3287
+ [[package]]
3288
+ name = "tracing-core"
3289
+ version = "0.1.33"
3290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3291
+ checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
3292
+ dependencies = [
3293
+ "once_cell",
3294
+ ]
3295
+
3296
+ [[package]]
3297
+ name = "try-lock"
3298
+ version = "0.2.5"
3299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3300
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3301
+
3302
+ [[package]]
3303
+ name = "ttf-parser"
3304
+ version = "0.24.1"
3305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3306
+ checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a"
3307
+ dependencies = [
3308
+ "core_maths",
3309
+ ]
3310
+
3311
+ [[package]]
3312
+ name = "uluru"
3313
+ version = "3.1.0"
3314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3315
+ checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
3316
+ dependencies = [
3317
+ "arrayvec",
3318
+ ]
3319
+
3320
+ [[package]]
3321
+ name = "unicode-bidi"
3322
+ version = "0.3.18"
3323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3324
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3325
+
3326
+ [[package]]
3327
+ name = "unicode-bidi-mirroring"
3328
+ version = "0.3.0"
3329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3330
+ checksum = "64af057ad7466495ca113126be61838d8af947f41d93a949980b2389a118082f"
3331
+
3332
+ [[package]]
3333
+ name = "unicode-ccc"
3334
+ version = "0.3.0"
3335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3336
+ checksum = "260bc6647b3893a9a90668360803a15f96b85a5257b1c3a0c3daf6ae2496de42"
3337
+
3338
+ [[package]]
3339
+ name = "unicode-ident"
3340
+ version = "1.0.18"
3341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3342
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
3343
+
3344
+ [[package]]
3345
+ name = "unicode-properties"
3346
+ version = "0.1.3"
3347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3348
+ checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
3349
+
3350
+ [[package]]
3351
+ name = "unicode-script"
3352
+ version = "0.5.7"
3353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3354
+ checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
3355
+
3356
+ [[package]]
3357
+ name = "unicode-segmentation"
3358
+ version = "1.12.0"
3359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3360
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3361
+
3362
+ [[package]]
3363
+ name = "unicode-vo"
3364
+ version = "0.1.0"
3365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3366
+ checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
3367
+
3368
+ [[package]]
3369
+ name = "unicode-width"
3370
+ version = "0.1.14"
3371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3372
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3373
+
3374
+ [[package]]
3375
+ name = "unicode-xid"
3376
+ version = "0.2.6"
3377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3378
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3379
+
3380
+ [[package]]
3381
+ name = "untrusted"
3382
+ version = "0.9.0"
3383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3384
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3385
+
3386
+ [[package]]
3387
+ name = "url"
3388
+ version = "2.5.4"
3389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3390
+ checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
3391
+ dependencies = [
3392
+ "form_urlencoded",
3393
+ "idna",
3394
+ "percent-encoding",
3395
+ "serde",
3396
+ ]
3397
+
3398
+ [[package]]
3399
+ name = "usvg"
3400
+ version = "0.44.0"
3401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3402
+ checksum = "7447e703d7223b067607655e625e0dbca80822880248937da65966194c4864e6"
3403
+ dependencies = [
3404
+ "base64",
3405
+ "data-url",
3406
+ "flate2",
3407
+ "fontdb",
3408
+ "imagesize",
3409
+ "kurbo",
3410
+ "log",
3411
+ "pico-args",
3412
+ "roxmltree",
3413
+ "rustybuzz",
3414
+ "simplecss",
3415
+ "siphasher",
3416
+ "strict-num",
3417
+ "svgtypes",
3418
+ "tiny-skia-path",
3419
+ "unicode-bidi",
3420
+ "unicode-script",
3421
+ "unicode-vo",
3422
+ "xmlwriter",
3423
+ ]
3424
+
3425
+ [[package]]
3426
+ name = "utf-8"
3427
+ version = "0.7.6"
3428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3429
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3430
+
3431
+ [[package]]
3432
+ name = "utf16_iter"
3433
+ version = "1.0.5"
3434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3435
+ checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
3436
+
3437
+ [[package]]
3438
+ name = "utf8-width"
3439
+ version = "0.1.7"
3440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3441
+ checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
3442
+
3443
+ [[package]]
3444
+ name = "utf8_iter"
3445
+ version = "1.0.4"
3446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3447
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3448
+
3449
+ [[package]]
3450
+ name = "vcpkg"
3451
+ version = "0.2.15"
3452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3453
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3454
+
3455
+ [[package]]
3456
+ name = "vello"
3457
+ version = "0.4.1"
3458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3459
+ checksum = "3d5b0bafa35e0c2e4132104576d6bcec4bf7cd0044f1760e92ecae0d4d9bc0e7"
3460
+ dependencies = [
3461
+ "bytemuck",
3462
+ "futures-intrusive",
3463
+ "log",
3464
+ "peniko",
3465
+ "png",
3466
+ "skrifa",
3467
+ "static_assertions",
3468
+ "thiserror 2.0.12",
3469
+ "vello_encoding",
3470
+ "vello_shaders",
3471
+ "wgpu",
3472
+ ]
3473
+
3474
+ [[package]]
3475
+ name = "vello_encoding"
3476
+ version = "0.4.1"
3477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3478
+ checksum = "cbbdec68dea2b39ece9f82ab15ec4cf2c4f8600ce6926df0638290702d95b3f7"
3479
+ dependencies = [
3480
+ "bytemuck",
3481
+ "guillotiere",
3482
+ "peniko",
3483
+ "skrifa",
3484
+ "smallvec",
3485
+ ]
3486
+
3487
+ [[package]]
3488
+ name = "vello_shaders"
3489
+ version = "0.4.1"
3490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3491
+ checksum = "6e0179d74cf9131dfd7882323751d2544f3aefdfda9d16c39bbe2729799410d2"
3492
+ dependencies = [
3493
+ "bytemuck",
3494
+ "naga",
3495
+ "thiserror 2.0.12",
3496
+ "vello_encoding",
3497
+ ]
3498
+
3499
+ [[package]]
3500
+ name = "vello_svg"
3501
+ version = "0.6.0"
3502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3503
+ checksum = "3a0fd265f55b496a8048a43c769bf15487f2be9f6642086b3468c64677cc8c87"
3504
+ dependencies = [
3505
+ "image",
3506
+ "thiserror 2.0.12",
3507
+ "usvg",
3508
+ "vello",
3509
+ ]
3510
+
3511
+ [[package]]
3512
+ name = "version_check"
3513
+ version = "0.9.5"
3514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3515
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3516
+
3517
+ [[package]]
3518
+ name = "void"
3519
+ version = "1.0.2"
3520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3521
+ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
3522
+
3523
+ [[package]]
3524
+ name = "walkdir"
3525
+ version = "2.5.0"
3526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3527
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3528
+ dependencies = [
3529
+ "same-file",
3530
+ "winapi-util",
3531
+ ]
3532
+
3533
+ [[package]]
3534
+ name = "want"
3535
+ version = "0.3.1"
3536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3537
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3538
+ dependencies = [
3539
+ "try-lock",
3540
+ ]
3541
+
3542
+ [[package]]
3543
+ name = "wasi"
3544
+ version = "0.11.0+wasi-snapshot-preview1"
3545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3546
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3547
+
3548
+ [[package]]
3549
+ name = "wasi"
3550
+ version = "0.14.2+wasi-0.2.4"
3551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3552
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
3553
+ dependencies = [
3554
+ "wit-bindgen-rt",
3555
+ ]
3556
+
3557
+ [[package]]
3558
+ name = "wasm-bindgen"
3559
+ version = "0.2.100"
3560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3561
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
3562
+ dependencies = [
3563
+ "cfg-if",
3564
+ "once_cell",
3565
+ "rustversion",
3566
+ "wasm-bindgen-macro",
3567
+ ]
3568
+
3569
+ [[package]]
3570
+ name = "wasm-bindgen-backend"
3571
+ version = "0.2.100"
3572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3573
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3574
+ dependencies = [
3575
+ "bumpalo",
3576
+ "log",
3577
+ "proc-macro2",
3578
+ "quote",
3579
+ "syn",
3580
+ "wasm-bindgen-shared",
3581
+ ]
3582
+
3583
+ [[package]]
3584
+ name = "wasm-bindgen-futures"
3585
+ version = "0.4.50"
3586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3587
+ checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3588
+ dependencies = [
3589
+ "cfg-if",
3590
+ "js-sys",
3591
+ "once_cell",
3592
+ "wasm-bindgen",
3593
+ "web-sys",
3594
+ ]
3595
+
3596
+ [[package]]
3597
+ name = "wasm-bindgen-macro"
3598
+ version = "0.2.100"
3599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3600
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3601
+ dependencies = [
3602
+ "quote",
3603
+ "wasm-bindgen-macro-support",
3604
+ ]
3605
+
3606
+ [[package]]
3607
+ name = "wasm-bindgen-macro-support"
3608
+ version = "0.2.100"
3609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3610
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3611
+ dependencies = [
3612
+ "proc-macro2",
3613
+ "quote",
3614
+ "syn",
3615
+ "wasm-bindgen-backend",
3616
+ "wasm-bindgen-shared",
3617
+ ]
3618
+
3619
+ [[package]]
3620
+ name = "wasm-bindgen-shared"
3621
+ version = "0.2.100"
3622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3623
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3624
+ dependencies = [
3625
+ "unicode-ident",
3626
+ ]
3627
+
3628
+ [[package]]
3629
+ name = "web-sys"
3630
+ version = "0.3.77"
3631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3632
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3633
+ dependencies = [
3634
+ "js-sys",
3635
+ "wasm-bindgen",
3636
+ ]
3637
+
3638
+ [[package]]
3639
+ name = "weezl"
3640
+ version = "0.1.8"
3641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3642
+ checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
3643
+
3644
+ [[package]]
3645
+ name = "wgpu"
3646
+ version = "23.0.1"
3647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3648
+ checksum = "80f70000db37c469ea9d67defdc13024ddf9a5f1b89cb2941b812ad7cde1735a"
3649
+ dependencies = [
3650
+ "arrayvec",
3651
+ "cfg_aliases",
3652
+ "document-features",
3653
+ "js-sys",
3654
+ "log",
3655
+ "naga",
3656
+ "parking_lot",
3657
+ "profiling",
3658
+ "raw-window-handle",
3659
+ "smallvec",
3660
+ "static_assertions",
3661
+ "wasm-bindgen",
3662
+ "wasm-bindgen-futures",
3663
+ "web-sys",
3664
+ "wgpu-core",
3665
+ "wgpu-hal",
3666
+ "wgpu-types",
3667
+ ]
3668
+
3669
+ [[package]]
3670
+ name = "wgpu-core"
3671
+ version = "23.0.1"
3672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3673
+ checksum = "d63c3c478de8e7e01786479919c8769f62a22eec16788d8c2ac77ce2c132778a"
3674
+ dependencies = [
3675
+ "arrayvec",
3676
+ "bit-vec",
3677
+ "bitflags 2.9.0",
3678
+ "cfg_aliases",
3679
+ "document-features",
3680
+ "indexmap",
3681
+ "log",
3682
+ "naga",
3683
+ "once_cell",
3684
+ "parking_lot",
3685
+ "profiling",
3686
+ "raw-window-handle",
3687
+ "rustc-hash",
3688
+ "smallvec",
3689
+ "thiserror 1.0.69",
3690
+ "wgpu-hal",
3691
+ "wgpu-types",
3692
+ ]
3693
+
3694
+ [[package]]
3695
+ name = "wgpu-hal"
3696
+ version = "23.0.1"
3697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3698
+ checksum = "89364b8a0b211adc7b16aeaf1bd5ad4a919c1154b44c9ce27838213ba05fd821"
3699
+ dependencies = [
3700
+ "android_system_properties",
3701
+ "arrayvec",
3702
+ "ash",
3703
+ "bit-set",
3704
+ "bitflags 2.9.0",
3705
+ "block",
3706
+ "bytemuck",
3707
+ "cfg_aliases",
3708
+ "core-graphics-types",
3709
+ "glow",
3710
+ "glutin_wgl_sys",
3711
+ "gpu-alloc",
3712
+ "gpu-allocator",
3713
+ "gpu-descriptor",
3714
+ "js-sys",
3715
+ "khronos-egl",
3716
+ "libc",
3717
+ "libloading",
3718
+ "log",
3719
+ "metal",
3720
+ "naga",
3721
+ "ndk-sys",
3722
+ "objc",
3723
+ "once_cell",
3724
+ "parking_lot",
3725
+ "profiling",
3726
+ "range-alloc",
3727
+ "raw-window-handle",
3728
+ "renderdoc-sys",
3729
+ "rustc-hash",
3730
+ "smallvec",
3731
+ "thiserror 1.0.69",
3732
+ "wasm-bindgen",
3733
+ "web-sys",
3734
+ "wgpu-types",
3735
+ "windows",
3736
+ "windows-core",
3737
+ ]
3738
+
3739
+ [[package]]
3740
+ name = "wgpu-types"
3741
+ version = "23.0.0"
3742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3743
+ checksum = "610f6ff27778148c31093f3b03abc4840f9636d58d597ca2f5977433acfe0068"
3744
+ dependencies = [
3745
+ "bitflags 2.9.0",
3746
+ "js-sys",
3747
+ "web-sys",
3748
+ ]
3749
+
3750
+ [[package]]
3751
+ name = "winapi-util"
3752
+ version = "0.1.9"
3753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3754
+ checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3755
+ dependencies = [
3756
+ "windows-sys 0.59.0",
3757
+ ]
3758
+
3759
+ [[package]]
3760
+ name = "windows"
3761
+ version = "0.58.0"
3762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3763
+ checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
3764
+ dependencies = [
3765
+ "windows-core",
3766
+ "windows-targets 0.52.6",
3767
+ ]
3768
+
3769
+ [[package]]
3770
+ name = "windows-core"
3771
+ version = "0.58.0"
3772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3773
+ checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
3774
+ dependencies = [
3775
+ "windows-implement",
3776
+ "windows-interface",
3777
+ "windows-result 0.2.0",
3778
+ "windows-strings 0.1.0",
3779
+ "windows-targets 0.52.6",
3780
+ ]
3781
+
3782
+ [[package]]
3783
+ name = "windows-implement"
3784
+ version = "0.58.0"
3785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3786
+ checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
3787
+ dependencies = [
3788
+ "proc-macro2",
3789
+ "quote",
3790
+ "syn",
3791
+ ]
3792
+
3793
+ [[package]]
3794
+ name = "windows-interface"
3795
+ version = "0.58.0"
3796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3797
+ checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
3798
+ dependencies = [
3799
+ "proc-macro2",
3800
+ "quote",
3801
+ "syn",
3802
+ ]
3803
+
3804
+ [[package]]
3805
+ name = "windows-link"
3806
+ version = "0.1.1"
3807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3808
+ checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
3809
+
3810
+ [[package]]
3811
+ name = "windows-registry"
3812
+ version = "0.4.0"
3813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3814
+ checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
3815
+ dependencies = [
3816
+ "windows-result 0.3.2",
3817
+ "windows-strings 0.3.1",
3818
+ "windows-targets 0.53.0",
3819
+ ]
3820
+
3821
+ [[package]]
3822
+ name = "windows-result"
3823
+ version = "0.2.0"
3824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3825
+ checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
3826
+ dependencies = [
3827
+ "windows-targets 0.52.6",
3828
+ ]
3829
+
3830
+ [[package]]
3831
+ name = "windows-result"
3832
+ version = "0.3.2"
3833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3834
+ checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
3835
+ dependencies = [
3836
+ "windows-link",
3837
+ ]
3838
+
3839
+ [[package]]
3840
+ name = "windows-strings"
3841
+ version = "0.1.0"
3842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3843
+ checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
3844
+ dependencies = [
3845
+ "windows-result 0.2.0",
3846
+ "windows-targets 0.52.6",
3847
+ ]
3848
+
3849
+ [[package]]
3850
+ name = "windows-strings"
3851
+ version = "0.3.1"
3852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3853
+ checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
3854
+ dependencies = [
3855
+ "windows-link",
3856
+ ]
3857
+
3858
+ [[package]]
3859
+ name = "windows-sys"
3860
+ version = "0.52.0"
3861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3862
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3863
+ dependencies = [
3864
+ "windows-targets 0.52.6",
3865
+ ]
3866
+
3867
+ [[package]]
3868
+ name = "windows-sys"
3869
+ version = "0.59.0"
3870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3871
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3872
+ dependencies = [
3873
+ "windows-targets 0.52.6",
3874
+ ]
3875
+
3876
+ [[package]]
3877
+ name = "windows-targets"
3878
+ version = "0.48.5"
3879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3880
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3881
+ dependencies = [
3882
+ "windows_aarch64_gnullvm 0.48.5",
3883
+ "windows_aarch64_msvc 0.48.5",
3884
+ "windows_i686_gnu 0.48.5",
3885
+ "windows_i686_msvc 0.48.5",
3886
+ "windows_x86_64_gnu 0.48.5",
3887
+ "windows_x86_64_gnullvm 0.48.5",
3888
+ "windows_x86_64_msvc 0.48.5",
3889
+ ]
3890
+
3891
+ [[package]]
3892
+ name = "windows-targets"
3893
+ version = "0.52.6"
3894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3895
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3896
+ dependencies = [
3897
+ "windows_aarch64_gnullvm 0.52.6",
3898
+ "windows_aarch64_msvc 0.52.6",
3899
+ "windows_i686_gnu 0.52.6",
3900
+ "windows_i686_gnullvm 0.52.6",
3901
+ "windows_i686_msvc 0.52.6",
3902
+ "windows_x86_64_gnu 0.52.6",
3903
+ "windows_x86_64_gnullvm 0.52.6",
3904
+ "windows_x86_64_msvc 0.52.6",
3905
+ ]
3906
+
3907
+ [[package]]
3908
+ name = "windows-targets"
3909
+ version = "0.53.0"
3910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3911
+ checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
3912
+ dependencies = [
3913
+ "windows_aarch64_gnullvm 0.53.0",
3914
+ "windows_aarch64_msvc 0.53.0",
3915
+ "windows_i686_gnu 0.53.0",
3916
+ "windows_i686_gnullvm 0.53.0",
3917
+ "windows_i686_msvc 0.53.0",
3918
+ "windows_x86_64_gnu 0.53.0",
3919
+ "windows_x86_64_gnullvm 0.53.0",
3920
+ "windows_x86_64_msvc 0.53.0",
3921
+ ]
3922
+
3923
+ [[package]]
3924
+ name = "windows_aarch64_gnullvm"
3925
+ version = "0.48.5"
3926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3927
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3928
+
3929
+ [[package]]
3930
+ name = "windows_aarch64_gnullvm"
3931
+ version = "0.52.6"
3932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3933
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3934
+
3935
+ [[package]]
3936
+ name = "windows_aarch64_gnullvm"
3937
+ version = "0.53.0"
3938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3939
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3940
+
3941
+ [[package]]
3942
+ name = "windows_aarch64_msvc"
3943
+ version = "0.48.5"
3944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3945
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3946
+
3947
+ [[package]]
3948
+ name = "windows_aarch64_msvc"
3949
+ version = "0.52.6"
3950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3951
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3952
+
3953
+ [[package]]
3954
+ name = "windows_aarch64_msvc"
3955
+ version = "0.53.0"
3956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3957
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3958
+
3959
+ [[package]]
3960
+ name = "windows_i686_gnu"
3961
+ version = "0.48.5"
3962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3963
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3964
+
3965
+ [[package]]
3966
+ name = "windows_i686_gnu"
3967
+ version = "0.52.6"
3968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3969
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3970
+
3971
+ [[package]]
3972
+ name = "windows_i686_gnu"
3973
+ version = "0.53.0"
3974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3975
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3976
+
3977
+ [[package]]
3978
+ name = "windows_i686_gnullvm"
3979
+ version = "0.52.6"
3980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3981
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3982
+
3983
+ [[package]]
3984
+ name = "windows_i686_gnullvm"
3985
+ version = "0.53.0"
3986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3987
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3988
+
3989
+ [[package]]
3990
+ name = "windows_i686_msvc"
3991
+ version = "0.48.5"
3992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3993
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3994
+
3995
+ [[package]]
3996
+ name = "windows_i686_msvc"
3997
+ version = "0.52.6"
3998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3999
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4000
+
4001
+ [[package]]
4002
+ name = "windows_i686_msvc"
4003
+ version = "0.53.0"
4004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4005
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
4006
+
4007
+ [[package]]
4008
+ name = "windows_x86_64_gnu"
4009
+ version = "0.48.5"
4010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4011
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4012
+
4013
+ [[package]]
4014
+ name = "windows_x86_64_gnu"
4015
+ version = "0.52.6"
4016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4017
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4018
+
4019
+ [[package]]
4020
+ name = "windows_x86_64_gnu"
4021
+ version = "0.53.0"
4022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4023
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
4024
+
4025
+ [[package]]
4026
+ name = "windows_x86_64_gnullvm"
4027
+ version = "0.48.5"
4028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4029
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4030
+
4031
+ [[package]]
4032
+ name = "windows_x86_64_gnullvm"
4033
+ version = "0.52.6"
4034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4035
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4036
+
4037
+ [[package]]
4038
+ name = "windows_x86_64_gnullvm"
4039
+ version = "0.53.0"
4040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4041
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
4042
+
4043
+ [[package]]
4044
+ name = "windows_x86_64_msvc"
4045
+ version = "0.48.5"
4046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4047
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4048
+
4049
+ [[package]]
4050
+ name = "windows_x86_64_msvc"
4051
+ version = "0.52.6"
4052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4053
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4054
+
4055
+ [[package]]
4056
+ name = "windows_x86_64_msvc"
4057
+ version = "0.53.0"
4058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4059
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
4060
+
4061
+ [[package]]
4062
+ name = "wit-bindgen-rt"
4063
+ version = "0.39.0"
4064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4065
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
4066
+ dependencies = [
4067
+ "bitflags 2.9.0",
4068
+ ]
4069
+
4070
+ [[package]]
4071
+ name = "woff"
4072
+ version = "0.6.1"
4073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4074
+ checksum = "2e229335e006d138b1c318e83b99eaa3e1ab03e08c4ced4967e46705e6e9d1cf"
4075
+ dependencies = [
4076
+ "cc",
4077
+ "libc",
4078
+ ]
4079
+
4080
+ [[package]]
4081
+ name = "write16"
4082
+ version = "1.0.0"
4083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4084
+ checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
4085
+
4086
+ [[package]]
4087
+ name = "writeable"
4088
+ version = "0.5.5"
4089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4090
+ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
4091
+
4092
+ [[package]]
4093
+ name = "x11rb"
4094
+ version = "0.13.1"
4095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4096
+ checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
4097
+ dependencies = [
4098
+ "gethostname",
4099
+ "rustix 0.38.44",
4100
+ "x11rb-protocol",
4101
+ ]
4102
+
4103
+ [[package]]
4104
+ name = "x11rb-protocol"
4105
+ version = "0.13.1"
4106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4107
+ checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
4108
+
4109
+ [[package]]
4110
+ name = "xml-rs"
4111
+ version = "0.8.26"
4112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4113
+ checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda"
4114
+
4115
+ [[package]]
4116
+ name = "xml5ever"
4117
+ version = "0.21.0"
4118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4119
+ checksum = "c9f61eba2105dcadbee9232cfcf75c96abea184bf3805a8bfe022cf7fe7fa11d"
4120
+ dependencies = [
4121
+ "log",
4122
+ "mac",
4123
+ "markup5ever",
4124
+ ]
4125
+
4126
+ [[package]]
4127
+ name = "xmlwriter"
4128
+ version = "0.1.0"
4129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4130
+ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
4131
+
4132
+ [[package]]
4133
+ name = "yazi"
4134
+ version = "0.2.1"
4135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4136
+ checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
4137
+
4138
+ [[package]]
4139
+ name = "yoke"
4140
+ version = "0.7.5"
4141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4142
+ checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
4143
+ dependencies = [
4144
+ "serde",
4145
+ "stable_deref_trait",
4146
+ "yoke-derive",
4147
+ "zerofrom",
4148
+ ]
4149
+
4150
+ [[package]]
4151
+ name = "yoke-derive"
4152
+ version = "0.7.5"
4153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4154
+ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
4155
+ dependencies = [
4156
+ "proc-macro2",
4157
+ "quote",
4158
+ "syn",
4159
+ "synstructure",
4160
+ ]
4161
+
4162
+ [[package]]
4163
+ name = "zeno"
4164
+ version = "0.3.2"
4165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4166
+ checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
4167
+
4168
+ [[package]]
4169
+ name = "zerofrom"
4170
+ version = "0.1.6"
4171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4172
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4173
+ dependencies = [
4174
+ "zerofrom-derive",
4175
+ ]
4176
+
4177
+ [[package]]
4178
+ name = "zerofrom-derive"
4179
+ version = "0.1.6"
4180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4181
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4182
+ dependencies = [
4183
+ "proc-macro2",
4184
+ "quote",
4185
+ "syn",
4186
+ "synstructure",
4187
+ ]
4188
+
4189
+ [[package]]
4190
+ name = "zeroize"
4191
+ version = "1.8.1"
4192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4193
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
4194
+
4195
+ [[package]]
4196
+ name = "zerovec"
4197
+ version = "0.10.4"
4198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4199
+ checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
4200
+ dependencies = [
4201
+ "yoke",
4202
+ "zerofrom",
4203
+ "zerovec-derive",
4204
+ ]
4205
+
4206
+ [[package]]
4207
+ name = "zerovec-derive"
4208
+ version = "0.10.3"
4209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4210
+ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
4211
+ dependencies = [
4212
+ "proc-macro2",
4213
+ "quote",
4214
+ "syn",
4215
+ ]
4216
+
4217
+ [[package]]
4218
+ name = "zune-core"
4219
+ version = "0.4.12"
4220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4221
+ checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
4222
+
4223
+ [[package]]
4224
+ name = "zune-jpeg"
4225
+ version = "0.4.14"
4226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4227
+ checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
4228
+ dependencies = [
4229
+ "zune-core",
4230
+ ]