itsi-server 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Cargo.lock ADDED
@@ -0,0 +1,2917 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.24.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
+
20
+ [[package]]
21
+ name = "aho-corasick"
22
+ version = "1.1.3"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25
+ dependencies = [
26
+ "memchr",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "android-tzdata"
31
+ version = "0.1.1"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
34
+
35
+ [[package]]
36
+ name = "android_system_properties"
37
+ version = "0.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40
+ dependencies = [
41
+ "libc",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "asn1-rs"
46
+ version = "0.6.2"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
49
+ dependencies = [
50
+ "asn1-rs-derive",
51
+ "asn1-rs-impl",
52
+ "displaydoc",
53
+ "nom",
54
+ "num-traits",
55
+ "rusticata-macros",
56
+ "thiserror 1.0.69",
57
+ "time",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "asn1-rs-derive"
62
+ version = "0.5.1"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
65
+ dependencies = [
66
+ "proc-macro2",
67
+ "quote",
68
+ "syn",
69
+ "synstructure",
70
+ ]
71
+
72
+ [[package]]
73
+ name = "asn1-rs-impl"
74
+ version = "0.2.0"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
77
+ dependencies = [
78
+ "proc-macro2",
79
+ "quote",
80
+ "syn",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "async-channel"
85
+ version = "2.3.1"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
88
+ dependencies = [
89
+ "concurrent-queue",
90
+ "event-listener-strategy",
91
+ "futures-core",
92
+ "pin-project-lite",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "async-trait"
97
+ version = "0.1.87"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
100
+ dependencies = [
101
+ "proc-macro2",
102
+ "quote",
103
+ "syn",
104
+ ]
105
+
106
+ [[package]]
107
+ name = "atomic-waker"
108
+ version = "1.1.2"
109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
110
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
111
+
112
+ [[package]]
113
+ name = "atty"
114
+ version = "0.2.14"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
117
+ dependencies = [
118
+ "hermit-abi",
119
+ "libc",
120
+ "winapi",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "autocfg"
125
+ version = "1.4.0"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
128
+
129
+ [[package]]
130
+ name = "aws-lc-rs"
131
+ version = "1.12.4"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "4cd755adf9707cf671e31d944a189be3deaaeee11c8bc1d669bb8022ac90fbd0"
134
+ dependencies = [
135
+ "aws-lc-sys",
136
+ "paste",
137
+ "zeroize",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "aws-lc-sys"
142
+ version = "0.26.0"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "0f9dd2e03ee80ca2822dd6ea431163d2ef259f2066a4d6ccaca6d9dcb386aa43"
145
+ dependencies = [
146
+ "bindgen",
147
+ "cc",
148
+ "cmake",
149
+ "dunce",
150
+ "fs_extra",
151
+ "paste",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "backtrace"
156
+ version = "0.3.74"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
159
+ dependencies = [
160
+ "addr2line",
161
+ "cfg-if",
162
+ "libc",
163
+ "miniz_oxide",
164
+ "object",
165
+ "rustc-demangle",
166
+ "windows-targets 0.52.6",
167
+ ]
168
+
169
+ [[package]]
170
+ name = "base64"
171
+ version = "0.22.1"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
174
+
175
+ [[package]]
176
+ name = "bindgen"
177
+ version = "0.69.5"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
180
+ dependencies = [
181
+ "bitflags",
182
+ "cexpr",
183
+ "clang-sys",
184
+ "itertools",
185
+ "lazy_static",
186
+ "lazycell",
187
+ "log",
188
+ "prettyplease",
189
+ "proc-macro2",
190
+ "quote",
191
+ "regex",
192
+ "rustc-hash 1.1.0",
193
+ "shlex",
194
+ "syn",
195
+ "which",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "bitflags"
200
+ version = "2.8.0"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
203
+
204
+ [[package]]
205
+ name = "bumpalo"
206
+ version = "3.17.0"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
209
+
210
+ [[package]]
211
+ name = "bytes"
212
+ version = "1.10.1"
213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
214
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
215
+
216
+ [[package]]
217
+ name = "cc"
218
+ version = "1.2.15"
219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
220
+ checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af"
221
+ dependencies = [
222
+ "jobserver",
223
+ "libc",
224
+ "shlex",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "cexpr"
229
+ version = "0.6.0"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
232
+ dependencies = [
233
+ "nom",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "cfg-if"
238
+ version = "1.0.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
241
+
242
+ [[package]]
243
+ name = "cfg_aliases"
244
+ version = "0.2.1"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
247
+
248
+ [[package]]
249
+ name = "chrono"
250
+ version = "0.4.40"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
253
+ dependencies = [
254
+ "android-tzdata",
255
+ "iana-time-zone",
256
+ "num-traits",
257
+ "windows-link",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "clang-sys"
262
+ version = "1.8.1"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
265
+ dependencies = [
266
+ "glob",
267
+ "libc",
268
+ "libloading",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "cmake"
273
+ version = "0.1.54"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
276
+ dependencies = [
277
+ "cc",
278
+ ]
279
+
280
+ [[package]]
281
+ name = "concurrent-queue"
282
+ version = "2.5.0"
283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
284
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
285
+ dependencies = [
286
+ "crossbeam-utils",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "core-foundation-sys"
291
+ version = "0.8.7"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
294
+
295
+ [[package]]
296
+ name = "crossbeam"
297
+ version = "0.8.4"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
300
+ dependencies = [
301
+ "crossbeam-channel",
302
+ "crossbeam-deque",
303
+ "crossbeam-epoch",
304
+ "crossbeam-queue",
305
+ "crossbeam-utils",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "crossbeam-channel"
310
+ version = "0.5.14"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
313
+ dependencies = [
314
+ "crossbeam-utils",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "crossbeam-deque"
319
+ version = "0.8.6"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
322
+ dependencies = [
323
+ "crossbeam-epoch",
324
+ "crossbeam-utils",
325
+ ]
326
+
327
+ [[package]]
328
+ name = "crossbeam-epoch"
329
+ version = "0.9.18"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
332
+ dependencies = [
333
+ "crossbeam-utils",
334
+ ]
335
+
336
+ [[package]]
337
+ name = "crossbeam-queue"
338
+ version = "0.3.12"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
341
+ dependencies = [
342
+ "crossbeam-utils",
343
+ ]
344
+
345
+ [[package]]
346
+ name = "crossbeam-utils"
347
+ version = "0.8.21"
348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
349
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
350
+
351
+ [[package]]
352
+ name = "data-encoding"
353
+ version = "2.8.0"
354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
355
+ checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
356
+
357
+ [[package]]
358
+ name = "der-parser"
359
+ version = "9.0.0"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
362
+ dependencies = [
363
+ "asn1-rs",
364
+ "displaydoc",
365
+ "nom",
366
+ "num-bigint",
367
+ "num-traits",
368
+ "rusticata-macros",
369
+ ]
370
+
371
+ [[package]]
372
+ name = "deranged"
373
+ version = "0.3.11"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
376
+ dependencies = [
377
+ "powerfmt",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "derive_more"
382
+ version = "2.0.1"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
385
+ dependencies = [
386
+ "derive_more-impl",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "derive_more-impl"
391
+ version = "2.0.1"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
394
+ dependencies = [
395
+ "proc-macro2",
396
+ "quote",
397
+ "syn",
398
+ "unicode-xid",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "dirs"
403
+ version = "6.0.0"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
406
+ dependencies = [
407
+ "dirs-sys",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "dirs-sys"
412
+ version = "0.5.0"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
415
+ dependencies = [
416
+ "libc",
417
+ "option-ext",
418
+ "redox_users",
419
+ "windows-sys 0.59.0",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "displaydoc"
424
+ version = "0.2.5"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
427
+ dependencies = [
428
+ "proc-macro2",
429
+ "quote",
430
+ "syn",
431
+ ]
432
+
433
+ [[package]]
434
+ name = "dunce"
435
+ version = "1.0.5"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
438
+
439
+ [[package]]
440
+ name = "either"
441
+ version = "1.14.0"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
444
+
445
+ [[package]]
446
+ name = "equivalent"
447
+ version = "1.0.2"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
450
+
451
+ [[package]]
452
+ name = "errno"
453
+ version = "0.3.10"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
456
+ dependencies = [
457
+ "libc",
458
+ "windows-sys 0.59.0",
459
+ ]
460
+
461
+ [[package]]
462
+ name = "event-listener"
463
+ version = "5.4.0"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
466
+ dependencies = [
467
+ "concurrent-queue",
468
+ "parking",
469
+ "pin-project-lite",
470
+ ]
471
+
472
+ [[package]]
473
+ name = "event-listener-strategy"
474
+ version = "0.5.3"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
477
+ dependencies = [
478
+ "event-listener",
479
+ "pin-project-lite",
480
+ ]
481
+
482
+ [[package]]
483
+ name = "fastrand"
484
+ version = "2.3.0"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
487
+
488
+ [[package]]
489
+ name = "fnv"
490
+ version = "1.0.7"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
493
+
494
+ [[package]]
495
+ name = "form_urlencoded"
496
+ version = "1.2.1"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
499
+ dependencies = [
500
+ "percent-encoding",
501
+ ]
502
+
503
+ [[package]]
504
+ name = "fs2"
505
+ version = "0.4.3"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
508
+ dependencies = [
509
+ "libc",
510
+ "winapi",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "fs_extra"
515
+ version = "1.3.0"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
518
+
519
+ [[package]]
520
+ name = "futures"
521
+ version = "0.3.31"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
524
+ dependencies = [
525
+ "futures-channel",
526
+ "futures-core",
527
+ "futures-executor",
528
+ "futures-io",
529
+ "futures-sink",
530
+ "futures-task",
531
+ "futures-util",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "futures-channel"
536
+ version = "0.3.31"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
539
+ dependencies = [
540
+ "futures-core",
541
+ "futures-sink",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "futures-core"
546
+ version = "0.3.31"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
549
+
550
+ [[package]]
551
+ name = "futures-executor"
552
+ version = "0.3.31"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
555
+ dependencies = [
556
+ "futures-core",
557
+ "futures-task",
558
+ "futures-util",
559
+ ]
560
+
561
+ [[package]]
562
+ name = "futures-io"
563
+ version = "0.3.31"
564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
565
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
566
+
567
+ [[package]]
568
+ name = "futures-macro"
569
+ version = "0.3.31"
570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
571
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
572
+ dependencies = [
573
+ "proc-macro2",
574
+ "quote",
575
+ "syn",
576
+ ]
577
+
578
+ [[package]]
579
+ name = "futures-sink"
580
+ version = "0.3.31"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
583
+
584
+ [[package]]
585
+ name = "futures-task"
586
+ version = "0.3.31"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
589
+
590
+ [[package]]
591
+ name = "futures-util"
592
+ version = "0.3.31"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
595
+ dependencies = [
596
+ "futures-channel",
597
+ "futures-core",
598
+ "futures-io",
599
+ "futures-macro",
600
+ "futures-sink",
601
+ "futures-task",
602
+ "memchr",
603
+ "pin-project-lite",
604
+ "pin-utils",
605
+ "slab",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "getrandom"
610
+ version = "0.2.15"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
613
+ dependencies = [
614
+ "cfg-if",
615
+ "js-sys",
616
+ "libc",
617
+ "wasi 0.11.0+wasi-snapshot-preview1",
618
+ "wasm-bindgen",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "getrandom"
623
+ version = "0.3.1"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
626
+ dependencies = [
627
+ "cfg-if",
628
+ "libc",
629
+ "wasi 0.13.3+wasi-0.2.2",
630
+ "windows-targets 0.52.6",
631
+ ]
632
+
633
+ [[package]]
634
+ name = "gimli"
635
+ version = "0.31.1"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
638
+
639
+ [[package]]
640
+ name = "glob"
641
+ version = "0.3.2"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
644
+
645
+ [[package]]
646
+ name = "h2"
647
+ version = "0.4.8"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
650
+ dependencies = [
651
+ "atomic-waker",
652
+ "bytes",
653
+ "fnv",
654
+ "futures-core",
655
+ "futures-sink",
656
+ "http",
657
+ "indexmap",
658
+ "slab",
659
+ "tokio",
660
+ "tokio-util",
661
+ "tracing",
662
+ ]
663
+
664
+ [[package]]
665
+ name = "hashbrown"
666
+ version = "0.15.2"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
669
+
670
+ [[package]]
671
+ name = "hermit-abi"
672
+ version = "0.1.19"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
675
+ dependencies = [
676
+ "libc",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "home"
681
+ version = "0.5.11"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
684
+ dependencies = [
685
+ "windows-sys 0.59.0",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "http"
690
+ version = "1.3.1"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
693
+ dependencies = [
694
+ "bytes",
695
+ "fnv",
696
+ "itoa",
697
+ ]
698
+
699
+ [[package]]
700
+ name = "http-body"
701
+ version = "1.0.1"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
704
+ dependencies = [
705
+ "bytes",
706
+ "http",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "http-body-util"
711
+ version = "0.1.2"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
714
+ dependencies = [
715
+ "bytes",
716
+ "futures-util",
717
+ "http",
718
+ "http-body",
719
+ "pin-project-lite",
720
+ ]
721
+
722
+ [[package]]
723
+ name = "httparse"
724
+ version = "1.10.1"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
727
+
728
+ [[package]]
729
+ name = "httpdate"
730
+ version = "1.0.3"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
733
+
734
+ [[package]]
735
+ name = "hyper"
736
+ version = "1.6.0"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
739
+ dependencies = [
740
+ "bytes",
741
+ "futures-channel",
742
+ "futures-util",
743
+ "h2",
744
+ "http",
745
+ "http-body",
746
+ "httparse",
747
+ "httpdate",
748
+ "itoa",
749
+ "pin-project-lite",
750
+ "smallvec",
751
+ "tokio",
752
+ "want",
753
+ ]
754
+
755
+ [[package]]
756
+ name = "hyper-rustls"
757
+ version = "0.27.5"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
760
+ dependencies = [
761
+ "futures-util",
762
+ "http",
763
+ "hyper",
764
+ "hyper-util",
765
+ "rustls",
766
+ "rustls-pki-types",
767
+ "tokio",
768
+ "tokio-rustls",
769
+ "tower-service",
770
+ "webpki-roots",
771
+ ]
772
+
773
+ [[package]]
774
+ name = "hyper-util"
775
+ version = "0.1.10"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
778
+ dependencies = [
779
+ "bytes",
780
+ "futures-channel",
781
+ "futures-util",
782
+ "http",
783
+ "http-body",
784
+ "hyper",
785
+ "pin-project-lite",
786
+ "socket2",
787
+ "tokio",
788
+ "tower-service",
789
+ "tracing",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "iana-time-zone"
794
+ version = "0.1.61"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
797
+ dependencies = [
798
+ "android_system_properties",
799
+ "core-foundation-sys",
800
+ "iana-time-zone-haiku",
801
+ "js-sys",
802
+ "wasm-bindgen",
803
+ "windows-core 0.52.0",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "iana-time-zone-haiku"
808
+ version = "0.1.2"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
811
+ dependencies = [
812
+ "cc",
813
+ ]
814
+
815
+ [[package]]
816
+ name = "icu_collections"
817
+ version = "1.5.0"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
820
+ dependencies = [
821
+ "displaydoc",
822
+ "yoke",
823
+ "zerofrom",
824
+ "zerovec",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "icu_locid"
829
+ version = "1.5.0"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
832
+ dependencies = [
833
+ "displaydoc",
834
+ "litemap",
835
+ "tinystr",
836
+ "writeable",
837
+ "zerovec",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "icu_locid_transform"
842
+ version = "1.5.0"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
845
+ dependencies = [
846
+ "displaydoc",
847
+ "icu_locid",
848
+ "icu_locid_transform_data",
849
+ "icu_provider",
850
+ "tinystr",
851
+ "zerovec",
852
+ ]
853
+
854
+ [[package]]
855
+ name = "icu_locid_transform_data"
856
+ version = "1.5.0"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
859
+
860
+ [[package]]
861
+ name = "icu_normalizer"
862
+ version = "1.5.0"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
865
+ dependencies = [
866
+ "displaydoc",
867
+ "icu_collections",
868
+ "icu_normalizer_data",
869
+ "icu_properties",
870
+ "icu_provider",
871
+ "smallvec",
872
+ "utf16_iter",
873
+ "utf8_iter",
874
+ "write16",
875
+ "zerovec",
876
+ ]
877
+
878
+ [[package]]
879
+ name = "icu_normalizer_data"
880
+ version = "1.5.0"
881
+ source = "registry+https://github.com/rust-lang/crates.io-index"
882
+ checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
883
+
884
+ [[package]]
885
+ name = "icu_properties"
886
+ version = "1.5.1"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
889
+ dependencies = [
890
+ "displaydoc",
891
+ "icu_collections",
892
+ "icu_locid_transform",
893
+ "icu_properties_data",
894
+ "icu_provider",
895
+ "tinystr",
896
+ "zerovec",
897
+ ]
898
+
899
+ [[package]]
900
+ name = "icu_properties_data"
901
+ version = "1.5.0"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
904
+
905
+ [[package]]
906
+ name = "icu_provider"
907
+ version = "1.5.0"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
910
+ dependencies = [
911
+ "displaydoc",
912
+ "icu_locid",
913
+ "icu_provider_macros",
914
+ "stable_deref_trait",
915
+ "tinystr",
916
+ "writeable",
917
+ "yoke",
918
+ "zerofrom",
919
+ "zerovec",
920
+ ]
921
+
922
+ [[package]]
923
+ name = "icu_provider_macros"
924
+ version = "1.5.0"
925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
926
+ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
927
+ dependencies = [
928
+ "proc-macro2",
929
+ "quote",
930
+ "syn",
931
+ ]
932
+
933
+ [[package]]
934
+ name = "idna"
935
+ version = "1.0.3"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
938
+ dependencies = [
939
+ "idna_adapter",
940
+ "smallvec",
941
+ "utf8_iter",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "idna_adapter"
946
+ version = "1.2.0"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
949
+ dependencies = [
950
+ "icu_normalizer",
951
+ "icu_properties",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "indexmap"
956
+ version = "2.7.1"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
959
+ dependencies = [
960
+ "equivalent",
961
+ "hashbrown",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "ipnet"
966
+ version = "2.11.0"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
969
+
970
+ [[package]]
971
+ name = "itertools"
972
+ version = "0.12.1"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
975
+ dependencies = [
976
+ "either",
977
+ ]
978
+
979
+ [[package]]
980
+ name = "itoa"
981
+ version = "1.0.14"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
984
+
985
+ [[package]]
986
+ name = "itsi-server"
987
+ version = "0.1.0"
988
+ dependencies = [
989
+ "async-channel",
990
+ "async-trait",
991
+ "base64",
992
+ "bytes",
993
+ "crossbeam",
994
+ "derive_more",
995
+ "dirs",
996
+ "fs2",
997
+ "futures",
998
+ "http",
999
+ "http-body-util",
1000
+ "httparse",
1001
+ "hyper",
1002
+ "hyper-util",
1003
+ "itsi_error",
1004
+ "itsi_rb_helpers",
1005
+ "itsi_tracing",
1006
+ "magnus",
1007
+ "nix",
1008
+ "parking_lot",
1009
+ "pin-project",
1010
+ "rb-sys",
1011
+ "rcgen",
1012
+ "ring",
1013
+ "rustls",
1014
+ "rustls-pemfile",
1015
+ "socket2",
1016
+ "sysinfo",
1017
+ "tempfile",
1018
+ "tokio",
1019
+ "tokio-rustls",
1020
+ "tokio-rustls-acme",
1021
+ "tokio-stream",
1022
+ "tokio-util",
1023
+ "tracing",
1024
+ ]
1025
+
1026
+ [[package]]
1027
+ name = "itsi_error"
1028
+ version = "0.1.0"
1029
+ dependencies = [
1030
+ "httparse",
1031
+ "magnus",
1032
+ "nix",
1033
+ "rcgen",
1034
+ "thiserror 2.0.11",
1035
+ ]
1036
+
1037
+ [[package]]
1038
+ name = "itsi_rb_helpers"
1039
+ version = "0.1.0"
1040
+ dependencies = [
1041
+ "cfg-if",
1042
+ "magnus",
1043
+ "nix",
1044
+ "rb-sys",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "itsi_tracing"
1049
+ version = "0.1.0"
1050
+ dependencies = [
1051
+ "atty",
1052
+ "tracing",
1053
+ "tracing-attributes",
1054
+ "tracing-subscriber",
1055
+ ]
1056
+
1057
+ [[package]]
1058
+ name = "jobserver"
1059
+ version = "0.1.32"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
1062
+ dependencies = [
1063
+ "libc",
1064
+ ]
1065
+
1066
+ [[package]]
1067
+ name = "js-sys"
1068
+ version = "0.3.77"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1071
+ dependencies = [
1072
+ "once_cell",
1073
+ "wasm-bindgen",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "lazy_static"
1078
+ version = "1.5.0"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1081
+
1082
+ [[package]]
1083
+ name = "lazycell"
1084
+ version = "1.3.0"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1087
+
1088
+ [[package]]
1089
+ name = "libc"
1090
+ version = "0.2.170"
1091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1092
+ checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
1093
+
1094
+ [[package]]
1095
+ name = "libloading"
1096
+ version = "0.8.6"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
1099
+ dependencies = [
1100
+ "cfg-if",
1101
+ "windows-targets 0.52.6",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "libredox"
1106
+ version = "0.1.3"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
1109
+ dependencies = [
1110
+ "bitflags",
1111
+ "libc",
1112
+ ]
1113
+
1114
+ [[package]]
1115
+ name = "linux-raw-sys"
1116
+ version = "0.4.15"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1119
+
1120
+ [[package]]
1121
+ name = "linux-raw-sys"
1122
+ version = "0.9.2"
1123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1124
+ checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
1125
+
1126
+ [[package]]
1127
+ name = "litemap"
1128
+ version = "0.7.5"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1131
+
1132
+ [[package]]
1133
+ name = "lock_api"
1134
+ version = "0.4.12"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
1137
+ dependencies = [
1138
+ "autocfg",
1139
+ "scopeguard",
1140
+ ]
1141
+
1142
+ [[package]]
1143
+ name = "log"
1144
+ version = "0.4.26"
1145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1146
+ checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
1147
+
1148
+ [[package]]
1149
+ name = "magnus"
1150
+ version = "0.7.1"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
1153
+ dependencies = [
1154
+ "bytes",
1155
+ "magnus-macros",
1156
+ "rb-sys",
1157
+ "rb-sys-env",
1158
+ "seq-macro",
1159
+ ]
1160
+
1161
+ [[package]]
1162
+ name = "magnus-macros"
1163
+ version = "0.6.0"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
1166
+ dependencies = [
1167
+ "proc-macro2",
1168
+ "quote",
1169
+ "syn",
1170
+ ]
1171
+
1172
+ [[package]]
1173
+ name = "matchers"
1174
+ version = "0.1.0"
1175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+ checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1177
+ dependencies = [
1178
+ "regex-automata 0.1.10",
1179
+ ]
1180
+
1181
+ [[package]]
1182
+ name = "memchr"
1183
+ version = "2.7.4"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
1186
+
1187
+ [[package]]
1188
+ name = "memoffset"
1189
+ version = "0.9.1"
1190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1191
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1192
+ dependencies = [
1193
+ "autocfg",
1194
+ ]
1195
+
1196
+ [[package]]
1197
+ name = "mime"
1198
+ version = "0.3.17"
1199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1200
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1201
+
1202
+ [[package]]
1203
+ name = "minimal-lexical"
1204
+ version = "0.2.1"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1207
+
1208
+ [[package]]
1209
+ name = "miniz_oxide"
1210
+ version = "0.8.5"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
1213
+ dependencies = [
1214
+ "adler2",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "mio"
1219
+ version = "1.0.3"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
1222
+ dependencies = [
1223
+ "libc",
1224
+ "wasi 0.11.0+wasi-snapshot-preview1",
1225
+ "windows-sys 0.52.0",
1226
+ ]
1227
+
1228
+ [[package]]
1229
+ name = "nix"
1230
+ version = "0.29.0"
1231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+ checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1233
+ dependencies = [
1234
+ "bitflags",
1235
+ "cfg-if",
1236
+ "cfg_aliases",
1237
+ "libc",
1238
+ "memoffset",
1239
+ ]
1240
+
1241
+ [[package]]
1242
+ name = "nom"
1243
+ version = "7.1.3"
1244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1245
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1246
+ dependencies = [
1247
+ "memchr",
1248
+ "minimal-lexical",
1249
+ ]
1250
+
1251
+ [[package]]
1252
+ name = "ntapi"
1253
+ version = "0.4.1"
1254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1255
+ checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
1256
+ dependencies = [
1257
+ "winapi",
1258
+ ]
1259
+
1260
+ [[package]]
1261
+ name = "nu-ansi-term"
1262
+ version = "0.46.0"
1263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1264
+ checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1265
+ dependencies = [
1266
+ "overload",
1267
+ "winapi",
1268
+ ]
1269
+
1270
+ [[package]]
1271
+ name = "num-bigint"
1272
+ version = "0.4.6"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1275
+ dependencies = [
1276
+ "num-integer",
1277
+ "num-traits",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "num-conv"
1282
+ version = "0.1.0"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1285
+
1286
+ [[package]]
1287
+ name = "num-integer"
1288
+ version = "0.1.46"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1291
+ dependencies = [
1292
+ "num-traits",
1293
+ ]
1294
+
1295
+ [[package]]
1296
+ name = "num-traits"
1297
+ version = "0.2.19"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1300
+ dependencies = [
1301
+ "autocfg",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "object"
1306
+ version = "0.36.7"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1309
+ dependencies = [
1310
+ "memchr",
1311
+ ]
1312
+
1313
+ [[package]]
1314
+ name = "oid-registry"
1315
+ version = "0.7.1"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
1318
+ dependencies = [
1319
+ "asn1-rs",
1320
+ ]
1321
+
1322
+ [[package]]
1323
+ name = "once_cell"
1324
+ version = "1.20.3"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
1327
+
1328
+ [[package]]
1329
+ name = "option-ext"
1330
+ version = "0.2.0"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1333
+
1334
+ [[package]]
1335
+ name = "overload"
1336
+ version = "0.1.1"
1337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1338
+ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1339
+
1340
+ [[package]]
1341
+ name = "parking"
1342
+ version = "2.2.1"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1345
+
1346
+ [[package]]
1347
+ name = "parking_lot"
1348
+ version = "0.12.3"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
1351
+ dependencies = [
1352
+ "lock_api",
1353
+ "parking_lot_core",
1354
+ ]
1355
+
1356
+ [[package]]
1357
+ name = "parking_lot_core"
1358
+ version = "0.9.10"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
1361
+ dependencies = [
1362
+ "cfg-if",
1363
+ "libc",
1364
+ "redox_syscall",
1365
+ "smallvec",
1366
+ "windows-targets 0.52.6",
1367
+ ]
1368
+
1369
+ [[package]]
1370
+ name = "paste"
1371
+ version = "1.0.15"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1374
+
1375
+ [[package]]
1376
+ name = "pem"
1377
+ version = "3.0.5"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
1380
+ dependencies = [
1381
+ "base64",
1382
+ "serde",
1383
+ ]
1384
+
1385
+ [[package]]
1386
+ name = "percent-encoding"
1387
+ version = "2.3.1"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1390
+
1391
+ [[package]]
1392
+ name = "pin-project"
1393
+ version = "1.1.9"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d"
1396
+ dependencies = [
1397
+ "pin-project-internal",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "pin-project-internal"
1402
+ version = "1.1.9"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67"
1405
+ dependencies = [
1406
+ "proc-macro2",
1407
+ "quote",
1408
+ "syn",
1409
+ ]
1410
+
1411
+ [[package]]
1412
+ name = "pin-project-lite"
1413
+ version = "0.2.16"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1416
+
1417
+ [[package]]
1418
+ name = "pin-utils"
1419
+ version = "0.1.0"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1422
+
1423
+ [[package]]
1424
+ name = "powerfmt"
1425
+ version = "0.2.0"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1428
+
1429
+ [[package]]
1430
+ name = "ppv-lite86"
1431
+ version = "0.2.21"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1434
+ dependencies = [
1435
+ "zerocopy",
1436
+ ]
1437
+
1438
+ [[package]]
1439
+ name = "prettyplease"
1440
+ version = "0.2.29"
1441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1442
+ checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
1443
+ dependencies = [
1444
+ "proc-macro2",
1445
+ "syn",
1446
+ ]
1447
+
1448
+ [[package]]
1449
+ name = "proc-macro2"
1450
+ version = "1.0.93"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
1453
+ dependencies = [
1454
+ "unicode-ident",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "quinn"
1459
+ version = "0.11.6"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
1462
+ dependencies = [
1463
+ "bytes",
1464
+ "pin-project-lite",
1465
+ "quinn-proto",
1466
+ "quinn-udp",
1467
+ "rustc-hash 2.1.1",
1468
+ "rustls",
1469
+ "socket2",
1470
+ "thiserror 2.0.11",
1471
+ "tokio",
1472
+ "tracing",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "quinn-proto"
1477
+ version = "0.11.9"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
1480
+ dependencies = [
1481
+ "bytes",
1482
+ "getrandom 0.2.15",
1483
+ "rand",
1484
+ "ring",
1485
+ "rustc-hash 2.1.1",
1486
+ "rustls",
1487
+ "rustls-pki-types",
1488
+ "slab",
1489
+ "thiserror 2.0.11",
1490
+ "tinyvec",
1491
+ "tracing",
1492
+ "web-time",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "quinn-udp"
1497
+ version = "0.5.10"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "e46f3055866785f6b92bc6164b76be02ca8f2eb4b002c0354b28cf4c119e5944"
1500
+ dependencies = [
1501
+ "cfg_aliases",
1502
+ "libc",
1503
+ "once_cell",
1504
+ "socket2",
1505
+ "tracing",
1506
+ "windows-sys 0.59.0",
1507
+ ]
1508
+
1509
+ [[package]]
1510
+ name = "quote"
1511
+ version = "1.0.38"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
1514
+ dependencies = [
1515
+ "proc-macro2",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "rand"
1520
+ version = "0.8.5"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1523
+ dependencies = [
1524
+ "libc",
1525
+ "rand_chacha",
1526
+ "rand_core",
1527
+ ]
1528
+
1529
+ [[package]]
1530
+ name = "rand_chacha"
1531
+ version = "0.3.1"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1534
+ dependencies = [
1535
+ "ppv-lite86",
1536
+ "rand_core",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "rand_core"
1541
+ version = "0.6.4"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1544
+ dependencies = [
1545
+ "getrandom 0.2.15",
1546
+ ]
1547
+
1548
+ [[package]]
1549
+ name = "rayon"
1550
+ version = "1.10.0"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1553
+ dependencies = [
1554
+ "either",
1555
+ "rayon-core",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "rayon-core"
1560
+ version = "1.12.1"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1563
+ dependencies = [
1564
+ "crossbeam-deque",
1565
+ "crossbeam-utils",
1566
+ ]
1567
+
1568
+ [[package]]
1569
+ name = "rb-sys"
1570
+ version = "0.9.111"
1571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1572
+ checksum = "becea799ce051c16fb140be80f5e7cf781070f99ca099332383c2b17861249af"
1573
+ dependencies = [
1574
+ "rb-sys-build",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "rb-sys-build"
1579
+ version = "0.9.111"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "64691175abc704862f60a9ca8ef06174080cc50615f2bf1d4759f46db18b4d29"
1582
+ dependencies = [
1583
+ "bindgen",
1584
+ "lazy_static",
1585
+ "proc-macro2",
1586
+ "quote",
1587
+ "regex",
1588
+ "shell-words",
1589
+ "syn",
1590
+ ]
1591
+
1592
+ [[package]]
1593
+ name = "rb-sys-env"
1594
+ version = "0.1.2"
1595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1596
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
1597
+
1598
+ [[package]]
1599
+ name = "rcgen"
1600
+ version = "0.13.2"
1601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1602
+ checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
1603
+ dependencies = [
1604
+ "pem",
1605
+ "ring",
1606
+ "rustls-pki-types",
1607
+ "time",
1608
+ "x509-parser",
1609
+ "yasna",
1610
+ ]
1611
+
1612
+ [[package]]
1613
+ name = "redox_syscall"
1614
+ version = "0.5.9"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f"
1617
+ dependencies = [
1618
+ "bitflags",
1619
+ ]
1620
+
1621
+ [[package]]
1622
+ name = "redox_users"
1623
+ version = "0.5.0"
1624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
1626
+ dependencies = [
1627
+ "getrandom 0.2.15",
1628
+ "libredox",
1629
+ "thiserror 2.0.11",
1630
+ ]
1631
+
1632
+ [[package]]
1633
+ name = "regex"
1634
+ version = "1.11.1"
1635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1636
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1637
+ dependencies = [
1638
+ "aho-corasick",
1639
+ "memchr",
1640
+ "regex-automata 0.4.9",
1641
+ "regex-syntax 0.8.5",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "regex-automata"
1646
+ version = "0.1.10"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1649
+ dependencies = [
1650
+ "regex-syntax 0.6.29",
1651
+ ]
1652
+
1653
+ [[package]]
1654
+ name = "regex-automata"
1655
+ version = "0.4.9"
1656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1657
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1658
+ dependencies = [
1659
+ "aho-corasick",
1660
+ "memchr",
1661
+ "regex-syntax 0.8.5",
1662
+ ]
1663
+
1664
+ [[package]]
1665
+ name = "regex-syntax"
1666
+ version = "0.6.29"
1667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1668
+ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1669
+
1670
+ [[package]]
1671
+ name = "regex-syntax"
1672
+ version = "0.8.5"
1673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1674
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1675
+
1676
+ [[package]]
1677
+ name = "reqwest"
1678
+ version = "0.12.14"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254"
1681
+ dependencies = [
1682
+ "base64",
1683
+ "bytes",
1684
+ "futures-core",
1685
+ "futures-util",
1686
+ "http",
1687
+ "http-body",
1688
+ "http-body-util",
1689
+ "hyper",
1690
+ "hyper-rustls",
1691
+ "hyper-util",
1692
+ "ipnet",
1693
+ "js-sys",
1694
+ "log",
1695
+ "mime",
1696
+ "once_cell",
1697
+ "percent-encoding",
1698
+ "pin-project-lite",
1699
+ "quinn",
1700
+ "rustls",
1701
+ "rustls-pemfile",
1702
+ "rustls-pki-types",
1703
+ "serde",
1704
+ "serde_json",
1705
+ "serde_urlencoded",
1706
+ "sync_wrapper",
1707
+ "tokio",
1708
+ "tokio-rustls",
1709
+ "tower",
1710
+ "tower-service",
1711
+ "url",
1712
+ "wasm-bindgen",
1713
+ "wasm-bindgen-futures",
1714
+ "web-sys",
1715
+ "webpki-roots",
1716
+ "windows-registry",
1717
+ ]
1718
+
1719
+ [[package]]
1720
+ name = "ring"
1721
+ version = "0.17.14"
1722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1723
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1724
+ dependencies = [
1725
+ "cc",
1726
+ "cfg-if",
1727
+ "getrandom 0.2.15",
1728
+ "libc",
1729
+ "untrusted",
1730
+ "windows-sys 0.52.0",
1731
+ ]
1732
+
1733
+ [[package]]
1734
+ name = "rustc-demangle"
1735
+ version = "0.1.24"
1736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1737
+ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1738
+
1739
+ [[package]]
1740
+ name = "rustc-hash"
1741
+ version = "1.1.0"
1742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1743
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1744
+
1745
+ [[package]]
1746
+ name = "rustc-hash"
1747
+ version = "2.1.1"
1748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1749
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1750
+
1751
+ [[package]]
1752
+ name = "rusticata-macros"
1753
+ version = "4.1.0"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
1756
+ dependencies = [
1757
+ "nom",
1758
+ ]
1759
+
1760
+ [[package]]
1761
+ name = "rustix"
1762
+ version = "0.38.44"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1765
+ dependencies = [
1766
+ "bitflags",
1767
+ "errno",
1768
+ "libc",
1769
+ "linux-raw-sys 0.4.15",
1770
+ "windows-sys 0.59.0",
1771
+ ]
1772
+
1773
+ [[package]]
1774
+ name = "rustix"
1775
+ version = "1.0.1"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "dade4812df5c384711475be5fcd8c162555352945401aed22a35bffeab61f657"
1778
+ dependencies = [
1779
+ "bitflags",
1780
+ "errno",
1781
+ "libc",
1782
+ "linux-raw-sys 0.9.2",
1783
+ "windows-sys 0.59.0",
1784
+ ]
1785
+
1786
+ [[package]]
1787
+ name = "rustls"
1788
+ version = "0.23.23"
1789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1790
+ checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
1791
+ dependencies = [
1792
+ "aws-lc-rs",
1793
+ "log",
1794
+ "once_cell",
1795
+ "ring",
1796
+ "rustls-pki-types",
1797
+ "rustls-webpki",
1798
+ "subtle",
1799
+ "zeroize",
1800
+ ]
1801
+
1802
+ [[package]]
1803
+ name = "rustls-pemfile"
1804
+ version = "2.2.0"
1805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1806
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1807
+ dependencies = [
1808
+ "rustls-pki-types",
1809
+ ]
1810
+
1811
+ [[package]]
1812
+ name = "rustls-pki-types"
1813
+ version = "1.11.0"
1814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1815
+ checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
1816
+ dependencies = [
1817
+ "web-time",
1818
+ ]
1819
+
1820
+ [[package]]
1821
+ name = "rustls-webpki"
1822
+ version = "0.102.8"
1823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1824
+ checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
1825
+ dependencies = [
1826
+ "aws-lc-rs",
1827
+ "ring",
1828
+ "rustls-pki-types",
1829
+ "untrusted",
1830
+ ]
1831
+
1832
+ [[package]]
1833
+ name = "rustversion"
1834
+ version = "1.0.20"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
1837
+
1838
+ [[package]]
1839
+ name = "ryu"
1840
+ version = "1.0.19"
1841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1842
+ checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
1843
+
1844
+ [[package]]
1845
+ name = "scopeguard"
1846
+ version = "1.2.0"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1849
+
1850
+ [[package]]
1851
+ name = "seq-macro"
1852
+ version = "0.3.5"
1853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1854
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
1855
+
1856
+ [[package]]
1857
+ name = "serde"
1858
+ version = "1.0.218"
1859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1860
+ checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
1861
+ dependencies = [
1862
+ "serde_derive",
1863
+ ]
1864
+
1865
+ [[package]]
1866
+ name = "serde_derive"
1867
+ version = "1.0.218"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
1870
+ dependencies = [
1871
+ "proc-macro2",
1872
+ "quote",
1873
+ "syn",
1874
+ ]
1875
+
1876
+ [[package]]
1877
+ name = "serde_json"
1878
+ version = "1.0.139"
1879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1880
+ checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
1881
+ dependencies = [
1882
+ "itoa",
1883
+ "memchr",
1884
+ "ryu",
1885
+ "serde",
1886
+ ]
1887
+
1888
+ [[package]]
1889
+ name = "serde_urlencoded"
1890
+ version = "0.7.1"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1893
+ dependencies = [
1894
+ "form_urlencoded",
1895
+ "itoa",
1896
+ "ryu",
1897
+ "serde",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "sharded-slab"
1902
+ version = "0.1.7"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1905
+ dependencies = [
1906
+ "lazy_static",
1907
+ ]
1908
+
1909
+ [[package]]
1910
+ name = "shell-words"
1911
+ version = "1.1.0"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1914
+
1915
+ [[package]]
1916
+ name = "shlex"
1917
+ version = "1.3.0"
1918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1920
+
1921
+ [[package]]
1922
+ name = "signal-hook-registry"
1923
+ version = "1.4.2"
1924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+ checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1926
+ dependencies = [
1927
+ "libc",
1928
+ ]
1929
+
1930
+ [[package]]
1931
+ name = "slab"
1932
+ version = "0.4.9"
1933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1934
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1935
+ dependencies = [
1936
+ "autocfg",
1937
+ ]
1938
+
1939
+ [[package]]
1940
+ name = "smallvec"
1941
+ version = "1.14.0"
1942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1943
+ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
1944
+
1945
+ [[package]]
1946
+ name = "socket2"
1947
+ version = "0.5.8"
1948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1949
+ checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
1950
+ dependencies = [
1951
+ "libc",
1952
+ "windows-sys 0.52.0",
1953
+ ]
1954
+
1955
+ [[package]]
1956
+ name = "stable_deref_trait"
1957
+ version = "1.2.0"
1958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1960
+
1961
+ [[package]]
1962
+ name = "subtle"
1963
+ version = "2.6.1"
1964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1966
+
1967
+ [[package]]
1968
+ name = "syn"
1969
+ version = "2.0.98"
1970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+ checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
1972
+ dependencies = [
1973
+ "proc-macro2",
1974
+ "quote",
1975
+ "unicode-ident",
1976
+ ]
1977
+
1978
+ [[package]]
1979
+ name = "sync_wrapper"
1980
+ version = "1.0.2"
1981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1983
+ dependencies = [
1984
+ "futures-core",
1985
+ ]
1986
+
1987
+ [[package]]
1988
+ name = "synstructure"
1989
+ version = "0.13.1"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
1992
+ dependencies = [
1993
+ "proc-macro2",
1994
+ "quote",
1995
+ "syn",
1996
+ ]
1997
+
1998
+ [[package]]
1999
+ name = "sysinfo"
2000
+ version = "0.33.1"
2001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+ checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01"
2003
+ dependencies = [
2004
+ "core-foundation-sys",
2005
+ "libc",
2006
+ "memchr",
2007
+ "ntapi",
2008
+ "rayon",
2009
+ "windows",
2010
+ ]
2011
+
2012
+ [[package]]
2013
+ name = "tempfile"
2014
+ version = "3.18.0"
2015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2016
+ checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567"
2017
+ dependencies = [
2018
+ "cfg-if",
2019
+ "fastrand",
2020
+ "getrandom 0.3.1",
2021
+ "once_cell",
2022
+ "rustix 1.0.1",
2023
+ "windows-sys 0.59.0",
2024
+ ]
2025
+
2026
+ [[package]]
2027
+ name = "thiserror"
2028
+ version = "1.0.69"
2029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2031
+ dependencies = [
2032
+ "thiserror-impl 1.0.69",
2033
+ ]
2034
+
2035
+ [[package]]
2036
+ name = "thiserror"
2037
+ version = "2.0.11"
2038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2039
+ checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
2040
+ dependencies = [
2041
+ "thiserror-impl 2.0.11",
2042
+ ]
2043
+
2044
+ [[package]]
2045
+ name = "thiserror-impl"
2046
+ version = "1.0.69"
2047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2048
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2049
+ dependencies = [
2050
+ "proc-macro2",
2051
+ "quote",
2052
+ "syn",
2053
+ ]
2054
+
2055
+ [[package]]
2056
+ name = "thiserror-impl"
2057
+ version = "2.0.11"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
2060
+ dependencies = [
2061
+ "proc-macro2",
2062
+ "quote",
2063
+ "syn",
2064
+ ]
2065
+
2066
+ [[package]]
2067
+ name = "thread_local"
2068
+ version = "1.1.8"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2071
+ dependencies = [
2072
+ "cfg-if",
2073
+ "once_cell",
2074
+ ]
2075
+
2076
+ [[package]]
2077
+ name = "time"
2078
+ version = "0.3.37"
2079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2080
+ checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
2081
+ dependencies = [
2082
+ "deranged",
2083
+ "itoa",
2084
+ "num-conv",
2085
+ "powerfmt",
2086
+ "serde",
2087
+ "time-core",
2088
+ "time-macros",
2089
+ ]
2090
+
2091
+ [[package]]
2092
+ name = "time-core"
2093
+ version = "0.1.2"
2094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2095
+ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2096
+
2097
+ [[package]]
2098
+ name = "time-macros"
2099
+ version = "0.2.19"
2100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+ checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
2102
+ dependencies = [
2103
+ "num-conv",
2104
+ "time-core",
2105
+ ]
2106
+
2107
+ [[package]]
2108
+ name = "tinystr"
2109
+ version = "0.7.6"
2110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2111
+ checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2112
+ dependencies = [
2113
+ "displaydoc",
2114
+ "zerovec",
2115
+ ]
2116
+
2117
+ [[package]]
2118
+ name = "tinyvec"
2119
+ version = "1.9.0"
2120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2121
+ checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
2122
+ dependencies = [
2123
+ "tinyvec_macros",
2124
+ ]
2125
+
2126
+ [[package]]
2127
+ name = "tinyvec_macros"
2128
+ version = "0.1.1"
2129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2130
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2131
+
2132
+ [[package]]
2133
+ name = "tokio"
2134
+ version = "1.43.0"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
2137
+ dependencies = [
2138
+ "backtrace",
2139
+ "bytes",
2140
+ "libc",
2141
+ "mio",
2142
+ "parking_lot",
2143
+ "pin-project-lite",
2144
+ "signal-hook-registry",
2145
+ "socket2",
2146
+ "tokio-macros",
2147
+ "windows-sys 0.52.0",
2148
+ ]
2149
+
2150
+ [[package]]
2151
+ name = "tokio-macros"
2152
+ version = "2.5.0"
2153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2154
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2155
+ dependencies = [
2156
+ "proc-macro2",
2157
+ "quote",
2158
+ "syn",
2159
+ ]
2160
+
2161
+ [[package]]
2162
+ name = "tokio-rustls"
2163
+ version = "0.26.2"
2164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2165
+ checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2166
+ dependencies = [
2167
+ "rustls",
2168
+ "tokio",
2169
+ ]
2170
+
2171
+ [[package]]
2172
+ name = "tokio-rustls-acme"
2173
+ version = "0.6.0"
2174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2175
+ checksum = "3184e8e292a828dd4bca5b2a60aba830ec5ed873a66c9ebb6e65038fa649e827"
2176
+ dependencies = [
2177
+ "async-trait",
2178
+ "base64",
2179
+ "chrono",
2180
+ "futures",
2181
+ "log",
2182
+ "num-bigint",
2183
+ "pem",
2184
+ "proc-macro2",
2185
+ "rcgen",
2186
+ "reqwest",
2187
+ "ring",
2188
+ "rustls",
2189
+ "serde",
2190
+ "serde_json",
2191
+ "thiserror 2.0.11",
2192
+ "time",
2193
+ "tokio",
2194
+ "tokio-rustls",
2195
+ "webpki-roots",
2196
+ "x509-parser",
2197
+ ]
2198
+
2199
+ [[package]]
2200
+ name = "tokio-stream"
2201
+ version = "0.1.17"
2202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2203
+ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2204
+ dependencies = [
2205
+ "futures-core",
2206
+ "pin-project-lite",
2207
+ "tokio",
2208
+ ]
2209
+
2210
+ [[package]]
2211
+ name = "tokio-util"
2212
+ version = "0.7.13"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
2215
+ dependencies = [
2216
+ "bytes",
2217
+ "futures-core",
2218
+ "futures-sink",
2219
+ "pin-project-lite",
2220
+ "tokio",
2221
+ ]
2222
+
2223
+ [[package]]
2224
+ name = "tower"
2225
+ version = "0.5.2"
2226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2227
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2228
+ dependencies = [
2229
+ "futures-core",
2230
+ "futures-util",
2231
+ "pin-project-lite",
2232
+ "sync_wrapper",
2233
+ "tokio",
2234
+ "tower-layer",
2235
+ "tower-service",
2236
+ ]
2237
+
2238
+ [[package]]
2239
+ name = "tower-layer"
2240
+ version = "0.3.3"
2241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2242
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2243
+
2244
+ [[package]]
2245
+ name = "tower-service"
2246
+ version = "0.3.3"
2247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2248
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2249
+
2250
+ [[package]]
2251
+ name = "tracing"
2252
+ version = "0.1.41"
2253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2254
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2255
+ dependencies = [
2256
+ "pin-project-lite",
2257
+ "tracing-attributes",
2258
+ "tracing-core",
2259
+ ]
2260
+
2261
+ [[package]]
2262
+ name = "tracing-attributes"
2263
+ version = "0.1.28"
2264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2265
+ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2266
+ dependencies = [
2267
+ "proc-macro2",
2268
+ "quote",
2269
+ "syn",
2270
+ ]
2271
+
2272
+ [[package]]
2273
+ name = "tracing-core"
2274
+ version = "0.1.33"
2275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+ checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2277
+ dependencies = [
2278
+ "once_cell",
2279
+ "valuable",
2280
+ ]
2281
+
2282
+ [[package]]
2283
+ name = "tracing-log"
2284
+ version = "0.2.0"
2285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2286
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2287
+ dependencies = [
2288
+ "log",
2289
+ "once_cell",
2290
+ "tracing-core",
2291
+ ]
2292
+
2293
+ [[package]]
2294
+ name = "tracing-serde"
2295
+ version = "0.2.0"
2296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2297
+ checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
2298
+ dependencies = [
2299
+ "serde",
2300
+ "tracing-core",
2301
+ ]
2302
+
2303
+ [[package]]
2304
+ name = "tracing-subscriber"
2305
+ version = "0.3.19"
2306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2307
+ checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2308
+ dependencies = [
2309
+ "matchers",
2310
+ "nu-ansi-term",
2311
+ "once_cell",
2312
+ "regex",
2313
+ "serde",
2314
+ "serde_json",
2315
+ "sharded-slab",
2316
+ "smallvec",
2317
+ "thread_local",
2318
+ "tracing",
2319
+ "tracing-core",
2320
+ "tracing-log",
2321
+ "tracing-serde",
2322
+ ]
2323
+
2324
+ [[package]]
2325
+ name = "try-lock"
2326
+ version = "0.2.5"
2327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2329
+
2330
+ [[package]]
2331
+ name = "unicode-ident"
2332
+ version = "1.0.17"
2333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2334
+ checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
2335
+
2336
+ [[package]]
2337
+ name = "unicode-xid"
2338
+ version = "0.2.6"
2339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2340
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2341
+
2342
+ [[package]]
2343
+ name = "untrusted"
2344
+ version = "0.9.0"
2345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2346
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2347
+
2348
+ [[package]]
2349
+ name = "url"
2350
+ version = "2.5.4"
2351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2352
+ checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2353
+ dependencies = [
2354
+ "form_urlencoded",
2355
+ "idna",
2356
+ "percent-encoding",
2357
+ ]
2358
+
2359
+ [[package]]
2360
+ name = "utf16_iter"
2361
+ version = "1.0.5"
2362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2363
+ checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2364
+
2365
+ [[package]]
2366
+ name = "utf8_iter"
2367
+ version = "1.0.4"
2368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2369
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2370
+
2371
+ [[package]]
2372
+ name = "valuable"
2373
+ version = "0.1.1"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2376
+
2377
+ [[package]]
2378
+ name = "want"
2379
+ version = "0.3.1"
2380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2381
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2382
+ dependencies = [
2383
+ "try-lock",
2384
+ ]
2385
+
2386
+ [[package]]
2387
+ name = "wasi"
2388
+ version = "0.11.0+wasi-snapshot-preview1"
2389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2390
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2391
+
2392
+ [[package]]
2393
+ name = "wasi"
2394
+ version = "0.13.3+wasi-0.2.2"
2395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2396
+ checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
2397
+ dependencies = [
2398
+ "wit-bindgen-rt",
2399
+ ]
2400
+
2401
+ [[package]]
2402
+ name = "wasm-bindgen"
2403
+ version = "0.2.100"
2404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2405
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2406
+ dependencies = [
2407
+ "cfg-if",
2408
+ "once_cell",
2409
+ "rustversion",
2410
+ "wasm-bindgen-macro",
2411
+ ]
2412
+
2413
+ [[package]]
2414
+ name = "wasm-bindgen-backend"
2415
+ version = "0.2.100"
2416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2417
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2418
+ dependencies = [
2419
+ "bumpalo",
2420
+ "log",
2421
+ "proc-macro2",
2422
+ "quote",
2423
+ "syn",
2424
+ "wasm-bindgen-shared",
2425
+ ]
2426
+
2427
+ [[package]]
2428
+ name = "wasm-bindgen-futures"
2429
+ version = "0.4.50"
2430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+ checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2432
+ dependencies = [
2433
+ "cfg-if",
2434
+ "js-sys",
2435
+ "once_cell",
2436
+ "wasm-bindgen",
2437
+ "web-sys",
2438
+ ]
2439
+
2440
+ [[package]]
2441
+ name = "wasm-bindgen-macro"
2442
+ version = "0.2.100"
2443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2444
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2445
+ dependencies = [
2446
+ "quote",
2447
+ "wasm-bindgen-macro-support",
2448
+ ]
2449
+
2450
+ [[package]]
2451
+ name = "wasm-bindgen-macro-support"
2452
+ version = "0.2.100"
2453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2454
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2455
+ dependencies = [
2456
+ "proc-macro2",
2457
+ "quote",
2458
+ "syn",
2459
+ "wasm-bindgen-backend",
2460
+ "wasm-bindgen-shared",
2461
+ ]
2462
+
2463
+ [[package]]
2464
+ name = "wasm-bindgen-shared"
2465
+ version = "0.2.100"
2466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2467
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2468
+ dependencies = [
2469
+ "unicode-ident",
2470
+ ]
2471
+
2472
+ [[package]]
2473
+ name = "web-sys"
2474
+ version = "0.3.77"
2475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2476
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2477
+ dependencies = [
2478
+ "js-sys",
2479
+ "wasm-bindgen",
2480
+ ]
2481
+
2482
+ [[package]]
2483
+ name = "web-time"
2484
+ version = "1.1.0"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2487
+ dependencies = [
2488
+ "js-sys",
2489
+ "wasm-bindgen",
2490
+ ]
2491
+
2492
+ [[package]]
2493
+ name = "webpki-roots"
2494
+ version = "0.26.8"
2495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+ checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
2497
+ dependencies = [
2498
+ "rustls-pki-types",
2499
+ ]
2500
+
2501
+ [[package]]
2502
+ name = "which"
2503
+ version = "4.4.2"
2504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2505
+ checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2506
+ dependencies = [
2507
+ "either",
2508
+ "home",
2509
+ "once_cell",
2510
+ "rustix 0.38.44",
2511
+ ]
2512
+
2513
+ [[package]]
2514
+ name = "winapi"
2515
+ version = "0.3.9"
2516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2517
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2518
+ dependencies = [
2519
+ "winapi-i686-pc-windows-gnu",
2520
+ "winapi-x86_64-pc-windows-gnu",
2521
+ ]
2522
+
2523
+ [[package]]
2524
+ name = "winapi-i686-pc-windows-gnu"
2525
+ version = "0.4.0"
2526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2528
+
2529
+ [[package]]
2530
+ name = "winapi-x86_64-pc-windows-gnu"
2531
+ version = "0.4.0"
2532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2533
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2534
+
2535
+ [[package]]
2536
+ name = "windows"
2537
+ version = "0.57.0"
2538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2539
+ checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
2540
+ dependencies = [
2541
+ "windows-core 0.57.0",
2542
+ "windows-targets 0.52.6",
2543
+ ]
2544
+
2545
+ [[package]]
2546
+ name = "windows-core"
2547
+ version = "0.52.0"
2548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2549
+ checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2550
+ dependencies = [
2551
+ "windows-targets 0.52.6",
2552
+ ]
2553
+
2554
+ [[package]]
2555
+ name = "windows-core"
2556
+ version = "0.57.0"
2557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2558
+ checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
2559
+ dependencies = [
2560
+ "windows-implement",
2561
+ "windows-interface",
2562
+ "windows-result 0.1.2",
2563
+ "windows-targets 0.52.6",
2564
+ ]
2565
+
2566
+ [[package]]
2567
+ name = "windows-implement"
2568
+ version = "0.57.0"
2569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2570
+ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
2571
+ dependencies = [
2572
+ "proc-macro2",
2573
+ "quote",
2574
+ "syn",
2575
+ ]
2576
+
2577
+ [[package]]
2578
+ name = "windows-interface"
2579
+ version = "0.57.0"
2580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2581
+ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
2582
+ dependencies = [
2583
+ "proc-macro2",
2584
+ "quote",
2585
+ "syn",
2586
+ ]
2587
+
2588
+ [[package]]
2589
+ name = "windows-link"
2590
+ version = "0.1.0"
2591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2592
+ checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
2593
+
2594
+ [[package]]
2595
+ name = "windows-registry"
2596
+ version = "0.4.0"
2597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2598
+ checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
2599
+ dependencies = [
2600
+ "windows-result 0.3.1",
2601
+ "windows-strings",
2602
+ "windows-targets 0.53.0",
2603
+ ]
2604
+
2605
+ [[package]]
2606
+ name = "windows-result"
2607
+ version = "0.1.2"
2608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2609
+ checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
2610
+ dependencies = [
2611
+ "windows-targets 0.52.6",
2612
+ ]
2613
+
2614
+ [[package]]
2615
+ name = "windows-result"
2616
+ version = "0.3.1"
2617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2618
+ checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
2619
+ dependencies = [
2620
+ "windows-link",
2621
+ ]
2622
+
2623
+ [[package]]
2624
+ name = "windows-strings"
2625
+ version = "0.3.1"
2626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2627
+ checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
2628
+ dependencies = [
2629
+ "windows-link",
2630
+ ]
2631
+
2632
+ [[package]]
2633
+ name = "windows-sys"
2634
+ version = "0.52.0"
2635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2636
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2637
+ dependencies = [
2638
+ "windows-targets 0.52.6",
2639
+ ]
2640
+
2641
+ [[package]]
2642
+ name = "windows-sys"
2643
+ version = "0.59.0"
2644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2645
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2646
+ dependencies = [
2647
+ "windows-targets 0.52.6",
2648
+ ]
2649
+
2650
+ [[package]]
2651
+ name = "windows-targets"
2652
+ version = "0.52.6"
2653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2654
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2655
+ dependencies = [
2656
+ "windows_aarch64_gnullvm 0.52.6",
2657
+ "windows_aarch64_msvc 0.52.6",
2658
+ "windows_i686_gnu 0.52.6",
2659
+ "windows_i686_gnullvm 0.52.6",
2660
+ "windows_i686_msvc 0.52.6",
2661
+ "windows_x86_64_gnu 0.52.6",
2662
+ "windows_x86_64_gnullvm 0.52.6",
2663
+ "windows_x86_64_msvc 0.52.6",
2664
+ ]
2665
+
2666
+ [[package]]
2667
+ name = "windows-targets"
2668
+ version = "0.53.0"
2669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2670
+ checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
2671
+ dependencies = [
2672
+ "windows_aarch64_gnullvm 0.53.0",
2673
+ "windows_aarch64_msvc 0.53.0",
2674
+ "windows_i686_gnu 0.53.0",
2675
+ "windows_i686_gnullvm 0.53.0",
2676
+ "windows_i686_msvc 0.53.0",
2677
+ "windows_x86_64_gnu 0.53.0",
2678
+ "windows_x86_64_gnullvm 0.53.0",
2679
+ "windows_x86_64_msvc 0.53.0",
2680
+ ]
2681
+
2682
+ [[package]]
2683
+ name = "windows_aarch64_gnullvm"
2684
+ version = "0.52.6"
2685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2686
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2687
+
2688
+ [[package]]
2689
+ name = "windows_aarch64_gnullvm"
2690
+ version = "0.53.0"
2691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2692
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2693
+
2694
+ [[package]]
2695
+ name = "windows_aarch64_msvc"
2696
+ version = "0.52.6"
2697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2698
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2699
+
2700
+ [[package]]
2701
+ name = "windows_aarch64_msvc"
2702
+ version = "0.53.0"
2703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2704
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2705
+
2706
+ [[package]]
2707
+ name = "windows_i686_gnu"
2708
+ version = "0.52.6"
2709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2710
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2711
+
2712
+ [[package]]
2713
+ name = "windows_i686_gnu"
2714
+ version = "0.53.0"
2715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2716
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2717
+
2718
+ [[package]]
2719
+ name = "windows_i686_gnullvm"
2720
+ version = "0.52.6"
2721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2722
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2723
+
2724
+ [[package]]
2725
+ name = "windows_i686_gnullvm"
2726
+ version = "0.53.0"
2727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2729
+
2730
+ [[package]]
2731
+ name = "windows_i686_msvc"
2732
+ version = "0.52.6"
2733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2734
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2735
+
2736
+ [[package]]
2737
+ name = "windows_i686_msvc"
2738
+ version = "0.53.0"
2739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2740
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2741
+
2742
+ [[package]]
2743
+ name = "windows_x86_64_gnu"
2744
+ version = "0.52.6"
2745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2746
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2747
+
2748
+ [[package]]
2749
+ name = "windows_x86_64_gnu"
2750
+ version = "0.53.0"
2751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2752
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2753
+
2754
+ [[package]]
2755
+ name = "windows_x86_64_gnullvm"
2756
+ version = "0.52.6"
2757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2758
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2759
+
2760
+ [[package]]
2761
+ name = "windows_x86_64_gnullvm"
2762
+ version = "0.53.0"
2763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2764
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2765
+
2766
+ [[package]]
2767
+ name = "windows_x86_64_msvc"
2768
+ version = "0.52.6"
2769
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2770
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2771
+
2772
+ [[package]]
2773
+ name = "windows_x86_64_msvc"
2774
+ version = "0.53.0"
2775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2776
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2777
+
2778
+ [[package]]
2779
+ name = "wit-bindgen-rt"
2780
+ version = "0.33.0"
2781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+ checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
2783
+ dependencies = [
2784
+ "bitflags",
2785
+ ]
2786
+
2787
+ [[package]]
2788
+ name = "write16"
2789
+ version = "1.0.0"
2790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2791
+ checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
2792
+
2793
+ [[package]]
2794
+ name = "writeable"
2795
+ version = "0.5.5"
2796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2797
+ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2798
+
2799
+ [[package]]
2800
+ name = "x509-parser"
2801
+ version = "0.16.0"
2802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2803
+ checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
2804
+ dependencies = [
2805
+ "asn1-rs",
2806
+ "data-encoding",
2807
+ "der-parser",
2808
+ "lazy_static",
2809
+ "nom",
2810
+ "oid-registry",
2811
+ "ring",
2812
+ "rusticata-macros",
2813
+ "thiserror 1.0.69",
2814
+ "time",
2815
+ ]
2816
+
2817
+ [[package]]
2818
+ name = "yasna"
2819
+ version = "0.5.2"
2820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2821
+ checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
2822
+ dependencies = [
2823
+ "time",
2824
+ ]
2825
+
2826
+ [[package]]
2827
+ name = "yoke"
2828
+ version = "0.7.5"
2829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2830
+ checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
2831
+ dependencies = [
2832
+ "serde",
2833
+ "stable_deref_trait",
2834
+ "yoke-derive",
2835
+ "zerofrom",
2836
+ ]
2837
+
2838
+ [[package]]
2839
+ name = "yoke-derive"
2840
+ version = "0.7.5"
2841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2842
+ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
2843
+ dependencies = [
2844
+ "proc-macro2",
2845
+ "quote",
2846
+ "syn",
2847
+ "synstructure",
2848
+ ]
2849
+
2850
+ [[package]]
2851
+ name = "zerocopy"
2852
+ version = "0.8.23"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
2855
+ dependencies = [
2856
+ "zerocopy-derive",
2857
+ ]
2858
+
2859
+ [[package]]
2860
+ name = "zerocopy-derive"
2861
+ version = "0.8.23"
2862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2863
+ checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
2864
+ dependencies = [
2865
+ "proc-macro2",
2866
+ "quote",
2867
+ "syn",
2868
+ ]
2869
+
2870
+ [[package]]
2871
+ name = "zerofrom"
2872
+ version = "0.1.6"
2873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2874
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2875
+ dependencies = [
2876
+ "zerofrom-derive",
2877
+ ]
2878
+
2879
+ [[package]]
2880
+ name = "zerofrom-derive"
2881
+ version = "0.1.6"
2882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2883
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2884
+ dependencies = [
2885
+ "proc-macro2",
2886
+ "quote",
2887
+ "syn",
2888
+ "synstructure",
2889
+ ]
2890
+
2891
+ [[package]]
2892
+ name = "zeroize"
2893
+ version = "1.8.1"
2894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2895
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2896
+
2897
+ [[package]]
2898
+ name = "zerovec"
2899
+ version = "0.10.4"
2900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2901
+ checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
2902
+ dependencies = [
2903
+ "yoke",
2904
+ "zerofrom",
2905
+ "zerovec-derive",
2906
+ ]
2907
+
2908
+ [[package]]
2909
+ name = "zerovec-derive"
2910
+ version = "0.10.3"
2911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2912
+ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
2913
+ dependencies = [
2914
+ "proc-macro2",
2915
+ "quote",
2916
+ "syn",
2917
+ ]