wickra-benchmark 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 (37) hide show
  1. wickra_benchmark-0.1.0/Cargo.lock +1490 -0
  2. wickra_benchmark-0.1.0/Cargo.toml +96 -0
  3. wickra_benchmark-0.1.0/PKG-INFO +416 -0
  4. wickra_benchmark-0.1.0/README.md +386 -0
  5. wickra_benchmark-0.1.0/bindings/python/Cargo.toml +25 -0
  6. wickra_benchmark-0.1.0/bindings/python/LICENSE-APACHE +201 -0
  7. wickra_benchmark-0.1.0/bindings/python/LICENSE-MIT +21 -0
  8. wickra_benchmark-0.1.0/bindings/python/README.md +386 -0
  9. wickra_benchmark-0.1.0/bindings/python/src/lib.rs +55 -0
  10. wickra_benchmark-0.1.0/bindings/python/tests/run_without_pytest.py +81 -0
  11. wickra_benchmark-0.1.0/bindings/python/tests/test_batch_equivalence.py +123 -0
  12. wickra_benchmark-0.1.0/bindings/python/tests/test_completeness.py +15 -0
  13. wickra_benchmark-0.1.0/bindings/python/tests/test_golden.py +65 -0
  14. wickra_benchmark-0.1.0/bindings/python/tests/test_smoke.py +87 -0
  15. wickra_benchmark-0.1.0/crates/benchmark-core/Cargo.toml +50 -0
  16. wickra_benchmark-0.1.0/crates/benchmark-core/LICENSE-APACHE +201 -0
  17. wickra_benchmark-0.1.0/crates/benchmark-core/LICENSE-MIT +21 -0
  18. wickra_benchmark-0.1.0/crates/benchmark-core/README.md +386 -0
  19. wickra_benchmark-0.1.0/crates/benchmark-core/src/benchmark.rs +95 -0
  20. wickra_benchmark-0.1.0/crates/benchmark-core/src/case.rs +86 -0
  21. wickra_benchmark-0.1.0/crates/benchmark-core/src/config.rs +17 -0
  22. wickra_benchmark-0.1.0/crates/benchmark-core/src/error.rs +41 -0
  23. wickra_benchmark-0.1.0/crates/benchmark-core/src/hash.rs +150 -0
  24. wickra_benchmark-0.1.0/crates/benchmark-core/src/lib.rs +43 -0
  25. wickra_benchmark-0.1.0/crates/benchmark-core/src/runner.rs +157 -0
  26. wickra_benchmark-0.1.0/crates/benchmark-core/src/suite.rs +89 -0
  27. wickra_benchmark-0.1.0/crates/benchmark-core/src/tests.rs +260 -0
  28. wickra_benchmark-0.1.0/crates/benchmark-core/tests/common/mod.rs +106 -0
  29. wickra_benchmark-0.1.0/crates/benchmark-core/tests/conformance.rs +172 -0
  30. wickra_benchmark-0.1.0/crates/benchmark-core/tests/golden.rs +306 -0
  31. wickra_benchmark-0.1.0/crates/benchmark-core/tests/indicator_conformance.rs +354 -0
  32. wickra_benchmark-0.1.0/crates/benchmark-core/tests/path_eq_inline.rs +43 -0
  33. wickra_benchmark-0.1.0/crates/benchmark-core/tests/proptest_invariants.rs +99 -0
  34. wickra_benchmark-0.1.0/pyproject.toml +46 -0
  35. wickra_benchmark-0.1.0/python/wickra_benchmark/__init__.py +11 -0
  36. wickra_benchmark-0.1.0/python/wickra_benchmark/__init__.pyi +25 -0
  37. wickra_benchmark-0.1.0/python/wickra_benchmark/py.typed +0 -0
@@ -0,0 +1,1490 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "anes"
16
+ version = "0.1.6"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
19
+
20
+ [[package]]
21
+ name = "anstream"
22
+ version = "1.0.0"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
25
+ dependencies = [
26
+ "anstyle",
27
+ "anstyle-parse",
28
+ "anstyle-query",
29
+ "anstyle-wincon",
30
+ "colorchoice",
31
+ "is_terminal_polyfill",
32
+ "utf8parse",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "anstyle"
37
+ version = "1.0.14"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
40
+
41
+ [[package]]
42
+ name = "anstyle-parse"
43
+ version = "1.0.0"
44
+ source = "registry+https://github.com/rust-lang/crates.io-index"
45
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
46
+ dependencies = [
47
+ "utf8parse",
48
+ ]
49
+
50
+ [[package]]
51
+ name = "anstyle-query"
52
+ version = "1.1.5"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
55
+ dependencies = [
56
+ "windows-sys",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "anstyle-wincon"
61
+ version = "3.0.11"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
64
+ dependencies = [
65
+ "anstyle",
66
+ "once_cell_polyfill",
67
+ "windows-sys",
68
+ ]
69
+
70
+ [[package]]
71
+ name = "anyhow"
72
+ version = "1.0.104"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
75
+
76
+ [[package]]
77
+ name = "approx"
78
+ version = "0.5.1"
79
+ source = "registry+https://github.com/rust-lang/crates.io-index"
80
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
81
+ dependencies = [
82
+ "num-traits",
83
+ ]
84
+
85
+ [[package]]
86
+ name = "arrayvec"
87
+ version = "0.7.8"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
90
+
91
+ [[package]]
92
+ name = "autocfg"
93
+ version = "1.5.1"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
96
+
97
+ [[package]]
98
+ name = "benchmark-bench"
99
+ version = "0.1.0"
100
+ dependencies = [
101
+ "benchmark-core",
102
+ "codspeed-criterion-compat",
103
+ "serde_json",
104
+ "wickra-backtest-core",
105
+ ]
106
+
107
+ [[package]]
108
+ name = "benchmark-core"
109
+ version = "0.1.0"
110
+ dependencies = [
111
+ "blake3",
112
+ "proptest",
113
+ "rayon",
114
+ "serde",
115
+ "serde_json",
116
+ "thiserror",
117
+ "toml",
118
+ "wickra-backtest-core",
119
+ "wickra-core",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "bit-set"
124
+ version = "0.8.0"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
127
+ dependencies = [
128
+ "bit-vec",
129
+ ]
130
+
131
+ [[package]]
132
+ name = "bit-vec"
133
+ version = "0.8.0"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
136
+
137
+ [[package]]
138
+ name = "bitflags"
139
+ version = "2.13.0"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
142
+
143
+ [[package]]
144
+ name = "blake3"
145
+ version = "1.8.7"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "6d9e454fc11f76977dc803893aff6304ed33d6a26efae8696573bea74baa27ae"
148
+ dependencies = [
149
+ "arrayvec",
150
+ "cc",
151
+ "cfg-if",
152
+ "constant_time_eq",
153
+ "cpufeatures",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "bumpalo"
158
+ version = "3.20.3"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
161
+
162
+ [[package]]
163
+ name = "cast"
164
+ version = "0.3.0"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
167
+
168
+ [[package]]
169
+ name = "cc"
170
+ version = "1.2.67"
171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
172
+ checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38"
173
+ dependencies = [
174
+ "find-msvc-tools",
175
+ "shlex",
176
+ ]
177
+
178
+ [[package]]
179
+ name = "cfg-if"
180
+ version = "1.0.4"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
183
+
184
+ [[package]]
185
+ name = "cfg_aliases"
186
+ version = "0.2.2"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
189
+
190
+ [[package]]
191
+ name = "ciborium"
192
+ version = "0.2.2"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
195
+ dependencies = [
196
+ "ciborium-io",
197
+ "ciborium-ll",
198
+ "serde",
199
+ ]
200
+
201
+ [[package]]
202
+ name = "ciborium-io"
203
+ version = "0.2.2"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
206
+
207
+ [[package]]
208
+ name = "ciborium-ll"
209
+ version = "0.2.2"
210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
211
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
212
+ dependencies = [
213
+ "ciborium-io",
214
+ "half",
215
+ ]
216
+
217
+ [[package]]
218
+ name = "clap"
219
+ version = "4.6.6"
220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
221
+ checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
222
+ dependencies = [
223
+ "clap_builder",
224
+ "clap_derive",
225
+ ]
226
+
227
+ [[package]]
228
+ name = "clap_builder"
229
+ version = "4.6.6"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
232
+ dependencies = [
233
+ "anstream",
234
+ "anstyle",
235
+ "clap_lex",
236
+ "strsim",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "clap_derive"
241
+ version = "4.6.4"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
244
+ dependencies = [
245
+ "heck",
246
+ "proc-macro2",
247
+ "quote",
248
+ "syn 3.0.3",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "clap_lex"
253
+ version = "1.1.0"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
256
+
257
+ [[package]]
258
+ name = "codspeed"
259
+ version = "5.0.1"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "7083f253260bcb4aaa3b4aa4c52973703dabc1a85c2f193997e2689aafa8a919"
262
+ dependencies = [
263
+ "anyhow",
264
+ "cc",
265
+ "colored",
266
+ "getrandom 0.4.3",
267
+ "glob",
268
+ "libc",
269
+ "nix",
270
+ "serde",
271
+ "serde_json",
272
+ "statrs",
273
+ ]
274
+
275
+ [[package]]
276
+ name = "codspeed-criterion-compat"
277
+ version = "5.0.1"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "d9f24251445188c69d50f10179d795424bd71b533b7e3f84fc03f26893b01af0"
280
+ dependencies = [
281
+ "clap",
282
+ "codspeed",
283
+ "codspeed-criterion-compat-walltime",
284
+ "colored",
285
+ "regex",
286
+ ]
287
+
288
+ [[package]]
289
+ name = "codspeed-criterion-compat-walltime"
290
+ version = "5.0.1"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "5c38205d56e2cb4fe04b708de7f9653a3f1b89edbe3a20b28f21e9e525e9e061"
293
+ dependencies = [
294
+ "anes",
295
+ "cast",
296
+ "ciborium",
297
+ "clap",
298
+ "codspeed",
299
+ "criterion-plot",
300
+ "is-terminal",
301
+ "itertools",
302
+ "num-traits",
303
+ "once_cell",
304
+ "oorandom",
305
+ "regex",
306
+ "serde",
307
+ "serde_derive",
308
+ "serde_json",
309
+ "tinytemplate",
310
+ "walkdir",
311
+ ]
312
+
313
+ [[package]]
314
+ name = "colorchoice"
315
+ version = "1.0.5"
316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
317
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
318
+
319
+ [[package]]
320
+ name = "colored"
321
+ version = "3.1.1"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
324
+ dependencies = [
325
+ "windows-sys",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "constant_time_eq"
330
+ version = "0.4.2"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
333
+
334
+ [[package]]
335
+ name = "convert_case"
336
+ version = "0.11.0"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
339
+ dependencies = [
340
+ "unicode-segmentation",
341
+ ]
342
+
343
+ [[package]]
344
+ name = "cpufeatures"
345
+ version = "0.3.0"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
348
+ dependencies = [
349
+ "libc",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "criterion-plot"
354
+ version = "0.5.0"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
357
+ dependencies = [
358
+ "cast",
359
+ "itertools",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "crossbeam-deque"
364
+ version = "0.8.7"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
367
+ dependencies = [
368
+ "crossbeam-epoch",
369
+ "crossbeam-utils",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "crossbeam-epoch"
374
+ version = "0.9.20"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
377
+ dependencies = [
378
+ "crossbeam-utils",
379
+ ]
380
+
381
+ [[package]]
382
+ name = "crossbeam-utils"
383
+ version = "0.8.22"
384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
385
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
386
+
387
+ [[package]]
388
+ name = "crunchy"
389
+ version = "0.2.4"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
392
+
393
+ [[package]]
394
+ name = "ctor"
395
+ version = "1.0.8"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "fb22e947478ccf9dc44d8922042c677a63fbb88f2cb468521d1145816e5087cb"
398
+
399
+ [[package]]
400
+ name = "dyn-clone"
401
+ version = "1.0.20"
402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
403
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
404
+
405
+ [[package]]
406
+ name = "either"
407
+ version = "1.16.0"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
410
+
411
+ [[package]]
412
+ name = "equivalent"
413
+ version = "1.0.2"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
416
+
417
+ [[package]]
418
+ name = "errno"
419
+ version = "0.3.14"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
422
+ dependencies = [
423
+ "libc",
424
+ "windows-sys",
425
+ ]
426
+
427
+ [[package]]
428
+ name = "fastrand"
429
+ version = "2.4.1"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
432
+
433
+ [[package]]
434
+ name = "find-msvc-tools"
435
+ version = "0.1.9"
436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
437
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
438
+
439
+ [[package]]
440
+ name = "fnv"
441
+ version = "1.0.7"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
444
+
445
+ [[package]]
446
+ name = "futures"
447
+ version = "0.3.32"
448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
449
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
450
+ dependencies = [
451
+ "futures-channel",
452
+ "futures-core",
453
+ "futures-executor",
454
+ "futures-io",
455
+ "futures-sink",
456
+ "futures-task",
457
+ "futures-util",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "futures-channel"
462
+ version = "0.3.32"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
465
+ dependencies = [
466
+ "futures-core",
467
+ "futures-sink",
468
+ ]
469
+
470
+ [[package]]
471
+ name = "futures-core"
472
+ version = "0.3.32"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
475
+
476
+ [[package]]
477
+ name = "futures-executor"
478
+ version = "0.3.32"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
481
+ dependencies = [
482
+ "futures-core",
483
+ "futures-task",
484
+ "futures-util",
485
+ ]
486
+
487
+ [[package]]
488
+ name = "futures-io"
489
+ version = "0.3.32"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
492
+
493
+ [[package]]
494
+ name = "futures-macro"
495
+ version = "0.3.32"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
498
+ dependencies = [
499
+ "proc-macro2",
500
+ "quote",
501
+ "syn 2.0.118",
502
+ ]
503
+
504
+ [[package]]
505
+ name = "futures-sink"
506
+ version = "0.3.32"
507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
508
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
509
+
510
+ [[package]]
511
+ name = "futures-task"
512
+ version = "0.3.32"
513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
514
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
515
+
516
+ [[package]]
517
+ name = "futures-util"
518
+ version = "0.3.32"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
521
+ dependencies = [
522
+ "futures-channel",
523
+ "futures-core",
524
+ "futures-io",
525
+ "futures-macro",
526
+ "futures-sink",
527
+ "futures-task",
528
+ "memchr",
529
+ "pin-project-lite",
530
+ "slab",
531
+ ]
532
+
533
+ [[package]]
534
+ name = "getrandom"
535
+ version = "0.3.4"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
538
+ dependencies = [
539
+ "cfg-if",
540
+ "libc",
541
+ "r-efi 5.3.0",
542
+ "wasip2",
543
+ ]
544
+
545
+ [[package]]
546
+ name = "getrandom"
547
+ version = "0.4.3"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
550
+ dependencies = [
551
+ "cfg-if",
552
+ "libc",
553
+ "r-efi 6.0.0",
554
+ ]
555
+
556
+ [[package]]
557
+ name = "glob"
558
+ version = "0.3.4"
559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
560
+ checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
561
+
562
+ [[package]]
563
+ name = "half"
564
+ version = "2.7.1"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
567
+ dependencies = [
568
+ "cfg-if",
569
+ "crunchy",
570
+ "zerocopy",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "hashbrown"
575
+ version = "0.17.1"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
578
+
579
+ [[package]]
580
+ name = "heck"
581
+ version = "0.5.0"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
584
+
585
+ [[package]]
586
+ name = "hermit-abi"
587
+ version = "0.5.3"
588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
589
+ checksum = "e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284"
590
+
591
+ [[package]]
592
+ name = "indexmap"
593
+ version = "2.14.0"
594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
595
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
596
+ dependencies = [
597
+ "equivalent",
598
+ "hashbrown",
599
+ ]
600
+
601
+ [[package]]
602
+ name = "is-terminal"
603
+ version = "0.4.17"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
606
+ dependencies = [
607
+ "hermit-abi",
608
+ "libc",
609
+ "windows-sys",
610
+ ]
611
+
612
+ [[package]]
613
+ name = "is_terminal_polyfill"
614
+ version = "1.70.2"
615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
616
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
617
+
618
+ [[package]]
619
+ name = "itertools"
620
+ version = "0.10.5"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
623
+ dependencies = [
624
+ "either",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "itoa"
629
+ version = "1.0.18"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
632
+
633
+ [[package]]
634
+ name = "libc"
635
+ version = "0.2.186"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
638
+
639
+ [[package]]
640
+ name = "libloading"
641
+ version = "0.9.0"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
644
+ dependencies = [
645
+ "cfg-if",
646
+ "windows-link",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "linux-raw-sys"
651
+ version = "0.12.1"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
654
+
655
+ [[package]]
656
+ name = "memchr"
657
+ version = "2.8.3"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
660
+
661
+ [[package]]
662
+ name = "napi"
663
+ version = "3.12.2"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "58c5f4d5375213fdb7be2655e152386e82f026f9a5ba36a75556e11359aafe09"
666
+ dependencies = [
667
+ "bitflags",
668
+ "ctor",
669
+ "futures",
670
+ "libc",
671
+ "napi-build",
672
+ "napi-sys",
673
+ "nohash-hasher",
674
+ "rustc-hash",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "napi-build"
679
+ version = "2.4.1"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "60fdf9b392c50e7c4170fa633bd909490ed7835cea4c046776d1a4dd8d2ae0ab"
682
+
683
+ [[package]]
684
+ name = "napi-derive"
685
+ version = "3.6.3"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "0fa55ea69990c90b888e9e77044410e304ce7f35de599dc6d0b5c1923d2e59af"
688
+ dependencies = [
689
+ "convert_case",
690
+ "ctor",
691
+ "napi-derive-backend",
692
+ "proc-macro2",
693
+ "quote",
694
+ "syn 2.0.118",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "napi-derive-backend"
699
+ version = "6.1.2"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "df4056ac7c18e4438ccf0edaed4340ca0d269278c8ec19284f7b23cb039fd0ae"
702
+ dependencies = [
703
+ "convert_case",
704
+ "proc-macro2",
705
+ "quote",
706
+ "semver",
707
+ "syn 2.0.118",
708
+ ]
709
+
710
+ [[package]]
711
+ name = "napi-sys"
712
+ version = "3.3.0"
713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
714
+ checksum = "85fbf1fa9f1babfe396d74bbbf52b3643770243e8f5b0b46715d4caf7f0dfc9a"
715
+ dependencies = [
716
+ "libloading",
717
+ ]
718
+
719
+ [[package]]
720
+ name = "nix"
721
+ version = "0.31.3"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
724
+ dependencies = [
725
+ "bitflags",
726
+ "cfg-if",
727
+ "cfg_aliases",
728
+ "libc",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "nohash-hasher"
733
+ version = "0.2.0"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
736
+
737
+ [[package]]
738
+ name = "num-traits"
739
+ version = "0.2.19"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
742
+ dependencies = [
743
+ "autocfg",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "once_cell"
748
+ version = "1.21.4"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
751
+
752
+ [[package]]
753
+ name = "once_cell_polyfill"
754
+ version = "1.70.2"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
757
+
758
+ [[package]]
759
+ name = "oorandom"
760
+ version = "11.1.5"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
763
+
764
+ [[package]]
765
+ name = "pin-project-lite"
766
+ version = "0.2.17"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
769
+
770
+ [[package]]
771
+ name = "portable-atomic"
772
+ version = "1.13.1"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
775
+
776
+ [[package]]
777
+ name = "ppv-lite86"
778
+ version = "0.2.21"
779
+ source = "registry+https://github.com/rust-lang/crates.io-index"
780
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
781
+ dependencies = [
782
+ "zerocopy",
783
+ ]
784
+
785
+ [[package]]
786
+ name = "proc-macro2"
787
+ version = "1.0.106"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
790
+ dependencies = [
791
+ "unicode-ident",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "proptest"
796
+ version = "1.11.0"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
799
+ dependencies = [
800
+ "bit-set",
801
+ "bit-vec",
802
+ "bitflags",
803
+ "num-traits",
804
+ "rand",
805
+ "rand_chacha",
806
+ "rand_xorshift",
807
+ "regex-syntax",
808
+ "rusty-fork",
809
+ "tempfile",
810
+ "unarray",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "pyo3"
815
+ version = "0.29.2"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
818
+ dependencies = [
819
+ "libc",
820
+ "once_cell",
821
+ "portable-atomic",
822
+ "pyo3-build-config",
823
+ "pyo3-ffi",
824
+ "pyo3-macros",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "pyo3-build-config"
829
+ version = "0.29.2"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
832
+ dependencies = [
833
+ "target-lexicon",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "pyo3-ffi"
838
+ version = "0.29.2"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
841
+ dependencies = [
842
+ "libc",
843
+ "pyo3-build-config",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "pyo3-macros"
848
+ version = "0.29.2"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
851
+ dependencies = [
852
+ "proc-macro2",
853
+ "pyo3-macros-backend",
854
+ "quote",
855
+ "syn 2.0.118",
856
+ ]
857
+
858
+ [[package]]
859
+ name = "pyo3-macros-backend"
860
+ version = "0.29.2"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
863
+ dependencies = [
864
+ "heck",
865
+ "proc-macro2",
866
+ "quote",
867
+ "syn 2.0.118",
868
+ ]
869
+
870
+ [[package]]
871
+ name = "quick-error"
872
+ version = "1.2.3"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
875
+
876
+ [[package]]
877
+ name = "quote"
878
+ version = "1.0.46"
879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
880
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
881
+ dependencies = [
882
+ "proc-macro2",
883
+ ]
884
+
885
+ [[package]]
886
+ name = "r-efi"
887
+ version = "5.3.0"
888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
889
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
890
+
891
+ [[package]]
892
+ name = "r-efi"
893
+ version = "6.0.0"
894
+ source = "registry+https://github.com/rust-lang/crates.io-index"
895
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
896
+
897
+ [[package]]
898
+ name = "rand"
899
+ version = "0.9.4"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
902
+ dependencies = [
903
+ "rand_chacha",
904
+ "rand_core",
905
+ ]
906
+
907
+ [[package]]
908
+ name = "rand_chacha"
909
+ version = "0.9.0"
910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
911
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
912
+ dependencies = [
913
+ "ppv-lite86",
914
+ "rand_core",
915
+ ]
916
+
917
+ [[package]]
918
+ name = "rand_core"
919
+ version = "0.9.5"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
922
+ dependencies = [
923
+ "getrandom 0.3.4",
924
+ ]
925
+
926
+ [[package]]
927
+ name = "rand_xorshift"
928
+ version = "0.4.0"
929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
930
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
931
+ dependencies = [
932
+ "rand_core",
933
+ ]
934
+
935
+ [[package]]
936
+ name = "rayon"
937
+ version = "1.12.0"
938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
939
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
940
+ dependencies = [
941
+ "either",
942
+ "rayon-core",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "rayon-core"
947
+ version = "1.13.0"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
950
+ dependencies = [
951
+ "crossbeam-deque",
952
+ "crossbeam-utils",
953
+ ]
954
+
955
+ [[package]]
956
+ name = "regex"
957
+ version = "1.13.0"
958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
959
+ checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2"
960
+ dependencies = [
961
+ "aho-corasick",
962
+ "memchr",
963
+ "regex-automata",
964
+ "regex-syntax",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "regex-automata"
969
+ version = "0.4.15"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "1f388202e4b80542a0921078cc23b6333bcf1409c1e3f86404cae4766a6131db"
972
+ dependencies = [
973
+ "aho-corasick",
974
+ "memchr",
975
+ "regex-syntax",
976
+ ]
977
+
978
+ [[package]]
979
+ name = "regex-syntax"
980
+ version = "0.8.11"
981
+ source = "registry+https://github.com/rust-lang/crates.io-index"
982
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
983
+
984
+ [[package]]
985
+ name = "rustc-hash"
986
+ version = "2.1.3"
987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
988
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
989
+
990
+ [[package]]
991
+ name = "rustix"
992
+ version = "1.1.4"
993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
994
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
995
+ dependencies = [
996
+ "bitflags",
997
+ "errno",
998
+ "libc",
999
+ "linux-raw-sys",
1000
+ "windows-sys",
1001
+ ]
1002
+
1003
+ [[package]]
1004
+ name = "rustversion"
1005
+ version = "1.0.23"
1006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1008
+
1009
+ [[package]]
1010
+ name = "rusty-fork"
1011
+ version = "0.3.1"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
1014
+ dependencies = [
1015
+ "fnv",
1016
+ "quick-error",
1017
+ "tempfile",
1018
+ "wait-timeout",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "same-file"
1023
+ version = "1.0.6"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1026
+ dependencies = [
1027
+ "winapi-util",
1028
+ ]
1029
+
1030
+ [[package]]
1031
+ name = "schemars"
1032
+ version = "0.8.22"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
1035
+ dependencies = [
1036
+ "dyn-clone",
1037
+ "schemars_derive",
1038
+ "serde",
1039
+ "serde_json",
1040
+ ]
1041
+
1042
+ [[package]]
1043
+ name = "schemars_derive"
1044
+ version = "0.8.22"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
1047
+ dependencies = [
1048
+ "proc-macro2",
1049
+ "quote",
1050
+ "serde_derive_internals",
1051
+ "syn 2.0.118",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "semver"
1056
+ version = "1.0.28"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1059
+
1060
+ [[package]]
1061
+ name = "serde"
1062
+ version = "1.0.229"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
1065
+ dependencies = [
1066
+ "serde_core",
1067
+ "serde_derive",
1068
+ ]
1069
+
1070
+ [[package]]
1071
+ name = "serde_core"
1072
+ version = "1.0.229"
1073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1074
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
1075
+ dependencies = [
1076
+ "serde_derive",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "serde_derive"
1081
+ version = "1.0.229"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
1084
+ dependencies = [
1085
+ "proc-macro2",
1086
+ "quote",
1087
+ "syn 3.0.3",
1088
+ ]
1089
+
1090
+ [[package]]
1091
+ name = "serde_derive_internals"
1092
+ version = "0.29.1"
1093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1094
+ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
1095
+ dependencies = [
1096
+ "proc-macro2",
1097
+ "quote",
1098
+ "syn 2.0.118",
1099
+ ]
1100
+
1101
+ [[package]]
1102
+ name = "serde_json"
1103
+ version = "1.0.151"
1104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+ checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
1106
+ dependencies = [
1107
+ "itoa",
1108
+ "memchr",
1109
+ "serde",
1110
+ "serde_core",
1111
+ "zmij",
1112
+ ]
1113
+
1114
+ [[package]]
1115
+ name = "serde_spanned"
1116
+ version = "1.1.1"
1117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1118
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1119
+ dependencies = [
1120
+ "serde_core",
1121
+ ]
1122
+
1123
+ [[package]]
1124
+ name = "shlex"
1125
+ version = "2.0.1"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1128
+
1129
+ [[package]]
1130
+ name = "slab"
1131
+ version = "0.4.12"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1134
+
1135
+ [[package]]
1136
+ name = "statrs"
1137
+ version = "0.18.0"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e"
1140
+ dependencies = [
1141
+ "approx",
1142
+ "num-traits",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "strsim"
1147
+ version = "0.11.1"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1150
+
1151
+ [[package]]
1152
+ name = "syn"
1153
+ version = "2.0.118"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
1156
+ dependencies = [
1157
+ "proc-macro2",
1158
+ "quote",
1159
+ "unicode-ident",
1160
+ ]
1161
+
1162
+ [[package]]
1163
+ name = "syn"
1164
+ version = "3.0.3"
1165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1166
+ checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
1167
+ dependencies = [
1168
+ "proc-macro2",
1169
+ "quote",
1170
+ "unicode-ident",
1171
+ ]
1172
+
1173
+ [[package]]
1174
+ name = "target-lexicon"
1175
+ version = "0.13.5"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1178
+
1179
+ [[package]]
1180
+ name = "tempfile"
1181
+ version = "3.27.0"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1184
+ dependencies = [
1185
+ "fastrand",
1186
+ "getrandom 0.4.3",
1187
+ "once_cell",
1188
+ "rustix",
1189
+ "windows-sys",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "thiserror"
1194
+ version = "2.0.20"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1197
+ dependencies = [
1198
+ "thiserror-impl",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "thiserror-impl"
1203
+ version = "2.0.20"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
1206
+ dependencies = [
1207
+ "proc-macro2",
1208
+ "quote",
1209
+ "syn 3.0.3",
1210
+ ]
1211
+
1212
+ [[package]]
1213
+ name = "tinytemplate"
1214
+ version = "1.2.1"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1217
+ dependencies = [
1218
+ "serde",
1219
+ "serde_json",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "toml"
1224
+ version = "1.1.5+spec-1.1.0"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785"
1227
+ dependencies = [
1228
+ "indexmap",
1229
+ "serde_core",
1230
+ "serde_spanned",
1231
+ "toml_datetime",
1232
+ "toml_parser",
1233
+ "toml_writer",
1234
+ "winnow",
1235
+ ]
1236
+
1237
+ [[package]]
1238
+ name = "toml_datetime"
1239
+ version = "1.1.1+spec-1.1.0"
1240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1241
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1242
+ dependencies = [
1243
+ "serde_core",
1244
+ ]
1245
+
1246
+ [[package]]
1247
+ name = "toml_parser"
1248
+ version = "1.1.3+spec-1.1.0"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
1251
+ dependencies = [
1252
+ "winnow",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "toml_writer"
1257
+ version = "1.1.2+spec-1.1.0"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
1260
+
1261
+ [[package]]
1262
+ name = "unarray"
1263
+ version = "0.1.4"
1264
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
1266
+
1267
+ [[package]]
1268
+ name = "unicode-ident"
1269
+ version = "1.0.24"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1272
+
1273
+ [[package]]
1274
+ name = "unicode-segmentation"
1275
+ version = "1.13.3"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
1278
+
1279
+ [[package]]
1280
+ name = "utf8parse"
1281
+ version = "0.2.2"
1282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1283
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1284
+
1285
+ [[package]]
1286
+ name = "wait-timeout"
1287
+ version = "0.2.1"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
1290
+ dependencies = [
1291
+ "libc",
1292
+ ]
1293
+
1294
+ [[package]]
1295
+ name = "walkdir"
1296
+ version = "2.5.0"
1297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1298
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1299
+ dependencies = [
1300
+ "same-file",
1301
+ "winapi-util",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "wasip2"
1306
+ version = "1.0.4+wasi-0.2.12"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1309
+ dependencies = [
1310
+ "wit-bindgen",
1311
+ ]
1312
+
1313
+ [[package]]
1314
+ name = "wasm-bindgen"
1315
+ version = "0.2.128"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
1318
+ dependencies = [
1319
+ "cfg-if",
1320
+ "once_cell",
1321
+ "rustversion",
1322
+ "wasm-bindgen-macro",
1323
+ "wasm-bindgen-shared",
1324
+ ]
1325
+
1326
+ [[package]]
1327
+ name = "wasm-bindgen-macro"
1328
+ version = "0.2.128"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
1331
+ dependencies = [
1332
+ "quote",
1333
+ "wasm-bindgen-macro-support",
1334
+ ]
1335
+
1336
+ [[package]]
1337
+ name = "wasm-bindgen-macro-support"
1338
+ version = "0.2.128"
1339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+ checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
1341
+ dependencies = [
1342
+ "bumpalo",
1343
+ "proc-macro2",
1344
+ "quote",
1345
+ "syn 3.0.3",
1346
+ "wasm-bindgen-shared",
1347
+ ]
1348
+
1349
+ [[package]]
1350
+ name = "wasm-bindgen-shared"
1351
+ version = "0.2.128"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
1354
+ dependencies = [
1355
+ "unicode-ident",
1356
+ ]
1357
+
1358
+ [[package]]
1359
+ name = "wickra-backtest-core"
1360
+ version = "0.1.4"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "a92723219f4eb739fc69871fd1c5d2958b33cdf3aeb6b4193826ef981d44ac65"
1363
+ dependencies = [
1364
+ "schemars",
1365
+ "serde",
1366
+ "serde_json",
1367
+ "thiserror",
1368
+ "wickra-core",
1369
+ ]
1370
+
1371
+ [[package]]
1372
+ name = "wickra-benchmark-c"
1373
+ version = "0.1.0"
1374
+ dependencies = [
1375
+ "benchmark-core",
1376
+ ]
1377
+
1378
+ [[package]]
1379
+ name = "wickra-benchmark-cli"
1380
+ version = "0.1.0"
1381
+ dependencies = [
1382
+ "benchmark-core",
1383
+ "clap",
1384
+ "serde_json",
1385
+ ]
1386
+
1387
+ [[package]]
1388
+ name = "wickra-benchmark-example"
1389
+ version = "0.1.0"
1390
+ dependencies = [
1391
+ "benchmark-core",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "wickra-benchmark-node"
1396
+ version = "0.1.0"
1397
+ dependencies = [
1398
+ "benchmark-core",
1399
+ "napi",
1400
+ "napi-build",
1401
+ "napi-derive",
1402
+ ]
1403
+
1404
+ [[package]]
1405
+ name = "wickra-benchmark-python"
1406
+ version = "0.1.0"
1407
+ dependencies = [
1408
+ "benchmark-core",
1409
+ "pyo3",
1410
+ ]
1411
+
1412
+ [[package]]
1413
+ name = "wickra-benchmark-wasm"
1414
+ version = "0.1.0"
1415
+ dependencies = [
1416
+ "benchmark-core",
1417
+ "wasm-bindgen",
1418
+ ]
1419
+
1420
+ [[package]]
1421
+ name = "wickra-core"
1422
+ version = "1.0.4"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "3801b8e584405b19c5db178a8aae4587250a27daf26397ce3bde9e4c0badb115"
1425
+ dependencies = [
1426
+ "rayon",
1427
+ "thiserror",
1428
+ ]
1429
+
1430
+ [[package]]
1431
+ name = "winapi-util"
1432
+ version = "0.1.11"
1433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1434
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1435
+ dependencies = [
1436
+ "windows-sys",
1437
+ ]
1438
+
1439
+ [[package]]
1440
+ name = "windows-link"
1441
+ version = "0.2.1"
1442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1443
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1444
+
1445
+ [[package]]
1446
+ name = "windows-sys"
1447
+ version = "0.61.2"
1448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1449
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1450
+ dependencies = [
1451
+ "windows-link",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "winnow"
1456
+ version = "1.0.3"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
1459
+
1460
+ [[package]]
1461
+ name = "wit-bindgen"
1462
+ version = "0.57.1"
1463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1464
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1465
+
1466
+ [[package]]
1467
+ name = "zerocopy"
1468
+ version = "0.8.54"
1469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1470
+ checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19"
1471
+ dependencies = [
1472
+ "zerocopy-derive",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "zerocopy-derive"
1477
+ version = "0.8.54"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5"
1480
+ dependencies = [
1481
+ "proc-macro2",
1482
+ "quote",
1483
+ "syn 2.0.118",
1484
+ ]
1485
+
1486
+ [[package]]
1487
+ name = "zmij"
1488
+ version = "1.0.21"
1489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1490
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"