quietquic 0.1.0.alpha.3

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,1377 @@
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 = "arrayref"
16
+ version = "0.3.9"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
19
+
20
+ [[package]]
21
+ name = "arrayvec"
22
+ version = "0.7.8"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
25
+
26
+ [[package]]
27
+ name = "asn1-rs"
28
+ version = "0.7.2"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
31
+ dependencies = [
32
+ "asn1-rs-derive",
33
+ "asn1-rs-impl",
34
+ "displaydoc",
35
+ "nom",
36
+ "num-traits",
37
+ "rusticata-macros",
38
+ "thiserror",
39
+ "time",
40
+ ]
41
+
42
+ [[package]]
43
+ name = "asn1-rs-derive"
44
+ version = "0.6.0"
45
+ source = "registry+https://github.com/rust-lang/crates.io-index"
46
+ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
47
+ dependencies = [
48
+ "proc-macro2",
49
+ "quote",
50
+ "syn 2.0.119",
51
+ "synstructure",
52
+ ]
53
+
54
+ [[package]]
55
+ name = "asn1-rs-impl"
56
+ version = "0.2.0"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
59
+ dependencies = [
60
+ "proc-macro2",
61
+ "quote",
62
+ "syn 2.0.119",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "autocfg"
67
+ version = "1.5.1"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
70
+
71
+ [[package]]
72
+ name = "aws-lc-rs"
73
+ version = "1.17.3"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
76
+ dependencies = [
77
+ "aws-lc-sys",
78
+ "untrusted 0.7.1",
79
+ "zeroize",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "aws-lc-sys"
84
+ version = "0.43.0"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
87
+ dependencies = [
88
+ "cc",
89
+ "cmake",
90
+ "dunce",
91
+ "fs_extra",
92
+ "pkg-config",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "bindgen"
97
+ version = "0.72.1"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
100
+ dependencies = [
101
+ "bitflags",
102
+ "cexpr",
103
+ "clang-sys",
104
+ "itertools",
105
+ "proc-macro2",
106
+ "quote",
107
+ "regex",
108
+ "rustc-hash",
109
+ "shlex 1.3.0",
110
+ "syn 2.0.119",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "bit-vec"
115
+ version = "0.9.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
118
+ dependencies = [
119
+ "serde",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "bitflags"
124
+ version = "2.13.1"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
127
+
128
+ [[package]]
129
+ name = "blake3"
130
+ version = "1.8.5"
131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
132
+ checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
133
+ dependencies = [
134
+ "arrayref",
135
+ "arrayvec",
136
+ "cc",
137
+ "cfg-if",
138
+ "constant_time_eq",
139
+ "cpufeatures",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "bumpalo"
144
+ version = "3.20.3"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
147
+
148
+ [[package]]
149
+ name = "bytes"
150
+ version = "1.12.1"
151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
152
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
153
+
154
+ [[package]]
155
+ name = "cc"
156
+ version = "1.4.0"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
159
+ dependencies = [
160
+ "find-msvc-tools",
161
+ "jobserver",
162
+ "libc",
163
+ "shlex 2.0.1",
164
+ ]
165
+
166
+ [[package]]
167
+ name = "cexpr"
168
+ version = "0.6.0"
169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
170
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
171
+ dependencies = [
172
+ "nom",
173
+ ]
174
+
175
+ [[package]]
176
+ name = "cfg-if"
177
+ version = "1.0.4"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
180
+
181
+ [[package]]
182
+ name = "chacha20"
183
+ version = "0.10.1"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
186
+ dependencies = [
187
+ "cfg-if",
188
+ "cpufeatures",
189
+ "rand_core",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "clang-sys"
194
+ version = "1.8.1"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
197
+ dependencies = [
198
+ "glob",
199
+ "libc",
200
+ "libloading",
201
+ ]
202
+
203
+ [[package]]
204
+ name = "cmake"
205
+ version = "0.1.58"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
208
+ dependencies = [
209
+ "cc",
210
+ ]
211
+
212
+ [[package]]
213
+ name = "constant_time_eq"
214
+ version = "0.4.2"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
217
+
218
+ [[package]]
219
+ name = "cpufeatures"
220
+ version = "0.3.0"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
223
+ dependencies = [
224
+ "libc",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "data-encoding"
229
+ version = "2.11.0"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
232
+
233
+ [[package]]
234
+ name = "der-parser"
235
+ version = "10.0.0"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
238
+ dependencies = [
239
+ "asn1-rs",
240
+ "displaydoc",
241
+ "nom",
242
+ "num-bigint",
243
+ "num-traits",
244
+ "rusticata-macros",
245
+ ]
246
+
247
+ [[package]]
248
+ name = "deranged"
249
+ version = "0.5.8"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
252
+
253
+ [[package]]
254
+ name = "displaydoc"
255
+ version = "0.2.7"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
258
+ dependencies = [
259
+ "proc-macro2",
260
+ "quote",
261
+ "syn 3.0.3",
262
+ ]
263
+
264
+ [[package]]
265
+ name = "dunce"
266
+ version = "1.0.5"
267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
268
+ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
269
+
270
+ [[package]]
271
+ name = "either"
272
+ version = "1.17.0"
273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
274
+ checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
275
+
276
+ [[package]]
277
+ name = "equivalent"
278
+ version = "1.0.2"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
281
+
282
+ [[package]]
283
+ name = "fastbloom"
284
+ version = "0.17.0"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "ef975e30683b2d965054bb0a836f8973857c4ebf6acf274fe46617cd285060d8"
287
+ dependencies = [
288
+ "foldhash",
289
+ "libm",
290
+ "portable-atomic",
291
+ "siphasher",
292
+ ]
293
+
294
+ [[package]]
295
+ name = "find-msvc-tools"
296
+ version = "0.1.9"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
299
+
300
+ [[package]]
301
+ name = "foldhash"
302
+ version = "0.2.0"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
305
+
306
+ [[package]]
307
+ name = "fs_extra"
308
+ version = "1.3.0"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
311
+
312
+ [[package]]
313
+ name = "futures-core"
314
+ version = "0.3.33"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
317
+
318
+ [[package]]
319
+ name = "futures-macro"
320
+ version = "0.3.33"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
323
+ dependencies = [
324
+ "proc-macro2",
325
+ "quote",
326
+ "syn 2.0.119",
327
+ ]
328
+
329
+ [[package]]
330
+ name = "futures-task"
331
+ version = "0.3.33"
332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
333
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
334
+
335
+ [[package]]
336
+ name = "futures-util"
337
+ version = "0.3.33"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
340
+ dependencies = [
341
+ "futures-core",
342
+ "futures-macro",
343
+ "futures-task",
344
+ "pin-project-lite",
345
+ "slab",
346
+ ]
347
+
348
+ [[package]]
349
+ name = "getrandom"
350
+ version = "0.2.17"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
353
+ dependencies = [
354
+ "cfg-if",
355
+ "js-sys",
356
+ "libc",
357
+ "wasi",
358
+ "wasm-bindgen",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "getrandom"
363
+ version = "0.4.3"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
366
+ dependencies = [
367
+ "cfg-if",
368
+ "js-sys",
369
+ "libc",
370
+ "r-efi",
371
+ "rand_core",
372
+ "wasm-bindgen",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "glob"
377
+ version = "0.3.4"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
380
+
381
+ [[package]]
382
+ name = "hashbrown"
383
+ version = "0.17.1"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
386
+
387
+ [[package]]
388
+ name = "hex"
389
+ version = "0.4.3"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
392
+
393
+ [[package]]
394
+ name = "indexmap"
395
+ version = "2.14.0"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
398
+ dependencies = [
399
+ "equivalent",
400
+ "hashbrown",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "itertools"
405
+ version = "0.13.0"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
408
+ dependencies = [
409
+ "either",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "jobserver"
414
+ version = "0.1.35"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
417
+ dependencies = [
418
+ "getrandom 0.4.3",
419
+ "libc",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "js-sys"
424
+ version = "0.3.103"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
427
+ dependencies = [
428
+ "cfg-if",
429
+ "futures-util",
430
+ "wasm-bindgen",
431
+ ]
432
+
433
+ [[package]]
434
+ name = "lazy_static"
435
+ version = "1.5.0"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
438
+
439
+ [[package]]
440
+ name = "libc"
441
+ version = "0.2.189"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
444
+
445
+ [[package]]
446
+ name = "libloading"
447
+ version = "0.8.9"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
450
+ dependencies = [
451
+ "cfg-if",
452
+ "windows-link",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "libm"
457
+ version = "0.2.16"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
460
+
461
+ [[package]]
462
+ name = "log"
463
+ version = "0.4.33"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
466
+
467
+ [[package]]
468
+ name = "lru-slab"
469
+ version = "0.1.2"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
472
+
473
+ [[package]]
474
+ name = "magnus"
475
+ version = "0.8.2"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
478
+ dependencies = [
479
+ "magnus-macros",
480
+ "rb-sys",
481
+ "rb-sys-env",
482
+ "seq-macro",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "magnus-macros"
487
+ version = "0.8.0"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
490
+ dependencies = [
491
+ "proc-macro2",
492
+ "quote",
493
+ "syn 2.0.119",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "memchr"
498
+ version = "2.8.3"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
501
+
502
+ [[package]]
503
+ name = "minimal-lexical"
504
+ version = "0.2.1"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
507
+
508
+ [[package]]
509
+ name = "mio"
510
+ version = "1.2.2"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
513
+ dependencies = [
514
+ "libc",
515
+ "wasi",
516
+ "windows-sys 0.61.2",
517
+ ]
518
+
519
+ [[package]]
520
+ name = "nom"
521
+ version = "7.1.3"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
524
+ dependencies = [
525
+ "memchr",
526
+ "minimal-lexical",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "num-bigint"
531
+ version = "0.4.8"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
534
+ dependencies = [
535
+ "num-integer",
536
+ "num-traits",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "num-conv"
541
+ version = "0.2.2"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
544
+
545
+ [[package]]
546
+ name = "num-integer"
547
+ version = "0.1.46"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
550
+ dependencies = [
551
+ "num-traits",
552
+ ]
553
+
554
+ [[package]]
555
+ name = "num-traits"
556
+ version = "0.2.19"
557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
558
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
559
+ dependencies = [
560
+ "autocfg",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "oid-registry"
565
+ version = "0.8.1"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
568
+ dependencies = [
569
+ "asn1-rs",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "once_cell"
574
+ version = "1.21.4"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
577
+
578
+ [[package]]
579
+ name = "pin-project-lite"
580
+ version = "0.2.17"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
583
+
584
+ [[package]]
585
+ name = "pkg-config"
586
+ version = "0.3.33"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
589
+
590
+ [[package]]
591
+ name = "portable-atomic"
592
+ version = "1.14.0"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
595
+
596
+ [[package]]
597
+ name = "powerfmt"
598
+ version = "0.2.0"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
601
+
602
+ [[package]]
603
+ name = "proc-macro2"
604
+ version = "1.0.107"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
607
+ dependencies = [
608
+ "unicode-ident",
609
+ ]
610
+
611
+ [[package]]
612
+ name = "quietquic"
613
+ version = "0.0.1"
614
+ dependencies = [
615
+ "futures-util",
616
+ "hex",
617
+ "libc",
618
+ "magnus",
619
+ "quietquic 0.1.0-alpha.3",
620
+ "serde",
621
+ "tokio",
622
+ "toml",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "quietquic"
627
+ version = "0.1.0-alpha.3"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "3d2831846609f2cd76bc3d9945a7b2e88156db14d2059a01acff2d6c7ab48f21"
630
+ dependencies = [
631
+ "bytes",
632
+ "quietquic-proto",
633
+ "quinn-proto",
634
+ "thiserror",
635
+ "tokio",
636
+ "toml",
637
+ "tracing",
638
+ ]
639
+
640
+ [[package]]
641
+ name = "quietquic-proto"
642
+ version = "0.1.0-alpha.3"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "dfd9eb4b491680a01afeccb216df5ae9bcdedadffc6e3f537bde3b9c95cfbc94"
645
+ dependencies = [
646
+ "aws-lc-rs",
647
+ "blake3",
648
+ "bytes",
649
+ "hex",
650
+ "quinn-proto",
651
+ "rcgen",
652
+ "rustls",
653
+ "serde",
654
+ "thiserror",
655
+ "toml",
656
+ "tracing",
657
+ "zeroize",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "quinn-proto"
662
+ version = "0.11.16"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
665
+ dependencies = [
666
+ "aws-lc-rs",
667
+ "bytes",
668
+ "fastbloom",
669
+ "getrandom 0.4.3",
670
+ "lru-slab",
671
+ "rand",
672
+ "rand_pcg",
673
+ "ring",
674
+ "rustc-hash",
675
+ "rustls",
676
+ "rustls-pki-types",
677
+ "slab",
678
+ "thiserror",
679
+ "tinyvec",
680
+ "tracing",
681
+ "web-time",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "quote"
686
+ version = "1.0.47"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
689
+ dependencies = [
690
+ "proc-macro2",
691
+ ]
692
+
693
+ [[package]]
694
+ name = "r-efi"
695
+ version = "6.0.0"
696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
697
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
698
+
699
+ [[package]]
700
+ name = "rand"
701
+ version = "0.10.2"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
704
+ dependencies = [
705
+ "chacha20",
706
+ "getrandom 0.4.3",
707
+ "rand_core",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "rand_core"
712
+ version = "0.10.1"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
715
+
716
+ [[package]]
717
+ name = "rand_pcg"
718
+ version = "0.10.2"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
721
+ dependencies = [
722
+ "rand_core",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "rb-sys"
727
+ version = "0.9.128"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
730
+ dependencies = [
731
+ "rb-sys-build",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "rb-sys-build"
736
+ version = "0.9.128"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
739
+ dependencies = [
740
+ "bindgen",
741
+ "lazy_static",
742
+ "proc-macro2",
743
+ "quote",
744
+ "regex",
745
+ "shell-words",
746
+ "syn 2.0.119",
747
+ ]
748
+
749
+ [[package]]
750
+ name = "rb-sys-env"
751
+ version = "0.2.3"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
754
+
755
+ [[package]]
756
+ name = "rcgen"
757
+ version = "0.14.8"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
760
+ dependencies = [
761
+ "aws-lc-rs",
762
+ "rustls-pki-types",
763
+ "time",
764
+ "x509-parser",
765
+ "yasna",
766
+ ]
767
+
768
+ [[package]]
769
+ name = "regex"
770
+ version = "1.13.1"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
773
+ dependencies = [
774
+ "aho-corasick",
775
+ "memchr",
776
+ "regex-automata",
777
+ "regex-syntax",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "regex-automata"
782
+ version = "0.4.16"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
785
+ dependencies = [
786
+ "aho-corasick",
787
+ "memchr",
788
+ "regex-syntax",
789
+ ]
790
+
791
+ [[package]]
792
+ name = "regex-syntax"
793
+ version = "0.8.11"
794
+ source = "registry+https://github.com/rust-lang/crates.io-index"
795
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
796
+
797
+ [[package]]
798
+ name = "ring"
799
+ version = "0.17.14"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
802
+ dependencies = [
803
+ "cc",
804
+ "cfg-if",
805
+ "getrandom 0.2.17",
806
+ "libc",
807
+ "untrusted 0.9.0",
808
+ "windows-sys 0.52.0",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "rustc-hash"
813
+ version = "2.1.3"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
816
+
817
+ [[package]]
818
+ name = "rusticata-macros"
819
+ version = "4.1.0"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
822
+ dependencies = [
823
+ "nom",
824
+ ]
825
+
826
+ [[package]]
827
+ name = "rustls"
828
+ version = "0.23.42"
829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
830
+ checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
831
+ dependencies = [
832
+ "aws-lc-rs",
833
+ "once_cell",
834
+ "rustls-pki-types",
835
+ "rustls-webpki",
836
+ "subtle",
837
+ "zeroize",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "rustls-pki-types"
842
+ version = "1.15.1"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
845
+ dependencies = [
846
+ "web-time",
847
+ "zeroize",
848
+ ]
849
+
850
+ [[package]]
851
+ name = "rustls-webpki"
852
+ version = "0.103.13"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
855
+ dependencies = [
856
+ "aws-lc-rs",
857
+ "ring",
858
+ "rustls-pki-types",
859
+ "untrusted 0.9.0",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "rustversion"
864
+ version = "1.0.23"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
867
+
868
+ [[package]]
869
+ name = "seq-macro"
870
+ version = "0.3.6"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
873
+
874
+ [[package]]
875
+ name = "serde"
876
+ version = "1.0.229"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
879
+ dependencies = [
880
+ "serde_core",
881
+ "serde_derive",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "serde_core"
886
+ version = "1.0.229"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
889
+ dependencies = [
890
+ "serde_derive",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "serde_derive"
895
+ version = "1.0.229"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
898
+ dependencies = [
899
+ "proc-macro2",
900
+ "quote",
901
+ "syn 3.0.3",
902
+ ]
903
+
904
+ [[package]]
905
+ name = "serde_spanned"
906
+ version = "0.6.9"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
909
+ dependencies = [
910
+ "serde",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "shell-words"
915
+ version = "1.1.1"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
918
+
919
+ [[package]]
920
+ name = "shlex"
921
+ version = "1.3.0"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
924
+
925
+ [[package]]
926
+ name = "shlex"
927
+ version = "2.0.1"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
930
+
931
+ [[package]]
932
+ name = "siphasher"
933
+ version = "1.0.3"
934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
935
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
936
+
937
+ [[package]]
938
+ name = "slab"
939
+ version = "0.4.12"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
942
+
943
+ [[package]]
944
+ name = "socket2"
945
+ version = "0.6.5"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
948
+ dependencies = [
949
+ "libc",
950
+ "windows-sys 0.61.2",
951
+ ]
952
+
953
+ [[package]]
954
+ name = "subtle"
955
+ version = "2.6.1"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
958
+
959
+ [[package]]
960
+ name = "syn"
961
+ version = "2.0.119"
962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
963
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
964
+ dependencies = [
965
+ "proc-macro2",
966
+ "quote",
967
+ "unicode-ident",
968
+ ]
969
+
970
+ [[package]]
971
+ name = "syn"
972
+ version = "3.0.3"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
975
+ dependencies = [
976
+ "proc-macro2",
977
+ "quote",
978
+ "unicode-ident",
979
+ ]
980
+
981
+ [[package]]
982
+ name = "synstructure"
983
+ version = "0.13.2"
984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
985
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
986
+ dependencies = [
987
+ "proc-macro2",
988
+ "quote",
989
+ "syn 2.0.119",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "thiserror"
994
+ version = "2.0.19"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
997
+ dependencies = [
998
+ "thiserror-impl",
999
+ ]
1000
+
1001
+ [[package]]
1002
+ name = "thiserror-impl"
1003
+ version = "2.0.19"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
1006
+ dependencies = [
1007
+ "proc-macro2",
1008
+ "quote",
1009
+ "syn 3.0.3",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "time"
1014
+ version = "0.3.54"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
1017
+ dependencies = [
1018
+ "deranged",
1019
+ "num-conv",
1020
+ "powerfmt",
1021
+ "serde_core",
1022
+ "time-core",
1023
+ "time-macros",
1024
+ ]
1025
+
1026
+ [[package]]
1027
+ name = "time-core"
1028
+ version = "0.1.9"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
1031
+
1032
+ [[package]]
1033
+ name = "time-macros"
1034
+ version = "0.2.32"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
1037
+ dependencies = [
1038
+ "num-conv",
1039
+ "time-core",
1040
+ ]
1041
+
1042
+ [[package]]
1043
+ name = "tinyvec"
1044
+ version = "1.12.0"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
1047
+ dependencies = [
1048
+ "tinyvec_macros",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "tinyvec_macros"
1053
+ version = "0.1.1"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1056
+
1057
+ [[package]]
1058
+ name = "tokio"
1059
+ version = "1.53.1"
1060
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1061
+ checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
1062
+ dependencies = [
1063
+ "libc",
1064
+ "mio",
1065
+ "pin-project-lite",
1066
+ "socket2",
1067
+ "tokio-macros",
1068
+ "windows-sys 0.61.2",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "tokio-macros"
1073
+ version = "2.7.1"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba"
1076
+ dependencies = [
1077
+ "proc-macro2",
1078
+ "quote",
1079
+ "syn 2.0.119",
1080
+ ]
1081
+
1082
+ [[package]]
1083
+ name = "toml"
1084
+ version = "0.8.23"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
1087
+ dependencies = [
1088
+ "serde",
1089
+ "serde_spanned",
1090
+ "toml_datetime",
1091
+ "toml_edit",
1092
+ ]
1093
+
1094
+ [[package]]
1095
+ name = "toml_datetime"
1096
+ version = "0.6.11"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
1099
+ dependencies = [
1100
+ "serde",
1101
+ ]
1102
+
1103
+ [[package]]
1104
+ name = "toml_edit"
1105
+ version = "0.22.27"
1106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1107
+ checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
1108
+ dependencies = [
1109
+ "indexmap",
1110
+ "serde",
1111
+ "serde_spanned",
1112
+ "toml_datetime",
1113
+ "toml_write",
1114
+ "winnow",
1115
+ ]
1116
+
1117
+ [[package]]
1118
+ name = "toml_write"
1119
+ version = "0.1.2"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
1122
+
1123
+ [[package]]
1124
+ name = "tracing"
1125
+ version = "0.1.44"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1128
+ dependencies = [
1129
+ "log",
1130
+ "pin-project-lite",
1131
+ "tracing-attributes",
1132
+ "tracing-core",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "tracing-attributes"
1137
+ version = "0.1.31"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1140
+ dependencies = [
1141
+ "proc-macro2",
1142
+ "quote",
1143
+ "syn 2.0.119",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "tracing-core"
1148
+ version = "0.1.36"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1151
+ dependencies = [
1152
+ "once_cell",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "unicode-ident"
1157
+ version = "1.0.24"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1160
+
1161
+ [[package]]
1162
+ name = "untrusted"
1163
+ version = "0.7.1"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1166
+
1167
+ [[package]]
1168
+ name = "untrusted"
1169
+ version = "0.9.0"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1172
+
1173
+ [[package]]
1174
+ name = "wasi"
1175
+ version = "0.11.1+wasi-snapshot-preview1"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1178
+
1179
+ [[package]]
1180
+ name = "wasm-bindgen"
1181
+ version = "0.2.126"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
1184
+ dependencies = [
1185
+ "cfg-if",
1186
+ "once_cell",
1187
+ "rustversion",
1188
+ "wasm-bindgen-macro",
1189
+ "wasm-bindgen-shared",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "wasm-bindgen-macro"
1194
+ version = "0.2.126"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
1197
+ dependencies = [
1198
+ "quote",
1199
+ "wasm-bindgen-macro-support",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "wasm-bindgen-macro-support"
1204
+ version = "0.2.126"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
1207
+ dependencies = [
1208
+ "bumpalo",
1209
+ "proc-macro2",
1210
+ "quote",
1211
+ "syn 2.0.119",
1212
+ "wasm-bindgen-shared",
1213
+ ]
1214
+
1215
+ [[package]]
1216
+ name = "wasm-bindgen-shared"
1217
+ version = "0.2.126"
1218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1219
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
1220
+ dependencies = [
1221
+ "unicode-ident",
1222
+ ]
1223
+
1224
+ [[package]]
1225
+ name = "web-time"
1226
+ version = "1.1.0"
1227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1228
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1229
+ dependencies = [
1230
+ "js-sys",
1231
+ "wasm-bindgen",
1232
+ ]
1233
+
1234
+ [[package]]
1235
+ name = "windows-link"
1236
+ version = "0.2.1"
1237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1238
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1239
+
1240
+ [[package]]
1241
+ name = "windows-sys"
1242
+ version = "0.52.0"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1245
+ dependencies = [
1246
+ "windows-targets",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "windows-sys"
1251
+ version = "0.61.2"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1254
+ dependencies = [
1255
+ "windows-link",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "windows-targets"
1260
+ version = "0.52.6"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1263
+ dependencies = [
1264
+ "windows_aarch64_gnullvm",
1265
+ "windows_aarch64_msvc",
1266
+ "windows_i686_gnu",
1267
+ "windows_i686_gnullvm",
1268
+ "windows_i686_msvc",
1269
+ "windows_x86_64_gnu",
1270
+ "windows_x86_64_gnullvm",
1271
+ "windows_x86_64_msvc",
1272
+ ]
1273
+
1274
+ [[package]]
1275
+ name = "windows_aarch64_gnullvm"
1276
+ version = "0.52.6"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1279
+
1280
+ [[package]]
1281
+ name = "windows_aarch64_msvc"
1282
+ version = "0.52.6"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1285
+
1286
+ [[package]]
1287
+ name = "windows_i686_gnu"
1288
+ version = "0.52.6"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1291
+
1292
+ [[package]]
1293
+ name = "windows_i686_gnullvm"
1294
+ version = "0.52.6"
1295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1297
+
1298
+ [[package]]
1299
+ name = "windows_i686_msvc"
1300
+ version = "0.52.6"
1301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1303
+
1304
+ [[package]]
1305
+ name = "windows_x86_64_gnu"
1306
+ version = "0.52.6"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1309
+
1310
+ [[package]]
1311
+ name = "windows_x86_64_gnullvm"
1312
+ version = "0.52.6"
1313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1314
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1315
+
1316
+ [[package]]
1317
+ name = "windows_x86_64_msvc"
1318
+ version = "0.52.6"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1321
+
1322
+ [[package]]
1323
+ name = "winnow"
1324
+ version = "0.7.15"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
1327
+ dependencies = [
1328
+ "memchr",
1329
+ ]
1330
+
1331
+ [[package]]
1332
+ name = "x509-parser"
1333
+ version = "0.18.1"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
1336
+ dependencies = [
1337
+ "asn1-rs",
1338
+ "aws-lc-rs",
1339
+ "data-encoding",
1340
+ "der-parser",
1341
+ "lazy_static",
1342
+ "nom",
1343
+ "oid-registry",
1344
+ "rusticata-macros",
1345
+ "thiserror",
1346
+ "time",
1347
+ ]
1348
+
1349
+ [[package]]
1350
+ name = "yasna"
1351
+ version = "0.6.0"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
1354
+ dependencies = [
1355
+ "bit-vec",
1356
+ "time",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "zeroize"
1361
+ version = "1.9.0"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1364
+ dependencies = [
1365
+ "zeroize_derive",
1366
+ ]
1367
+
1368
+ [[package]]
1369
+ name = "zeroize_derive"
1370
+ version = "1.5.0"
1371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1372
+ checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
1373
+ dependencies = [
1374
+ "proc-macro2",
1375
+ "quote",
1376
+ "syn 2.0.119",
1377
+ ]