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