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