iridium-relay 1.1.0__tar.gz

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,2644 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "anyhow"
16
+ version = "1.0.104"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
19
+
20
+ [[package]]
21
+ name = "asn1-rs"
22
+ version = "0.7.2"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
25
+ dependencies = [
26
+ "asn1-rs-derive",
27
+ "asn1-rs-impl",
28
+ "displaydoc",
29
+ "nom",
30
+ "num-traits",
31
+ "rusticata-macros",
32
+ "thiserror",
33
+ "time",
34
+ ]
35
+
36
+ [[package]]
37
+ name = "asn1-rs-derive"
38
+ version = "0.6.0"
39
+ source = "registry+https://github.com/rust-lang/crates.io-index"
40
+ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
41
+ dependencies = [
42
+ "proc-macro2",
43
+ "quote",
44
+ "syn 2.0.119",
45
+ "synstructure",
46
+ ]
47
+
48
+ [[package]]
49
+ name = "asn1-rs-impl"
50
+ version = "0.2.0"
51
+ source = "registry+https://github.com/rust-lang/crates.io-index"
52
+ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
53
+ dependencies = [
54
+ "proc-macro2",
55
+ "quote",
56
+ "syn 2.0.119",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "async-trait"
61
+ version = "0.1.91"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
64
+ dependencies = [
65
+ "proc-macro2",
66
+ "quote",
67
+ "syn 3.0.3",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "atomic-waker"
72
+ version = "1.1.2"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
75
+
76
+ [[package]]
77
+ name = "autocfg"
78
+ version = "1.5.1"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
81
+
82
+ [[package]]
83
+ name = "aws-lc-rs"
84
+ version = "1.17.3"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
87
+ dependencies = [
88
+ "aws-lc-sys",
89
+ "zeroize",
90
+ ]
91
+
92
+ [[package]]
93
+ name = "aws-lc-sys"
94
+ version = "0.43.0"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
97
+ dependencies = [
98
+ "cc",
99
+ "cmake",
100
+ "dunce",
101
+ "fs_extra",
102
+ "pkg-config",
103
+ ]
104
+
105
+ [[package]]
106
+ name = "base64"
107
+ version = "0.22.1"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
110
+
111
+ [[package]]
112
+ name = "bit-vec"
113
+ version = "0.9.1"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
116
+ dependencies = [
117
+ "serde",
118
+ ]
119
+
120
+ [[package]]
121
+ name = "bitflags"
122
+ version = "2.13.1"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
125
+
126
+ [[package]]
127
+ name = "block-buffer"
128
+ version = "0.10.4"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
131
+ dependencies = [
132
+ "generic-array",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "bumpalo"
137
+ version = "3.20.3"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
140
+
141
+ [[package]]
142
+ name = "bytes"
143
+ version = "1.12.1"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
146
+
147
+ [[package]]
148
+ name = "cc"
149
+ version = "1.4.0"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
152
+ dependencies = [
153
+ "find-msvc-tools",
154
+ "jobserver",
155
+ "libc",
156
+ "shlex",
157
+ ]
158
+
159
+ [[package]]
160
+ name = "cfg-if"
161
+ version = "1.0.4"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
164
+
165
+ [[package]]
166
+ name = "cfg_aliases"
167
+ version = "0.2.2"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
170
+
171
+ [[package]]
172
+ name = "chacha20"
173
+ version = "0.10.1"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
176
+ dependencies = [
177
+ "cfg-if",
178
+ "cpufeatures 0.3.0",
179
+ "rand_core 0.10.1",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "cmake"
184
+ version = "0.1.58"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
187
+ dependencies = [
188
+ "cc",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "combine"
193
+ version = "4.6.7"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
196
+ dependencies = [
197
+ "bytes",
198
+ "memchr",
199
+ ]
200
+
201
+ [[package]]
202
+ name = "core-foundation"
203
+ version = "0.10.1"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
206
+ dependencies = [
207
+ "core-foundation-sys",
208
+ "libc",
209
+ ]
210
+
211
+ [[package]]
212
+ name = "core-foundation-sys"
213
+ version = "0.8.7"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
216
+
217
+ [[package]]
218
+ name = "cpufeatures"
219
+ version = "0.2.17"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
222
+ dependencies = [
223
+ "libc",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "cpufeatures"
228
+ version = "0.3.0"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
231
+ dependencies = [
232
+ "libc",
233
+ ]
234
+
235
+ [[package]]
236
+ name = "critical-section"
237
+ version = "1.2.0"
238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
239
+ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
240
+
241
+ [[package]]
242
+ name = "crossbeam-channel"
243
+ version = "0.5.16"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
246
+ dependencies = [
247
+ "crossbeam-utils",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "crossbeam-epoch"
252
+ version = "0.9.20"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
255
+ dependencies = [
256
+ "crossbeam-utils",
257
+ ]
258
+
259
+ [[package]]
260
+ name = "crossbeam-utils"
261
+ version = "0.8.22"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
264
+
265
+ [[package]]
266
+ name = "crypto-common"
267
+ version = "0.1.7"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
270
+ dependencies = [
271
+ "generic-array",
272
+ "typenum",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "data-encoding"
277
+ version = "2.11.0"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
280
+
281
+ [[package]]
282
+ name = "der-parser"
283
+ version = "10.0.0"
284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
285
+ checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
286
+ dependencies = [
287
+ "asn1-rs",
288
+ "displaydoc",
289
+ "nom",
290
+ "num-bigint",
291
+ "num-traits",
292
+ "rusticata-macros",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "deranged"
297
+ version = "0.5.8"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
300
+
301
+ [[package]]
302
+ name = "digest"
303
+ version = "0.10.7"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
306
+ dependencies = [
307
+ "block-buffer",
308
+ "crypto-common",
309
+ ]
310
+
311
+ [[package]]
312
+ name = "displaydoc"
313
+ version = "0.2.6"
314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
315
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
316
+ dependencies = [
317
+ "proc-macro2",
318
+ "quote",
319
+ "syn 2.0.119",
320
+ ]
321
+
322
+ [[package]]
323
+ name = "dunce"
324
+ version = "1.0.5"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
327
+
328
+ [[package]]
329
+ name = "enum-as-inner"
330
+ version = "0.6.1"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
333
+ dependencies = [
334
+ "heck",
335
+ "proc-macro2",
336
+ "quote",
337
+ "syn 2.0.119",
338
+ ]
339
+
340
+ [[package]]
341
+ name = "equivalent"
342
+ version = "1.0.2"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
345
+
346
+ [[package]]
347
+ name = "errno"
348
+ version = "0.3.14"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
351
+ dependencies = [
352
+ "libc",
353
+ "windows-sys 0.61.2",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "fastbloom"
358
+ version = "0.17.0"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "ef975e30683b2d965054bb0a836f8973857c4ebf6acf274fe46617cd285060d8"
361
+ dependencies = [
362
+ "foldhash",
363
+ "libm",
364
+ "portable-atomic",
365
+ "siphasher",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "fastrand"
370
+ version = "2.5.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
373
+
374
+ [[package]]
375
+ name = "find-msvc-tools"
376
+ version = "0.1.9"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
379
+
380
+ [[package]]
381
+ name = "fnv"
382
+ version = "1.0.7"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
385
+
386
+ [[package]]
387
+ name = "foldhash"
388
+ version = "0.2.0"
389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
390
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
391
+
392
+ [[package]]
393
+ name = "form_urlencoded"
394
+ version = "1.2.2"
395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
396
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
397
+ dependencies = [
398
+ "percent-encoding",
399
+ ]
400
+
401
+ [[package]]
402
+ name = "fs_extra"
403
+ version = "1.3.0"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
406
+
407
+ [[package]]
408
+ name = "futures"
409
+ version = "0.3.33"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
412
+ dependencies = [
413
+ "futures-channel",
414
+ "futures-core",
415
+ "futures-executor",
416
+ "futures-io",
417
+ "futures-sink",
418
+ "futures-task",
419
+ "futures-util",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "futures-channel"
424
+ version = "0.3.33"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
427
+ dependencies = [
428
+ "futures-core",
429
+ "futures-sink",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "futures-core"
434
+ version = "0.3.33"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
437
+
438
+ [[package]]
439
+ name = "futures-executor"
440
+ version = "0.3.33"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
443
+ dependencies = [
444
+ "futures-core",
445
+ "futures-task",
446
+ "futures-util",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "futures-io"
451
+ version = "0.3.33"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
454
+
455
+ [[package]]
456
+ name = "futures-macro"
457
+ version = "0.3.33"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
460
+ dependencies = [
461
+ "proc-macro2",
462
+ "quote",
463
+ "syn 2.0.119",
464
+ ]
465
+
466
+ [[package]]
467
+ name = "futures-sink"
468
+ version = "0.3.33"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
471
+
472
+ [[package]]
473
+ name = "futures-task"
474
+ version = "0.3.33"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
477
+
478
+ [[package]]
479
+ name = "futures-util"
480
+ version = "0.3.33"
481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
482
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
483
+ dependencies = [
484
+ "futures-channel",
485
+ "futures-core",
486
+ "futures-io",
487
+ "futures-macro",
488
+ "futures-sink",
489
+ "futures-task",
490
+ "memchr",
491
+ "pin-project-lite",
492
+ "slab",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "generic-array"
497
+ version = "0.14.7"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
500
+ dependencies = [
501
+ "typenum",
502
+ "version_check",
503
+ ]
504
+
505
+ [[package]]
506
+ name = "getrandom"
507
+ version = "0.2.17"
508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
509
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
510
+ dependencies = [
511
+ "cfg-if",
512
+ "js-sys",
513
+ "libc",
514
+ "wasi",
515
+ "wasm-bindgen",
516
+ ]
517
+
518
+ [[package]]
519
+ name = "getrandom"
520
+ version = "0.3.4"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
523
+ dependencies = [
524
+ "cfg-if",
525
+ "libc",
526
+ "r-efi 5.3.0",
527
+ "wasip2",
528
+ ]
529
+
530
+ [[package]]
531
+ name = "getrandom"
532
+ version = "0.4.3"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
535
+ dependencies = [
536
+ "cfg-if",
537
+ "js-sys",
538
+ "libc",
539
+ "r-efi 6.0.0",
540
+ "rand_core 0.10.1",
541
+ "wasm-bindgen",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "h2"
546
+ version = "0.4.15"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
549
+ dependencies = [
550
+ "atomic-waker",
551
+ "bytes",
552
+ "fnv",
553
+ "futures-core",
554
+ "futures-sink",
555
+ "http",
556
+ "indexmap",
557
+ "slab",
558
+ "tokio",
559
+ "tokio-util",
560
+ "tracing",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "hashbrown"
565
+ version = "0.17.1"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
568
+
569
+ [[package]]
570
+ name = "heck"
571
+ version = "0.5.0"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
574
+
575
+ [[package]]
576
+ name = "hickory-proto"
577
+ version = "0.25.2"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
580
+ dependencies = [
581
+ "async-trait",
582
+ "bytes",
583
+ "cfg-if",
584
+ "data-encoding",
585
+ "enum-as-inner",
586
+ "futures-channel",
587
+ "futures-io",
588
+ "futures-util",
589
+ "h2",
590
+ "http",
591
+ "idna",
592
+ "ipnet",
593
+ "once_cell",
594
+ "rand 0.9.5",
595
+ "ring",
596
+ "rustls",
597
+ "thiserror",
598
+ "tinyvec",
599
+ "tokio",
600
+ "tokio-rustls",
601
+ "tracing",
602
+ "url",
603
+ "webpki-roots 0.26.11",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "hickory-resolver"
608
+ version = "0.25.2"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
611
+ dependencies = [
612
+ "cfg-if",
613
+ "futures-util",
614
+ "hickory-proto",
615
+ "ipconfig",
616
+ "moka",
617
+ "once_cell",
618
+ "parking_lot",
619
+ "rand 0.9.5",
620
+ "resolv-conf",
621
+ "rustls",
622
+ "smallvec",
623
+ "thiserror",
624
+ "tokio",
625
+ "tokio-rustls",
626
+ "tracing",
627
+ "webpki-roots 0.26.11",
628
+ ]
629
+
630
+ [[package]]
631
+ name = "http"
632
+ version = "1.4.2"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
635
+ dependencies = [
636
+ "bytes",
637
+ "itoa",
638
+ ]
639
+
640
+ [[package]]
641
+ name = "http-body"
642
+ version = "1.1.0"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
645
+ dependencies = [
646
+ "bytes",
647
+ "http",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "http-body-util"
652
+ version = "0.1.4"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
655
+ dependencies = [
656
+ "bytes",
657
+ "futures-core",
658
+ "http",
659
+ "http-body",
660
+ "pin-project-lite",
661
+ ]
662
+
663
+ [[package]]
664
+ name = "httparse"
665
+ version = "1.10.1"
666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
667
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
668
+
669
+ [[package]]
670
+ name = "hyper"
671
+ version = "1.11.0"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
674
+ dependencies = [
675
+ "atomic-waker",
676
+ "bytes",
677
+ "futures-channel",
678
+ "futures-core",
679
+ "http",
680
+ "http-body",
681
+ "httparse",
682
+ "itoa",
683
+ "pin-project-lite",
684
+ "smallvec",
685
+ "tokio",
686
+ "want",
687
+ ]
688
+
689
+ [[package]]
690
+ name = "hyper-util"
691
+ version = "0.1.20"
692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
694
+ dependencies = [
695
+ "bytes",
696
+ "http",
697
+ "http-body",
698
+ "hyper",
699
+ "pin-project-lite",
700
+ "tokio",
701
+ ]
702
+
703
+ [[package]]
704
+ name = "icu_collections"
705
+ version = "2.2.0"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
708
+ dependencies = [
709
+ "displaydoc",
710
+ "potential_utf",
711
+ "utf8_iter",
712
+ "yoke",
713
+ "zerofrom",
714
+ "zerovec",
715
+ ]
716
+
717
+ [[package]]
718
+ name = "icu_locale_core"
719
+ version = "2.2.0"
720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
721
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
722
+ dependencies = [
723
+ "displaydoc",
724
+ "litemap",
725
+ "tinystr",
726
+ "writeable",
727
+ "zerovec",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "icu_normalizer"
732
+ version = "2.2.0"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
735
+ dependencies = [
736
+ "icu_collections",
737
+ "icu_normalizer_data",
738
+ "icu_properties",
739
+ "icu_provider",
740
+ "smallvec",
741
+ "zerovec",
742
+ ]
743
+
744
+ [[package]]
745
+ name = "icu_normalizer_data"
746
+ version = "2.2.0"
747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
748
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
749
+
750
+ [[package]]
751
+ name = "icu_properties"
752
+ version = "2.2.0"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
755
+ dependencies = [
756
+ "icu_collections",
757
+ "icu_locale_core",
758
+ "icu_properties_data",
759
+ "icu_provider",
760
+ "zerotrie",
761
+ "zerovec",
762
+ ]
763
+
764
+ [[package]]
765
+ name = "icu_properties_data"
766
+ version = "2.2.0"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
769
+
770
+ [[package]]
771
+ name = "icu_provider"
772
+ version = "2.2.0"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
775
+ dependencies = [
776
+ "displaydoc",
777
+ "icu_locale_core",
778
+ "writeable",
779
+ "yoke",
780
+ "zerofrom",
781
+ "zerotrie",
782
+ "zerovec",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "idna"
787
+ version = "1.1.0"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
790
+ dependencies = [
791
+ "idna_adapter",
792
+ "smallvec",
793
+ "utf8_iter",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "idna_adapter"
798
+ version = "1.2.2"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
801
+ dependencies = [
802
+ "icu_normalizer",
803
+ "icu_properties",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "indexmap"
808
+ version = "2.14.0"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
811
+ dependencies = [
812
+ "equivalent",
813
+ "hashbrown",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "indoc"
818
+ version = "2.0.7"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
821
+ dependencies = [
822
+ "rustversion",
823
+ ]
824
+
825
+ [[package]]
826
+ name = "ipconfig"
827
+ version = "0.3.4"
828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
829
+ checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
830
+ dependencies = [
831
+ "socket2",
832
+ "widestring",
833
+ "windows-registry",
834
+ "windows-result",
835
+ "windows-sys 0.61.2",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "ipnet"
840
+ version = "2.12.0"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
843
+ dependencies = [
844
+ "serde",
845
+ ]
846
+
847
+ [[package]]
848
+ name = "iridium-relay-client"
849
+ version = "1.1.0"
850
+ dependencies = [
851
+ "bytes",
852
+ "futures-util",
853
+ "hickory-resolver",
854
+ "http-body-util",
855
+ "hyper",
856
+ "hyper-util",
857
+ "iridium-relay-protocol",
858
+ "quinn",
859
+ "rustls",
860
+ "rustls-pemfile",
861
+ "sha2",
862
+ "thiserror",
863
+ "tokio",
864
+ "tokio-rustls",
865
+ "tokio-tungstenite",
866
+ "webpki-roots 1.0.9",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "iridium-relay-protocol"
871
+ version = "1.1.0"
872
+ dependencies = [
873
+ "base64",
874
+ "serde",
875
+ "serde_json",
876
+ "thiserror",
877
+ "tokio",
878
+ ]
879
+
880
+ [[package]]
881
+ name = "iridium-relay-python"
882
+ version = "1.1.0"
883
+ dependencies = [
884
+ "iridium-relay-client",
885
+ "pyo3",
886
+ "pyo3-async-runtimes",
887
+ "tokio",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "iridium-relay-server"
892
+ version = "1.1.0"
893
+ dependencies = [
894
+ "anyhow",
895
+ "base64",
896
+ "bytes",
897
+ "futures-util",
898
+ "getrandom 0.4.3",
899
+ "hickory-resolver",
900
+ "ipnet",
901
+ "iridium-relay-client",
902
+ "iridium-relay-protocol",
903
+ "quinn",
904
+ "rcgen",
905
+ "rustls",
906
+ "rustls-pemfile",
907
+ "serde",
908
+ "serde_json",
909
+ "sha2",
910
+ "tempfile",
911
+ "thiserror",
912
+ "tokio",
913
+ "tokio-rustls",
914
+ "tokio-tungstenite",
915
+ "tracing",
916
+ "tracing-subscriber",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "itoa"
921
+ version = "1.0.18"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
924
+
925
+ [[package]]
926
+ name = "jni"
927
+ version = "0.22.4"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
930
+ dependencies = [
931
+ "cfg-if",
932
+ "combine",
933
+ "jni-macros",
934
+ "jni-sys",
935
+ "log",
936
+ "simd_cesu8",
937
+ "thiserror",
938
+ "walkdir",
939
+ "windows-link",
940
+ ]
941
+
942
+ [[package]]
943
+ name = "jni-macros"
944
+ version = "0.22.4"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
947
+ dependencies = [
948
+ "proc-macro2",
949
+ "quote",
950
+ "rustc_version",
951
+ "simd_cesu8",
952
+ "syn 2.0.119",
953
+ ]
954
+
955
+ [[package]]
956
+ name = "jni-sys"
957
+ version = "0.4.1"
958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
959
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
960
+ dependencies = [
961
+ "jni-sys-macros",
962
+ ]
963
+
964
+ [[package]]
965
+ name = "jni-sys-macros"
966
+ version = "0.4.1"
967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
968
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
969
+ dependencies = [
970
+ "quote",
971
+ "syn 2.0.119",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "jobserver"
976
+ version = "0.1.35"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
979
+ dependencies = [
980
+ "getrandom 0.4.3",
981
+ "libc",
982
+ ]
983
+
984
+ [[package]]
985
+ name = "js-sys"
986
+ version = "0.3.103"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
989
+ dependencies = [
990
+ "cfg-if",
991
+ "futures-util",
992
+ "wasm-bindgen",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "lazy_static"
997
+ version = "1.5.0"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1000
+
1001
+ [[package]]
1002
+ name = "libc"
1003
+ version = "0.2.189"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
1006
+
1007
+ [[package]]
1008
+ name = "libm"
1009
+ version = "0.2.16"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1012
+
1013
+ [[package]]
1014
+ name = "linux-raw-sys"
1015
+ version = "0.12.1"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1018
+
1019
+ [[package]]
1020
+ name = "litemap"
1021
+ version = "0.8.2"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1024
+
1025
+ [[package]]
1026
+ name = "lock_api"
1027
+ version = "0.4.14"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1030
+ dependencies = [
1031
+ "scopeguard",
1032
+ ]
1033
+
1034
+ [[package]]
1035
+ name = "log"
1036
+ version = "0.4.33"
1037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1038
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1039
+
1040
+ [[package]]
1041
+ name = "lru-slab"
1042
+ version = "0.1.2"
1043
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1044
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1045
+
1046
+ [[package]]
1047
+ name = "matchers"
1048
+ version = "0.2.0"
1049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1050
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1051
+ dependencies = [
1052
+ "regex-automata",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "memchr"
1057
+ version = "2.8.3"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1060
+
1061
+ [[package]]
1062
+ name = "memoffset"
1063
+ version = "0.9.1"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1066
+ dependencies = [
1067
+ "autocfg",
1068
+ ]
1069
+
1070
+ [[package]]
1071
+ name = "minimal-lexical"
1072
+ version = "0.2.1"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1075
+
1076
+ [[package]]
1077
+ name = "mio"
1078
+ version = "1.2.2"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
1081
+ dependencies = [
1082
+ "libc",
1083
+ "wasi",
1084
+ "windows-sys 0.61.2",
1085
+ ]
1086
+
1087
+ [[package]]
1088
+ name = "moka"
1089
+ version = "0.12.15"
1090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1091
+ checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
1092
+ dependencies = [
1093
+ "crossbeam-channel",
1094
+ "crossbeam-epoch",
1095
+ "crossbeam-utils",
1096
+ "equivalent",
1097
+ "parking_lot",
1098
+ "portable-atomic",
1099
+ "smallvec",
1100
+ "tagptr",
1101
+ "uuid",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "nom"
1106
+ version = "7.1.3"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1109
+ dependencies = [
1110
+ "memchr",
1111
+ "minimal-lexical",
1112
+ ]
1113
+
1114
+ [[package]]
1115
+ name = "nu-ansi-term"
1116
+ version = "0.50.3"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1119
+ dependencies = [
1120
+ "windows-sys 0.61.2",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "num-bigint"
1125
+ version = "0.4.8"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
1128
+ dependencies = [
1129
+ "num-integer",
1130
+ "num-traits",
1131
+ ]
1132
+
1133
+ [[package]]
1134
+ name = "num-conv"
1135
+ version = "0.2.2"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1138
+
1139
+ [[package]]
1140
+ name = "num-integer"
1141
+ version = "0.1.46"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1144
+ dependencies = [
1145
+ "num-traits",
1146
+ ]
1147
+
1148
+ [[package]]
1149
+ name = "num-traits"
1150
+ version = "0.2.19"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1153
+ dependencies = [
1154
+ "autocfg",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "oid-registry"
1159
+ version = "0.8.1"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
1162
+ dependencies = [
1163
+ "asn1-rs",
1164
+ ]
1165
+
1166
+ [[package]]
1167
+ name = "once_cell"
1168
+ version = "1.21.4"
1169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1170
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1171
+ dependencies = [
1172
+ "critical-section",
1173
+ "portable-atomic",
1174
+ ]
1175
+
1176
+ [[package]]
1177
+ name = "openssl-probe"
1178
+ version = "0.2.1"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1181
+
1182
+ [[package]]
1183
+ name = "parking_lot"
1184
+ version = "0.12.5"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1187
+ dependencies = [
1188
+ "lock_api",
1189
+ "parking_lot_core",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "parking_lot_core"
1194
+ version = "0.9.12"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1197
+ dependencies = [
1198
+ "cfg-if",
1199
+ "libc",
1200
+ "redox_syscall",
1201
+ "smallvec",
1202
+ "windows-link",
1203
+ ]
1204
+
1205
+ [[package]]
1206
+ name = "pem"
1207
+ version = "3.0.6"
1208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1209
+ checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
1210
+ dependencies = [
1211
+ "base64",
1212
+ "serde_core",
1213
+ ]
1214
+
1215
+ [[package]]
1216
+ name = "percent-encoding"
1217
+ version = "2.3.2"
1218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1219
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1220
+
1221
+ [[package]]
1222
+ name = "pin-project-lite"
1223
+ version = "0.2.17"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1226
+
1227
+ [[package]]
1228
+ name = "pkg-config"
1229
+ version = "0.3.33"
1230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1231
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1232
+
1233
+ [[package]]
1234
+ name = "portable-atomic"
1235
+ version = "1.14.0"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
1238
+
1239
+ [[package]]
1240
+ name = "potential_utf"
1241
+ version = "0.1.5"
1242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1243
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1244
+ dependencies = [
1245
+ "zerovec",
1246
+ ]
1247
+
1248
+ [[package]]
1249
+ name = "powerfmt"
1250
+ version = "0.2.0"
1251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1252
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1253
+
1254
+ [[package]]
1255
+ name = "ppv-lite86"
1256
+ version = "0.2.21"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1259
+ dependencies = [
1260
+ "zerocopy",
1261
+ ]
1262
+
1263
+ [[package]]
1264
+ name = "proc-macro2"
1265
+ version = "1.0.107"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
1268
+ dependencies = [
1269
+ "unicode-ident",
1270
+ ]
1271
+
1272
+ [[package]]
1273
+ name = "pyo3"
1274
+ version = "0.27.2"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
1277
+ dependencies = [
1278
+ "indoc",
1279
+ "libc",
1280
+ "memoffset",
1281
+ "once_cell",
1282
+ "portable-atomic",
1283
+ "pyo3-build-config",
1284
+ "pyo3-ffi",
1285
+ "pyo3-macros",
1286
+ "unindent",
1287
+ ]
1288
+
1289
+ [[package]]
1290
+ name = "pyo3-async-runtimes"
1291
+ version = "0.27.0"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "57ddb5b570751e93cc6777e81fee8087e59cd53b5043292f2a6d59d5bd80fdfd"
1294
+ dependencies = [
1295
+ "futures",
1296
+ "once_cell",
1297
+ "pin-project-lite",
1298
+ "pyo3",
1299
+ "tokio",
1300
+ ]
1301
+
1302
+ [[package]]
1303
+ name = "pyo3-build-config"
1304
+ version = "0.27.2"
1305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1306
+ checksum = "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
1307
+ dependencies = [
1308
+ "target-lexicon",
1309
+ ]
1310
+
1311
+ [[package]]
1312
+ name = "pyo3-ffi"
1313
+ version = "0.27.2"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
1316
+ dependencies = [
1317
+ "libc",
1318
+ "pyo3-build-config",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "pyo3-macros"
1323
+ version = "0.27.2"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
1326
+ dependencies = [
1327
+ "proc-macro2",
1328
+ "pyo3-macros-backend",
1329
+ "quote",
1330
+ "syn 2.0.119",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "pyo3-macros-backend"
1335
+ version = "0.27.2"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
1338
+ dependencies = [
1339
+ "heck",
1340
+ "proc-macro2",
1341
+ "pyo3-build-config",
1342
+ "quote",
1343
+ "syn 2.0.119",
1344
+ ]
1345
+
1346
+ [[package]]
1347
+ name = "quinn"
1348
+ version = "0.11.11"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
1351
+ dependencies = [
1352
+ "bytes",
1353
+ "cfg_aliases",
1354
+ "pin-project-lite",
1355
+ "quinn-proto",
1356
+ "quinn-udp",
1357
+ "rustc-hash",
1358
+ "rustls",
1359
+ "socket2",
1360
+ "thiserror",
1361
+ "tokio",
1362
+ "tracing",
1363
+ "web-time",
1364
+ ]
1365
+
1366
+ [[package]]
1367
+ name = "quinn-proto"
1368
+ version = "0.11.16"
1369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1370
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
1371
+ dependencies = [
1372
+ "bytes",
1373
+ "fastbloom",
1374
+ "getrandom 0.4.3",
1375
+ "lru-slab",
1376
+ "rand 0.10.2",
1377
+ "rand_pcg",
1378
+ "ring",
1379
+ "rustc-hash",
1380
+ "rustls",
1381
+ "rustls-pki-types",
1382
+ "rustls-platform-verifier",
1383
+ "slab",
1384
+ "thiserror",
1385
+ "tinyvec",
1386
+ "tracing",
1387
+ "web-time",
1388
+ ]
1389
+
1390
+ [[package]]
1391
+ name = "quinn-udp"
1392
+ version = "0.5.15"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
1395
+ dependencies = [
1396
+ "cfg_aliases",
1397
+ "libc",
1398
+ "once_cell",
1399
+ "socket2",
1400
+ "tracing",
1401
+ "windows-sys 0.61.2",
1402
+ ]
1403
+
1404
+ [[package]]
1405
+ name = "quote"
1406
+ version = "1.0.47"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
1409
+ dependencies = [
1410
+ "proc-macro2",
1411
+ ]
1412
+
1413
+ [[package]]
1414
+ name = "r-efi"
1415
+ version = "5.3.0"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1418
+
1419
+ [[package]]
1420
+ name = "r-efi"
1421
+ version = "6.0.0"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1424
+
1425
+ [[package]]
1426
+ name = "rand"
1427
+ version = "0.9.5"
1428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1429
+ checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
1430
+ dependencies = [
1431
+ "rand_chacha",
1432
+ "rand_core 0.9.5",
1433
+ ]
1434
+
1435
+ [[package]]
1436
+ name = "rand"
1437
+ version = "0.10.2"
1438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1440
+ dependencies = [
1441
+ "chacha20",
1442
+ "getrandom 0.4.3",
1443
+ "rand_core 0.10.1",
1444
+ ]
1445
+
1446
+ [[package]]
1447
+ name = "rand_chacha"
1448
+ version = "0.9.0"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1451
+ dependencies = [
1452
+ "ppv-lite86",
1453
+ "rand_core 0.9.5",
1454
+ ]
1455
+
1456
+ [[package]]
1457
+ name = "rand_core"
1458
+ version = "0.9.5"
1459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1460
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1461
+ dependencies = [
1462
+ "getrandom 0.3.4",
1463
+ ]
1464
+
1465
+ [[package]]
1466
+ name = "rand_core"
1467
+ version = "0.10.1"
1468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1469
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1470
+
1471
+ [[package]]
1472
+ name = "rand_pcg"
1473
+ version = "0.10.2"
1474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1475
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
1476
+ dependencies = [
1477
+ "rand_core 0.10.1",
1478
+ ]
1479
+
1480
+ [[package]]
1481
+ name = "rcgen"
1482
+ version = "0.14.8"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
1485
+ dependencies = [
1486
+ "pem",
1487
+ "ring",
1488
+ "rustls-pki-types",
1489
+ "time",
1490
+ "x509-parser",
1491
+ "yasna",
1492
+ ]
1493
+
1494
+ [[package]]
1495
+ name = "redox_syscall"
1496
+ version = "0.5.18"
1497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1499
+ dependencies = [
1500
+ "bitflags",
1501
+ ]
1502
+
1503
+ [[package]]
1504
+ name = "regex-automata"
1505
+ version = "0.4.16"
1506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1507
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
1508
+ dependencies = [
1509
+ "aho-corasick",
1510
+ "memchr",
1511
+ "regex-syntax",
1512
+ ]
1513
+
1514
+ [[package]]
1515
+ name = "regex-syntax"
1516
+ version = "0.8.11"
1517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1518
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1519
+
1520
+ [[package]]
1521
+ name = "resolv-conf"
1522
+ version = "0.7.6"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
1525
+
1526
+ [[package]]
1527
+ name = "ring"
1528
+ version = "0.17.14"
1529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1530
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1531
+ dependencies = [
1532
+ "cc",
1533
+ "cfg-if",
1534
+ "getrandom 0.2.17",
1535
+ "libc",
1536
+ "untrusted",
1537
+ "windows-sys 0.52.0",
1538
+ ]
1539
+
1540
+ [[package]]
1541
+ name = "rustc-hash"
1542
+ version = "2.1.3"
1543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1544
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1545
+
1546
+ [[package]]
1547
+ name = "rustc_version"
1548
+ version = "0.4.1"
1549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1550
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1551
+ dependencies = [
1552
+ "semver",
1553
+ ]
1554
+
1555
+ [[package]]
1556
+ name = "rusticata-macros"
1557
+ version = "4.1.0"
1558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+ checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
1560
+ dependencies = [
1561
+ "nom",
1562
+ ]
1563
+
1564
+ [[package]]
1565
+ name = "rustix"
1566
+ version = "1.1.4"
1567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1568
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1569
+ dependencies = [
1570
+ "bitflags",
1571
+ "errno",
1572
+ "libc",
1573
+ "linux-raw-sys",
1574
+ "windows-sys 0.61.2",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "rustls"
1579
+ version = "0.23.42"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
1582
+ dependencies = [
1583
+ "aws-lc-rs",
1584
+ "log",
1585
+ "once_cell",
1586
+ "ring",
1587
+ "rustls-pki-types",
1588
+ "rustls-webpki",
1589
+ "subtle",
1590
+ "zeroize",
1591
+ ]
1592
+
1593
+ [[package]]
1594
+ name = "rustls-native-certs"
1595
+ version = "0.8.4"
1596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
1598
+ dependencies = [
1599
+ "openssl-probe",
1600
+ "rustls-pki-types",
1601
+ "schannel",
1602
+ "security-framework",
1603
+ ]
1604
+
1605
+ [[package]]
1606
+ name = "rustls-pemfile"
1607
+ version = "2.2.0"
1608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1610
+ dependencies = [
1611
+ "rustls-pki-types",
1612
+ ]
1613
+
1614
+ [[package]]
1615
+ name = "rustls-pki-types"
1616
+ version = "1.15.1"
1617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
1619
+ dependencies = [
1620
+ "web-time",
1621
+ "zeroize",
1622
+ ]
1623
+
1624
+ [[package]]
1625
+ name = "rustls-platform-verifier"
1626
+ version = "0.7.0"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
1629
+ dependencies = [
1630
+ "core-foundation",
1631
+ "core-foundation-sys",
1632
+ "jni",
1633
+ "log",
1634
+ "once_cell",
1635
+ "rustls",
1636
+ "rustls-native-certs",
1637
+ "rustls-platform-verifier-android",
1638
+ "rustls-webpki",
1639
+ "security-framework",
1640
+ "security-framework-sys",
1641
+ "webpki-root-certs",
1642
+ "windows-sys 0.61.2",
1643
+ ]
1644
+
1645
+ [[package]]
1646
+ name = "rustls-platform-verifier-android"
1647
+ version = "0.1.1"
1648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1649
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1650
+
1651
+ [[package]]
1652
+ name = "rustls-webpki"
1653
+ version = "0.103.13"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1656
+ dependencies = [
1657
+ "aws-lc-rs",
1658
+ "ring",
1659
+ "rustls-pki-types",
1660
+ "untrusted",
1661
+ ]
1662
+
1663
+ [[package]]
1664
+ name = "rustversion"
1665
+ version = "1.0.23"
1666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1667
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1668
+
1669
+ [[package]]
1670
+ name = "same-file"
1671
+ version = "1.0.6"
1672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1673
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1674
+ dependencies = [
1675
+ "winapi-util",
1676
+ ]
1677
+
1678
+ [[package]]
1679
+ name = "schannel"
1680
+ version = "0.1.29"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
1683
+ dependencies = [
1684
+ "windows-sys 0.61.2",
1685
+ ]
1686
+
1687
+ [[package]]
1688
+ name = "scopeguard"
1689
+ version = "1.2.0"
1690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1691
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1692
+
1693
+ [[package]]
1694
+ name = "security-framework"
1695
+ version = "3.7.0"
1696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1697
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1698
+ dependencies = [
1699
+ "bitflags",
1700
+ "core-foundation",
1701
+ "core-foundation-sys",
1702
+ "libc",
1703
+ "security-framework-sys",
1704
+ ]
1705
+
1706
+ [[package]]
1707
+ name = "security-framework-sys"
1708
+ version = "2.17.0"
1709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
1711
+ dependencies = [
1712
+ "core-foundation-sys",
1713
+ "libc",
1714
+ ]
1715
+
1716
+ [[package]]
1717
+ name = "semver"
1718
+ version = "1.0.28"
1719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1721
+
1722
+ [[package]]
1723
+ name = "serde"
1724
+ version = "1.0.229"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1727
+ dependencies = [
1728
+ "serde_core",
1729
+ "serde_derive",
1730
+ ]
1731
+
1732
+ [[package]]
1733
+ name = "serde_core"
1734
+ version = "1.0.229"
1735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1736
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1737
+ dependencies = [
1738
+ "serde_derive",
1739
+ ]
1740
+
1741
+ [[package]]
1742
+ name = "serde_derive"
1743
+ version = "1.0.229"
1744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1745
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1746
+ dependencies = [
1747
+ "proc-macro2",
1748
+ "quote",
1749
+ "syn 3.0.3",
1750
+ ]
1751
+
1752
+ [[package]]
1753
+ name = "serde_json"
1754
+ version = "1.0.151"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1757
+ dependencies = [
1758
+ "itoa",
1759
+ "memchr",
1760
+ "serde",
1761
+ "serde_core",
1762
+ "zmij",
1763
+ ]
1764
+
1765
+ [[package]]
1766
+ name = "sha1"
1767
+ version = "0.10.7"
1768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1769
+ checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
1770
+ dependencies = [
1771
+ "cfg-if",
1772
+ "cpufeatures 0.2.17",
1773
+ "digest",
1774
+ ]
1775
+
1776
+ [[package]]
1777
+ name = "sha2"
1778
+ version = "0.10.9"
1779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1780
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1781
+ dependencies = [
1782
+ "cfg-if",
1783
+ "cpufeatures 0.2.17",
1784
+ "digest",
1785
+ ]
1786
+
1787
+ [[package]]
1788
+ name = "sharded-slab"
1789
+ version = "0.1.7"
1790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1792
+ dependencies = [
1793
+ "lazy_static",
1794
+ ]
1795
+
1796
+ [[package]]
1797
+ name = "shlex"
1798
+ version = "2.0.1"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1801
+
1802
+ [[package]]
1803
+ name = "signal-hook-registry"
1804
+ version = "1.4.8"
1805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1806
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1807
+ dependencies = [
1808
+ "errno",
1809
+ "libc",
1810
+ ]
1811
+
1812
+ [[package]]
1813
+ name = "simd_cesu8"
1814
+ version = "1.2.0"
1815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1816
+ checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
1817
+ dependencies = [
1818
+ "rustc_version",
1819
+ "simdutf8",
1820
+ ]
1821
+
1822
+ [[package]]
1823
+ name = "simdutf8"
1824
+ version = "0.1.5"
1825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1827
+
1828
+ [[package]]
1829
+ name = "siphasher"
1830
+ version = "1.0.3"
1831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1832
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
1833
+
1834
+ [[package]]
1835
+ name = "slab"
1836
+ version = "0.4.12"
1837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1838
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1839
+
1840
+ [[package]]
1841
+ name = "smallvec"
1842
+ version = "1.15.2"
1843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1844
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1845
+
1846
+ [[package]]
1847
+ name = "socket2"
1848
+ version = "0.6.5"
1849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
1851
+ dependencies = [
1852
+ "libc",
1853
+ "windows-sys 0.61.2",
1854
+ ]
1855
+
1856
+ [[package]]
1857
+ name = "stable_deref_trait"
1858
+ version = "1.2.1"
1859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1860
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1861
+
1862
+ [[package]]
1863
+ name = "subtle"
1864
+ version = "2.6.1"
1865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1866
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1867
+
1868
+ [[package]]
1869
+ name = "syn"
1870
+ version = "2.0.119"
1871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1872
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1873
+ dependencies = [
1874
+ "proc-macro2",
1875
+ "quote",
1876
+ "unicode-ident",
1877
+ ]
1878
+
1879
+ [[package]]
1880
+ name = "syn"
1881
+ version = "3.0.3"
1882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1883
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1884
+ dependencies = [
1885
+ "proc-macro2",
1886
+ "quote",
1887
+ "unicode-ident",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "synstructure"
1892
+ version = "0.13.2"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1895
+ dependencies = [
1896
+ "proc-macro2",
1897
+ "quote",
1898
+ "syn 2.0.119",
1899
+ ]
1900
+
1901
+ [[package]]
1902
+ name = "tagptr"
1903
+ version = "0.2.0"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
1906
+
1907
+ [[package]]
1908
+ name = "target-lexicon"
1909
+ version = "0.13.5"
1910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1911
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1912
+
1913
+ [[package]]
1914
+ name = "tempfile"
1915
+ version = "3.27.0"
1916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1918
+ dependencies = [
1919
+ "fastrand",
1920
+ "getrandom 0.4.3",
1921
+ "once_cell",
1922
+ "rustix",
1923
+ "windows-sys 0.61.2",
1924
+ ]
1925
+
1926
+ [[package]]
1927
+ name = "thiserror"
1928
+ version = "2.0.19"
1929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1930
+ checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
1931
+ dependencies = [
1932
+ "thiserror-impl",
1933
+ ]
1934
+
1935
+ [[package]]
1936
+ name = "thiserror-impl"
1937
+ version = "2.0.19"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
1940
+ dependencies = [
1941
+ "proc-macro2",
1942
+ "quote",
1943
+ "syn 3.0.3",
1944
+ ]
1945
+
1946
+ [[package]]
1947
+ name = "thread_local"
1948
+ version = "1.1.10"
1949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1950
+ checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
1951
+ dependencies = [
1952
+ "cfg-if",
1953
+ ]
1954
+
1955
+ [[package]]
1956
+ name = "time"
1957
+ version = "0.3.54"
1958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+ checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
1960
+ dependencies = [
1961
+ "deranged",
1962
+ "num-conv",
1963
+ "powerfmt",
1964
+ "serde_core",
1965
+ "time-core",
1966
+ "time-macros",
1967
+ ]
1968
+
1969
+ [[package]]
1970
+ name = "time-core"
1971
+ version = "0.1.9"
1972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1973
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
1974
+
1975
+ [[package]]
1976
+ name = "time-macros"
1977
+ version = "0.2.32"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
1980
+ dependencies = [
1981
+ "num-conv",
1982
+ "time-core",
1983
+ ]
1984
+
1985
+ [[package]]
1986
+ name = "tinystr"
1987
+ version = "0.8.3"
1988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1990
+ dependencies = [
1991
+ "displaydoc",
1992
+ "zerovec",
1993
+ ]
1994
+
1995
+ [[package]]
1996
+ name = "tinyvec"
1997
+ version = "1.12.0"
1998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
2000
+ dependencies = [
2001
+ "tinyvec_macros",
2002
+ ]
2003
+
2004
+ [[package]]
2005
+ name = "tinyvec_macros"
2006
+ version = "0.1.1"
2007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2008
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2009
+
2010
+ [[package]]
2011
+ name = "tokio"
2012
+ version = "1.53.1"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
2015
+ dependencies = [
2016
+ "bytes",
2017
+ "libc",
2018
+ "mio",
2019
+ "parking_lot",
2020
+ "pin-project-lite",
2021
+ "signal-hook-registry",
2022
+ "socket2",
2023
+ "tokio-macros",
2024
+ "windows-sys 0.61.2",
2025
+ ]
2026
+
2027
+ [[package]]
2028
+ name = "tokio-macros"
2029
+ version = "2.7.1"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba"
2032
+ dependencies = [
2033
+ "proc-macro2",
2034
+ "quote",
2035
+ "syn 2.0.119",
2036
+ ]
2037
+
2038
+ [[package]]
2039
+ name = "tokio-rustls"
2040
+ version = "0.26.4"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2043
+ dependencies = [
2044
+ "rustls",
2045
+ "tokio",
2046
+ ]
2047
+
2048
+ [[package]]
2049
+ name = "tokio-tungstenite"
2050
+ version = "0.28.0"
2051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2052
+ checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
2053
+ dependencies = [
2054
+ "futures-util",
2055
+ "log",
2056
+ "rustls",
2057
+ "rustls-pki-types",
2058
+ "tokio",
2059
+ "tokio-rustls",
2060
+ "tungstenite",
2061
+ "webpki-roots 0.26.11",
2062
+ ]
2063
+
2064
+ [[package]]
2065
+ name = "tokio-util"
2066
+ version = "0.7.19"
2067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2068
+ checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
2069
+ dependencies = [
2070
+ "bytes",
2071
+ "futures-core",
2072
+ "futures-sink",
2073
+ "libc",
2074
+ "pin-project-lite",
2075
+ "tokio",
2076
+ ]
2077
+
2078
+ [[package]]
2079
+ name = "tracing"
2080
+ version = "0.1.44"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2083
+ dependencies = [
2084
+ "log",
2085
+ "pin-project-lite",
2086
+ "tracing-attributes",
2087
+ "tracing-core",
2088
+ ]
2089
+
2090
+ [[package]]
2091
+ name = "tracing-attributes"
2092
+ version = "0.1.31"
2093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2094
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
2095
+ dependencies = [
2096
+ "proc-macro2",
2097
+ "quote",
2098
+ "syn 2.0.119",
2099
+ ]
2100
+
2101
+ [[package]]
2102
+ name = "tracing-core"
2103
+ version = "0.1.36"
2104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2105
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2106
+ dependencies = [
2107
+ "once_cell",
2108
+ "valuable",
2109
+ ]
2110
+
2111
+ [[package]]
2112
+ name = "tracing-log"
2113
+ version = "0.2.0"
2114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2115
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2116
+ dependencies = [
2117
+ "log",
2118
+ "once_cell",
2119
+ "tracing-core",
2120
+ ]
2121
+
2122
+ [[package]]
2123
+ name = "tracing-serde"
2124
+ version = "0.2.0"
2125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2126
+ checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
2127
+ dependencies = [
2128
+ "serde",
2129
+ "tracing-core",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "tracing-subscriber"
2134
+ version = "0.3.23"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
2137
+ dependencies = [
2138
+ "matchers",
2139
+ "nu-ansi-term",
2140
+ "once_cell",
2141
+ "regex-automata",
2142
+ "serde",
2143
+ "serde_json",
2144
+ "sharded-slab",
2145
+ "smallvec",
2146
+ "thread_local",
2147
+ "tracing",
2148
+ "tracing-core",
2149
+ "tracing-log",
2150
+ "tracing-serde",
2151
+ ]
2152
+
2153
+ [[package]]
2154
+ name = "try-lock"
2155
+ version = "0.2.5"
2156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2157
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2158
+
2159
+ [[package]]
2160
+ name = "tungstenite"
2161
+ version = "0.28.0"
2162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2163
+ checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
2164
+ dependencies = [
2165
+ "bytes",
2166
+ "data-encoding",
2167
+ "http",
2168
+ "httparse",
2169
+ "log",
2170
+ "rand 0.9.5",
2171
+ "rustls",
2172
+ "rustls-pki-types",
2173
+ "sha1",
2174
+ "thiserror",
2175
+ "utf-8",
2176
+ ]
2177
+
2178
+ [[package]]
2179
+ name = "typenum"
2180
+ version = "1.20.1"
2181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2182
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2183
+
2184
+ [[package]]
2185
+ name = "unicode-ident"
2186
+ version = "1.0.24"
2187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2188
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2189
+
2190
+ [[package]]
2191
+ name = "unindent"
2192
+ version = "0.2.4"
2193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2195
+
2196
+ [[package]]
2197
+ name = "untrusted"
2198
+ version = "0.9.0"
2199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2200
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2201
+
2202
+ [[package]]
2203
+ name = "url"
2204
+ version = "2.5.8"
2205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2206
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2207
+ dependencies = [
2208
+ "form_urlencoded",
2209
+ "idna",
2210
+ "percent-encoding",
2211
+ "serde",
2212
+ ]
2213
+
2214
+ [[package]]
2215
+ name = "utf-8"
2216
+ version = "0.7.6"
2217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2218
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2219
+
2220
+ [[package]]
2221
+ name = "utf8_iter"
2222
+ version = "1.0.4"
2223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2224
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2225
+
2226
+ [[package]]
2227
+ name = "uuid"
2228
+ version = "1.24.0"
2229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2230
+ checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
2231
+ dependencies = [
2232
+ "getrandom 0.4.3",
2233
+ "js-sys",
2234
+ "wasm-bindgen",
2235
+ ]
2236
+
2237
+ [[package]]
2238
+ name = "valuable"
2239
+ version = "0.1.1"
2240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2242
+
2243
+ [[package]]
2244
+ name = "version_check"
2245
+ version = "0.9.5"
2246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2247
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2248
+
2249
+ [[package]]
2250
+ name = "walkdir"
2251
+ version = "2.5.0"
2252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2253
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2254
+ dependencies = [
2255
+ "same-file",
2256
+ "winapi-util",
2257
+ ]
2258
+
2259
+ [[package]]
2260
+ name = "want"
2261
+ version = "0.3.1"
2262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2263
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2264
+ dependencies = [
2265
+ "try-lock",
2266
+ ]
2267
+
2268
+ [[package]]
2269
+ name = "wasi"
2270
+ version = "0.11.1+wasi-snapshot-preview1"
2271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2272
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2273
+
2274
+ [[package]]
2275
+ name = "wasip2"
2276
+ version = "1.0.4+wasi-0.2.12"
2277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2278
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2279
+ dependencies = [
2280
+ "wit-bindgen",
2281
+ ]
2282
+
2283
+ [[package]]
2284
+ name = "wasm-bindgen"
2285
+ version = "0.2.126"
2286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2287
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
2288
+ dependencies = [
2289
+ "cfg-if",
2290
+ "once_cell",
2291
+ "rustversion",
2292
+ "wasm-bindgen-macro",
2293
+ "wasm-bindgen-shared",
2294
+ ]
2295
+
2296
+ [[package]]
2297
+ name = "wasm-bindgen-macro"
2298
+ version = "0.2.126"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
2301
+ dependencies = [
2302
+ "quote",
2303
+ "wasm-bindgen-macro-support",
2304
+ ]
2305
+
2306
+ [[package]]
2307
+ name = "wasm-bindgen-macro-support"
2308
+ version = "0.2.126"
2309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2310
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
2311
+ dependencies = [
2312
+ "bumpalo",
2313
+ "proc-macro2",
2314
+ "quote",
2315
+ "syn 2.0.119",
2316
+ "wasm-bindgen-shared",
2317
+ ]
2318
+
2319
+ [[package]]
2320
+ name = "wasm-bindgen-shared"
2321
+ version = "0.2.126"
2322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2323
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
2324
+ dependencies = [
2325
+ "unicode-ident",
2326
+ ]
2327
+
2328
+ [[package]]
2329
+ name = "web-time"
2330
+ version = "1.1.0"
2331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2332
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2333
+ dependencies = [
2334
+ "js-sys",
2335
+ "wasm-bindgen",
2336
+ ]
2337
+
2338
+ [[package]]
2339
+ name = "webpki-root-certs"
2340
+ version = "1.0.9"
2341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2342
+ checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
2343
+ dependencies = [
2344
+ "rustls-pki-types",
2345
+ ]
2346
+
2347
+ [[package]]
2348
+ name = "webpki-roots"
2349
+ version = "0.26.11"
2350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2351
+ checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
2352
+ dependencies = [
2353
+ "webpki-roots 1.0.9",
2354
+ ]
2355
+
2356
+ [[package]]
2357
+ name = "webpki-roots"
2358
+ version = "1.0.9"
2359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2360
+ checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
2361
+ dependencies = [
2362
+ "rustls-pki-types",
2363
+ ]
2364
+
2365
+ [[package]]
2366
+ name = "widestring"
2367
+ version = "1.2.1"
2368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2369
+ checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
2370
+
2371
+ [[package]]
2372
+ name = "winapi-util"
2373
+ version = "0.1.11"
2374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2375
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2376
+ dependencies = [
2377
+ "windows-sys 0.61.2",
2378
+ ]
2379
+
2380
+ [[package]]
2381
+ name = "windows-link"
2382
+ version = "0.2.1"
2383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2384
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2385
+
2386
+ [[package]]
2387
+ name = "windows-registry"
2388
+ version = "0.6.1"
2389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2390
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
2391
+ dependencies = [
2392
+ "windows-link",
2393
+ "windows-result",
2394
+ "windows-strings",
2395
+ ]
2396
+
2397
+ [[package]]
2398
+ name = "windows-result"
2399
+ version = "0.4.1"
2400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2401
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2402
+ dependencies = [
2403
+ "windows-link",
2404
+ ]
2405
+
2406
+ [[package]]
2407
+ name = "windows-strings"
2408
+ version = "0.5.1"
2409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2410
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2411
+ dependencies = [
2412
+ "windows-link",
2413
+ ]
2414
+
2415
+ [[package]]
2416
+ name = "windows-sys"
2417
+ version = "0.52.0"
2418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2419
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2420
+ dependencies = [
2421
+ "windows-targets",
2422
+ ]
2423
+
2424
+ [[package]]
2425
+ name = "windows-sys"
2426
+ version = "0.61.2"
2427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2428
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2429
+ dependencies = [
2430
+ "windows-link",
2431
+ ]
2432
+
2433
+ [[package]]
2434
+ name = "windows-targets"
2435
+ version = "0.52.6"
2436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2437
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2438
+ dependencies = [
2439
+ "windows_aarch64_gnullvm",
2440
+ "windows_aarch64_msvc",
2441
+ "windows_i686_gnu",
2442
+ "windows_i686_gnullvm",
2443
+ "windows_i686_msvc",
2444
+ "windows_x86_64_gnu",
2445
+ "windows_x86_64_gnullvm",
2446
+ "windows_x86_64_msvc",
2447
+ ]
2448
+
2449
+ [[package]]
2450
+ name = "windows_aarch64_gnullvm"
2451
+ version = "0.52.6"
2452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2453
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2454
+
2455
+ [[package]]
2456
+ name = "windows_aarch64_msvc"
2457
+ version = "0.52.6"
2458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2459
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2460
+
2461
+ [[package]]
2462
+ name = "windows_i686_gnu"
2463
+ version = "0.52.6"
2464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2465
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2466
+
2467
+ [[package]]
2468
+ name = "windows_i686_gnullvm"
2469
+ version = "0.52.6"
2470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2471
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2472
+
2473
+ [[package]]
2474
+ name = "windows_i686_msvc"
2475
+ version = "0.52.6"
2476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2477
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2478
+
2479
+ [[package]]
2480
+ name = "windows_x86_64_gnu"
2481
+ version = "0.52.6"
2482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2483
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2484
+
2485
+ [[package]]
2486
+ name = "windows_x86_64_gnullvm"
2487
+ version = "0.52.6"
2488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2489
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2490
+
2491
+ [[package]]
2492
+ name = "windows_x86_64_msvc"
2493
+ version = "0.52.6"
2494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2495
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2496
+
2497
+ [[package]]
2498
+ name = "wit-bindgen"
2499
+ version = "0.57.1"
2500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2501
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2502
+
2503
+ [[package]]
2504
+ name = "writeable"
2505
+ version = "0.6.3"
2506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2507
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2508
+
2509
+ [[package]]
2510
+ name = "x509-parser"
2511
+ version = "0.18.1"
2512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2513
+ checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
2514
+ dependencies = [
2515
+ "asn1-rs",
2516
+ "data-encoding",
2517
+ "der-parser",
2518
+ "lazy_static",
2519
+ "nom",
2520
+ "oid-registry",
2521
+ "ring",
2522
+ "rusticata-macros",
2523
+ "thiserror",
2524
+ "time",
2525
+ ]
2526
+
2527
+ [[package]]
2528
+ name = "yasna"
2529
+ version = "0.6.0"
2530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2531
+ checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
2532
+ dependencies = [
2533
+ "bit-vec",
2534
+ "time",
2535
+ ]
2536
+
2537
+ [[package]]
2538
+ name = "yoke"
2539
+ version = "0.8.3"
2540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2541
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2542
+ dependencies = [
2543
+ "stable_deref_trait",
2544
+ "yoke-derive",
2545
+ "zerofrom",
2546
+ ]
2547
+
2548
+ [[package]]
2549
+ name = "yoke-derive"
2550
+ version = "0.8.2"
2551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2552
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2553
+ dependencies = [
2554
+ "proc-macro2",
2555
+ "quote",
2556
+ "syn 2.0.119",
2557
+ "synstructure",
2558
+ ]
2559
+
2560
+ [[package]]
2561
+ name = "zerocopy"
2562
+ version = "0.8.55"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
2565
+ dependencies = [
2566
+ "zerocopy-derive",
2567
+ ]
2568
+
2569
+ [[package]]
2570
+ name = "zerocopy-derive"
2571
+ version = "0.8.55"
2572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2573
+ checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
2574
+ dependencies = [
2575
+ "proc-macro2",
2576
+ "quote",
2577
+ "syn 2.0.119",
2578
+ ]
2579
+
2580
+ [[package]]
2581
+ name = "zerofrom"
2582
+ version = "0.1.8"
2583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2584
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2585
+ dependencies = [
2586
+ "zerofrom-derive",
2587
+ ]
2588
+
2589
+ [[package]]
2590
+ name = "zerofrom-derive"
2591
+ version = "0.1.7"
2592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2593
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2594
+ dependencies = [
2595
+ "proc-macro2",
2596
+ "quote",
2597
+ "syn 2.0.119",
2598
+ "synstructure",
2599
+ ]
2600
+
2601
+ [[package]]
2602
+ name = "zeroize"
2603
+ version = "1.9.0"
2604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2606
+
2607
+ [[package]]
2608
+ name = "zerotrie"
2609
+ version = "0.2.4"
2610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2611
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2612
+ dependencies = [
2613
+ "displaydoc",
2614
+ "yoke",
2615
+ "zerofrom",
2616
+ ]
2617
+
2618
+ [[package]]
2619
+ name = "zerovec"
2620
+ version = "0.11.6"
2621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2622
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2623
+ dependencies = [
2624
+ "yoke",
2625
+ "zerofrom",
2626
+ "zerovec-derive",
2627
+ ]
2628
+
2629
+ [[package]]
2630
+ name = "zerovec-derive"
2631
+ version = "0.11.3"
2632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2633
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2634
+ dependencies = [
2635
+ "proc-macro2",
2636
+ "quote",
2637
+ "syn 2.0.119",
2638
+ ]
2639
+
2640
+ [[package]]
2641
+ name = "zmij"
2642
+ version = "1.0.23"
2643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2644
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"