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