ruby-c2pa 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4128 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "abnf"
7
+ version = "0.13.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10
+ dependencies = [
11
+ "abnf-core",
12
+ "nom",
13
+ ]
14
+
15
+ [[package]]
16
+ name = "abnf-core"
17
+ version = "0.5.0"
18
+ source = "registry+https://github.com/rust-lang/crates.io-index"
19
+ checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20
+ dependencies = [
21
+ "nom",
22
+ ]
23
+
24
+ [[package]]
25
+ name = "adler2"
26
+ version = "2.0.1"
27
+ source = "registry+https://github.com/rust-lang/crates.io-index"
28
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
29
+
30
+ [[package]]
31
+ name = "aho-corasick"
32
+ version = "1.1.4"
33
+ source = "registry+https://github.com/rust-lang/crates.io-index"
34
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
35
+ dependencies = [
36
+ "memchr",
37
+ ]
38
+
39
+ [[package]]
40
+ name = "alloc-no-stdlib"
41
+ version = "2.0.4"
42
+ source = "registry+https://github.com/rust-lang/crates.io-index"
43
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
44
+
45
+ [[package]]
46
+ name = "alloc-stdlib"
47
+ version = "0.2.4"
48
+ source = "registry+https://github.com/rust-lang/crates.io-index"
49
+ checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
50
+ dependencies = [
51
+ "alloc-no-stdlib",
52
+ ]
53
+
54
+ [[package]]
55
+ name = "android_system_properties"
56
+ version = "0.1.5"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
59
+ dependencies = [
60
+ "libc",
61
+ ]
62
+
63
+ [[package]]
64
+ name = "anyhow"
65
+ version = "1.0.102"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
68
+
69
+ [[package]]
70
+ name = "asn1-rs"
71
+ version = "0.7.2"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
74
+ dependencies = [
75
+ "asn1-rs-derive",
76
+ "asn1-rs-impl",
77
+ "displaydoc",
78
+ "nom",
79
+ "num-traits",
80
+ "rusticata-macros",
81
+ "thiserror 2.0.18",
82
+ "time",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "asn1-rs-derive"
87
+ version = "0.6.0"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
90
+ dependencies = [
91
+ "proc-macro2",
92
+ "quote",
93
+ "syn 2.0.117",
94
+ "synstructure",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "asn1-rs-impl"
99
+ version = "0.2.0"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
102
+ dependencies = [
103
+ "proc-macro2",
104
+ "quote",
105
+ "syn 2.0.117",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "async-generic"
110
+ version = "1.1.2"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "ddf3728566eefa873833159754f5732fb0951d3649e6e5b891cc70d56dd41673"
113
+ dependencies = [
114
+ "proc-macro2",
115
+ "quote",
116
+ "syn 2.0.117",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "async-task"
121
+ version = "4.7.1"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
124
+
125
+ [[package]]
126
+ name = "async-trait"
127
+ version = "0.1.89"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
130
+ dependencies = [
131
+ "proc-macro2",
132
+ "quote",
133
+ "syn 2.0.117",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "atomic-waker"
138
+ version = "1.1.2"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
141
+
142
+ [[package]]
143
+ name = "atree"
144
+ version = "0.5.4"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "239d25181cb40f1955529367ee495e35d03aab4e578028f41e7abc8b21c367a8"
147
+
148
+ [[package]]
149
+ name = "autocfg"
150
+ version = "1.5.0"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
153
+
154
+ [[package]]
155
+ name = "base16ct"
156
+ version = "0.2.0"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
159
+
160
+ [[package]]
161
+ name = "base64"
162
+ version = "0.22.1"
163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
164
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
165
+
166
+ [[package]]
167
+ name = "base64"
168
+ version = "0.23.1"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
171
+
172
+ [[package]]
173
+ name = "base64ct"
174
+ version = "1.8.3"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
177
+
178
+ [[package]]
179
+ name = "bcder"
180
+ version = "0.7.6"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "1f7c42c9913f68cf9390a225e81ad56a5c515347287eb98baa710090ca1de86d"
183
+ dependencies = [
184
+ "bytes",
185
+ "smallvec",
186
+ ]
187
+
188
+ [[package]]
189
+ name = "bindgen"
190
+ version = "0.69.5"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
193
+ dependencies = [
194
+ "bitflags",
195
+ "cexpr",
196
+ "clang-sys",
197
+ "itertools 0.12.1",
198
+ "lazy_static",
199
+ "lazycell",
200
+ "proc-macro2",
201
+ "quote",
202
+ "regex",
203
+ "rustc-hash 1.1.0",
204
+ "shlex",
205
+ "syn 2.0.117",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "bitflags"
210
+ version = "2.11.0"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
213
+
214
+ [[package]]
215
+ name = "bitvec"
216
+ version = "1.0.1"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
219
+ dependencies = [
220
+ "funty",
221
+ "radium",
222
+ "tap",
223
+ "wyz",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "bitvec-nom2"
228
+ version = "0.2.1"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "d988fcc40055ceaa85edc55875a08f8abd29018582647fd82ad6128dba14a5f0"
231
+ dependencies = [
232
+ "bitvec",
233
+ "nom",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "block-buffer"
238
+ version = "0.10.4"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
241
+ dependencies = [
242
+ "generic-array",
243
+ ]
244
+
245
+ [[package]]
246
+ name = "block-buffer"
247
+ version = "0.12.1"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
250
+ dependencies = [
251
+ "hybrid-array",
252
+ ]
253
+
254
+ [[package]]
255
+ name = "brotli"
256
+ version = "7.0.0"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
259
+ dependencies = [
260
+ "alloc-no-stdlib",
261
+ "alloc-stdlib",
262
+ "brotli-decompressor",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "brotli-decompressor"
267
+ version = "4.0.3"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd"
270
+ dependencies = [
271
+ "alloc-no-stdlib",
272
+ "alloc-stdlib",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "bs58"
277
+ version = "0.5.1"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
280
+ dependencies = [
281
+ "tinyvec",
282
+ ]
283
+
284
+ [[package]]
285
+ name = "btree-range-map"
286
+ version = "0.7.2"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
289
+ dependencies = [
290
+ "btree-slab",
291
+ "cc-traits",
292
+ "range-traits",
293
+ "serde",
294
+ "slab",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "btree-slab"
299
+ version = "0.6.1"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
302
+ dependencies = [
303
+ "cc-traits",
304
+ "slab",
305
+ "smallvec",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "bumpalo"
310
+ version = "3.20.2"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
313
+
314
+ [[package]]
315
+ name = "byteorder"
316
+ version = "1.5.0"
317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
318
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
319
+
320
+ [[package]]
321
+ name = "byteordered"
322
+ version = "0.6.0"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "bbf2cd9424f5ff404aba1959c835cbc448ee8b689b870a9981c76c0fd46280e6"
325
+ dependencies = [
326
+ "byteorder",
327
+ ]
328
+
329
+ [[package]]
330
+ name = "bytes"
331
+ version = "1.11.1"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
334
+
335
+ [[package]]
336
+ name = "c2pa"
337
+ version = "0.90.15"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "0de890fccb64664b95b0a1beea2bffbd95f898774ea04658ef28f3793cf58bc9"
340
+ dependencies = [
341
+ "asn1-rs",
342
+ "async-generic",
343
+ "async-trait",
344
+ "atree",
345
+ "base64 0.22.1",
346
+ "bcder",
347
+ "brotli",
348
+ "byteorder",
349
+ "byteordered",
350
+ "bytes",
351
+ "c2pa_cbor",
352
+ "chrono",
353
+ "console_log",
354
+ "const-hex",
355
+ "const-oid 0.9.6",
356
+ "coset",
357
+ "der",
358
+ "ecdsa",
359
+ "ed25519-dalek",
360
+ "extfmt",
361
+ "getrandom 0.2.17",
362
+ "getrandom 0.3.4",
363
+ "glob",
364
+ "hex",
365
+ "http",
366
+ "id3",
367
+ "img-parts",
368
+ "iref",
369
+ "jfifdump",
370
+ "js-sys",
371
+ "lazy_static",
372
+ "log",
373
+ "memchr",
374
+ "nom",
375
+ "non-empty-string",
376
+ "nonempty-collections",
377
+ "num-bigint-dig",
378
+ "openssl",
379
+ "p256",
380
+ "p384",
381
+ "p521",
382
+ "pem",
383
+ "pkcs1",
384
+ "pkcs8",
385
+ "png_pong",
386
+ "quick-xml",
387
+ "rand 0.8.7",
388
+ "rand_chacha 0.9.0",
389
+ "range-set",
390
+ "rasn",
391
+ "rasn-cms",
392
+ "rasn-ocsp",
393
+ "rasn-pkix",
394
+ "regex",
395
+ "reqwest",
396
+ "riff",
397
+ "rsa",
398
+ "serde",
399
+ "serde-transcode",
400
+ "serde-wasm-bindgen",
401
+ "serde_bytes",
402
+ "serde_derive",
403
+ "serde_json",
404
+ "serde_with",
405
+ "sha1",
406
+ "sha2 0.11.0",
407
+ "spki",
408
+ "static-iref",
409
+ "tempfile",
410
+ "thiserror 2.0.18",
411
+ "toml",
412
+ "ureq",
413
+ "url",
414
+ "uuid",
415
+ "wasi 0.14.7+wasi-0.2.4",
416
+ "wasm-bindgen",
417
+ "wasm-bindgen-futures",
418
+ "web-sys",
419
+ "web-time",
420
+ "wstd",
421
+ "x509-parser",
422
+ "zeroize",
423
+ "zip",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "c2pa_cbor"
428
+ version = "0.77.2"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "a32d9f47773390b9e3400021ddd9ef7a8d61b8a6501cf72aecd6409d6d447c89"
431
+ dependencies = [
432
+ "half",
433
+ "serde",
434
+ "serde_bytes",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "c2pa_native"
439
+ version = "0.1.0"
440
+ dependencies = [
441
+ "c2pa",
442
+ "magnus",
443
+ "serde_json",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "cc"
448
+ version = "1.2.57"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
451
+ dependencies = [
452
+ "find-msvc-tools",
453
+ "shlex",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "cc-traits"
458
+ version = "2.0.0"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
461
+ dependencies = [
462
+ "slab",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "cexpr"
467
+ version = "0.6.0"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
470
+ dependencies = [
471
+ "nom",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "cfg-if"
476
+ version = "1.0.4"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
479
+
480
+ [[package]]
481
+ name = "cfg_aliases"
482
+ version = "0.2.1"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
485
+
486
+ [[package]]
487
+ name = "chrono"
488
+ version = "0.4.44"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
491
+ dependencies = [
492
+ "iana-time-zone",
493
+ "js-sys",
494
+ "num-traits",
495
+ "serde",
496
+ "wasm-bindgen",
497
+ "windows-link",
498
+ ]
499
+
500
+ [[package]]
501
+ name = "ciborium"
502
+ version = "0.2.2"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
505
+ dependencies = [
506
+ "ciborium-io",
507
+ "ciborium-ll",
508
+ "serde",
509
+ ]
510
+
511
+ [[package]]
512
+ name = "ciborium-io"
513
+ version = "0.2.2"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
516
+
517
+ [[package]]
518
+ name = "ciborium-ll"
519
+ version = "0.2.2"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
522
+ dependencies = [
523
+ "ciborium-io",
524
+ "half",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "clang-sys"
529
+ version = "1.8.1"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
532
+ dependencies = [
533
+ "glob",
534
+ "libc",
535
+ "libloading",
536
+ ]
537
+
538
+ [[package]]
539
+ name = "console_log"
540
+ version = "1.0.0"
541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
542
+ checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
543
+ dependencies = [
544
+ "log",
545
+ "wasm-bindgen",
546
+ "web-sys",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "const-hex"
551
+ version = "1.19.1"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558"
554
+ dependencies = [
555
+ "cfg-if",
556
+ "cpufeatures 0.2.17",
557
+ "proptest",
558
+ "serde_core",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "const-oid"
563
+ version = "0.9.6"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
566
+
567
+ [[package]]
568
+ name = "const-oid"
569
+ version = "0.10.2"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
572
+
573
+ [[package]]
574
+ name = "core-foundation"
575
+ version = "0.9.4"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
578
+ dependencies = [
579
+ "core-foundation-sys",
580
+ "libc",
581
+ ]
582
+
583
+ [[package]]
584
+ name = "core-foundation-sys"
585
+ version = "0.8.7"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
588
+
589
+ [[package]]
590
+ name = "coset"
591
+ version = "0.4.2"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "1eb98d5e9155e2cf7cd942c8b3033097d4563b6fb0a00b9caecb74669555c058"
594
+ dependencies = [
595
+ "ciborium",
596
+ "ciborium-io",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "cpufeatures"
601
+ version = "0.2.17"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
604
+ dependencies = [
605
+ "libc",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "cpufeatures"
610
+ version = "0.3.0"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
613
+ dependencies = [
614
+ "libc",
615
+ ]
616
+
617
+ [[package]]
618
+ name = "crc32fast"
619
+ version = "1.5.0"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
622
+ dependencies = [
623
+ "cfg-if",
624
+ ]
625
+
626
+ [[package]]
627
+ name = "crunchy"
628
+ version = "0.2.4"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
631
+
632
+ [[package]]
633
+ name = "crypto-bigint"
634
+ version = "0.5.5"
635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
636
+ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
637
+ dependencies = [
638
+ "generic-array",
639
+ "rand_core 0.6.4",
640
+ "subtle",
641
+ "zeroize",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "crypto-common"
646
+ version = "0.1.6"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
649
+ dependencies = [
650
+ "generic-array",
651
+ "typenum",
652
+ ]
653
+
654
+ [[package]]
655
+ name = "crypto-common"
656
+ version = "0.2.2"
657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
658
+ checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
659
+ dependencies = [
660
+ "hybrid-array",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "curve25519-dalek"
665
+ version = "4.1.3"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
668
+ dependencies = [
669
+ "cfg-if",
670
+ "cpufeatures 0.2.17",
671
+ "curve25519-dalek-derive",
672
+ "digest 0.10.7",
673
+ "fiat-crypto",
674
+ "rustc_version",
675
+ "subtle",
676
+ "zeroize",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "curve25519-dalek-derive"
681
+ version = "0.1.1"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
684
+ dependencies = [
685
+ "proc-macro2",
686
+ "quote",
687
+ "syn 2.0.117",
688
+ ]
689
+
690
+ [[package]]
691
+ name = "darling"
692
+ version = "0.23.0"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
695
+ dependencies = [
696
+ "darling_core",
697
+ "darling_macro",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "darling_core"
702
+ version = "0.23.0"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
705
+ dependencies = [
706
+ "ident_case",
707
+ "proc-macro2",
708
+ "quote",
709
+ "strsim",
710
+ "syn 2.0.117",
711
+ ]
712
+
713
+ [[package]]
714
+ name = "darling_macro"
715
+ version = "0.23.0"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
718
+ dependencies = [
719
+ "darling_core",
720
+ "quote",
721
+ "syn 2.0.117",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "data-encoding"
726
+ version = "2.10.0"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
729
+
730
+ [[package]]
731
+ name = "delegate"
732
+ version = "0.8.0"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "082a24a9967533dc5d743c602157637116fc1b52806d694a5a45e6f32567fcdd"
735
+ dependencies = [
736
+ "proc-macro2",
737
+ "quote",
738
+ "syn 1.0.109",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "der"
743
+ version = "0.7.10"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
746
+ dependencies = [
747
+ "const-oid 0.9.6",
748
+ "pem-rfc7468",
749
+ "zeroize",
750
+ ]
751
+
752
+ [[package]]
753
+ name = "der-parser"
754
+ version = "10.0.0"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
757
+ dependencies = [
758
+ "asn1-rs",
759
+ "displaydoc",
760
+ "nom",
761
+ "num-bigint",
762
+ "num-traits",
763
+ "rusticata-macros",
764
+ ]
765
+
766
+ [[package]]
767
+ name = "deranged"
768
+ version = "0.5.8"
769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
770
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
771
+ dependencies = [
772
+ "powerfmt",
773
+ "serde_core",
774
+ ]
775
+
776
+ [[package]]
777
+ name = "digest"
778
+ version = "0.10.7"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
781
+ dependencies = [
782
+ "block-buffer 0.10.4",
783
+ "const-oid 0.9.6",
784
+ "crypto-common 0.1.6",
785
+ "subtle",
786
+ ]
787
+
788
+ [[package]]
789
+ name = "digest"
790
+ version = "0.11.3"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
793
+ dependencies = [
794
+ "block-buffer 0.12.1",
795
+ "const-oid 0.10.2",
796
+ "crypto-common 0.2.2",
797
+ ]
798
+
799
+ [[package]]
800
+ name = "displaydoc"
801
+ version = "0.2.5"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
804
+ dependencies = [
805
+ "proc-macro2",
806
+ "quote",
807
+ "syn 2.0.117",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "dyn-clone"
812
+ version = "1.0.20"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
815
+
816
+ [[package]]
817
+ name = "ecdsa"
818
+ version = "0.16.9"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
821
+ dependencies = [
822
+ "der",
823
+ "digest 0.10.7",
824
+ "elliptic-curve",
825
+ "rfc6979",
826
+ "sha2 0.10.9",
827
+ "signature",
828
+ "spki",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "ed25519"
833
+ version = "2.2.3"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
836
+ dependencies = [
837
+ "pkcs8",
838
+ "signature",
839
+ ]
840
+
841
+ [[package]]
842
+ name = "ed25519-dalek"
843
+ version = "2.2.0"
844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
845
+ checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
846
+ dependencies = [
847
+ "curve25519-dalek",
848
+ "ed25519",
849
+ "rand_core 0.6.4",
850
+ "serde",
851
+ "sha2 0.10.9",
852
+ "signature",
853
+ "subtle",
854
+ "zeroize",
855
+ ]
856
+
857
+ [[package]]
858
+ name = "either"
859
+ version = "1.15.0"
860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
861
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
862
+
863
+ [[package]]
864
+ name = "elliptic-curve"
865
+ version = "0.13.8"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
868
+ dependencies = [
869
+ "base16ct",
870
+ "crypto-bigint",
871
+ "digest 0.10.7",
872
+ "ff",
873
+ "generic-array",
874
+ "group",
875
+ "hkdf",
876
+ "pem-rfc7468",
877
+ "pkcs8",
878
+ "rand_core 0.6.4",
879
+ "sec1",
880
+ "subtle",
881
+ "zeroize",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "equivalent"
886
+ version = "1.0.2"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
889
+
890
+ [[package]]
891
+ name = "errno"
892
+ version = "0.3.14"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
895
+ dependencies = [
896
+ "libc",
897
+ "windows-sys 0.61.2",
898
+ ]
899
+
900
+ [[package]]
901
+ name = "extfmt"
902
+ version = "0.2.0"
903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
904
+ checksum = "4a61bffc6f807b136c3efeeac295edde2c65b1e345de7ea777e75f63de7436c6"
905
+
906
+ [[package]]
907
+ name = "fastrand"
908
+ version = "2.3.0"
909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
910
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
911
+
912
+ [[package]]
913
+ name = "ff"
914
+ version = "0.13.1"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
917
+ dependencies = [
918
+ "rand_core 0.6.4",
919
+ "subtle",
920
+ ]
921
+
922
+ [[package]]
923
+ name = "fiat-crypto"
924
+ version = "0.2.9"
925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
926
+ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
927
+
928
+ [[package]]
929
+ name = "find-msvc-tools"
930
+ version = "0.1.9"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
933
+
934
+ [[package]]
935
+ name = "flate2"
936
+ version = "1.1.9"
937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
938
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
939
+ dependencies = [
940
+ "crc32fast",
941
+ "miniz_oxide 0.8.9",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "fnv"
946
+ version = "1.0.7"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
949
+
950
+ [[package]]
951
+ name = "foldhash"
952
+ version = "0.1.5"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
955
+
956
+ [[package]]
957
+ name = "foreign-types"
958
+ version = "0.3.2"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
961
+ dependencies = [
962
+ "foreign-types-shared",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "foreign-types-shared"
967
+ version = "0.1.1"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
970
+
971
+ [[package]]
972
+ name = "form_urlencoded"
973
+ version = "1.2.2"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
976
+ dependencies = [
977
+ "percent-encoding",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "funty"
982
+ version = "2.0.0"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
985
+
986
+ [[package]]
987
+ name = "futures-channel"
988
+ version = "0.3.32"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
991
+ dependencies = [
992
+ "futures-core",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "futures-core"
997
+ version = "0.3.32"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1000
+
1001
+ [[package]]
1002
+ name = "futures-sink"
1003
+ version = "0.3.32"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1006
+
1007
+ [[package]]
1008
+ name = "futures-task"
1009
+ version = "0.3.32"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1012
+
1013
+ [[package]]
1014
+ name = "futures-util"
1015
+ version = "0.3.32"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1018
+ dependencies = [
1019
+ "futures-core",
1020
+ "futures-task",
1021
+ "pin-project-lite",
1022
+ "slab",
1023
+ ]
1024
+
1025
+ [[package]]
1026
+ name = "generic-array"
1027
+ version = "0.14.9"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1030
+ dependencies = [
1031
+ "typenum",
1032
+ "version_check",
1033
+ "zeroize",
1034
+ ]
1035
+
1036
+ [[package]]
1037
+ name = "getrandom"
1038
+ version = "0.2.17"
1039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1041
+ dependencies = [
1042
+ "cfg-if",
1043
+ "js-sys",
1044
+ "libc",
1045
+ "wasi 0.11.1+wasi-snapshot-preview1",
1046
+ "wasm-bindgen",
1047
+ ]
1048
+
1049
+ [[package]]
1050
+ name = "getrandom"
1051
+ version = "0.3.4"
1052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1053
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1054
+ dependencies = [
1055
+ "cfg-if",
1056
+ "js-sys",
1057
+ "libc",
1058
+ "r-efi 5.3.0",
1059
+ "wasip2",
1060
+ "wasm-bindgen",
1061
+ ]
1062
+
1063
+ [[package]]
1064
+ name = "getrandom"
1065
+ version = "0.4.2"
1066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+ checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1068
+ dependencies = [
1069
+ "cfg-if",
1070
+ "libc",
1071
+ "r-efi 6.0.0",
1072
+ "wasip2",
1073
+ "wasip3",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "glob"
1078
+ version = "0.3.3"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1081
+
1082
+ [[package]]
1083
+ name = "group"
1084
+ version = "0.13.0"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1087
+ dependencies = [
1088
+ "ff",
1089
+ "rand_core 0.6.4",
1090
+ "subtle",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "h2"
1095
+ version = "0.4.13"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
1098
+ dependencies = [
1099
+ "atomic-waker",
1100
+ "bytes",
1101
+ "fnv",
1102
+ "futures-core",
1103
+ "futures-sink",
1104
+ "http",
1105
+ "indexmap 2.13.0",
1106
+ "slab",
1107
+ "tokio",
1108
+ "tokio-util",
1109
+ "tracing",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "half"
1114
+ version = "2.7.1"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1117
+ dependencies = [
1118
+ "cfg-if",
1119
+ "crunchy",
1120
+ "zerocopy",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "hashbrown"
1125
+ version = "0.12.3"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1128
+
1129
+ [[package]]
1130
+ name = "hashbrown"
1131
+ version = "0.15.5"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1134
+ dependencies = [
1135
+ "foldhash",
1136
+ ]
1137
+
1138
+ [[package]]
1139
+ name = "hashbrown"
1140
+ version = "0.16.1"
1141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1142
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1143
+
1144
+ [[package]]
1145
+ name = "heck"
1146
+ version = "0.5.0"
1147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1148
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1149
+
1150
+ [[package]]
1151
+ name = "hex"
1152
+ version = "0.4.3"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1155
+
1156
+ [[package]]
1157
+ name = "hex_fmt"
1158
+ version = "0.3.0"
1159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1160
+ checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
1161
+
1162
+ [[package]]
1163
+ name = "hkdf"
1164
+ version = "0.12.4"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1167
+ dependencies = [
1168
+ "hmac",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "hmac"
1173
+ version = "0.12.1"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1176
+ dependencies = [
1177
+ "digest 0.10.7",
1178
+ ]
1179
+
1180
+ [[package]]
1181
+ name = "http"
1182
+ version = "1.5.0"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
1185
+ dependencies = [
1186
+ "bytes",
1187
+ "itoa",
1188
+ ]
1189
+
1190
+ [[package]]
1191
+ name = "http-body"
1192
+ version = "1.0.1"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1195
+ dependencies = [
1196
+ "bytes",
1197
+ "http",
1198
+ ]
1199
+
1200
+ [[package]]
1201
+ name = "http-body-util"
1202
+ version = "0.1.3"
1203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1204
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1205
+ dependencies = [
1206
+ "bytes",
1207
+ "futures-core",
1208
+ "http",
1209
+ "http-body",
1210
+ "pin-project-lite",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "httparse"
1215
+ version = "1.10.1"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1218
+
1219
+ [[package]]
1220
+ name = "hybrid-array"
1221
+ version = "0.4.14"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
1224
+ dependencies = [
1225
+ "typenum",
1226
+ ]
1227
+
1228
+ [[package]]
1229
+ name = "hyper"
1230
+ version = "1.8.1"
1231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1233
+ dependencies = [
1234
+ "atomic-waker",
1235
+ "bytes",
1236
+ "futures-channel",
1237
+ "futures-core",
1238
+ "h2",
1239
+ "http",
1240
+ "http-body",
1241
+ "httparse",
1242
+ "itoa",
1243
+ "pin-project-lite",
1244
+ "pin-utils",
1245
+ "smallvec",
1246
+ "tokio",
1247
+ "want",
1248
+ ]
1249
+
1250
+ [[package]]
1251
+ name = "hyper-rustls"
1252
+ version = "0.27.7"
1253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1254
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1255
+ dependencies = [
1256
+ "http",
1257
+ "hyper",
1258
+ "hyper-util",
1259
+ "rustls",
1260
+ "rustls-pki-types",
1261
+ "tokio",
1262
+ "tokio-rustls",
1263
+ "tower-service",
1264
+ "webpki-roots",
1265
+ ]
1266
+
1267
+ [[package]]
1268
+ name = "hyper-util"
1269
+ version = "0.1.20"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1272
+ dependencies = [
1273
+ "base64 0.22.1",
1274
+ "bytes",
1275
+ "futures-channel",
1276
+ "futures-util",
1277
+ "http",
1278
+ "http-body",
1279
+ "hyper",
1280
+ "ipnet",
1281
+ "libc",
1282
+ "percent-encoding",
1283
+ "pin-project-lite",
1284
+ "socket2",
1285
+ "system-configuration",
1286
+ "tokio",
1287
+ "tower-service",
1288
+ "tracing",
1289
+ "windows-registry",
1290
+ ]
1291
+
1292
+ [[package]]
1293
+ name = "iana-time-zone"
1294
+ version = "0.1.65"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1297
+ dependencies = [
1298
+ "android_system_properties",
1299
+ "core-foundation-sys",
1300
+ "iana-time-zone-haiku",
1301
+ "js-sys",
1302
+ "log",
1303
+ "wasm-bindgen",
1304
+ "windows-core",
1305
+ ]
1306
+
1307
+ [[package]]
1308
+ name = "iana-time-zone-haiku"
1309
+ version = "0.1.2"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1312
+ dependencies = [
1313
+ "cc",
1314
+ ]
1315
+
1316
+ [[package]]
1317
+ name = "icu_collections"
1318
+ version = "2.1.1"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1321
+ dependencies = [
1322
+ "displaydoc",
1323
+ "potential_utf",
1324
+ "yoke",
1325
+ "zerofrom",
1326
+ "zerovec",
1327
+ ]
1328
+
1329
+ [[package]]
1330
+ name = "icu_locale_core"
1331
+ version = "2.1.1"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1334
+ dependencies = [
1335
+ "displaydoc",
1336
+ "litemap",
1337
+ "tinystr",
1338
+ "writeable",
1339
+ "zerovec",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "icu_normalizer"
1344
+ version = "2.1.1"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1347
+ dependencies = [
1348
+ "icu_collections",
1349
+ "icu_normalizer_data",
1350
+ "icu_properties",
1351
+ "icu_provider",
1352
+ "smallvec",
1353
+ "zerovec",
1354
+ ]
1355
+
1356
+ [[package]]
1357
+ name = "icu_normalizer_data"
1358
+ version = "2.1.1"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1361
+
1362
+ [[package]]
1363
+ name = "icu_properties"
1364
+ version = "2.1.2"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1367
+ dependencies = [
1368
+ "icu_collections",
1369
+ "icu_locale_core",
1370
+ "icu_properties_data",
1371
+ "icu_provider",
1372
+ "zerotrie",
1373
+ "zerovec",
1374
+ ]
1375
+
1376
+ [[package]]
1377
+ name = "icu_properties_data"
1378
+ version = "2.1.2"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1381
+
1382
+ [[package]]
1383
+ name = "icu_provider"
1384
+ version = "2.1.1"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1387
+ dependencies = [
1388
+ "displaydoc",
1389
+ "icu_locale_core",
1390
+ "writeable",
1391
+ "yoke",
1392
+ "zerofrom",
1393
+ "zerotrie",
1394
+ "zerovec",
1395
+ ]
1396
+
1397
+ [[package]]
1398
+ name = "id-arena"
1399
+ version = "2.3.0"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1402
+
1403
+ [[package]]
1404
+ name = "id3"
1405
+ version = "1.17.1"
1406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1407
+ checksum = "24993fcabcbc07c8ac076a8e62db8593d1a5c4dbe81d57e531d2b7cb7f737380"
1408
+ dependencies = [
1409
+ "bitflags",
1410
+ "byteorder",
1411
+ "flate2",
1412
+ ]
1413
+
1414
+ [[package]]
1415
+ name = "ident_case"
1416
+ version = "1.0.1"
1417
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1418
+ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1419
+
1420
+ [[package]]
1421
+ name = "idna"
1422
+ version = "1.1.0"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1425
+ dependencies = [
1426
+ "idna_adapter",
1427
+ "smallvec",
1428
+ "utf8_iter",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "idna_adapter"
1433
+ version = "1.2.1"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1436
+ dependencies = [
1437
+ "icu_normalizer",
1438
+ "icu_properties",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "img-parts"
1443
+ version = "0.4.0"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "19734e3c43b2a850f5889c077056e47c874095f2d87e853c7c41214ae67375f0"
1446
+ dependencies = [
1447
+ "bytes",
1448
+ "crc32fast",
1449
+ "miniz_oxide 0.8.9",
1450
+ ]
1451
+
1452
+ [[package]]
1453
+ name = "indexmap"
1454
+ version = "1.9.3"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1457
+ dependencies = [
1458
+ "autocfg",
1459
+ "hashbrown 0.12.3",
1460
+ "serde",
1461
+ ]
1462
+
1463
+ [[package]]
1464
+ name = "indexmap"
1465
+ version = "2.13.0"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1468
+ dependencies = [
1469
+ "equivalent",
1470
+ "hashbrown 0.16.1",
1471
+ "serde",
1472
+ "serde_core",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "indoc"
1477
+ version = "2.0.7"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1480
+ dependencies = [
1481
+ "rustversion",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "ipnet"
1486
+ version = "2.12.0"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1489
+
1490
+ [[package]]
1491
+ name = "iref"
1492
+ version = "3.2.2"
1493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1494
+ checksum = "374372d9ca7331cec26f307b12552554849143e6b2077be3553576aa9aa8258c"
1495
+ dependencies = [
1496
+ "iref-core",
1497
+ ]
1498
+
1499
+ [[package]]
1500
+ name = "iref-core"
1501
+ version = "3.2.2"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "b10559a0d518effd4f2cee107f40f83acf8583dcd3e6760b9b60293b0d2c2a70"
1504
+ dependencies = [
1505
+ "pct-str",
1506
+ "serde",
1507
+ "smallvec",
1508
+ "static-regular-grammar",
1509
+ "thiserror 1.0.69",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "iri-string"
1514
+ version = "0.7.10"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1517
+ dependencies = [
1518
+ "memchr",
1519
+ "serde",
1520
+ ]
1521
+
1522
+ [[package]]
1523
+ name = "itertools"
1524
+ version = "0.12.1"
1525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1526
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1527
+ dependencies = [
1528
+ "either",
1529
+ ]
1530
+
1531
+ [[package]]
1532
+ name = "itertools"
1533
+ version = "0.13.0"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1536
+ dependencies = [
1537
+ "either",
1538
+ ]
1539
+
1540
+ [[package]]
1541
+ name = "itoa"
1542
+ version = "1.0.17"
1543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1544
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1545
+
1546
+ [[package]]
1547
+ name = "jfifdump"
1548
+ version = "0.6.0"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "68cf72bc7b75b6615ffd06bfe6840f3c57e7e4ea615558a2a452f458ebf5551e"
1551
+
1552
+ [[package]]
1553
+ name = "jiff"
1554
+ version = "0.2.23"
1555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1556
+ checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359"
1557
+ dependencies = [
1558
+ "jiff-static",
1559
+ "jiff-tzdb-platform",
1560
+ "log",
1561
+ "portable-atomic",
1562
+ "portable-atomic-util",
1563
+ "serde_core",
1564
+ "windows-sys 0.61.2",
1565
+ ]
1566
+
1567
+ [[package]]
1568
+ name = "jiff-static"
1569
+ version = "0.2.23"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4"
1572
+ dependencies = [
1573
+ "proc-macro2",
1574
+ "quote",
1575
+ "syn 2.0.117",
1576
+ ]
1577
+
1578
+ [[package]]
1579
+ name = "jiff-tzdb"
1580
+ version = "0.1.8"
1581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1582
+ checksum = "142bd39932ad231f10513df9ab62661fead8719872150b7ad02a2df79f4e141e"
1583
+
1584
+ [[package]]
1585
+ name = "jiff-tzdb-platform"
1586
+ version = "0.1.3"
1587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1588
+ checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
1589
+ dependencies = [
1590
+ "jiff-tzdb",
1591
+ ]
1592
+
1593
+ [[package]]
1594
+ name = "js-sys"
1595
+ version = "0.3.104"
1596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
1598
+ dependencies = [
1599
+ "cfg-if",
1600
+ "futures-util",
1601
+ "wasm-bindgen",
1602
+ ]
1603
+
1604
+ [[package]]
1605
+ name = "lazy_static"
1606
+ version = "1.5.0"
1607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1608
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1609
+ dependencies = [
1610
+ "spin",
1611
+ ]
1612
+
1613
+ [[package]]
1614
+ name = "lazycell"
1615
+ version = "1.3.0"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1618
+
1619
+ [[package]]
1620
+ name = "leb128fmt"
1621
+ version = "0.1.0"
1622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1624
+
1625
+ [[package]]
1626
+ name = "libc"
1627
+ version = "0.2.183"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
1630
+
1631
+ [[package]]
1632
+ name = "libloading"
1633
+ version = "0.8.9"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1636
+ dependencies = [
1637
+ "cfg-if",
1638
+ "windows-link",
1639
+ ]
1640
+
1641
+ [[package]]
1642
+ name = "libm"
1643
+ version = "0.2.16"
1644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1645
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1646
+
1647
+ [[package]]
1648
+ name = "linux-raw-sys"
1649
+ version = "0.12.1"
1650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1651
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1652
+
1653
+ [[package]]
1654
+ name = "litemap"
1655
+ version = "0.8.1"
1656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1657
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1658
+
1659
+ [[package]]
1660
+ name = "log"
1661
+ version = "0.4.34"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
1664
+
1665
+ [[package]]
1666
+ name = "lru-slab"
1667
+ version = "0.1.2"
1668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1669
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1670
+
1671
+ [[package]]
1672
+ name = "magnus"
1673
+ version = "0.8.2"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
1676
+ dependencies = [
1677
+ "magnus-macros",
1678
+ "rb-sys",
1679
+ "rb-sys-env",
1680
+ "seq-macro",
1681
+ ]
1682
+
1683
+ [[package]]
1684
+ name = "magnus-macros"
1685
+ version = "0.8.0"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
1688
+ dependencies = [
1689
+ "proc-macro2",
1690
+ "quote",
1691
+ "syn 2.0.117",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "memchr"
1696
+ version = "2.8.3"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1699
+
1700
+ [[package]]
1701
+ name = "minimal-lexical"
1702
+ version = "0.2.1"
1703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1704
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1705
+
1706
+ [[package]]
1707
+ name = "miniz_oxide"
1708
+ version = "0.8.9"
1709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1711
+ dependencies = [
1712
+ "adler2",
1713
+ "simd-adler32",
1714
+ ]
1715
+
1716
+ [[package]]
1717
+ name = "miniz_oxide"
1718
+ version = "0.9.1"
1719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+ checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
1721
+ dependencies = [
1722
+ "adler2",
1723
+ "simd-adler32",
1724
+ ]
1725
+
1726
+ [[package]]
1727
+ name = "mio"
1728
+ version = "1.1.1"
1729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1730
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1731
+ dependencies = [
1732
+ "libc",
1733
+ "wasi 0.11.1+wasi-snapshot-preview1",
1734
+ "windows-sys 0.61.2",
1735
+ ]
1736
+
1737
+ [[package]]
1738
+ name = "nom"
1739
+ version = "7.1.3"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1742
+ dependencies = [
1743
+ "memchr",
1744
+ "minimal-lexical",
1745
+ ]
1746
+
1747
+ [[package]]
1748
+ name = "non-empty-string"
1749
+ version = "0.2.6"
1750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1751
+ checksum = "260010741d90def3ca7c4b5ec0bbe28c26d0c775d3c7d291b38642514136677a"
1752
+ dependencies = [
1753
+ "delegate",
1754
+ "serde",
1755
+ ]
1756
+
1757
+ [[package]]
1758
+ name = "nonempty-collections"
1759
+ version = "1.3.0"
1760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1761
+ checksum = "3d127e00b37b19c36c28ac00e874240a61faeea14c7b759b1d9c77efa048322a"
1762
+ dependencies = [
1763
+ "serde",
1764
+ ]
1765
+
1766
+ [[package]]
1767
+ name = "num-bigint"
1768
+ version = "0.4.6"
1769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1770
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1771
+ dependencies = [
1772
+ "num-integer",
1773
+ "num-traits",
1774
+ ]
1775
+
1776
+ [[package]]
1777
+ name = "num-bigint-dig"
1778
+ version = "0.8.6"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
1781
+ dependencies = [
1782
+ "lazy_static",
1783
+ "libm",
1784
+ "num-integer",
1785
+ "num-iter",
1786
+ "num-traits",
1787
+ "rand 0.8.7",
1788
+ "serde",
1789
+ "smallvec",
1790
+ "zeroize",
1791
+ ]
1792
+
1793
+ [[package]]
1794
+ name = "num-conv"
1795
+ version = "0.2.0"
1796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1797
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1798
+
1799
+ [[package]]
1800
+ name = "num-integer"
1801
+ version = "0.1.46"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1804
+ dependencies = [
1805
+ "num-traits",
1806
+ ]
1807
+
1808
+ [[package]]
1809
+ name = "num-iter"
1810
+ version = "0.1.45"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1813
+ dependencies = [
1814
+ "autocfg",
1815
+ "num-integer",
1816
+ "num-traits",
1817
+ ]
1818
+
1819
+ [[package]]
1820
+ name = "num-traits"
1821
+ version = "0.2.19"
1822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1823
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1824
+ dependencies = [
1825
+ "autocfg",
1826
+ "libm",
1827
+ ]
1828
+
1829
+ [[package]]
1830
+ name = "oid-registry"
1831
+ version = "0.8.1"
1832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1833
+ checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
1834
+ dependencies = [
1835
+ "asn1-rs",
1836
+ ]
1837
+
1838
+ [[package]]
1839
+ name = "once_cell"
1840
+ version = "1.21.4"
1841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1842
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1843
+
1844
+ [[package]]
1845
+ name = "openssl"
1846
+ version = "0.10.81"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
1849
+ dependencies = [
1850
+ "bitflags",
1851
+ "cfg-if",
1852
+ "foreign-types",
1853
+ "libc",
1854
+ "openssl-macros",
1855
+ "openssl-sys",
1856
+ ]
1857
+
1858
+ [[package]]
1859
+ name = "openssl-macros"
1860
+ version = "0.1.1"
1861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1862
+ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1863
+ dependencies = [
1864
+ "proc-macro2",
1865
+ "quote",
1866
+ "syn 2.0.117",
1867
+ ]
1868
+
1869
+ [[package]]
1870
+ name = "openssl-src"
1871
+ version = "300.5.5+3.5.5"
1872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1873
+ checksum = "3f1787d533e03597a7934fd0a765f0d28e94ecc5fb7789f8053b1e699a56f709"
1874
+ dependencies = [
1875
+ "cc",
1876
+ ]
1877
+
1878
+ [[package]]
1879
+ name = "openssl-sys"
1880
+ version = "0.9.117"
1881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1882
+ checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
1883
+ dependencies = [
1884
+ "cc",
1885
+ "libc",
1886
+ "openssl-src",
1887
+ "pkg-config",
1888
+ "vcpkg",
1889
+ ]
1890
+
1891
+ [[package]]
1892
+ name = "p256"
1893
+ version = "0.13.2"
1894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1895
+ checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1896
+ dependencies = [
1897
+ "ecdsa",
1898
+ "elliptic-curve",
1899
+ "primeorder",
1900
+ "sha2 0.10.9",
1901
+ ]
1902
+
1903
+ [[package]]
1904
+ name = "p384"
1905
+ version = "0.13.1"
1906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1907
+ checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
1908
+ dependencies = [
1909
+ "ecdsa",
1910
+ "elliptic-curve",
1911
+ "primeorder",
1912
+ "sha2 0.10.9",
1913
+ ]
1914
+
1915
+ [[package]]
1916
+ name = "p521"
1917
+ version = "0.13.3"
1918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+ checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2"
1920
+ dependencies = [
1921
+ "base16ct",
1922
+ "ecdsa",
1923
+ "elliptic-curve",
1924
+ "primeorder",
1925
+ "rand_core 0.6.4",
1926
+ "sha2 0.10.9",
1927
+ ]
1928
+
1929
+ [[package]]
1930
+ name = "parsenic"
1931
+ version = "0.2.1"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "9c695d2b8bcf1dd62a5173a9c43e6ebbe9261701c002f9b462fc9690c144bb61"
1934
+ dependencies = [
1935
+ "traitful",
1936
+ ]
1937
+
1938
+ [[package]]
1939
+ name = "pct-str"
1940
+ version = "2.0.0"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "bf1bdcc492c285a50bed60860dfa00b50baf1f60c73c7d6b435b01a2a11fd6ff"
1943
+ dependencies = [
1944
+ "thiserror 1.0.69",
1945
+ "utf8-decode",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "pem"
1950
+ version = "3.0.6"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
1953
+ dependencies = [
1954
+ "base64 0.22.1",
1955
+ "serde_core",
1956
+ ]
1957
+
1958
+ [[package]]
1959
+ name = "pem-rfc7468"
1960
+ version = "0.7.0"
1961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1962
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1963
+ dependencies = [
1964
+ "base64ct",
1965
+ ]
1966
+
1967
+ [[package]]
1968
+ name = "percent-encoding"
1969
+ version = "2.3.2"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1972
+
1973
+ [[package]]
1974
+ name = "pin-project-lite"
1975
+ version = "0.2.17"
1976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1977
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1978
+
1979
+ [[package]]
1980
+ name = "pin-utils"
1981
+ version = "0.1.0"
1982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1983
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1984
+
1985
+ [[package]]
1986
+ name = "pix"
1987
+ version = "0.14.0"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "1a054a84d1ff0dc456386e5fc081e099e6855ddcc8913dc9349c294d47d76bd4"
1990
+
1991
+ [[package]]
1992
+ name = "pkcs1"
1993
+ version = "0.7.5"
1994
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1995
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1996
+ dependencies = [
1997
+ "der",
1998
+ "pkcs8",
1999
+ "spki",
2000
+ ]
2001
+
2002
+ [[package]]
2003
+ name = "pkcs8"
2004
+ version = "0.10.2"
2005
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2006
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2007
+ dependencies = [
2008
+ "der",
2009
+ "spki",
2010
+ ]
2011
+
2012
+ [[package]]
2013
+ name = "pkg-config"
2014
+ version = "0.3.32"
2015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2016
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2017
+
2018
+ [[package]]
2019
+ name = "png_pong"
2020
+ version = "0.10.0"
2021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2022
+ checksum = "cb58df2a992d49a178fd69f8c9ead5d4c70014652cd4cca9608a1cb46097aff6"
2023
+ dependencies = [
2024
+ "miniz_oxide 0.9.1",
2025
+ "parsenic",
2026
+ "pix",
2027
+ "simd-adler32",
2028
+ "traitful",
2029
+ ]
2030
+
2031
+ [[package]]
2032
+ name = "portable-atomic"
2033
+ version = "1.13.1"
2034
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2035
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2036
+
2037
+ [[package]]
2038
+ name = "portable-atomic-util"
2039
+ version = "0.2.6"
2040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2041
+ checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
2042
+ dependencies = [
2043
+ "portable-atomic",
2044
+ ]
2045
+
2046
+ [[package]]
2047
+ name = "potential_utf"
2048
+ version = "0.1.4"
2049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2050
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2051
+ dependencies = [
2052
+ "zerovec",
2053
+ ]
2054
+
2055
+ [[package]]
2056
+ name = "powerfmt"
2057
+ version = "0.2.0"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2060
+
2061
+ [[package]]
2062
+ name = "ppv-lite86"
2063
+ version = "0.2.21"
2064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2065
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2066
+ dependencies = [
2067
+ "zerocopy",
2068
+ ]
2069
+
2070
+ [[package]]
2071
+ name = "prettyplease"
2072
+ version = "0.2.37"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2075
+ dependencies = [
2076
+ "proc-macro2",
2077
+ "syn 2.0.117",
2078
+ ]
2079
+
2080
+ [[package]]
2081
+ name = "primeorder"
2082
+ version = "0.13.6"
2083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2084
+ checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2085
+ dependencies = [
2086
+ "elliptic-curve",
2087
+ ]
2088
+
2089
+ [[package]]
2090
+ name = "proc-macro-error"
2091
+ version = "1.0.4"
2092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2093
+ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2094
+ dependencies = [
2095
+ "proc-macro-error-attr",
2096
+ "proc-macro2",
2097
+ "quote",
2098
+ "syn 1.0.109",
2099
+ "version_check",
2100
+ ]
2101
+
2102
+ [[package]]
2103
+ name = "proc-macro-error-attr"
2104
+ version = "1.0.4"
2105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2106
+ checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2107
+ dependencies = [
2108
+ "proc-macro2",
2109
+ "quote",
2110
+ "version_check",
2111
+ ]
2112
+
2113
+ [[package]]
2114
+ name = "proc-macro2"
2115
+ version = "1.0.106"
2116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2117
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2118
+ dependencies = [
2119
+ "unicode-ident",
2120
+ ]
2121
+
2122
+ [[package]]
2123
+ name = "proptest"
2124
+ version = "1.10.0"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532"
2127
+ dependencies = [
2128
+ "bitflags",
2129
+ "num-traits",
2130
+ "rand 0.9.2",
2131
+ "rand_chacha 0.9.0",
2132
+ "rand_xorshift",
2133
+ "regex-syntax",
2134
+ "unarray",
2135
+ ]
2136
+
2137
+ [[package]]
2138
+ name = "quick-xml"
2139
+ version = "0.41.0"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
2142
+ dependencies = [
2143
+ "memchr",
2144
+ ]
2145
+
2146
+ [[package]]
2147
+ name = "quinn"
2148
+ version = "0.11.9"
2149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2150
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2151
+ dependencies = [
2152
+ "bytes",
2153
+ "cfg_aliases",
2154
+ "pin-project-lite",
2155
+ "quinn-proto",
2156
+ "quinn-udp",
2157
+ "rustc-hash 2.1.1",
2158
+ "rustls",
2159
+ "socket2",
2160
+ "thiserror 2.0.18",
2161
+ "tokio",
2162
+ "tracing",
2163
+ "web-time",
2164
+ ]
2165
+
2166
+ [[package]]
2167
+ name = "quinn-proto"
2168
+ version = "0.11.14"
2169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2170
+ checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
2171
+ dependencies = [
2172
+ "bytes",
2173
+ "getrandom 0.3.4",
2174
+ "lru-slab",
2175
+ "rand 0.9.2",
2176
+ "ring",
2177
+ "rustc-hash 2.1.1",
2178
+ "rustls",
2179
+ "rustls-pki-types",
2180
+ "slab",
2181
+ "thiserror 2.0.18",
2182
+ "tinyvec",
2183
+ "tracing",
2184
+ "web-time",
2185
+ ]
2186
+
2187
+ [[package]]
2188
+ name = "quinn-udp"
2189
+ version = "0.5.14"
2190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2191
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2192
+ dependencies = [
2193
+ "cfg_aliases",
2194
+ "libc",
2195
+ "once_cell",
2196
+ "socket2",
2197
+ "tracing",
2198
+ "windows-sys 0.60.2",
2199
+ ]
2200
+
2201
+ [[package]]
2202
+ name = "quote"
2203
+ version = "1.0.45"
2204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2205
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2206
+ dependencies = [
2207
+ "proc-macro2",
2208
+ ]
2209
+
2210
+ [[package]]
2211
+ name = "r-efi"
2212
+ version = "5.3.0"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2215
+
2216
+ [[package]]
2217
+ name = "r-efi"
2218
+ version = "6.0.0"
2219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2220
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2221
+
2222
+ [[package]]
2223
+ name = "radium"
2224
+ version = "0.7.0"
2225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2226
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2227
+
2228
+ [[package]]
2229
+ name = "rand"
2230
+ version = "0.8.7"
2231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+ checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
2233
+ dependencies = [
2234
+ "libc",
2235
+ "rand_chacha 0.3.1",
2236
+ "rand_core 0.6.4",
2237
+ ]
2238
+
2239
+ [[package]]
2240
+ name = "rand"
2241
+ version = "0.9.2"
2242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2243
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2244
+ dependencies = [
2245
+ "rand_chacha 0.9.0",
2246
+ "rand_core 0.9.5",
2247
+ ]
2248
+
2249
+ [[package]]
2250
+ name = "rand_chacha"
2251
+ version = "0.3.1"
2252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2253
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2254
+ dependencies = [
2255
+ "ppv-lite86",
2256
+ "rand_core 0.6.4",
2257
+ ]
2258
+
2259
+ [[package]]
2260
+ name = "rand_chacha"
2261
+ version = "0.9.0"
2262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2263
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2264
+ dependencies = [
2265
+ "ppv-lite86",
2266
+ "rand_core 0.9.5",
2267
+ ]
2268
+
2269
+ [[package]]
2270
+ name = "rand_core"
2271
+ version = "0.6.4"
2272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2273
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2274
+ dependencies = [
2275
+ "getrandom 0.2.17",
2276
+ ]
2277
+
2278
+ [[package]]
2279
+ name = "rand_core"
2280
+ version = "0.9.5"
2281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2282
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2283
+ dependencies = [
2284
+ "getrandom 0.3.4",
2285
+ ]
2286
+
2287
+ [[package]]
2288
+ name = "rand_xorshift"
2289
+ version = "0.4.0"
2290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2291
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
2292
+ dependencies = [
2293
+ "rand_core 0.9.5",
2294
+ ]
2295
+
2296
+ [[package]]
2297
+ name = "range-set"
2298
+ version = "0.1.0"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "2d49e572143755710377fda7cbd3f46e8523b912339759636ab2770abb16c4c3"
2301
+ dependencies = [
2302
+ "num-traits",
2303
+ "smallvec",
2304
+ ]
2305
+
2306
+ [[package]]
2307
+ name = "range-traits"
2308
+ version = "0.3.2"
2309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2310
+ checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
2311
+
2312
+ [[package]]
2313
+ name = "rasn"
2314
+ version = "0.28.14"
2315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2316
+ checksum = "0d1b71dd951343df0fe30b11bca09518f3aba8e5bd0ece4564adbc2dabd875fa"
2317
+ dependencies = [
2318
+ "bitvec",
2319
+ "bitvec-nom2",
2320
+ "bytes",
2321
+ "cfg-if",
2322
+ "chrono",
2323
+ "either",
2324
+ "nom",
2325
+ "num-bigint",
2326
+ "num-integer",
2327
+ "num-traits",
2328
+ "once_cell",
2329
+ "rasn-derive",
2330
+ "serde_json",
2331
+ "snafu",
2332
+ "xml-no-std",
2333
+ ]
2334
+
2335
+ [[package]]
2336
+ name = "rasn-cms"
2337
+ version = "0.28.14"
2338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2339
+ checksum = "7b4abf4c2fe5537b99e2bf3099a7ad26e40bd9cf51bc003600ed58dbbff69a1c"
2340
+ dependencies = [
2341
+ "rasn",
2342
+ "rasn-pkix",
2343
+ ]
2344
+
2345
+ [[package]]
2346
+ name = "rasn-derive"
2347
+ version = "0.28.10"
2348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2349
+ checksum = "68ff97b92a60f72686b2e9bcb94803c511554391972f70bc7efa7e0674971fbb"
2350
+ dependencies = [
2351
+ "proc-macro2",
2352
+ "rasn-derive-impl",
2353
+ "syn 2.0.117",
2354
+ ]
2355
+
2356
+ [[package]]
2357
+ name = "rasn-derive-impl"
2358
+ version = "0.28.10"
2359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2360
+ checksum = "cc6ac4350890433832fe54b49f634b10be1a57fcdb53f0a6dc4e397f413b55a1"
2361
+ dependencies = [
2362
+ "either",
2363
+ "itertools 0.13.0",
2364
+ "proc-macro2",
2365
+ "quote",
2366
+ "syn 2.0.117",
2367
+ "uuid",
2368
+ ]
2369
+
2370
+ [[package]]
2371
+ name = "rasn-ocsp"
2372
+ version = "0.28.14"
2373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2374
+ checksum = "f8bf6709bc94437d12614fd2d34463c3478d981bf913286812cc50bb093bc657"
2375
+ dependencies = [
2376
+ "rasn",
2377
+ "rasn-pkix",
2378
+ ]
2379
+
2380
+ [[package]]
2381
+ name = "rasn-pkix"
2382
+ version = "0.28.14"
2383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2384
+ checksum = "c029da7ed3b94dd93b75299431984081c1eaf88ce79771c21b056f0ebf6fb964"
2385
+ dependencies = [
2386
+ "rasn",
2387
+ ]
2388
+
2389
+ [[package]]
2390
+ name = "rb-sys"
2391
+ version = "0.9.124"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
2394
+ dependencies = [
2395
+ "rb-sys-build",
2396
+ ]
2397
+
2398
+ [[package]]
2399
+ name = "rb-sys-build"
2400
+ version = "0.9.124"
2401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2402
+ checksum = "568068db4102230882e6d4ae8de6632e224ca75fe5970f6e026a04e91ed635d3"
2403
+ dependencies = [
2404
+ "bindgen",
2405
+ "lazy_static",
2406
+ "proc-macro2",
2407
+ "quote",
2408
+ "regex",
2409
+ "shell-words",
2410
+ "syn 2.0.117",
2411
+ ]
2412
+
2413
+ [[package]]
2414
+ name = "rb-sys-env"
2415
+ version = "0.2.3"
2416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
2418
+
2419
+ [[package]]
2420
+ name = "ref-cast"
2421
+ version = "1.0.25"
2422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2423
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2424
+ dependencies = [
2425
+ "ref-cast-impl",
2426
+ ]
2427
+
2428
+ [[package]]
2429
+ name = "ref-cast-impl"
2430
+ version = "1.0.25"
2431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2432
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2433
+ dependencies = [
2434
+ "proc-macro2",
2435
+ "quote",
2436
+ "syn 2.0.117",
2437
+ ]
2438
+
2439
+ [[package]]
2440
+ name = "regex"
2441
+ version = "1.12.3"
2442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2443
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2444
+ dependencies = [
2445
+ "aho-corasick",
2446
+ "memchr",
2447
+ "regex-automata",
2448
+ "regex-syntax",
2449
+ ]
2450
+
2451
+ [[package]]
2452
+ name = "regex-automata"
2453
+ version = "0.4.14"
2454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2455
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2456
+ dependencies = [
2457
+ "aho-corasick",
2458
+ "memchr",
2459
+ "regex-syntax",
2460
+ ]
2461
+
2462
+ [[package]]
2463
+ name = "regex-syntax"
2464
+ version = "0.8.10"
2465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2466
+ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2467
+
2468
+ [[package]]
2469
+ name = "reqwest"
2470
+ version = "0.12.28"
2471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2472
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2473
+ dependencies = [
2474
+ "base64 0.22.1",
2475
+ "bytes",
2476
+ "futures-core",
2477
+ "h2",
2478
+ "http",
2479
+ "http-body",
2480
+ "http-body-util",
2481
+ "hyper",
2482
+ "hyper-rustls",
2483
+ "hyper-util",
2484
+ "js-sys",
2485
+ "log",
2486
+ "percent-encoding",
2487
+ "pin-project-lite",
2488
+ "quinn",
2489
+ "rustls",
2490
+ "rustls-pki-types",
2491
+ "serde",
2492
+ "serde_json",
2493
+ "serde_urlencoded",
2494
+ "sync_wrapper",
2495
+ "tokio",
2496
+ "tokio-rustls",
2497
+ "tower",
2498
+ "tower-http",
2499
+ "tower-service",
2500
+ "url",
2501
+ "wasm-bindgen",
2502
+ "wasm-bindgen-futures",
2503
+ "web-sys",
2504
+ "webpki-roots",
2505
+ ]
2506
+
2507
+ [[package]]
2508
+ name = "rfc6979"
2509
+ version = "0.4.0"
2510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2511
+ checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2512
+ dependencies = [
2513
+ "hmac",
2514
+ "subtle",
2515
+ ]
2516
+
2517
+ [[package]]
2518
+ name = "riff"
2519
+ version = "2.0.0"
2520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2521
+ checksum = "3c601484456988d75017d86700d3743b949c21cdc7399f940c75e34680d185c5"
2522
+
2523
+ [[package]]
2524
+ name = "ring"
2525
+ version = "0.17.14"
2526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2528
+ dependencies = [
2529
+ "cc",
2530
+ "cfg-if",
2531
+ "getrandom 0.2.17",
2532
+ "libc",
2533
+ "untrusted",
2534
+ "windows-sys 0.52.0",
2535
+ ]
2536
+
2537
+ [[package]]
2538
+ name = "rsa"
2539
+ version = "0.9.10"
2540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2541
+ checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
2542
+ dependencies = [
2543
+ "const-oid 0.9.6",
2544
+ "digest 0.10.7",
2545
+ "num-bigint-dig",
2546
+ "num-integer",
2547
+ "num-traits",
2548
+ "pkcs1",
2549
+ "pkcs8",
2550
+ "rand_core 0.6.4",
2551
+ "sha2 0.10.9",
2552
+ "signature",
2553
+ "spki",
2554
+ "subtle",
2555
+ "zeroize",
2556
+ ]
2557
+
2558
+ [[package]]
2559
+ name = "rustc-hash"
2560
+ version = "1.1.0"
2561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2562
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2563
+
2564
+ [[package]]
2565
+ name = "rustc-hash"
2566
+ version = "2.1.1"
2567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2568
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2569
+
2570
+ [[package]]
2571
+ name = "rustc_version"
2572
+ version = "0.4.1"
2573
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2574
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2575
+ dependencies = [
2576
+ "semver",
2577
+ ]
2578
+
2579
+ [[package]]
2580
+ name = "rusticata-macros"
2581
+ version = "4.1.0"
2582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2583
+ checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
2584
+ dependencies = [
2585
+ "nom",
2586
+ ]
2587
+
2588
+ [[package]]
2589
+ name = "rustix"
2590
+ version = "1.1.4"
2591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2592
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2593
+ dependencies = [
2594
+ "bitflags",
2595
+ "errno",
2596
+ "libc",
2597
+ "linux-raw-sys",
2598
+ "windows-sys 0.61.2",
2599
+ ]
2600
+
2601
+ [[package]]
2602
+ name = "rustls"
2603
+ version = "0.23.37"
2604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+ checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
2606
+ dependencies = [
2607
+ "log",
2608
+ "once_cell",
2609
+ "ring",
2610
+ "rustls-pki-types",
2611
+ "rustls-webpki",
2612
+ "subtle",
2613
+ "zeroize",
2614
+ ]
2615
+
2616
+ [[package]]
2617
+ name = "rustls-pki-types"
2618
+ version = "1.14.0"
2619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2620
+ checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2621
+ dependencies = [
2622
+ "web-time",
2623
+ "zeroize",
2624
+ ]
2625
+
2626
+ [[package]]
2627
+ name = "rustls-webpki"
2628
+ version = "0.103.9"
2629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2630
+ checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
2631
+ dependencies = [
2632
+ "ring",
2633
+ "rustls-pki-types",
2634
+ "untrusted",
2635
+ ]
2636
+
2637
+ [[package]]
2638
+ name = "rustversion"
2639
+ version = "1.0.22"
2640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2641
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2642
+
2643
+ [[package]]
2644
+ name = "ryu"
2645
+ version = "1.0.23"
2646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2647
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2648
+
2649
+ [[package]]
2650
+ name = "schemars"
2651
+ version = "0.9.0"
2652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2653
+ checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
2654
+ dependencies = [
2655
+ "dyn-clone",
2656
+ "ref-cast",
2657
+ "serde",
2658
+ "serde_json",
2659
+ ]
2660
+
2661
+ [[package]]
2662
+ name = "schemars"
2663
+ version = "1.2.1"
2664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2665
+ checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc"
2666
+ dependencies = [
2667
+ "dyn-clone",
2668
+ "ref-cast",
2669
+ "serde",
2670
+ "serde_json",
2671
+ ]
2672
+
2673
+ [[package]]
2674
+ name = "sec1"
2675
+ version = "0.7.3"
2676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2677
+ checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2678
+ dependencies = [
2679
+ "base16ct",
2680
+ "der",
2681
+ "generic-array",
2682
+ "pkcs8",
2683
+ "subtle",
2684
+ "zeroize",
2685
+ ]
2686
+
2687
+ [[package]]
2688
+ name = "semver"
2689
+ version = "1.0.27"
2690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2691
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2692
+
2693
+ [[package]]
2694
+ name = "seq-macro"
2695
+ version = "0.3.6"
2696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2697
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2698
+
2699
+ [[package]]
2700
+ name = "serde"
2701
+ version = "1.0.228"
2702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2703
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2704
+ dependencies = [
2705
+ "serde_core",
2706
+ "serde_derive",
2707
+ ]
2708
+
2709
+ [[package]]
2710
+ name = "serde-transcode"
2711
+ version = "1.1.1"
2712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2713
+ checksum = "590c0e25c2a5bb6e85bf5c1bce768ceb86b316e7a01bdf07d2cb4ec2271990e2"
2714
+ dependencies = [
2715
+ "serde",
2716
+ ]
2717
+
2718
+ [[package]]
2719
+ name = "serde-wasm-bindgen"
2720
+ version = "0.6.5"
2721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2722
+ checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
2723
+ dependencies = [
2724
+ "js-sys",
2725
+ "serde",
2726
+ "wasm-bindgen",
2727
+ ]
2728
+
2729
+ [[package]]
2730
+ name = "serde_bytes"
2731
+ version = "0.11.19"
2732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2733
+ checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
2734
+ dependencies = [
2735
+ "serde",
2736
+ "serde_core",
2737
+ ]
2738
+
2739
+ [[package]]
2740
+ name = "serde_core"
2741
+ version = "1.0.228"
2742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2743
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2744
+ dependencies = [
2745
+ "serde_derive",
2746
+ ]
2747
+
2748
+ [[package]]
2749
+ name = "serde_derive"
2750
+ version = "1.0.228"
2751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2752
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2753
+ dependencies = [
2754
+ "proc-macro2",
2755
+ "quote",
2756
+ "syn 2.0.117",
2757
+ ]
2758
+
2759
+ [[package]]
2760
+ name = "serde_json"
2761
+ version = "1.0.151"
2762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2763
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
2764
+ dependencies = [
2765
+ "indexmap 2.13.0",
2766
+ "itoa",
2767
+ "memchr",
2768
+ "serde",
2769
+ "serde_core",
2770
+ "zmij",
2771
+ ]
2772
+
2773
+ [[package]]
2774
+ name = "serde_spanned"
2775
+ version = "1.1.1"
2776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2777
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
2778
+ dependencies = [
2779
+ "serde_core",
2780
+ ]
2781
+
2782
+ [[package]]
2783
+ name = "serde_urlencoded"
2784
+ version = "0.7.1"
2785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2786
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2787
+ dependencies = [
2788
+ "form_urlencoded",
2789
+ "itoa",
2790
+ "ryu",
2791
+ "serde",
2792
+ ]
2793
+
2794
+ [[package]]
2795
+ name = "serde_with"
2796
+ version = "3.22.0"
2797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2798
+ checksum = "ee78f1fbe43ac4a0e47aadb3dbd357b69eb0d3793e948624cd03dd2750ab1c0a"
2799
+ dependencies = [
2800
+ "base64 0.22.1",
2801
+ "bs58",
2802
+ "chrono",
2803
+ "hex",
2804
+ "indexmap 1.9.3",
2805
+ "indexmap 2.13.0",
2806
+ "jiff",
2807
+ "schemars 0.9.0",
2808
+ "schemars 1.2.1",
2809
+ "serde_core",
2810
+ "serde_json",
2811
+ "serde_with_macros",
2812
+ "time",
2813
+ ]
2814
+
2815
+ [[package]]
2816
+ name = "serde_with_macros"
2817
+ version = "3.22.0"
2818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2819
+ checksum = "8705578779c2b6bd90d84d66eb2e206b708b1a4d7b9f17641b293545bf1c7e46"
2820
+ dependencies = [
2821
+ "darling",
2822
+ "proc-macro2",
2823
+ "quote",
2824
+ "syn 2.0.117",
2825
+ ]
2826
+
2827
+ [[package]]
2828
+ name = "sha1"
2829
+ version = "0.11.0"
2830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2831
+ checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
2832
+ dependencies = [
2833
+ "cfg-if",
2834
+ "cpufeatures 0.3.0",
2835
+ "digest 0.11.3",
2836
+ ]
2837
+
2838
+ [[package]]
2839
+ name = "sha2"
2840
+ version = "0.10.9"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2843
+ dependencies = [
2844
+ "cfg-if",
2845
+ "cpufeatures 0.2.17",
2846
+ "digest 0.10.7",
2847
+ ]
2848
+
2849
+ [[package]]
2850
+ name = "sha2"
2851
+ version = "0.11.0"
2852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2853
+ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
2854
+ dependencies = [
2855
+ "cfg-if",
2856
+ "cpufeatures 0.3.0",
2857
+ "digest 0.11.3",
2858
+ ]
2859
+
2860
+ [[package]]
2861
+ name = "shell-words"
2862
+ version = "1.1.1"
2863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2864
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
2865
+
2866
+ [[package]]
2867
+ name = "shlex"
2868
+ version = "1.3.0"
2869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2870
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2871
+
2872
+ [[package]]
2873
+ name = "signature"
2874
+ version = "2.2.0"
2875
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2876
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2877
+ dependencies = [
2878
+ "digest 0.10.7",
2879
+ "rand_core 0.6.4",
2880
+ ]
2881
+
2882
+ [[package]]
2883
+ name = "simd-adler32"
2884
+ version = "0.3.8"
2885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2886
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
2887
+
2888
+ [[package]]
2889
+ name = "slab"
2890
+ version = "0.4.12"
2891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2892
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2893
+
2894
+ [[package]]
2895
+ name = "smallvec"
2896
+ version = "1.15.1"
2897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2898
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2899
+
2900
+ [[package]]
2901
+ name = "snafu"
2902
+ version = "0.8.9"
2903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2904
+ checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
2905
+ dependencies = [
2906
+ "snafu-derive",
2907
+ ]
2908
+
2909
+ [[package]]
2910
+ name = "snafu-derive"
2911
+ version = "0.8.9"
2912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2913
+ checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
2914
+ dependencies = [
2915
+ "heck",
2916
+ "proc-macro2",
2917
+ "quote",
2918
+ "syn 2.0.117",
2919
+ ]
2920
+
2921
+ [[package]]
2922
+ name = "socket2"
2923
+ version = "0.6.3"
2924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2925
+ checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2926
+ dependencies = [
2927
+ "libc",
2928
+ "windows-sys 0.61.2",
2929
+ ]
2930
+
2931
+ [[package]]
2932
+ name = "spin"
2933
+ version = "0.9.8"
2934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2935
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2936
+
2937
+ [[package]]
2938
+ name = "spki"
2939
+ version = "0.7.3"
2940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2941
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2942
+ dependencies = [
2943
+ "base64ct",
2944
+ "der",
2945
+ ]
2946
+
2947
+ [[package]]
2948
+ name = "stable_deref_trait"
2949
+ version = "1.2.1"
2950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2951
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2952
+
2953
+ [[package]]
2954
+ name = "static-iref"
2955
+ version = "3.0.0"
2956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2957
+ checksum = "3cc4068497ae43896d41174586dcdc2153a1af2c82856fb308bfaaddc28e5549"
2958
+ dependencies = [
2959
+ "iref",
2960
+ "quote",
2961
+ "syn 2.0.117",
2962
+ ]
2963
+
2964
+ [[package]]
2965
+ name = "static-regular-grammar"
2966
+ version = "2.0.2"
2967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2968
+ checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
2969
+ dependencies = [
2970
+ "abnf",
2971
+ "btree-range-map",
2972
+ "ciborium",
2973
+ "hex_fmt",
2974
+ "indoc",
2975
+ "proc-macro-error",
2976
+ "proc-macro2",
2977
+ "quote",
2978
+ "serde",
2979
+ "sha2 0.10.9",
2980
+ "syn 2.0.117",
2981
+ "thiserror 1.0.69",
2982
+ ]
2983
+
2984
+ [[package]]
2985
+ name = "strsim"
2986
+ version = "0.11.1"
2987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2988
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2989
+
2990
+ [[package]]
2991
+ name = "subtle"
2992
+ version = "2.6.1"
2993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2994
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2995
+
2996
+ [[package]]
2997
+ name = "syn"
2998
+ version = "1.0.109"
2999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3000
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3001
+ dependencies = [
3002
+ "proc-macro2",
3003
+ "quote",
3004
+ "unicode-ident",
3005
+ ]
3006
+
3007
+ [[package]]
3008
+ name = "syn"
3009
+ version = "2.0.117"
3010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3011
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3012
+ dependencies = [
3013
+ "proc-macro2",
3014
+ "quote",
3015
+ "unicode-ident",
3016
+ ]
3017
+
3018
+ [[package]]
3019
+ name = "sync_wrapper"
3020
+ version = "1.0.2"
3021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3022
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3023
+ dependencies = [
3024
+ "futures-core",
3025
+ ]
3026
+
3027
+ [[package]]
3028
+ name = "synstructure"
3029
+ version = "0.13.2"
3030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3031
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3032
+ dependencies = [
3033
+ "proc-macro2",
3034
+ "quote",
3035
+ "syn 2.0.117",
3036
+ ]
3037
+
3038
+ [[package]]
3039
+ name = "system-configuration"
3040
+ version = "0.7.0"
3041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3042
+ checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
3043
+ dependencies = [
3044
+ "bitflags",
3045
+ "core-foundation",
3046
+ "system-configuration-sys",
3047
+ ]
3048
+
3049
+ [[package]]
3050
+ name = "system-configuration-sys"
3051
+ version = "0.6.0"
3052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3053
+ checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3054
+ dependencies = [
3055
+ "core-foundation-sys",
3056
+ "libc",
3057
+ ]
3058
+
3059
+ [[package]]
3060
+ name = "tap"
3061
+ version = "1.0.1"
3062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3063
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
3064
+
3065
+ [[package]]
3066
+ name = "tempfile"
3067
+ version = "3.27.0"
3068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3069
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
3070
+ dependencies = [
3071
+ "fastrand",
3072
+ "getrandom 0.4.2",
3073
+ "once_cell",
3074
+ "rustix",
3075
+ "windows-sys 0.61.2",
3076
+ ]
3077
+
3078
+ [[package]]
3079
+ name = "thiserror"
3080
+ version = "1.0.69"
3081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3082
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3083
+ dependencies = [
3084
+ "thiserror-impl 1.0.69",
3085
+ ]
3086
+
3087
+ [[package]]
3088
+ name = "thiserror"
3089
+ version = "2.0.18"
3090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3091
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3092
+ dependencies = [
3093
+ "thiserror-impl 2.0.18",
3094
+ ]
3095
+
3096
+ [[package]]
3097
+ name = "thiserror-impl"
3098
+ version = "1.0.69"
3099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3100
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3101
+ dependencies = [
3102
+ "proc-macro2",
3103
+ "quote",
3104
+ "syn 2.0.117",
3105
+ ]
3106
+
3107
+ [[package]]
3108
+ name = "thiserror-impl"
3109
+ version = "2.0.18"
3110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3111
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3112
+ dependencies = [
3113
+ "proc-macro2",
3114
+ "quote",
3115
+ "syn 2.0.117",
3116
+ ]
3117
+
3118
+ [[package]]
3119
+ name = "time"
3120
+ version = "0.3.47"
3121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3122
+ checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3123
+ dependencies = [
3124
+ "deranged",
3125
+ "itoa",
3126
+ "num-conv",
3127
+ "powerfmt",
3128
+ "serde_core",
3129
+ "time-core",
3130
+ "time-macros",
3131
+ ]
3132
+
3133
+ [[package]]
3134
+ name = "time-core"
3135
+ version = "0.1.8"
3136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3137
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3138
+
3139
+ [[package]]
3140
+ name = "time-macros"
3141
+ version = "0.2.27"
3142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+ checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
3144
+ dependencies = [
3145
+ "num-conv",
3146
+ "time-core",
3147
+ ]
3148
+
3149
+ [[package]]
3150
+ name = "tinystr"
3151
+ version = "0.8.2"
3152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3153
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3154
+ dependencies = [
3155
+ "displaydoc",
3156
+ "zerovec",
3157
+ ]
3158
+
3159
+ [[package]]
3160
+ name = "tinyvec"
3161
+ version = "1.11.0"
3162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3163
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
3164
+ dependencies = [
3165
+ "tinyvec_macros",
3166
+ ]
3167
+
3168
+ [[package]]
3169
+ name = "tinyvec_macros"
3170
+ version = "0.1.1"
3171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3172
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3173
+
3174
+ [[package]]
3175
+ name = "tokio"
3176
+ version = "1.50.0"
3177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3178
+ checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
3179
+ dependencies = [
3180
+ "bytes",
3181
+ "libc",
3182
+ "mio",
3183
+ "pin-project-lite",
3184
+ "socket2",
3185
+ "windows-sys 0.61.2",
3186
+ ]
3187
+
3188
+ [[package]]
3189
+ name = "tokio-rustls"
3190
+ version = "0.26.4"
3191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3192
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3193
+ dependencies = [
3194
+ "rustls",
3195
+ "tokio",
3196
+ ]
3197
+
3198
+ [[package]]
3199
+ name = "tokio-util"
3200
+ version = "0.7.18"
3201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3202
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3203
+ dependencies = [
3204
+ "bytes",
3205
+ "futures-core",
3206
+ "futures-sink",
3207
+ "pin-project-lite",
3208
+ "tokio",
3209
+ ]
3210
+
3211
+ [[package]]
3212
+ name = "toml"
3213
+ version = "1.1.4+spec-1.1.0"
3214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3215
+ checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
3216
+ dependencies = [
3217
+ "indexmap 2.13.0",
3218
+ "serde_core",
3219
+ "serde_spanned",
3220
+ "toml_datetime",
3221
+ "toml_parser",
3222
+ "toml_writer",
3223
+ "winnow",
3224
+ ]
3225
+
3226
+ [[package]]
3227
+ name = "toml_datetime"
3228
+ version = "1.1.1+spec-1.1.0"
3229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3230
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
3231
+ dependencies = [
3232
+ "serde_core",
3233
+ ]
3234
+
3235
+ [[package]]
3236
+ name = "toml_parser"
3237
+ version = "1.1.3+spec-1.1.0"
3238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3239
+ checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
3240
+ dependencies = [
3241
+ "winnow",
3242
+ ]
3243
+
3244
+ [[package]]
3245
+ name = "toml_writer"
3246
+ version = "1.1.2+spec-1.1.0"
3247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3248
+ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
3249
+
3250
+ [[package]]
3251
+ name = "tower"
3252
+ version = "0.5.3"
3253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3254
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3255
+ dependencies = [
3256
+ "futures-core",
3257
+ "futures-util",
3258
+ "pin-project-lite",
3259
+ "sync_wrapper",
3260
+ "tokio",
3261
+ "tower-layer",
3262
+ "tower-service",
3263
+ ]
3264
+
3265
+ [[package]]
3266
+ name = "tower-http"
3267
+ version = "0.6.8"
3268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3269
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3270
+ dependencies = [
3271
+ "bitflags",
3272
+ "bytes",
3273
+ "futures-util",
3274
+ "http",
3275
+ "http-body",
3276
+ "iri-string",
3277
+ "pin-project-lite",
3278
+ "tower",
3279
+ "tower-layer",
3280
+ "tower-service",
3281
+ ]
3282
+
3283
+ [[package]]
3284
+ name = "tower-layer"
3285
+ version = "0.3.3"
3286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3287
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3288
+
3289
+ [[package]]
3290
+ name = "tower-service"
3291
+ version = "0.3.3"
3292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3293
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3294
+
3295
+ [[package]]
3296
+ name = "tracing"
3297
+ version = "0.1.44"
3298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3299
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3300
+ dependencies = [
3301
+ "pin-project-lite",
3302
+ "tracing-core",
3303
+ ]
3304
+
3305
+ [[package]]
3306
+ name = "tracing-core"
3307
+ version = "0.1.36"
3308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3309
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3310
+ dependencies = [
3311
+ "once_cell",
3312
+ ]
3313
+
3314
+ [[package]]
3315
+ name = "traitful"
3316
+ version = "0.3.0"
3317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3318
+ checksum = "d856e22ead1fb79b9fc3cec63300086f680924f2f7b0e2701f6835a28b9c4425"
3319
+ dependencies = [
3320
+ "proc-macro2",
3321
+ "quote",
3322
+ "syn 2.0.117",
3323
+ ]
3324
+
3325
+ [[package]]
3326
+ name = "try-lock"
3327
+ version = "0.2.5"
3328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3329
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3330
+
3331
+ [[package]]
3332
+ name = "typed-path"
3333
+ version = "0.12.3"
3334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3335
+ checksum = "8e28f89b80c87b8fb0cf04ab448d5dd0dd0ade2f8891bae878de66a75a28600e"
3336
+
3337
+ [[package]]
3338
+ name = "typenum"
3339
+ version = "1.20.1"
3340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3341
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
3342
+
3343
+ [[package]]
3344
+ name = "unarray"
3345
+ version = "0.1.4"
3346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3347
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
3348
+
3349
+ [[package]]
3350
+ name = "unicode-ident"
3351
+ version = "1.0.24"
3352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3353
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3354
+
3355
+ [[package]]
3356
+ name = "unicode-xid"
3357
+ version = "0.2.6"
3358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3359
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3360
+
3361
+ [[package]]
3362
+ name = "untrusted"
3363
+ version = "0.9.0"
3364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3365
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3366
+
3367
+ [[package]]
3368
+ name = "ureq"
3369
+ version = "3.4.0"
3370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3371
+ checksum = "972d7902c8735f2695410b8aed7df6ed12a47394aa1c8d7af49f0497b731a94d"
3372
+ dependencies = [
3373
+ "base64 0.23.1",
3374
+ "log",
3375
+ "percent-encoding",
3376
+ "rustls",
3377
+ "rustls-pki-types",
3378
+ "ureq-proto",
3379
+ "utf8-zero",
3380
+ "webpki-roots",
3381
+ ]
3382
+
3383
+ [[package]]
3384
+ name = "ureq-proto"
3385
+ version = "0.6.1"
3386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3387
+ checksum = "da5f78b09e6941e1a0f2e30e695e4b120377b54d5e0aec11b594bb57b3971613"
3388
+ dependencies = [
3389
+ "base64 0.23.1",
3390
+ "http",
3391
+ "httparse",
3392
+ "log",
3393
+ ]
3394
+
3395
+ [[package]]
3396
+ name = "url"
3397
+ version = "2.5.8"
3398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3399
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3400
+ dependencies = [
3401
+ "form_urlencoded",
3402
+ "idna",
3403
+ "percent-encoding",
3404
+ "serde",
3405
+ ]
3406
+
3407
+ [[package]]
3408
+ name = "utf8-decode"
3409
+ version = "1.0.1"
3410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3411
+ checksum = "ca61eb27fa339aa08826a29f03e87b99b4d8f0fc2255306fd266bb1b6a9de498"
3412
+
3413
+ [[package]]
3414
+ name = "utf8-zero"
3415
+ version = "0.8.1"
3416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3417
+ checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
3418
+
3419
+ [[package]]
3420
+ name = "utf8_iter"
3421
+ version = "1.0.4"
3422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3423
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3424
+
3425
+ [[package]]
3426
+ name = "uuid"
3427
+ version = "1.25.0"
3428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3429
+ checksum = "f053576934f05a761a402421fbbe3d425d9366f75f978806a037b3ca481abecc"
3430
+ dependencies = [
3431
+ "getrandom 0.4.2",
3432
+ "js-sys",
3433
+ "serde_core",
3434
+ "wasm-bindgen",
3435
+ ]
3436
+
3437
+ [[package]]
3438
+ name = "vcpkg"
3439
+ version = "0.2.15"
3440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3441
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3442
+
3443
+ [[package]]
3444
+ name = "version_check"
3445
+ version = "0.9.5"
3446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3447
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3448
+
3449
+ [[package]]
3450
+ name = "want"
3451
+ version = "0.3.1"
3452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3453
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3454
+ dependencies = [
3455
+ "try-lock",
3456
+ ]
3457
+
3458
+ [[package]]
3459
+ name = "wasi"
3460
+ version = "0.11.1+wasi-snapshot-preview1"
3461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3462
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3463
+
3464
+ [[package]]
3465
+ name = "wasi"
3466
+ version = "0.14.7+wasi-0.2.4"
3467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3468
+ checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
3469
+ dependencies = [
3470
+ "wasip2",
3471
+ ]
3472
+
3473
+ [[package]]
3474
+ name = "wasip2"
3475
+ version = "1.0.2+wasi-0.2.9"
3476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3477
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3478
+ dependencies = [
3479
+ "wit-bindgen",
3480
+ ]
3481
+
3482
+ [[package]]
3483
+ name = "wasip3"
3484
+ version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3486
+ checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3487
+ dependencies = [
3488
+ "wit-bindgen",
3489
+ ]
3490
+
3491
+ [[package]]
3492
+ name = "wasm-bindgen"
3493
+ version = "0.2.127"
3494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3495
+ checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
3496
+ dependencies = [
3497
+ "cfg-if",
3498
+ "once_cell",
3499
+ "rustversion",
3500
+ "wasm-bindgen-macro",
3501
+ "wasm-bindgen-shared",
3502
+ ]
3503
+
3504
+ [[package]]
3505
+ name = "wasm-bindgen-futures"
3506
+ version = "0.4.77"
3507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3508
+ checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
3509
+ dependencies = [
3510
+ "js-sys",
3511
+ "wasm-bindgen",
3512
+ ]
3513
+
3514
+ [[package]]
3515
+ name = "wasm-bindgen-macro"
3516
+ version = "0.2.127"
3517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3518
+ checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
3519
+ dependencies = [
3520
+ "quote",
3521
+ "wasm-bindgen-macro-support",
3522
+ ]
3523
+
3524
+ [[package]]
3525
+ name = "wasm-bindgen-macro-support"
3526
+ version = "0.2.127"
3527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3528
+ checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
3529
+ dependencies = [
3530
+ "bumpalo",
3531
+ "proc-macro2",
3532
+ "quote",
3533
+ "syn 2.0.117",
3534
+ "wasm-bindgen-shared",
3535
+ ]
3536
+
3537
+ [[package]]
3538
+ name = "wasm-bindgen-shared"
3539
+ version = "0.2.127"
3540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3541
+ checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
3542
+ dependencies = [
3543
+ "unicode-ident",
3544
+ ]
3545
+
3546
+ [[package]]
3547
+ name = "wasm-encoder"
3548
+ version = "0.244.0"
3549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3550
+ checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3551
+ dependencies = [
3552
+ "leb128fmt",
3553
+ "wasmparser",
3554
+ ]
3555
+
3556
+ [[package]]
3557
+ name = "wasm-metadata"
3558
+ version = "0.244.0"
3559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3560
+ checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3561
+ dependencies = [
3562
+ "anyhow",
3563
+ "indexmap 2.13.0",
3564
+ "wasm-encoder",
3565
+ "wasmparser",
3566
+ ]
3567
+
3568
+ [[package]]
3569
+ name = "wasmparser"
3570
+ version = "0.244.0"
3571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3572
+ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
3573
+ dependencies = [
3574
+ "bitflags",
3575
+ "hashbrown 0.15.5",
3576
+ "indexmap 2.13.0",
3577
+ "semver",
3578
+ ]
3579
+
3580
+ [[package]]
3581
+ name = "web-sys"
3582
+ version = "0.3.104"
3583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3584
+ checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
3585
+ dependencies = [
3586
+ "js-sys",
3587
+ "wasm-bindgen",
3588
+ ]
3589
+
3590
+ [[package]]
3591
+ name = "web-time"
3592
+ version = "1.1.0"
3593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3594
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3595
+ dependencies = [
3596
+ "js-sys",
3597
+ "wasm-bindgen",
3598
+ ]
3599
+
3600
+ [[package]]
3601
+ name = "webpki-roots"
3602
+ version = "1.0.6"
3603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3604
+ checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
3605
+ dependencies = [
3606
+ "rustls-pki-types",
3607
+ ]
3608
+
3609
+ [[package]]
3610
+ name = "windows-core"
3611
+ version = "0.62.2"
3612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3613
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3614
+ dependencies = [
3615
+ "windows-implement",
3616
+ "windows-interface",
3617
+ "windows-link",
3618
+ "windows-result",
3619
+ "windows-strings",
3620
+ ]
3621
+
3622
+ [[package]]
3623
+ name = "windows-implement"
3624
+ version = "0.60.2"
3625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3626
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3627
+ dependencies = [
3628
+ "proc-macro2",
3629
+ "quote",
3630
+ "syn 2.0.117",
3631
+ ]
3632
+
3633
+ [[package]]
3634
+ name = "windows-interface"
3635
+ version = "0.59.3"
3636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3637
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3638
+ dependencies = [
3639
+ "proc-macro2",
3640
+ "quote",
3641
+ "syn 2.0.117",
3642
+ ]
3643
+
3644
+ [[package]]
3645
+ name = "windows-link"
3646
+ version = "0.2.1"
3647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3648
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3649
+
3650
+ [[package]]
3651
+ name = "windows-registry"
3652
+ version = "0.6.1"
3653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3654
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
3655
+ dependencies = [
3656
+ "windows-link",
3657
+ "windows-result",
3658
+ "windows-strings",
3659
+ ]
3660
+
3661
+ [[package]]
3662
+ name = "windows-result"
3663
+ version = "0.4.1"
3664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3665
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3666
+ dependencies = [
3667
+ "windows-link",
3668
+ ]
3669
+
3670
+ [[package]]
3671
+ name = "windows-strings"
3672
+ version = "0.5.1"
3673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3674
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3675
+ dependencies = [
3676
+ "windows-link",
3677
+ ]
3678
+
3679
+ [[package]]
3680
+ name = "windows-sys"
3681
+ version = "0.52.0"
3682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3683
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3684
+ dependencies = [
3685
+ "windows-targets 0.52.6",
3686
+ ]
3687
+
3688
+ [[package]]
3689
+ name = "windows-sys"
3690
+ version = "0.60.2"
3691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3692
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3693
+ dependencies = [
3694
+ "windows-targets 0.53.5",
3695
+ ]
3696
+
3697
+ [[package]]
3698
+ name = "windows-sys"
3699
+ version = "0.61.2"
3700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3701
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3702
+ dependencies = [
3703
+ "windows-link",
3704
+ ]
3705
+
3706
+ [[package]]
3707
+ name = "windows-targets"
3708
+ version = "0.52.6"
3709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3710
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3711
+ dependencies = [
3712
+ "windows_aarch64_gnullvm 0.52.6",
3713
+ "windows_aarch64_msvc 0.52.6",
3714
+ "windows_i686_gnu 0.52.6",
3715
+ "windows_i686_gnullvm 0.52.6",
3716
+ "windows_i686_msvc 0.52.6",
3717
+ "windows_x86_64_gnu 0.52.6",
3718
+ "windows_x86_64_gnullvm 0.52.6",
3719
+ "windows_x86_64_msvc 0.52.6",
3720
+ ]
3721
+
3722
+ [[package]]
3723
+ name = "windows-targets"
3724
+ version = "0.53.5"
3725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3726
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3727
+ dependencies = [
3728
+ "windows-link",
3729
+ "windows_aarch64_gnullvm 0.53.1",
3730
+ "windows_aarch64_msvc 0.53.1",
3731
+ "windows_i686_gnu 0.53.1",
3732
+ "windows_i686_gnullvm 0.53.1",
3733
+ "windows_i686_msvc 0.53.1",
3734
+ "windows_x86_64_gnu 0.53.1",
3735
+ "windows_x86_64_gnullvm 0.53.1",
3736
+ "windows_x86_64_msvc 0.53.1",
3737
+ ]
3738
+
3739
+ [[package]]
3740
+ name = "windows_aarch64_gnullvm"
3741
+ version = "0.52.6"
3742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3743
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3744
+
3745
+ [[package]]
3746
+ name = "windows_aarch64_gnullvm"
3747
+ version = "0.53.1"
3748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3749
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3750
+
3751
+ [[package]]
3752
+ name = "windows_aarch64_msvc"
3753
+ version = "0.52.6"
3754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3755
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3756
+
3757
+ [[package]]
3758
+ name = "windows_aarch64_msvc"
3759
+ version = "0.53.1"
3760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3761
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3762
+
3763
+ [[package]]
3764
+ name = "windows_i686_gnu"
3765
+ version = "0.52.6"
3766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3767
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3768
+
3769
+ [[package]]
3770
+ name = "windows_i686_gnu"
3771
+ version = "0.53.1"
3772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3773
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3774
+
3775
+ [[package]]
3776
+ name = "windows_i686_gnullvm"
3777
+ version = "0.52.6"
3778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3779
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3780
+
3781
+ [[package]]
3782
+ name = "windows_i686_gnullvm"
3783
+ version = "0.53.1"
3784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3785
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3786
+
3787
+ [[package]]
3788
+ name = "windows_i686_msvc"
3789
+ version = "0.52.6"
3790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3791
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3792
+
3793
+ [[package]]
3794
+ name = "windows_i686_msvc"
3795
+ version = "0.53.1"
3796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3797
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3798
+
3799
+ [[package]]
3800
+ name = "windows_x86_64_gnu"
3801
+ version = "0.52.6"
3802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3803
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3804
+
3805
+ [[package]]
3806
+ name = "windows_x86_64_gnu"
3807
+ version = "0.53.1"
3808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3809
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3810
+
3811
+ [[package]]
3812
+ name = "windows_x86_64_gnullvm"
3813
+ version = "0.52.6"
3814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3815
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3816
+
3817
+ [[package]]
3818
+ name = "windows_x86_64_gnullvm"
3819
+ version = "0.53.1"
3820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3821
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3822
+
3823
+ [[package]]
3824
+ name = "windows_x86_64_msvc"
3825
+ version = "0.52.6"
3826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3827
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3828
+
3829
+ [[package]]
3830
+ name = "windows_x86_64_msvc"
3831
+ version = "0.53.1"
3832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3833
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3834
+
3835
+ [[package]]
3836
+ name = "winnow"
3837
+ version = "1.0.4"
3838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3839
+ checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
3840
+
3841
+ [[package]]
3842
+ name = "wit-bindgen"
3843
+ version = "0.51.0"
3844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3845
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
3846
+ dependencies = [
3847
+ "bitflags",
3848
+ "wit-bindgen-rust-macro",
3849
+ ]
3850
+
3851
+ [[package]]
3852
+ name = "wit-bindgen-core"
3853
+ version = "0.51.0"
3854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3855
+ checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
3856
+ dependencies = [
3857
+ "anyhow",
3858
+ "heck",
3859
+ "wit-parser",
3860
+ ]
3861
+
3862
+ [[package]]
3863
+ name = "wit-bindgen-rust"
3864
+ version = "0.51.0"
3865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3866
+ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
3867
+ dependencies = [
3868
+ "anyhow",
3869
+ "heck",
3870
+ "indexmap 2.13.0",
3871
+ "prettyplease",
3872
+ "syn 2.0.117",
3873
+ "wasm-metadata",
3874
+ "wit-bindgen-core",
3875
+ "wit-component",
3876
+ ]
3877
+
3878
+ [[package]]
3879
+ name = "wit-bindgen-rust-macro"
3880
+ version = "0.51.0"
3881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3882
+ checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
3883
+ dependencies = [
3884
+ "anyhow",
3885
+ "prettyplease",
3886
+ "proc-macro2",
3887
+ "quote",
3888
+ "syn 2.0.117",
3889
+ "wit-bindgen-core",
3890
+ "wit-bindgen-rust",
3891
+ ]
3892
+
3893
+ [[package]]
3894
+ name = "wit-component"
3895
+ version = "0.244.0"
3896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3897
+ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
3898
+ dependencies = [
3899
+ "anyhow",
3900
+ "bitflags",
3901
+ "indexmap 2.13.0",
3902
+ "log",
3903
+ "serde",
3904
+ "serde_derive",
3905
+ "serde_json",
3906
+ "wasm-encoder",
3907
+ "wasm-metadata",
3908
+ "wasmparser",
3909
+ "wit-parser",
3910
+ ]
3911
+
3912
+ [[package]]
3913
+ name = "wit-parser"
3914
+ version = "0.244.0"
3915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3916
+ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
3917
+ dependencies = [
3918
+ "anyhow",
3919
+ "id-arena",
3920
+ "indexmap 2.13.0",
3921
+ "log",
3922
+ "semver",
3923
+ "serde",
3924
+ "serde_derive",
3925
+ "serde_json",
3926
+ "unicode-xid",
3927
+ "wasmparser",
3928
+ ]
3929
+
3930
+ [[package]]
3931
+ name = "writeable"
3932
+ version = "0.6.2"
3933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3934
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3935
+
3936
+ [[package]]
3937
+ name = "wstd"
3938
+ version = "0.5.6"
3939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3940
+ checksum = "d0736607b57fcb58dd3148cf34d6a6ca63ba041fde8a12ab3f2c48ddf6d11877"
3941
+ dependencies = [
3942
+ "async-task",
3943
+ "http",
3944
+ "itoa",
3945
+ "pin-project-lite",
3946
+ "serde",
3947
+ "serde_json",
3948
+ "slab",
3949
+ "wasip2",
3950
+ "wstd-macro",
3951
+ ]
3952
+
3953
+ [[package]]
3954
+ name = "wstd-macro"
3955
+ version = "0.5.6"
3956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3957
+ checksum = "cb142608f932022fa7d155d8ed99649d02c56a50532e71913a5a03c7c4e288d3"
3958
+ dependencies = [
3959
+ "quote",
3960
+ "syn 2.0.117",
3961
+ ]
3962
+
3963
+ [[package]]
3964
+ name = "wyz"
3965
+ version = "0.5.1"
3966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3967
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
3968
+ dependencies = [
3969
+ "tap",
3970
+ ]
3971
+
3972
+ [[package]]
3973
+ name = "x509-parser"
3974
+ version = "0.18.1"
3975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3976
+ checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
3977
+ dependencies = [
3978
+ "asn1-rs",
3979
+ "data-encoding",
3980
+ "der-parser",
3981
+ "lazy_static",
3982
+ "nom",
3983
+ "oid-registry",
3984
+ "rusticata-macros",
3985
+ "thiserror 2.0.18",
3986
+ "time",
3987
+ ]
3988
+
3989
+ [[package]]
3990
+ name = "xml-no-std"
3991
+ version = "0.8.26"
3992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3993
+ checksum = "cd223bc94c615fc02bf2f4bbc22a4a9bfe489c2add3ec10b1038df3aca44cac7"
3994
+
3995
+ [[package]]
3996
+ name = "yoke"
3997
+ version = "0.8.1"
3998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3999
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4000
+ dependencies = [
4001
+ "stable_deref_trait",
4002
+ "yoke-derive",
4003
+ "zerofrom",
4004
+ ]
4005
+
4006
+ [[package]]
4007
+ name = "yoke-derive"
4008
+ version = "0.8.1"
4009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4010
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4011
+ dependencies = [
4012
+ "proc-macro2",
4013
+ "quote",
4014
+ "syn 2.0.117",
4015
+ "synstructure",
4016
+ ]
4017
+
4018
+ [[package]]
4019
+ name = "zerocopy"
4020
+ version = "0.8.42"
4021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4022
+ checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3"
4023
+ dependencies = [
4024
+ "zerocopy-derive",
4025
+ ]
4026
+
4027
+ [[package]]
4028
+ name = "zerocopy-derive"
4029
+ version = "0.8.42"
4030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4031
+ checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f"
4032
+ dependencies = [
4033
+ "proc-macro2",
4034
+ "quote",
4035
+ "syn 2.0.117",
4036
+ ]
4037
+
4038
+ [[package]]
4039
+ name = "zerofrom"
4040
+ version = "0.1.6"
4041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4042
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4043
+ dependencies = [
4044
+ "zerofrom-derive",
4045
+ ]
4046
+
4047
+ [[package]]
4048
+ name = "zerofrom-derive"
4049
+ version = "0.1.6"
4050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4051
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4052
+ dependencies = [
4053
+ "proc-macro2",
4054
+ "quote",
4055
+ "syn 2.0.117",
4056
+ "synstructure",
4057
+ ]
4058
+
4059
+ [[package]]
4060
+ name = "zeroize"
4061
+ version = "1.8.2"
4062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4063
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4064
+ dependencies = [
4065
+ "zeroize_derive",
4066
+ ]
4067
+
4068
+ [[package]]
4069
+ name = "zeroize_derive"
4070
+ version = "1.4.3"
4071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4072
+ checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
4073
+ dependencies = [
4074
+ "proc-macro2",
4075
+ "quote",
4076
+ "syn 2.0.117",
4077
+ ]
4078
+
4079
+ [[package]]
4080
+ name = "zerotrie"
4081
+ version = "0.2.3"
4082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4083
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4084
+ dependencies = [
4085
+ "displaydoc",
4086
+ "yoke",
4087
+ "zerofrom",
4088
+ ]
4089
+
4090
+ [[package]]
4091
+ name = "zerovec"
4092
+ version = "0.11.5"
4093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4094
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4095
+ dependencies = [
4096
+ "yoke",
4097
+ "zerofrom",
4098
+ "zerovec-derive",
4099
+ ]
4100
+
4101
+ [[package]]
4102
+ name = "zerovec-derive"
4103
+ version = "0.11.2"
4104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4105
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4106
+ dependencies = [
4107
+ "proc-macro2",
4108
+ "quote",
4109
+ "syn 2.0.117",
4110
+ ]
4111
+
4112
+ [[package]]
4113
+ name = "zip"
4114
+ version = "8.6.0"
4115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4116
+ checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b"
4117
+ dependencies = [
4118
+ "crc32fast",
4119
+ "indexmap 2.13.0",
4120
+ "memchr",
4121
+ "typed-path",
4122
+ ]
4123
+
4124
+ [[package]]
4125
+ name = "zmij"
4126
+ version = "1.0.21"
4127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4128
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"