ironcondor 0.5.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 (62) hide show
  1. ironcondor-0.5.0/Cargo.lock +3923 -0
  2. ironcondor-0.5.0/Cargo.toml +180 -0
  3. ironcondor-0.5.0/LICENSE +21 -0
  4. ironcondor-0.5.0/PKG-INFO +120 -0
  5. ironcondor-0.5.0/README.md +257 -0
  6. ironcondor-0.5.0/docs/README.md +168 -0
  7. ironcondor-0.5.0/docs/specs/README.md +78 -0
  8. ironcondor-0.5.0/ironcondor.pyi +119 -0
  9. ironcondor-0.5.0/milestones/v0.1-core-engine-naive-fills/README.md +149 -0
  10. ironcondor-0.5.0/milestones/v0.2-realistic-fills-orderbook/README.md +162 -0
  11. ironcondor-0.5.0/milestones/v0.3-attribution-result-bundle/README.md +137 -0
  12. ironcondor-0.5.0/milestones/v0.4-pyo3-pypi/README.md +140 -0
  13. ironcondor-0.5.0/milestones/v0.5-synthetic-chainview/README.md +121 -0
  14. ironcondor-0.5.0/milestones/v1.0-stability/README.md +127 -0
  15. ironcondor-0.5.0/py.typed +1 -0
  16. ironcondor-0.5.0/pyproject.toml +78 -0
  17. ironcondor-0.5.0/python/.pytest_cache/README.md +8 -0
  18. ironcondor-0.5.0/python/README.md +95 -0
  19. ironcondor-0.5.0/src/analytics/attribution.rs +731 -0
  20. ironcondor-0.5.0/src/analytics/metrics.rs +1373 -0
  21. ironcondor-0.5.0/src/analytics/mod.rs +23 -0
  22. ironcondor-0.5.0/src/batch.rs +607 -0
  23. ironcondor-0.5.0/src/bundle/mod.rs +26 -0
  24. ironcondor-0.5.0/src/bundle/reader.rs +1802 -0
  25. ironcondor-0.5.0/src/bundle/schema.rs +770 -0
  26. ironcondor-0.5.0/src/bundle/writer.rs +1107 -0
  27. ironcondor-0.5.0/src/config.rs +784 -0
  28. ironcondor-0.5.0/src/data/convert.rs +1081 -0
  29. ironcondor-0.5.0/src/data/feed.rs +487 -0
  30. ironcondor-0.5.0/src/data/historical.rs +2751 -0
  31. ironcondor-0.5.0/src/data/mod.rs +408 -0
  32. ironcondor-0.5.0/src/data/simulator.rs +1817 -0
  33. ironcondor-0.5.0/src/domain/contract.rs +422 -0
  34. ironcondor-0.5.0/src/domain/execution.rs +571 -0
  35. ironcondor-0.5.0/src/domain/market.rs +243 -0
  36. ironcondor-0.5.0/src/domain/mod.rs +32 -0
  37. ironcondor-0.5.0/src/domain/money.rs +337 -0
  38. ironcondor-0.5.0/src/domain/result.rs +588 -0
  39. ironcondor-0.5.0/src/domain/strategy_spec.rs +281 -0
  40. ironcondor-0.5.0/src/domain/time.rs +75 -0
  41. ironcondor-0.5.0/src/engine/backtest.rs +3025 -0
  42. ironcondor-0.5.0/src/engine/bundle_collector.rs +753 -0
  43. ironcondor-0.5.0/src/engine/clock.rs +286 -0
  44. ironcondor-0.5.0/src/engine/ledger.rs +1262 -0
  45. ironcondor-0.5.0/src/engine/mod.rs +35 -0
  46. ironcondor-0.5.0/src/engine/scenario.rs +1055 -0
  47. ironcondor-0.5.0/src/engine/strategy.rs +2316 -0
  48. ironcondor-0.5.0/src/engine/substrate.rs +469 -0
  49. ironcondor-0.5.0/src/engine/tradelog.rs +503 -0
  50. ironcondor-0.5.0/src/error.rs +195 -0
  51. ironcondor-0.5.0/src/execution/liquidity.rs +503 -0
  52. ironcondor-0.5.0/src/execution/mod.rs +604 -0
  53. ironcondor-0.5.0/src/execution/naive.rs +683 -0
  54. ironcondor-0.5.0/src/execution/realistic.rs +2509 -0
  55. ironcondor-0.5.0/src/lib.rs +294 -0
  56. ironcondor-0.5.0/src/python/bundle.rs +435 -0
  57. ironcondor-0.5.0/src/python/config.rs +674 -0
  58. ironcondor-0.5.0/src/python/errors.rs +592 -0
  59. ironcondor-0.5.0/src/python/mod.rs +150 -0
  60. ironcondor-0.5.0/src/python/run.rs +77 -0
  61. ironcondor-0.5.0/src/run.rs +208 -0
  62. ironcondor-0.5.0/tests/fixtures/conformance/README.md +74 -0
@@ -0,0 +1,3923 @@
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 = "aes"
13
+ version = "0.8.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "cipher",
19
+ "cpufeatures 0.2.17",
20
+ ]
21
+
22
+ [[package]]
23
+ name = "ahash"
24
+ version = "0.7.8"
25
+ source = "registry+https://github.com/rust-lang/crates.io-index"
26
+ checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
27
+ dependencies = [
28
+ "getrandom 0.2.17",
29
+ "once_cell",
30
+ "version_check",
31
+ ]
32
+
33
+ [[package]]
34
+ name = "ahash"
35
+ version = "0.8.12"
36
+ source = "registry+https://github.com/rust-lang/crates.io-index"
37
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
38
+ dependencies = [
39
+ "cfg-if",
40
+ "const-random",
41
+ "getrandom 0.3.4",
42
+ "once_cell",
43
+ "version_check",
44
+ "zerocopy",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "aho-corasick"
49
+ version = "1.1.4"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
52
+ dependencies = [
53
+ "memchr",
54
+ ]
55
+
56
+ [[package]]
57
+ name = "android_system_properties"
58
+ version = "0.1.5"
59
+ source = "registry+https://github.com/rust-lang/crates.io-index"
60
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
61
+ dependencies = [
62
+ "libc",
63
+ ]
64
+
65
+ [[package]]
66
+ name = "anes"
67
+ version = "0.1.6"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
70
+
71
+ [[package]]
72
+ name = "anstyle"
73
+ version = "1.0.14"
74
+ source = "registry+https://github.com/rust-lang/crates.io-index"
75
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
76
+
77
+ [[package]]
78
+ name = "approx"
79
+ version = "0.5.1"
80
+ source = "registry+https://github.com/rust-lang/crates.io-index"
81
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
82
+ dependencies = [
83
+ "num-traits",
84
+ ]
85
+
86
+ [[package]]
87
+ name = "arbitrary"
88
+ version = "1.4.2"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
91
+ dependencies = [
92
+ "derive_arbitrary",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "arrayvec"
97
+ version = "0.7.8"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
100
+
101
+ [[package]]
102
+ name = "arrow"
103
+ version = "59.1.0"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "b952ca5a8046ad741b60f142d6eca4aeebcad615694202bc64c5341f23e32c5b"
106
+ dependencies = [
107
+ "arrow-arith",
108
+ "arrow-array",
109
+ "arrow-buffer",
110
+ "arrow-cast",
111
+ "arrow-data",
112
+ "arrow-ord",
113
+ "arrow-row",
114
+ "arrow-schema",
115
+ "arrow-select",
116
+ "arrow-string",
117
+ ]
118
+
119
+ [[package]]
120
+ name = "arrow-arith"
121
+ version = "59.1.0"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "64a13b8d3008c4e9063c597a08f46446fe3fd5789277127672d6c0bdbb43b1ff"
124
+ dependencies = [
125
+ "arrow-array",
126
+ "arrow-buffer",
127
+ "arrow-data",
128
+ "arrow-schema",
129
+ "chrono",
130
+ "num-traits",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "arrow-array"
135
+ version = "59.1.0"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "9486151b2f0785bafc6fa04fc5c99fcb4495455662e58787ea32eaaed33c4192"
138
+ dependencies = [
139
+ "ahash 0.8.12",
140
+ "arrow-buffer",
141
+ "arrow-data",
142
+ "arrow-schema",
143
+ "chrono",
144
+ "half",
145
+ "hashbrown 0.17.1",
146
+ "num-complex",
147
+ "num-integer",
148
+ "num-traits",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "arrow-buffer"
153
+ version = "59.1.0"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "c4776577a87794bfdf0b4e90e2ea12454fa7738ea2823c4be5b9d1851da7b434"
156
+ dependencies = [
157
+ "bytes",
158
+ "half",
159
+ "num-bigint",
160
+ "num-traits",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "arrow-cast"
165
+ version = "59.1.0"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "a9ad451ce4f98710828a455b96991b8f031deb2e67f5fcad6773f017e4a69c3a"
168
+ dependencies = [
169
+ "arrow-array",
170
+ "arrow-buffer",
171
+ "arrow-data",
172
+ "arrow-ord",
173
+ "arrow-schema",
174
+ "arrow-select",
175
+ "atoi",
176
+ "base64 0.22.1",
177
+ "chrono",
178
+ "half",
179
+ "lexical-core",
180
+ "num-traits",
181
+ "ryu",
182
+ ]
183
+
184
+ [[package]]
185
+ name = "arrow-data"
186
+ version = "59.1.0"
187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
188
+ checksum = "b38fe43e2e8704360f1464e6e8cc4fc381ef02cc4fb0192afa8df1aaa0115c66"
189
+ dependencies = [
190
+ "arrow-buffer",
191
+ "arrow-schema",
192
+ "half",
193
+ "num-integer",
194
+ "num-traits",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "arrow-ipc"
199
+ version = "59.1.0"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "29dac499fcbc6ba74ee0324057821d381929a48526a3966bd9dffb44aa06d98c"
202
+ dependencies = [
203
+ "arrow-array",
204
+ "arrow-buffer",
205
+ "arrow-data",
206
+ "arrow-schema",
207
+ "arrow-select",
208
+ "flatbuffers",
209
+ ]
210
+
211
+ [[package]]
212
+ name = "arrow-ord"
213
+ version = "59.1.0"
214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
215
+ checksum = "0e13dbdc2a9c053c10c7baa6e30faee04a180aa7ce88e471835850ce37abd20b"
216
+ dependencies = [
217
+ "arrow-array",
218
+ "arrow-buffer",
219
+ "arrow-data",
220
+ "arrow-schema",
221
+ "arrow-select",
222
+ ]
223
+
224
+ [[package]]
225
+ name = "arrow-row"
226
+ version = "59.1.0"
227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
228
+ checksum = "4d5a1f8c733d15260b305683472ee8ad89c62cbd706703ca873b90d051b41592"
229
+ dependencies = [
230
+ "arrow-array",
231
+ "arrow-buffer",
232
+ "arrow-data",
233
+ "arrow-schema",
234
+ "half",
235
+ ]
236
+
237
+ [[package]]
238
+ name = "arrow-schema"
239
+ version = "59.1.0"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "d9e4969dc350d571766247143ab36a5187d095d3d3690970408bc630d47c69e5"
242
+
243
+ [[package]]
244
+ name = "arrow-select"
245
+ version = "59.1.0"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "402770dba90865359d98d1ef92ef16e23d75c0cca9c2c880c8a05468b7743bf9"
248
+ dependencies = [
249
+ "ahash 0.8.12",
250
+ "arrow-array",
251
+ "arrow-buffer",
252
+ "arrow-data",
253
+ "arrow-schema",
254
+ "num-traits",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "arrow-string"
259
+ version = "59.1.0"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "a2b0afbb8b9016700938291123df30838b89decc3213dba00852021988b170d3"
262
+ dependencies = [
263
+ "arrow-array",
264
+ "arrow-buffer",
265
+ "arrow-data",
266
+ "arrow-schema",
267
+ "arrow-select",
268
+ "memchr",
269
+ "num-traits",
270
+ "regex",
271
+ "regex-syntax",
272
+ ]
273
+
274
+ [[package]]
275
+ name = "atoi"
276
+ version = "2.0.0"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
279
+ dependencies = [
280
+ "num-traits",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "atomic-waker"
285
+ version = "1.1.2"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
288
+
289
+ [[package]]
290
+ name = "autocfg"
291
+ version = "1.5.1"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
294
+
295
+ [[package]]
296
+ name = "base64"
297
+ version = "0.21.7"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
300
+
301
+ [[package]]
302
+ name = "base64"
303
+ version = "0.22.1"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
306
+
307
+ [[package]]
308
+ name = "bit-set"
309
+ version = "0.8.0"
310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
311
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
312
+ dependencies = [
313
+ "bit-vec",
314
+ ]
315
+
316
+ [[package]]
317
+ name = "bit-vec"
318
+ version = "0.8.0"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
321
+
322
+ [[package]]
323
+ name = "bitflags"
324
+ version = "2.13.0"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
327
+ dependencies = [
328
+ "serde_core",
329
+ ]
330
+
331
+ [[package]]
332
+ name = "bitvec"
333
+ version = "1.1.1"
334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
335
+ checksum = "ddcec3d12c579d40898fe0a9a358a803c23e9c52ca3c425707f81c9436211837"
336
+ dependencies = [
337
+ "funty",
338
+ "radium",
339
+ "tap",
340
+ "wyz",
341
+ ]
342
+
343
+ [[package]]
344
+ name = "block-buffer"
345
+ version = "0.10.4"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
348
+ dependencies = [
349
+ "generic-array",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "block-buffer"
354
+ version = "0.12.1"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
357
+ dependencies = [
358
+ "hybrid-array",
359
+ ]
360
+
361
+ [[package]]
362
+ name = "borsh"
363
+ version = "1.7.0"
364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
365
+ checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145"
366
+ dependencies = [
367
+ "borsh-derive",
368
+ "bytes",
369
+ "cfg_aliases",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "borsh-derive"
374
+ version = "1.7.0"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "3ae8fb4fb5740e4b2c4884ff95f5f32f5e8479db1e8fd8eb49ddbe09eb09bb7c"
377
+ dependencies = [
378
+ "once_cell",
379
+ "proc-macro-crate",
380
+ "proc-macro2",
381
+ "quote",
382
+ "syn 2.0.119",
383
+ ]
384
+
385
+ [[package]]
386
+ name = "bumpalo"
387
+ version = "3.20.3"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
390
+
391
+ [[package]]
392
+ name = "bytecheck"
393
+ version = "0.6.12"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
396
+ dependencies = [
397
+ "bytecheck_derive",
398
+ "ptr_meta",
399
+ "simdutf8",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "bytecheck_derive"
404
+ version = "0.6.12"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
407
+ dependencies = [
408
+ "proc-macro2",
409
+ "quote",
410
+ "syn 1.0.109",
411
+ ]
412
+
413
+ [[package]]
414
+ name = "bytemuck"
415
+ version = "1.25.1"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424"
418
+
419
+ [[package]]
420
+ name = "byteorder"
421
+ version = "1.5.0"
422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
423
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
424
+
425
+ [[package]]
426
+ name = "bytes"
427
+ version = "1.12.1"
428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
429
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
430
+
431
+ [[package]]
432
+ name = "bzip2"
433
+ version = "0.6.1"
434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
435
+ checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
436
+ dependencies = [
437
+ "libbz2-rs-sys",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "cast"
442
+ version = "0.3.0"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
445
+
446
+ [[package]]
447
+ name = "cc"
448
+ version = "1.2.67"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38"
451
+ dependencies = [
452
+ "find-msvc-tools",
453
+ "jobserver",
454
+ "libc",
455
+ "shlex",
456
+ ]
457
+
458
+ [[package]]
459
+ name = "cfg-if"
460
+ version = "1.0.4"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
463
+
464
+ [[package]]
465
+ name = "cfg_aliases"
466
+ version = "0.2.1"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
469
+
470
+ [[package]]
471
+ name = "chacha20"
472
+ version = "0.10.1"
473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
474
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
475
+ dependencies = [
476
+ "cfg-if",
477
+ "cpufeatures 0.3.0",
478
+ "rand_core 0.10.1",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "chrono"
483
+ version = "0.4.45"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
486
+ dependencies = [
487
+ "iana-time-zone",
488
+ "js-sys",
489
+ "num-traits",
490
+ "serde",
491
+ "wasm-bindgen",
492
+ "windows-link",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "ciborium"
497
+ version = "0.2.2"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
500
+ dependencies = [
501
+ "ciborium-io",
502
+ "ciborium-ll",
503
+ "serde",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "ciborium-io"
508
+ version = "0.2.2"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
511
+
512
+ [[package]]
513
+ name = "ciborium-ll"
514
+ version = "0.2.2"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
517
+ dependencies = [
518
+ "ciborium-io",
519
+ "half",
520
+ ]
521
+
522
+ [[package]]
523
+ name = "cipher"
524
+ version = "0.4.4"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
527
+ dependencies = [
528
+ "crypto-common 0.1.7",
529
+ "inout",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "clap"
534
+ version = "4.6.2"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "dd059f9da4f5c36b3787f65d38ccaab1cc315f07b01f89abc8359ee6a8205011"
537
+ dependencies = [
538
+ "clap_builder",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "clap_builder"
543
+ version = "4.6.2"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b"
546
+ dependencies = [
547
+ "anstyle",
548
+ "clap_lex",
549
+ ]
550
+
551
+ [[package]]
552
+ name = "clap_lex"
553
+ version = "1.1.0"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
556
+
557
+ [[package]]
558
+ name = "console"
559
+ version = "0.16.4"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c"
562
+ dependencies = [
563
+ "encode_unicode",
564
+ "libc",
565
+ "unicode-width 0.2.2",
566
+ "windows-sys 0.61.2",
567
+ ]
568
+
569
+ [[package]]
570
+ name = "const-oid"
571
+ version = "0.10.2"
572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
573
+ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
574
+
575
+ [[package]]
576
+ name = "const-random"
577
+ version = "0.1.18"
578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
579
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
580
+ dependencies = [
581
+ "const-random-macro",
582
+ ]
583
+
584
+ [[package]]
585
+ name = "const-random-macro"
586
+ version = "0.1.16"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
589
+ dependencies = [
590
+ "getrandom 0.2.17",
591
+ "once_cell",
592
+ "tiny-keccak",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "constant_time_eq"
597
+ version = "0.3.1"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
600
+
601
+ [[package]]
602
+ name = "core-foundation-sys"
603
+ version = "0.8.7"
604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
605
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
606
+
607
+ [[package]]
608
+ name = "cpufeatures"
609
+ version = "0.2.17"
610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
611
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
612
+ dependencies = [
613
+ "libc",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "cpufeatures"
618
+ version = "0.3.0"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
621
+ dependencies = [
622
+ "libc",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "crc"
627
+ version = "3.4.0"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
630
+ dependencies = [
631
+ "crc-catalog",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "crc-catalog"
636
+ version = "2.5.0"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
639
+
640
+ [[package]]
641
+ name = "crc32fast"
642
+ version = "1.5.0"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
645
+ dependencies = [
646
+ "cfg-if",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "criterion"
651
+ version = "0.5.1"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
654
+ dependencies = [
655
+ "anes",
656
+ "cast",
657
+ "ciborium",
658
+ "clap",
659
+ "criterion-plot",
660
+ "is-terminal",
661
+ "itertools 0.10.5",
662
+ "num-traits",
663
+ "once_cell",
664
+ "oorandom",
665
+ "regex",
666
+ "serde",
667
+ "serde_derive",
668
+ "serde_json",
669
+ "tinytemplate",
670
+ "walkdir",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "criterion-plot"
675
+ version = "0.5.0"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
678
+ dependencies = [
679
+ "cast",
680
+ "itertools 0.10.5",
681
+ ]
682
+
683
+ [[package]]
684
+ name = "crossbeam"
685
+ version = "0.8.4"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
688
+ dependencies = [
689
+ "crossbeam-channel",
690
+ "crossbeam-deque",
691
+ "crossbeam-epoch",
692
+ "crossbeam-queue",
693
+ "crossbeam-utils",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "crossbeam-channel"
698
+ version = "0.5.16"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
701
+ dependencies = [
702
+ "crossbeam-utils",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "crossbeam-deque"
707
+ version = "0.8.7"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
710
+ dependencies = [
711
+ "crossbeam-epoch",
712
+ "crossbeam-utils",
713
+ ]
714
+
715
+ [[package]]
716
+ name = "crossbeam-epoch"
717
+ version = "0.9.20"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
720
+ dependencies = [
721
+ "crossbeam-utils",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "crossbeam-queue"
726
+ version = "0.3.13"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
729
+ dependencies = [
730
+ "crossbeam-utils",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "crossbeam-skiplist"
735
+ version = "0.1.3"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
738
+ dependencies = [
739
+ "crossbeam-epoch",
740
+ "crossbeam-utils",
741
+ ]
742
+
743
+ [[package]]
744
+ name = "crossbeam-utils"
745
+ version = "0.8.22"
746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
747
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
748
+
749
+ [[package]]
750
+ name = "crunchy"
751
+ version = "0.2.4"
752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
753
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
754
+
755
+ [[package]]
756
+ name = "crypto-common"
757
+ version = "0.1.7"
758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
759
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
760
+ dependencies = [
761
+ "generic-array",
762
+ "typenum",
763
+ ]
764
+
765
+ [[package]]
766
+ name = "crypto-common"
767
+ version = "0.2.2"
768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
769
+ checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
770
+ dependencies = [
771
+ "hybrid-array",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "csv"
776
+ version = "1.4.0"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
779
+ dependencies = [
780
+ "csv-core",
781
+ "itoa",
782
+ "ryu",
783
+ "serde_core",
784
+ ]
785
+
786
+ [[package]]
787
+ name = "csv-core"
788
+ version = "0.1.13"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
791
+ dependencies = [
792
+ "memchr",
793
+ ]
794
+
795
+ [[package]]
796
+ name = "dashmap"
797
+ version = "6.2.1"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
800
+ dependencies = [
801
+ "cfg-if",
802
+ "crossbeam-utils",
803
+ "hashbrown 0.14.5",
804
+ "lock_api",
805
+ "once_cell",
806
+ "parking_lot_core",
807
+ ]
808
+
809
+ [[package]]
810
+ name = "deflate64"
811
+ version = "0.1.12"
812
+ source = "registry+https://github.com/rust-lang/crates.io-index"
813
+ checksum = "ac6b926516df9c60bfa16e107b21086399f8285a44ca9711344b9e553c5146e2"
814
+
815
+ [[package]]
816
+ name = "deranged"
817
+ version = "0.5.8"
818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
819
+ checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
820
+
821
+ [[package]]
822
+ name = "derive_arbitrary"
823
+ version = "1.4.2"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
826
+ dependencies = [
827
+ "proc-macro2",
828
+ "quote",
829
+ "syn 2.0.119",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "digest"
834
+ version = "0.10.7"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
837
+ dependencies = [
838
+ "block-buffer 0.10.4",
839
+ "crypto-common 0.1.7",
840
+ "subtle",
841
+ ]
842
+
843
+ [[package]]
844
+ name = "digest"
845
+ version = "0.11.3"
846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
847
+ checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
848
+ dependencies = [
849
+ "block-buffer 0.12.1",
850
+ "const-oid",
851
+ "crypto-common 0.2.2",
852
+ ]
853
+
854
+ [[package]]
855
+ name = "dirs-next"
856
+ version = "2.0.0"
857
+ source = "registry+https://github.com/rust-lang/crates.io-index"
858
+ checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
859
+ dependencies = [
860
+ "cfg-if",
861
+ "dirs-sys-next",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "dirs-sys-next"
866
+ version = "0.1.2"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
869
+ dependencies = [
870
+ "libc",
871
+ "redox_users",
872
+ "winapi",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "displaydoc"
877
+ version = "0.2.6"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
880
+ dependencies = [
881
+ "proc-macro2",
882
+ "quote",
883
+ "syn 2.0.119",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "either"
888
+ version = "1.16.0"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
891
+
892
+ [[package]]
893
+ name = "encode_unicode"
894
+ version = "1.0.0"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
897
+
898
+ [[package]]
899
+ name = "equivalent"
900
+ version = "1.0.2"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
903
+
904
+ [[package]]
905
+ name = "errno"
906
+ version = "0.3.14"
907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
908
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
909
+ dependencies = [
910
+ "libc",
911
+ "windows-sys 0.61.2",
912
+ ]
913
+
914
+ [[package]]
915
+ name = "expiration_date"
916
+ version = "0.2.1"
917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
918
+ checksum = "b657f3ec5a1e59373db3bd105fdce7b00744f9a41dd2909f7a15f99da44be561"
919
+ dependencies = [
920
+ "chrono",
921
+ "positive",
922
+ "rust_decimal",
923
+ "rust_decimal_macros",
924
+ "serde",
925
+ "serde_json",
926
+ "thiserror 2.0.18",
927
+ "tracing",
928
+ "utoipa",
929
+ ]
930
+
931
+ [[package]]
932
+ name = "fastrand"
933
+ version = "2.4.1"
934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
935
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
936
+
937
+ [[package]]
938
+ name = "financial_types"
939
+ version = "0.2.2"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "0352fc29a2571be8585b3aaffb3a79a0fff6e980502c7036a51a8e8dc0ebbe30"
942
+ dependencies = [
943
+ "serde",
944
+ "utoipa",
945
+ ]
946
+
947
+ [[package]]
948
+ name = "find-msvc-tools"
949
+ version = "0.1.9"
950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
951
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
952
+
953
+ [[package]]
954
+ name = "flatbuffers"
955
+ version = "25.12.19"
956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
957
+ checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
958
+ dependencies = [
959
+ "bitflags",
960
+ "rustc_version",
961
+ ]
962
+
963
+ [[package]]
964
+ name = "flate2"
965
+ version = "1.1.9"
966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
967
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
968
+ dependencies = [
969
+ "crc32fast",
970
+ "miniz_oxide",
971
+ "zlib-rs",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "fnv"
976
+ version = "1.0.7"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
979
+
980
+ [[package]]
981
+ name = "form_urlencoded"
982
+ version = "1.2.2"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
985
+ dependencies = [
986
+ "percent-encoding",
987
+ ]
988
+
989
+ [[package]]
990
+ name = "funty"
991
+ version = "2.0.0"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
994
+
995
+ [[package]]
996
+ name = "futures-channel"
997
+ version = "0.3.32"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1000
+ dependencies = [
1001
+ "futures-core",
1002
+ ]
1003
+
1004
+ [[package]]
1005
+ name = "futures-core"
1006
+ version = "0.3.32"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1009
+
1010
+ [[package]]
1011
+ name = "futures-task"
1012
+ version = "0.3.32"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1015
+
1016
+ [[package]]
1017
+ name = "futures-util"
1018
+ version = "0.3.32"
1019
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1020
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1021
+ dependencies = [
1022
+ "futures-core",
1023
+ "futures-task",
1024
+ "pin-project-lite",
1025
+ "slab",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "generic-array"
1030
+ version = "0.14.7"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1033
+ dependencies = [
1034
+ "typenum",
1035
+ "version_check",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "getrandom"
1040
+ version = "0.2.17"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1043
+ dependencies = [
1044
+ "cfg-if",
1045
+ "js-sys",
1046
+ "libc",
1047
+ "wasi",
1048
+ "wasm-bindgen",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "getrandom"
1053
+ version = "0.3.4"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1056
+ dependencies = [
1057
+ "cfg-if",
1058
+ "libc",
1059
+ "r-efi 5.3.0",
1060
+ "wasip2",
1061
+ ]
1062
+
1063
+ [[package]]
1064
+ name = "getrandom"
1065
+ version = "0.4.3"
1066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1067
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
1068
+ dependencies = [
1069
+ "cfg-if",
1070
+ "js-sys",
1071
+ "libc",
1072
+ "r-efi 6.0.0",
1073
+ "rand_core 0.10.1",
1074
+ "wasm-bindgen",
1075
+ ]
1076
+
1077
+ [[package]]
1078
+ name = "half"
1079
+ version = "2.7.1"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1082
+ dependencies = [
1083
+ "cfg-if",
1084
+ "crunchy",
1085
+ "num-traits",
1086
+ "zerocopy",
1087
+ ]
1088
+
1089
+ [[package]]
1090
+ name = "hashbrown"
1091
+ version = "0.12.3"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1094
+ dependencies = [
1095
+ "ahash 0.7.8",
1096
+ ]
1097
+
1098
+ [[package]]
1099
+ name = "hashbrown"
1100
+ version = "0.14.5"
1101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1102
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1103
+
1104
+ [[package]]
1105
+ name = "hashbrown"
1106
+ version = "0.17.1"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1109
+
1110
+ [[package]]
1111
+ name = "hdrhistogram"
1112
+ version = "7.5.4"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
1115
+ dependencies = [
1116
+ "base64 0.21.7",
1117
+ "byteorder",
1118
+ "crossbeam-channel",
1119
+ "flate2",
1120
+ "nom",
1121
+ "num-traits",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "heck"
1126
+ version = "0.5.0"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1129
+
1130
+ [[package]]
1131
+ name = "hermit-abi"
1132
+ version = "0.5.2"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1135
+
1136
+ [[package]]
1137
+ name = "hmac"
1138
+ version = "0.12.1"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1141
+ dependencies = [
1142
+ "digest 0.10.7",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "http"
1147
+ version = "1.4.2"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
1150
+ dependencies = [
1151
+ "bytes",
1152
+ "itoa",
1153
+ ]
1154
+
1155
+ [[package]]
1156
+ name = "http-body"
1157
+ version = "1.1.0"
1158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
1160
+ dependencies = [
1161
+ "bytes",
1162
+ "http",
1163
+ ]
1164
+
1165
+ [[package]]
1166
+ name = "http-body-util"
1167
+ version = "0.1.4"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
1170
+ dependencies = [
1171
+ "bytes",
1172
+ "futures-core",
1173
+ "http",
1174
+ "http-body",
1175
+ "pin-project-lite",
1176
+ ]
1177
+
1178
+ [[package]]
1179
+ name = "httparse"
1180
+ version = "1.10.1"
1181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1182
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1183
+
1184
+ [[package]]
1185
+ name = "hybrid-array"
1186
+ version = "0.4.13"
1187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
+ checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
1189
+ dependencies = [
1190
+ "typenum",
1191
+ ]
1192
+
1193
+ [[package]]
1194
+ name = "hyper"
1195
+ version = "1.10.1"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
1198
+ dependencies = [
1199
+ "atomic-waker",
1200
+ "bytes",
1201
+ "futures-channel",
1202
+ "futures-core",
1203
+ "http",
1204
+ "http-body",
1205
+ "httparse",
1206
+ "itoa",
1207
+ "pin-project-lite",
1208
+ "smallvec",
1209
+ "tokio",
1210
+ "want",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "hyper-rustls"
1215
+ version = "0.27.9"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1218
+ dependencies = [
1219
+ "http",
1220
+ "hyper",
1221
+ "hyper-util",
1222
+ "rustls",
1223
+ "tokio",
1224
+ "tokio-rustls",
1225
+ "tower-service",
1226
+ "webpki-roots",
1227
+ ]
1228
+
1229
+ [[package]]
1230
+ name = "hyper-util"
1231
+ version = "0.1.20"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1234
+ dependencies = [
1235
+ "base64 0.22.1",
1236
+ "bytes",
1237
+ "futures-channel",
1238
+ "futures-util",
1239
+ "http",
1240
+ "http-body",
1241
+ "hyper",
1242
+ "ipnet",
1243
+ "libc",
1244
+ "percent-encoding",
1245
+ "pin-project-lite",
1246
+ "socket2",
1247
+ "tokio",
1248
+ "tower-service",
1249
+ "tracing",
1250
+ ]
1251
+
1252
+ [[package]]
1253
+ name = "iana-time-zone"
1254
+ version = "0.1.65"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1257
+ dependencies = [
1258
+ "android_system_properties",
1259
+ "core-foundation-sys",
1260
+ "iana-time-zone-haiku",
1261
+ "js-sys",
1262
+ "log",
1263
+ "wasm-bindgen",
1264
+ "windows-core",
1265
+ ]
1266
+
1267
+ [[package]]
1268
+ name = "iana-time-zone-haiku"
1269
+ version = "0.1.2"
1270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1272
+ dependencies = [
1273
+ "cc",
1274
+ ]
1275
+
1276
+ [[package]]
1277
+ name = "icu_collections"
1278
+ version = "2.2.0"
1279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1280
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1281
+ dependencies = [
1282
+ "displaydoc",
1283
+ "potential_utf",
1284
+ "utf8_iter",
1285
+ "yoke",
1286
+ "zerofrom",
1287
+ "zerovec",
1288
+ ]
1289
+
1290
+ [[package]]
1291
+ name = "icu_locale_core"
1292
+ version = "2.2.0"
1293
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1294
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1295
+ dependencies = [
1296
+ "displaydoc",
1297
+ "litemap",
1298
+ "tinystr",
1299
+ "writeable",
1300
+ "zerovec",
1301
+ ]
1302
+
1303
+ [[package]]
1304
+ name = "icu_normalizer"
1305
+ version = "2.2.0"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1308
+ dependencies = [
1309
+ "icu_collections",
1310
+ "icu_normalizer_data",
1311
+ "icu_properties",
1312
+ "icu_provider",
1313
+ "smallvec",
1314
+ "zerovec",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "icu_normalizer_data"
1319
+ version = "2.2.0"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1322
+
1323
+ [[package]]
1324
+ name = "icu_properties"
1325
+ version = "2.2.0"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1328
+ dependencies = [
1329
+ "icu_collections",
1330
+ "icu_locale_core",
1331
+ "icu_properties_data",
1332
+ "icu_provider",
1333
+ "zerotrie",
1334
+ "zerovec",
1335
+ ]
1336
+
1337
+ [[package]]
1338
+ name = "icu_properties_data"
1339
+ version = "2.2.0"
1340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1342
+
1343
+ [[package]]
1344
+ name = "icu_provider"
1345
+ version = "2.2.0"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1348
+ dependencies = [
1349
+ "displaydoc",
1350
+ "icu_locale_core",
1351
+ "writeable",
1352
+ "yoke",
1353
+ "zerofrom",
1354
+ "zerotrie",
1355
+ "zerovec",
1356
+ ]
1357
+
1358
+ [[package]]
1359
+ name = "idna"
1360
+ version = "1.1.0"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1363
+ dependencies = [
1364
+ "idna_adapter",
1365
+ "smallvec",
1366
+ "utf8_iter",
1367
+ ]
1368
+
1369
+ [[package]]
1370
+ name = "idna_adapter"
1371
+ version = "1.2.2"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1374
+ dependencies = [
1375
+ "icu_normalizer",
1376
+ "icu_properties",
1377
+ ]
1378
+
1379
+ [[package]]
1380
+ name = "indexmap"
1381
+ version = "2.14.0"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1384
+ dependencies = [
1385
+ "equivalent",
1386
+ "hashbrown 0.17.1",
1387
+ "serde",
1388
+ "serde_core",
1389
+ ]
1390
+
1391
+ [[package]]
1392
+ name = "indicatif"
1393
+ version = "0.18.6"
1394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1395
+ checksum = "9433806cd6b4ec1aba79c021c7e4c58fb4c3b9977c085062e611ac929998fb0c"
1396
+ dependencies = [
1397
+ "console",
1398
+ "portable-atomic",
1399
+ "unicode-width 0.2.2",
1400
+ "unit-prefix",
1401
+ "web-time",
1402
+ ]
1403
+
1404
+ [[package]]
1405
+ name = "inout"
1406
+ version = "0.1.4"
1407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1408
+ checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1409
+ dependencies = [
1410
+ "generic-array",
1411
+ ]
1412
+
1413
+ [[package]]
1414
+ name = "ipnet"
1415
+ version = "2.12.0"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1418
+
1419
+ [[package]]
1420
+ name = "ironcondor"
1421
+ version = "0.5.0"
1422
+ dependencies = [
1423
+ "arrow",
1424
+ "chrono",
1425
+ "criterion",
1426
+ "csv",
1427
+ "hdrhistogram",
1428
+ "option-chain-orderbook",
1429
+ "optionstratlib 0.17.3",
1430
+ "optionstratlib 0.18.0",
1431
+ "parquet",
1432
+ "positive",
1433
+ "proptest",
1434
+ "pyo3",
1435
+ "rand_chacha 0.3.1",
1436
+ "reqwest",
1437
+ "rust_decimal",
1438
+ "rust_decimal_macros",
1439
+ "serde",
1440
+ "serde_json",
1441
+ "sha2 0.10.9",
1442
+ "tempfile",
1443
+ "thiserror 2.0.18",
1444
+ "tokio",
1445
+ "tracing",
1446
+ ]
1447
+
1448
+ [[package]]
1449
+ name = "is-terminal"
1450
+ version = "0.4.17"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
1453
+ dependencies = [
1454
+ "hermit-abi",
1455
+ "libc",
1456
+ "windows-sys 0.61.2",
1457
+ ]
1458
+
1459
+ [[package]]
1460
+ name = "itertools"
1461
+ version = "0.10.5"
1462
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1463
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1464
+ dependencies = [
1465
+ "either",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "itertools"
1470
+ version = "0.14.0"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1473
+ dependencies = [
1474
+ "either",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "itoa"
1479
+ version = "1.0.18"
1480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1482
+
1483
+ [[package]]
1484
+ name = "jobserver"
1485
+ version = "0.1.35"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
1488
+ dependencies = [
1489
+ "getrandom 0.4.3",
1490
+ "libc",
1491
+ ]
1492
+
1493
+ [[package]]
1494
+ name = "js-sys"
1495
+ version = "0.3.103"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1498
+ dependencies = [
1499
+ "cfg-if",
1500
+ "futures-util",
1501
+ "wasm-bindgen",
1502
+ ]
1503
+
1504
+ [[package]]
1505
+ name = "lazy_static"
1506
+ version = "1.5.0"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1509
+
1510
+ [[package]]
1511
+ name = "lexical-core"
1512
+ version = "1.0.6"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
1515
+ dependencies = [
1516
+ "lexical-parse-float",
1517
+ "lexical-parse-integer",
1518
+ "lexical-util",
1519
+ "lexical-write-float",
1520
+ "lexical-write-integer",
1521
+ ]
1522
+
1523
+ [[package]]
1524
+ name = "lexical-parse-float"
1525
+ version = "1.0.6"
1526
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1527
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
1528
+ dependencies = [
1529
+ "lexical-parse-integer",
1530
+ "lexical-util",
1531
+ ]
1532
+
1533
+ [[package]]
1534
+ name = "lexical-parse-integer"
1535
+ version = "1.0.6"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
1538
+ dependencies = [
1539
+ "lexical-util",
1540
+ ]
1541
+
1542
+ [[package]]
1543
+ name = "lexical-util"
1544
+ version = "1.0.7"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
1547
+
1548
+ [[package]]
1549
+ name = "lexical-write-float"
1550
+ version = "1.0.6"
1551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1552
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
1553
+ dependencies = [
1554
+ "lexical-util",
1555
+ "lexical-write-integer",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "lexical-write-integer"
1560
+ version = "1.0.6"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
1563
+ dependencies = [
1564
+ "lexical-util",
1565
+ ]
1566
+
1567
+ [[package]]
1568
+ name = "libbz2-rs-sys"
1569
+ version = "0.2.5"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "34b357333733e8260735ba5894eb928c02ecc69c78715f01a8019e7fa7f2db4c"
1572
+
1573
+ [[package]]
1574
+ name = "libc"
1575
+ version = "0.2.186"
1576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1578
+
1579
+ [[package]]
1580
+ name = "libm"
1581
+ version = "0.2.16"
1582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1584
+
1585
+ [[package]]
1586
+ name = "libredox"
1587
+ version = "0.1.18"
1588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1589
+ checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
1590
+ dependencies = [
1591
+ "libc",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "linux-raw-sys"
1596
+ version = "0.12.1"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1599
+
1600
+ [[package]]
1601
+ name = "litemap"
1602
+ version = "0.8.2"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1605
+
1606
+ [[package]]
1607
+ name = "lock_api"
1608
+ version = "0.4.14"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1611
+ dependencies = [
1612
+ "scopeguard",
1613
+ ]
1614
+
1615
+ [[package]]
1616
+ name = "log"
1617
+ version = "0.4.33"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1620
+
1621
+ [[package]]
1622
+ name = "lru-slab"
1623
+ version = "0.1.2"
1624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1626
+
1627
+ [[package]]
1628
+ name = "lzma-rust2"
1629
+ version = "0.13.0"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "c60a23ffb90d527e23192f1246b14746e2f7f071cb84476dd879071696c18a4a"
1632
+ dependencies = [
1633
+ "crc",
1634
+ "sha2 0.10.9",
1635
+ ]
1636
+
1637
+ [[package]]
1638
+ name = "matrixmultiply"
1639
+ version = "0.3.11"
1640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1641
+ checksum = "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7"
1642
+ dependencies = [
1643
+ "autocfg",
1644
+ "rawpointer",
1645
+ ]
1646
+
1647
+ [[package]]
1648
+ name = "memchr"
1649
+ version = "2.8.3"
1650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1651
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1652
+
1653
+ [[package]]
1654
+ name = "minimal-lexical"
1655
+ version = "0.2.1"
1656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1657
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1658
+
1659
+ [[package]]
1660
+ name = "miniz_oxide"
1661
+ version = "0.8.9"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1664
+ dependencies = [
1665
+ "adler2",
1666
+ "simd-adler32",
1667
+ ]
1668
+
1669
+ [[package]]
1670
+ name = "mio"
1671
+ version = "1.2.2"
1672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1673
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
1674
+ dependencies = [
1675
+ "libc",
1676
+ "wasi",
1677
+ "windows-sys 0.61.2",
1678
+ ]
1679
+
1680
+ [[package]]
1681
+ name = "nalgebra"
1682
+ version = "0.33.3"
1683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1684
+ checksum = "9d43ddcacf343185dfd6de2ee786d9e8b1c2301622afab66b6c73baf9882abfd"
1685
+ dependencies = [
1686
+ "approx",
1687
+ "matrixmultiply",
1688
+ "num-complex",
1689
+ "num-rational",
1690
+ "num-traits",
1691
+ "rand 0.8.7",
1692
+ "rand_distr 0.4.3",
1693
+ "simba",
1694
+ "typenum",
1695
+ ]
1696
+
1697
+ [[package]]
1698
+ name = "nom"
1699
+ version = "7.1.3"
1700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1701
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1702
+ dependencies = [
1703
+ "memchr",
1704
+ "minimal-lexical",
1705
+ ]
1706
+
1707
+ [[package]]
1708
+ name = "nu-ansi-term"
1709
+ version = "0.50.3"
1710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1712
+ dependencies = [
1713
+ "windows-sys 0.61.2",
1714
+ ]
1715
+
1716
+ [[package]]
1717
+ name = "num-bigint"
1718
+ version = "0.4.8"
1719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
1721
+ dependencies = [
1722
+ "num-integer",
1723
+ "num-traits",
1724
+ ]
1725
+
1726
+ [[package]]
1727
+ name = "num-complex"
1728
+ version = "0.4.6"
1729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1730
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1731
+ dependencies = [
1732
+ "num-traits",
1733
+ ]
1734
+
1735
+ [[package]]
1736
+ name = "num-conv"
1737
+ version = "0.2.2"
1738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1739
+ checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1740
+
1741
+ [[package]]
1742
+ name = "num-integer"
1743
+ version = "0.1.46"
1744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1745
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1746
+ dependencies = [
1747
+ "num-traits",
1748
+ ]
1749
+
1750
+ [[package]]
1751
+ name = "num-rational"
1752
+ version = "0.4.2"
1753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1754
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
1755
+ dependencies = [
1756
+ "num-bigint",
1757
+ "num-integer",
1758
+ "num-traits",
1759
+ ]
1760
+
1761
+ [[package]]
1762
+ name = "num-traits"
1763
+ version = "0.2.19"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1766
+ dependencies = [
1767
+ "autocfg",
1768
+ "libm",
1769
+ ]
1770
+
1771
+ [[package]]
1772
+ name = "once_cell"
1773
+ version = "1.21.4"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1776
+
1777
+ [[package]]
1778
+ name = "oorandom"
1779
+ version = "11.1.5"
1780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1781
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1782
+
1783
+ [[package]]
1784
+ name = "option-chain-orderbook"
1785
+ version = "0.9.1"
1786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1787
+ checksum = "4c0e0df37ddd812353e0de513beb06474850ab5769c1025daec5304e85cec2d8"
1788
+ dependencies = [
1789
+ "chrono",
1790
+ "crossbeam-skiplist",
1791
+ "dashmap",
1792
+ "optionstratlib 0.17.3",
1793
+ "orderbook-rs",
1794
+ "pricelevel",
1795
+ "rust_decimal",
1796
+ "rust_decimal_macros",
1797
+ "serde",
1798
+ "serde_json",
1799
+ "thiserror 2.0.18",
1800
+ "tracing",
1801
+ "uuid",
1802
+ ]
1803
+
1804
+ [[package]]
1805
+ name = "option_type"
1806
+ version = "0.1.2"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "f9c26249de7a7f2964aece4f006759eb446dd6283836943d14eb87d7a4cbe693"
1809
+ dependencies = [
1810
+ "expiration_date",
1811
+ "financial_types",
1812
+ "positive",
1813
+ "serde",
1814
+ "utoipa",
1815
+ ]
1816
+
1817
+ [[package]]
1818
+ name = "optionstratlib"
1819
+ version = "0.17.3"
1820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1821
+ checksum = "f294746db2e76cf8f4dd665bfa19581efdeb037018c77aaa4ee343c465cc9309"
1822
+ dependencies = [
1823
+ "approx",
1824
+ "chrono",
1825
+ "csv",
1826
+ "expiration_date",
1827
+ "financial_types",
1828
+ "indicatif",
1829
+ "itertools 0.14.0",
1830
+ "lazy_static",
1831
+ "num-traits",
1832
+ "option_type",
1833
+ "positive",
1834
+ "pretty-simple-display",
1835
+ "prettytable-rs",
1836
+ "rand 0.10.2",
1837
+ "rand_distr 0.6.0",
1838
+ "rayon",
1839
+ "rust_decimal",
1840
+ "rust_decimal_macros",
1841
+ "serde",
1842
+ "serde_json",
1843
+ "statrs",
1844
+ "thiserror 2.0.18",
1845
+ "tracing",
1846
+ "tracing-subscriber",
1847
+ "utoipa",
1848
+ "uuid",
1849
+ "zip",
1850
+ ]
1851
+
1852
+ [[package]]
1853
+ name = "optionstratlib"
1854
+ version = "0.18.0"
1855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1856
+ checksum = "57fe8f098c9e0182df8025653876bead0b34cf3bbc899502cd8ff876fb0e2397"
1857
+ dependencies = [
1858
+ "approx",
1859
+ "chrono",
1860
+ "csv",
1861
+ "expiration_date",
1862
+ "financial_types",
1863
+ "indicatif",
1864
+ "itertools 0.14.0",
1865
+ "lazy_static",
1866
+ "num-traits",
1867
+ "option_type",
1868
+ "positive",
1869
+ "pretty-simple-display",
1870
+ "prettytable-rs",
1871
+ "rand 0.10.2",
1872
+ "rand_distr 0.6.0",
1873
+ "rayon",
1874
+ "rust_decimal",
1875
+ "rust_decimal_macros",
1876
+ "serde",
1877
+ "serde_json",
1878
+ "statrs",
1879
+ "thiserror 2.0.18",
1880
+ "tracing",
1881
+ "tracing-subscriber",
1882
+ "utoipa",
1883
+ "uuid",
1884
+ "zip",
1885
+ ]
1886
+
1887
+ [[package]]
1888
+ name = "orderbook-rs"
1889
+ version = "0.11.0"
1890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1891
+ checksum = "80d1e8509e36ab7c81af79f45333c17a18b89c9d7d167c734ce9f14555922793"
1892
+ dependencies = [
1893
+ "bitflags",
1894
+ "crossbeam",
1895
+ "crossbeam-skiplist",
1896
+ "dashmap",
1897
+ "either",
1898
+ "pricelevel",
1899
+ "serde",
1900
+ "serde_json",
1901
+ "sha2 0.11.0",
1902
+ "thiserror 2.0.18",
1903
+ "tokio",
1904
+ "tracing",
1905
+ "uuid",
1906
+ ]
1907
+
1908
+ [[package]]
1909
+ name = "parking_lot_core"
1910
+ version = "0.9.12"
1911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1912
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1913
+ dependencies = [
1914
+ "cfg-if",
1915
+ "libc",
1916
+ "redox_syscall",
1917
+ "smallvec",
1918
+ "windows-link",
1919
+ ]
1920
+
1921
+ [[package]]
1922
+ name = "parquet"
1923
+ version = "59.1.0"
1924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1925
+ checksum = "5302d4da74d6596a1f11f9928767995b53bca657cbeea1e4e8c5074f8a1157dd"
1926
+ dependencies = [
1927
+ "ahash 0.8.12",
1928
+ "arrow-array",
1929
+ "arrow-buffer",
1930
+ "arrow-data",
1931
+ "arrow-ipc",
1932
+ "arrow-schema",
1933
+ "arrow-select",
1934
+ "base64 0.22.1",
1935
+ "bytes",
1936
+ "chrono",
1937
+ "half",
1938
+ "hashbrown 0.17.1",
1939
+ "num-bigint",
1940
+ "num-integer",
1941
+ "num-traits",
1942
+ "paste",
1943
+ "seq-macro",
1944
+ "snap",
1945
+ "twox-hash",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "paste"
1950
+ version = "1.0.15"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1953
+
1954
+ [[package]]
1955
+ name = "pbkdf2"
1956
+ version = "0.12.2"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
1959
+ dependencies = [
1960
+ "digest 0.10.7",
1961
+ "hmac",
1962
+ ]
1963
+
1964
+ [[package]]
1965
+ name = "percent-encoding"
1966
+ version = "2.3.2"
1967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1969
+
1970
+ [[package]]
1971
+ name = "pin-project-lite"
1972
+ version = "0.2.17"
1973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1975
+
1976
+ [[package]]
1977
+ name = "pkg-config"
1978
+ version = "0.3.33"
1979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1980
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1981
+
1982
+ [[package]]
1983
+ name = "portable-atomic"
1984
+ version = "1.13.1"
1985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1986
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1987
+
1988
+ [[package]]
1989
+ name = "positive"
1990
+ version = "0.5.1"
1991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1992
+ checksum = "1e55e6576ec17420a9e1dadaf58d2bcfee31a8d11210167da7a5fdfe7e998ea5"
1993
+ dependencies = [
1994
+ "approx",
1995
+ "num-traits",
1996
+ "rust_decimal",
1997
+ "rust_decimal_macros",
1998
+ "serde",
1999
+ "thiserror 2.0.18",
2000
+ "utoipa",
2001
+ ]
2002
+
2003
+ [[package]]
2004
+ name = "potential_utf"
2005
+ version = "0.1.5"
2006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2007
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2008
+ dependencies = [
2009
+ "zerovec",
2010
+ ]
2011
+
2012
+ [[package]]
2013
+ name = "powerfmt"
2014
+ version = "0.2.0"
2015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2016
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2017
+
2018
+ [[package]]
2019
+ name = "ppmd-rust"
2020
+ version = "1.4.0"
2021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2022
+ checksum = "efca4c95a19a79d1c98f791f10aebd5c1363b473244630bb7dbde1dc98455a24"
2023
+
2024
+ [[package]]
2025
+ name = "ppv-lite86"
2026
+ version = "0.2.21"
2027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2028
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2029
+ dependencies = [
2030
+ "zerocopy",
2031
+ ]
2032
+
2033
+ [[package]]
2034
+ name = "pretty-simple-display"
2035
+ version = "0.1.0"
2036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = "6309bad51c3d76c5158e0b074ab06cdd29cd8ef1ae8ad6a12ebf80f21f99ecd5"
2038
+ dependencies = [
2039
+ "proc-macro2",
2040
+ "quote",
2041
+ "syn 2.0.119",
2042
+ ]
2043
+
2044
+ [[package]]
2045
+ name = "prettytable-rs"
2046
+ version = "0.10.0"
2047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2048
+ checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
2049
+ dependencies = [
2050
+ "csv",
2051
+ "encode_unicode",
2052
+ "is-terminal",
2053
+ "lazy_static",
2054
+ "term",
2055
+ "unicode-width 0.1.14",
2056
+ ]
2057
+
2058
+ [[package]]
2059
+ name = "pricelevel"
2060
+ version = "0.8.4"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "75e028ea7fc2a38e3d47eacdea6eeef16b94c0fcd77240858f1037479a18d9fc"
2063
+ dependencies = [
2064
+ "crossbeam-skiplist",
2065
+ "dashmap",
2066
+ "serde",
2067
+ "serde_json",
2068
+ "sha2 0.11.0",
2069
+ "tracing",
2070
+ "tracing-subscriber",
2071
+ "ulid",
2072
+ "uuid",
2073
+ ]
2074
+
2075
+ [[package]]
2076
+ name = "proc-macro-crate"
2077
+ version = "3.5.0"
2078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2079
+ checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
2080
+ dependencies = [
2081
+ "toml_edit",
2082
+ ]
2083
+
2084
+ [[package]]
2085
+ name = "proc-macro2"
2086
+ version = "1.0.106"
2087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2089
+ dependencies = [
2090
+ "unicode-ident",
2091
+ ]
2092
+
2093
+ [[package]]
2094
+ name = "proptest"
2095
+ version = "1.11.0"
2096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2097
+ checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
2098
+ dependencies = [
2099
+ "bit-set",
2100
+ "bit-vec",
2101
+ "bitflags",
2102
+ "num-traits",
2103
+ "rand 0.9.5",
2104
+ "rand_chacha 0.9.0",
2105
+ "rand_xorshift",
2106
+ "regex-syntax",
2107
+ "rusty-fork",
2108
+ "tempfile",
2109
+ "unarray",
2110
+ ]
2111
+
2112
+ [[package]]
2113
+ name = "ptr_meta"
2114
+ version = "0.1.4"
2115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+ checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
2117
+ dependencies = [
2118
+ "ptr_meta_derive",
2119
+ ]
2120
+
2121
+ [[package]]
2122
+ name = "ptr_meta_derive"
2123
+ version = "0.1.4"
2124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2125
+ checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
2126
+ dependencies = [
2127
+ "proc-macro2",
2128
+ "quote",
2129
+ "syn 1.0.109",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "pyo3"
2134
+ version = "0.29.0"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
2137
+ dependencies = [
2138
+ "libc",
2139
+ "once_cell",
2140
+ "portable-atomic",
2141
+ "pyo3-build-config",
2142
+ "pyo3-ffi",
2143
+ "pyo3-macros",
2144
+ ]
2145
+
2146
+ [[package]]
2147
+ name = "pyo3-build-config"
2148
+ version = "0.29.0"
2149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2150
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
2151
+ dependencies = [
2152
+ "target-lexicon",
2153
+ ]
2154
+
2155
+ [[package]]
2156
+ name = "pyo3-ffi"
2157
+ version = "0.29.0"
2158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2159
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
2160
+ dependencies = [
2161
+ "libc",
2162
+ "pyo3-build-config",
2163
+ ]
2164
+
2165
+ [[package]]
2166
+ name = "pyo3-macros"
2167
+ version = "0.29.0"
2168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2169
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
2170
+ dependencies = [
2171
+ "proc-macro2",
2172
+ "pyo3-macros-backend",
2173
+ "quote",
2174
+ "syn 2.0.119",
2175
+ ]
2176
+
2177
+ [[package]]
2178
+ name = "pyo3-macros-backend"
2179
+ version = "0.29.0"
2180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2181
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
2182
+ dependencies = [
2183
+ "heck",
2184
+ "proc-macro2",
2185
+ "quote",
2186
+ "syn 2.0.119",
2187
+ ]
2188
+
2189
+ [[package]]
2190
+ name = "quick-error"
2191
+ version = "1.2.3"
2192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2193
+ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2194
+
2195
+ [[package]]
2196
+ name = "quinn"
2197
+ version = "0.11.11"
2198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2199
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
2200
+ dependencies = [
2201
+ "bytes",
2202
+ "cfg_aliases",
2203
+ "pin-project-lite",
2204
+ "quinn-proto",
2205
+ "quinn-udp",
2206
+ "rustc-hash",
2207
+ "rustls",
2208
+ "socket2",
2209
+ "thiserror 2.0.18",
2210
+ "tokio",
2211
+ "tracing",
2212
+ "web-time",
2213
+ ]
2214
+
2215
+ [[package]]
2216
+ name = "quinn-proto"
2217
+ version = "0.11.16"
2218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
2220
+ dependencies = [
2221
+ "bytes",
2222
+ "getrandom 0.4.3",
2223
+ "lru-slab",
2224
+ "rand 0.10.2",
2225
+ "rand_pcg",
2226
+ "ring",
2227
+ "rustc-hash",
2228
+ "rustls",
2229
+ "rustls-pki-types",
2230
+ "slab",
2231
+ "thiserror 2.0.18",
2232
+ "tinyvec",
2233
+ "tracing",
2234
+ "web-time",
2235
+ ]
2236
+
2237
+ [[package]]
2238
+ name = "quinn-udp"
2239
+ version = "0.5.15"
2240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
2242
+ dependencies = [
2243
+ "cfg_aliases",
2244
+ "libc",
2245
+ "once_cell",
2246
+ "socket2",
2247
+ "tracing",
2248
+ "windows-sys 0.61.2",
2249
+ ]
2250
+
2251
+ [[package]]
2252
+ name = "quote"
2253
+ version = "1.0.46"
2254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2255
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
2256
+ dependencies = [
2257
+ "proc-macro2",
2258
+ ]
2259
+
2260
+ [[package]]
2261
+ name = "r-efi"
2262
+ version = "5.3.0"
2263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2264
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2265
+
2266
+ [[package]]
2267
+ name = "r-efi"
2268
+ version = "6.0.0"
2269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2270
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2271
+
2272
+ [[package]]
2273
+ name = "radium"
2274
+ version = "0.7.0"
2275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2277
+
2278
+ [[package]]
2279
+ name = "rand"
2280
+ version = "0.8.7"
2281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2282
+ checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
2283
+ dependencies = [
2284
+ "libc",
2285
+ "rand_chacha 0.3.1",
2286
+ "rand_core 0.6.4",
2287
+ ]
2288
+
2289
+ [[package]]
2290
+ name = "rand"
2291
+ version = "0.9.5"
2292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2293
+ checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
2294
+ dependencies = [
2295
+ "rand_chacha 0.9.0",
2296
+ "rand_core 0.9.5",
2297
+ ]
2298
+
2299
+ [[package]]
2300
+ name = "rand"
2301
+ version = "0.10.2"
2302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2303
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
2304
+ dependencies = [
2305
+ "chacha20",
2306
+ "getrandom 0.4.3",
2307
+ "rand_core 0.10.1",
2308
+ ]
2309
+
2310
+ [[package]]
2311
+ name = "rand_chacha"
2312
+ version = "0.3.1"
2313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2315
+ dependencies = [
2316
+ "ppv-lite86",
2317
+ "rand_core 0.6.4",
2318
+ ]
2319
+
2320
+ [[package]]
2321
+ name = "rand_chacha"
2322
+ version = "0.9.0"
2323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2324
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2325
+ dependencies = [
2326
+ "ppv-lite86",
2327
+ "rand_core 0.9.5",
2328
+ ]
2329
+
2330
+ [[package]]
2331
+ name = "rand_core"
2332
+ version = "0.6.4"
2333
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2334
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2335
+ dependencies = [
2336
+ "getrandom 0.2.17",
2337
+ ]
2338
+
2339
+ [[package]]
2340
+ name = "rand_core"
2341
+ version = "0.9.5"
2342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2343
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2344
+ dependencies = [
2345
+ "getrandom 0.3.4",
2346
+ ]
2347
+
2348
+ [[package]]
2349
+ name = "rand_core"
2350
+ version = "0.10.1"
2351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2352
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
2353
+
2354
+ [[package]]
2355
+ name = "rand_distr"
2356
+ version = "0.4.3"
2357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2358
+ checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
2359
+ dependencies = [
2360
+ "num-traits",
2361
+ "rand 0.8.7",
2362
+ ]
2363
+
2364
+ [[package]]
2365
+ name = "rand_distr"
2366
+ version = "0.6.0"
2367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2368
+ checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8"
2369
+ dependencies = [
2370
+ "num-traits",
2371
+ "rand 0.10.2",
2372
+ ]
2373
+
2374
+ [[package]]
2375
+ name = "rand_pcg"
2376
+ version = "0.10.2"
2377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2378
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
2379
+ dependencies = [
2380
+ "rand_core 0.10.1",
2381
+ ]
2382
+
2383
+ [[package]]
2384
+ name = "rand_xorshift"
2385
+ version = "0.4.0"
2386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2387
+ checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
2388
+ dependencies = [
2389
+ "rand_core 0.9.5",
2390
+ ]
2391
+
2392
+ [[package]]
2393
+ name = "rawpointer"
2394
+ version = "0.2.1"
2395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2396
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
2397
+
2398
+ [[package]]
2399
+ name = "rayon"
2400
+ version = "1.12.0"
2401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2402
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
2403
+ dependencies = [
2404
+ "either",
2405
+ "rayon-core",
2406
+ ]
2407
+
2408
+ [[package]]
2409
+ name = "rayon-core"
2410
+ version = "1.13.0"
2411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2412
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2413
+ dependencies = [
2414
+ "crossbeam-deque",
2415
+ "crossbeam-utils",
2416
+ ]
2417
+
2418
+ [[package]]
2419
+ name = "redox_syscall"
2420
+ version = "0.5.18"
2421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2422
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2423
+ dependencies = [
2424
+ "bitflags",
2425
+ ]
2426
+
2427
+ [[package]]
2428
+ name = "redox_users"
2429
+ version = "0.4.6"
2430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2432
+ dependencies = [
2433
+ "getrandom 0.2.17",
2434
+ "libredox",
2435
+ "thiserror 1.0.69",
2436
+ ]
2437
+
2438
+ [[package]]
2439
+ name = "regex"
2440
+ version = "1.13.0"
2441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2442
+ checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2"
2443
+ dependencies = [
2444
+ "aho-corasick",
2445
+ "memchr",
2446
+ "regex-automata",
2447
+ "regex-syntax",
2448
+ ]
2449
+
2450
+ [[package]]
2451
+ name = "regex-automata"
2452
+ version = "0.4.15"
2453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2454
+ checksum = "1f388202e4b80542a0921078cc23b6333bcf1409c1e3f86404cae4766a6131db"
2455
+ dependencies = [
2456
+ "aho-corasick",
2457
+ "memchr",
2458
+ "regex-syntax",
2459
+ ]
2460
+
2461
+ [[package]]
2462
+ name = "regex-syntax"
2463
+ version = "0.8.11"
2464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2465
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2466
+
2467
+ [[package]]
2468
+ name = "rend"
2469
+ version = "0.4.2"
2470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2471
+ checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
2472
+ dependencies = [
2473
+ "bytecheck",
2474
+ ]
2475
+
2476
+ [[package]]
2477
+ name = "reqwest"
2478
+ version = "0.12.28"
2479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2480
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2481
+ dependencies = [
2482
+ "base64 0.22.1",
2483
+ "bytes",
2484
+ "futures-core",
2485
+ "http",
2486
+ "http-body",
2487
+ "http-body-util",
2488
+ "hyper",
2489
+ "hyper-rustls",
2490
+ "hyper-util",
2491
+ "js-sys",
2492
+ "log",
2493
+ "percent-encoding",
2494
+ "pin-project-lite",
2495
+ "quinn",
2496
+ "rustls",
2497
+ "rustls-pki-types",
2498
+ "serde",
2499
+ "serde_json",
2500
+ "serde_urlencoded",
2501
+ "sync_wrapper",
2502
+ "tokio",
2503
+ "tokio-rustls",
2504
+ "tower",
2505
+ "tower-http",
2506
+ "tower-service",
2507
+ "url",
2508
+ "wasm-bindgen",
2509
+ "wasm-bindgen-futures",
2510
+ "web-sys",
2511
+ "webpki-roots",
2512
+ ]
2513
+
2514
+ [[package]]
2515
+ name = "ring"
2516
+ version = "0.17.14"
2517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2518
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2519
+ dependencies = [
2520
+ "cc",
2521
+ "cfg-if",
2522
+ "getrandom 0.2.17",
2523
+ "libc",
2524
+ "untrusted",
2525
+ "windows-sys 0.52.0",
2526
+ ]
2527
+
2528
+ [[package]]
2529
+ name = "rkyv"
2530
+ version = "0.7.46"
2531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+ checksum = "2297bf9c81a3f0dc96bc9521370b88f054168c29826a75e89c55ff196e7ed6a1"
2533
+ dependencies = [
2534
+ "bitvec",
2535
+ "bytecheck",
2536
+ "bytes",
2537
+ "hashbrown 0.12.3",
2538
+ "ptr_meta",
2539
+ "rend",
2540
+ "rkyv_derive",
2541
+ "seahash",
2542
+ "tinyvec",
2543
+ "uuid",
2544
+ ]
2545
+
2546
+ [[package]]
2547
+ name = "rkyv_derive"
2548
+ version = "0.7.46"
2549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2550
+ checksum = "84d7b42d4b8d06048d3ac8db0eb31bcb942cbeb709f0b5f2b2ebde398d3038f5"
2551
+ dependencies = [
2552
+ "proc-macro2",
2553
+ "quote",
2554
+ "syn 1.0.109",
2555
+ ]
2556
+
2557
+ [[package]]
2558
+ name = "rust_decimal"
2559
+ version = "1.42.1"
2560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2561
+ checksum = "be2a24f50780bc85f09cc6ac299bdf1424302742d77221106859c9d8b102126a"
2562
+ dependencies = [
2563
+ "arrayvec",
2564
+ "borsh",
2565
+ "bytes",
2566
+ "num-traits",
2567
+ "rand 0.8.7",
2568
+ "rkyv",
2569
+ "serde",
2570
+ "serde_json",
2571
+ "wasm-bindgen",
2572
+ ]
2573
+
2574
+ [[package]]
2575
+ name = "rust_decimal_macros"
2576
+ version = "1.40.0"
2577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2578
+ checksum = "74a5a6f027e892c7a035c6fddb50435a1fbf5a734ffc0c2a9fed4d0221440519"
2579
+ dependencies = [
2580
+ "quote",
2581
+ "syn 2.0.119",
2582
+ ]
2583
+
2584
+ [[package]]
2585
+ name = "rustc-hash"
2586
+ version = "2.1.3"
2587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2588
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
2589
+
2590
+ [[package]]
2591
+ name = "rustc_version"
2592
+ version = "0.4.1"
2593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2594
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2595
+ dependencies = [
2596
+ "semver",
2597
+ ]
2598
+
2599
+ [[package]]
2600
+ name = "rustix"
2601
+ version = "1.1.4"
2602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2603
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2604
+ dependencies = [
2605
+ "bitflags",
2606
+ "errno",
2607
+ "libc",
2608
+ "linux-raw-sys",
2609
+ "windows-sys 0.61.2",
2610
+ ]
2611
+
2612
+ [[package]]
2613
+ name = "rustls"
2614
+ version = "0.23.42"
2615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2616
+ checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
2617
+ dependencies = [
2618
+ "once_cell",
2619
+ "ring",
2620
+ "rustls-pki-types",
2621
+ "rustls-webpki",
2622
+ "subtle",
2623
+ "zeroize",
2624
+ ]
2625
+
2626
+ [[package]]
2627
+ name = "rustls-pki-types"
2628
+ version = "1.15.0"
2629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2630
+ checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
2631
+ dependencies = [
2632
+ "web-time",
2633
+ "zeroize",
2634
+ ]
2635
+
2636
+ [[package]]
2637
+ name = "rustls-webpki"
2638
+ version = "0.103.13"
2639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2640
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2641
+ dependencies = [
2642
+ "ring",
2643
+ "rustls-pki-types",
2644
+ "untrusted",
2645
+ ]
2646
+
2647
+ [[package]]
2648
+ name = "rustversion"
2649
+ version = "1.0.23"
2650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2651
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
2652
+
2653
+ [[package]]
2654
+ name = "rusty-fork"
2655
+ version = "0.3.1"
2656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2657
+ checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
2658
+ dependencies = [
2659
+ "fnv",
2660
+ "quick-error",
2661
+ "tempfile",
2662
+ "wait-timeout",
2663
+ ]
2664
+
2665
+ [[package]]
2666
+ name = "ryu"
2667
+ version = "1.0.23"
2668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2669
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2670
+
2671
+ [[package]]
2672
+ name = "safe_arch"
2673
+ version = "0.7.4"
2674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2675
+ checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323"
2676
+ dependencies = [
2677
+ "bytemuck",
2678
+ ]
2679
+
2680
+ [[package]]
2681
+ name = "same-file"
2682
+ version = "1.0.6"
2683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2684
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2685
+ dependencies = [
2686
+ "winapi-util",
2687
+ ]
2688
+
2689
+ [[package]]
2690
+ name = "scopeguard"
2691
+ version = "1.2.0"
2692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2693
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2694
+
2695
+ [[package]]
2696
+ name = "seahash"
2697
+ version = "4.1.0"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2700
+
2701
+ [[package]]
2702
+ name = "semver"
2703
+ version = "1.0.28"
2704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2705
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2706
+
2707
+ [[package]]
2708
+ name = "seq-macro"
2709
+ version = "0.3.6"
2710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2711
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2712
+
2713
+ [[package]]
2714
+ name = "serde"
2715
+ version = "1.0.228"
2716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2717
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2718
+ dependencies = [
2719
+ "serde_core",
2720
+ "serde_derive",
2721
+ ]
2722
+
2723
+ [[package]]
2724
+ name = "serde_core"
2725
+ version = "1.0.228"
2726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2727
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2728
+ dependencies = [
2729
+ "serde_derive",
2730
+ ]
2731
+
2732
+ [[package]]
2733
+ name = "serde_derive"
2734
+ version = "1.0.228"
2735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2736
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2737
+ dependencies = [
2738
+ "proc-macro2",
2739
+ "quote",
2740
+ "syn 2.0.119",
2741
+ ]
2742
+
2743
+ [[package]]
2744
+ name = "serde_json"
2745
+ version = "1.0.150"
2746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2747
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2748
+ dependencies = [
2749
+ "itoa",
2750
+ "memchr",
2751
+ "serde",
2752
+ "serde_core",
2753
+ "zmij",
2754
+ ]
2755
+
2756
+ [[package]]
2757
+ name = "serde_urlencoded"
2758
+ version = "0.7.1"
2759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2760
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2761
+ dependencies = [
2762
+ "form_urlencoded",
2763
+ "itoa",
2764
+ "ryu",
2765
+ "serde",
2766
+ ]
2767
+
2768
+ [[package]]
2769
+ name = "sha1"
2770
+ version = "0.10.7"
2771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2772
+ checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
2773
+ dependencies = [
2774
+ "cfg-if",
2775
+ "cpufeatures 0.2.17",
2776
+ "digest 0.10.7",
2777
+ ]
2778
+
2779
+ [[package]]
2780
+ name = "sha1_smol"
2781
+ version = "1.0.1"
2782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2783
+ checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
2784
+
2785
+ [[package]]
2786
+ name = "sha2"
2787
+ version = "0.10.9"
2788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2789
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2790
+ dependencies = [
2791
+ "cfg-if",
2792
+ "cpufeatures 0.2.17",
2793
+ "digest 0.10.7",
2794
+ ]
2795
+
2796
+ [[package]]
2797
+ name = "sha2"
2798
+ version = "0.11.0"
2799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2800
+ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
2801
+ dependencies = [
2802
+ "cfg-if",
2803
+ "cpufeatures 0.3.0",
2804
+ "digest 0.11.3",
2805
+ ]
2806
+
2807
+ [[package]]
2808
+ name = "sharded-slab"
2809
+ version = "0.1.7"
2810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2811
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2812
+ dependencies = [
2813
+ "lazy_static",
2814
+ ]
2815
+
2816
+ [[package]]
2817
+ name = "shlex"
2818
+ version = "2.0.1"
2819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2820
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2821
+
2822
+ [[package]]
2823
+ name = "simba"
2824
+ version = "0.9.1"
2825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2826
+ checksum = "c99284beb21666094ba2b75bbceda012e610f5479dfcc2d6e2426f53197ffd95"
2827
+ dependencies = [
2828
+ "approx",
2829
+ "num-complex",
2830
+ "num-traits",
2831
+ "paste",
2832
+ "wide",
2833
+ ]
2834
+
2835
+ [[package]]
2836
+ name = "simd-adler32"
2837
+ version = "0.3.10"
2838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2839
+ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
2840
+
2841
+ [[package]]
2842
+ name = "simdutf8"
2843
+ version = "0.1.5"
2844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2845
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2846
+
2847
+ [[package]]
2848
+ name = "slab"
2849
+ version = "0.4.12"
2850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2851
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2852
+
2853
+ [[package]]
2854
+ name = "smallvec"
2855
+ version = "1.15.2"
2856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2857
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2858
+
2859
+ [[package]]
2860
+ name = "snap"
2861
+ version = "1.1.2"
2862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2863
+ checksum = "199905e6153d6405f9728fe44daace35f8f837bbf830bb6e85fbd5828709a886"
2864
+
2865
+ [[package]]
2866
+ name = "socket2"
2867
+ version = "0.6.5"
2868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2869
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
2870
+ dependencies = [
2871
+ "libc",
2872
+ "windows-sys 0.61.2",
2873
+ ]
2874
+
2875
+ [[package]]
2876
+ name = "stable_deref_trait"
2877
+ version = "1.2.1"
2878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2879
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2880
+
2881
+ [[package]]
2882
+ name = "statrs"
2883
+ version = "0.18.0"
2884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2885
+ checksum = "2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e"
2886
+ dependencies = [
2887
+ "approx",
2888
+ "nalgebra",
2889
+ "num-traits",
2890
+ "rand 0.8.7",
2891
+ ]
2892
+
2893
+ [[package]]
2894
+ name = "subtle"
2895
+ version = "2.6.1"
2896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2897
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2898
+
2899
+ [[package]]
2900
+ name = "syn"
2901
+ version = "1.0.109"
2902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2903
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2904
+ dependencies = [
2905
+ "proc-macro2",
2906
+ "quote",
2907
+ "unicode-ident",
2908
+ ]
2909
+
2910
+ [[package]]
2911
+ name = "syn"
2912
+ version = "2.0.119"
2913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2914
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
2915
+ dependencies = [
2916
+ "proc-macro2",
2917
+ "quote",
2918
+ "unicode-ident",
2919
+ ]
2920
+
2921
+ [[package]]
2922
+ name = "sync_wrapper"
2923
+ version = "1.0.2"
2924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2925
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2926
+ dependencies = [
2927
+ "futures-core",
2928
+ ]
2929
+
2930
+ [[package]]
2931
+ name = "synstructure"
2932
+ version = "0.13.2"
2933
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2934
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2935
+ dependencies = [
2936
+ "proc-macro2",
2937
+ "quote",
2938
+ "syn 2.0.119",
2939
+ ]
2940
+
2941
+ [[package]]
2942
+ name = "tap"
2943
+ version = "1.0.1"
2944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2945
+ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2946
+
2947
+ [[package]]
2948
+ name = "target-lexicon"
2949
+ version = "0.13.5"
2950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2951
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
2952
+
2953
+ [[package]]
2954
+ name = "tempfile"
2955
+ version = "3.27.0"
2956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2957
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2958
+ dependencies = [
2959
+ "fastrand",
2960
+ "getrandom 0.4.3",
2961
+ "once_cell",
2962
+ "rustix",
2963
+ "windows-sys 0.61.2",
2964
+ ]
2965
+
2966
+ [[package]]
2967
+ name = "term"
2968
+ version = "0.7.0"
2969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2970
+ checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
2971
+ dependencies = [
2972
+ "dirs-next",
2973
+ "rustversion",
2974
+ "winapi",
2975
+ ]
2976
+
2977
+ [[package]]
2978
+ name = "thiserror"
2979
+ version = "1.0.69"
2980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2981
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2982
+ dependencies = [
2983
+ "thiserror-impl 1.0.69",
2984
+ ]
2985
+
2986
+ [[package]]
2987
+ name = "thiserror"
2988
+ version = "2.0.18"
2989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2990
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2991
+ dependencies = [
2992
+ "thiserror-impl 2.0.18",
2993
+ ]
2994
+
2995
+ [[package]]
2996
+ name = "thiserror-impl"
2997
+ version = "1.0.69"
2998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2999
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3000
+ dependencies = [
3001
+ "proc-macro2",
3002
+ "quote",
3003
+ "syn 2.0.119",
3004
+ ]
3005
+
3006
+ [[package]]
3007
+ name = "thiserror-impl"
3008
+ version = "2.0.18"
3009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3010
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3011
+ dependencies = [
3012
+ "proc-macro2",
3013
+ "quote",
3014
+ "syn 2.0.119",
3015
+ ]
3016
+
3017
+ [[package]]
3018
+ name = "thread_local"
3019
+ version = "1.1.10"
3020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3021
+ checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
3022
+ dependencies = [
3023
+ "cfg-if",
3024
+ ]
3025
+
3026
+ [[package]]
3027
+ name = "time"
3028
+ version = "0.3.53"
3029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3030
+ checksum = "18dfaaeddcb932337b5e7866ee7d0ce9b76d2fd092997146f187ec09b4558a50"
3031
+ dependencies = [
3032
+ "deranged",
3033
+ "num-conv",
3034
+ "powerfmt",
3035
+ "serde_core",
3036
+ "time-core",
3037
+ ]
3038
+
3039
+ [[package]]
3040
+ name = "time-core"
3041
+ version = "0.1.9"
3042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3043
+ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
3044
+
3045
+ [[package]]
3046
+ name = "tiny-keccak"
3047
+ version = "2.0.2"
3048
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3049
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
3050
+ dependencies = [
3051
+ "crunchy",
3052
+ ]
3053
+
3054
+ [[package]]
3055
+ name = "tinystr"
3056
+ version = "0.8.3"
3057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3058
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3059
+ dependencies = [
3060
+ "displaydoc",
3061
+ "zerovec",
3062
+ ]
3063
+
3064
+ [[package]]
3065
+ name = "tinytemplate"
3066
+ version = "1.2.1"
3067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3068
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
3069
+ dependencies = [
3070
+ "serde",
3071
+ "serde_json",
3072
+ ]
3073
+
3074
+ [[package]]
3075
+ name = "tinyvec"
3076
+ version = "1.12.0"
3077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3078
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
3079
+ dependencies = [
3080
+ "tinyvec_macros",
3081
+ ]
3082
+
3083
+ [[package]]
3084
+ name = "tinyvec_macros"
3085
+ version = "0.1.1"
3086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3087
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3088
+
3089
+ [[package]]
3090
+ name = "tokio"
3091
+ version = "1.52.3"
3092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3093
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
3094
+ dependencies = [
3095
+ "bytes",
3096
+ "libc",
3097
+ "mio",
3098
+ "pin-project-lite",
3099
+ "socket2",
3100
+ "tokio-macros",
3101
+ "windows-sys 0.61.2",
3102
+ ]
3103
+
3104
+ [[package]]
3105
+ name = "tokio-macros"
3106
+ version = "2.7.0"
3107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3108
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
3109
+ dependencies = [
3110
+ "proc-macro2",
3111
+ "quote",
3112
+ "syn 2.0.119",
3113
+ ]
3114
+
3115
+ [[package]]
3116
+ name = "tokio-rustls"
3117
+ version = "0.26.4"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3120
+ dependencies = [
3121
+ "rustls",
3122
+ "tokio",
3123
+ ]
3124
+
3125
+ [[package]]
3126
+ name = "toml_datetime"
3127
+ version = "1.1.1+spec-1.1.0"
3128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3129
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
3130
+ dependencies = [
3131
+ "serde_core",
3132
+ ]
3133
+
3134
+ [[package]]
3135
+ name = "toml_edit"
3136
+ version = "0.25.13+spec-1.1.0"
3137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3138
+ checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
3139
+ dependencies = [
3140
+ "indexmap",
3141
+ "toml_datetime",
3142
+ "toml_parser",
3143
+ "winnow",
3144
+ ]
3145
+
3146
+ [[package]]
3147
+ name = "toml_parser"
3148
+ version = "1.1.2+spec-1.1.0"
3149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3150
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3151
+ dependencies = [
3152
+ "winnow",
3153
+ ]
3154
+
3155
+ [[package]]
3156
+ name = "tower"
3157
+ version = "0.5.3"
3158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3159
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3160
+ dependencies = [
3161
+ "futures-core",
3162
+ "futures-util",
3163
+ "pin-project-lite",
3164
+ "sync_wrapper",
3165
+ "tokio",
3166
+ "tower-layer",
3167
+ "tower-service",
3168
+ ]
3169
+
3170
+ [[package]]
3171
+ name = "tower-http"
3172
+ version = "0.6.11"
3173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3174
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
3175
+ dependencies = [
3176
+ "bitflags",
3177
+ "bytes",
3178
+ "futures-util",
3179
+ "http",
3180
+ "http-body",
3181
+ "pin-project-lite",
3182
+ "tower",
3183
+ "tower-layer",
3184
+ "tower-service",
3185
+ "url",
3186
+ ]
3187
+
3188
+ [[package]]
3189
+ name = "tower-layer"
3190
+ version = "0.3.3"
3191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3192
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3193
+
3194
+ [[package]]
3195
+ name = "tower-service"
3196
+ version = "0.3.3"
3197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3198
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3199
+
3200
+ [[package]]
3201
+ name = "tracing"
3202
+ version = "0.1.44"
3203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3204
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3205
+ dependencies = [
3206
+ "pin-project-lite",
3207
+ "tracing-attributes",
3208
+ "tracing-core",
3209
+ ]
3210
+
3211
+ [[package]]
3212
+ name = "tracing-attributes"
3213
+ version = "0.1.31"
3214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3215
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3216
+ dependencies = [
3217
+ "proc-macro2",
3218
+ "quote",
3219
+ "syn 2.0.119",
3220
+ ]
3221
+
3222
+ [[package]]
3223
+ name = "tracing-core"
3224
+ version = "0.1.36"
3225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3226
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3227
+ dependencies = [
3228
+ "once_cell",
3229
+ "valuable",
3230
+ ]
3231
+
3232
+ [[package]]
3233
+ name = "tracing-log"
3234
+ version = "0.2.0"
3235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3236
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3237
+ dependencies = [
3238
+ "log",
3239
+ "once_cell",
3240
+ "tracing-core",
3241
+ ]
3242
+
3243
+ [[package]]
3244
+ name = "tracing-subscriber"
3245
+ version = "0.3.23"
3246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3247
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3248
+ dependencies = [
3249
+ "nu-ansi-term",
3250
+ "sharded-slab",
3251
+ "smallvec",
3252
+ "thread_local",
3253
+ "tracing-core",
3254
+ "tracing-log",
3255
+ ]
3256
+
3257
+ [[package]]
3258
+ name = "try-lock"
3259
+ version = "0.2.5"
3260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3261
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3262
+
3263
+ [[package]]
3264
+ name = "twox-hash"
3265
+ version = "2.1.2"
3266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3267
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
3268
+
3269
+ [[package]]
3270
+ name = "typenum"
3271
+ version = "1.20.1"
3272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3273
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
3274
+
3275
+ [[package]]
3276
+ name = "ulid"
3277
+ version = "1.2.1"
3278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3279
+ checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
3280
+ dependencies = [
3281
+ "rand 0.9.5",
3282
+ "serde",
3283
+ "web-time",
3284
+ ]
3285
+
3286
+ [[package]]
3287
+ name = "unarray"
3288
+ version = "0.1.4"
3289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3290
+ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
3291
+
3292
+ [[package]]
3293
+ name = "unicode-ident"
3294
+ version = "1.0.24"
3295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3296
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3297
+
3298
+ [[package]]
3299
+ name = "unicode-width"
3300
+ version = "0.1.14"
3301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3302
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3303
+
3304
+ [[package]]
3305
+ name = "unicode-width"
3306
+ version = "0.2.2"
3307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3308
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3309
+
3310
+ [[package]]
3311
+ name = "unit-prefix"
3312
+ version = "0.5.2"
3313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3314
+ checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
3315
+
3316
+ [[package]]
3317
+ name = "untrusted"
3318
+ version = "0.9.0"
3319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3320
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3321
+
3322
+ [[package]]
3323
+ name = "url"
3324
+ version = "2.5.8"
3325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3326
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3327
+ dependencies = [
3328
+ "form_urlencoded",
3329
+ "idna",
3330
+ "percent-encoding",
3331
+ "serde",
3332
+ ]
3333
+
3334
+ [[package]]
3335
+ name = "utf8_iter"
3336
+ version = "1.0.4"
3337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3338
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3339
+
3340
+ [[package]]
3341
+ name = "utoipa"
3342
+ version = "5.5.0"
3343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3344
+ checksum = "8bde15df68e80b16c7d16b9616e80770ad158988daa56a27dccd1e55558b0160"
3345
+ dependencies = [
3346
+ "indexmap",
3347
+ "serde",
3348
+ "serde_json",
3349
+ "utoipa-gen",
3350
+ ]
3351
+
3352
+ [[package]]
3353
+ name = "utoipa-gen"
3354
+ version = "5.5.0"
3355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3356
+ checksum = "6ba0b99ee52df3028635d93840c797102da61f8a7bb3cf751032455895b52ef8"
3357
+ dependencies = [
3358
+ "proc-macro2",
3359
+ "quote",
3360
+ "regex",
3361
+ "syn 2.0.119",
3362
+ ]
3363
+
3364
+ [[package]]
3365
+ name = "uuid"
3366
+ version = "1.23.5"
3367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3368
+ checksum = "ea5fab0d6c3c01ae70085a09cb03d4c7a1d6314e2b3e075392783396d724ca0a"
3369
+ dependencies = [
3370
+ "getrandom 0.4.3",
3371
+ "js-sys",
3372
+ "serde_core",
3373
+ "sha1_smol",
3374
+ "wasm-bindgen",
3375
+ ]
3376
+
3377
+ [[package]]
3378
+ name = "valuable"
3379
+ version = "0.1.1"
3380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3381
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3382
+
3383
+ [[package]]
3384
+ name = "version_check"
3385
+ version = "0.9.5"
3386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3387
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3388
+
3389
+ [[package]]
3390
+ name = "wait-timeout"
3391
+ version = "0.2.1"
3392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3393
+ checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
3394
+ dependencies = [
3395
+ "libc",
3396
+ ]
3397
+
3398
+ [[package]]
3399
+ name = "walkdir"
3400
+ version = "2.5.0"
3401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3402
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3403
+ dependencies = [
3404
+ "same-file",
3405
+ "winapi-util",
3406
+ ]
3407
+
3408
+ [[package]]
3409
+ name = "want"
3410
+ version = "0.3.1"
3411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3412
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3413
+ dependencies = [
3414
+ "try-lock",
3415
+ ]
3416
+
3417
+ [[package]]
3418
+ name = "wasi"
3419
+ version = "0.11.1+wasi-snapshot-preview1"
3420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3421
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3422
+
3423
+ [[package]]
3424
+ name = "wasip2"
3425
+ version = "1.0.4+wasi-0.2.12"
3426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3427
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
3428
+ dependencies = [
3429
+ "wit-bindgen",
3430
+ ]
3431
+
3432
+ [[package]]
3433
+ name = "wasm-bindgen"
3434
+ version = "0.2.126"
3435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3436
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
3437
+ dependencies = [
3438
+ "cfg-if",
3439
+ "once_cell",
3440
+ "rustversion",
3441
+ "serde",
3442
+ "wasm-bindgen-macro",
3443
+ "wasm-bindgen-shared",
3444
+ ]
3445
+
3446
+ [[package]]
3447
+ name = "wasm-bindgen-futures"
3448
+ version = "0.4.76"
3449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3450
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
3451
+ dependencies = [
3452
+ "js-sys",
3453
+ "wasm-bindgen",
3454
+ ]
3455
+
3456
+ [[package]]
3457
+ name = "wasm-bindgen-macro"
3458
+ version = "0.2.126"
3459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3460
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
3461
+ dependencies = [
3462
+ "quote",
3463
+ "wasm-bindgen-macro-support",
3464
+ ]
3465
+
3466
+ [[package]]
3467
+ name = "wasm-bindgen-macro-support"
3468
+ version = "0.2.126"
3469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3470
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
3471
+ dependencies = [
3472
+ "bumpalo",
3473
+ "proc-macro2",
3474
+ "quote",
3475
+ "syn 2.0.119",
3476
+ "wasm-bindgen-shared",
3477
+ ]
3478
+
3479
+ [[package]]
3480
+ name = "wasm-bindgen-shared"
3481
+ version = "0.2.126"
3482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3483
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
3484
+ dependencies = [
3485
+ "unicode-ident",
3486
+ ]
3487
+
3488
+ [[package]]
3489
+ name = "web-sys"
3490
+ version = "0.3.103"
3491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3492
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
3493
+ dependencies = [
3494
+ "js-sys",
3495
+ "wasm-bindgen",
3496
+ ]
3497
+
3498
+ [[package]]
3499
+ name = "web-time"
3500
+ version = "1.1.0"
3501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3502
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3503
+ dependencies = [
3504
+ "js-sys",
3505
+ "wasm-bindgen",
3506
+ ]
3507
+
3508
+ [[package]]
3509
+ name = "webpki-roots"
3510
+ version = "1.0.8"
3511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3512
+ checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
3513
+ dependencies = [
3514
+ "rustls-pki-types",
3515
+ ]
3516
+
3517
+ [[package]]
3518
+ name = "wide"
3519
+ version = "0.7.33"
3520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3521
+ checksum = "0ce5da8ecb62bcd8ec8b7ea19f69a51275e91299be594ea5cc6ef7819e16cd03"
3522
+ dependencies = [
3523
+ "bytemuck",
3524
+ "safe_arch",
3525
+ ]
3526
+
3527
+ [[package]]
3528
+ name = "winapi"
3529
+ version = "0.3.9"
3530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3531
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3532
+ dependencies = [
3533
+ "winapi-i686-pc-windows-gnu",
3534
+ "winapi-x86_64-pc-windows-gnu",
3535
+ ]
3536
+
3537
+ [[package]]
3538
+ name = "winapi-i686-pc-windows-gnu"
3539
+ version = "0.4.0"
3540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3541
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3542
+
3543
+ [[package]]
3544
+ name = "winapi-util"
3545
+ version = "0.1.11"
3546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3547
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3548
+ dependencies = [
3549
+ "windows-sys 0.61.2",
3550
+ ]
3551
+
3552
+ [[package]]
3553
+ name = "winapi-x86_64-pc-windows-gnu"
3554
+ version = "0.4.0"
3555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3556
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3557
+
3558
+ [[package]]
3559
+ name = "windows-core"
3560
+ version = "0.62.2"
3561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3562
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3563
+ dependencies = [
3564
+ "windows-implement",
3565
+ "windows-interface",
3566
+ "windows-link",
3567
+ "windows-result",
3568
+ "windows-strings",
3569
+ ]
3570
+
3571
+ [[package]]
3572
+ name = "windows-implement"
3573
+ version = "0.60.2"
3574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3575
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3576
+ dependencies = [
3577
+ "proc-macro2",
3578
+ "quote",
3579
+ "syn 2.0.119",
3580
+ ]
3581
+
3582
+ [[package]]
3583
+ name = "windows-interface"
3584
+ version = "0.59.3"
3585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3586
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3587
+ dependencies = [
3588
+ "proc-macro2",
3589
+ "quote",
3590
+ "syn 2.0.119",
3591
+ ]
3592
+
3593
+ [[package]]
3594
+ name = "windows-link"
3595
+ version = "0.2.1"
3596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3597
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3598
+
3599
+ [[package]]
3600
+ name = "windows-result"
3601
+ version = "0.4.1"
3602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3603
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3604
+ dependencies = [
3605
+ "windows-link",
3606
+ ]
3607
+
3608
+ [[package]]
3609
+ name = "windows-strings"
3610
+ version = "0.5.1"
3611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3612
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3613
+ dependencies = [
3614
+ "windows-link",
3615
+ ]
3616
+
3617
+ [[package]]
3618
+ name = "windows-sys"
3619
+ version = "0.52.0"
3620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3621
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3622
+ dependencies = [
3623
+ "windows-targets",
3624
+ ]
3625
+
3626
+ [[package]]
3627
+ name = "windows-sys"
3628
+ version = "0.61.2"
3629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3630
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3631
+ dependencies = [
3632
+ "windows-link",
3633
+ ]
3634
+
3635
+ [[package]]
3636
+ name = "windows-targets"
3637
+ version = "0.52.6"
3638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3639
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3640
+ dependencies = [
3641
+ "windows_aarch64_gnullvm",
3642
+ "windows_aarch64_msvc",
3643
+ "windows_i686_gnu",
3644
+ "windows_i686_gnullvm",
3645
+ "windows_i686_msvc",
3646
+ "windows_x86_64_gnu",
3647
+ "windows_x86_64_gnullvm",
3648
+ "windows_x86_64_msvc",
3649
+ ]
3650
+
3651
+ [[package]]
3652
+ name = "windows_aarch64_gnullvm"
3653
+ version = "0.52.6"
3654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3655
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3656
+
3657
+ [[package]]
3658
+ name = "windows_aarch64_msvc"
3659
+ version = "0.52.6"
3660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3661
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3662
+
3663
+ [[package]]
3664
+ name = "windows_i686_gnu"
3665
+ version = "0.52.6"
3666
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3667
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3668
+
3669
+ [[package]]
3670
+ name = "windows_i686_gnullvm"
3671
+ version = "0.52.6"
3672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3673
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3674
+
3675
+ [[package]]
3676
+ name = "windows_i686_msvc"
3677
+ version = "0.52.6"
3678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3679
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3680
+
3681
+ [[package]]
3682
+ name = "windows_x86_64_gnu"
3683
+ version = "0.52.6"
3684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3685
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3686
+
3687
+ [[package]]
3688
+ name = "windows_x86_64_gnullvm"
3689
+ version = "0.52.6"
3690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3691
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3692
+
3693
+ [[package]]
3694
+ name = "windows_x86_64_msvc"
3695
+ version = "0.52.6"
3696
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3697
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3698
+
3699
+ [[package]]
3700
+ name = "winnow"
3701
+ version = "1.0.4"
3702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3703
+ checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
3704
+ dependencies = [
3705
+ "memchr",
3706
+ ]
3707
+
3708
+ [[package]]
3709
+ name = "wit-bindgen"
3710
+ version = "0.57.1"
3711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3712
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3713
+
3714
+ [[package]]
3715
+ name = "writeable"
3716
+ version = "0.6.3"
3717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3718
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3719
+
3720
+ [[package]]
3721
+ name = "wyz"
3722
+ version = "0.5.1"
3723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3724
+ checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
3725
+ dependencies = [
3726
+ "tap",
3727
+ ]
3728
+
3729
+ [[package]]
3730
+ name = "yoke"
3731
+ version = "0.8.3"
3732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3733
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
3734
+ dependencies = [
3735
+ "stable_deref_trait",
3736
+ "yoke-derive",
3737
+ "zerofrom",
3738
+ ]
3739
+
3740
+ [[package]]
3741
+ name = "yoke-derive"
3742
+ version = "0.8.2"
3743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3744
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3745
+ dependencies = [
3746
+ "proc-macro2",
3747
+ "quote",
3748
+ "syn 2.0.119",
3749
+ "synstructure",
3750
+ ]
3751
+
3752
+ [[package]]
3753
+ name = "zerocopy"
3754
+ version = "0.8.54"
3755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3756
+ checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19"
3757
+ dependencies = [
3758
+ "zerocopy-derive",
3759
+ ]
3760
+
3761
+ [[package]]
3762
+ name = "zerocopy-derive"
3763
+ version = "0.8.54"
3764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3765
+ checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5"
3766
+ dependencies = [
3767
+ "proc-macro2",
3768
+ "quote",
3769
+ "syn 2.0.119",
3770
+ ]
3771
+
3772
+ [[package]]
3773
+ name = "zerofrom"
3774
+ version = "0.1.8"
3775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3776
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
3777
+ dependencies = [
3778
+ "zerofrom-derive",
3779
+ ]
3780
+
3781
+ [[package]]
3782
+ name = "zerofrom-derive"
3783
+ version = "0.1.7"
3784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3785
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3786
+ dependencies = [
3787
+ "proc-macro2",
3788
+ "quote",
3789
+ "syn 2.0.119",
3790
+ "synstructure",
3791
+ ]
3792
+
3793
+ [[package]]
3794
+ name = "zeroize"
3795
+ version = "1.9.0"
3796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3797
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
3798
+ dependencies = [
3799
+ "zeroize_derive",
3800
+ ]
3801
+
3802
+ [[package]]
3803
+ name = "zeroize_derive"
3804
+ version = "1.5.0"
3805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3806
+ checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
3807
+ dependencies = [
3808
+ "proc-macro2",
3809
+ "quote",
3810
+ "syn 2.0.119",
3811
+ ]
3812
+
3813
+ [[package]]
3814
+ name = "zerotrie"
3815
+ version = "0.2.4"
3816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3817
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3818
+ dependencies = [
3819
+ "displaydoc",
3820
+ "yoke",
3821
+ "zerofrom",
3822
+ ]
3823
+
3824
+ [[package]]
3825
+ name = "zerovec"
3826
+ version = "0.11.6"
3827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3828
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3829
+ dependencies = [
3830
+ "yoke",
3831
+ "zerofrom",
3832
+ "zerovec-derive",
3833
+ ]
3834
+
3835
+ [[package]]
3836
+ name = "zerovec-derive"
3837
+ version = "0.11.3"
3838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3839
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3840
+ dependencies = [
3841
+ "proc-macro2",
3842
+ "quote",
3843
+ "syn 2.0.119",
3844
+ ]
3845
+
3846
+ [[package]]
3847
+ name = "zip"
3848
+ version = "6.0.0"
3849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3850
+ checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b"
3851
+ dependencies = [
3852
+ "aes",
3853
+ "arbitrary",
3854
+ "bzip2",
3855
+ "constant_time_eq",
3856
+ "crc32fast",
3857
+ "deflate64",
3858
+ "flate2",
3859
+ "getrandom 0.3.4",
3860
+ "hmac",
3861
+ "indexmap",
3862
+ "lzma-rust2",
3863
+ "memchr",
3864
+ "pbkdf2",
3865
+ "ppmd-rust",
3866
+ "sha1",
3867
+ "time",
3868
+ "zeroize",
3869
+ "zopfli",
3870
+ "zstd",
3871
+ ]
3872
+
3873
+ [[package]]
3874
+ name = "zlib-rs"
3875
+ version = "0.6.6"
3876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3877
+ checksum = "b142a20ec14a91d5bc708c1dc21b080c550113d8aa77afa29635673a65dd02c5"
3878
+
3879
+ [[package]]
3880
+ name = "zmij"
3881
+ version = "1.0.23"
3882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3883
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
3884
+
3885
+ [[package]]
3886
+ name = "zopfli"
3887
+ version = "0.8.3"
3888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3889
+ checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
3890
+ dependencies = [
3891
+ "bumpalo",
3892
+ "crc32fast",
3893
+ "log",
3894
+ "simd-adler32",
3895
+ ]
3896
+
3897
+ [[package]]
3898
+ name = "zstd"
3899
+ version = "0.13.3"
3900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3901
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3902
+ dependencies = [
3903
+ "zstd-safe",
3904
+ ]
3905
+
3906
+ [[package]]
3907
+ name = "zstd-safe"
3908
+ version = "7.2.4"
3909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3910
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3911
+ dependencies = [
3912
+ "zstd-sys",
3913
+ ]
3914
+
3915
+ [[package]]
3916
+ name = "zstd-sys"
3917
+ version = "2.0.16+zstd.1.5.7"
3918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3919
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3920
+ dependencies = [
3921
+ "cc",
3922
+ "pkg-config",
3923
+ ]