wickra-xray 0.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.
Files changed (40) hide show
  1. wickra_xray-0.1.0/Cargo.lock +3143 -0
  2. wickra_xray-0.1.0/Cargo.toml +101 -0
  3. wickra_xray-0.1.0/PKG-INFO +80 -0
  4. wickra_xray-0.1.0/README.md +50 -0
  5. wickra_xray-0.1.0/bindings/python/Cargo.toml +25 -0
  6. wickra_xray-0.1.0/bindings/python/LICENSE-APACHE +201 -0
  7. wickra_xray-0.1.0/bindings/python/LICENSE-MIT +21 -0
  8. wickra_xray-0.1.0/bindings/python/README.md +50 -0
  9. wickra_xray-0.1.0/bindings/python/src/lib.rs +56 -0
  10. wickra_xray-0.1.0/bindings/python/tests/test_completeness.py +32 -0
  11. wickra_xray-0.1.0/bindings/python/tests/test_golden.py +36 -0
  12. wickra_xray-0.1.0/bindings/python/tests/test_scrubber.py +91 -0
  13. wickra_xray-0.1.0/bindings/python/tests/test_smoke.py +39 -0
  14. wickra_xray-0.1.0/crates/wickra-xray-core/Cargo.toml +47 -0
  15. wickra_xray-0.1.0/crates/wickra-xray-core/LICENSE-APACHE +201 -0
  16. wickra_xray-0.1.0/crates/wickra-xray-core/LICENSE-MIT +21 -0
  17. wickra_xray-0.1.0/crates/wickra-xray-core/README.md +320 -0
  18. wickra_xray-0.1.0/crates/wickra-xray-core/src/book.rs +122 -0
  19. wickra_xray-0.1.0/crates/wickra-xray-core/src/config.rs +77 -0
  20. wickra_xray-0.1.0/crates/wickra-xray-core/src/dataset.rs +132 -0
  21. wickra_xray-0.1.0/crates/wickra-xray-core/src/error.rs +33 -0
  22. wickra_xray-0.1.0/crates/wickra-xray-core/src/frame.rs +140 -0
  23. wickra_xray-0.1.0/crates/wickra-xray-core/src/indicator_set.rs +21 -0
  24. wickra_xray-0.1.0/crates/wickra-xray-core/src/lib.rs +52 -0
  25. wickra_xray-0.1.0/crates/wickra-xray-core/src/panels/book_heatmap.rs +164 -0
  26. wickra_xray-0.1.0/crates/wickra-xray-core/src/panels/footprint.rs +87 -0
  27. wickra_xray-0.1.0/crates/wickra-xray-core/src/panels/funding_oi_divergence.rs +175 -0
  28. wickra_xray-0.1.0/crates/wickra-xray-core/src/panels/liquidation_map.rs +101 -0
  29. wickra_xray-0.1.0/crates/wickra-xray-core/src/panels/mod.rs +75 -0
  30. wickra_xray-0.1.0/crates/wickra-xray-core/src/spec.rs +186 -0
  31. wickra_xray-0.1.0/crates/wickra-xray-core/src/types.rs +180 -0
  32. wickra_xray-0.1.0/crates/wickra-xray-core/src/xray.rs +337 -0
  33. wickra_xray-0.1.0/crates/wickra-xray-core/tests/conformance.rs +156 -0
  34. wickra_xray-0.1.0/crates/wickra-xray-core/tests/frame_at_eq_frame.rs +95 -0
  35. wickra_xray-0.1.0/crates/wickra-xray-core/tests/golden.rs +52 -0
  36. wickra_xray-0.1.0/crates/wickra-xray-core/tests/proptest_invariants.rs +239 -0
  37. wickra_xray-0.1.0/pyproject.toml +46 -0
  38. wickra_xray-0.1.0/python/wickra_xray/__init__.py +10 -0
  39. wickra_xray-0.1.0/python/wickra_xray/__init__.pyi +25 -0
  40. wickra_xray-0.1.0/python/wickra_xray/py.typed +0 -0
@@ -0,0 +1,3143 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.7.8"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
10
+ dependencies = [
11
+ "getrandom 0.2.17",
12
+ "once_cell",
13
+ "version_check",
14
+ ]
15
+
16
+ [[package]]
17
+ name = "aho-corasick"
18
+ version = "1.1.4"
19
+ source = "registry+https://github.com/rust-lang/crates.io-index"
20
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
21
+ dependencies = [
22
+ "memchr",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "anes"
27
+ version = "0.1.6"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
30
+
31
+ [[package]]
32
+ name = "anstream"
33
+ version = "1.0.0"
34
+ source = "registry+https://github.com/rust-lang/crates.io-index"
35
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
36
+ dependencies = [
37
+ "anstyle",
38
+ "anstyle-parse",
39
+ "anstyle-query",
40
+ "anstyle-wincon",
41
+ "colorchoice",
42
+ "is_terminal_polyfill",
43
+ "utf8parse",
44
+ ]
45
+
46
+ [[package]]
47
+ name = "anstyle"
48
+ version = "1.0.14"
49
+ source = "registry+https://github.com/rust-lang/crates.io-index"
50
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
51
+
52
+ [[package]]
53
+ name = "anstyle-parse"
54
+ version = "1.0.0"
55
+ source = "registry+https://github.com/rust-lang/crates.io-index"
56
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
57
+ dependencies = [
58
+ "utf8parse",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "anstyle-query"
63
+ version = "1.1.5"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
66
+ dependencies = [
67
+ "windows-sys 0.61.2",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anstyle-wincon"
72
+ version = "3.0.11"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
75
+ dependencies = [
76
+ "anstyle",
77
+ "once_cell_polyfill",
78
+ "windows-sys 0.61.2",
79
+ ]
80
+
81
+ [[package]]
82
+ name = "anyhow"
83
+ version = "1.0.104"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
86
+
87
+ [[package]]
88
+ name = "approx"
89
+ version = "0.5.1"
90
+ source = "registry+https://github.com/rust-lang/crates.io-index"
91
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
92
+ dependencies = [
93
+ "num-traits",
94
+ ]
95
+
96
+ [[package]]
97
+ name = "arrayvec"
98
+ version = "0.7.8"
99
+ source = "registry+https://github.com/rust-lang/crates.io-index"
100
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
101
+
102
+ [[package]]
103
+ name = "atomic-waker"
104
+ version = "1.1.2"
105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
106
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
107
+
108
+ [[package]]
109
+ name = "autocfg"
110
+ version = "1.5.1"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
113
+
114
+ [[package]]
115
+ name = "base16ct"
116
+ version = "1.0.0"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6"
119
+
120
+ [[package]]
121
+ name = "base64"
122
+ version = "0.22.1"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
125
+
126
+ [[package]]
127
+ name = "base64ct"
128
+ version = "1.8.3"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
131
+
132
+ [[package]]
133
+ name = "bit-set"
134
+ version = "0.8.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
137
+ dependencies = [
138
+ "bit-vec",
139
+ ]
140
+
141
+ [[package]]
142
+ name = "bit-vec"
143
+ version = "0.8.0"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
146
+
147
+ [[package]]
148
+ name = "bitflags"
149
+ version = "2.13.0"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
152
+
153
+ [[package]]
154
+ name = "bitvec"
155
+ version = "1.1.1"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
158
+ dependencies = [
159
+ "funty",
160
+ "radium",
161
+ "tap",
162
+ "wyz",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "block-buffer"
167
+ version = "0.12.1"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
170
+ dependencies = [
171
+ "hybrid-array",
172
+ ]
173
+
174
+ [[package]]
175
+ name = "borsh"
176
+ version = "1.7.0"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145"
179
+ dependencies = [
180
+ "borsh-derive",
181
+ "bytes",
182
+ "cfg_aliases",
183
+ ]
184
+
185
+ [[package]]
186
+ name = "borsh-derive"
187
+ version = "1.7.0"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "3ae8fb4fb5740e4b2c4884ff95f5f32f5e8479db1e8fd8eb49ddbe09eb09bb7c"
190
+ dependencies = [
191
+ "once_cell",
192
+ "proc-macro-crate",
193
+ "proc-macro2",
194
+ "quote",
195
+ "syn 2.0.118",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "bumpalo"
200
+ version = "3.20.3"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
203
+
204
+ [[package]]
205
+ name = "bytecheck"
206
+ version = "0.6.12"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
209
+ dependencies = [
210
+ "bytecheck_derive",
211
+ "ptr_meta",
212
+ "simdutf8",
213
+ ]
214
+
215
+ [[package]]
216
+ name = "bytecheck_derive"
217
+ version = "0.6.12"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
220
+ dependencies = [
221
+ "proc-macro2",
222
+ "quote",
223
+ "syn 1.0.109",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "bytes"
228
+ version = "1.12.0"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
231
+
232
+ [[package]]
233
+ name = "cast"
234
+ version = "0.3.0"
235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
236
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
237
+
238
+ [[package]]
239
+ name = "cc"
240
+ version = "1.2.65"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
243
+ dependencies = [
244
+ "find-msvc-tools",
245
+ "shlex",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "cfg-if"
250
+ version = "1.0.4"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
253
+
254
+ [[package]]
255
+ name = "cfg_aliases"
256
+ version = "0.2.1"
257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
258
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
259
+
260
+ [[package]]
261
+ name = "chacha20"
262
+ version = "0.10.1"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
265
+ dependencies = [
266
+ "cfg-if",
267
+ "cpufeatures",
268
+ "rand_core 0.10.1",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "ciborium"
273
+ version = "0.2.2"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
276
+ dependencies = [
277
+ "ciborium-io",
278
+ "ciborium-ll",
279
+ "serde",
280
+ ]
281
+
282
+ [[package]]
283
+ name = "ciborium-io"
284
+ version = "0.2.2"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
287
+
288
+ [[package]]
289
+ name = "ciborium-ll"
290
+ version = "0.2.2"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
293
+ dependencies = [
294
+ "ciborium-io",
295
+ "half",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "clap"
300
+ version = "4.6.4"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7"
303
+ dependencies = [
304
+ "clap_builder",
305
+ "clap_derive",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "clap_builder"
310
+ version = "4.6.2"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
313
+ dependencies = [
314
+ "anstream",
315
+ "anstyle",
316
+ "clap_lex",
317
+ "strsim",
318
+ ]
319
+
320
+ [[package]]
321
+ name = "clap_derive"
322
+ version = "4.6.4"
323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
324
+ checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
325
+ dependencies = [
326
+ "heck",
327
+ "proc-macro2",
328
+ "quote",
329
+ "syn 3.0.3",
330
+ ]
331
+
332
+ [[package]]
333
+ name = "clap_lex"
334
+ version = "1.1.0"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
337
+
338
+ [[package]]
339
+ name = "cmov"
340
+ version = "0.5.4"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
343
+
344
+ [[package]]
345
+ name = "codspeed"
346
+ version = "5.0.1"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "7083f253260bcb4aaa3b4aa4c52973703dabc1a85c2f193997e2689aafa8a919"
349
+ dependencies = [
350
+ "anyhow",
351
+ "cc",
352
+ "colored",
353
+ "getrandom 0.4.3",
354
+ "glob",
355
+ "libc",
356
+ "nix",
357
+ "serde",
358
+ "serde_json",
359
+ "statrs",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "codspeed-criterion-compat"
364
+ version = "5.0.1"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "d9f24251445188c69d50f10179d795424bd71b533b7e3f84fc03f26893b01af0"
367
+ dependencies = [
368
+ "clap",
369
+ "codspeed",
370
+ "codspeed-criterion-compat-walltime",
371
+ "colored",
372
+ "regex",
373
+ ]
374
+
375
+ [[package]]
376
+ name = "codspeed-criterion-compat-walltime"
377
+ version = "5.0.1"
378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
379
+ checksum = "5c38205d56e2cb4fe04b708de7f9653a3f1b89edbe3a20b28f21e9e525e9e061"
380
+ dependencies = [
381
+ "anes",
382
+ "cast",
383
+ "ciborium",
384
+ "clap",
385
+ "codspeed",
386
+ "criterion-plot",
387
+ "is-terminal",
388
+ "itertools",
389
+ "num-traits",
390
+ "once_cell",
391
+ "oorandom",
392
+ "plotters",
393
+ "rayon",
394
+ "regex",
395
+ "serde",
396
+ "serde_derive",
397
+ "serde_json",
398
+ "tinytemplate",
399
+ "walkdir",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "colorchoice"
404
+ version = "1.0.5"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
407
+
408
+ [[package]]
409
+ name = "colored"
410
+ version = "3.1.1"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
413
+ dependencies = [
414
+ "windows-sys 0.61.2",
415
+ ]
416
+
417
+ [[package]]
418
+ name = "const-oid"
419
+ version = "0.10.2"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
422
+
423
+ [[package]]
424
+ name = "convert_case"
425
+ version = "0.11.0"
426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
427
+ checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
428
+ dependencies = [
429
+ "unicode-segmentation",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "cpubits"
434
+ version = "0.1.1"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae"
437
+
438
+ [[package]]
439
+ name = "cpufeatures"
440
+ version = "0.3.0"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
443
+ dependencies = [
444
+ "libc",
445
+ ]
446
+
447
+ [[package]]
448
+ name = "criterion-plot"
449
+ version = "0.5.0"
450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
451
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
452
+ dependencies = [
453
+ "cast",
454
+ "itertools",
455
+ ]
456
+
457
+ [[package]]
458
+ name = "crossbeam-deque"
459
+ version = "0.8.6"
460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
461
+ checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
462
+ dependencies = [
463
+ "crossbeam-epoch",
464
+ "crossbeam-utils",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "crossbeam-epoch"
469
+ version = "0.9.20"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
472
+ dependencies = [
473
+ "crossbeam-utils",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "crossbeam-utils"
478
+ version = "0.8.21"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
481
+
482
+ [[package]]
483
+ name = "crunchy"
484
+ version = "0.2.4"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
487
+
488
+ [[package]]
489
+ name = "crypto-bigint"
490
+ version = "0.7.5"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "1a52aa3fcda4e6302a9f48734f234d35d4721b96f8fe07d073f07ce9df4f0271"
493
+ dependencies = [
494
+ "cpubits",
495
+ "ctutils",
496
+ "getrandom 0.4.3",
497
+ "hybrid-array",
498
+ "num-traits",
499
+ "rand_core 0.10.1",
500
+ "subtle",
501
+ "zeroize",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "crypto-common"
506
+ version = "0.2.2"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
509
+ dependencies = [
510
+ "getrandom 0.4.3",
511
+ "hybrid-array",
512
+ "rand_core 0.10.1",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "ctor"
517
+ version = "1.0.7"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "01334b89b69ff726750c5ce5073fc8bd860e99aa9a8fc5ca11b04730e3aee97a"
520
+
521
+ [[package]]
522
+ name = "ctutils"
523
+ version = "0.4.2"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
526
+ dependencies = [
527
+ "cmov",
528
+ "subtle",
529
+ ]
530
+
531
+ [[package]]
532
+ name = "data-encoding"
533
+ version = "2.11.0"
534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
535
+ checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
536
+
537
+ [[package]]
538
+ name = "der"
539
+ version = "0.8.1"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "a69dedd701da44b0536442edf09c81a64b0ab97a7a4a5e3d1971f00027cbc63d"
542
+ dependencies = [
543
+ "const-oid",
544
+ "pem-rfc7468",
545
+ "zeroize",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "digest"
550
+ version = "0.11.3"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
553
+ dependencies = [
554
+ "block-buffer",
555
+ "const-oid",
556
+ "crypto-common",
557
+ "ctutils",
558
+ ]
559
+
560
+ [[package]]
561
+ name = "displaydoc"
562
+ version = "0.2.6"
563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
564
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
565
+ dependencies = [
566
+ "proc-macro2",
567
+ "quote",
568
+ "syn 2.0.118",
569
+ ]
570
+
571
+ [[package]]
572
+ name = "ecdsa"
573
+ version = "0.17.0"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "c0681a4fc24c767085329728d8dfba959af91228aa4610cca4f8ce317ba46ae0"
576
+ dependencies = [
577
+ "der",
578
+ "digest",
579
+ "elliptic-curve",
580
+ "rfc6979",
581
+ "signature",
582
+ "spki",
583
+ "zeroize",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "either"
588
+ version = "1.16.0"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
591
+
592
+ [[package]]
593
+ name = "elliptic-curve"
594
+ version = "0.14.1"
595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "9d65aa39b3a5c1c9c1b745c9a019234bb7a21b77abcb4f4d266d706e2d577d65"
597
+ dependencies = [
598
+ "base16ct",
599
+ "crypto-bigint",
600
+ "crypto-common",
601
+ "digest",
602
+ "ff",
603
+ "group",
604
+ "hybrid-array",
605
+ "pem-rfc7468",
606
+ "pkcs8",
607
+ "rand_core 0.10.1",
608
+ "sec1",
609
+ "subtle",
610
+ "zeroize",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "equivalent"
615
+ version = "1.0.2"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
618
+
619
+ [[package]]
620
+ name = "errno"
621
+ version = "0.3.14"
622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
623
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
624
+ dependencies = [
625
+ "libc",
626
+ "windows-sys 0.61.2",
627
+ ]
628
+
629
+ [[package]]
630
+ name = "fastrand"
631
+ version = "2.4.1"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
634
+
635
+ [[package]]
636
+ name = "ff"
637
+ version = "0.14.0"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "a1f686ab92a9fb0eaf188f6c6c87b89490baa6fdb0db4544ba4dc47f7942489f"
640
+ dependencies = [
641
+ "rand_core 0.10.1",
642
+ "subtle",
643
+ ]
644
+
645
+ [[package]]
646
+ name = "find-msvc-tools"
647
+ version = "0.1.9"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
650
+
651
+ [[package]]
652
+ name = "fnv"
653
+ version = "1.0.7"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
656
+
657
+ [[package]]
658
+ name = "form_urlencoded"
659
+ version = "1.2.2"
660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
661
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
662
+ dependencies = [
663
+ "percent-encoding",
664
+ ]
665
+
666
+ [[package]]
667
+ name = "funty"
668
+ version = "2.0.0"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
671
+
672
+ [[package]]
673
+ name = "futures"
674
+ version = "0.3.32"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
677
+ dependencies = [
678
+ "futures-channel",
679
+ "futures-core",
680
+ "futures-executor",
681
+ "futures-io",
682
+ "futures-sink",
683
+ "futures-task",
684
+ "futures-util",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "futures-channel"
689
+ version = "0.3.32"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
692
+ dependencies = [
693
+ "futures-core",
694
+ "futures-sink",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "futures-core"
699
+ version = "0.3.32"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
702
+
703
+ [[package]]
704
+ name = "futures-executor"
705
+ version = "0.3.32"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
708
+ dependencies = [
709
+ "futures-core",
710
+ "futures-task",
711
+ "futures-util",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "futures-io"
716
+ version = "0.3.32"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
719
+
720
+ [[package]]
721
+ name = "futures-macro"
722
+ version = "0.3.32"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
725
+ dependencies = [
726
+ "proc-macro2",
727
+ "quote",
728
+ "syn 2.0.118",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "futures-sink"
733
+ version = "0.3.32"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
736
+
737
+ [[package]]
738
+ name = "futures-task"
739
+ version = "0.3.32"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
742
+
743
+ [[package]]
744
+ name = "futures-util"
745
+ version = "0.3.32"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
748
+ dependencies = [
749
+ "futures-channel",
750
+ "futures-core",
751
+ "futures-io",
752
+ "futures-macro",
753
+ "futures-sink",
754
+ "futures-task",
755
+ "memchr",
756
+ "pin-project-lite",
757
+ "slab",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "getrandom"
762
+ version = "0.2.17"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
765
+ dependencies = [
766
+ "cfg-if",
767
+ "js-sys",
768
+ "libc",
769
+ "wasi",
770
+ "wasm-bindgen",
771
+ ]
772
+
773
+ [[package]]
774
+ name = "getrandom"
775
+ version = "0.3.4"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
778
+ dependencies = [
779
+ "cfg-if",
780
+ "js-sys",
781
+ "libc",
782
+ "r-efi 5.3.0",
783
+ "wasip2",
784
+ "wasm-bindgen",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "getrandom"
789
+ version = "0.4.3"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
792
+ dependencies = [
793
+ "cfg-if",
794
+ "libc",
795
+ "r-efi 6.0.0",
796
+ "rand_core 0.10.1",
797
+ ]
798
+
799
+ [[package]]
800
+ name = "glob"
801
+ version = "0.3.4"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
804
+
805
+ [[package]]
806
+ name = "group"
807
+ version = "0.14.0"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "7fd1a1c7a5206c5b7a3f5a0d7ccd3ff85d0c8f5133d62a02680255b0004af5f4"
810
+ dependencies = [
811
+ "ff",
812
+ "rand_core 0.10.1",
813
+ "subtle",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "half"
818
+ version = "2.7.1"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
821
+ dependencies = [
822
+ "cfg-if",
823
+ "crunchy",
824
+ "zerocopy",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "hashbrown"
829
+ version = "0.12.3"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
832
+ dependencies = [
833
+ "ahash",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "hashbrown"
838
+ version = "0.17.1"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
841
+
842
+ [[package]]
843
+ name = "heck"
844
+ version = "0.5.0"
845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
846
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
847
+
848
+ [[package]]
849
+ name = "hermit-abi"
850
+ version = "0.5.3"
851
+ source = "registry+https://github.com/rust-lang/crates.io-index"
852
+ checksum = "e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284"
853
+
854
+ [[package]]
855
+ name = "hex"
856
+ version = "0.4.3"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
859
+
860
+ [[package]]
861
+ name = "hmac"
862
+ version = "0.13.0"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
865
+ dependencies = [
866
+ "digest",
867
+ ]
868
+
869
+ [[package]]
870
+ name = "http"
871
+ version = "1.4.2"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
874
+ dependencies = [
875
+ "bytes",
876
+ "itoa",
877
+ ]
878
+
879
+ [[package]]
880
+ name = "http-body"
881
+ version = "1.0.1"
882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
883
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
884
+ dependencies = [
885
+ "bytes",
886
+ "http",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "http-body-util"
891
+ version = "0.1.3"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
894
+ dependencies = [
895
+ "bytes",
896
+ "futures-core",
897
+ "http",
898
+ "http-body",
899
+ "pin-project-lite",
900
+ ]
901
+
902
+ [[package]]
903
+ name = "httparse"
904
+ version = "1.10.1"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
907
+
908
+ [[package]]
909
+ name = "hybrid-array"
910
+ version = "0.4.13"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
913
+ dependencies = [
914
+ "subtle",
915
+ "typenum",
916
+ "zeroize",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "hyper"
921
+ version = "1.10.1"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
924
+ dependencies = [
925
+ "atomic-waker",
926
+ "bytes",
927
+ "futures-channel",
928
+ "futures-core",
929
+ "http",
930
+ "http-body",
931
+ "httparse",
932
+ "itoa",
933
+ "pin-project-lite",
934
+ "smallvec",
935
+ "tokio",
936
+ "want",
937
+ ]
938
+
939
+ [[package]]
940
+ name = "hyper-rustls"
941
+ version = "0.27.9"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
944
+ dependencies = [
945
+ "http",
946
+ "hyper",
947
+ "hyper-util",
948
+ "rustls",
949
+ "tokio",
950
+ "tokio-rustls",
951
+ "tower-service",
952
+ "webpki-roots 1.0.8",
953
+ ]
954
+
955
+ [[package]]
956
+ name = "hyper-util"
957
+ version = "0.1.20"
958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
959
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
960
+ dependencies = [
961
+ "base64",
962
+ "bytes",
963
+ "futures-channel",
964
+ "futures-util",
965
+ "http",
966
+ "http-body",
967
+ "hyper",
968
+ "ipnet",
969
+ "libc",
970
+ "percent-encoding",
971
+ "pin-project-lite",
972
+ "socket2",
973
+ "tokio",
974
+ "tower-service",
975
+ "tracing",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "icu_collections"
980
+ version = "2.2.0"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
983
+ dependencies = [
984
+ "displaydoc",
985
+ "potential_utf",
986
+ "utf8_iter",
987
+ "yoke",
988
+ "zerofrom",
989
+ "zerovec",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "icu_locale_core"
994
+ version = "2.2.0"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
997
+ dependencies = [
998
+ "displaydoc",
999
+ "litemap",
1000
+ "tinystr",
1001
+ "writeable",
1002
+ "zerovec",
1003
+ ]
1004
+
1005
+ [[package]]
1006
+ name = "icu_normalizer"
1007
+ version = "2.2.0"
1008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1009
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1010
+ dependencies = [
1011
+ "icu_collections",
1012
+ "icu_normalizer_data",
1013
+ "icu_properties",
1014
+ "icu_provider",
1015
+ "smallvec",
1016
+ "zerovec",
1017
+ ]
1018
+
1019
+ [[package]]
1020
+ name = "icu_normalizer_data"
1021
+ version = "2.2.0"
1022
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1023
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1024
+
1025
+ [[package]]
1026
+ name = "icu_properties"
1027
+ version = "2.2.0"
1028
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1029
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1030
+ dependencies = [
1031
+ "icu_collections",
1032
+ "icu_locale_core",
1033
+ "icu_properties_data",
1034
+ "icu_provider",
1035
+ "zerotrie",
1036
+ "zerovec",
1037
+ ]
1038
+
1039
+ [[package]]
1040
+ name = "icu_properties_data"
1041
+ version = "2.2.0"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1044
+
1045
+ [[package]]
1046
+ name = "icu_provider"
1047
+ version = "2.2.0"
1048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1050
+ dependencies = [
1051
+ "displaydoc",
1052
+ "icu_locale_core",
1053
+ "writeable",
1054
+ "yoke",
1055
+ "zerofrom",
1056
+ "zerotrie",
1057
+ "zerovec",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "idna"
1062
+ version = "1.1.0"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1065
+ dependencies = [
1066
+ "idna_adapter",
1067
+ "smallvec",
1068
+ "utf8_iter",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "idna_adapter"
1073
+ version = "1.2.2"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1076
+ dependencies = [
1077
+ "icu_normalizer",
1078
+ "icu_properties",
1079
+ ]
1080
+
1081
+ [[package]]
1082
+ name = "indexmap"
1083
+ version = "2.14.0"
1084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1085
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1086
+ dependencies = [
1087
+ "equivalent",
1088
+ "hashbrown 0.17.1",
1089
+ ]
1090
+
1091
+ [[package]]
1092
+ name = "ipnet"
1093
+ version = "2.12.0"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1096
+
1097
+ [[package]]
1098
+ name = "is-terminal"
1099
+ version = "0.4.17"
1100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1101
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
1102
+ dependencies = [
1103
+ "hermit-abi",
1104
+ "libc",
1105
+ "windows-sys 0.61.2",
1106
+ ]
1107
+
1108
+ [[package]]
1109
+ name = "is_terminal_polyfill"
1110
+ version = "1.70.2"
1111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1112
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1113
+
1114
+ [[package]]
1115
+ name = "itertools"
1116
+ version = "0.10.5"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1119
+ dependencies = [
1120
+ "either",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "itoa"
1125
+ version = "1.0.18"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1128
+
1129
+ [[package]]
1130
+ name = "js-sys"
1131
+ version = "0.3.103"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1134
+ dependencies = [
1135
+ "cfg-if",
1136
+ "futures-util",
1137
+ "wasm-bindgen",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "libc"
1142
+ version = "0.2.186"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1145
+
1146
+ [[package]]
1147
+ name = "libloading"
1148
+ version = "0.9.0"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
1151
+ dependencies = [
1152
+ "cfg-if",
1153
+ "windows-link",
1154
+ ]
1155
+
1156
+ [[package]]
1157
+ name = "linux-raw-sys"
1158
+ version = "0.12.1"
1159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1160
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1161
+
1162
+ [[package]]
1163
+ name = "litemap"
1164
+ version = "0.8.2"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1167
+
1168
+ [[package]]
1169
+ name = "log"
1170
+ version = "0.4.33"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1173
+
1174
+ [[package]]
1175
+ name = "lru-slab"
1176
+ version = "0.1.2"
1177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1178
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1179
+
1180
+ [[package]]
1181
+ name = "memchr"
1182
+ version = "2.8.2"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1185
+
1186
+ [[package]]
1187
+ name = "mio"
1188
+ version = "1.2.1"
1189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1190
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1191
+ dependencies = [
1192
+ "libc",
1193
+ "wasi",
1194
+ "windows-sys 0.61.2",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "napi"
1199
+ version = "3.11.0"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "de33522036981030a75c231829566bc63414e08101a6f5ff4ac6cef19c8e0941"
1202
+ dependencies = [
1203
+ "bitflags",
1204
+ "ctor",
1205
+ "futures",
1206
+ "napi-build",
1207
+ "napi-sys",
1208
+ "nohash-hasher",
1209
+ "rustc-hash",
1210
+ ]
1211
+
1212
+ [[package]]
1213
+ name = "napi-build"
1214
+ version = "2.3.2"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1"
1217
+
1218
+ [[package]]
1219
+ name = "napi-derive"
1220
+ version = "3.6.0"
1221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1222
+ checksum = "a49c513341a61a16a10af6efcce46b30d0822ba2d4fb197d24d33dfc199c78d5"
1223
+ dependencies = [
1224
+ "convert_case",
1225
+ "ctor",
1226
+ "napi-derive-backend",
1227
+ "proc-macro2",
1228
+ "quote",
1229
+ "syn 2.0.118",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "napi-derive-backend"
1234
+ version = "6.1.1"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "d60b5d773ad46c698c8cc2cd9fde0b283d39cbb7f71c04bee633c7bdba4423bd"
1237
+ dependencies = [
1238
+ "convert_case",
1239
+ "proc-macro2",
1240
+ "quote",
1241
+ "semver",
1242
+ "syn 2.0.118",
1243
+ ]
1244
+
1245
+ [[package]]
1246
+ name = "napi-sys"
1247
+ version = "3.3.0"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "85fbf1fa9f1babfe396d74bbbf52b3643770243e8f5b0b46715d4caf7f0dfc9a"
1250
+ dependencies = [
1251
+ "libloading",
1252
+ ]
1253
+
1254
+ [[package]]
1255
+ name = "nix"
1256
+ version = "0.31.3"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
1259
+ dependencies = [
1260
+ "bitflags",
1261
+ "cfg-if",
1262
+ "cfg_aliases",
1263
+ "libc",
1264
+ ]
1265
+
1266
+ [[package]]
1267
+ name = "nohash-hasher"
1268
+ version = "0.2.0"
1269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1270
+ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
1271
+
1272
+ [[package]]
1273
+ name = "num-traits"
1274
+ version = "0.2.19"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1277
+ dependencies = [
1278
+ "autocfg",
1279
+ ]
1280
+
1281
+ [[package]]
1282
+ name = "once_cell"
1283
+ version = "1.21.4"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1286
+
1287
+ [[package]]
1288
+ name = "once_cell_polyfill"
1289
+ version = "1.70.2"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1292
+
1293
+ [[package]]
1294
+ name = "oorandom"
1295
+ version = "11.1.5"
1296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1297
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1298
+
1299
+ [[package]]
1300
+ name = "p256"
1301
+ version = "0.14.0"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "d2c9239b2dbc807adbbe147e8cf72ea7450c3a0aabe62cb8e75ff4ec22e1f72a"
1304
+ dependencies = [
1305
+ "ecdsa",
1306
+ "elliptic-curve",
1307
+ "primefield",
1308
+ "primeorder",
1309
+ "sha2",
1310
+ ]
1311
+
1312
+ [[package]]
1313
+ name = "pem-rfc7468"
1314
+ version = "1.0.0"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
1317
+ dependencies = [
1318
+ "base64ct",
1319
+ ]
1320
+
1321
+ [[package]]
1322
+ name = "percent-encoding"
1323
+ version = "2.3.2"
1324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1326
+
1327
+ [[package]]
1328
+ name = "pin-project-lite"
1329
+ version = "0.2.17"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1332
+
1333
+ [[package]]
1334
+ name = "pkcs8"
1335
+ version = "0.11.0"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "451913da69c775a56034ea8d9003d27ee8948e12443eae7c038ba100a4f21cb7"
1338
+ dependencies = [
1339
+ "der",
1340
+ "spki",
1341
+ ]
1342
+
1343
+ [[package]]
1344
+ name = "plotters"
1345
+ version = "0.3.7"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1348
+ dependencies = [
1349
+ "num-traits",
1350
+ "plotters-backend",
1351
+ "plotters-svg",
1352
+ "wasm-bindgen",
1353
+ "web-sys",
1354
+ ]
1355
+
1356
+ [[package]]
1357
+ name = "plotters-backend"
1358
+ version = "0.3.7"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1361
+
1362
+ [[package]]
1363
+ name = "plotters-svg"
1364
+ version = "0.3.7"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1367
+ dependencies = [
1368
+ "plotters-backend",
1369
+ ]
1370
+
1371
+ [[package]]
1372
+ name = "portable-atomic"
1373
+ version = "1.13.1"
1374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1375
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1376
+
1377
+ [[package]]
1378
+ name = "potential_utf"
1379
+ version = "0.1.5"
1380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1381
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1382
+ dependencies = [
1383
+ "zerovec",
1384
+ ]
1385
+
1386
+ [[package]]
1387
+ name = "ppv-lite86"
1388
+ version = "0.2.21"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1391
+ dependencies = [
1392
+ "zerocopy",
1393
+ ]
1394
+
1395
+ [[package]]
1396
+ name = "primefield"
1397
+ version = "0.14.0"
1398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1399
+ checksum = "c555a6e4eb7d4e158fcb028c835c3b8642206ddc279b5c6b202ef9a8bdb592f4"
1400
+ dependencies = [
1401
+ "crypto-bigint",
1402
+ "crypto-common",
1403
+ "ff",
1404
+ "rand_core 0.10.1",
1405
+ "subtle",
1406
+ "zeroize",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "primeorder"
1411
+ version = "0.14.0"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "5c9f42978c78a00e3d68f69fc03e57a234debae69da4020a4fb588fcdcd07b06"
1414
+ dependencies = [
1415
+ "elliptic-curve",
1416
+ "once_cell",
1417
+ "primefield",
1418
+ "serdect",
1419
+ "wnaf",
1420
+ ]
1421
+
1422
+ [[package]]
1423
+ name = "proc-macro-crate"
1424
+ version = "3.5.0"
1425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1426
+ checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
1427
+ dependencies = [
1428
+ "toml_edit",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "proc-macro2"
1433
+ version = "1.0.106"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1436
+ dependencies = [
1437
+ "unicode-ident",
1438
+ ]
1439
+
1440
+ [[package]]
1441
+ name = "proptest"
1442
+ version = "1.11.0"
1443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1444
+ checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
1445
+ dependencies = [
1446
+ "bit-set",
1447
+ "bit-vec",
1448
+ "bitflags",
1449
+ "num-traits",
1450
+ "rand 0.9.4",
1451
+ "rand_chacha 0.9.0",
1452
+ "rand_xorshift",
1453
+ "regex-syntax",
1454
+ "rusty-fork",
1455
+ "tempfile",
1456
+ "unarray",
1457
+ ]
1458
+
1459
+ [[package]]
1460
+ name = "ptr_meta"
1461
+ version = "0.1.4"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
1464
+ dependencies = [
1465
+ "ptr_meta_derive",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "ptr_meta_derive"
1470
+ version = "0.1.4"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
1473
+ dependencies = [
1474
+ "proc-macro2",
1475
+ "quote",
1476
+ "syn 1.0.109",
1477
+ ]
1478
+
1479
+ [[package]]
1480
+ name = "pyo3"
1481
+ version = "0.29.0"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
1484
+ dependencies = [
1485
+ "libc",
1486
+ "once_cell",
1487
+ "portable-atomic",
1488
+ "pyo3-build-config",
1489
+ "pyo3-ffi",
1490
+ "pyo3-macros",
1491
+ ]
1492
+
1493
+ [[package]]
1494
+ name = "pyo3-build-config"
1495
+ version = "0.29.0"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
1498
+ dependencies = [
1499
+ "target-lexicon",
1500
+ ]
1501
+
1502
+ [[package]]
1503
+ name = "pyo3-ffi"
1504
+ version = "0.29.0"
1505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
1507
+ dependencies = [
1508
+ "libc",
1509
+ "pyo3-build-config",
1510
+ ]
1511
+
1512
+ [[package]]
1513
+ name = "pyo3-macros"
1514
+ version = "0.29.0"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
1517
+ dependencies = [
1518
+ "proc-macro2",
1519
+ "pyo3-macros-backend",
1520
+ "quote",
1521
+ "syn 2.0.118",
1522
+ ]
1523
+
1524
+ [[package]]
1525
+ name = "pyo3-macros-backend"
1526
+ version = "0.29.0"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
1529
+ dependencies = [
1530
+ "heck",
1531
+ "proc-macro2",
1532
+ "quote",
1533
+ "syn 2.0.118",
1534
+ ]
1535
+
1536
+ [[package]]
1537
+ name = "quick-error"
1538
+ version = "1.2.3"
1539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1540
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1541
+
1542
+ [[package]]
1543
+ name = "quinn"
1544
+ version = "0.11.11"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
1547
+ dependencies = [
1548
+ "bytes",
1549
+ "cfg_aliases",
1550
+ "pin-project-lite",
1551
+ "quinn-proto",
1552
+ "quinn-udp",
1553
+ "rustc-hash",
1554
+ "rustls",
1555
+ "socket2",
1556
+ "thiserror",
1557
+ "tokio",
1558
+ "tracing",
1559
+ "web-time",
1560
+ ]
1561
+
1562
+ [[package]]
1563
+ name = "quinn-proto"
1564
+ version = "0.11.15"
1565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1566
+ checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
1567
+ dependencies = [
1568
+ "bytes",
1569
+ "getrandom 0.3.4",
1570
+ "lru-slab",
1571
+ "rand 0.9.4",
1572
+ "ring",
1573
+ "rustc-hash",
1574
+ "rustls",
1575
+ "rustls-pki-types",
1576
+ "slab",
1577
+ "thiserror",
1578
+ "tinyvec",
1579
+ "tracing",
1580
+ "web-time",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "quinn-udp"
1585
+ version = "0.5.14"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1588
+ dependencies = [
1589
+ "cfg_aliases",
1590
+ "libc",
1591
+ "once_cell",
1592
+ "socket2",
1593
+ "tracing",
1594
+ "windows-sys 0.60.2",
1595
+ ]
1596
+
1597
+ [[package]]
1598
+ name = "quote"
1599
+ version = "1.0.46"
1600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1602
+ dependencies = [
1603
+ "proc-macro2",
1604
+ ]
1605
+
1606
+ [[package]]
1607
+ name = "r-efi"
1608
+ version = "5.3.0"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1611
+
1612
+ [[package]]
1613
+ name = "r-efi"
1614
+ version = "6.0.0"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1617
+
1618
+ [[package]]
1619
+ name = "radium"
1620
+ version = "0.7.0"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
1623
+
1624
+ [[package]]
1625
+ name = "rand"
1626
+ version = "0.8.6"
1627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1628
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
1629
+ dependencies = [
1630
+ "libc",
1631
+ "rand_chacha 0.3.1",
1632
+ "rand_core 0.6.4",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "rand"
1637
+ version = "0.9.4"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1640
+ dependencies = [
1641
+ "rand_chacha 0.9.0",
1642
+ "rand_core 0.9.5",
1643
+ ]
1644
+
1645
+ [[package]]
1646
+ name = "rand"
1647
+ version = "0.10.2"
1648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1649
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1650
+ dependencies = [
1651
+ "chacha20",
1652
+ "getrandom 0.4.3",
1653
+ "rand_core 0.10.1",
1654
+ ]
1655
+
1656
+ [[package]]
1657
+ name = "rand_chacha"
1658
+ version = "0.3.1"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1661
+ dependencies = [
1662
+ "ppv-lite86",
1663
+ "rand_core 0.6.4",
1664
+ ]
1665
+
1666
+ [[package]]
1667
+ name = "rand_chacha"
1668
+ version = "0.9.0"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1671
+ dependencies = [
1672
+ "ppv-lite86",
1673
+ "rand_core 0.9.5",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "rand_core"
1678
+ version = "0.6.4"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1681
+ dependencies = [
1682
+ "getrandom 0.2.17",
1683
+ ]
1684
+
1685
+ [[package]]
1686
+ name = "rand_core"
1687
+ version = "0.9.5"
1688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1689
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1690
+ dependencies = [
1691
+ "getrandom 0.3.4",
1692
+ ]
1693
+
1694
+ [[package]]
1695
+ name = "rand_core"
1696
+ version = "0.10.1"
1697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1699
+
1700
+ [[package]]
1701
+ name = "rand_xorshift"
1702
+ version = "0.4.0"
1703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1704
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
1705
+ dependencies = [
1706
+ "rand_core 0.9.5",
1707
+ ]
1708
+
1709
+ [[package]]
1710
+ name = "rayon"
1711
+ version = "1.12.0"
1712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1713
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
1714
+ dependencies = [
1715
+ "either",
1716
+ "rayon-core",
1717
+ ]
1718
+
1719
+ [[package]]
1720
+ name = "rayon-core"
1721
+ version = "1.13.0"
1722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1723
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
1724
+ dependencies = [
1725
+ "crossbeam-deque",
1726
+ "crossbeam-utils",
1727
+ ]
1728
+
1729
+ [[package]]
1730
+ name = "regex"
1731
+ version = "1.12.4"
1732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1733
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
1734
+ dependencies = [
1735
+ "aho-corasick",
1736
+ "memchr",
1737
+ "regex-automata",
1738
+ "regex-syntax",
1739
+ ]
1740
+
1741
+ [[package]]
1742
+ name = "regex-automata"
1743
+ version = "0.4.14"
1744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1745
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1746
+ dependencies = [
1747
+ "aho-corasick",
1748
+ "memchr",
1749
+ "regex-syntax",
1750
+ ]
1751
+
1752
+ [[package]]
1753
+ name = "regex-syntax"
1754
+ version = "0.8.11"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1757
+
1758
+ [[package]]
1759
+ name = "rend"
1760
+ version = "0.4.2"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
1763
+ dependencies = [
1764
+ "bytecheck",
1765
+ ]
1766
+
1767
+ [[package]]
1768
+ name = "reqwest"
1769
+ version = "0.12.28"
1770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1771
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1772
+ dependencies = [
1773
+ "base64",
1774
+ "bytes",
1775
+ "futures-channel",
1776
+ "futures-core",
1777
+ "futures-util",
1778
+ "http",
1779
+ "http-body",
1780
+ "http-body-util",
1781
+ "hyper",
1782
+ "hyper-rustls",
1783
+ "hyper-util",
1784
+ "js-sys",
1785
+ "log",
1786
+ "percent-encoding",
1787
+ "pin-project-lite",
1788
+ "quinn",
1789
+ "rustls",
1790
+ "rustls-pki-types",
1791
+ "serde",
1792
+ "serde_json",
1793
+ "serde_urlencoded",
1794
+ "sync_wrapper",
1795
+ "tokio",
1796
+ "tokio-rustls",
1797
+ "tower",
1798
+ "tower-http",
1799
+ "tower-service",
1800
+ "url",
1801
+ "wasm-bindgen",
1802
+ "wasm-bindgen-futures",
1803
+ "web-sys",
1804
+ "webpki-roots 1.0.8",
1805
+ ]
1806
+
1807
+ [[package]]
1808
+ name = "rfc6979"
1809
+ version = "0.6.0"
1810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1811
+ checksum = "b4a459cddafb3fe76b31fd8f1108007566c40301feb64dc7b54656eb7388172b"
1812
+ dependencies = [
1813
+ "crypto-bigint",
1814
+ "hmac",
1815
+ ]
1816
+
1817
+ [[package]]
1818
+ name = "ring"
1819
+ version = "0.17.14"
1820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1821
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1822
+ dependencies = [
1823
+ "cc",
1824
+ "cfg-if",
1825
+ "getrandom 0.2.17",
1826
+ "libc",
1827
+ "untrusted",
1828
+ "windows-sys 0.52.0",
1829
+ ]
1830
+
1831
+ [[package]]
1832
+ name = "rkyv"
1833
+ version = "0.7.46"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1"
1836
+ dependencies = [
1837
+ "bitvec",
1838
+ "bytecheck",
1839
+ "bytes",
1840
+ "hashbrown 0.12.3",
1841
+ "ptr_meta",
1842
+ "rend",
1843
+ "rkyv_derive",
1844
+ "seahash",
1845
+ "tinyvec",
1846
+ "uuid",
1847
+ ]
1848
+
1849
+ [[package]]
1850
+ name = "rkyv_derive"
1851
+ version = "0.7.46"
1852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+ checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5"
1854
+ dependencies = [
1855
+ "proc-macro2",
1856
+ "quote",
1857
+ "syn 1.0.109",
1858
+ ]
1859
+
1860
+ [[package]]
1861
+ name = "rust_decimal"
1862
+ version = "1.42.1"
1863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1864
+ checksum = "be2a24f50780bc85f09cc6ac299bdf1424302742d77221106859c9d8b102126a"
1865
+ dependencies = [
1866
+ "arrayvec",
1867
+ "borsh",
1868
+ "bytes",
1869
+ "num-traits",
1870
+ "rand 0.8.6",
1871
+ "rkyv",
1872
+ "serde",
1873
+ "serde_json",
1874
+ "wasm-bindgen",
1875
+ ]
1876
+
1877
+ [[package]]
1878
+ name = "rustc-hash"
1879
+ version = "2.1.3"
1880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1881
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1882
+
1883
+ [[package]]
1884
+ name = "rustix"
1885
+ version = "1.1.4"
1886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1887
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1888
+ dependencies = [
1889
+ "bitflags",
1890
+ "errno",
1891
+ "libc",
1892
+ "linux-raw-sys",
1893
+ "windows-sys 0.61.2",
1894
+ ]
1895
+
1896
+ [[package]]
1897
+ name = "rustls"
1898
+ version = "0.23.41"
1899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
1901
+ dependencies = [
1902
+ "once_cell",
1903
+ "ring",
1904
+ "rustls-pki-types",
1905
+ "rustls-webpki",
1906
+ "subtle",
1907
+ "zeroize",
1908
+ ]
1909
+
1910
+ [[package]]
1911
+ name = "rustls-pki-types"
1912
+ version = "1.15.0"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
1915
+ dependencies = [
1916
+ "web-time",
1917
+ "zeroize",
1918
+ ]
1919
+
1920
+ [[package]]
1921
+ name = "rustls-webpki"
1922
+ version = "0.103.13"
1923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1924
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1925
+ dependencies = [
1926
+ "ring",
1927
+ "rustls-pki-types",
1928
+ "untrusted",
1929
+ ]
1930
+
1931
+ [[package]]
1932
+ name = "rustversion"
1933
+ version = "1.0.22"
1934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1935
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1936
+
1937
+ [[package]]
1938
+ name = "rusty-fork"
1939
+ version = "0.3.1"
1940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1941
+ checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
1942
+ dependencies = [
1943
+ "fnv",
1944
+ "quick-error",
1945
+ "tempfile",
1946
+ "wait-timeout",
1947
+ ]
1948
+
1949
+ [[package]]
1950
+ name = "ryu"
1951
+ version = "1.0.23"
1952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1953
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1954
+
1955
+ [[package]]
1956
+ name = "same-file"
1957
+ version = "1.0.6"
1958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1960
+ dependencies = [
1961
+ "winapi-util",
1962
+ ]
1963
+
1964
+ [[package]]
1965
+ name = "seahash"
1966
+ version = "4.1.0"
1967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
1969
+
1970
+ [[package]]
1971
+ name = "sec1"
1972
+ version = "0.8.1"
1973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+ checksum = "d56d437c2f19203ce5f7122e507831de96f3d2d4d3be5af44a0b0a09d8a80e4d"
1975
+ dependencies = [
1976
+ "base16ct",
1977
+ "ctutils",
1978
+ "der",
1979
+ "hybrid-array",
1980
+ "subtle",
1981
+ "zeroize",
1982
+ ]
1983
+
1984
+ [[package]]
1985
+ name = "semver"
1986
+ version = "1.0.28"
1987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1988
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1989
+
1990
+ [[package]]
1991
+ name = "serde"
1992
+ version = "1.0.228"
1993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1994
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1995
+ dependencies = [
1996
+ "serde_core",
1997
+ "serde_derive",
1998
+ ]
1999
+
2000
+ [[package]]
2001
+ name = "serde_core"
2002
+ version = "1.0.228"
2003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2004
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2005
+ dependencies = [
2006
+ "serde_derive",
2007
+ ]
2008
+
2009
+ [[package]]
2010
+ name = "serde_derive"
2011
+ version = "1.0.228"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2014
+ dependencies = [
2015
+ "proc-macro2",
2016
+ "quote",
2017
+ "syn 2.0.118",
2018
+ ]
2019
+
2020
+ [[package]]
2021
+ name = "serde_json"
2022
+ version = "1.0.151"
2023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2024
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
2025
+ dependencies = [
2026
+ "itoa",
2027
+ "memchr",
2028
+ "serde",
2029
+ "serde_core",
2030
+ "zmij",
2031
+ ]
2032
+
2033
+ [[package]]
2034
+ name = "serde_spanned"
2035
+ version = "1.1.1"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
2038
+ dependencies = [
2039
+ "serde_core",
2040
+ ]
2041
+
2042
+ [[package]]
2043
+ name = "serde_urlencoded"
2044
+ version = "0.7.1"
2045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2046
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2047
+ dependencies = [
2048
+ "form_urlencoded",
2049
+ "itoa",
2050
+ "ryu",
2051
+ "serde",
2052
+ ]
2053
+
2054
+ [[package]]
2055
+ name = "serdect"
2056
+ version = "0.4.3"
2057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2058
+ checksum = "66cf8fedced2fcf12406bcb34223dffb92eaf34908ede12fed414c82b7f00b3e"
2059
+ dependencies = [
2060
+ "base16ct",
2061
+ "serde",
2062
+ ]
2063
+
2064
+ [[package]]
2065
+ name = "sha1"
2066
+ version = "0.11.0"
2067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2068
+ checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
2069
+ dependencies = [
2070
+ "cfg-if",
2071
+ "cpufeatures",
2072
+ "digest",
2073
+ ]
2074
+
2075
+ [[package]]
2076
+ name = "sha2"
2077
+ version = "0.11.0"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
2080
+ dependencies = [
2081
+ "cfg-if",
2082
+ "cpufeatures",
2083
+ "digest",
2084
+ ]
2085
+
2086
+ [[package]]
2087
+ name = "shlex"
2088
+ version = "2.0.1"
2089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2090
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2091
+
2092
+ [[package]]
2093
+ name = "signature"
2094
+ version = "3.0.0"
2095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2096
+ checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5"
2097
+ dependencies = [
2098
+ "digest",
2099
+ "rand_core 0.10.1",
2100
+ ]
2101
+
2102
+ [[package]]
2103
+ name = "simdutf8"
2104
+ version = "0.1.5"
2105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2106
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2107
+
2108
+ [[package]]
2109
+ name = "slab"
2110
+ version = "0.4.12"
2111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2113
+
2114
+ [[package]]
2115
+ name = "smallvec"
2116
+ version = "1.15.2"
2117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2118
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2119
+
2120
+ [[package]]
2121
+ name = "socket2"
2122
+ version = "0.6.4"
2123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
2125
+ dependencies = [
2126
+ "libc",
2127
+ "windows-sys 0.61.2",
2128
+ ]
2129
+
2130
+ [[package]]
2131
+ name = "spki"
2132
+ version = "0.8.0"
2133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2134
+ checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f"
2135
+ dependencies = [
2136
+ "base64ct",
2137
+ "der",
2138
+ ]
2139
+
2140
+ [[package]]
2141
+ name = "stable_deref_trait"
2142
+ version = "1.2.1"
2143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2144
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2145
+
2146
+ [[package]]
2147
+ name = "statrs"
2148
+ version = "0.18.0"
2149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2150
+ checksum = "2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e"
2151
+ dependencies = [
2152
+ "approx",
2153
+ "num-traits",
2154
+ ]
2155
+
2156
+ [[package]]
2157
+ name = "strsim"
2158
+ version = "0.11.1"
2159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2160
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2161
+
2162
+ [[package]]
2163
+ name = "subtle"
2164
+ version = "2.6.1"
2165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2166
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2167
+
2168
+ [[package]]
2169
+ name = "syn"
2170
+ version = "1.0.109"
2171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2172
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2173
+ dependencies = [
2174
+ "proc-macro2",
2175
+ "quote",
2176
+ "unicode-ident",
2177
+ ]
2178
+
2179
+ [[package]]
2180
+ name = "syn"
2181
+ version = "2.0.118"
2182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2183
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
2184
+ dependencies = [
2185
+ "proc-macro2",
2186
+ "quote",
2187
+ "unicode-ident",
2188
+ ]
2189
+
2190
+ [[package]]
2191
+ name = "syn"
2192
+ version = "3.0.3"
2193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
2195
+ dependencies = [
2196
+ "proc-macro2",
2197
+ "quote",
2198
+ "unicode-ident",
2199
+ ]
2200
+
2201
+ [[package]]
2202
+ name = "sync_wrapper"
2203
+ version = "1.0.2"
2204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2205
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2206
+ dependencies = [
2207
+ "futures-core",
2208
+ ]
2209
+
2210
+ [[package]]
2211
+ name = "synstructure"
2212
+ version = "0.13.2"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2215
+ dependencies = [
2216
+ "proc-macro2",
2217
+ "quote",
2218
+ "syn 2.0.118",
2219
+ ]
2220
+
2221
+ [[package]]
2222
+ name = "tap"
2223
+ version = "1.0.1"
2224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2225
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2226
+
2227
+ [[package]]
2228
+ name = "target-lexicon"
2229
+ version = "0.13.5"
2230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
2232
+
2233
+ [[package]]
2234
+ name = "tempfile"
2235
+ version = "3.27.0"
2236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2237
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2238
+ dependencies = [
2239
+ "fastrand",
2240
+ "getrandom 0.4.3",
2241
+ "once_cell",
2242
+ "rustix",
2243
+ "windows-sys 0.61.2",
2244
+ ]
2245
+
2246
+ [[package]]
2247
+ name = "thiserror"
2248
+ version = "2.0.19"
2249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2250
+ checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
2251
+ dependencies = [
2252
+ "thiserror-impl",
2253
+ ]
2254
+
2255
+ [[package]]
2256
+ name = "thiserror-impl"
2257
+ version = "2.0.19"
2258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+ checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
2260
+ dependencies = [
2261
+ "proc-macro2",
2262
+ "quote",
2263
+ "syn 3.0.3",
2264
+ ]
2265
+
2266
+ [[package]]
2267
+ name = "tinystr"
2268
+ version = "0.8.3"
2269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2270
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2271
+ dependencies = [
2272
+ "displaydoc",
2273
+ "zerovec",
2274
+ ]
2275
+
2276
+ [[package]]
2277
+ name = "tinytemplate"
2278
+ version = "1.2.1"
2279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2281
+ dependencies = [
2282
+ "serde",
2283
+ "serde_json",
2284
+ ]
2285
+
2286
+ [[package]]
2287
+ name = "tinyvec"
2288
+ version = "1.11.0"
2289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2290
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2291
+ dependencies = [
2292
+ "tinyvec_macros",
2293
+ ]
2294
+
2295
+ [[package]]
2296
+ name = "tinyvec_macros"
2297
+ version = "0.1.1"
2298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2299
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2300
+
2301
+ [[package]]
2302
+ name = "tokio"
2303
+ version = "1.52.3"
2304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2305
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
2306
+ dependencies = [
2307
+ "bytes",
2308
+ "libc",
2309
+ "mio",
2310
+ "pin-project-lite",
2311
+ "socket2",
2312
+ "tokio-macros",
2313
+ "windows-sys 0.61.2",
2314
+ ]
2315
+
2316
+ [[package]]
2317
+ name = "tokio-macros"
2318
+ version = "2.7.0"
2319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2320
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
2321
+ dependencies = [
2322
+ "proc-macro2",
2323
+ "quote",
2324
+ "syn 2.0.118",
2325
+ ]
2326
+
2327
+ [[package]]
2328
+ name = "tokio-rustls"
2329
+ version = "0.26.4"
2330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2331
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2332
+ dependencies = [
2333
+ "rustls",
2334
+ "tokio",
2335
+ ]
2336
+
2337
+ [[package]]
2338
+ name = "tokio-tungstenite"
2339
+ version = "0.30.0"
2340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2341
+ checksum = "17a073bfed563fa236697a068031408a93cd9522e08abf9933ead3e73411bd71"
2342
+ dependencies = [
2343
+ "futures-util",
2344
+ "log",
2345
+ "rustls",
2346
+ "rustls-pki-types",
2347
+ "tokio",
2348
+ "tokio-rustls",
2349
+ "tungstenite",
2350
+ "webpki-roots 0.26.11",
2351
+ ]
2352
+
2353
+ [[package]]
2354
+ name = "toml"
2355
+ version = "1.1.3+spec-1.1.0"
2356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2357
+ checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c"
2358
+ dependencies = [
2359
+ "indexmap",
2360
+ "serde_core",
2361
+ "serde_spanned",
2362
+ "toml_datetime",
2363
+ "toml_parser",
2364
+ "toml_writer",
2365
+ "winnow",
2366
+ ]
2367
+
2368
+ [[package]]
2369
+ name = "toml_datetime"
2370
+ version = "1.1.1+spec-1.1.0"
2371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2372
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
2373
+ dependencies = [
2374
+ "serde_core",
2375
+ ]
2376
+
2377
+ [[package]]
2378
+ name = "toml_edit"
2379
+ version = "0.25.12+spec-1.1.0"
2380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2381
+ checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
2382
+ dependencies = [
2383
+ "indexmap",
2384
+ "toml_datetime",
2385
+ "toml_parser",
2386
+ "winnow",
2387
+ ]
2388
+
2389
+ [[package]]
2390
+ name = "toml_parser"
2391
+ version = "1.1.2+spec-1.1.0"
2392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2393
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
2394
+ dependencies = [
2395
+ "winnow",
2396
+ ]
2397
+
2398
+ [[package]]
2399
+ name = "toml_writer"
2400
+ version = "1.1.2+spec-1.1.0"
2401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2402
+ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
2403
+
2404
+ [[package]]
2405
+ name = "tower"
2406
+ version = "0.5.3"
2407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2408
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
2409
+ dependencies = [
2410
+ "futures-core",
2411
+ "futures-util",
2412
+ "pin-project-lite",
2413
+ "sync_wrapper",
2414
+ "tokio",
2415
+ "tower-layer",
2416
+ "tower-service",
2417
+ ]
2418
+
2419
+ [[package]]
2420
+ name = "tower-http"
2421
+ version = "0.6.11"
2422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2423
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
2424
+ dependencies = [
2425
+ "bitflags",
2426
+ "bytes",
2427
+ "futures-util",
2428
+ "http",
2429
+ "http-body",
2430
+ "pin-project-lite",
2431
+ "tower",
2432
+ "tower-layer",
2433
+ "tower-service",
2434
+ "url",
2435
+ ]
2436
+
2437
+ [[package]]
2438
+ name = "tower-layer"
2439
+ version = "0.3.3"
2440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2441
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2442
+
2443
+ [[package]]
2444
+ name = "tower-service"
2445
+ version = "0.3.3"
2446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2447
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2448
+
2449
+ [[package]]
2450
+ name = "tracing"
2451
+ version = "0.1.44"
2452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2453
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
2454
+ dependencies = [
2455
+ "pin-project-lite",
2456
+ "tracing-core",
2457
+ ]
2458
+
2459
+ [[package]]
2460
+ name = "tracing-core"
2461
+ version = "0.1.36"
2462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2463
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
2464
+ dependencies = [
2465
+ "once_cell",
2466
+ ]
2467
+
2468
+ [[package]]
2469
+ name = "try-lock"
2470
+ version = "0.2.5"
2471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2472
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2473
+
2474
+ [[package]]
2475
+ name = "tungstenite"
2476
+ version = "0.30.0"
2477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2478
+ checksum = "e48ac77174b19c110a50ab2128b24215ac9cb40e0e12e093fb602d175c569d22"
2479
+ dependencies = [
2480
+ "bytes",
2481
+ "data-encoding",
2482
+ "http",
2483
+ "httparse",
2484
+ "log",
2485
+ "rand 0.10.2",
2486
+ "rustls",
2487
+ "rustls-pki-types",
2488
+ "sha1",
2489
+ "thiserror",
2490
+ ]
2491
+
2492
+ [[package]]
2493
+ name = "typenum"
2494
+ version = "1.20.1"
2495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2497
+
2498
+ [[package]]
2499
+ name = "unarray"
2500
+ version = "0.1.4"
2501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2502
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
2503
+
2504
+ [[package]]
2505
+ name = "unicode-ident"
2506
+ version = "1.0.24"
2507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2508
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
2509
+
2510
+ [[package]]
2511
+ name = "unicode-segmentation"
2512
+ version = "1.13.3"
2513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2514
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
2515
+
2516
+ [[package]]
2517
+ name = "untrusted"
2518
+ version = "0.9.0"
2519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2520
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2521
+
2522
+ [[package]]
2523
+ name = "url"
2524
+ version = "2.5.8"
2525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2526
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
2527
+ dependencies = [
2528
+ "form_urlencoded",
2529
+ "idna",
2530
+ "percent-encoding",
2531
+ "serde",
2532
+ ]
2533
+
2534
+ [[package]]
2535
+ name = "utf8_iter"
2536
+ version = "1.0.4"
2537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2539
+
2540
+ [[package]]
2541
+ name = "utf8parse"
2542
+ version = "0.2.2"
2543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2544
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2545
+
2546
+ [[package]]
2547
+ name = "uuid"
2548
+ version = "1.23.4"
2549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2550
+ checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
2551
+ dependencies = [
2552
+ "js-sys",
2553
+ "wasm-bindgen",
2554
+ ]
2555
+
2556
+ [[package]]
2557
+ name = "version_check"
2558
+ version = "0.9.5"
2559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2560
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2561
+
2562
+ [[package]]
2563
+ name = "wait-timeout"
2564
+ version = "0.2.1"
2565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2566
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
2567
+ dependencies = [
2568
+ "libc",
2569
+ ]
2570
+
2571
+ [[package]]
2572
+ name = "walkdir"
2573
+ version = "2.5.0"
2574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2575
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2576
+ dependencies = [
2577
+ "same-file",
2578
+ "winapi-util",
2579
+ ]
2580
+
2581
+ [[package]]
2582
+ name = "want"
2583
+ version = "0.3.1"
2584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2585
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2586
+ dependencies = [
2587
+ "try-lock",
2588
+ ]
2589
+
2590
+ [[package]]
2591
+ name = "wasi"
2592
+ version = "0.11.1+wasi-snapshot-preview1"
2593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2594
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2595
+
2596
+ [[package]]
2597
+ name = "wasip2"
2598
+ version = "1.0.4+wasi-0.2.12"
2599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2600
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2601
+ dependencies = [
2602
+ "wit-bindgen",
2603
+ ]
2604
+
2605
+ [[package]]
2606
+ name = "wasm-bindgen"
2607
+ version = "0.2.126"
2608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2609
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
2610
+ dependencies = [
2611
+ "cfg-if",
2612
+ "once_cell",
2613
+ "rustversion",
2614
+ "serde",
2615
+ "wasm-bindgen-macro",
2616
+ "wasm-bindgen-shared",
2617
+ ]
2618
+
2619
+ [[package]]
2620
+ name = "wasm-bindgen-futures"
2621
+ version = "0.4.76"
2622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2623
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
2624
+ dependencies = [
2625
+ "js-sys",
2626
+ "wasm-bindgen",
2627
+ ]
2628
+
2629
+ [[package]]
2630
+ name = "wasm-bindgen-macro"
2631
+ version = "0.2.126"
2632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2633
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
2634
+ dependencies = [
2635
+ "quote",
2636
+ "wasm-bindgen-macro-support",
2637
+ ]
2638
+
2639
+ [[package]]
2640
+ name = "wasm-bindgen-macro-support"
2641
+ version = "0.2.126"
2642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2643
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
2644
+ dependencies = [
2645
+ "bumpalo",
2646
+ "proc-macro2",
2647
+ "quote",
2648
+ "syn 2.0.118",
2649
+ "wasm-bindgen-shared",
2650
+ ]
2651
+
2652
+ [[package]]
2653
+ name = "wasm-bindgen-shared"
2654
+ version = "0.2.126"
2655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2656
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
2657
+ dependencies = [
2658
+ "unicode-ident",
2659
+ ]
2660
+
2661
+ [[package]]
2662
+ name = "web-sys"
2663
+ version = "0.3.103"
2664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2665
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
2666
+ dependencies = [
2667
+ "js-sys",
2668
+ "wasm-bindgen",
2669
+ ]
2670
+
2671
+ [[package]]
2672
+ name = "web-time"
2673
+ version = "1.1.0"
2674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2675
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2676
+ dependencies = [
2677
+ "js-sys",
2678
+ "wasm-bindgen",
2679
+ ]
2680
+
2681
+ [[package]]
2682
+ name = "webpki-roots"
2683
+ version = "0.26.11"
2684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2685
+ checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
2686
+ dependencies = [
2687
+ "webpki-roots 1.0.8",
2688
+ ]
2689
+
2690
+ [[package]]
2691
+ name = "webpki-roots"
2692
+ version = "1.0.8"
2693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2694
+ checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
2695
+ dependencies = [
2696
+ "rustls-pki-types",
2697
+ ]
2698
+
2699
+ [[package]]
2700
+ name = "wickra-core"
2701
+ version = "0.9.9"
2702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2703
+ checksum = "7cf4e7af4f00596d9bd33c66a9aaf935687959dd14d063b8b7d7d749e102680e"
2704
+ dependencies = [
2705
+ "rayon",
2706
+ "thiserror",
2707
+ ]
2708
+
2709
+ [[package]]
2710
+ name = "wickra-exchange"
2711
+ version = "0.1.0"
2712
+ source = "git+https://github.com/wickra-lib/wickra-exchange#83e123e83a80f2f8a30cf7b1a51b6623025bda0a"
2713
+ dependencies = [
2714
+ "futures-util",
2715
+ "reqwest",
2716
+ "tokio",
2717
+ "tokio-tungstenite",
2718
+ "wickra-exchange-core",
2719
+ ]
2720
+
2721
+ [[package]]
2722
+ name = "wickra-exchange-core"
2723
+ version = "0.1.0"
2724
+ source = "git+https://github.com/wickra-lib/wickra-exchange#83e123e83a80f2f8a30cf7b1a51b6623025bda0a"
2725
+ dependencies = [
2726
+ "base64",
2727
+ "hex",
2728
+ "hmac",
2729
+ "p256",
2730
+ "rust_decimal",
2731
+ "serde",
2732
+ "serde_json",
2733
+ "sha2",
2734
+ "thiserror",
2735
+ "wickra-core",
2736
+ "zeroize",
2737
+ ]
2738
+
2739
+ [[package]]
2740
+ name = "wickra-xray"
2741
+ version = "0.1.0"
2742
+ dependencies = [
2743
+ "clap",
2744
+ "serde_json",
2745
+ "wickra-xray-core",
2746
+ ]
2747
+
2748
+ [[package]]
2749
+ name = "wickra-xray-bench"
2750
+ version = "0.1.0"
2751
+ dependencies = [
2752
+ "codspeed-criterion-compat",
2753
+ "wickra-xray-core",
2754
+ ]
2755
+
2756
+ [[package]]
2757
+ name = "wickra-xray-c"
2758
+ version = "0.1.0"
2759
+ dependencies = [
2760
+ "wickra-xray-core",
2761
+ ]
2762
+
2763
+ [[package]]
2764
+ name = "wickra-xray-core"
2765
+ version = "0.1.0"
2766
+ dependencies = [
2767
+ "proptest",
2768
+ "rayon",
2769
+ "serde",
2770
+ "serde_json",
2771
+ "thiserror",
2772
+ "toml",
2773
+ "wickra-exchange",
2774
+ ]
2775
+
2776
+ [[package]]
2777
+ name = "wickra-xray-example"
2778
+ version = "0.1.0"
2779
+ dependencies = [
2780
+ "serde_json",
2781
+ "wickra-xray-core",
2782
+ ]
2783
+
2784
+ [[package]]
2785
+ name = "wickra-xray-node"
2786
+ version = "0.1.0"
2787
+ dependencies = [
2788
+ "napi",
2789
+ "napi-build",
2790
+ "napi-derive",
2791
+ "wickra-xray-core",
2792
+ ]
2793
+
2794
+ [[package]]
2795
+ name = "wickra-xray-python"
2796
+ version = "0.1.0"
2797
+ dependencies = [
2798
+ "pyo3",
2799
+ "wickra-xray-core",
2800
+ ]
2801
+
2802
+ [[package]]
2803
+ name = "wickra-xray-wasm"
2804
+ version = "0.1.0"
2805
+ dependencies = [
2806
+ "wasm-bindgen",
2807
+ "wickra-xray-core",
2808
+ ]
2809
+
2810
+ [[package]]
2811
+ name = "winapi-util"
2812
+ version = "0.1.11"
2813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2814
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2815
+ dependencies = [
2816
+ "windows-sys 0.61.2",
2817
+ ]
2818
+
2819
+ [[package]]
2820
+ name = "windows-link"
2821
+ version = "0.2.1"
2822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2823
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2824
+
2825
+ [[package]]
2826
+ name = "windows-sys"
2827
+ version = "0.52.0"
2828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2829
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2830
+ dependencies = [
2831
+ "windows-targets 0.52.6",
2832
+ ]
2833
+
2834
+ [[package]]
2835
+ name = "windows-sys"
2836
+ version = "0.60.2"
2837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2838
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2839
+ dependencies = [
2840
+ "windows-targets 0.53.5",
2841
+ ]
2842
+
2843
+ [[package]]
2844
+ name = "windows-sys"
2845
+ version = "0.61.2"
2846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2847
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2848
+ dependencies = [
2849
+ "windows-link",
2850
+ ]
2851
+
2852
+ [[package]]
2853
+ name = "windows-targets"
2854
+ version = "0.52.6"
2855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2856
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2857
+ dependencies = [
2858
+ "windows_aarch64_gnullvm 0.52.6",
2859
+ "windows_aarch64_msvc 0.52.6",
2860
+ "windows_i686_gnu 0.52.6",
2861
+ "windows_i686_gnullvm 0.52.6",
2862
+ "windows_i686_msvc 0.52.6",
2863
+ "windows_x86_64_gnu 0.52.6",
2864
+ "windows_x86_64_gnullvm 0.52.6",
2865
+ "windows_x86_64_msvc 0.52.6",
2866
+ ]
2867
+
2868
+ [[package]]
2869
+ name = "windows-targets"
2870
+ version = "0.53.5"
2871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2872
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2873
+ dependencies = [
2874
+ "windows-link",
2875
+ "windows_aarch64_gnullvm 0.53.1",
2876
+ "windows_aarch64_msvc 0.53.1",
2877
+ "windows_i686_gnu 0.53.1",
2878
+ "windows_i686_gnullvm 0.53.1",
2879
+ "windows_i686_msvc 0.53.1",
2880
+ "windows_x86_64_gnu 0.53.1",
2881
+ "windows_x86_64_gnullvm 0.53.1",
2882
+ "windows_x86_64_msvc 0.53.1",
2883
+ ]
2884
+
2885
+ [[package]]
2886
+ name = "windows_aarch64_gnullvm"
2887
+ version = "0.52.6"
2888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2889
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2890
+
2891
+ [[package]]
2892
+ name = "windows_aarch64_gnullvm"
2893
+ version = "0.53.1"
2894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2895
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2896
+
2897
+ [[package]]
2898
+ name = "windows_aarch64_msvc"
2899
+ version = "0.52.6"
2900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2901
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2902
+
2903
+ [[package]]
2904
+ name = "windows_aarch64_msvc"
2905
+ version = "0.53.1"
2906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2907
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2908
+
2909
+ [[package]]
2910
+ name = "windows_i686_gnu"
2911
+ version = "0.52.6"
2912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2913
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2914
+
2915
+ [[package]]
2916
+ name = "windows_i686_gnu"
2917
+ version = "0.53.1"
2918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2919
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2920
+
2921
+ [[package]]
2922
+ name = "windows_i686_gnullvm"
2923
+ version = "0.52.6"
2924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2925
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2926
+
2927
+ [[package]]
2928
+ name = "windows_i686_gnullvm"
2929
+ version = "0.53.1"
2930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2931
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2932
+
2933
+ [[package]]
2934
+ name = "windows_i686_msvc"
2935
+ version = "0.52.6"
2936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2937
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2938
+
2939
+ [[package]]
2940
+ name = "windows_i686_msvc"
2941
+ version = "0.53.1"
2942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2943
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2944
+
2945
+ [[package]]
2946
+ name = "windows_x86_64_gnu"
2947
+ version = "0.52.6"
2948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2949
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2950
+
2951
+ [[package]]
2952
+ name = "windows_x86_64_gnu"
2953
+ version = "0.53.1"
2954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2955
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2956
+
2957
+ [[package]]
2958
+ name = "windows_x86_64_gnullvm"
2959
+ version = "0.52.6"
2960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2961
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2962
+
2963
+ [[package]]
2964
+ name = "windows_x86_64_gnullvm"
2965
+ version = "0.53.1"
2966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2967
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2968
+
2969
+ [[package]]
2970
+ name = "windows_x86_64_msvc"
2971
+ version = "0.52.6"
2972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2973
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2974
+
2975
+ [[package]]
2976
+ name = "windows_x86_64_msvc"
2977
+ version = "0.53.1"
2978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2979
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2980
+
2981
+ [[package]]
2982
+ name = "winnow"
2983
+ version = "1.0.3"
2984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2985
+ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
2986
+ dependencies = [
2987
+ "memchr",
2988
+ ]
2989
+
2990
+ [[package]]
2991
+ name = "wit-bindgen"
2992
+ version = "0.57.1"
2993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2994
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2995
+
2996
+ [[package]]
2997
+ name = "wnaf"
2998
+ version = "0.14.0"
2999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3000
+ checksum = "ab12e7090f27e2ffd9322651492942d50c2926094af30601e1964337db39daf1"
3001
+ dependencies = [
3002
+ "ff",
3003
+ "group",
3004
+ "hybrid-array",
3005
+ ]
3006
+
3007
+ [[package]]
3008
+ name = "writeable"
3009
+ version = "0.6.3"
3010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3011
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3012
+
3013
+ [[package]]
3014
+ name = "wyz"
3015
+ version = "0.5.1"
3016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3017
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
3018
+ dependencies = [
3019
+ "tap",
3020
+ ]
3021
+
3022
+ [[package]]
3023
+ name = "yoke"
3024
+ version = "0.8.3"
3025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3026
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
3027
+ dependencies = [
3028
+ "stable_deref_trait",
3029
+ "yoke-derive",
3030
+ "zerofrom",
3031
+ ]
3032
+
3033
+ [[package]]
3034
+ name = "yoke-derive"
3035
+ version = "0.8.2"
3036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3037
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3038
+ dependencies = [
3039
+ "proc-macro2",
3040
+ "quote",
3041
+ "syn 2.0.118",
3042
+ "synstructure",
3043
+ ]
3044
+
3045
+ [[package]]
3046
+ name = "zerocopy"
3047
+ version = "0.8.52"
3048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3049
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
3050
+ dependencies = [
3051
+ "zerocopy-derive",
3052
+ ]
3053
+
3054
+ [[package]]
3055
+ name = "zerocopy-derive"
3056
+ version = "0.8.52"
3057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3058
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
3059
+ dependencies = [
3060
+ "proc-macro2",
3061
+ "quote",
3062
+ "syn 2.0.118",
3063
+ ]
3064
+
3065
+ [[package]]
3066
+ name = "zerofrom"
3067
+ version = "0.1.8"
3068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3069
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
3070
+ dependencies = [
3071
+ "zerofrom-derive",
3072
+ ]
3073
+
3074
+ [[package]]
3075
+ name = "zerofrom-derive"
3076
+ version = "0.1.7"
3077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3078
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3079
+ dependencies = [
3080
+ "proc-macro2",
3081
+ "quote",
3082
+ "syn 2.0.118",
3083
+ "synstructure",
3084
+ ]
3085
+
3086
+ [[package]]
3087
+ name = "zeroize"
3088
+ version = "1.9.0"
3089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3090
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
3091
+ dependencies = [
3092
+ "zeroize_derive",
3093
+ ]
3094
+
3095
+ [[package]]
3096
+ name = "zeroize_derive"
3097
+ version = "1.5.0"
3098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3099
+ checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
3100
+ dependencies = [
3101
+ "proc-macro2",
3102
+ "quote",
3103
+ "syn 2.0.118",
3104
+ ]
3105
+
3106
+ [[package]]
3107
+ name = "zerotrie"
3108
+ version = "0.2.4"
3109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3110
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3111
+ dependencies = [
3112
+ "displaydoc",
3113
+ "yoke",
3114
+ "zerofrom",
3115
+ ]
3116
+
3117
+ [[package]]
3118
+ name = "zerovec"
3119
+ version = "0.11.6"
3120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3121
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3122
+ dependencies = [
3123
+ "yoke",
3124
+ "zerofrom",
3125
+ "zerovec-derive",
3126
+ ]
3127
+
3128
+ [[package]]
3129
+ name = "zerovec-derive"
3130
+ version = "0.11.3"
3131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3132
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3133
+ dependencies = [
3134
+ "proc-macro2",
3135
+ "quote",
3136
+ "syn 2.0.118",
3137
+ ]
3138
+
3139
+ [[package]]
3140
+ name = "zmij"
3141
+ version = "1.0.21"
3142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"