econometricsmodels 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. econometricsmodels-0.1.0/Cargo.lock +4572 -0
  2. econometricsmodels-0.1.0/Cargo.toml +26 -0
  3. econometricsmodels-0.1.0/LICENSE +21 -0
  4. econometricsmodels-0.1.0/PKG-INFO +72 -0
  5. econometricsmodels-0.1.0/README.md +51 -0
  6. econometricsmodels-0.1.0/THIRD-PARTY-LICENSES.html +7909 -0
  7. econometricsmodels-0.1.0/engine/Cargo.toml +13 -0
  8. econometricsmodels-0.1.0/engine/src/lib.rs +6 -0
  9. econometricsmodels-0.1.0/engine/src/linear/mod.rs +7 -0
  10. econometricsmodels-0.1.0/engine/src/linear/ols.rs +1694 -0
  11. econometricsmodels-0.1.0/engine_pybind/Cargo.toml +32 -0
  12. econometricsmodels-0.1.0/engine_pybind/src/causal/.gitkeep +0 -0
  13. econometricsmodels-0.1.0/engine_pybind/src/column_extraction.rs +112 -0
  14. econometricsmodels-0.1.0/engine_pybind/src/discrete_choice/.gitkeep +0 -0
  15. econometricsmodels-0.1.0/engine_pybind/src/errors.rs +26 -0
  16. econometricsmodels-0.1.0/engine_pybind/src/io/.gitkeep +0 -0
  17. econometricsmodels-0.1.0/engine_pybind/src/iv/.gitkeep +0 -0
  18. econometricsmodels-0.1.0/engine_pybind/src/lib.rs +41 -0
  19. econometricsmodels-0.1.0/engine_pybind/src/linear/mod.rs +7 -0
  20. econometricsmodels-0.1.0/engine_pybind/src/linear/ols.rs +329 -0
  21. econometricsmodels-0.1.0/engine_pybind/src/panel/.gitkeep +0 -0
  22. econometricsmodels-0.1.0/pyproject.toml +85 -0
  23. econometricsmodels-0.1.0/python_package/econometricsmodels/__init__.py +20 -0
  24. econometricsmodels-0.1.0/python_package/econometricsmodels/linear/__init__.py +7 -0
  25. econometricsmodels-0.1.0/python_package/econometricsmodels/linear/ols.py +213 -0
  26. econometricsmodels-0.1.0/python_package/econometricsmodels/py.typed +0 -0
@@ -0,0 +1,4572 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "aho-corasick"
13
+ version = "1.1.4"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16
+ dependencies = [
17
+ "memchr",
18
+ ]
19
+
20
+ [[package]]
21
+ name = "allocator-api2"
22
+ version = "0.2.21"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
25
+
26
+ [[package]]
27
+ name = "android_system_properties"
28
+ version = "0.1.5"
29
+ source = "registry+https://github.com/rust-lang/crates.io-index"
30
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
31
+ dependencies = [
32
+ "libc",
33
+ ]
34
+
35
+ [[package]]
36
+ name = "approx"
37
+ version = "0.5.1"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
40
+ dependencies = [
41
+ "num-traits",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "ar_archive_writer"
46
+ version = "0.5.2"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "4087686b4b0a3427190bae57a1d9a478dbb2d40c5dc1bd6e2b6d797913bdd348"
49
+ dependencies = [
50
+ "object",
51
+ ]
52
+
53
+ [[package]]
54
+ name = "argminmax"
55
+ version = "0.6.3"
56
+ source = "registry+https://github.com/rust-lang/crates.io-index"
57
+ checksum = "70f13d10a41ac8d2ec79ee34178d61e6f47a29c2edfe7ef1721c7383b0359e65"
58
+ dependencies = [
59
+ "half",
60
+ "num-traits",
61
+ ]
62
+
63
+ [[package]]
64
+ name = "array-init-cursor"
65
+ version = "0.2.1"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
68
+
69
+ [[package]]
70
+ name = "arrayref"
71
+ version = "0.3.9"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
74
+
75
+ [[package]]
76
+ name = "arrayvec"
77
+ version = "0.7.8"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
80
+
81
+ [[package]]
82
+ name = "async-channel"
83
+ version = "2.5.0"
84
+ source = "registry+https://github.com/rust-lang/crates.io-index"
85
+ checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
86
+ dependencies = [
87
+ "concurrent-queue",
88
+ "event-listener-strategy",
89
+ "futures-core",
90
+ "pin-project-lite",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "async-stream"
95
+ version = "0.3.6"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
98
+ dependencies = [
99
+ "async-stream-impl",
100
+ "futures-core",
101
+ "pin-project-lite",
102
+ ]
103
+
104
+ [[package]]
105
+ name = "async-stream-impl"
106
+ version = "0.3.6"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
109
+ dependencies = [
110
+ "proc-macro2",
111
+ "quote",
112
+ "syn 2.0.118",
113
+ ]
114
+
115
+ [[package]]
116
+ name = "async-trait"
117
+ version = "0.1.91"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
120
+ dependencies = [
121
+ "proc-macro2",
122
+ "quote",
123
+ "syn 3.0.0",
124
+ ]
125
+
126
+ [[package]]
127
+ name = "atoi_simd"
128
+ version = "0.17.0"
129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
130
+ checksum = "8ad17c7c205c2c28b527b9845eeb91cf1b4d008b438f98ce0e628227a822758e"
131
+ dependencies = [
132
+ "debug_unsafe",
133
+ ]
134
+
135
+ [[package]]
136
+ name = "atomic-wait"
137
+ version = "1.1.0"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "a55b94919229f2c42292fd71ffa4b75e83193bffdd77b1e858cd55fd2d0b0ea8"
140
+ dependencies = [
141
+ "libc",
142
+ "windows-sys 0.42.0",
143
+ ]
144
+
145
+ [[package]]
146
+ name = "atomic-waker"
147
+ version = "1.1.2"
148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
149
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
150
+
151
+ [[package]]
152
+ name = "autocfg"
153
+ version = "1.5.1"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
156
+
157
+ [[package]]
158
+ name = "base64"
159
+ version = "0.22.1"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
162
+
163
+ [[package]]
164
+ name = "bincode"
165
+ version = "2.0.1"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
168
+ dependencies = [
169
+ "bincode_derive",
170
+ "serde",
171
+ "unty",
172
+ ]
173
+
174
+ [[package]]
175
+ name = "bincode_derive"
176
+ version = "2.0.1"
177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
178
+ checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
179
+ dependencies = [
180
+ "virtue",
181
+ ]
182
+
183
+ [[package]]
184
+ name = "bitflags"
185
+ version = "2.13.1"
186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
187
+ checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
188
+ dependencies = [
189
+ "serde_core",
190
+ ]
191
+
192
+ [[package]]
193
+ name = "blake3"
194
+ version = "1.8.5"
195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
196
+ checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
197
+ dependencies = [
198
+ "arrayref",
199
+ "arrayvec",
200
+ "cc",
201
+ "cfg-if",
202
+ "constant_time_eq",
203
+ "cpufeatures 0.3.0",
204
+ ]
205
+
206
+ [[package]]
207
+ name = "block-buffer"
208
+ version = "0.10.4"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
211
+ dependencies = [
212
+ "generic-array",
213
+ ]
214
+
215
+ [[package]]
216
+ name = "boxcar"
217
+ version = "0.2.14"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
220
+
221
+ [[package]]
222
+ name = "bumpalo"
223
+ version = "3.20.3"
224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
225
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
226
+
227
+ [[package]]
228
+ name = "bytemuck"
229
+ version = "1.25.1"
230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
231
+ checksum = "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424"
232
+ dependencies = [
233
+ "bytemuck_derive",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "bytemuck_derive"
238
+ version = "1.11.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5"
241
+ dependencies = [
242
+ "proc-macro2",
243
+ "quote",
244
+ "syn 2.0.118",
245
+ ]
246
+
247
+ [[package]]
248
+ name = "byteorder"
249
+ version = "1.5.0"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
252
+
253
+ [[package]]
254
+ name = "bytes"
255
+ version = "1.12.1"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
258
+ dependencies = [
259
+ "serde",
260
+ ]
261
+
262
+ [[package]]
263
+ name = "castaway"
264
+ version = "0.2.4"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
267
+ dependencies = [
268
+ "rustversion",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "cc"
273
+ version = "1.2.67"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "e17dd265a7d0f31ef544e1b20e03add05d3b45b491b633b10d67145d2acc1a38"
276
+ dependencies = [
277
+ "find-msvc-tools",
278
+ "jobserver",
279
+ "libc",
280
+ "shlex",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "cfg-if"
285
+ version = "1.0.4"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
288
+
289
+ [[package]]
290
+ name = "cfg_aliases"
291
+ version = "0.2.2"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
294
+
295
+ [[package]]
296
+ name = "chacha20"
297
+ version = "0.10.1"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
300
+ dependencies = [
301
+ "cfg-if",
302
+ "cpufeatures 0.3.0",
303
+ "rand_core 0.10.1",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "chrono"
308
+ version = "0.4.45"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
311
+ dependencies = [
312
+ "iana-time-zone",
313
+ "num-traits",
314
+ "serde",
315
+ "windows-link 0.2.1",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "chrono-tz"
320
+ version = "0.10.4"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
323
+ dependencies = [
324
+ "chrono",
325
+ "phf",
326
+ ]
327
+
328
+ [[package]]
329
+ name = "comfy-table"
330
+ version = "7.2.2"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
333
+ dependencies = [
334
+ "crossterm",
335
+ "unicode-segmentation",
336
+ "unicode-width",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "compact_str"
341
+ version = "0.9.1"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
344
+ dependencies = [
345
+ "castaway",
346
+ "cfg-if",
347
+ "itoa",
348
+ "rustversion",
349
+ "ryu",
350
+ "serde",
351
+ "static_assertions",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "concurrent-queue"
356
+ version = "2.5.0"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
359
+ dependencies = [
360
+ "crossbeam-utils",
361
+ ]
362
+
363
+ [[package]]
364
+ name = "constant_time_eq"
365
+ version = "0.4.2"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
368
+
369
+ [[package]]
370
+ name = "core-foundation"
371
+ version = "0.10.1"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
374
+ dependencies = [
375
+ "core-foundation-sys",
376
+ "libc",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "core-foundation-sys"
381
+ version = "0.8.7"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
384
+
385
+ [[package]]
386
+ name = "cpufeatures"
387
+ version = "0.2.17"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
390
+ dependencies = [
391
+ "libc",
392
+ ]
393
+
394
+ [[package]]
395
+ name = "cpufeatures"
396
+ version = "0.3.0"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
399
+ dependencies = [
400
+ "libc",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "crc32fast"
405
+ version = "1.5.0"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
408
+ dependencies = [
409
+ "cfg-if",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "crossbeam"
414
+ version = "0.8.4"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
417
+ dependencies = [
418
+ "crossbeam-channel",
419
+ "crossbeam-deque",
420
+ "crossbeam-epoch",
421
+ "crossbeam-queue",
422
+ "crossbeam-utils",
423
+ ]
424
+
425
+ [[package]]
426
+ name = "crossbeam-channel"
427
+ version = "0.5.16"
428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
429
+ checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
430
+ dependencies = [
431
+ "crossbeam-utils",
432
+ ]
433
+
434
+ [[package]]
435
+ name = "crossbeam-deque"
436
+ version = "0.8.7"
437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
438
+ checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
439
+ dependencies = [
440
+ "crossbeam-epoch",
441
+ "crossbeam-utils",
442
+ ]
443
+
444
+ [[package]]
445
+ name = "crossbeam-epoch"
446
+ version = "0.9.20"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
449
+ dependencies = [
450
+ "crossbeam-utils",
451
+ ]
452
+
453
+ [[package]]
454
+ name = "crossbeam-queue"
455
+ version = "0.3.13"
456
+ source = "registry+https://github.com/rust-lang/crates.io-index"
457
+ checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
458
+ dependencies = [
459
+ "crossbeam-utils",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "crossbeam-utils"
464
+ version = "0.8.22"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
467
+
468
+ [[package]]
469
+ name = "crossterm"
470
+ version = "0.29.0"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
473
+ dependencies = [
474
+ "bitflags",
475
+ "crossterm_winapi",
476
+ "document-features",
477
+ "parking_lot",
478
+ "rustix",
479
+ "winapi",
480
+ ]
481
+
482
+ [[package]]
483
+ name = "crossterm_winapi"
484
+ version = "0.9.1"
485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
486
+ checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
487
+ dependencies = [
488
+ "winapi",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "crunchy"
493
+ version = "0.2.4"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
496
+
497
+ [[package]]
498
+ name = "crypto-common"
499
+ version = "0.1.7"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
502
+ dependencies = [
503
+ "generic-array",
504
+ "typenum",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "debug_unsafe"
509
+ version = "0.1.4"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "7eed2c4702fa172d1ce21078faa7c5203e69f5394d48cc436d25928394a867a2"
512
+
513
+ [[package]]
514
+ name = "defer"
515
+ version = "0.2.1"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "930c7171c8df9fb1782bdf9b918ed9ed2d33d1d22300abb754f9085bc48bf8e8"
518
+
519
+ [[package]]
520
+ name = "digest"
521
+ version = "0.10.7"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
524
+ dependencies = [
525
+ "block-buffer",
526
+ "crypto-common",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "displaydoc"
531
+ version = "0.2.6"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
534
+ dependencies = [
535
+ "proc-macro2",
536
+ "quote",
537
+ "syn 2.0.118",
538
+ ]
539
+
540
+ [[package]]
541
+ name = "document-features"
542
+ version = "0.2.12"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
545
+ dependencies = [
546
+ "litrs",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "dyn-clone"
551
+ version = "1.0.20"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
554
+
555
+ [[package]]
556
+ name = "dyn-stack"
557
+ version = "0.13.2"
558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
559
+ checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
560
+ dependencies = [
561
+ "bytemuck",
562
+ "dyn-stack-macros",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "dyn-stack-macros"
567
+ version = "0.1.3"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
570
+
571
+ [[package]]
572
+ name = "either"
573
+ version = "1.16.0"
574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
575
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
576
+
577
+ [[package]]
578
+ name = "engine"
579
+ version = "0.1.0"
580
+ dependencies = [
581
+ "faer",
582
+ "statrs",
583
+ "thiserror 2.0.18",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "engine_pybind"
588
+ version = "0.1.0"
589
+ dependencies = [
590
+ "engine",
591
+ "faer",
592
+ "polars",
593
+ "pyo3",
594
+ "pyo3-polars",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "enum-as-inner"
599
+ version = "0.6.1"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
602
+ dependencies = [
603
+ "heck",
604
+ "proc-macro2",
605
+ "quote",
606
+ "syn 2.0.118",
607
+ ]
608
+
609
+ [[package]]
610
+ name = "equator"
611
+ version = "0.2.2"
612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
613
+ checksum = "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea"
614
+ dependencies = [
615
+ "equator-macro 0.2.1",
616
+ ]
617
+
618
+ [[package]]
619
+ name = "equator"
620
+ version = "0.4.2"
621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
622
+ checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
623
+ dependencies = [
624
+ "equator-macro 0.4.2",
625
+ ]
626
+
627
+ [[package]]
628
+ name = "equator"
629
+ version = "0.6.0"
630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
631
+ checksum = "02da895aab06bbebefb6b2595f6d637b18c9ff629b4cd840965bb3164e4194b0"
632
+ dependencies = [
633
+ "equator-macro 0.6.0",
634
+ ]
635
+
636
+ [[package]]
637
+ name = "equator-macro"
638
+ version = "0.2.1"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc"
641
+ dependencies = [
642
+ "proc-macro2",
643
+ "quote",
644
+ "syn 2.0.118",
645
+ ]
646
+
647
+ [[package]]
648
+ name = "equator-macro"
649
+ version = "0.4.2"
650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
651
+ checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
652
+ dependencies = [
653
+ "proc-macro2",
654
+ "quote",
655
+ "syn 2.0.118",
656
+ ]
657
+
658
+ [[package]]
659
+ name = "equator-macro"
660
+ version = "0.6.0"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "2b14b339eb76d07f052cdbad76ca7c1310e56173a138095d3bf42a23c06ef5d8"
663
+
664
+ [[package]]
665
+ name = "equivalent"
666
+ version = "1.0.2"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
669
+
670
+ [[package]]
671
+ name = "errno"
672
+ version = "0.3.14"
673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
674
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
675
+ dependencies = [
676
+ "libc",
677
+ "windows-sys 0.61.2",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "ethnum"
682
+ version = "1.5.3"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "40404c3f5f511ec4da6fe866ddf6a717c309fdbb69fbbad7b0f3edab8f2e835f"
685
+
686
+ [[package]]
687
+ name = "event-listener"
688
+ version = "5.4.1"
689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
690
+ checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
691
+ dependencies = [
692
+ "concurrent-queue",
693
+ "parking",
694
+ "pin-project-lite",
695
+ ]
696
+
697
+ [[package]]
698
+ name = "event-listener-strategy"
699
+ version = "0.5.4"
700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
701
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
702
+ dependencies = [
703
+ "event-listener",
704
+ "pin-project-lite",
705
+ ]
706
+
707
+ [[package]]
708
+ name = "faer"
709
+ version = "0.24.4"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "5ab6df3dd147fe8d702a288b95bcd8fcc499ab572fc80da6828f60cd4d524d67"
712
+ dependencies = [
713
+ "bytemuck",
714
+ "dyn-stack",
715
+ "equator 0.6.0",
716
+ "faer-traits",
717
+ "gemm",
718
+ "generativity",
719
+ "libm",
720
+ "nano-gemm",
721
+ "npyz",
722
+ "num-complex",
723
+ "num-traits",
724
+ "private-gemm-x86",
725
+ "pulp",
726
+ "rand 0.9.5",
727
+ "rand_distr",
728
+ "rayon",
729
+ "reborrow",
730
+ "spindle",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "faer-traits"
735
+ version = "0.24.0"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "b87d23ed7ab1f26c0cba0e5b9e061a796fbb7dc170fa8bee6970055a1308bb0f"
738
+ dependencies = [
739
+ "bytemuck",
740
+ "dyn-stack",
741
+ "generativity",
742
+ "libm",
743
+ "num-complex",
744
+ "num-traits",
745
+ "pulp",
746
+ "qd",
747
+ "reborrow",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "fallible-streaming-iterator"
752
+ version = "0.1.9"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
755
+
756
+ [[package]]
757
+ name = "fast-float2"
758
+ version = "0.2.3"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55"
761
+
762
+ [[package]]
763
+ name = "fastrand"
764
+ version = "2.4.1"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
767
+
768
+ [[package]]
769
+ name = "find-msvc-tools"
770
+ version = "0.1.9"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
773
+
774
+ [[package]]
775
+ name = "flate2"
776
+ version = "1.1.9"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
779
+ dependencies = [
780
+ "crc32fast",
781
+ "miniz_oxide",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "fnv"
786
+ version = "1.0.7"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
789
+
790
+ [[package]]
791
+ name = "foldhash"
792
+ version = "0.1.5"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
795
+
796
+ [[package]]
797
+ name = "foldhash"
798
+ version = "0.2.0"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
801
+
802
+ [[package]]
803
+ name = "form_urlencoded"
804
+ version = "1.2.2"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
807
+ dependencies = [
808
+ "percent-encoding",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "fs4"
813
+ version = "0.13.1"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
816
+ dependencies = [
817
+ "rustix",
818
+ "windows-sys 0.59.0",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "futures"
823
+ version = "0.3.33"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
826
+ dependencies = [
827
+ "futures-channel",
828
+ "futures-core",
829
+ "futures-executor",
830
+ "futures-io",
831
+ "futures-sink",
832
+ "futures-task",
833
+ "futures-util",
834
+ ]
835
+
836
+ [[package]]
837
+ name = "futures-channel"
838
+ version = "0.3.33"
839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
840
+ checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
841
+ dependencies = [
842
+ "futures-core",
843
+ "futures-sink",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "futures-core"
848
+ version = "0.3.33"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
851
+
852
+ [[package]]
853
+ name = "futures-executor"
854
+ version = "0.3.33"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
857
+ dependencies = [
858
+ "futures-core",
859
+ "futures-task",
860
+ "futures-util",
861
+ ]
862
+
863
+ [[package]]
864
+ name = "futures-io"
865
+ version = "0.3.33"
866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
867
+ checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
868
+
869
+ [[package]]
870
+ name = "futures-macro"
871
+ version = "0.3.33"
872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
873
+ checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
874
+ dependencies = [
875
+ "proc-macro2",
876
+ "quote",
877
+ "syn 2.0.118",
878
+ ]
879
+
880
+ [[package]]
881
+ name = "futures-sink"
882
+ version = "0.3.33"
883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
884
+ checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
885
+
886
+ [[package]]
887
+ name = "futures-task"
888
+ version = "0.3.33"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
891
+
892
+ [[package]]
893
+ name = "futures-util"
894
+ version = "0.3.33"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
897
+ dependencies = [
898
+ "futures-channel",
899
+ "futures-core",
900
+ "futures-io",
901
+ "futures-macro",
902
+ "futures-sink",
903
+ "futures-task",
904
+ "memchr",
905
+ "pin-project-lite",
906
+ "slab",
907
+ ]
908
+
909
+ [[package]]
910
+ name = "gemm"
911
+ version = "0.19.0"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "aa0673db364b12263d103b68337a68fbecc541d6f6b61ba72fe438654709eacb"
914
+ dependencies = [
915
+ "dyn-stack",
916
+ "gemm-c32",
917
+ "gemm-c64",
918
+ "gemm-common",
919
+ "gemm-f16",
920
+ "gemm-f32",
921
+ "gemm-f64",
922
+ "num-complex",
923
+ "num-traits",
924
+ "paste",
925
+ "raw-cpuid",
926
+ "seq-macro",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "gemm-c32"
931
+ version = "0.19.0"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "086936dbdcb99e37aad81d320f98f670e53c1e55a98bee70573e83f95beb128c"
934
+ dependencies = [
935
+ "dyn-stack",
936
+ "gemm-common",
937
+ "num-complex",
938
+ "num-traits",
939
+ "paste",
940
+ "raw-cpuid",
941
+ "seq-macro",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "gemm-c64"
946
+ version = "0.19.0"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "20c8aeeeec425959bda4d9827664029ba1501a90a0d1e6228e48bef741db3a3f"
949
+ dependencies = [
950
+ "dyn-stack",
951
+ "gemm-common",
952
+ "num-complex",
953
+ "num-traits",
954
+ "paste",
955
+ "raw-cpuid",
956
+ "seq-macro",
957
+ ]
958
+
959
+ [[package]]
960
+ name = "gemm-common"
961
+ version = "0.19.0"
962
+ source = "registry+https://github.com/rust-lang/crates.io-index"
963
+ checksum = "88027625910cc9b1085aaaa1c4bc46bb3a36aad323452b33c25b5e4e7c8e2a3e"
964
+ dependencies = [
965
+ "bytemuck",
966
+ "dyn-stack",
967
+ "half",
968
+ "libm",
969
+ "num-complex",
970
+ "num-traits",
971
+ "once_cell",
972
+ "paste",
973
+ "pulp",
974
+ "raw-cpuid",
975
+ "rayon",
976
+ "seq-macro",
977
+ "sysctl",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "gemm-f16"
982
+ version = "0.19.0"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "e3df7a55202e6cd6739d82ae3399c8e0c7e1402859b30e4cb780e61525d9486e"
985
+ dependencies = [
986
+ "dyn-stack",
987
+ "gemm-common",
988
+ "gemm-f32",
989
+ "half",
990
+ "num-complex",
991
+ "num-traits",
992
+ "paste",
993
+ "raw-cpuid",
994
+ "rayon",
995
+ "seq-macro",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "gemm-f32"
1000
+ version = "0.19.0"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "02e0b8c9da1fbec6e3e3ab2ce6bc259ef18eb5f6f0d3e4edf54b75f9fd41a81c"
1003
+ dependencies = [
1004
+ "dyn-stack",
1005
+ "gemm-common",
1006
+ "num-complex",
1007
+ "num-traits",
1008
+ "paste",
1009
+ "raw-cpuid",
1010
+ "seq-macro",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "gemm-f64"
1015
+ version = "0.19.0"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "056131e8f2a521bfab322f804ccd652520c79700d81209e9d9275bbdecaadc6a"
1018
+ dependencies = [
1019
+ "dyn-stack",
1020
+ "gemm-common",
1021
+ "num-complex",
1022
+ "num-traits",
1023
+ "paste",
1024
+ "raw-cpuid",
1025
+ "seq-macro",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "generativity"
1030
+ version = "1.2.1"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "d2c81fb5260e37854d09d5c87183309fd8c555b75289427884b25660bc87a85e"
1033
+
1034
+ [[package]]
1035
+ name = "generator"
1036
+ version = "0.8.9"
1037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1038
+ checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
1039
+ dependencies = [
1040
+ "cc",
1041
+ "cfg-if",
1042
+ "libc",
1043
+ "log",
1044
+ "rustversion",
1045
+ "windows-link 0.2.1",
1046
+ "windows-result 0.4.1",
1047
+ ]
1048
+
1049
+ [[package]]
1050
+ name = "generic-array"
1051
+ version = "0.14.7"
1052
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1053
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1054
+ dependencies = [
1055
+ "typenum",
1056
+ "version_check",
1057
+ ]
1058
+
1059
+ [[package]]
1060
+ name = "getrandom"
1061
+ version = "0.2.17"
1062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1063
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1064
+ dependencies = [
1065
+ "cfg-if",
1066
+ "js-sys",
1067
+ "libc",
1068
+ "wasi",
1069
+ "wasm-bindgen",
1070
+ ]
1071
+
1072
+ [[package]]
1073
+ name = "getrandom"
1074
+ version = "0.3.4"
1075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1076
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1077
+ dependencies = [
1078
+ "cfg-if",
1079
+ "js-sys",
1080
+ "libc",
1081
+ "r-efi 5.3.0",
1082
+ "wasip2",
1083
+ "wasm-bindgen",
1084
+ ]
1085
+
1086
+ [[package]]
1087
+ name = "getrandom"
1088
+ version = "0.4.3"
1089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1090
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
1091
+ dependencies = [
1092
+ "cfg-if",
1093
+ "js-sys",
1094
+ "libc",
1095
+ "r-efi 6.0.0",
1096
+ "rand_core 0.10.1",
1097
+ "wasm-bindgen",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "glob"
1102
+ version = "0.3.3"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1105
+
1106
+ [[package]]
1107
+ name = "h2"
1108
+ version = "0.4.15"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
1111
+ dependencies = [
1112
+ "atomic-waker",
1113
+ "bytes",
1114
+ "fnv",
1115
+ "futures-core",
1116
+ "futures-sink",
1117
+ "http",
1118
+ "indexmap",
1119
+ "slab",
1120
+ "tokio",
1121
+ "tokio-util",
1122
+ "tracing",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "half"
1127
+ version = "2.7.1"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1130
+ dependencies = [
1131
+ "bytemuck",
1132
+ "cfg-if",
1133
+ "crunchy",
1134
+ "num-traits",
1135
+ "serde",
1136
+ "zerocopy",
1137
+ ]
1138
+
1139
+ [[package]]
1140
+ name = "hashbrown"
1141
+ version = "0.15.5"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1144
+ dependencies = [
1145
+ "allocator-api2",
1146
+ "equivalent",
1147
+ "foldhash 0.1.5",
1148
+ ]
1149
+
1150
+ [[package]]
1151
+ name = "hashbrown"
1152
+ version = "0.16.1"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1155
+ dependencies = [
1156
+ "allocator-api2",
1157
+ "equivalent",
1158
+ "foldhash 0.2.0",
1159
+ "rayon",
1160
+ "serde",
1161
+ "serde_core",
1162
+ ]
1163
+
1164
+ [[package]]
1165
+ name = "hashbrown"
1166
+ version = "0.17.1"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1169
+
1170
+ [[package]]
1171
+ name = "heck"
1172
+ version = "0.5.0"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1175
+
1176
+ [[package]]
1177
+ name = "hermit-abi"
1178
+ version = "0.5.2"
1179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1180
+ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1181
+
1182
+ [[package]]
1183
+ name = "hex"
1184
+ version = "0.4.3"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1187
+
1188
+ [[package]]
1189
+ name = "home"
1190
+ version = "0.5.12"
1191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1192
+ checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
1193
+ dependencies = [
1194
+ "windows-sys 0.61.2",
1195
+ ]
1196
+
1197
+ [[package]]
1198
+ name = "http"
1199
+ version = "1.4.2"
1200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1201
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
1202
+ dependencies = [
1203
+ "bytes",
1204
+ "itoa",
1205
+ ]
1206
+
1207
+ [[package]]
1208
+ name = "http-body"
1209
+ version = "1.1.0"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
1212
+ dependencies = [
1213
+ "bytes",
1214
+ "http",
1215
+ ]
1216
+
1217
+ [[package]]
1218
+ name = "http-body-util"
1219
+ version = "0.1.4"
1220
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1221
+ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
1222
+ dependencies = [
1223
+ "bytes",
1224
+ "futures-core",
1225
+ "http",
1226
+ "http-body",
1227
+ "pin-project-lite",
1228
+ ]
1229
+
1230
+ [[package]]
1231
+ name = "httparse"
1232
+ version = "1.10.1"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1235
+
1236
+ [[package]]
1237
+ name = "humantime"
1238
+ version = "2.4.0"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
1241
+
1242
+ [[package]]
1243
+ name = "hyper"
1244
+ version = "1.10.1"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
1247
+ dependencies = [
1248
+ "atomic-waker",
1249
+ "bytes",
1250
+ "futures-channel",
1251
+ "futures-core",
1252
+ "h2",
1253
+ "http",
1254
+ "http-body",
1255
+ "httparse",
1256
+ "itoa",
1257
+ "pin-project-lite",
1258
+ "smallvec",
1259
+ "tokio",
1260
+ "want",
1261
+ ]
1262
+
1263
+ [[package]]
1264
+ name = "hyper-rustls"
1265
+ version = "0.27.9"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1268
+ dependencies = [
1269
+ "http",
1270
+ "hyper",
1271
+ "hyper-util",
1272
+ "rustls",
1273
+ "rustls-native-certs",
1274
+ "tokio",
1275
+ "tokio-rustls",
1276
+ "tower-service",
1277
+ ]
1278
+
1279
+ [[package]]
1280
+ name = "hyper-util"
1281
+ version = "0.1.20"
1282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1283
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1284
+ dependencies = [
1285
+ "base64",
1286
+ "bytes",
1287
+ "futures-channel",
1288
+ "futures-util",
1289
+ "http",
1290
+ "http-body",
1291
+ "hyper",
1292
+ "ipnet",
1293
+ "libc",
1294
+ "percent-encoding",
1295
+ "pin-project-lite",
1296
+ "socket2",
1297
+ "tokio",
1298
+ "tower-service",
1299
+ "tracing",
1300
+ ]
1301
+
1302
+ [[package]]
1303
+ name = "iana-time-zone"
1304
+ version = "0.1.65"
1305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1306
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1307
+ dependencies = [
1308
+ "android_system_properties",
1309
+ "core-foundation-sys",
1310
+ "iana-time-zone-haiku",
1311
+ "js-sys",
1312
+ "log",
1313
+ "wasm-bindgen",
1314
+ "windows-core 0.62.2",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "iana-time-zone-haiku"
1319
+ version = "0.1.2"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1322
+ dependencies = [
1323
+ "cc",
1324
+ ]
1325
+
1326
+ [[package]]
1327
+ name = "icu_collections"
1328
+ version = "2.2.0"
1329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1330
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1331
+ dependencies = [
1332
+ "displaydoc",
1333
+ "potential_utf",
1334
+ "utf8_iter",
1335
+ "yoke",
1336
+ "zerofrom",
1337
+ "zerovec",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "icu_locale_core"
1342
+ version = "2.2.0"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1345
+ dependencies = [
1346
+ "displaydoc",
1347
+ "litemap",
1348
+ "tinystr",
1349
+ "writeable",
1350
+ "zerovec",
1351
+ ]
1352
+
1353
+ [[package]]
1354
+ name = "icu_normalizer"
1355
+ version = "2.2.0"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1358
+ dependencies = [
1359
+ "icu_collections",
1360
+ "icu_normalizer_data",
1361
+ "icu_properties",
1362
+ "icu_provider",
1363
+ "smallvec",
1364
+ "zerovec",
1365
+ ]
1366
+
1367
+ [[package]]
1368
+ name = "icu_normalizer_data"
1369
+ version = "2.2.0"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1372
+
1373
+ [[package]]
1374
+ name = "icu_properties"
1375
+ version = "2.2.0"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1378
+ dependencies = [
1379
+ "icu_collections",
1380
+ "icu_locale_core",
1381
+ "icu_properties_data",
1382
+ "icu_provider",
1383
+ "zerotrie",
1384
+ "zerovec",
1385
+ ]
1386
+
1387
+ [[package]]
1388
+ name = "icu_properties_data"
1389
+ version = "2.2.0"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1392
+
1393
+ [[package]]
1394
+ name = "icu_provider"
1395
+ version = "2.2.0"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1398
+ dependencies = [
1399
+ "displaydoc",
1400
+ "icu_locale_core",
1401
+ "writeable",
1402
+ "yoke",
1403
+ "zerofrom",
1404
+ "zerotrie",
1405
+ "zerovec",
1406
+ ]
1407
+
1408
+ [[package]]
1409
+ name = "idna"
1410
+ version = "1.1.0"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1413
+ dependencies = [
1414
+ "idna_adapter",
1415
+ "smallvec",
1416
+ "utf8_iter",
1417
+ ]
1418
+
1419
+ [[package]]
1420
+ name = "idna_adapter"
1421
+ version = "1.2.2"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1424
+ dependencies = [
1425
+ "icu_normalizer",
1426
+ "icu_properties",
1427
+ ]
1428
+
1429
+ [[package]]
1430
+ name = "indexmap"
1431
+ version = "2.14.0"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1434
+ dependencies = [
1435
+ "equivalent",
1436
+ "hashbrown 0.17.1",
1437
+ "serde",
1438
+ "serde_core",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "interpol"
1443
+ version = "0.2.1"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "eb58032ba748f4010d15912a1855a8a0b1ba9eaad3395b0c171c09b3b356ae50"
1446
+ dependencies = [
1447
+ "proc-macro2",
1448
+ "quote",
1449
+ "syn 1.0.109",
1450
+ ]
1451
+
1452
+ [[package]]
1453
+ name = "ipnet"
1454
+ version = "2.12.0"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1457
+
1458
+ [[package]]
1459
+ name = "itertools"
1460
+ version = "0.14.0"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1463
+ dependencies = [
1464
+ "either",
1465
+ ]
1466
+
1467
+ [[package]]
1468
+ name = "itoa"
1469
+ version = "1.0.18"
1470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1471
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1472
+
1473
+ [[package]]
1474
+ name = "jobserver"
1475
+ version = "0.1.35"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
1478
+ dependencies = [
1479
+ "getrandom 0.4.3",
1480
+ "libc",
1481
+ ]
1482
+
1483
+ [[package]]
1484
+ name = "js-sys"
1485
+ version = "0.3.103"
1486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1487
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1488
+ dependencies = [
1489
+ "cfg-if",
1490
+ "futures-util",
1491
+ "wasm-bindgen",
1492
+ ]
1493
+
1494
+ [[package]]
1495
+ name = "lazy_static"
1496
+ version = "1.5.0"
1497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1499
+
1500
+ [[package]]
1501
+ name = "libc"
1502
+ version = "0.2.186"
1503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1505
+
1506
+ [[package]]
1507
+ name = "libm"
1508
+ version = "0.2.16"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1511
+
1512
+ [[package]]
1513
+ name = "linux-raw-sys"
1514
+ version = "0.12.1"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1517
+
1518
+ [[package]]
1519
+ name = "litemap"
1520
+ version = "0.8.2"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1523
+
1524
+ [[package]]
1525
+ name = "litrs"
1526
+ version = "1.0.0"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1529
+
1530
+ [[package]]
1531
+ name = "lock_api"
1532
+ version = "0.4.14"
1533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1534
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1535
+ dependencies = [
1536
+ "scopeguard",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "log"
1541
+ version = "0.4.33"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1544
+
1545
+ [[package]]
1546
+ name = "loom"
1547
+ version = "0.7.2"
1548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1549
+ checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1550
+ dependencies = [
1551
+ "cfg-if",
1552
+ "generator",
1553
+ "scoped-tls",
1554
+ "tracing",
1555
+ "tracing-subscriber",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "lru-slab"
1560
+ version = "0.1.2"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1563
+
1564
+ [[package]]
1565
+ name = "lz4"
1566
+ version = "1.28.1"
1567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1568
+ checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
1569
+ dependencies = [
1570
+ "lz4-sys",
1571
+ ]
1572
+
1573
+ [[package]]
1574
+ name = "lz4-sys"
1575
+ version = "1.11.1+lz4-1.10.0"
1576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+ checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
1578
+ dependencies = [
1579
+ "cc",
1580
+ "libc",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "matchers"
1585
+ version = "0.2.0"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1588
+ dependencies = [
1589
+ "regex-automata",
1590
+ ]
1591
+
1592
+ [[package]]
1593
+ name = "memchr"
1594
+ version = "2.8.3"
1595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1596
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1597
+
1598
+ [[package]]
1599
+ name = "memmap2"
1600
+ version = "0.9.11"
1601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1602
+ checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
1603
+ dependencies = [
1604
+ "libc",
1605
+ ]
1606
+
1607
+ [[package]]
1608
+ name = "miniz_oxide"
1609
+ version = "0.8.9"
1610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1611
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1612
+ dependencies = [
1613
+ "adler2",
1614
+ "simd-adler32",
1615
+ ]
1616
+
1617
+ [[package]]
1618
+ name = "mio"
1619
+ version = "1.2.2"
1620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1621
+ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
1622
+ dependencies = [
1623
+ "libc",
1624
+ "wasi",
1625
+ "windows-sys 0.61.2",
1626
+ ]
1627
+
1628
+ [[package]]
1629
+ name = "nano-gemm"
1630
+ version = "0.2.2"
1631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1632
+ checksum = "9e04345dc84b498ff89fe0d38543d1f170da9e43a2c2bcee73a0f9069f72d081"
1633
+ dependencies = [
1634
+ "equator 0.2.2",
1635
+ "nano-gemm-c32",
1636
+ "nano-gemm-c64",
1637
+ "nano-gemm-codegen",
1638
+ "nano-gemm-core",
1639
+ "nano-gemm-f32",
1640
+ "nano-gemm-f64",
1641
+ "num-complex",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "nano-gemm-c32"
1646
+ version = "0.2.1"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "0775b1e2520e64deee8fc78b7732e3091fb7585017c0b0f9f4b451757bbbc562"
1649
+ dependencies = [
1650
+ "nano-gemm-codegen",
1651
+ "nano-gemm-core",
1652
+ "num-complex",
1653
+ ]
1654
+
1655
+ [[package]]
1656
+ name = "nano-gemm-c64"
1657
+ version = "0.2.1"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "9af49a20d58816e6b5ee65f64142e50edb5eba152678d4bb7377fcbf63f8437a"
1660
+ dependencies = [
1661
+ "nano-gemm-codegen",
1662
+ "nano-gemm-core",
1663
+ "num-complex",
1664
+ ]
1665
+
1666
+ [[package]]
1667
+ name = "nano-gemm-codegen"
1668
+ version = "0.2.1"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "6cc8d495c791627779477a2cf5df60049f5b165342610eb0d76bee5ff5c5d74c"
1671
+
1672
+ [[package]]
1673
+ name = "nano-gemm-core"
1674
+ version = "0.2.1"
1675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+ checksum = "d998dfa644de87a0f8660e5ea511d7cb5c33b5a2d9847b7af57a2565105089f0"
1677
+
1678
+ [[package]]
1679
+ name = "nano-gemm-f32"
1680
+ version = "0.2.1"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "879d962e79bc8952e4ad21ca4845a21132540ed3f5e01184b2ff7f720e666523"
1683
+ dependencies = [
1684
+ "nano-gemm-codegen",
1685
+ "nano-gemm-core",
1686
+ ]
1687
+
1688
+ [[package]]
1689
+ name = "nano-gemm-f64"
1690
+ version = "0.2.1"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "b9a513473dce7dc00c7e7c318481ca4494034e76997218d8dad51bd9f007a815"
1693
+ dependencies = [
1694
+ "nano-gemm-codegen",
1695
+ "nano-gemm-core",
1696
+ ]
1697
+
1698
+ [[package]]
1699
+ name = "now"
1700
+ version = "0.1.3"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
1703
+ dependencies = [
1704
+ "chrono",
1705
+ ]
1706
+
1707
+ [[package]]
1708
+ name = "npyz"
1709
+ version = "0.8.4"
1710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+ checksum = "9f0e759e014e630f90af745101b614f761306ddc541681e546649068e25ec1b9"
1712
+ dependencies = [
1713
+ "byteorder",
1714
+ "num-bigint",
1715
+ "py_literal",
1716
+ ]
1717
+
1718
+ [[package]]
1719
+ name = "ntapi"
1720
+ version = "0.4.3"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
1723
+ dependencies = [
1724
+ "winapi",
1725
+ ]
1726
+
1727
+ [[package]]
1728
+ name = "nu-ansi-term"
1729
+ version = "0.50.3"
1730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1731
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1732
+ dependencies = [
1733
+ "windows-sys 0.61.2",
1734
+ ]
1735
+
1736
+ [[package]]
1737
+ name = "num-bigint"
1738
+ version = "0.4.8"
1739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
1741
+ dependencies = [
1742
+ "num-integer",
1743
+ "num-traits",
1744
+ ]
1745
+
1746
+ [[package]]
1747
+ name = "num-complex"
1748
+ version = "0.4.6"
1749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1750
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
1751
+ dependencies = [
1752
+ "bytemuck",
1753
+ "num-traits",
1754
+ "rand 0.8.7",
1755
+ ]
1756
+
1757
+ [[package]]
1758
+ name = "num-derive"
1759
+ version = "0.4.2"
1760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1761
+ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1762
+ dependencies = [
1763
+ "proc-macro2",
1764
+ "quote",
1765
+ "syn 2.0.118",
1766
+ ]
1767
+
1768
+ [[package]]
1769
+ name = "num-integer"
1770
+ version = "0.1.46"
1771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1772
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1773
+ dependencies = [
1774
+ "num-traits",
1775
+ ]
1776
+
1777
+ [[package]]
1778
+ name = "num-traits"
1779
+ version = "0.2.19"
1780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1781
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1782
+ dependencies = [
1783
+ "autocfg",
1784
+ "libm",
1785
+ ]
1786
+
1787
+ [[package]]
1788
+ name = "num_cpus"
1789
+ version = "1.17.0"
1790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1791
+ checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1792
+ dependencies = [
1793
+ "hermit-abi",
1794
+ "libc",
1795
+ ]
1796
+
1797
+ [[package]]
1798
+ name = "objc2-core-foundation"
1799
+ version = "0.3.2"
1800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1801
+ checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
1802
+ dependencies = [
1803
+ "bitflags",
1804
+ ]
1805
+
1806
+ [[package]]
1807
+ name = "objc2-io-kit"
1808
+ version = "0.3.2"
1809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1810
+ checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
1811
+ dependencies = [
1812
+ "libc",
1813
+ "objc2-core-foundation",
1814
+ ]
1815
+
1816
+ [[package]]
1817
+ name = "object"
1818
+ version = "0.37.3"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1821
+ dependencies = [
1822
+ "memchr",
1823
+ ]
1824
+
1825
+ [[package]]
1826
+ name = "object_store"
1827
+ version = "0.13.2"
1828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1829
+ checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49"
1830
+ dependencies = [
1831
+ "async-trait",
1832
+ "base64",
1833
+ "bytes",
1834
+ "chrono",
1835
+ "form_urlencoded",
1836
+ "futures-channel",
1837
+ "futures-core",
1838
+ "futures-util",
1839
+ "http",
1840
+ "http-body-util",
1841
+ "humantime",
1842
+ "hyper",
1843
+ "itertools",
1844
+ "parking_lot",
1845
+ "percent-encoding",
1846
+ "quick-xml",
1847
+ "rand 0.10.2",
1848
+ "reqwest",
1849
+ "ring",
1850
+ "serde",
1851
+ "serde_json",
1852
+ "serde_urlencoded",
1853
+ "thiserror 2.0.18",
1854
+ "tokio",
1855
+ "tracing",
1856
+ "url",
1857
+ "walkdir",
1858
+ "wasm-bindgen-futures",
1859
+ "web-time",
1860
+ ]
1861
+
1862
+ [[package]]
1863
+ name = "once_cell"
1864
+ version = "1.21.4"
1865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1866
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1867
+
1868
+ [[package]]
1869
+ name = "openssl-probe"
1870
+ version = "0.2.1"
1871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1872
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1873
+
1874
+ [[package]]
1875
+ name = "parking"
1876
+ version = "2.2.1"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1879
+
1880
+ [[package]]
1881
+ name = "parking_lot"
1882
+ version = "0.12.5"
1883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1884
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1885
+ dependencies = [
1886
+ "lock_api",
1887
+ "parking_lot_core",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "parking_lot_core"
1892
+ version = "0.9.12"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1895
+ dependencies = [
1896
+ "cfg-if",
1897
+ "libc",
1898
+ "redox_syscall",
1899
+ "smallvec",
1900
+ "windows-link 0.2.1",
1901
+ ]
1902
+
1903
+ [[package]]
1904
+ name = "paste"
1905
+ version = "1.0.15"
1906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1907
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1908
+
1909
+ [[package]]
1910
+ name = "percent-encoding"
1911
+ version = "2.3.2"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1914
+
1915
+ [[package]]
1916
+ name = "pest"
1917
+ version = "2.8.7"
1918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1919
+ checksum = "47627dd7305c6a2d6c8c6bcd24c5a4c17dbbf425f4f9c5313e724b38fc9782e9"
1920
+ dependencies = [
1921
+ "memchr",
1922
+ "ucd-trie",
1923
+ ]
1924
+
1925
+ [[package]]
1926
+ name = "pest_derive"
1927
+ version = "2.8.7"
1928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1929
+ checksum = "4b4254325ecad416ab689e27ba51da03ba01a9632bc6e108f5fe7c3c4ad29d58"
1930
+ dependencies = [
1931
+ "pest",
1932
+ "pest_generator",
1933
+ ]
1934
+
1935
+ [[package]]
1936
+ name = "pest_generator"
1937
+ version = "2.8.7"
1938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
+ checksum = "6c4c0e91ead7a8f7acecbca6f003fc2e8282b1dbe2dd9c9d2f16aba42995e0a7"
1940
+ dependencies = [
1941
+ "pest",
1942
+ "pest_meta",
1943
+ "proc-macro2",
1944
+ "quote",
1945
+ "syn 2.0.118",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "pest_meta"
1950
+ version = "2.8.7"
1951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1952
+ checksum = "f9744bc48116fee06334924bb5f2bad41eed5e89bd26e29b0b799f9a3f82c210"
1953
+ dependencies = [
1954
+ "pest",
1955
+ ]
1956
+
1957
+ [[package]]
1958
+ name = "phf"
1959
+ version = "0.12.1"
1960
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1961
+ checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
1962
+ dependencies = [
1963
+ "phf_shared",
1964
+ ]
1965
+
1966
+ [[package]]
1967
+ name = "phf_shared"
1968
+ version = "0.12.1"
1969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1970
+ checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
1971
+ dependencies = [
1972
+ "siphasher",
1973
+ ]
1974
+
1975
+ [[package]]
1976
+ name = "pin-project-lite"
1977
+ version = "0.2.17"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1980
+
1981
+ [[package]]
1982
+ name = "pkg-config"
1983
+ version = "0.3.33"
1984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1985
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1986
+
1987
+ [[package]]
1988
+ name = "planus"
1989
+ version = "1.1.1"
1990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1991
+ checksum = "3daf8e3d4b712abe1d690838f6e29fb76b76ea19589c4afa39ec30e12f62af71"
1992
+ dependencies = [
1993
+ "array-init-cursor",
1994
+ "hashbrown 0.15.5",
1995
+ ]
1996
+
1997
+ [[package]]
1998
+ name = "polars"
1999
+ version = "0.54.4"
2000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2001
+ checksum = "82f1f122456ec136102033b13f71905b7c3f01e526642679c86aace9f9cdefde"
2002
+ dependencies = [
2003
+ "getrandom 0.2.17",
2004
+ "getrandom 0.3.4",
2005
+ "polars-arrow",
2006
+ "polars-buffer",
2007
+ "polars-compute",
2008
+ "polars-core",
2009
+ "polars-error",
2010
+ "polars-io",
2011
+ "polars-lazy",
2012
+ "polars-ops",
2013
+ "polars-parquet",
2014
+ "polars-sql",
2015
+ "polars-time",
2016
+ "polars-utils",
2017
+ "version_check",
2018
+ ]
2019
+
2020
+ [[package]]
2021
+ name = "polars-arrow"
2022
+ version = "0.54.4"
2023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2024
+ checksum = "87d4892d5cc6461bb4a184d18e6fa03a5d316ee1d6de06a33dfa08d479fbc2db"
2025
+ dependencies = [
2026
+ "atoi_simd",
2027
+ "bitflags",
2028
+ "bytemuck",
2029
+ "bytes",
2030
+ "chrono",
2031
+ "chrono-tz",
2032
+ "dyn-clone",
2033
+ "either",
2034
+ "ethnum",
2035
+ "getrandom 0.2.17",
2036
+ "getrandom 0.3.4",
2037
+ "half",
2038
+ "hashbrown 0.16.1",
2039
+ "itoa",
2040
+ "lz4",
2041
+ "num-traits",
2042
+ "polars-arrow-format",
2043
+ "polars-buffer",
2044
+ "polars-error",
2045
+ "polars-schema",
2046
+ "polars-utils",
2047
+ "serde",
2048
+ "simdutf8",
2049
+ "streaming-iterator",
2050
+ "strum_macros",
2051
+ "version_check",
2052
+ "zstd",
2053
+ ]
2054
+
2055
+ [[package]]
2056
+ name = "polars-arrow-format"
2057
+ version = "0.2.1"
2058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2059
+ checksum = "a556ac0ee744e61e167f34c1eb0013ce740e0ee6cd8c158b2ec0b518f10e6675"
2060
+ dependencies = [
2061
+ "planus",
2062
+ "serde",
2063
+ ]
2064
+
2065
+ [[package]]
2066
+ name = "polars-async"
2067
+ version = "0.54.4"
2068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2069
+ checksum = "91e87f836190486f500b28347436985cc0af29b7a514e53f98840d396ce4d5f5"
2070
+ dependencies = [
2071
+ "atomic-waker",
2072
+ "crossbeam-channel",
2073
+ "crossbeam-deque",
2074
+ "crossbeam-utils",
2075
+ "parking_lot",
2076
+ "pin-project-lite",
2077
+ "polars-config",
2078
+ "polars-error",
2079
+ "polars-utils",
2080
+ "rand 0.9.5",
2081
+ "slotmap",
2082
+ "tokio",
2083
+ ]
2084
+
2085
+ [[package]]
2086
+ name = "polars-buffer"
2087
+ version = "0.54.4"
2088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2089
+ checksum = "e481eeaf33c544ac0dd71a2e375553ca2fdae47b3472a96eaccb6eb43218783d"
2090
+ dependencies = [
2091
+ "bytemuck",
2092
+ "either",
2093
+ "polars-utils",
2094
+ "serde",
2095
+ "version_check",
2096
+ ]
2097
+
2098
+ [[package]]
2099
+ name = "polars-compute"
2100
+ version = "0.54.4"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "c55d41642a9ee887ac394c5a310af3256fa8340a86cde2cb624c515aa963461c"
2103
+ dependencies = [
2104
+ "atoi_simd",
2105
+ "bytemuck",
2106
+ "chrono",
2107
+ "either",
2108
+ "fast-float2",
2109
+ "hashbrown 0.16.1",
2110
+ "itoa",
2111
+ "num-traits",
2112
+ "polars-arrow",
2113
+ "polars-buffer",
2114
+ "polars-error",
2115
+ "polars-utils",
2116
+ "rand 0.9.5",
2117
+ "serde",
2118
+ "strength_reduce",
2119
+ "strum_macros",
2120
+ "version_check",
2121
+ "zmij",
2122
+ ]
2123
+
2124
+ [[package]]
2125
+ name = "polars-config"
2126
+ version = "0.54.4"
2127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+ checksum = "65af861341b00eac73bcb65423fb5cc3d2322526d6b7561a0ddf094947c38033"
2129
+ dependencies = [
2130
+ "polars-error",
2131
+ "serde",
2132
+ ]
2133
+
2134
+ [[package]]
2135
+ name = "polars-core"
2136
+ version = "0.54.4"
2137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2138
+ checksum = "3e5924fc46306054bae78f9d35ea5e404cf185baa7f170eb55a16ff95191069c"
2139
+ dependencies = [
2140
+ "bitflags",
2141
+ "boxcar",
2142
+ "bytemuck",
2143
+ "chrono",
2144
+ "chrono-tz",
2145
+ "comfy-table",
2146
+ "either",
2147
+ "getrandom 0.3.4",
2148
+ "hashbrown 0.16.1",
2149
+ "indexmap",
2150
+ "itoa",
2151
+ "num-traits",
2152
+ "polars-arrow",
2153
+ "polars-async",
2154
+ "polars-buffer",
2155
+ "polars-compute",
2156
+ "polars-config",
2157
+ "polars-dtype",
2158
+ "polars-error",
2159
+ "polars-row",
2160
+ "polars-schema",
2161
+ "polars-utils",
2162
+ "rand 0.9.5",
2163
+ "rand_distr",
2164
+ "rayon",
2165
+ "regex",
2166
+ "serde",
2167
+ "serde_json",
2168
+ "strum_macros",
2169
+ "tokio",
2170
+ "uuid",
2171
+ "version_check",
2172
+ "xxhash-rust",
2173
+ ]
2174
+
2175
+ [[package]]
2176
+ name = "polars-dtype"
2177
+ version = "0.54.4"
2178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2179
+ checksum = "7b65a750bb99ea66be90c8a7e336f6f3a87427a0f7f89d2a40adae98314e9b27"
2180
+ dependencies = [
2181
+ "boxcar",
2182
+ "hashbrown 0.16.1",
2183
+ "polars-arrow",
2184
+ "polars-error",
2185
+ "polars-utils",
2186
+ "serde",
2187
+ "uuid",
2188
+ ]
2189
+
2190
+ [[package]]
2191
+ name = "polars-error"
2192
+ version = "0.54.4"
2193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+ checksum = "e49a75e3406b9b5b4e5ff177877fe0de766e9688fbdb263a7b25f293dc47d61a"
2195
+ dependencies = [
2196
+ "object_store",
2197
+ "parking_lot",
2198
+ "polars-arrow-format",
2199
+ "pyo3",
2200
+ "regex",
2201
+ "signal-hook",
2202
+ "simdutf8",
2203
+ ]
2204
+
2205
+ [[package]]
2206
+ name = "polars-expr"
2207
+ version = "0.54.4"
2208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2209
+ checksum = "e21fdd37e8d9ef109f13d3454baffa0a57041cf60069123b8a2bd846c8ad0205"
2210
+ dependencies = [
2211
+ "bitflags",
2212
+ "hashbrown 0.16.1",
2213
+ "num-traits",
2214
+ "polars-arrow",
2215
+ "polars-buffer",
2216
+ "polars-compute",
2217
+ "polars-core",
2218
+ "polars-io",
2219
+ "polars-ops",
2220
+ "polars-plan",
2221
+ "polars-row",
2222
+ "polars-time",
2223
+ "polars-utils",
2224
+ "rand 0.9.5",
2225
+ "rayon",
2226
+ "recursive",
2227
+ "regex",
2228
+ "version_check",
2229
+ ]
2230
+
2231
+ [[package]]
2232
+ name = "polars-ffi"
2233
+ version = "0.54.4"
2234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2235
+ checksum = "7fddc8eb96794c42758233f017cfe1cedb3ab24296583171a94d6f452f0ef1f6"
2236
+ dependencies = [
2237
+ "polars-arrow",
2238
+ "polars-core",
2239
+ ]
2240
+
2241
+ [[package]]
2242
+ name = "polars-io"
2243
+ version = "0.54.4"
2244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2245
+ checksum = "6363a1c44a65fe8d73cce7fe4d77c9b6fea3a0da44007012e755e5b4e65aa078"
2246
+ dependencies = [
2247
+ "async-trait",
2248
+ "atoi_simd",
2249
+ "blake3",
2250
+ "bytes",
2251
+ "chrono",
2252
+ "fast-float2",
2253
+ "fastrand",
2254
+ "fs4",
2255
+ "futures",
2256
+ "glob",
2257
+ "hashbrown 0.16.1",
2258
+ "home",
2259
+ "itoa",
2260
+ "memchr",
2261
+ "memmap2",
2262
+ "num-traits",
2263
+ "object_store",
2264
+ "parking_lot",
2265
+ "percent-encoding",
2266
+ "polars-arrow",
2267
+ "polars-buffer",
2268
+ "polars-compute",
2269
+ "polars-config",
2270
+ "polars-core",
2271
+ "polars-error",
2272
+ "polars-parquet",
2273
+ "polars-schema",
2274
+ "polars-time",
2275
+ "polars-utils",
2276
+ "rand 0.9.5",
2277
+ "rayon",
2278
+ "regex",
2279
+ "reqwest",
2280
+ "serde",
2281
+ "serde_json",
2282
+ "simdutf8",
2283
+ "tokio",
2284
+ "zmij",
2285
+ ]
2286
+
2287
+ [[package]]
2288
+ name = "polars-lazy"
2289
+ version = "0.54.4"
2290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2291
+ checksum = "809d9590232a37d638337629c18279af97bdb0d17c3d8b2b6bb186e903e8bd5e"
2292
+ dependencies = [
2293
+ "bitflags",
2294
+ "chrono",
2295
+ "either",
2296
+ "memchr",
2297
+ "polars-arrow",
2298
+ "polars-buffer",
2299
+ "polars-compute",
2300
+ "polars-config",
2301
+ "polars-core",
2302
+ "polars-expr",
2303
+ "polars-io",
2304
+ "polars-mem-engine",
2305
+ "polars-ops",
2306
+ "polars-plan",
2307
+ "polars-stream",
2308
+ "polars-time",
2309
+ "polars-utils",
2310
+ "rayon",
2311
+ "version_check",
2312
+ ]
2313
+
2314
+ [[package]]
2315
+ name = "polars-mem-engine"
2316
+ version = "0.54.4"
2317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+ checksum = "f55c6b7d162c506bc8eee82b065fa0399ebcd20b8f08675a534f3d360904ba38"
2319
+ dependencies = [
2320
+ "memmap2",
2321
+ "polars-arrow",
2322
+ "polars-core",
2323
+ "polars-error",
2324
+ "polars-expr",
2325
+ "polars-io",
2326
+ "polars-ops",
2327
+ "polars-plan",
2328
+ "polars-time",
2329
+ "polars-utils",
2330
+ "rayon",
2331
+ "recursive",
2332
+ ]
2333
+
2334
+ [[package]]
2335
+ name = "polars-ooc"
2336
+ version = "0.54.4"
2337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2338
+ checksum = "78b3eea0b386837b760a97ec9c92df99cbc10f94885cae060fd7100f9b794163"
2339
+ dependencies = [
2340
+ "async-trait",
2341
+ "boxcar",
2342
+ "libc",
2343
+ "polars-async",
2344
+ "polars-config",
2345
+ "polars-core",
2346
+ "polars-io",
2347
+ "polars-utils",
2348
+ "thread_local",
2349
+ "tokio",
2350
+ ]
2351
+
2352
+ [[package]]
2353
+ name = "polars-ops"
2354
+ version = "0.54.4"
2355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2356
+ checksum = "cb146490a717ac5ae4ff3a22a5adf3ebae79361f187b1f550f9e24783d7ad765"
2357
+ dependencies = [
2358
+ "argminmax",
2359
+ "base64",
2360
+ "bytemuck",
2361
+ "chrono",
2362
+ "chrono-tz",
2363
+ "either",
2364
+ "hashbrown 0.16.1",
2365
+ "hex",
2366
+ "indexmap",
2367
+ "libm",
2368
+ "memchr",
2369
+ "num-traits",
2370
+ "polars-arrow",
2371
+ "polars-buffer",
2372
+ "polars-compute",
2373
+ "polars-core",
2374
+ "polars-error",
2375
+ "polars-schema",
2376
+ "polars-utils",
2377
+ "rayon",
2378
+ "regex",
2379
+ "regex-syntax",
2380
+ "strum_macros",
2381
+ "unicode-normalization",
2382
+ "unicode-reverse",
2383
+ "version_check",
2384
+ ]
2385
+
2386
+ [[package]]
2387
+ name = "polars-parquet"
2388
+ version = "0.54.4"
2389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2390
+ checksum = "fd6b79ba2103c00cbb9c5dd4459ffff1d8ce15286c7a6d376a04c711df20d8b7"
2391
+ dependencies = [
2392
+ "async-stream",
2393
+ "base64",
2394
+ "bytemuck",
2395
+ "ethnum",
2396
+ "futures",
2397
+ "hashbrown 0.16.1",
2398
+ "num-traits",
2399
+ "polars-arrow",
2400
+ "polars-buffer",
2401
+ "polars-compute",
2402
+ "polars-config",
2403
+ "polars-error",
2404
+ "polars-parquet-format",
2405
+ "polars-utils",
2406
+ "regex",
2407
+ "serde",
2408
+ "simdutf8",
2409
+ "streaming-decompression",
2410
+ ]
2411
+
2412
+ [[package]]
2413
+ name = "polars-parquet-format"
2414
+ version = "0.1.0"
2415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2416
+ checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
2417
+ dependencies = [
2418
+ "async-trait",
2419
+ "futures",
2420
+ ]
2421
+
2422
+ [[package]]
2423
+ name = "polars-plan"
2424
+ version = "0.54.4"
2425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2426
+ checksum = "2f5ccc230515adb10762a8c7b0df03fd88f3328deb5b60e9b1eeb2eceef4d344"
2427
+ dependencies = [
2428
+ "bitflags",
2429
+ "blake3",
2430
+ "bytemuck",
2431
+ "bytes",
2432
+ "chrono",
2433
+ "chrono-tz",
2434
+ "either",
2435
+ "futures",
2436
+ "hashbrown 0.16.1",
2437
+ "indexmap",
2438
+ "memmap2",
2439
+ "num-traits",
2440
+ "percent-encoding",
2441
+ "polars-arrow",
2442
+ "polars-buffer",
2443
+ "polars-compute",
2444
+ "polars-config",
2445
+ "polars-core",
2446
+ "polars-error",
2447
+ "polars-io",
2448
+ "polars-ops",
2449
+ "polars-time",
2450
+ "polars-utils",
2451
+ "rayon",
2452
+ "recursive",
2453
+ "regex",
2454
+ "sha2",
2455
+ "slotmap",
2456
+ "strum_macros",
2457
+ "tokio",
2458
+ "version_check",
2459
+ ]
2460
+
2461
+ [[package]]
2462
+ name = "polars-row"
2463
+ version = "0.54.4"
2464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2465
+ checksum = "3d4e3254450024078e10c919ecd3b467bdcfdd5cf386c2ca6eedec89bd4771d2"
2466
+ dependencies = [
2467
+ "bitflags",
2468
+ "bytemuck",
2469
+ "polars-arrow",
2470
+ "polars-buffer",
2471
+ "polars-compute",
2472
+ "polars-dtype",
2473
+ "polars-error",
2474
+ "polars-utils",
2475
+ ]
2476
+
2477
+ [[package]]
2478
+ name = "polars-schema"
2479
+ version = "0.54.4"
2480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2481
+ checksum = "6f8a0de8951d02576fd0cdcecd9c605a6b6364d3105b7469b8d7874ea34eea2f"
2482
+ dependencies = [
2483
+ "indexmap",
2484
+ "polars-error",
2485
+ "polars-utils",
2486
+ "serde",
2487
+ "version_check",
2488
+ ]
2489
+
2490
+ [[package]]
2491
+ name = "polars-sql"
2492
+ version = "0.54.4"
2493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2494
+ checksum = "b282a6164927eb12774b66b071b773a1573173ae53758e8d4df50389ff06efa2"
2495
+ dependencies = [
2496
+ "bitflags",
2497
+ "hex",
2498
+ "polars-core",
2499
+ "polars-error",
2500
+ "polars-lazy",
2501
+ "polars-ops",
2502
+ "polars-plan",
2503
+ "polars-time",
2504
+ "polars-utils",
2505
+ "regex",
2506
+ "serde",
2507
+ "sqlparser",
2508
+ ]
2509
+
2510
+ [[package]]
2511
+ name = "polars-stream"
2512
+ version = "0.54.4"
2513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2514
+ checksum = "cfa8ff4ee21799898579595a0ef2fb728d0a9cac3d061835fb7f7f6dd854734a"
2515
+ dependencies = [
2516
+ "async-channel",
2517
+ "async-trait",
2518
+ "bitflags",
2519
+ "bytes",
2520
+ "chrono-tz",
2521
+ "crossbeam-channel",
2522
+ "crossbeam-queue",
2523
+ "futures",
2524
+ "memchr",
2525
+ "num-traits",
2526
+ "parking_lot",
2527
+ "percent-encoding",
2528
+ "polars-arrow",
2529
+ "polars-async",
2530
+ "polars-buffer",
2531
+ "polars-compute",
2532
+ "polars-config",
2533
+ "polars-core",
2534
+ "polars-error",
2535
+ "polars-expr",
2536
+ "polars-io",
2537
+ "polars-mem-engine",
2538
+ "polars-ooc",
2539
+ "polars-ops",
2540
+ "polars-parquet",
2541
+ "polars-plan",
2542
+ "polars-time",
2543
+ "polars-utils",
2544
+ "rayon",
2545
+ "recursive",
2546
+ "slotmap",
2547
+ "tokio",
2548
+ "uuid",
2549
+ "version_check",
2550
+ ]
2551
+
2552
+ [[package]]
2553
+ name = "polars-time"
2554
+ version = "0.54.4"
2555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2556
+ checksum = "e1063fe074c4212a54917be604377c6e6bfbc8b6c942a5c57be214e4ccaaafdf"
2557
+ dependencies = [
2558
+ "atoi_simd",
2559
+ "bytemuck",
2560
+ "chrono",
2561
+ "chrono-tz",
2562
+ "now",
2563
+ "num-traits",
2564
+ "polars-arrow",
2565
+ "polars-compute",
2566
+ "polars-core",
2567
+ "polars-error",
2568
+ "polars-ops",
2569
+ "polars-utils",
2570
+ "rayon",
2571
+ "regex",
2572
+ "strum_macros",
2573
+ ]
2574
+
2575
+ [[package]]
2576
+ name = "polars-utils"
2577
+ version = "0.54.4"
2578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2579
+ checksum = "590b0a94aa8f97992d52f1198600ecc1c1f7cfa03c1b31cae057143455804ac0"
2580
+ dependencies = [
2581
+ "argminmax",
2582
+ "bincode",
2583
+ "bytemuck",
2584
+ "bytes",
2585
+ "compact_str",
2586
+ "either",
2587
+ "flate2",
2588
+ "foldhash 0.2.0",
2589
+ "futures",
2590
+ "half",
2591
+ "hashbrown 0.16.1",
2592
+ "indexmap",
2593
+ "libc",
2594
+ "memmap2",
2595
+ "num-derive",
2596
+ "num-traits",
2597
+ "polars-config",
2598
+ "polars-error",
2599
+ "rand 0.9.5",
2600
+ "raw-cpuid",
2601
+ "rayon",
2602
+ "regex",
2603
+ "rmp-serde",
2604
+ "serde",
2605
+ "serde_json",
2606
+ "serde_stacker",
2607
+ "slotmap",
2608
+ "stacker",
2609
+ "sysinfo",
2610
+ "tokio",
2611
+ "uuid",
2612
+ "version_check",
2613
+ ]
2614
+
2615
+ [[package]]
2616
+ name = "portable-atomic"
2617
+ version = "1.13.1"
2618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2619
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2620
+
2621
+ [[package]]
2622
+ name = "potential_utf"
2623
+ version = "0.1.5"
2624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2625
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2626
+ dependencies = [
2627
+ "zerovec",
2628
+ ]
2629
+
2630
+ [[package]]
2631
+ name = "ppv-lite86"
2632
+ version = "0.2.21"
2633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2634
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2635
+ dependencies = [
2636
+ "zerocopy",
2637
+ ]
2638
+
2639
+ [[package]]
2640
+ name = "private-gemm-x86"
2641
+ version = "0.1.20"
2642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2643
+ checksum = "0af8c3e5087969c323f667ccb4b789fa0954f5aa650550e38e81cf9108be21b5"
2644
+ dependencies = [
2645
+ "crossbeam",
2646
+ "defer",
2647
+ "interpol",
2648
+ "num_cpus",
2649
+ "raw-cpuid",
2650
+ "rayon",
2651
+ "spindle",
2652
+ "sysctl",
2653
+ ]
2654
+
2655
+ [[package]]
2656
+ name = "proc-macro2"
2657
+ version = "1.0.106"
2658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2659
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2660
+ dependencies = [
2661
+ "unicode-ident",
2662
+ ]
2663
+
2664
+ [[package]]
2665
+ name = "psm"
2666
+ version = "0.1.31"
2667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2668
+ checksum = "645dbe486e346d9b5de3ef16ede18c26e6c70ad97418f4874b8b1889d6e761ea"
2669
+ dependencies = [
2670
+ "ar_archive_writer",
2671
+ "cc",
2672
+ ]
2673
+
2674
+ [[package]]
2675
+ name = "pulp"
2676
+ version = "0.22.3"
2677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2678
+ checksum = "046aa45b989642ec2e4717c8e72d677b13edd831a4d3b6cf37d9a3e54912496a"
2679
+ dependencies = [
2680
+ "bytemuck",
2681
+ "cfg-if",
2682
+ "libm",
2683
+ "num-complex",
2684
+ "paste",
2685
+ "pulp-wasm-simd-flag",
2686
+ "raw-cpuid",
2687
+ "reborrow",
2688
+ "version_check",
2689
+ ]
2690
+
2691
+ [[package]]
2692
+ name = "pulp-wasm-simd-flag"
2693
+ version = "0.1.1"
2694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2695
+ checksum = "1d8f70e07b9c3962945a74e59ca1c511bba65b6419468acc217c457d93f3c740"
2696
+
2697
+ [[package]]
2698
+ name = "py_literal"
2699
+ version = "0.4.0"
2700
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2701
+ checksum = "102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1"
2702
+ dependencies = [
2703
+ "num-bigint",
2704
+ "num-complex",
2705
+ "num-traits",
2706
+ "pest",
2707
+ "pest_derive",
2708
+ ]
2709
+
2710
+ [[package]]
2711
+ name = "pyo3"
2712
+ version = "0.28.2"
2713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2714
+ checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
2715
+ dependencies = [
2716
+ "libc",
2717
+ "once_cell",
2718
+ "portable-atomic",
2719
+ "pyo3-build-config",
2720
+ "pyo3-ffi",
2721
+ "pyo3-macros",
2722
+ ]
2723
+
2724
+ [[package]]
2725
+ name = "pyo3-build-config"
2726
+ version = "0.28.2"
2727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+ checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
2729
+ dependencies = [
2730
+ "target-lexicon",
2731
+ ]
2732
+
2733
+ [[package]]
2734
+ name = "pyo3-ffi"
2735
+ version = "0.28.2"
2736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2737
+ checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
2738
+ dependencies = [
2739
+ "libc",
2740
+ "pyo3-build-config",
2741
+ ]
2742
+
2743
+ [[package]]
2744
+ name = "pyo3-macros"
2745
+ version = "0.28.2"
2746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2747
+ checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
2748
+ dependencies = [
2749
+ "proc-macro2",
2750
+ "pyo3-macros-backend",
2751
+ "quote",
2752
+ "syn 2.0.118",
2753
+ ]
2754
+
2755
+ [[package]]
2756
+ name = "pyo3-macros-backend"
2757
+ version = "0.28.2"
2758
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2759
+ checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
2760
+ dependencies = [
2761
+ "heck",
2762
+ "proc-macro2",
2763
+ "pyo3-build-config",
2764
+ "quote",
2765
+ "syn 2.0.118",
2766
+ ]
2767
+
2768
+ [[package]]
2769
+ name = "pyo3-polars"
2770
+ version = "0.27.0"
2771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2772
+ checksum = "6ad2fcbcb8a0dc41549b73e6481c8fbe236a5461d8cf6d639e840b04d594990a"
2773
+ dependencies = [
2774
+ "libc",
2775
+ "once_cell",
2776
+ "polars",
2777
+ "polars-arrow",
2778
+ "polars-config",
2779
+ "polars-core",
2780
+ "polars-error",
2781
+ "polars-ffi",
2782
+ "pyo3",
2783
+ "thiserror 2.0.18",
2784
+ ]
2785
+
2786
+ [[package]]
2787
+ name = "qd"
2788
+ version = "0.8.0"
2789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2790
+ checksum = "15f1304a5aecdcfe9ee72fbba90aa37b3aa067a69d14cb7f3d9deada0be7c07c"
2791
+ dependencies = [
2792
+ "bytemuck",
2793
+ "libm",
2794
+ "num-traits",
2795
+ "pulp",
2796
+ ]
2797
+
2798
+ [[package]]
2799
+ name = "quick-xml"
2800
+ version = "0.39.4"
2801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2802
+ checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
2803
+ dependencies = [
2804
+ "memchr",
2805
+ "serde",
2806
+ ]
2807
+
2808
+ [[package]]
2809
+ name = "quinn"
2810
+ version = "0.11.11"
2811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2812
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
2813
+ dependencies = [
2814
+ "bytes",
2815
+ "cfg_aliases",
2816
+ "pin-project-lite",
2817
+ "quinn-proto",
2818
+ "quinn-udp",
2819
+ "rustc-hash",
2820
+ "rustls",
2821
+ "socket2",
2822
+ "thiserror 2.0.18",
2823
+ "tokio",
2824
+ "tracing",
2825
+ "web-time",
2826
+ ]
2827
+
2828
+ [[package]]
2829
+ name = "quinn-proto"
2830
+ version = "0.11.16"
2831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2832
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
2833
+ dependencies = [
2834
+ "bytes",
2835
+ "getrandom 0.4.3",
2836
+ "lru-slab",
2837
+ "rand 0.10.2",
2838
+ "rand_pcg",
2839
+ "ring",
2840
+ "rustc-hash",
2841
+ "rustls",
2842
+ "rustls-pki-types",
2843
+ "slab",
2844
+ "thiserror 2.0.18",
2845
+ "tinyvec",
2846
+ "tracing",
2847
+ "web-time",
2848
+ ]
2849
+
2850
+ [[package]]
2851
+ name = "quinn-udp"
2852
+ version = "0.5.15"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
2855
+ dependencies = [
2856
+ "cfg_aliases",
2857
+ "libc",
2858
+ "once_cell",
2859
+ "socket2",
2860
+ "tracing",
2861
+ "windows-sys 0.61.2",
2862
+ ]
2863
+
2864
+ [[package]]
2865
+ name = "quote"
2866
+ version = "1.0.46"
2867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2868
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
2869
+ dependencies = [
2870
+ "proc-macro2",
2871
+ ]
2872
+
2873
+ [[package]]
2874
+ name = "r-efi"
2875
+ version = "5.3.0"
2876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2877
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2878
+
2879
+ [[package]]
2880
+ name = "r-efi"
2881
+ version = "6.0.0"
2882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2883
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2884
+
2885
+ [[package]]
2886
+ name = "rand"
2887
+ version = "0.8.7"
2888
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2889
+ checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
2890
+ dependencies = [
2891
+ "rand_core 0.6.4",
2892
+ ]
2893
+
2894
+ [[package]]
2895
+ name = "rand"
2896
+ version = "0.9.5"
2897
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2898
+ checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
2899
+ dependencies = [
2900
+ "rand_chacha",
2901
+ "rand_core 0.9.5",
2902
+ ]
2903
+
2904
+ [[package]]
2905
+ name = "rand"
2906
+ version = "0.10.2"
2907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2908
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
2909
+ dependencies = [
2910
+ "chacha20",
2911
+ "getrandom 0.4.3",
2912
+ "rand_core 0.10.1",
2913
+ ]
2914
+
2915
+ [[package]]
2916
+ name = "rand_chacha"
2917
+ version = "0.9.0"
2918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2919
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2920
+ dependencies = [
2921
+ "ppv-lite86",
2922
+ "rand_core 0.9.5",
2923
+ ]
2924
+
2925
+ [[package]]
2926
+ name = "rand_core"
2927
+ version = "0.6.4"
2928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2929
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2930
+
2931
+ [[package]]
2932
+ name = "rand_core"
2933
+ version = "0.9.5"
2934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2935
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2936
+ dependencies = [
2937
+ "getrandom 0.3.4",
2938
+ ]
2939
+
2940
+ [[package]]
2941
+ name = "rand_core"
2942
+ version = "0.10.1"
2943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2944
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
2945
+
2946
+ [[package]]
2947
+ name = "rand_distr"
2948
+ version = "0.5.1"
2949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2950
+ checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
2951
+ dependencies = [
2952
+ "num-traits",
2953
+ "rand 0.9.5",
2954
+ ]
2955
+
2956
+ [[package]]
2957
+ name = "rand_pcg"
2958
+ version = "0.10.2"
2959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2960
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
2961
+ dependencies = [
2962
+ "rand_core 0.10.1",
2963
+ ]
2964
+
2965
+ [[package]]
2966
+ name = "raw-cpuid"
2967
+ version = "11.6.0"
2968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2969
+ checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2970
+ dependencies = [
2971
+ "bitflags",
2972
+ ]
2973
+
2974
+ [[package]]
2975
+ name = "rayon"
2976
+ version = "1.12.0"
2977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2978
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
2979
+ dependencies = [
2980
+ "either",
2981
+ "rayon-core",
2982
+ ]
2983
+
2984
+ [[package]]
2985
+ name = "rayon-core"
2986
+ version = "1.13.0"
2987
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2988
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2989
+ dependencies = [
2990
+ "crossbeam-deque",
2991
+ "crossbeam-utils",
2992
+ ]
2993
+
2994
+ [[package]]
2995
+ name = "reborrow"
2996
+ version = "0.5.5"
2997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2998
+ checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
2999
+
3000
+ [[package]]
3001
+ name = "recursive"
3002
+ version = "0.1.1"
3003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3004
+ checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
3005
+ dependencies = [
3006
+ "recursive-proc-macro-impl",
3007
+ "stacker",
3008
+ ]
3009
+
3010
+ [[package]]
3011
+ name = "recursive-proc-macro-impl"
3012
+ version = "0.1.1"
3013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3014
+ checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
3015
+ dependencies = [
3016
+ "quote",
3017
+ "syn 2.0.118",
3018
+ ]
3019
+
3020
+ [[package]]
3021
+ name = "redox_syscall"
3022
+ version = "0.5.18"
3023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3024
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3025
+ dependencies = [
3026
+ "bitflags",
3027
+ ]
3028
+
3029
+ [[package]]
3030
+ name = "regex"
3031
+ version = "1.13.1"
3032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3033
+ checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
3034
+ dependencies = [
3035
+ "aho-corasick",
3036
+ "memchr",
3037
+ "regex-automata",
3038
+ "regex-syntax",
3039
+ ]
3040
+
3041
+ [[package]]
3042
+ name = "regex-automata"
3043
+ version = "0.4.16"
3044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3045
+ checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
3046
+ dependencies = [
3047
+ "aho-corasick",
3048
+ "memchr",
3049
+ "regex-syntax",
3050
+ ]
3051
+
3052
+ [[package]]
3053
+ name = "regex-syntax"
3054
+ version = "0.8.11"
3055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3056
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
3057
+
3058
+ [[package]]
3059
+ name = "reqwest"
3060
+ version = "0.12.28"
3061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3062
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
3063
+ dependencies = [
3064
+ "base64",
3065
+ "bytes",
3066
+ "futures-core",
3067
+ "futures-util",
3068
+ "h2",
3069
+ "http",
3070
+ "http-body",
3071
+ "http-body-util",
3072
+ "hyper",
3073
+ "hyper-rustls",
3074
+ "hyper-util",
3075
+ "js-sys",
3076
+ "log",
3077
+ "percent-encoding",
3078
+ "pin-project-lite",
3079
+ "quinn",
3080
+ "rustls",
3081
+ "rustls-native-certs",
3082
+ "rustls-pki-types",
3083
+ "serde",
3084
+ "serde_json",
3085
+ "serde_urlencoded",
3086
+ "sync_wrapper",
3087
+ "tokio",
3088
+ "tokio-rustls",
3089
+ "tokio-util",
3090
+ "tower",
3091
+ "tower-http",
3092
+ "tower-service",
3093
+ "url",
3094
+ "wasm-bindgen",
3095
+ "wasm-bindgen-futures",
3096
+ "wasm-streams",
3097
+ "web-sys",
3098
+ ]
3099
+
3100
+ [[package]]
3101
+ name = "ring"
3102
+ version = "0.17.14"
3103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3104
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3105
+ dependencies = [
3106
+ "cc",
3107
+ "cfg-if",
3108
+ "getrandom 0.2.17",
3109
+ "libc",
3110
+ "untrusted",
3111
+ "windows-sys 0.52.0",
3112
+ ]
3113
+
3114
+ [[package]]
3115
+ name = "rmp"
3116
+ version = "0.8.15"
3117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3118
+ checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
3119
+ dependencies = [
3120
+ "num-traits",
3121
+ ]
3122
+
3123
+ [[package]]
3124
+ name = "rmp-serde"
3125
+ version = "1.3.1"
3126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3127
+ checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
3128
+ dependencies = [
3129
+ "rmp",
3130
+ "serde",
3131
+ ]
3132
+
3133
+ [[package]]
3134
+ name = "rustc-hash"
3135
+ version = "2.1.3"
3136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3137
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
3138
+
3139
+ [[package]]
3140
+ name = "rustix"
3141
+ version = "1.1.4"
3142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
3144
+ dependencies = [
3145
+ "bitflags",
3146
+ "errno",
3147
+ "libc",
3148
+ "linux-raw-sys",
3149
+ "windows-sys 0.61.2",
3150
+ ]
3151
+
3152
+ [[package]]
3153
+ name = "rustls"
3154
+ version = "0.23.42"
3155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3156
+ checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
3157
+ dependencies = [
3158
+ "once_cell",
3159
+ "ring",
3160
+ "rustls-pki-types",
3161
+ "rustls-webpki",
3162
+ "subtle",
3163
+ "zeroize",
3164
+ ]
3165
+
3166
+ [[package]]
3167
+ name = "rustls-native-certs"
3168
+ version = "0.8.4"
3169
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3170
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
3171
+ dependencies = [
3172
+ "openssl-probe",
3173
+ "rustls-pki-types",
3174
+ "schannel",
3175
+ "security-framework",
3176
+ ]
3177
+
3178
+ [[package]]
3179
+ name = "rustls-pki-types"
3180
+ version = "1.15.0"
3181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3182
+ checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
3183
+ dependencies = [
3184
+ "web-time",
3185
+ "zeroize",
3186
+ ]
3187
+
3188
+ [[package]]
3189
+ name = "rustls-webpki"
3190
+ version = "0.103.13"
3191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3192
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
3193
+ dependencies = [
3194
+ "ring",
3195
+ "rustls-pki-types",
3196
+ "untrusted",
3197
+ ]
3198
+
3199
+ [[package]]
3200
+ name = "rustversion"
3201
+ version = "1.0.23"
3202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3203
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
3204
+
3205
+ [[package]]
3206
+ name = "ryu"
3207
+ version = "1.0.23"
3208
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3209
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3210
+
3211
+ [[package]]
3212
+ name = "same-file"
3213
+ version = "1.0.6"
3214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3215
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3216
+ dependencies = [
3217
+ "winapi-util",
3218
+ ]
3219
+
3220
+ [[package]]
3221
+ name = "schannel"
3222
+ version = "0.1.29"
3223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3224
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
3225
+ dependencies = [
3226
+ "windows-sys 0.61.2",
3227
+ ]
3228
+
3229
+ [[package]]
3230
+ name = "scoped-tls"
3231
+ version = "1.0.1"
3232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3233
+ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3234
+
3235
+ [[package]]
3236
+ name = "scopeguard"
3237
+ version = "1.2.0"
3238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3239
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3240
+
3241
+ [[package]]
3242
+ name = "security-framework"
3243
+ version = "3.7.0"
3244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3245
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
3246
+ dependencies = [
3247
+ "bitflags",
3248
+ "core-foundation",
3249
+ "core-foundation-sys",
3250
+ "libc",
3251
+ "security-framework-sys",
3252
+ ]
3253
+
3254
+ [[package]]
3255
+ name = "security-framework-sys"
3256
+ version = "2.17.0"
3257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3258
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
3259
+ dependencies = [
3260
+ "core-foundation-sys",
3261
+ "libc",
3262
+ ]
3263
+
3264
+ [[package]]
3265
+ name = "seq-macro"
3266
+ version = "0.3.6"
3267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3268
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
3269
+
3270
+ [[package]]
3271
+ name = "serde"
3272
+ version = "1.0.229"
3273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3274
+ checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
3275
+ dependencies = [
3276
+ "serde_core",
3277
+ "serde_derive",
3278
+ ]
3279
+
3280
+ [[package]]
3281
+ name = "serde_core"
3282
+ version = "1.0.229"
3283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3284
+ checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
3285
+ dependencies = [
3286
+ "serde_derive",
3287
+ ]
3288
+
3289
+ [[package]]
3290
+ name = "serde_derive"
3291
+ version = "1.0.229"
3292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3293
+ checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
3294
+ dependencies = [
3295
+ "proc-macro2",
3296
+ "quote",
3297
+ "syn 3.0.0",
3298
+ ]
3299
+
3300
+ [[package]]
3301
+ name = "serde_json"
3302
+ version = "1.0.150"
3303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3304
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
3305
+ dependencies = [
3306
+ "itoa",
3307
+ "memchr",
3308
+ "serde",
3309
+ "serde_core",
3310
+ "zmij",
3311
+ ]
3312
+
3313
+ [[package]]
3314
+ name = "serde_stacker"
3315
+ version = "0.1.14"
3316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3317
+ checksum = "d4936375d50c4be7eff22293a9344f8e46f323ed2b3c243e52f89138d9bb0f4a"
3318
+ dependencies = [
3319
+ "serde",
3320
+ "serde_core",
3321
+ "stacker",
3322
+ ]
3323
+
3324
+ [[package]]
3325
+ name = "serde_urlencoded"
3326
+ version = "0.7.1"
3327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3328
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3329
+ dependencies = [
3330
+ "form_urlencoded",
3331
+ "itoa",
3332
+ "ryu",
3333
+ "serde",
3334
+ ]
3335
+
3336
+ [[package]]
3337
+ name = "sha2"
3338
+ version = "0.10.9"
3339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3340
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3341
+ dependencies = [
3342
+ "cfg-if",
3343
+ "cpufeatures 0.2.17",
3344
+ "digest",
3345
+ ]
3346
+
3347
+ [[package]]
3348
+ name = "sharded-slab"
3349
+ version = "0.1.7"
3350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3351
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3352
+ dependencies = [
3353
+ "lazy_static",
3354
+ ]
3355
+
3356
+ [[package]]
3357
+ name = "shlex"
3358
+ version = "2.0.1"
3359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3360
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
3361
+
3362
+ [[package]]
3363
+ name = "signal-hook"
3364
+ version = "0.4.4"
3365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3366
+ checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
3367
+ dependencies = [
3368
+ "libc",
3369
+ "signal-hook-registry",
3370
+ ]
3371
+
3372
+ [[package]]
3373
+ name = "signal-hook-registry"
3374
+ version = "1.4.8"
3375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3376
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3377
+ dependencies = [
3378
+ "errno",
3379
+ "libc",
3380
+ ]
3381
+
3382
+ [[package]]
3383
+ name = "simd-adler32"
3384
+ version = "0.3.10"
3385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3386
+ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
3387
+
3388
+ [[package]]
3389
+ name = "simdutf8"
3390
+ version = "0.1.5"
3391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3392
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
3393
+
3394
+ [[package]]
3395
+ name = "siphasher"
3396
+ version = "1.0.3"
3397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3398
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
3399
+
3400
+ [[package]]
3401
+ name = "slab"
3402
+ version = "0.4.12"
3403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3404
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3405
+
3406
+ [[package]]
3407
+ name = "slotmap"
3408
+ version = "1.1.1"
3409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3410
+ checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
3411
+ dependencies = [
3412
+ "version_check",
3413
+ ]
3414
+
3415
+ [[package]]
3416
+ name = "smallvec"
3417
+ version = "1.15.2"
3418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3419
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
3420
+
3421
+ [[package]]
3422
+ name = "socket2"
3423
+ version = "0.6.5"
3424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3425
+ checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
3426
+ dependencies = [
3427
+ "libc",
3428
+ "windows-sys 0.61.2",
3429
+ ]
3430
+
3431
+ [[package]]
3432
+ name = "spindle"
3433
+ version = "0.2.6"
3434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3435
+ checksum = "673aaca3d8aa5387a6eba861fbf984af5348d9df5d940c25c6366b19556fdf64"
3436
+ dependencies = [
3437
+ "atomic-wait",
3438
+ "crossbeam",
3439
+ "equator 0.4.2",
3440
+ "loom",
3441
+ "rayon",
3442
+ ]
3443
+
3444
+ [[package]]
3445
+ name = "sqlparser"
3446
+ version = "0.60.0"
3447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3448
+ checksum = "505aa16b045c4c1375bf5f125cce3813d0176325bfe9ffc4a903f423de7774ff"
3449
+ dependencies = [
3450
+ "log",
3451
+ "recursive",
3452
+ "sqlparser_derive",
3453
+ ]
3454
+
3455
+ [[package]]
3456
+ name = "sqlparser_derive"
3457
+ version = "0.4.0"
3458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3459
+ checksum = "028e551d5e270b31b9f3ea271778d9d827148d4287a5d96167b6bb9787f5cc38"
3460
+ dependencies = [
3461
+ "proc-macro2",
3462
+ "quote",
3463
+ "syn 2.0.118",
3464
+ ]
3465
+
3466
+ [[package]]
3467
+ name = "stable_deref_trait"
3468
+ version = "1.2.1"
3469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3470
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3471
+
3472
+ [[package]]
3473
+ name = "stacker"
3474
+ version = "0.1.24"
3475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3476
+ checksum = "640c8cdd92b6b12f5bcb1803ca3bbf5ab96e5e6b6b96b9ab77dabe9e880b3190"
3477
+ dependencies = [
3478
+ "cc",
3479
+ "cfg-if",
3480
+ "libc",
3481
+ "psm",
3482
+ "windows-sys 0.61.2",
3483
+ ]
3484
+
3485
+ [[package]]
3486
+ name = "static_assertions"
3487
+ version = "1.1.0"
3488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3489
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3490
+
3491
+ [[package]]
3492
+ name = "statrs"
3493
+ version = "0.18.0"
3494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3495
+ checksum = "2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e"
3496
+ dependencies = [
3497
+ "approx",
3498
+ "num-traits",
3499
+ ]
3500
+
3501
+ [[package]]
3502
+ name = "streaming-decompression"
3503
+ version = "0.1.2"
3504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3505
+ checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
3506
+ dependencies = [
3507
+ "fallible-streaming-iterator",
3508
+ ]
3509
+
3510
+ [[package]]
3511
+ name = "streaming-iterator"
3512
+ version = "0.1.9"
3513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3514
+ checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
3515
+
3516
+ [[package]]
3517
+ name = "strength_reduce"
3518
+ version = "0.2.4"
3519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3520
+ checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
3521
+
3522
+ [[package]]
3523
+ name = "strum_macros"
3524
+ version = "0.27.2"
3525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3526
+ checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
3527
+ dependencies = [
3528
+ "heck",
3529
+ "proc-macro2",
3530
+ "quote",
3531
+ "syn 2.0.118",
3532
+ ]
3533
+
3534
+ [[package]]
3535
+ name = "subtle"
3536
+ version = "2.6.1"
3537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3538
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3539
+
3540
+ [[package]]
3541
+ name = "syn"
3542
+ version = "1.0.109"
3543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3544
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3545
+ dependencies = [
3546
+ "proc-macro2",
3547
+ "quote",
3548
+ "unicode-ident",
3549
+ ]
3550
+
3551
+ [[package]]
3552
+ name = "syn"
3553
+ version = "2.0.118"
3554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3555
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
3556
+ dependencies = [
3557
+ "proc-macro2",
3558
+ "quote",
3559
+ "unicode-ident",
3560
+ ]
3561
+
3562
+ [[package]]
3563
+ name = "syn"
3564
+ version = "3.0.0"
3565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3566
+ checksum = "f2fac314a64dc9a36e61a9eb4261a5e9bbfbc922b27e518af97bc32b926cf967"
3567
+ dependencies = [
3568
+ "proc-macro2",
3569
+ "quote",
3570
+ "unicode-ident",
3571
+ ]
3572
+
3573
+ [[package]]
3574
+ name = "sync_wrapper"
3575
+ version = "1.0.2"
3576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3577
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3578
+ dependencies = [
3579
+ "futures-core",
3580
+ ]
3581
+
3582
+ [[package]]
3583
+ name = "synstructure"
3584
+ version = "0.13.2"
3585
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3586
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3587
+ dependencies = [
3588
+ "proc-macro2",
3589
+ "quote",
3590
+ "syn 2.0.118",
3591
+ ]
3592
+
3593
+ [[package]]
3594
+ name = "sysctl"
3595
+ version = "0.6.0"
3596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3597
+ checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
3598
+ dependencies = [
3599
+ "bitflags",
3600
+ "byteorder",
3601
+ "enum-as-inner",
3602
+ "libc",
3603
+ "thiserror 1.0.69",
3604
+ "walkdir",
3605
+ ]
3606
+
3607
+ [[package]]
3608
+ name = "sysinfo"
3609
+ version = "0.37.2"
3610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3611
+ checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
3612
+ dependencies = [
3613
+ "libc",
3614
+ "memchr",
3615
+ "ntapi",
3616
+ "objc2-core-foundation",
3617
+ "objc2-io-kit",
3618
+ "windows",
3619
+ ]
3620
+
3621
+ [[package]]
3622
+ name = "target-lexicon"
3623
+ version = "0.13.5"
3624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3625
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
3626
+
3627
+ [[package]]
3628
+ name = "thiserror"
3629
+ version = "1.0.69"
3630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3631
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3632
+ dependencies = [
3633
+ "thiserror-impl 1.0.69",
3634
+ ]
3635
+
3636
+ [[package]]
3637
+ name = "thiserror"
3638
+ version = "2.0.18"
3639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3640
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3641
+ dependencies = [
3642
+ "thiserror-impl 2.0.18",
3643
+ ]
3644
+
3645
+ [[package]]
3646
+ name = "thiserror-impl"
3647
+ version = "1.0.69"
3648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3649
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3650
+ dependencies = [
3651
+ "proc-macro2",
3652
+ "quote",
3653
+ "syn 2.0.118",
3654
+ ]
3655
+
3656
+ [[package]]
3657
+ name = "thiserror-impl"
3658
+ version = "2.0.18"
3659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3660
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3661
+ dependencies = [
3662
+ "proc-macro2",
3663
+ "quote",
3664
+ "syn 2.0.118",
3665
+ ]
3666
+
3667
+ [[package]]
3668
+ name = "thread_local"
3669
+ version = "1.1.10"
3670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3671
+ checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
3672
+ dependencies = [
3673
+ "cfg-if",
3674
+ ]
3675
+
3676
+ [[package]]
3677
+ name = "tinystr"
3678
+ version = "0.8.3"
3679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3680
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3681
+ dependencies = [
3682
+ "displaydoc",
3683
+ "zerovec",
3684
+ ]
3685
+
3686
+ [[package]]
3687
+ name = "tinyvec"
3688
+ version = "1.12.0"
3689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3690
+ checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
3691
+ dependencies = [
3692
+ "tinyvec_macros",
3693
+ ]
3694
+
3695
+ [[package]]
3696
+ name = "tinyvec_macros"
3697
+ version = "0.1.1"
3698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3699
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3700
+
3701
+ [[package]]
3702
+ name = "tokio"
3703
+ version = "1.53.0"
3704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3705
+ checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee"
3706
+ dependencies = [
3707
+ "bytes",
3708
+ "libc",
3709
+ "mio",
3710
+ "pin-project-lite",
3711
+ "socket2",
3712
+ "tokio-macros",
3713
+ "windows-sys 0.61.2",
3714
+ ]
3715
+
3716
+ [[package]]
3717
+ name = "tokio-macros"
3718
+ version = "2.7.1"
3719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3720
+ checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba"
3721
+ dependencies = [
3722
+ "proc-macro2",
3723
+ "quote",
3724
+ "syn 2.0.118",
3725
+ ]
3726
+
3727
+ [[package]]
3728
+ name = "tokio-rustls"
3729
+ version = "0.26.4"
3730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3731
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3732
+ dependencies = [
3733
+ "rustls",
3734
+ "tokio",
3735
+ ]
3736
+
3737
+ [[package]]
3738
+ name = "tokio-util"
3739
+ version = "0.7.18"
3740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3741
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3742
+ dependencies = [
3743
+ "bytes",
3744
+ "futures-core",
3745
+ "futures-sink",
3746
+ "pin-project-lite",
3747
+ "tokio",
3748
+ ]
3749
+
3750
+ [[package]]
3751
+ name = "tower"
3752
+ version = "0.5.3"
3753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3754
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3755
+ dependencies = [
3756
+ "futures-core",
3757
+ "futures-util",
3758
+ "pin-project-lite",
3759
+ "sync_wrapper",
3760
+ "tokio",
3761
+ "tower-layer",
3762
+ "tower-service",
3763
+ ]
3764
+
3765
+ [[package]]
3766
+ name = "tower-http"
3767
+ version = "0.6.11"
3768
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3769
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
3770
+ dependencies = [
3771
+ "bitflags",
3772
+ "bytes",
3773
+ "futures-util",
3774
+ "http",
3775
+ "http-body",
3776
+ "pin-project-lite",
3777
+ "tower",
3778
+ "tower-layer",
3779
+ "tower-service",
3780
+ "url",
3781
+ ]
3782
+
3783
+ [[package]]
3784
+ name = "tower-layer"
3785
+ version = "0.3.3"
3786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3787
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3788
+
3789
+ [[package]]
3790
+ name = "tower-service"
3791
+ version = "0.3.3"
3792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3793
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3794
+
3795
+ [[package]]
3796
+ name = "tracing"
3797
+ version = "0.1.44"
3798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3799
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3800
+ dependencies = [
3801
+ "pin-project-lite",
3802
+ "tracing-attributes",
3803
+ "tracing-core",
3804
+ ]
3805
+
3806
+ [[package]]
3807
+ name = "tracing-attributes"
3808
+ version = "0.1.31"
3809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3810
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3811
+ dependencies = [
3812
+ "proc-macro2",
3813
+ "quote",
3814
+ "syn 2.0.118",
3815
+ ]
3816
+
3817
+ [[package]]
3818
+ name = "tracing-core"
3819
+ version = "0.1.36"
3820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3821
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3822
+ dependencies = [
3823
+ "once_cell",
3824
+ "valuable",
3825
+ ]
3826
+
3827
+ [[package]]
3828
+ name = "tracing-log"
3829
+ version = "0.2.0"
3830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3831
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3832
+ dependencies = [
3833
+ "log",
3834
+ "once_cell",
3835
+ "tracing-core",
3836
+ ]
3837
+
3838
+ [[package]]
3839
+ name = "tracing-subscriber"
3840
+ version = "0.3.23"
3841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3842
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3843
+ dependencies = [
3844
+ "matchers",
3845
+ "nu-ansi-term",
3846
+ "once_cell",
3847
+ "regex-automata",
3848
+ "sharded-slab",
3849
+ "smallvec",
3850
+ "thread_local",
3851
+ "tracing",
3852
+ "tracing-core",
3853
+ "tracing-log",
3854
+ ]
3855
+
3856
+ [[package]]
3857
+ name = "try-lock"
3858
+ version = "0.2.5"
3859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3860
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3861
+
3862
+ [[package]]
3863
+ name = "typenum"
3864
+ version = "1.20.1"
3865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3866
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
3867
+
3868
+ [[package]]
3869
+ name = "ucd-trie"
3870
+ version = "0.1.7"
3871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3872
+ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
3873
+
3874
+ [[package]]
3875
+ name = "unicode-ident"
3876
+ version = "1.0.24"
3877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3878
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3879
+
3880
+ [[package]]
3881
+ name = "unicode-normalization"
3882
+ version = "0.1.25"
3883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3884
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
3885
+ dependencies = [
3886
+ "tinyvec",
3887
+ ]
3888
+
3889
+ [[package]]
3890
+ name = "unicode-reverse"
3891
+ version = "1.0.9"
3892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3893
+ checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
3894
+ dependencies = [
3895
+ "unicode-segmentation",
3896
+ ]
3897
+
3898
+ [[package]]
3899
+ name = "unicode-segmentation"
3900
+ version = "1.13.3"
3901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3902
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
3903
+
3904
+ [[package]]
3905
+ name = "unicode-width"
3906
+ version = "0.2.2"
3907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3908
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3909
+
3910
+ [[package]]
3911
+ name = "untrusted"
3912
+ version = "0.9.0"
3913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3914
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3915
+
3916
+ [[package]]
3917
+ name = "unty"
3918
+ version = "0.0.4"
3919
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3920
+ checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
3921
+
3922
+ [[package]]
3923
+ name = "url"
3924
+ version = "2.5.8"
3925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3926
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3927
+ dependencies = [
3928
+ "form_urlencoded",
3929
+ "idna",
3930
+ "percent-encoding",
3931
+ "serde",
3932
+ ]
3933
+
3934
+ [[package]]
3935
+ name = "utf8_iter"
3936
+ version = "1.0.4"
3937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3938
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3939
+
3940
+ [[package]]
3941
+ name = "uuid"
3942
+ version = "1.24.0"
3943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3944
+ checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
3945
+ dependencies = [
3946
+ "getrandom 0.4.3",
3947
+ "js-sys",
3948
+ "serde_core",
3949
+ "wasm-bindgen",
3950
+ ]
3951
+
3952
+ [[package]]
3953
+ name = "valuable"
3954
+ version = "0.1.1"
3955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3956
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3957
+
3958
+ [[package]]
3959
+ name = "version_check"
3960
+ version = "0.9.5"
3961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3962
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3963
+
3964
+ [[package]]
3965
+ name = "virtue"
3966
+ version = "0.0.18"
3967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3968
+ checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
3969
+
3970
+ [[package]]
3971
+ name = "walkdir"
3972
+ version = "2.5.0"
3973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3974
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3975
+ dependencies = [
3976
+ "same-file",
3977
+ "winapi-util",
3978
+ ]
3979
+
3980
+ [[package]]
3981
+ name = "want"
3982
+ version = "0.3.1"
3983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3984
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3985
+ dependencies = [
3986
+ "try-lock",
3987
+ ]
3988
+
3989
+ [[package]]
3990
+ name = "wasi"
3991
+ version = "0.11.1+wasi-snapshot-preview1"
3992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3993
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3994
+
3995
+ [[package]]
3996
+ name = "wasip2"
3997
+ version = "1.0.4+wasi-0.2.12"
3998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3999
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
4000
+ dependencies = [
4001
+ "wit-bindgen",
4002
+ ]
4003
+
4004
+ [[package]]
4005
+ name = "wasm-bindgen"
4006
+ version = "0.2.126"
4007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4008
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
4009
+ dependencies = [
4010
+ "cfg-if",
4011
+ "once_cell",
4012
+ "rustversion",
4013
+ "wasm-bindgen-macro",
4014
+ "wasm-bindgen-shared",
4015
+ ]
4016
+
4017
+ [[package]]
4018
+ name = "wasm-bindgen-futures"
4019
+ version = "0.4.76"
4020
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4021
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
4022
+ dependencies = [
4023
+ "js-sys",
4024
+ "wasm-bindgen",
4025
+ ]
4026
+
4027
+ [[package]]
4028
+ name = "wasm-bindgen-macro"
4029
+ version = "0.2.126"
4030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4031
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
4032
+ dependencies = [
4033
+ "quote",
4034
+ "wasm-bindgen-macro-support",
4035
+ ]
4036
+
4037
+ [[package]]
4038
+ name = "wasm-bindgen-macro-support"
4039
+ version = "0.2.126"
4040
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4041
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
4042
+ dependencies = [
4043
+ "bumpalo",
4044
+ "proc-macro2",
4045
+ "quote",
4046
+ "syn 2.0.118",
4047
+ "wasm-bindgen-shared",
4048
+ ]
4049
+
4050
+ [[package]]
4051
+ name = "wasm-bindgen-shared"
4052
+ version = "0.2.126"
4053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4054
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
4055
+ dependencies = [
4056
+ "unicode-ident",
4057
+ ]
4058
+
4059
+ [[package]]
4060
+ name = "wasm-streams"
4061
+ version = "0.4.2"
4062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4063
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4064
+ dependencies = [
4065
+ "futures-util",
4066
+ "js-sys",
4067
+ "wasm-bindgen",
4068
+ "wasm-bindgen-futures",
4069
+ "web-sys",
4070
+ ]
4071
+
4072
+ [[package]]
4073
+ name = "web-sys"
4074
+ version = "0.3.103"
4075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4076
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
4077
+ dependencies = [
4078
+ "js-sys",
4079
+ "wasm-bindgen",
4080
+ ]
4081
+
4082
+ [[package]]
4083
+ name = "web-time"
4084
+ version = "1.1.0"
4085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4086
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4087
+ dependencies = [
4088
+ "js-sys",
4089
+ "wasm-bindgen",
4090
+ ]
4091
+
4092
+ [[package]]
4093
+ name = "winapi"
4094
+ version = "0.3.9"
4095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4096
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4097
+ dependencies = [
4098
+ "winapi-i686-pc-windows-gnu",
4099
+ "winapi-x86_64-pc-windows-gnu",
4100
+ ]
4101
+
4102
+ [[package]]
4103
+ name = "winapi-i686-pc-windows-gnu"
4104
+ version = "0.4.0"
4105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4106
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4107
+
4108
+ [[package]]
4109
+ name = "winapi-util"
4110
+ version = "0.1.11"
4111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4112
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4113
+ dependencies = [
4114
+ "windows-sys 0.61.2",
4115
+ ]
4116
+
4117
+ [[package]]
4118
+ name = "winapi-x86_64-pc-windows-gnu"
4119
+ version = "0.4.0"
4120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4121
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4122
+
4123
+ [[package]]
4124
+ name = "windows"
4125
+ version = "0.61.3"
4126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4127
+ checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
4128
+ dependencies = [
4129
+ "windows-collections",
4130
+ "windows-core 0.61.2",
4131
+ "windows-future",
4132
+ "windows-link 0.1.3",
4133
+ "windows-numerics",
4134
+ ]
4135
+
4136
+ [[package]]
4137
+ name = "windows-collections"
4138
+ version = "0.2.0"
4139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4140
+ checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
4141
+ dependencies = [
4142
+ "windows-core 0.61.2",
4143
+ ]
4144
+
4145
+ [[package]]
4146
+ name = "windows-core"
4147
+ version = "0.61.2"
4148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4149
+ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
4150
+ dependencies = [
4151
+ "windows-implement",
4152
+ "windows-interface",
4153
+ "windows-link 0.1.3",
4154
+ "windows-result 0.3.4",
4155
+ "windows-strings 0.4.2",
4156
+ ]
4157
+
4158
+ [[package]]
4159
+ name = "windows-core"
4160
+ version = "0.62.2"
4161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4162
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4163
+ dependencies = [
4164
+ "windows-implement",
4165
+ "windows-interface",
4166
+ "windows-link 0.2.1",
4167
+ "windows-result 0.4.1",
4168
+ "windows-strings 0.5.1",
4169
+ ]
4170
+
4171
+ [[package]]
4172
+ name = "windows-future"
4173
+ version = "0.2.1"
4174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4175
+ checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
4176
+ dependencies = [
4177
+ "windows-core 0.61.2",
4178
+ "windows-link 0.1.3",
4179
+ "windows-threading",
4180
+ ]
4181
+
4182
+ [[package]]
4183
+ name = "windows-implement"
4184
+ version = "0.60.2"
4185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4186
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4187
+ dependencies = [
4188
+ "proc-macro2",
4189
+ "quote",
4190
+ "syn 2.0.118",
4191
+ ]
4192
+
4193
+ [[package]]
4194
+ name = "windows-interface"
4195
+ version = "0.59.3"
4196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4197
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4198
+ dependencies = [
4199
+ "proc-macro2",
4200
+ "quote",
4201
+ "syn 2.0.118",
4202
+ ]
4203
+
4204
+ [[package]]
4205
+ name = "windows-link"
4206
+ version = "0.1.3"
4207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4208
+ checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4209
+
4210
+ [[package]]
4211
+ name = "windows-link"
4212
+ version = "0.2.1"
4213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4214
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4215
+
4216
+ [[package]]
4217
+ name = "windows-numerics"
4218
+ version = "0.2.0"
4219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4220
+ checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4221
+ dependencies = [
4222
+ "windows-core 0.61.2",
4223
+ "windows-link 0.1.3",
4224
+ ]
4225
+
4226
+ [[package]]
4227
+ name = "windows-result"
4228
+ version = "0.3.4"
4229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4230
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4231
+ dependencies = [
4232
+ "windows-link 0.1.3",
4233
+ ]
4234
+
4235
+ [[package]]
4236
+ name = "windows-result"
4237
+ version = "0.4.1"
4238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4239
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4240
+ dependencies = [
4241
+ "windows-link 0.2.1",
4242
+ ]
4243
+
4244
+ [[package]]
4245
+ name = "windows-strings"
4246
+ version = "0.4.2"
4247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4248
+ checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4249
+ dependencies = [
4250
+ "windows-link 0.1.3",
4251
+ ]
4252
+
4253
+ [[package]]
4254
+ name = "windows-strings"
4255
+ version = "0.5.1"
4256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4257
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4258
+ dependencies = [
4259
+ "windows-link 0.2.1",
4260
+ ]
4261
+
4262
+ [[package]]
4263
+ name = "windows-sys"
4264
+ version = "0.42.0"
4265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4266
+ checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
4267
+ dependencies = [
4268
+ "windows_aarch64_gnullvm 0.42.2",
4269
+ "windows_aarch64_msvc 0.42.2",
4270
+ "windows_i686_gnu 0.42.2",
4271
+ "windows_i686_msvc 0.42.2",
4272
+ "windows_x86_64_gnu 0.42.2",
4273
+ "windows_x86_64_gnullvm 0.42.2",
4274
+ "windows_x86_64_msvc 0.42.2",
4275
+ ]
4276
+
4277
+ [[package]]
4278
+ name = "windows-sys"
4279
+ version = "0.52.0"
4280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4281
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4282
+ dependencies = [
4283
+ "windows-targets",
4284
+ ]
4285
+
4286
+ [[package]]
4287
+ name = "windows-sys"
4288
+ version = "0.59.0"
4289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4290
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4291
+ dependencies = [
4292
+ "windows-targets",
4293
+ ]
4294
+
4295
+ [[package]]
4296
+ name = "windows-sys"
4297
+ version = "0.61.2"
4298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4299
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4300
+ dependencies = [
4301
+ "windows-link 0.2.1",
4302
+ ]
4303
+
4304
+ [[package]]
4305
+ name = "windows-targets"
4306
+ version = "0.52.6"
4307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4308
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4309
+ dependencies = [
4310
+ "windows_aarch64_gnullvm 0.52.6",
4311
+ "windows_aarch64_msvc 0.52.6",
4312
+ "windows_i686_gnu 0.52.6",
4313
+ "windows_i686_gnullvm",
4314
+ "windows_i686_msvc 0.52.6",
4315
+ "windows_x86_64_gnu 0.52.6",
4316
+ "windows_x86_64_gnullvm 0.52.6",
4317
+ "windows_x86_64_msvc 0.52.6",
4318
+ ]
4319
+
4320
+ [[package]]
4321
+ name = "windows-threading"
4322
+ version = "0.1.0"
4323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4324
+ checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4325
+ dependencies = [
4326
+ "windows-link 0.1.3",
4327
+ ]
4328
+
4329
+ [[package]]
4330
+ name = "windows_aarch64_gnullvm"
4331
+ version = "0.42.2"
4332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4333
+ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4334
+
4335
+ [[package]]
4336
+ name = "windows_aarch64_gnullvm"
4337
+ version = "0.52.6"
4338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4339
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4340
+
4341
+ [[package]]
4342
+ name = "windows_aarch64_msvc"
4343
+ version = "0.42.2"
4344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4345
+ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4346
+
4347
+ [[package]]
4348
+ name = "windows_aarch64_msvc"
4349
+ version = "0.52.6"
4350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4351
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4352
+
4353
+ [[package]]
4354
+ name = "windows_i686_gnu"
4355
+ version = "0.42.2"
4356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4357
+ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4358
+
4359
+ [[package]]
4360
+ name = "windows_i686_gnu"
4361
+ version = "0.52.6"
4362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4363
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4364
+
4365
+ [[package]]
4366
+ name = "windows_i686_gnullvm"
4367
+ version = "0.52.6"
4368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4369
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4370
+
4371
+ [[package]]
4372
+ name = "windows_i686_msvc"
4373
+ version = "0.42.2"
4374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4375
+ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4376
+
4377
+ [[package]]
4378
+ name = "windows_i686_msvc"
4379
+ version = "0.52.6"
4380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4381
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4382
+
4383
+ [[package]]
4384
+ name = "windows_x86_64_gnu"
4385
+ version = "0.42.2"
4386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4387
+ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4388
+
4389
+ [[package]]
4390
+ name = "windows_x86_64_gnu"
4391
+ version = "0.52.6"
4392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4393
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4394
+
4395
+ [[package]]
4396
+ name = "windows_x86_64_gnullvm"
4397
+ version = "0.42.2"
4398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4399
+ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4400
+
4401
+ [[package]]
4402
+ name = "windows_x86_64_gnullvm"
4403
+ version = "0.52.6"
4404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4405
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4406
+
4407
+ [[package]]
4408
+ name = "windows_x86_64_msvc"
4409
+ version = "0.42.2"
4410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4411
+ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4412
+
4413
+ [[package]]
4414
+ name = "windows_x86_64_msvc"
4415
+ version = "0.52.6"
4416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4417
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4418
+
4419
+ [[package]]
4420
+ name = "wit-bindgen"
4421
+ version = "0.57.1"
4422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4423
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
4424
+
4425
+ [[package]]
4426
+ name = "writeable"
4427
+ version = "0.6.3"
4428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4429
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
4430
+
4431
+ [[package]]
4432
+ name = "xxhash-rust"
4433
+ version = "0.8.17"
4434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4435
+ checksum = "985eec839aaf2a1270af8f4ebcf63cf9401cfd90f0902f97c28d9f104ffbde72"
4436
+
4437
+ [[package]]
4438
+ name = "yoke"
4439
+ version = "0.8.3"
4440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4441
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
4442
+ dependencies = [
4443
+ "stable_deref_trait",
4444
+ "yoke-derive",
4445
+ "zerofrom",
4446
+ ]
4447
+
4448
+ [[package]]
4449
+ name = "yoke-derive"
4450
+ version = "0.8.2"
4451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4452
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
4453
+ dependencies = [
4454
+ "proc-macro2",
4455
+ "quote",
4456
+ "syn 2.0.118",
4457
+ "synstructure",
4458
+ ]
4459
+
4460
+ [[package]]
4461
+ name = "zerocopy"
4462
+ version = "0.8.54"
4463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4464
+ checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19"
4465
+ dependencies = [
4466
+ "zerocopy-derive",
4467
+ ]
4468
+
4469
+ [[package]]
4470
+ name = "zerocopy-derive"
4471
+ version = "0.8.54"
4472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4473
+ checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5"
4474
+ dependencies = [
4475
+ "proc-macro2",
4476
+ "quote",
4477
+ "syn 2.0.118",
4478
+ ]
4479
+
4480
+ [[package]]
4481
+ name = "zerofrom"
4482
+ version = "0.1.8"
4483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4484
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
4485
+ dependencies = [
4486
+ "zerofrom-derive",
4487
+ ]
4488
+
4489
+ [[package]]
4490
+ name = "zerofrom-derive"
4491
+ version = "0.1.7"
4492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4493
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4494
+ dependencies = [
4495
+ "proc-macro2",
4496
+ "quote",
4497
+ "syn 2.0.118",
4498
+ "synstructure",
4499
+ ]
4500
+
4501
+ [[package]]
4502
+ name = "zeroize"
4503
+ version = "1.9.0"
4504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4505
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
4506
+
4507
+ [[package]]
4508
+ name = "zerotrie"
4509
+ version = "0.2.4"
4510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4511
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4512
+ dependencies = [
4513
+ "displaydoc",
4514
+ "yoke",
4515
+ "zerofrom",
4516
+ ]
4517
+
4518
+ [[package]]
4519
+ name = "zerovec"
4520
+ version = "0.11.6"
4521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4522
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4523
+ dependencies = [
4524
+ "yoke",
4525
+ "zerofrom",
4526
+ "zerovec-derive",
4527
+ ]
4528
+
4529
+ [[package]]
4530
+ name = "zerovec-derive"
4531
+ version = "0.11.3"
4532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4533
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4534
+ dependencies = [
4535
+ "proc-macro2",
4536
+ "quote",
4537
+ "syn 2.0.118",
4538
+ ]
4539
+
4540
+ [[package]]
4541
+ name = "zmij"
4542
+ version = "1.0.23"
4543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4544
+ checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
4545
+
4546
+ [[package]]
4547
+ name = "zstd"
4548
+ version = "0.13.3"
4549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4550
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
4551
+ dependencies = [
4552
+ "zstd-safe",
4553
+ ]
4554
+
4555
+ [[package]]
4556
+ name = "zstd-safe"
4557
+ version = "7.2.4"
4558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4559
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
4560
+ dependencies = [
4561
+ "zstd-sys",
4562
+ ]
4563
+
4564
+ [[package]]
4565
+ name = "zstd-sys"
4566
+ version = "2.0.16+zstd.1.5.7"
4567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4568
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
4569
+ dependencies = [
4570
+ "cc",
4571
+ "pkg-config",
4572
+ ]