html-to-markdown 3.4.0.pre.rc.44-aarch64-linux → 3.4.1-aarch64-linux

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,943 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "once_cell",
20
+ "version_check",
21
+ "zerocopy",
22
+ ]
23
+
24
+ [[package]]
25
+ name = "aho-corasick"
26
+ version = "1.1.4"
27
+ source = "registry+https://github.com/rust-lang/crates.io-index"
28
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
29
+ dependencies = [
30
+ "memchr",
31
+ ]
32
+
33
+ [[package]]
34
+ name = "allocator-api2"
35
+ version = "0.2.21"
36
+ source = "registry+https://github.com/rust-lang/crates.io-index"
37
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
38
+
39
+ [[package]]
40
+ name = "astral-tl"
41
+ version = "0.7.11"
42
+ source = "registry+https://github.com/rust-lang/crates.io-index"
43
+ checksum = "d90933ffb0f97e2fc2e0de21da9d3f20597b804012d199843a6fe7c2810d28f3"
44
+ dependencies = [
45
+ "memchr",
46
+ ]
47
+
48
+ [[package]]
49
+ name = "async-trait"
50
+ version = "0.1.89"
51
+ source = "registry+https://github.com/rust-lang/crates.io-index"
52
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
53
+ dependencies = [
54
+ "proc-macro2",
55
+ "quote",
56
+ "syn",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "autocfg"
61
+ version = "1.5.0"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
64
+
65
+ [[package]]
66
+ name = "base64"
67
+ version = "0.22.1"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
70
+
71
+ [[package]]
72
+ name = "bindgen"
73
+ version = "0.72.1"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
76
+ dependencies = [
77
+ "bitflags",
78
+ "cexpr",
79
+ "clang-sys",
80
+ "itertools",
81
+ "proc-macro2",
82
+ "quote",
83
+ "regex",
84
+ "rustc-hash",
85
+ "shlex",
86
+ "syn",
87
+ ]
88
+
89
+ [[package]]
90
+ name = "bitflags"
91
+ version = "2.11.1"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
94
+
95
+ [[package]]
96
+ name = "bytemuck"
97
+ version = "1.25.0"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
100
+
101
+ [[package]]
102
+ name = "byteorder-lite"
103
+ version = "0.1.0"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
106
+
107
+ [[package]]
108
+ name = "cexpr"
109
+ version = "0.6.0"
110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
111
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
112
+ dependencies = [
113
+ "nom",
114
+ ]
115
+
116
+ [[package]]
117
+ name = "cfg-if"
118
+ version = "1.0.4"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
121
+
122
+ [[package]]
123
+ name = "clang-sys"
124
+ version = "1.8.1"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
127
+ dependencies = [
128
+ "glob",
129
+ "libc",
130
+ "libloading",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "color_quant"
135
+ version = "1.1.0"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
138
+
139
+ [[package]]
140
+ name = "const-random"
141
+ version = "0.1.18"
142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
143
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
144
+ dependencies = [
145
+ "const-random-macro",
146
+ ]
147
+
148
+ [[package]]
149
+ name = "const-random-macro"
150
+ version = "0.1.16"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
153
+ dependencies = [
154
+ "getrandom",
155
+ "once_cell",
156
+ "tiny-keccak",
157
+ ]
158
+
159
+ [[package]]
160
+ name = "crc32fast"
161
+ version = "1.5.0"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
164
+ dependencies = [
165
+ "cfg-if",
166
+ ]
167
+
168
+ [[package]]
169
+ name = "crunchy"
170
+ version = "0.2.4"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
173
+
174
+ [[package]]
175
+ name = "either"
176
+ version = "1.15.0"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
179
+
180
+ [[package]]
181
+ name = "equivalent"
182
+ version = "1.0.2"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
185
+
186
+ [[package]]
187
+ name = "fastrand"
188
+ version = "2.4.1"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
191
+
192
+ [[package]]
193
+ name = "fdeflate"
194
+ version = "0.3.7"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
197
+ dependencies = [
198
+ "simd-adler32",
199
+ ]
200
+
201
+ [[package]]
202
+ name = "flate2"
203
+ version = "1.1.9"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
206
+ dependencies = [
207
+ "crc32fast",
208
+ "miniz_oxide",
209
+ ]
210
+
211
+ [[package]]
212
+ name = "foldhash"
213
+ version = "0.2.0"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
216
+
217
+ [[package]]
218
+ name = "getrandom"
219
+ version = "0.2.17"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
222
+ dependencies = [
223
+ "cfg-if",
224
+ "libc",
225
+ "wasi",
226
+ ]
227
+
228
+ [[package]]
229
+ name = "gif"
230
+ version = "0.14.2"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
233
+ dependencies = [
234
+ "color_quant",
235
+ "weezl",
236
+ ]
237
+
238
+ [[package]]
239
+ name = "glob"
240
+ version = "0.3.3"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
243
+
244
+ [[package]]
245
+ name = "hashbrown"
246
+ version = "0.17.1"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
249
+ dependencies = [
250
+ "allocator-api2",
251
+ "equivalent",
252
+ "foldhash",
253
+ ]
254
+
255
+ [[package]]
256
+ name = "html-escape"
257
+ version = "0.2.13"
258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
259
+ checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
260
+ dependencies = [
261
+ "utf8-width",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "html-to-markdown-rb"
266
+ version = "3.4.0-rc.25"
267
+ dependencies = [
268
+ "async-trait",
269
+ "html-to-markdown-rs",
270
+ "magnus",
271
+ "serde",
272
+ "serde_json",
273
+ "tokio",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "html-to-markdown-rs"
278
+ version = "3.4.1"
279
+ dependencies = [
280
+ "ahash",
281
+ "astral-tl",
282
+ "base64",
283
+ "html-escape",
284
+ "html5ever",
285
+ "image",
286
+ "lru",
287
+ "memchr",
288
+ "once_cell",
289
+ "regex",
290
+ "serde",
291
+ "serde_json",
292
+ "thiserror",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "html5ever"
297
+ version = "0.39.0"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
300
+ dependencies = [
301
+ "log",
302
+ "markup5ever",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "image"
307
+ version = "0.25.10"
308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
309
+ checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
310
+ dependencies = [
311
+ "bytemuck",
312
+ "byteorder-lite",
313
+ "color_quant",
314
+ "gif",
315
+ "image-webp",
316
+ "moxcms",
317
+ "num-traits",
318
+ "png",
319
+ "zune-core",
320
+ "zune-jpeg",
321
+ ]
322
+
323
+ [[package]]
324
+ name = "image-webp"
325
+ version = "0.2.4"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
328
+ dependencies = [
329
+ "byteorder-lite",
330
+ "quick-error",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "itertools"
335
+ version = "0.13.0"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
338
+ dependencies = [
339
+ "either",
340
+ ]
341
+
342
+ [[package]]
343
+ name = "itoa"
344
+ version = "1.0.18"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
347
+
348
+ [[package]]
349
+ name = "lazy_static"
350
+ version = "1.5.0"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
353
+
354
+ [[package]]
355
+ name = "libc"
356
+ version = "0.2.186"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
359
+
360
+ [[package]]
361
+ name = "libloading"
362
+ version = "0.8.9"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
365
+ dependencies = [
366
+ "cfg-if",
367
+ "windows-link",
368
+ ]
369
+
370
+ [[package]]
371
+ name = "lock_api"
372
+ version = "0.4.14"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
375
+ dependencies = [
376
+ "scopeguard",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "log"
381
+ version = "0.4.29"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
384
+
385
+ [[package]]
386
+ name = "lru"
387
+ version = "0.18.0"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9"
390
+ dependencies = [
391
+ "hashbrown",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "magnus"
396
+ version = "0.8.2"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
399
+ dependencies = [
400
+ "magnus-macros",
401
+ "rb-sys",
402
+ "rb-sys-env",
403
+ "seq-macro",
404
+ ]
405
+
406
+ [[package]]
407
+ name = "magnus-macros"
408
+ version = "0.8.0"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
411
+ dependencies = [
412
+ "proc-macro2",
413
+ "quote",
414
+ "syn",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "markup5ever"
419
+ version = "0.39.0"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
422
+ dependencies = [
423
+ "log",
424
+ "tendril",
425
+ "web_atoms",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "memchr"
430
+ version = "2.8.0"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
433
+
434
+ [[package]]
435
+ name = "minimal-lexical"
436
+ version = "0.2.1"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
439
+
440
+ [[package]]
441
+ name = "miniz_oxide"
442
+ version = "0.8.9"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
445
+ dependencies = [
446
+ "adler2",
447
+ "simd-adler32",
448
+ ]
449
+
450
+ [[package]]
451
+ name = "moxcms"
452
+ version = "0.8.1"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
455
+ dependencies = [
456
+ "num-traits",
457
+ "pxfm",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "new_debug_unreachable"
462
+ version = "1.0.6"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
465
+
466
+ [[package]]
467
+ name = "nom"
468
+ version = "7.1.3"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
471
+ dependencies = [
472
+ "memchr",
473
+ "minimal-lexical",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "num-traits"
478
+ version = "0.2.19"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
481
+ dependencies = [
482
+ "autocfg",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "once_cell"
487
+ version = "1.21.4"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
490
+
491
+ [[package]]
492
+ name = "parking_lot"
493
+ version = "0.12.5"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
496
+ dependencies = [
497
+ "lock_api",
498
+ "parking_lot_core",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "parking_lot_core"
503
+ version = "0.9.12"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
506
+ dependencies = [
507
+ "cfg-if",
508
+ "libc",
509
+ "redox_syscall",
510
+ "smallvec",
511
+ "windows-link",
512
+ ]
513
+
514
+ [[package]]
515
+ name = "phf"
516
+ version = "0.13.1"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
519
+ dependencies = [
520
+ "phf_shared",
521
+ "serde",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "phf_codegen"
526
+ version = "0.13.1"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
529
+ dependencies = [
530
+ "phf_generator",
531
+ "phf_shared",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "phf_generator"
536
+ version = "0.13.1"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
539
+ dependencies = [
540
+ "fastrand",
541
+ "phf_shared",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "phf_shared"
546
+ version = "0.13.1"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
549
+ dependencies = [
550
+ "siphasher",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "pin-project-lite"
555
+ version = "0.2.17"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
558
+
559
+ [[package]]
560
+ name = "png"
561
+ version = "0.18.1"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
564
+ dependencies = [
565
+ "bitflags",
566
+ "crc32fast",
567
+ "fdeflate",
568
+ "flate2",
569
+ "miniz_oxide",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "precomputed-hash"
574
+ version = "0.1.1"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
577
+
578
+ [[package]]
579
+ name = "proc-macro2"
580
+ version = "1.0.106"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
583
+ dependencies = [
584
+ "unicode-ident",
585
+ ]
586
+
587
+ [[package]]
588
+ name = "pxfm"
589
+ version = "0.1.29"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f"
592
+
593
+ [[package]]
594
+ name = "quick-error"
595
+ version = "2.0.1"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
598
+
599
+ [[package]]
600
+ name = "quote"
601
+ version = "1.0.45"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
604
+ dependencies = [
605
+ "proc-macro2",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "rb-sys"
610
+ version = "0.9.128"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
613
+ dependencies = [
614
+ "rb-sys-build",
615
+ ]
616
+
617
+ [[package]]
618
+ name = "rb-sys-build"
619
+ version = "0.9.128"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
622
+ dependencies = [
623
+ "bindgen",
624
+ "lazy_static",
625
+ "proc-macro2",
626
+ "quote",
627
+ "regex",
628
+ "shell-words",
629
+ "syn",
630
+ ]
631
+
632
+ [[package]]
633
+ name = "rb-sys-env"
634
+ version = "0.2.3"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
637
+
638
+ [[package]]
639
+ name = "redox_syscall"
640
+ version = "0.5.18"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
643
+ dependencies = [
644
+ "bitflags",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "regex"
649
+ version = "1.12.3"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
652
+ dependencies = [
653
+ "aho-corasick",
654
+ "memchr",
655
+ "regex-automata",
656
+ "regex-syntax",
657
+ ]
658
+
659
+ [[package]]
660
+ name = "regex-automata"
661
+ version = "0.4.14"
662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
663
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
664
+ dependencies = [
665
+ "aho-corasick",
666
+ "memchr",
667
+ "regex-syntax",
668
+ ]
669
+
670
+ [[package]]
671
+ name = "regex-syntax"
672
+ version = "0.8.10"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
675
+
676
+ [[package]]
677
+ name = "rustc-hash"
678
+ version = "2.1.2"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
681
+
682
+ [[package]]
683
+ name = "scopeguard"
684
+ version = "1.2.0"
685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
686
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
687
+
688
+ [[package]]
689
+ name = "seq-macro"
690
+ version = "0.3.6"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
693
+
694
+ [[package]]
695
+ name = "serde"
696
+ version = "1.0.228"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
699
+ dependencies = [
700
+ "serde_core",
701
+ "serde_derive",
702
+ ]
703
+
704
+ [[package]]
705
+ name = "serde_core"
706
+ version = "1.0.228"
707
+ source = "registry+https://github.com/rust-lang/crates.io-index"
708
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
709
+ dependencies = [
710
+ "serde_derive",
711
+ ]
712
+
713
+ [[package]]
714
+ name = "serde_derive"
715
+ version = "1.0.228"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
718
+ dependencies = [
719
+ "proc-macro2",
720
+ "quote",
721
+ "syn",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "serde_json"
726
+ version = "1.0.149"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
729
+ dependencies = [
730
+ "itoa",
731
+ "memchr",
732
+ "serde",
733
+ "serde_core",
734
+ "zmij",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "shell-words"
739
+ version = "1.1.1"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
742
+
743
+ [[package]]
744
+ name = "shlex"
745
+ version = "1.3.0"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
748
+
749
+ [[package]]
750
+ name = "simd-adler32"
751
+ version = "0.3.9"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
754
+
755
+ [[package]]
756
+ name = "siphasher"
757
+ version = "1.0.3"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
760
+
761
+ [[package]]
762
+ name = "smallvec"
763
+ version = "1.15.1"
764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
765
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
766
+
767
+ [[package]]
768
+ name = "string_cache"
769
+ version = "0.9.0"
770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
771
+ checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
772
+ dependencies = [
773
+ "new_debug_unreachable",
774
+ "parking_lot",
775
+ "phf_shared",
776
+ "precomputed-hash",
777
+ ]
778
+
779
+ [[package]]
780
+ name = "string_cache_codegen"
781
+ version = "0.6.1"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
784
+ dependencies = [
785
+ "phf_generator",
786
+ "phf_shared",
787
+ "proc-macro2",
788
+ "quote",
789
+ ]
790
+
791
+ [[package]]
792
+ name = "syn"
793
+ version = "2.0.117"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
796
+ dependencies = [
797
+ "proc-macro2",
798
+ "quote",
799
+ "unicode-ident",
800
+ ]
801
+
802
+ [[package]]
803
+ name = "tendril"
804
+ version = "0.5.0"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
807
+ dependencies = [
808
+ "new_debug_unreachable",
809
+ "utf-8",
810
+ ]
811
+
812
+ [[package]]
813
+ name = "thiserror"
814
+ version = "2.0.18"
815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
816
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
817
+ dependencies = [
818
+ "thiserror-impl",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "thiserror-impl"
823
+ version = "2.0.18"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
826
+ dependencies = [
827
+ "proc-macro2",
828
+ "quote",
829
+ "syn",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "tiny-keccak"
834
+ version = "2.0.2"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
837
+ dependencies = [
838
+ "crunchy",
839
+ ]
840
+
841
+ [[package]]
842
+ name = "tokio"
843
+ version = "1.52.3"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
846
+ dependencies = [
847
+ "pin-project-lite",
848
+ ]
849
+
850
+ [[package]]
851
+ name = "unicode-ident"
852
+ version = "1.0.24"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
855
+
856
+ [[package]]
857
+ name = "utf-8"
858
+ version = "0.7.6"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
861
+
862
+ [[package]]
863
+ name = "utf8-width"
864
+ version = "0.1.8"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091"
867
+
868
+ [[package]]
869
+ name = "version_check"
870
+ version = "0.9.5"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
873
+
874
+ [[package]]
875
+ name = "wasi"
876
+ version = "0.11.1+wasi-snapshot-preview1"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
879
+
880
+ [[package]]
881
+ name = "web_atoms"
882
+ version = "0.2.4"
883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
884
+ checksum = "d7cff6eef815df1834fd250e3a2ff436044d82a9f1bc1980ca1dbdf07effc538"
885
+ dependencies = [
886
+ "phf",
887
+ "phf_codegen",
888
+ "string_cache",
889
+ "string_cache_codegen",
890
+ ]
891
+
892
+ [[package]]
893
+ name = "weezl"
894
+ version = "0.1.12"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
897
+
898
+ [[package]]
899
+ name = "windows-link"
900
+ version = "0.2.1"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
903
+
904
+ [[package]]
905
+ name = "zerocopy"
906
+ version = "0.8.48"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
909
+ dependencies = [
910
+ "zerocopy-derive",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "zerocopy-derive"
915
+ version = "0.8.48"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
918
+ dependencies = [
919
+ "proc-macro2",
920
+ "quote",
921
+ "syn",
922
+ ]
923
+
924
+ [[package]]
925
+ name = "zmij"
926
+ version = "1.0.21"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
929
+
930
+ [[package]]
931
+ name = "zune-core"
932
+ version = "0.5.1"
933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
934
+ checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
935
+
936
+ [[package]]
937
+ name = "zune-jpeg"
938
+ version = "0.5.15"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
941
+ dependencies = [
942
+ "zune-core",
943
+ ]