kreuzcrawl 0.1.0.pre.rc.2

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,3162 @@
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
+ "getrandom 0.3.4",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "alloc-no-stdlib"
36
+ version = "2.0.4"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
39
+
40
+ [[package]]
41
+ name = "alloc-stdlib"
42
+ version = "0.2.2"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
45
+ dependencies = [
46
+ "alloc-no-stdlib",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "allocator-api2"
51
+ version = "0.2.21"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
54
+
55
+ [[package]]
56
+ name = "android_system_properties"
57
+ version = "0.1.5"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
60
+ dependencies = [
61
+ "libc",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "anyhow"
66
+ version = "1.0.102"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
69
+
70
+ [[package]]
71
+ name = "arrayref"
72
+ version = "0.3.9"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
75
+
76
+ [[package]]
77
+ name = "arrayvec"
78
+ version = "0.7.6"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
81
+
82
+ [[package]]
83
+ name = "astral-tl"
84
+ version = "0.7.11"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "d90933ffb0f97e2fc2e0de21da9d3f20597b804012d199843a6fe7c2810d28f3"
87
+ dependencies = [
88
+ "memchr",
89
+ ]
90
+
91
+ [[package]]
92
+ name = "async-compression"
93
+ version = "0.4.41"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1"
96
+ dependencies = [
97
+ "compression-codecs",
98
+ "compression-core",
99
+ "pin-project-lite",
100
+ "tokio",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "async-trait"
105
+ version = "0.1.89"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
108
+ dependencies = [
109
+ "proc-macro2",
110
+ "quote",
111
+ "syn",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "atomic-waker"
116
+ version = "1.1.2"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
119
+
120
+ [[package]]
121
+ name = "autocfg"
122
+ version = "1.5.0"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
125
+
126
+ [[package]]
127
+ name = "aws-lc-rs"
128
+ version = "1.16.2"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc"
131
+ dependencies = [
132
+ "aws-lc-sys",
133
+ "zeroize",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "aws-lc-sys"
138
+ version = "0.39.1"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399"
141
+ dependencies = [
142
+ "cc",
143
+ "cmake",
144
+ "dunce",
145
+ "fs_extra",
146
+ ]
147
+
148
+ [[package]]
149
+ name = "base64"
150
+ version = "0.22.1"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
153
+
154
+ [[package]]
155
+ name = "bindgen"
156
+ version = "0.72.1"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
159
+ dependencies = [
160
+ "bitflags",
161
+ "cexpr",
162
+ "clang-sys",
163
+ "itertools",
164
+ "proc-macro2",
165
+ "quote",
166
+ "regex",
167
+ "rustc-hash",
168
+ "shlex",
169
+ "syn",
170
+ ]
171
+
172
+ [[package]]
173
+ name = "bitflags"
174
+ version = "2.11.0"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
177
+
178
+ [[package]]
179
+ name = "blake3"
180
+ version = "1.8.4"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e"
183
+ dependencies = [
184
+ "arrayref",
185
+ "arrayvec",
186
+ "cc",
187
+ "cfg-if",
188
+ "constant_time_eq",
189
+ "cpufeatures",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "block-buffer"
194
+ version = "0.12.0"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
197
+ dependencies = [
198
+ "hybrid-array",
199
+ ]
200
+
201
+ [[package]]
202
+ name = "brotli"
203
+ version = "8.0.2"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
206
+ dependencies = [
207
+ "alloc-no-stdlib",
208
+ "alloc-stdlib",
209
+ "brotli-decompressor",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "brotli-decompressor"
214
+ version = "5.0.0"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
217
+ dependencies = [
218
+ "alloc-no-stdlib",
219
+ "alloc-stdlib",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "bumpalo"
224
+ version = "3.20.2"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
227
+
228
+ [[package]]
229
+ name = "bytemuck"
230
+ version = "1.25.0"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
233
+
234
+ [[package]]
235
+ name = "byteorder-lite"
236
+ version = "0.1.0"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
239
+
240
+ [[package]]
241
+ name = "bytes"
242
+ version = "1.11.1"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
245
+
246
+ [[package]]
247
+ name = "cc"
248
+ version = "1.2.60"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
251
+ dependencies = [
252
+ "find-msvc-tools",
253
+ "jobserver",
254
+ "libc",
255
+ "shlex",
256
+ ]
257
+
258
+ [[package]]
259
+ name = "cesu8"
260
+ version = "1.1.0"
261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
262
+ checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
263
+
264
+ [[package]]
265
+ name = "cexpr"
266
+ version = "0.6.0"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
269
+ dependencies = [
270
+ "nom",
271
+ ]
272
+
273
+ [[package]]
274
+ name = "cfg-if"
275
+ version = "1.0.4"
276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
277
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
278
+
279
+ [[package]]
280
+ name = "cfg_aliases"
281
+ version = "0.2.1"
282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
283
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
284
+
285
+ [[package]]
286
+ name = "chrono"
287
+ version = "0.4.44"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
290
+ dependencies = [
291
+ "iana-time-zone",
292
+ "js-sys",
293
+ "num-traits",
294
+ "serde",
295
+ "wasm-bindgen",
296
+ "windows-link",
297
+ ]
298
+
299
+ [[package]]
300
+ name = "clang-sys"
301
+ version = "1.8.1"
302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
303
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
304
+ dependencies = [
305
+ "glob",
306
+ "libc",
307
+ "libloading",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "cmake"
312
+ version = "0.1.58"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
315
+ dependencies = [
316
+ "cc",
317
+ ]
318
+
319
+ [[package]]
320
+ name = "color_quant"
321
+ version = "1.1.0"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
324
+
325
+ [[package]]
326
+ name = "combine"
327
+ version = "4.6.7"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
330
+ dependencies = [
331
+ "bytes",
332
+ "memchr",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "compression-codecs"
337
+ version = "0.4.37"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7"
340
+ dependencies = [
341
+ "brotli",
342
+ "compression-core",
343
+ "flate2",
344
+ "memchr",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "compression-core"
349
+ version = "0.4.31"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
352
+
353
+ [[package]]
354
+ name = "const-oid"
355
+ version = "0.10.2"
356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
357
+ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
358
+
359
+ [[package]]
360
+ name = "const-random"
361
+ version = "0.1.18"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
364
+ dependencies = [
365
+ "const-random-macro",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "const-random-macro"
370
+ version = "0.1.16"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
373
+ dependencies = [
374
+ "getrandom 0.2.17",
375
+ "once_cell",
376
+ "tiny-keccak",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "constant_time_eq"
381
+ version = "0.4.2"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
384
+
385
+ [[package]]
386
+ name = "cookie"
387
+ version = "0.18.1"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
390
+ dependencies = [
391
+ "percent-encoding",
392
+ "time",
393
+ "version_check",
394
+ ]
395
+
396
+ [[package]]
397
+ name = "cookie_store"
398
+ version = "0.22.1"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206"
401
+ dependencies = [
402
+ "cookie",
403
+ "document-features",
404
+ "idna",
405
+ "log",
406
+ "publicsuffix",
407
+ "serde",
408
+ "serde_derive",
409
+ "serde_json",
410
+ "time",
411
+ "url",
412
+ ]
413
+
414
+ [[package]]
415
+ name = "core-foundation"
416
+ version = "0.9.4"
417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
418
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
419
+ dependencies = [
420
+ "core-foundation-sys",
421
+ "libc",
422
+ ]
423
+
424
+ [[package]]
425
+ name = "core-foundation"
426
+ version = "0.10.1"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
429
+ dependencies = [
430
+ "core-foundation-sys",
431
+ "libc",
432
+ ]
433
+
434
+ [[package]]
435
+ name = "core-foundation-sys"
436
+ version = "0.8.7"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
439
+
440
+ [[package]]
441
+ name = "cpufeatures"
442
+ version = "0.3.0"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
445
+ dependencies = [
446
+ "libc",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "crc32fast"
451
+ version = "1.5.0"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
454
+ dependencies = [
455
+ "cfg-if",
456
+ ]
457
+
458
+ [[package]]
459
+ name = "crunchy"
460
+ version = "0.2.4"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
463
+
464
+ [[package]]
465
+ name = "crypto-common"
466
+ version = "0.2.1"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710"
469
+ dependencies = [
470
+ "hybrid-array",
471
+ ]
472
+
473
+ [[package]]
474
+ name = "deranged"
475
+ version = "0.5.8"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
478
+ dependencies = [
479
+ "powerfmt",
480
+ ]
481
+
482
+ [[package]]
483
+ name = "digest"
484
+ version = "0.11.2"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c"
487
+ dependencies = [
488
+ "block-buffer",
489
+ "const-oid",
490
+ "crypto-common",
491
+ ]
492
+
493
+ [[package]]
494
+ name = "displaydoc"
495
+ version = "0.2.5"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
498
+ dependencies = [
499
+ "proc-macro2",
500
+ "quote",
501
+ "syn",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "document-features"
506
+ version = "0.2.12"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
509
+ dependencies = [
510
+ "litrs",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "dunce"
515
+ version = "1.0.5"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
518
+
519
+ [[package]]
520
+ name = "either"
521
+ version = "1.15.0"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
524
+
525
+ [[package]]
526
+ name = "encoding_rs"
527
+ version = "0.8.35"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
530
+ dependencies = [
531
+ "cfg-if",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "equivalent"
536
+ version = "1.0.2"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
539
+
540
+ [[package]]
541
+ name = "errno"
542
+ version = "0.3.14"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
545
+ dependencies = [
546
+ "libc",
547
+ "windows-sys 0.61.2",
548
+ ]
549
+
550
+ [[package]]
551
+ name = "fastrand"
552
+ version = "2.4.1"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
555
+
556
+ [[package]]
557
+ name = "fdeflate"
558
+ version = "0.3.7"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
561
+ dependencies = [
562
+ "simd-adler32",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "find-msvc-tools"
567
+ version = "0.1.9"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
570
+
571
+ [[package]]
572
+ name = "flate2"
573
+ version = "1.1.9"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
576
+ dependencies = [
577
+ "crc32fast",
578
+ "miniz_oxide",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "fnv"
583
+ version = "1.0.7"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
586
+
587
+ [[package]]
588
+ name = "foldhash"
589
+ version = "0.1.5"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
592
+
593
+ [[package]]
594
+ name = "foldhash"
595
+ version = "0.2.0"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
598
+
599
+ [[package]]
600
+ name = "form_urlencoded"
601
+ version = "1.2.2"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
604
+ dependencies = [
605
+ "percent-encoding",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "fs_extra"
610
+ version = "1.3.0"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
613
+
614
+ [[package]]
615
+ name = "futures-channel"
616
+ version = "0.3.32"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
619
+ dependencies = [
620
+ "futures-core",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "futures-core"
625
+ version = "0.3.32"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
628
+
629
+ [[package]]
630
+ name = "futures-sink"
631
+ version = "0.3.32"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
634
+
635
+ [[package]]
636
+ name = "futures-task"
637
+ version = "0.3.32"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
640
+
641
+ [[package]]
642
+ name = "futures-util"
643
+ version = "0.3.32"
644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
645
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
646
+ dependencies = [
647
+ "futures-core",
648
+ "futures-task",
649
+ "pin-project-lite",
650
+ "slab",
651
+ ]
652
+
653
+ [[package]]
654
+ name = "getrandom"
655
+ version = "0.2.17"
656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
657
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
658
+ dependencies = [
659
+ "cfg-if",
660
+ "js-sys",
661
+ "libc",
662
+ "wasi",
663
+ "wasm-bindgen",
664
+ ]
665
+
666
+ [[package]]
667
+ name = "getrandom"
668
+ version = "0.3.4"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
671
+ dependencies = [
672
+ "cfg-if",
673
+ "js-sys",
674
+ "libc",
675
+ "r-efi 5.3.0",
676
+ "wasip2",
677
+ "wasm-bindgen",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "getrandom"
682
+ version = "0.4.2"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
685
+ dependencies = [
686
+ "cfg-if",
687
+ "js-sys",
688
+ "libc",
689
+ "r-efi 6.0.0",
690
+ "wasip2",
691
+ "wasip3",
692
+ "wasm-bindgen",
693
+ ]
694
+
695
+ [[package]]
696
+ name = "gif"
697
+ version = "0.14.2"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
700
+ dependencies = [
701
+ "color_quant",
702
+ "weezl",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "glob"
707
+ version = "0.3.3"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
710
+
711
+ [[package]]
712
+ name = "h2"
713
+ version = "0.4.13"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
716
+ dependencies = [
717
+ "atomic-waker",
718
+ "bytes",
719
+ "fnv",
720
+ "futures-core",
721
+ "futures-sink",
722
+ "http",
723
+ "indexmap",
724
+ "slab",
725
+ "tokio",
726
+ "tokio-util",
727
+ "tracing",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "hashbrown"
732
+ version = "0.15.5"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
735
+ dependencies = [
736
+ "foldhash 0.1.5",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "hashbrown"
741
+ version = "0.17.0"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
744
+ dependencies = [
745
+ "allocator-api2",
746
+ "equivalent",
747
+ "foldhash 0.2.0",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "heck"
752
+ version = "0.5.0"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
755
+
756
+ [[package]]
757
+ name = "html-escape"
758
+ version = "0.2.13"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
761
+ dependencies = [
762
+ "utf8-width",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "html-to-markdown-rs"
767
+ version = "3.2.1"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "642b8ab7cd2f92e4e2f7c56bdc5e1985bda93df0cfb7f3aeb21ec2e73140a68f"
770
+ dependencies = [
771
+ "ahash",
772
+ "astral-tl",
773
+ "base64",
774
+ "html-escape",
775
+ "html5ever",
776
+ "image",
777
+ "lru",
778
+ "memchr",
779
+ "once_cell",
780
+ "regex",
781
+ "serde",
782
+ "serde_json",
783
+ "thiserror 2.0.18",
784
+ ]
785
+
786
+ [[package]]
787
+ name = "html5ever"
788
+ version = "0.39.0"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
791
+ dependencies = [
792
+ "log",
793
+ "markup5ever",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "http"
798
+ version = "1.4.0"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
801
+ dependencies = [
802
+ "bytes",
803
+ "itoa",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "http-body"
808
+ version = "1.0.1"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
811
+ dependencies = [
812
+ "bytes",
813
+ "http",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "http-body-util"
818
+ version = "0.1.3"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
821
+ dependencies = [
822
+ "bytes",
823
+ "futures-core",
824
+ "http",
825
+ "http-body",
826
+ "pin-project-lite",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "httparse"
831
+ version = "1.10.1"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
834
+
835
+ [[package]]
836
+ name = "hybrid-array"
837
+ version = "0.4.10"
838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
839
+ checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214"
840
+ dependencies = [
841
+ "typenum",
842
+ ]
843
+
844
+ [[package]]
845
+ name = "hyper"
846
+ version = "1.9.0"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
849
+ dependencies = [
850
+ "atomic-waker",
851
+ "bytes",
852
+ "futures-channel",
853
+ "futures-core",
854
+ "h2",
855
+ "http",
856
+ "http-body",
857
+ "httparse",
858
+ "itoa",
859
+ "pin-project-lite",
860
+ "smallvec",
861
+ "tokio",
862
+ "want",
863
+ ]
864
+
865
+ [[package]]
866
+ name = "hyper-rustls"
867
+ version = "0.27.8"
868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
869
+ checksum = "c2b52f86d1d4bc0d6b4e6826d960b1b333217e07d36b882dca570a5e1c48895b"
870
+ dependencies = [
871
+ "http",
872
+ "hyper",
873
+ "hyper-util",
874
+ "rustls",
875
+ "tokio",
876
+ "tokio-rustls",
877
+ "tower-service",
878
+ ]
879
+
880
+ [[package]]
881
+ name = "hyper-util"
882
+ version = "0.1.20"
883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
884
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
885
+ dependencies = [
886
+ "base64",
887
+ "bytes",
888
+ "futures-channel",
889
+ "futures-util",
890
+ "http",
891
+ "http-body",
892
+ "hyper",
893
+ "ipnet",
894
+ "libc",
895
+ "percent-encoding",
896
+ "pin-project-lite",
897
+ "socket2",
898
+ "system-configuration",
899
+ "tokio",
900
+ "tower-service",
901
+ "tracing",
902
+ "windows-registry",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "iana-time-zone"
907
+ version = "0.1.65"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
910
+ dependencies = [
911
+ "android_system_properties",
912
+ "core-foundation-sys",
913
+ "iana-time-zone-haiku",
914
+ "js-sys",
915
+ "log",
916
+ "wasm-bindgen",
917
+ "windows-core",
918
+ ]
919
+
920
+ [[package]]
921
+ name = "iana-time-zone-haiku"
922
+ version = "0.1.2"
923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
924
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
925
+ dependencies = [
926
+ "cc",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "icu_collections"
931
+ version = "2.2.0"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
934
+ dependencies = [
935
+ "displaydoc",
936
+ "potential_utf",
937
+ "utf8_iter",
938
+ "yoke",
939
+ "zerofrom",
940
+ "zerovec",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "icu_locale_core"
945
+ version = "2.2.0"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
948
+ dependencies = [
949
+ "displaydoc",
950
+ "litemap",
951
+ "tinystr",
952
+ "writeable",
953
+ "zerovec",
954
+ ]
955
+
956
+ [[package]]
957
+ name = "icu_normalizer"
958
+ version = "2.2.0"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
961
+ dependencies = [
962
+ "icu_collections",
963
+ "icu_normalizer_data",
964
+ "icu_properties",
965
+ "icu_provider",
966
+ "smallvec",
967
+ "zerovec",
968
+ ]
969
+
970
+ [[package]]
971
+ name = "icu_normalizer_data"
972
+ version = "2.2.0"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
975
+
976
+ [[package]]
977
+ name = "icu_properties"
978
+ version = "2.2.0"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
981
+ dependencies = [
982
+ "icu_collections",
983
+ "icu_locale_core",
984
+ "icu_properties_data",
985
+ "icu_provider",
986
+ "zerotrie",
987
+ "zerovec",
988
+ ]
989
+
990
+ [[package]]
991
+ name = "icu_properties_data"
992
+ version = "2.2.0"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
995
+
996
+ [[package]]
997
+ name = "icu_provider"
998
+ version = "2.2.0"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1001
+ dependencies = [
1002
+ "displaydoc",
1003
+ "icu_locale_core",
1004
+ "writeable",
1005
+ "yoke",
1006
+ "zerofrom",
1007
+ "zerotrie",
1008
+ "zerovec",
1009
+ ]
1010
+
1011
+ [[package]]
1012
+ name = "id-arena"
1013
+ version = "2.3.0"
1014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1015
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1016
+
1017
+ [[package]]
1018
+ name = "idna"
1019
+ version = "1.1.0"
1020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1021
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1022
+ dependencies = [
1023
+ "idna_adapter",
1024
+ "smallvec",
1025
+ "utf8_iter",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "idna_adapter"
1030
+ version = "1.2.1"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1033
+ dependencies = [
1034
+ "icu_normalizer",
1035
+ "icu_properties",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "image"
1040
+ version = "0.25.10"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
1043
+ dependencies = [
1044
+ "bytemuck",
1045
+ "byteorder-lite",
1046
+ "color_quant",
1047
+ "gif",
1048
+ "image-webp",
1049
+ "moxcms",
1050
+ "num-traits",
1051
+ "png",
1052
+ "zune-core",
1053
+ "zune-jpeg",
1054
+ ]
1055
+
1056
+ [[package]]
1057
+ name = "image-webp"
1058
+ version = "0.2.4"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
1061
+ dependencies = [
1062
+ "byteorder-lite",
1063
+ "quick-error",
1064
+ ]
1065
+
1066
+ [[package]]
1067
+ name = "indexmap"
1068
+ version = "2.14.0"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1071
+ dependencies = [
1072
+ "equivalent",
1073
+ "hashbrown 0.17.0",
1074
+ "serde",
1075
+ "serde_core",
1076
+ ]
1077
+
1078
+ [[package]]
1079
+ name = "ipnet"
1080
+ version = "2.12.0"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1083
+
1084
+ [[package]]
1085
+ name = "iri-string"
1086
+ version = "0.7.12"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
1089
+ dependencies = [
1090
+ "memchr",
1091
+ "serde",
1092
+ ]
1093
+
1094
+ [[package]]
1095
+ name = "itertools"
1096
+ version = "0.13.0"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1099
+ dependencies = [
1100
+ "either",
1101
+ ]
1102
+
1103
+ [[package]]
1104
+ name = "itoa"
1105
+ version = "1.0.18"
1106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1107
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1108
+
1109
+ [[package]]
1110
+ name = "jni"
1111
+ version = "0.21.1"
1112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+ checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1114
+ dependencies = [
1115
+ "cesu8",
1116
+ "cfg-if",
1117
+ "combine",
1118
+ "jni-sys 0.3.1",
1119
+ "log",
1120
+ "thiserror 1.0.69",
1121
+ "walkdir",
1122
+ "windows-sys 0.45.0",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "jni-sys"
1127
+ version = "0.3.1"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
1130
+ dependencies = [
1131
+ "jni-sys 0.4.1",
1132
+ ]
1133
+
1134
+ [[package]]
1135
+ name = "jni-sys"
1136
+ version = "0.4.1"
1137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1139
+ dependencies = [
1140
+ "jni-sys-macros",
1141
+ ]
1142
+
1143
+ [[package]]
1144
+ name = "jni-sys-macros"
1145
+ version = "0.4.1"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1148
+ dependencies = [
1149
+ "quote",
1150
+ "syn",
1151
+ ]
1152
+
1153
+ [[package]]
1154
+ name = "jobserver"
1155
+ version = "0.1.34"
1156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1157
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1158
+ dependencies = [
1159
+ "getrandom 0.3.4",
1160
+ "libc",
1161
+ ]
1162
+
1163
+ [[package]]
1164
+ name = "js-sys"
1165
+ version = "0.3.95"
1166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1167
+ checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
1168
+ dependencies = [
1169
+ "cfg-if",
1170
+ "futures-util",
1171
+ "once_cell",
1172
+ "wasm-bindgen",
1173
+ ]
1174
+
1175
+ [[package]]
1176
+ name = "kreuzcrawl"
1177
+ version = "0.1.0-rc.2"
1178
+ dependencies = [
1179
+ "ahash",
1180
+ "astral-tl",
1181
+ "async-trait",
1182
+ "blake3",
1183
+ "chrono",
1184
+ "flate2",
1185
+ "getrandom 0.4.2",
1186
+ "html-to-markdown-rs",
1187
+ "memchr",
1188
+ "quick-xml",
1189
+ "regex",
1190
+ "reqwest",
1191
+ "serde",
1192
+ "serde_json",
1193
+ "sha2",
1194
+ "thiserror 2.0.18",
1195
+ "tokio",
1196
+ "tokio-stream",
1197
+ "tower",
1198
+ "url",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "kreuzcrawl-rb"
1203
+ version = "0.1.0-rc.2"
1204
+ dependencies = [
1205
+ "kreuzcrawl",
1206
+ "magnus",
1207
+ "serde",
1208
+ "serde_json",
1209
+ "tokio",
1210
+ ]
1211
+
1212
+ [[package]]
1213
+ name = "lazy_static"
1214
+ version = "1.5.0"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1217
+
1218
+ [[package]]
1219
+ name = "leb128fmt"
1220
+ version = "0.1.0"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1223
+
1224
+ [[package]]
1225
+ name = "libc"
1226
+ version = "0.2.185"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
1229
+
1230
+ [[package]]
1231
+ name = "libloading"
1232
+ version = "0.8.9"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1235
+ dependencies = [
1236
+ "cfg-if",
1237
+ "windows-link",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "litemap"
1242
+ version = "0.8.2"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1245
+
1246
+ [[package]]
1247
+ name = "litrs"
1248
+ version = "1.0.0"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1251
+
1252
+ [[package]]
1253
+ name = "lock_api"
1254
+ version = "0.4.14"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1257
+ dependencies = [
1258
+ "scopeguard",
1259
+ ]
1260
+
1261
+ [[package]]
1262
+ name = "log"
1263
+ version = "0.4.29"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1266
+
1267
+ [[package]]
1268
+ name = "lru"
1269
+ version = "0.17.0"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "0e0b564323a0fb6d54b864f625ae139de9612e27edb944dda37c109f05aac531"
1272
+ dependencies = [
1273
+ "hashbrown 0.17.0",
1274
+ ]
1275
+
1276
+ [[package]]
1277
+ name = "lru-slab"
1278
+ version = "0.1.2"
1279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1280
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1281
+
1282
+ [[package]]
1283
+ name = "magnus"
1284
+ version = "0.8.2"
1285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1286
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
1287
+ dependencies = [
1288
+ "magnus-macros",
1289
+ "rb-sys",
1290
+ "rb-sys-env",
1291
+ "seq-macro",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "magnus-macros"
1296
+ version = "0.8.0"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
1299
+ dependencies = [
1300
+ "proc-macro2",
1301
+ "quote",
1302
+ "syn",
1303
+ ]
1304
+
1305
+ [[package]]
1306
+ name = "markup5ever"
1307
+ version = "0.39.0"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
1310
+ dependencies = [
1311
+ "log",
1312
+ "tendril",
1313
+ "web_atoms",
1314
+ ]
1315
+
1316
+ [[package]]
1317
+ name = "memchr"
1318
+ version = "2.8.0"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1321
+
1322
+ [[package]]
1323
+ name = "mime"
1324
+ version = "0.3.17"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1327
+
1328
+ [[package]]
1329
+ name = "minimal-lexical"
1330
+ version = "0.2.1"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1333
+
1334
+ [[package]]
1335
+ name = "miniz_oxide"
1336
+ version = "0.8.9"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1339
+ dependencies = [
1340
+ "adler2",
1341
+ "simd-adler32",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "mio"
1346
+ version = "1.2.0"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1349
+ dependencies = [
1350
+ "libc",
1351
+ "wasi",
1352
+ "windows-sys 0.61.2",
1353
+ ]
1354
+
1355
+ [[package]]
1356
+ name = "moxcms"
1357
+ version = "0.8.1"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
1360
+ dependencies = [
1361
+ "num-traits",
1362
+ "pxfm",
1363
+ ]
1364
+
1365
+ [[package]]
1366
+ name = "new_debug_unreachable"
1367
+ version = "1.0.6"
1368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1369
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
1370
+
1371
+ [[package]]
1372
+ name = "nom"
1373
+ version = "7.1.3"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1376
+ dependencies = [
1377
+ "memchr",
1378
+ "minimal-lexical",
1379
+ ]
1380
+
1381
+ [[package]]
1382
+ name = "num-conv"
1383
+ version = "0.2.1"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1386
+
1387
+ [[package]]
1388
+ name = "num-traits"
1389
+ version = "0.2.19"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1392
+ dependencies = [
1393
+ "autocfg",
1394
+ ]
1395
+
1396
+ [[package]]
1397
+ name = "once_cell"
1398
+ version = "1.21.4"
1399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1400
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1401
+
1402
+ [[package]]
1403
+ name = "openssl-probe"
1404
+ version = "0.2.1"
1405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1407
+
1408
+ [[package]]
1409
+ name = "parking_lot"
1410
+ version = "0.12.5"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1413
+ dependencies = [
1414
+ "lock_api",
1415
+ "parking_lot_core",
1416
+ ]
1417
+
1418
+ [[package]]
1419
+ name = "parking_lot_core"
1420
+ version = "0.9.12"
1421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1422
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1423
+ dependencies = [
1424
+ "cfg-if",
1425
+ "libc",
1426
+ "redox_syscall",
1427
+ "smallvec",
1428
+ "windows-link",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "percent-encoding"
1433
+ version = "2.3.2"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1436
+
1437
+ [[package]]
1438
+ name = "phf"
1439
+ version = "0.13.1"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
1442
+ dependencies = [
1443
+ "phf_shared",
1444
+ "serde",
1445
+ ]
1446
+
1447
+ [[package]]
1448
+ name = "phf_codegen"
1449
+ version = "0.13.1"
1450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1451
+ checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
1452
+ dependencies = [
1453
+ "phf_generator",
1454
+ "phf_shared",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "phf_generator"
1459
+ version = "0.13.1"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
1462
+ dependencies = [
1463
+ "fastrand",
1464
+ "phf_shared",
1465
+ ]
1466
+
1467
+ [[package]]
1468
+ name = "phf_shared"
1469
+ version = "0.13.1"
1470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1471
+ checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
1472
+ dependencies = [
1473
+ "siphasher",
1474
+ ]
1475
+
1476
+ [[package]]
1477
+ name = "pin-project-lite"
1478
+ version = "0.2.17"
1479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1481
+
1482
+ [[package]]
1483
+ name = "png"
1484
+ version = "0.18.1"
1485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1486
+ checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
1487
+ dependencies = [
1488
+ "bitflags",
1489
+ "crc32fast",
1490
+ "fdeflate",
1491
+ "flate2",
1492
+ "miniz_oxide",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "potential_utf"
1497
+ version = "0.1.5"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1500
+ dependencies = [
1501
+ "zerovec",
1502
+ ]
1503
+
1504
+ [[package]]
1505
+ name = "powerfmt"
1506
+ version = "0.2.0"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1509
+
1510
+ [[package]]
1511
+ name = "ppv-lite86"
1512
+ version = "0.2.21"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1515
+ dependencies = [
1516
+ "zerocopy",
1517
+ ]
1518
+
1519
+ [[package]]
1520
+ name = "precomputed-hash"
1521
+ version = "0.1.1"
1522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1523
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
1524
+
1525
+ [[package]]
1526
+ name = "prettyplease"
1527
+ version = "0.2.37"
1528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1530
+ dependencies = [
1531
+ "proc-macro2",
1532
+ "syn",
1533
+ ]
1534
+
1535
+ [[package]]
1536
+ name = "proc-macro2"
1537
+ version = "1.0.106"
1538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1539
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1540
+ dependencies = [
1541
+ "unicode-ident",
1542
+ ]
1543
+
1544
+ [[package]]
1545
+ name = "psl-types"
1546
+ version = "2.0.11"
1547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1548
+ checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
1549
+
1550
+ [[package]]
1551
+ name = "publicsuffix"
1552
+ version = "2.3.0"
1553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1554
+ checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
1555
+ dependencies = [
1556
+ "idna",
1557
+ "psl-types",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "pxfm"
1562
+ version = "0.1.28"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d"
1565
+
1566
+ [[package]]
1567
+ name = "quick-error"
1568
+ version = "2.0.1"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
1571
+
1572
+ [[package]]
1573
+ name = "quick-xml"
1574
+ version = "0.39.2"
1575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1576
+ checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d"
1577
+ dependencies = [
1578
+ "memchr",
1579
+ ]
1580
+
1581
+ [[package]]
1582
+ name = "quinn"
1583
+ version = "0.11.9"
1584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1585
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1586
+ dependencies = [
1587
+ "bytes",
1588
+ "cfg_aliases",
1589
+ "pin-project-lite",
1590
+ "quinn-proto",
1591
+ "quinn-udp",
1592
+ "rustc-hash",
1593
+ "rustls",
1594
+ "socket2",
1595
+ "thiserror 2.0.18",
1596
+ "tokio",
1597
+ "tracing",
1598
+ "web-time",
1599
+ ]
1600
+
1601
+ [[package]]
1602
+ name = "quinn-proto"
1603
+ version = "0.11.14"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
1606
+ dependencies = [
1607
+ "aws-lc-rs",
1608
+ "bytes",
1609
+ "getrandom 0.3.4",
1610
+ "lru-slab",
1611
+ "rand",
1612
+ "ring",
1613
+ "rustc-hash",
1614
+ "rustls",
1615
+ "rustls-pki-types",
1616
+ "slab",
1617
+ "thiserror 2.0.18",
1618
+ "tinyvec",
1619
+ "tracing",
1620
+ "web-time",
1621
+ ]
1622
+
1623
+ [[package]]
1624
+ name = "quinn-udp"
1625
+ version = "0.5.14"
1626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1627
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1628
+ dependencies = [
1629
+ "cfg_aliases",
1630
+ "libc",
1631
+ "once_cell",
1632
+ "socket2",
1633
+ "tracing",
1634
+ "windows-sys 0.60.2",
1635
+ ]
1636
+
1637
+ [[package]]
1638
+ name = "quote"
1639
+ version = "1.0.45"
1640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1641
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1642
+ dependencies = [
1643
+ "proc-macro2",
1644
+ ]
1645
+
1646
+ [[package]]
1647
+ name = "r-efi"
1648
+ version = "5.3.0"
1649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1650
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1651
+
1652
+ [[package]]
1653
+ name = "r-efi"
1654
+ version = "6.0.0"
1655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1656
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1657
+
1658
+ [[package]]
1659
+ name = "rand"
1660
+ version = "0.9.3"
1661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1662
+ checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
1663
+ dependencies = [
1664
+ "rand_chacha",
1665
+ "rand_core",
1666
+ ]
1667
+
1668
+ [[package]]
1669
+ name = "rand_chacha"
1670
+ version = "0.9.0"
1671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1672
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1673
+ dependencies = [
1674
+ "ppv-lite86",
1675
+ "rand_core",
1676
+ ]
1677
+
1678
+ [[package]]
1679
+ name = "rand_core"
1680
+ version = "0.9.5"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1683
+ dependencies = [
1684
+ "getrandom 0.3.4",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "rb-sys"
1689
+ version = "0.9.126"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "284799e73e899fe946fd77c7211b83bff61a1356e039ade7a2516a779e3212d0"
1692
+ dependencies = [
1693
+ "rb-sys-build",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "rb-sys-build"
1698
+ version = "0.9.126"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "855fc1ad8943d12c89ef12f9147f1cc531f5bf19fb744112fdd317bb6ee7b5c5"
1701
+ dependencies = [
1702
+ "bindgen",
1703
+ "lazy_static",
1704
+ "proc-macro2",
1705
+ "quote",
1706
+ "regex",
1707
+ "shell-words",
1708
+ "syn",
1709
+ ]
1710
+
1711
+ [[package]]
1712
+ name = "rb-sys-env"
1713
+ version = "0.2.3"
1714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1715
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
1716
+
1717
+ [[package]]
1718
+ name = "redox_syscall"
1719
+ version = "0.5.18"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1722
+ dependencies = [
1723
+ "bitflags",
1724
+ ]
1725
+
1726
+ [[package]]
1727
+ name = "regex"
1728
+ version = "1.12.3"
1729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1730
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1731
+ dependencies = [
1732
+ "aho-corasick",
1733
+ "memchr",
1734
+ "regex-automata",
1735
+ "regex-syntax",
1736
+ ]
1737
+
1738
+ [[package]]
1739
+ name = "regex-automata"
1740
+ version = "0.4.14"
1741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1742
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1743
+ dependencies = [
1744
+ "aho-corasick",
1745
+ "memchr",
1746
+ "regex-syntax",
1747
+ ]
1748
+
1749
+ [[package]]
1750
+ name = "regex-syntax"
1751
+ version = "0.8.10"
1752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1753
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1754
+
1755
+ [[package]]
1756
+ name = "reqwest"
1757
+ version = "0.13.2"
1758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1759
+ checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801"
1760
+ dependencies = [
1761
+ "base64",
1762
+ "bytes",
1763
+ "cookie",
1764
+ "cookie_store",
1765
+ "encoding_rs",
1766
+ "futures-core",
1767
+ "h2",
1768
+ "http",
1769
+ "http-body",
1770
+ "http-body-util",
1771
+ "hyper",
1772
+ "hyper-rustls",
1773
+ "hyper-util",
1774
+ "js-sys",
1775
+ "log",
1776
+ "mime",
1777
+ "percent-encoding",
1778
+ "pin-project-lite",
1779
+ "quinn",
1780
+ "rustls",
1781
+ "rustls-pki-types",
1782
+ "rustls-platform-verifier",
1783
+ "sync_wrapper",
1784
+ "tokio",
1785
+ "tokio-rustls",
1786
+ "tower",
1787
+ "tower-http",
1788
+ "tower-service",
1789
+ "url",
1790
+ "wasm-bindgen",
1791
+ "wasm-bindgen-futures",
1792
+ "web-sys",
1793
+ ]
1794
+
1795
+ [[package]]
1796
+ name = "ring"
1797
+ version = "0.17.14"
1798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1799
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1800
+ dependencies = [
1801
+ "cc",
1802
+ "cfg-if",
1803
+ "getrandom 0.2.17",
1804
+ "libc",
1805
+ "untrusted",
1806
+ "windows-sys 0.52.0",
1807
+ ]
1808
+
1809
+ [[package]]
1810
+ name = "rustc-hash"
1811
+ version = "2.1.2"
1812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1813
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1814
+
1815
+ [[package]]
1816
+ name = "rustls"
1817
+ version = "0.23.38"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
1820
+ dependencies = [
1821
+ "aws-lc-rs",
1822
+ "once_cell",
1823
+ "rustls-pki-types",
1824
+ "rustls-webpki",
1825
+ "subtle",
1826
+ "zeroize",
1827
+ ]
1828
+
1829
+ [[package]]
1830
+ name = "rustls-native-certs"
1831
+ version = "0.8.3"
1832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1833
+ checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
1834
+ dependencies = [
1835
+ "openssl-probe",
1836
+ "rustls-pki-types",
1837
+ "schannel",
1838
+ "security-framework",
1839
+ ]
1840
+
1841
+ [[package]]
1842
+ name = "rustls-pki-types"
1843
+ version = "1.14.0"
1844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1845
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
1846
+ dependencies = [
1847
+ "web-time",
1848
+ "zeroize",
1849
+ ]
1850
+
1851
+ [[package]]
1852
+ name = "rustls-platform-verifier"
1853
+ version = "0.6.2"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
1856
+ dependencies = [
1857
+ "core-foundation 0.10.1",
1858
+ "core-foundation-sys",
1859
+ "jni",
1860
+ "log",
1861
+ "once_cell",
1862
+ "rustls",
1863
+ "rustls-native-certs",
1864
+ "rustls-platform-verifier-android",
1865
+ "rustls-webpki",
1866
+ "security-framework",
1867
+ "security-framework-sys",
1868
+ "webpki-root-certs",
1869
+ "windows-sys 0.61.2",
1870
+ ]
1871
+
1872
+ [[package]]
1873
+ name = "rustls-platform-verifier-android"
1874
+ version = "0.1.1"
1875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1876
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1877
+
1878
+ [[package]]
1879
+ name = "rustls-webpki"
1880
+ version = "0.103.11"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "20a6af516fea4b20eccceaf166e8aa666ac996208e8a644ce3ef5aa783bc7cd4"
1883
+ dependencies = [
1884
+ "aws-lc-rs",
1885
+ "ring",
1886
+ "rustls-pki-types",
1887
+ "untrusted",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "rustversion"
1892
+ version = "1.0.22"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1895
+
1896
+ [[package]]
1897
+ name = "same-file"
1898
+ version = "1.0.6"
1899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1901
+ dependencies = [
1902
+ "winapi-util",
1903
+ ]
1904
+
1905
+ [[package]]
1906
+ name = "schannel"
1907
+ version = "0.1.29"
1908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1909
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1910
+ dependencies = [
1911
+ "windows-sys 0.61.2",
1912
+ ]
1913
+
1914
+ [[package]]
1915
+ name = "scopeguard"
1916
+ version = "1.2.0"
1917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1918
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1919
+
1920
+ [[package]]
1921
+ name = "security-framework"
1922
+ version = "3.7.0"
1923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1924
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1925
+ dependencies = [
1926
+ "bitflags",
1927
+ "core-foundation 0.10.1",
1928
+ "core-foundation-sys",
1929
+ "libc",
1930
+ "security-framework-sys",
1931
+ ]
1932
+
1933
+ [[package]]
1934
+ name = "security-framework-sys"
1935
+ version = "2.17.0"
1936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1937
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1938
+ dependencies = [
1939
+ "core-foundation-sys",
1940
+ "libc",
1941
+ ]
1942
+
1943
+ [[package]]
1944
+ name = "semver"
1945
+ version = "1.0.28"
1946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1947
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1948
+
1949
+ [[package]]
1950
+ name = "seq-macro"
1951
+ version = "0.3.6"
1952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1953
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1954
+
1955
+ [[package]]
1956
+ name = "serde"
1957
+ version = "1.0.228"
1958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1960
+ dependencies = [
1961
+ "serde_core",
1962
+ "serde_derive",
1963
+ ]
1964
+
1965
+ [[package]]
1966
+ name = "serde_core"
1967
+ version = "1.0.228"
1968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1970
+ dependencies = [
1971
+ "serde_derive",
1972
+ ]
1973
+
1974
+ [[package]]
1975
+ name = "serde_derive"
1976
+ version = "1.0.228"
1977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1978
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1979
+ dependencies = [
1980
+ "proc-macro2",
1981
+ "quote",
1982
+ "syn",
1983
+ ]
1984
+
1985
+ [[package]]
1986
+ name = "serde_json"
1987
+ version = "1.0.149"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1990
+ dependencies = [
1991
+ "itoa",
1992
+ "memchr",
1993
+ "serde",
1994
+ "serde_core",
1995
+ "zmij",
1996
+ ]
1997
+
1998
+ [[package]]
1999
+ name = "sha2"
2000
+ version = "0.11.0"
2001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
2003
+ dependencies = [
2004
+ "cfg-if",
2005
+ "cpufeatures",
2006
+ "digest",
2007
+ ]
2008
+
2009
+ [[package]]
2010
+ name = "shell-words"
2011
+ version = "1.1.1"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
2014
+
2015
+ [[package]]
2016
+ name = "shlex"
2017
+ version = "1.3.0"
2018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2019
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2020
+
2021
+ [[package]]
2022
+ name = "signal-hook-registry"
2023
+ version = "1.4.8"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2026
+ dependencies = [
2027
+ "errno",
2028
+ "libc",
2029
+ ]
2030
+
2031
+ [[package]]
2032
+ name = "simd-adler32"
2033
+ version = "0.3.9"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2036
+
2037
+ [[package]]
2038
+ name = "siphasher"
2039
+ version = "1.0.2"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
2042
+
2043
+ [[package]]
2044
+ name = "slab"
2045
+ version = "0.4.12"
2046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2047
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2048
+
2049
+ [[package]]
2050
+ name = "smallvec"
2051
+ version = "1.15.1"
2052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2053
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2054
+
2055
+ [[package]]
2056
+ name = "socket2"
2057
+ version = "0.6.3"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2060
+ dependencies = [
2061
+ "libc",
2062
+ "windows-sys 0.61.2",
2063
+ ]
2064
+
2065
+ [[package]]
2066
+ name = "stable_deref_trait"
2067
+ version = "1.2.1"
2068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2069
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2070
+
2071
+ [[package]]
2072
+ name = "string_cache"
2073
+ version = "0.9.0"
2074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2075
+ checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
2076
+ dependencies = [
2077
+ "new_debug_unreachable",
2078
+ "parking_lot",
2079
+ "phf_shared",
2080
+ "precomputed-hash",
2081
+ ]
2082
+
2083
+ [[package]]
2084
+ name = "string_cache_codegen"
2085
+ version = "0.6.1"
2086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2087
+ checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
2088
+ dependencies = [
2089
+ "phf_generator",
2090
+ "phf_shared",
2091
+ "proc-macro2",
2092
+ "quote",
2093
+ ]
2094
+
2095
+ [[package]]
2096
+ name = "subtle"
2097
+ version = "2.6.1"
2098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2099
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2100
+
2101
+ [[package]]
2102
+ name = "syn"
2103
+ version = "2.0.117"
2104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2105
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2106
+ dependencies = [
2107
+ "proc-macro2",
2108
+ "quote",
2109
+ "unicode-ident",
2110
+ ]
2111
+
2112
+ [[package]]
2113
+ name = "sync_wrapper"
2114
+ version = "1.0.2"
2115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2117
+ dependencies = [
2118
+ "futures-core",
2119
+ ]
2120
+
2121
+ [[package]]
2122
+ name = "synstructure"
2123
+ version = "0.13.2"
2124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2125
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2126
+ dependencies = [
2127
+ "proc-macro2",
2128
+ "quote",
2129
+ "syn",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "system-configuration"
2134
+ version = "0.7.0"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2137
+ dependencies = [
2138
+ "bitflags",
2139
+ "core-foundation 0.9.4",
2140
+ "system-configuration-sys",
2141
+ ]
2142
+
2143
+ [[package]]
2144
+ name = "system-configuration-sys"
2145
+ version = "0.6.0"
2146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2147
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2148
+ dependencies = [
2149
+ "core-foundation-sys",
2150
+ "libc",
2151
+ ]
2152
+
2153
+ [[package]]
2154
+ name = "tendril"
2155
+ version = "0.5.0"
2156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2157
+ checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24"
2158
+ dependencies = [
2159
+ "new_debug_unreachable",
2160
+ "utf-8",
2161
+ ]
2162
+
2163
+ [[package]]
2164
+ name = "thiserror"
2165
+ version = "1.0.69"
2166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2167
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2168
+ dependencies = [
2169
+ "thiserror-impl 1.0.69",
2170
+ ]
2171
+
2172
+ [[package]]
2173
+ name = "thiserror"
2174
+ version = "2.0.18"
2175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2176
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2177
+ dependencies = [
2178
+ "thiserror-impl 2.0.18",
2179
+ ]
2180
+
2181
+ [[package]]
2182
+ name = "thiserror-impl"
2183
+ version = "1.0.69"
2184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2185
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2186
+ dependencies = [
2187
+ "proc-macro2",
2188
+ "quote",
2189
+ "syn",
2190
+ ]
2191
+
2192
+ [[package]]
2193
+ name = "thiserror-impl"
2194
+ version = "2.0.18"
2195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2196
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2197
+ dependencies = [
2198
+ "proc-macro2",
2199
+ "quote",
2200
+ "syn",
2201
+ ]
2202
+
2203
+ [[package]]
2204
+ name = "time"
2205
+ version = "0.3.47"
2206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2207
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2208
+ dependencies = [
2209
+ "deranged",
2210
+ "itoa",
2211
+ "num-conv",
2212
+ "powerfmt",
2213
+ "serde_core",
2214
+ "time-core",
2215
+ "time-macros",
2216
+ ]
2217
+
2218
+ [[package]]
2219
+ name = "time-core"
2220
+ version = "0.1.8"
2221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2222
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2223
+
2224
+ [[package]]
2225
+ name = "time-macros"
2226
+ version = "0.2.27"
2227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2228
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2229
+ dependencies = [
2230
+ "num-conv",
2231
+ "time-core",
2232
+ ]
2233
+
2234
+ [[package]]
2235
+ name = "tiny-keccak"
2236
+ version = "2.0.2"
2237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2238
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2239
+ dependencies = [
2240
+ "crunchy",
2241
+ ]
2242
+
2243
+ [[package]]
2244
+ name = "tinystr"
2245
+ version = "0.8.3"
2246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2247
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2248
+ dependencies = [
2249
+ "displaydoc",
2250
+ "zerovec",
2251
+ ]
2252
+
2253
+ [[package]]
2254
+ name = "tinyvec"
2255
+ version = "1.11.0"
2256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2257
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2258
+ dependencies = [
2259
+ "tinyvec_macros",
2260
+ ]
2261
+
2262
+ [[package]]
2263
+ name = "tinyvec_macros"
2264
+ version = "0.1.1"
2265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2266
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2267
+
2268
+ [[package]]
2269
+ name = "tokio"
2270
+ version = "1.51.1"
2271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2272
+ checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
2273
+ dependencies = [
2274
+ "bytes",
2275
+ "libc",
2276
+ "mio",
2277
+ "pin-project-lite",
2278
+ "signal-hook-registry",
2279
+ "socket2",
2280
+ "tokio-macros",
2281
+ "windows-sys 0.61.2",
2282
+ ]
2283
+
2284
+ [[package]]
2285
+ name = "tokio-macros"
2286
+ version = "2.7.0"
2287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2288
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2289
+ dependencies = [
2290
+ "proc-macro2",
2291
+ "quote",
2292
+ "syn",
2293
+ ]
2294
+
2295
+ [[package]]
2296
+ name = "tokio-rustls"
2297
+ version = "0.26.4"
2298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2299
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2300
+ dependencies = [
2301
+ "rustls",
2302
+ "tokio",
2303
+ ]
2304
+
2305
+ [[package]]
2306
+ name = "tokio-stream"
2307
+ version = "0.1.18"
2308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
2310
+ dependencies = [
2311
+ "futures-core",
2312
+ "pin-project-lite",
2313
+ "tokio",
2314
+ ]
2315
+
2316
+ [[package]]
2317
+ name = "tokio-util"
2318
+ version = "0.7.18"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2321
+ dependencies = [
2322
+ "bytes",
2323
+ "futures-core",
2324
+ "futures-sink",
2325
+ "pin-project-lite",
2326
+ "tokio",
2327
+ ]
2328
+
2329
+ [[package]]
2330
+ name = "tower"
2331
+ version = "0.5.3"
2332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2333
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2334
+ dependencies = [
2335
+ "futures-core",
2336
+ "futures-util",
2337
+ "pin-project-lite",
2338
+ "sync_wrapper",
2339
+ "tokio",
2340
+ "tokio-util",
2341
+ "tower-layer",
2342
+ "tower-service",
2343
+ "tracing",
2344
+ ]
2345
+
2346
+ [[package]]
2347
+ name = "tower-http"
2348
+ version = "0.6.8"
2349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2350
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
2351
+ dependencies = [
2352
+ "async-compression",
2353
+ "bitflags",
2354
+ "bytes",
2355
+ "futures-core",
2356
+ "futures-util",
2357
+ "http",
2358
+ "http-body",
2359
+ "http-body-util",
2360
+ "iri-string",
2361
+ "pin-project-lite",
2362
+ "tokio",
2363
+ "tokio-util",
2364
+ "tower",
2365
+ "tower-layer",
2366
+ "tower-service",
2367
+ ]
2368
+
2369
+ [[package]]
2370
+ name = "tower-layer"
2371
+ version = "0.3.3"
2372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2373
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2374
+
2375
+ [[package]]
2376
+ name = "tower-service"
2377
+ version = "0.3.3"
2378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2379
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2380
+
2381
+ [[package]]
2382
+ name = "tracing"
2383
+ version = "0.1.44"
2384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2385
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2386
+ dependencies = [
2387
+ "pin-project-lite",
2388
+ "tracing-core",
2389
+ ]
2390
+
2391
+ [[package]]
2392
+ name = "tracing-core"
2393
+ version = "0.1.36"
2394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2395
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2396
+ dependencies = [
2397
+ "once_cell",
2398
+ ]
2399
+
2400
+ [[package]]
2401
+ name = "try-lock"
2402
+ version = "0.2.5"
2403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2404
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2405
+
2406
+ [[package]]
2407
+ name = "typenum"
2408
+ version = "1.19.0"
2409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2410
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2411
+
2412
+ [[package]]
2413
+ name = "unicode-ident"
2414
+ version = "1.0.24"
2415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2416
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2417
+
2418
+ [[package]]
2419
+ name = "unicode-xid"
2420
+ version = "0.2.6"
2421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2422
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2423
+
2424
+ [[package]]
2425
+ name = "untrusted"
2426
+ version = "0.9.0"
2427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2428
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2429
+
2430
+ [[package]]
2431
+ name = "url"
2432
+ version = "2.5.8"
2433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2434
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2435
+ dependencies = [
2436
+ "form_urlencoded",
2437
+ "idna",
2438
+ "percent-encoding",
2439
+ "serde",
2440
+ ]
2441
+
2442
+ [[package]]
2443
+ name = "utf-8"
2444
+ version = "0.7.6"
2445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2446
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2447
+
2448
+ [[package]]
2449
+ name = "utf8-width"
2450
+ version = "0.1.8"
2451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2452
+ checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091"
2453
+
2454
+ [[package]]
2455
+ name = "utf8_iter"
2456
+ version = "1.0.4"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2459
+
2460
+ [[package]]
2461
+ name = "version_check"
2462
+ version = "0.9.5"
2463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2464
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2465
+
2466
+ [[package]]
2467
+ name = "walkdir"
2468
+ version = "2.5.0"
2469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2470
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2471
+ dependencies = [
2472
+ "same-file",
2473
+ "winapi-util",
2474
+ ]
2475
+
2476
+ [[package]]
2477
+ name = "want"
2478
+ version = "0.3.1"
2479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2480
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2481
+ dependencies = [
2482
+ "try-lock",
2483
+ ]
2484
+
2485
+ [[package]]
2486
+ name = "wasi"
2487
+ version = "0.11.1+wasi-snapshot-preview1"
2488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2489
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2490
+
2491
+ [[package]]
2492
+ name = "wasip2"
2493
+ version = "1.0.2+wasi-0.2.9"
2494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2495
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
2496
+ dependencies = [
2497
+ "wit-bindgen",
2498
+ ]
2499
+
2500
+ [[package]]
2501
+ name = "wasip3"
2502
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
2503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2504
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
2505
+ dependencies = [
2506
+ "wit-bindgen",
2507
+ ]
2508
+
2509
+ [[package]]
2510
+ name = "wasm-bindgen"
2511
+ version = "0.2.118"
2512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2513
+ checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
2514
+ dependencies = [
2515
+ "cfg-if",
2516
+ "once_cell",
2517
+ "rustversion",
2518
+ "wasm-bindgen-macro",
2519
+ "wasm-bindgen-shared",
2520
+ ]
2521
+
2522
+ [[package]]
2523
+ name = "wasm-bindgen-futures"
2524
+ version = "0.4.68"
2525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2526
+ checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
2527
+ dependencies = [
2528
+ "js-sys",
2529
+ "wasm-bindgen",
2530
+ ]
2531
+
2532
+ [[package]]
2533
+ name = "wasm-bindgen-macro"
2534
+ version = "0.2.118"
2535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2536
+ checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
2537
+ dependencies = [
2538
+ "quote",
2539
+ "wasm-bindgen-macro-support",
2540
+ ]
2541
+
2542
+ [[package]]
2543
+ name = "wasm-bindgen-macro-support"
2544
+ version = "0.2.118"
2545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2546
+ checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
2547
+ dependencies = [
2548
+ "bumpalo",
2549
+ "proc-macro2",
2550
+ "quote",
2551
+ "syn",
2552
+ "wasm-bindgen-shared",
2553
+ ]
2554
+
2555
+ [[package]]
2556
+ name = "wasm-bindgen-shared"
2557
+ version = "0.2.118"
2558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2559
+ checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
2560
+ dependencies = [
2561
+ "unicode-ident",
2562
+ ]
2563
+
2564
+ [[package]]
2565
+ name = "wasm-encoder"
2566
+ version = "0.244.0"
2567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2568
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2569
+ dependencies = [
2570
+ "leb128fmt",
2571
+ "wasmparser",
2572
+ ]
2573
+
2574
+ [[package]]
2575
+ name = "wasm-metadata"
2576
+ version = "0.244.0"
2577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2578
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2579
+ dependencies = [
2580
+ "anyhow",
2581
+ "indexmap",
2582
+ "wasm-encoder",
2583
+ "wasmparser",
2584
+ ]
2585
+
2586
+ [[package]]
2587
+ name = "wasmparser"
2588
+ version = "0.244.0"
2589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2590
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2591
+ dependencies = [
2592
+ "bitflags",
2593
+ "hashbrown 0.15.5",
2594
+ "indexmap",
2595
+ "semver",
2596
+ ]
2597
+
2598
+ [[package]]
2599
+ name = "web-sys"
2600
+ version = "0.3.95"
2601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2602
+ checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
2603
+ dependencies = [
2604
+ "js-sys",
2605
+ "wasm-bindgen",
2606
+ ]
2607
+
2608
+ [[package]]
2609
+ name = "web-time"
2610
+ version = "1.1.0"
2611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2612
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2613
+ dependencies = [
2614
+ "js-sys",
2615
+ "wasm-bindgen",
2616
+ ]
2617
+
2618
+ [[package]]
2619
+ name = "web_atoms"
2620
+ version = "0.2.3"
2621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2622
+ checksum = "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576"
2623
+ dependencies = [
2624
+ "phf",
2625
+ "phf_codegen",
2626
+ "string_cache",
2627
+ "string_cache_codegen",
2628
+ ]
2629
+
2630
+ [[package]]
2631
+ name = "webpki-root-certs"
2632
+ version = "1.0.6"
2633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2634
+ checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
2635
+ dependencies = [
2636
+ "rustls-pki-types",
2637
+ ]
2638
+
2639
+ [[package]]
2640
+ name = "weezl"
2641
+ version = "0.1.12"
2642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2643
+ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
2644
+
2645
+ [[package]]
2646
+ name = "winapi-util"
2647
+ version = "0.1.11"
2648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2649
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2650
+ dependencies = [
2651
+ "windows-sys 0.61.2",
2652
+ ]
2653
+
2654
+ [[package]]
2655
+ name = "windows-core"
2656
+ version = "0.62.2"
2657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2658
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2659
+ dependencies = [
2660
+ "windows-implement",
2661
+ "windows-interface",
2662
+ "windows-link",
2663
+ "windows-result",
2664
+ "windows-strings",
2665
+ ]
2666
+
2667
+ [[package]]
2668
+ name = "windows-implement"
2669
+ version = "0.60.2"
2670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2671
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2672
+ dependencies = [
2673
+ "proc-macro2",
2674
+ "quote",
2675
+ "syn",
2676
+ ]
2677
+
2678
+ [[package]]
2679
+ name = "windows-interface"
2680
+ version = "0.59.3"
2681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2682
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2683
+ dependencies = [
2684
+ "proc-macro2",
2685
+ "quote",
2686
+ "syn",
2687
+ ]
2688
+
2689
+ [[package]]
2690
+ name = "windows-link"
2691
+ version = "0.2.1"
2692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2693
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2694
+
2695
+ [[package]]
2696
+ name = "windows-registry"
2697
+ version = "0.6.1"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2700
+ dependencies = [
2701
+ "windows-link",
2702
+ "windows-result",
2703
+ "windows-strings",
2704
+ ]
2705
+
2706
+ [[package]]
2707
+ name = "windows-result"
2708
+ version = "0.4.1"
2709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2710
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2711
+ dependencies = [
2712
+ "windows-link",
2713
+ ]
2714
+
2715
+ [[package]]
2716
+ name = "windows-strings"
2717
+ version = "0.5.1"
2718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2719
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2720
+ dependencies = [
2721
+ "windows-link",
2722
+ ]
2723
+
2724
+ [[package]]
2725
+ name = "windows-sys"
2726
+ version = "0.45.0"
2727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+ checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2729
+ dependencies = [
2730
+ "windows-targets 0.42.2",
2731
+ ]
2732
+
2733
+ [[package]]
2734
+ name = "windows-sys"
2735
+ version = "0.52.0"
2736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2737
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2738
+ dependencies = [
2739
+ "windows-targets 0.52.6",
2740
+ ]
2741
+
2742
+ [[package]]
2743
+ name = "windows-sys"
2744
+ version = "0.60.2"
2745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2746
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2747
+ dependencies = [
2748
+ "windows-targets 0.53.5",
2749
+ ]
2750
+
2751
+ [[package]]
2752
+ name = "windows-sys"
2753
+ version = "0.61.2"
2754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2755
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2756
+ dependencies = [
2757
+ "windows-link",
2758
+ ]
2759
+
2760
+ [[package]]
2761
+ name = "windows-targets"
2762
+ version = "0.42.2"
2763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2764
+ checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2765
+ dependencies = [
2766
+ "windows_aarch64_gnullvm 0.42.2",
2767
+ "windows_aarch64_msvc 0.42.2",
2768
+ "windows_i686_gnu 0.42.2",
2769
+ "windows_i686_msvc 0.42.2",
2770
+ "windows_x86_64_gnu 0.42.2",
2771
+ "windows_x86_64_gnullvm 0.42.2",
2772
+ "windows_x86_64_msvc 0.42.2",
2773
+ ]
2774
+
2775
+ [[package]]
2776
+ name = "windows-targets"
2777
+ version = "0.52.6"
2778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2779
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2780
+ dependencies = [
2781
+ "windows_aarch64_gnullvm 0.52.6",
2782
+ "windows_aarch64_msvc 0.52.6",
2783
+ "windows_i686_gnu 0.52.6",
2784
+ "windows_i686_gnullvm 0.52.6",
2785
+ "windows_i686_msvc 0.52.6",
2786
+ "windows_x86_64_gnu 0.52.6",
2787
+ "windows_x86_64_gnullvm 0.52.6",
2788
+ "windows_x86_64_msvc 0.52.6",
2789
+ ]
2790
+
2791
+ [[package]]
2792
+ name = "windows-targets"
2793
+ version = "0.53.5"
2794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2795
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2796
+ dependencies = [
2797
+ "windows-link",
2798
+ "windows_aarch64_gnullvm 0.53.1",
2799
+ "windows_aarch64_msvc 0.53.1",
2800
+ "windows_i686_gnu 0.53.1",
2801
+ "windows_i686_gnullvm 0.53.1",
2802
+ "windows_i686_msvc 0.53.1",
2803
+ "windows_x86_64_gnu 0.53.1",
2804
+ "windows_x86_64_gnullvm 0.53.1",
2805
+ "windows_x86_64_msvc 0.53.1",
2806
+ ]
2807
+
2808
+ [[package]]
2809
+ name = "windows_aarch64_gnullvm"
2810
+ version = "0.42.2"
2811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2812
+ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2813
+
2814
+ [[package]]
2815
+ name = "windows_aarch64_gnullvm"
2816
+ version = "0.52.6"
2817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2818
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2819
+
2820
+ [[package]]
2821
+ name = "windows_aarch64_gnullvm"
2822
+ version = "0.53.1"
2823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2824
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2825
+
2826
+ [[package]]
2827
+ name = "windows_aarch64_msvc"
2828
+ version = "0.42.2"
2829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2830
+ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2831
+
2832
+ [[package]]
2833
+ name = "windows_aarch64_msvc"
2834
+ version = "0.52.6"
2835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2836
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2837
+
2838
+ [[package]]
2839
+ name = "windows_aarch64_msvc"
2840
+ version = "0.53.1"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2843
+
2844
+ [[package]]
2845
+ name = "windows_i686_gnu"
2846
+ version = "0.42.2"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2849
+
2850
+ [[package]]
2851
+ name = "windows_i686_gnu"
2852
+ version = "0.52.6"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2855
+
2856
+ [[package]]
2857
+ name = "windows_i686_gnu"
2858
+ version = "0.53.1"
2859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2860
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2861
+
2862
+ [[package]]
2863
+ name = "windows_i686_gnullvm"
2864
+ version = "0.52.6"
2865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2866
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2867
+
2868
+ [[package]]
2869
+ name = "windows_i686_gnullvm"
2870
+ version = "0.53.1"
2871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2872
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2873
+
2874
+ [[package]]
2875
+ name = "windows_i686_msvc"
2876
+ version = "0.42.2"
2877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2878
+ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2879
+
2880
+ [[package]]
2881
+ name = "windows_i686_msvc"
2882
+ version = "0.52.6"
2883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2884
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2885
+
2886
+ [[package]]
2887
+ name = "windows_i686_msvc"
2888
+ version = "0.53.1"
2889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2890
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2891
+
2892
+ [[package]]
2893
+ name = "windows_x86_64_gnu"
2894
+ version = "0.42.2"
2895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2896
+ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2897
+
2898
+ [[package]]
2899
+ name = "windows_x86_64_gnu"
2900
+ version = "0.52.6"
2901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2902
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2903
+
2904
+ [[package]]
2905
+ name = "windows_x86_64_gnu"
2906
+ version = "0.53.1"
2907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2908
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2909
+
2910
+ [[package]]
2911
+ name = "windows_x86_64_gnullvm"
2912
+ version = "0.42.2"
2913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2914
+ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2915
+
2916
+ [[package]]
2917
+ name = "windows_x86_64_gnullvm"
2918
+ version = "0.52.6"
2919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2920
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2921
+
2922
+ [[package]]
2923
+ name = "windows_x86_64_gnullvm"
2924
+ version = "0.53.1"
2925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2926
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2927
+
2928
+ [[package]]
2929
+ name = "windows_x86_64_msvc"
2930
+ version = "0.42.2"
2931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2932
+ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2933
+
2934
+ [[package]]
2935
+ name = "windows_x86_64_msvc"
2936
+ version = "0.52.6"
2937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2938
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2939
+
2940
+ [[package]]
2941
+ name = "windows_x86_64_msvc"
2942
+ version = "0.53.1"
2943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2944
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2945
+
2946
+ [[package]]
2947
+ name = "wit-bindgen"
2948
+ version = "0.51.0"
2949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2950
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2951
+ dependencies = [
2952
+ "wit-bindgen-rust-macro",
2953
+ ]
2954
+
2955
+ [[package]]
2956
+ name = "wit-bindgen-core"
2957
+ version = "0.51.0"
2958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2959
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2960
+ dependencies = [
2961
+ "anyhow",
2962
+ "heck",
2963
+ "wit-parser",
2964
+ ]
2965
+
2966
+ [[package]]
2967
+ name = "wit-bindgen-rust"
2968
+ version = "0.51.0"
2969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2970
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2971
+ dependencies = [
2972
+ "anyhow",
2973
+ "heck",
2974
+ "indexmap",
2975
+ "prettyplease",
2976
+ "syn",
2977
+ "wasm-metadata",
2978
+ "wit-bindgen-core",
2979
+ "wit-component",
2980
+ ]
2981
+
2982
+ [[package]]
2983
+ name = "wit-bindgen-rust-macro"
2984
+ version = "0.51.0"
2985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2986
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2987
+ dependencies = [
2988
+ "anyhow",
2989
+ "prettyplease",
2990
+ "proc-macro2",
2991
+ "quote",
2992
+ "syn",
2993
+ "wit-bindgen-core",
2994
+ "wit-bindgen-rust",
2995
+ ]
2996
+
2997
+ [[package]]
2998
+ name = "wit-component"
2999
+ version = "0.244.0"
3000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3001
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3002
+ dependencies = [
3003
+ "anyhow",
3004
+ "bitflags",
3005
+ "indexmap",
3006
+ "log",
3007
+ "serde",
3008
+ "serde_derive",
3009
+ "serde_json",
3010
+ "wasm-encoder",
3011
+ "wasm-metadata",
3012
+ "wasmparser",
3013
+ "wit-parser",
3014
+ ]
3015
+
3016
+ [[package]]
3017
+ name = "wit-parser"
3018
+ version = "0.244.0"
3019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3020
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3021
+ dependencies = [
3022
+ "anyhow",
3023
+ "id-arena",
3024
+ "indexmap",
3025
+ "log",
3026
+ "semver",
3027
+ "serde",
3028
+ "serde_derive",
3029
+ "serde_json",
3030
+ "unicode-xid",
3031
+ "wasmparser",
3032
+ ]
3033
+
3034
+ [[package]]
3035
+ name = "writeable"
3036
+ version = "0.6.3"
3037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3038
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3039
+
3040
+ [[package]]
3041
+ name = "yoke"
3042
+ version = "0.8.2"
3043
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3044
+ checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3045
+ dependencies = [
3046
+ "stable_deref_trait",
3047
+ "yoke-derive",
3048
+ "zerofrom",
3049
+ ]
3050
+
3051
+ [[package]]
3052
+ name = "yoke-derive"
3053
+ version = "0.8.2"
3054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3055
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3056
+ dependencies = [
3057
+ "proc-macro2",
3058
+ "quote",
3059
+ "syn",
3060
+ "synstructure",
3061
+ ]
3062
+
3063
+ [[package]]
3064
+ name = "zerocopy"
3065
+ version = "0.8.48"
3066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3067
+ checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3068
+ dependencies = [
3069
+ "zerocopy-derive",
3070
+ ]
3071
+
3072
+ [[package]]
3073
+ name = "zerocopy-derive"
3074
+ version = "0.8.48"
3075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3076
+ checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3077
+ dependencies = [
3078
+ "proc-macro2",
3079
+ "quote",
3080
+ "syn",
3081
+ ]
3082
+
3083
+ [[package]]
3084
+ name = "zerofrom"
3085
+ version = "0.1.7"
3086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3087
+ checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
3088
+ dependencies = [
3089
+ "zerofrom-derive",
3090
+ ]
3091
+
3092
+ [[package]]
3093
+ name = "zerofrom-derive"
3094
+ version = "0.1.7"
3095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3096
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3097
+ dependencies = [
3098
+ "proc-macro2",
3099
+ "quote",
3100
+ "syn",
3101
+ "synstructure",
3102
+ ]
3103
+
3104
+ [[package]]
3105
+ name = "zeroize"
3106
+ version = "1.8.2"
3107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3108
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3109
+
3110
+ [[package]]
3111
+ name = "zerotrie"
3112
+ version = "0.2.4"
3113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3114
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3115
+ dependencies = [
3116
+ "displaydoc",
3117
+ "yoke",
3118
+ "zerofrom",
3119
+ ]
3120
+
3121
+ [[package]]
3122
+ name = "zerovec"
3123
+ version = "0.11.6"
3124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3125
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3126
+ dependencies = [
3127
+ "yoke",
3128
+ "zerofrom",
3129
+ "zerovec-derive",
3130
+ ]
3131
+
3132
+ [[package]]
3133
+ name = "zerovec-derive"
3134
+ version = "0.11.3"
3135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3136
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3137
+ dependencies = [
3138
+ "proc-macro2",
3139
+ "quote",
3140
+ "syn",
3141
+ ]
3142
+
3143
+ [[package]]
3144
+ name = "zmij"
3145
+ version = "1.0.21"
3146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3147
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
3148
+
3149
+ [[package]]
3150
+ name = "zune-core"
3151
+ version = "0.5.1"
3152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3153
+ checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
3154
+
3155
+ [[package]]
3156
+ name = "zune-jpeg"
3157
+ version = "0.5.15"
3158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3159
+ checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
3160
+ dependencies = [
3161
+ "zune-core",
3162
+ ]