parquet 0.2.12-arm64-darwin

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.
data/Cargo.lock ADDED
@@ -0,0 +1,1449 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.11"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "getrandom 0.2.15",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy 0.7.35",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.3"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "alloc-no-stdlib"
36
+ version = "2.0.4"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
39
+
40
+ [[package]]
41
+ name = "alloc-stdlib"
42
+ version = "0.2.2"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
45
+ dependencies = [
46
+ "alloc-no-stdlib",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "android-tzdata"
51
+ version = "0.1.1"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
54
+
55
+ [[package]]
56
+ name = "android_system_properties"
57
+ version = "0.1.5"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
60
+ dependencies = [
61
+ "libc",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "arrow-array"
66
+ version = "54.0.0"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "bd6ed90c28c6f73a706c55799b8cc3a094e89257238e5b1d65ca7c70bd3ae23f"
69
+ dependencies = [
70
+ "ahash",
71
+ "arrow-buffer",
72
+ "arrow-data",
73
+ "arrow-schema",
74
+ "chrono",
75
+ "half",
76
+ "hashbrown",
77
+ "num",
78
+ ]
79
+
80
+ [[package]]
81
+ name = "arrow-buffer"
82
+ version = "54.0.0"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "fe4a40bdc1552ea10fbdeae4e5a945d8572c32f66bce457b96c13d9c46b80447"
85
+ dependencies = [
86
+ "bytes",
87
+ "half",
88
+ "num",
89
+ ]
90
+
91
+ [[package]]
92
+ name = "arrow-cast"
93
+ version = "54.0.0"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "430c0a21aa7f81bcf0f97c57216d7127795ea755f494d27bae2bd233be43c2cc"
96
+ dependencies = [
97
+ "arrow-array",
98
+ "arrow-buffer",
99
+ "arrow-data",
100
+ "arrow-schema",
101
+ "arrow-select",
102
+ "atoi",
103
+ "base64",
104
+ "chrono",
105
+ "half",
106
+ "lexical-core",
107
+ "num",
108
+ "ryu",
109
+ ]
110
+
111
+ [[package]]
112
+ name = "arrow-data"
113
+ version = "54.0.0"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "09af476cfbe9879937e50b1334c73189de6039186e025b1b1ac84b283b87b20e"
116
+ dependencies = [
117
+ "arrow-buffer",
118
+ "arrow-schema",
119
+ "half",
120
+ "num",
121
+ ]
122
+
123
+ [[package]]
124
+ name = "arrow-ipc"
125
+ version = "54.0.0"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "136296e8824333a8a4c4a6e508e4aa65d5678b801246d0408825ae7b2523c628"
128
+ dependencies = [
129
+ "arrow-array",
130
+ "arrow-buffer",
131
+ "arrow-data",
132
+ "arrow-schema",
133
+ "flatbuffers",
134
+ ]
135
+
136
+ [[package]]
137
+ name = "arrow-schema"
138
+ version = "54.0.0"
139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
140
+ checksum = "3a1822a1a952955637e85e8f9d6b0e04dd75d65492b87ec548dd593d3a1f772b"
141
+
142
+ [[package]]
143
+ name = "arrow-select"
144
+ version = "54.0.0"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "5c4172e9a12dfe15303d3926269f9ead471ea93bdd067d113abc65cb6c48e246"
147
+ dependencies = [
148
+ "ahash",
149
+ "arrow-array",
150
+ "arrow-buffer",
151
+ "arrow-data",
152
+ "arrow-schema",
153
+ "num",
154
+ ]
155
+
156
+ [[package]]
157
+ name = "atoi"
158
+ version = "2.0.0"
159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
160
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
161
+ dependencies = [
162
+ "num-traits",
163
+ ]
164
+
165
+ [[package]]
166
+ name = "autocfg"
167
+ version = "1.4.0"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
170
+
171
+ [[package]]
172
+ name = "base64"
173
+ version = "0.22.1"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
176
+
177
+ [[package]]
178
+ name = "bindgen"
179
+ version = "0.69.5"
180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
181
+ checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
182
+ dependencies = [
183
+ "bitflags 2.6.0",
184
+ "cexpr",
185
+ "clang-sys",
186
+ "itertools 0.12.1",
187
+ "lazy_static",
188
+ "lazycell",
189
+ "proc-macro2",
190
+ "quote",
191
+ "regex",
192
+ "rustc-hash",
193
+ "shlex",
194
+ "syn",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "bitflags"
199
+ version = "1.3.2"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
202
+
203
+ [[package]]
204
+ name = "bitflags"
205
+ version = "2.6.0"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
208
+
209
+ [[package]]
210
+ name = "brotli"
211
+ version = "7.0.0"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
214
+ dependencies = [
215
+ "alloc-no-stdlib",
216
+ "alloc-stdlib",
217
+ "brotli-decompressor",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "brotli-decompressor"
222
+ version = "4.0.1"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
225
+ dependencies = [
226
+ "alloc-no-stdlib",
227
+ "alloc-stdlib",
228
+ ]
229
+
230
+ [[package]]
231
+ name = "bumpalo"
232
+ version = "3.16.0"
233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
234
+ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
235
+
236
+ [[package]]
237
+ name = "byteorder"
238
+ version = "1.5.0"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
241
+
242
+ [[package]]
243
+ name = "bytes"
244
+ version = "1.9.0"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
247
+
248
+ [[package]]
249
+ name = "cc"
250
+ version = "1.2.6"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
253
+ dependencies = [
254
+ "jobserver",
255
+ "libc",
256
+ "shlex",
257
+ ]
258
+
259
+ [[package]]
260
+ name = "cexpr"
261
+ version = "0.6.0"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
264
+ dependencies = [
265
+ "nom",
266
+ ]
267
+
268
+ [[package]]
269
+ name = "cfg-if"
270
+ version = "1.0.0"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
273
+
274
+ [[package]]
275
+ name = "chrono"
276
+ version = "0.4.39"
277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
279
+ dependencies = [
280
+ "android-tzdata",
281
+ "iana-time-zone",
282
+ "num-traits",
283
+ "windows-targets",
284
+ ]
285
+
286
+ [[package]]
287
+ name = "clang-sys"
288
+ version = "1.8.1"
289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
290
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
291
+ dependencies = [
292
+ "glob",
293
+ "libc",
294
+ "libloading",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "const-random"
299
+ version = "0.1.18"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
302
+ dependencies = [
303
+ "const-random-macro",
304
+ ]
305
+
306
+ [[package]]
307
+ name = "const-random-macro"
308
+ version = "0.1.16"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
311
+ dependencies = [
312
+ "getrandom 0.2.15",
313
+ "once_cell",
314
+ "tiny-keccak",
315
+ ]
316
+
317
+ [[package]]
318
+ name = "core-foundation-sys"
319
+ version = "0.8.7"
320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
321
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
322
+
323
+ [[package]]
324
+ name = "crc32fast"
325
+ version = "1.4.2"
326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
327
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
328
+ dependencies = [
329
+ "cfg-if",
330
+ ]
331
+
332
+ [[package]]
333
+ name = "crunchy"
334
+ version = "0.2.2"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
337
+
338
+ [[package]]
339
+ name = "either"
340
+ version = "1.13.0"
341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
342
+ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
343
+
344
+ [[package]]
345
+ name = "errno"
346
+ version = "0.3.10"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
349
+ dependencies = [
350
+ "libc",
351
+ "windows-sys",
352
+ ]
353
+
354
+ [[package]]
355
+ name = "fastrand"
356
+ version = "2.3.0"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
359
+
360
+ [[package]]
361
+ name = "flatbuffers"
362
+ version = "24.12.23"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096"
365
+ dependencies = [
366
+ "bitflags 1.3.2",
367
+ "rustc_version",
368
+ ]
369
+
370
+ [[package]]
371
+ name = "flate2"
372
+ version = "1.0.35"
373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
374
+ checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
375
+ dependencies = [
376
+ "crc32fast",
377
+ "miniz_oxide",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "getrandom"
382
+ version = "0.2.15"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
385
+ dependencies = [
386
+ "cfg-if",
387
+ "libc",
388
+ "wasi 0.11.0+wasi-snapshot-preview1",
389
+ ]
390
+
391
+ [[package]]
392
+ name = "getrandom"
393
+ version = "0.3.1"
394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
395
+ checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
396
+ dependencies = [
397
+ "cfg-if",
398
+ "libc",
399
+ "wasi 0.13.3+wasi-0.2.2",
400
+ "windows-targets",
401
+ ]
402
+
403
+ [[package]]
404
+ name = "glob"
405
+ version = "0.3.1"
406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
407
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
408
+
409
+ [[package]]
410
+ name = "half"
411
+ version = "2.4.1"
412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
413
+ checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
414
+ dependencies = [
415
+ "cfg-if",
416
+ "crunchy",
417
+ "num-traits",
418
+ ]
419
+
420
+ [[package]]
421
+ name = "hashbrown"
422
+ version = "0.15.2"
423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
424
+ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
425
+
426
+ [[package]]
427
+ name = "iana-time-zone"
428
+ version = "0.1.61"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
431
+ dependencies = [
432
+ "android_system_properties",
433
+ "core-foundation-sys",
434
+ "iana-time-zone-haiku",
435
+ "js-sys",
436
+ "wasm-bindgen",
437
+ "windows-core",
438
+ ]
439
+
440
+ [[package]]
441
+ name = "iana-time-zone-haiku"
442
+ version = "0.1.2"
443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
444
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
445
+ dependencies = [
446
+ "cc",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "integer-encoding"
451
+ version = "3.0.4"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
454
+
455
+ [[package]]
456
+ name = "itertools"
457
+ version = "0.12.1"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
460
+ dependencies = [
461
+ "either",
462
+ ]
463
+
464
+ [[package]]
465
+ name = "itertools"
466
+ version = "0.14.0"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
469
+ dependencies = [
470
+ "either",
471
+ ]
472
+
473
+ [[package]]
474
+ name = "itoa"
475
+ version = "1.0.14"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
478
+
479
+ [[package]]
480
+ name = "jemalloc-sys"
481
+ version = "0.5.4+5.3.0-patched"
482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
483
+ checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
484
+ dependencies = [
485
+ "cc",
486
+ "libc",
487
+ ]
488
+
489
+ [[package]]
490
+ name = "jemallocator"
491
+ version = "0.5.4"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
494
+ dependencies = [
495
+ "jemalloc-sys",
496
+ "libc",
497
+ ]
498
+
499
+ [[package]]
500
+ name = "jiff"
501
+ version = "0.1.19"
502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
503
+ checksum = "943611a469f78ab9afdac9022e473a80fca16a9deca6c5be3eb566d872231e76"
504
+ dependencies = [
505
+ "jiff-tzdb-platform",
506
+ "log",
507
+ "portable-atomic",
508
+ "portable-atomic-util",
509
+ "serde",
510
+ "windows-sys",
511
+ ]
512
+
513
+ [[package]]
514
+ name = "jiff-tzdb"
515
+ version = "0.1.1"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "91335e575850c5c4c673b9bd467b0e025f164ca59d0564f69d0c2ee0ffad4653"
518
+
519
+ [[package]]
520
+ name = "jiff-tzdb-platform"
521
+ version = "0.1.1"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "9835f0060a626fe59f160437bc725491a6af23133ea906500027d1bd2f8f4329"
524
+ dependencies = [
525
+ "jiff-tzdb",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "jobserver"
530
+ version = "0.1.32"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
533
+ dependencies = [
534
+ "libc",
535
+ ]
536
+
537
+ [[package]]
538
+ name = "js-sys"
539
+ version = "0.3.76"
540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
541
+ checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
542
+ dependencies = [
543
+ "once_cell",
544
+ "wasm-bindgen",
545
+ ]
546
+
547
+ [[package]]
548
+ name = "lazy_static"
549
+ version = "1.5.0"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
552
+
553
+ [[package]]
554
+ name = "lazycell"
555
+ version = "1.3.0"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
558
+
559
+ [[package]]
560
+ name = "lexical-core"
561
+ version = "1.0.5"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958"
564
+ dependencies = [
565
+ "lexical-parse-float",
566
+ "lexical-parse-integer",
567
+ "lexical-util",
568
+ "lexical-write-float",
569
+ "lexical-write-integer",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "lexical-parse-float"
574
+ version = "1.0.5"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2"
577
+ dependencies = [
578
+ "lexical-parse-integer",
579
+ "lexical-util",
580
+ "static_assertions",
581
+ ]
582
+
583
+ [[package]]
584
+ name = "lexical-parse-integer"
585
+ version = "1.0.5"
586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
587
+ checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e"
588
+ dependencies = [
589
+ "lexical-util",
590
+ "static_assertions",
591
+ ]
592
+
593
+ [[package]]
594
+ name = "lexical-util"
595
+ version = "1.0.6"
596
+ source = "registry+https://github.com/rust-lang/crates.io-index"
597
+ checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3"
598
+ dependencies = [
599
+ "static_assertions",
600
+ ]
601
+
602
+ [[package]]
603
+ name = "lexical-write-float"
604
+ version = "1.0.5"
605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
606
+ checksum = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd"
607
+ dependencies = [
608
+ "lexical-util",
609
+ "lexical-write-integer",
610
+ "static_assertions",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "lexical-write-integer"
615
+ version = "1.0.5"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978"
618
+ dependencies = [
619
+ "lexical-util",
620
+ "static_assertions",
621
+ ]
622
+
623
+ [[package]]
624
+ name = "libc"
625
+ version = "0.2.169"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
628
+
629
+ [[package]]
630
+ name = "libloading"
631
+ version = "0.8.6"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
634
+ dependencies = [
635
+ "cfg-if",
636
+ "windows-targets",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "libm"
641
+ version = "0.2.11"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
644
+
645
+ [[package]]
646
+ name = "libmimalloc-sys"
647
+ version = "0.1.39"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
650
+ dependencies = [
651
+ "cc",
652
+ "libc",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "linux-raw-sys"
657
+ version = "0.4.15"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
660
+
661
+ [[package]]
662
+ name = "log"
663
+ version = "0.4.22"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
666
+
667
+ [[package]]
668
+ name = "lz4_flex"
669
+ version = "0.11.3"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
672
+ dependencies = [
673
+ "twox-hash",
674
+ ]
675
+
676
+ [[package]]
677
+ name = "magnus"
678
+ version = "0.7.1"
679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
680
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
681
+ dependencies = [
682
+ "magnus-macros",
683
+ "rb-sys",
684
+ "rb-sys-env",
685
+ "seq-macro",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "magnus-macros"
690
+ version = "0.6.0"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
693
+ dependencies = [
694
+ "proc-macro2",
695
+ "quote",
696
+ "syn",
697
+ ]
698
+
699
+ [[package]]
700
+ name = "memchr"
701
+ version = "2.7.4"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
704
+
705
+ [[package]]
706
+ name = "mimalloc"
707
+ version = "0.1.43"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
710
+ dependencies = [
711
+ "libmimalloc-sys",
712
+ ]
713
+
714
+ [[package]]
715
+ name = "minimal-lexical"
716
+ version = "0.2.1"
717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
718
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
719
+
720
+ [[package]]
721
+ name = "miniz_oxide"
722
+ version = "0.8.2"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
725
+ dependencies = [
726
+ "adler2",
727
+ ]
728
+
729
+ [[package]]
730
+ name = "nom"
731
+ version = "7.1.3"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
734
+ dependencies = [
735
+ "memchr",
736
+ "minimal-lexical",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "num"
741
+ version = "0.4.3"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
744
+ dependencies = [
745
+ "num-bigint",
746
+ "num-complex",
747
+ "num-integer",
748
+ "num-iter",
749
+ "num-rational",
750
+ "num-traits",
751
+ ]
752
+
753
+ [[package]]
754
+ name = "num-bigint"
755
+ version = "0.4.6"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
758
+ dependencies = [
759
+ "num-integer",
760
+ "num-traits",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "num-complex"
765
+ version = "0.4.6"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
768
+ dependencies = [
769
+ "num-traits",
770
+ ]
771
+
772
+ [[package]]
773
+ name = "num-integer"
774
+ version = "0.1.46"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
777
+ dependencies = [
778
+ "num-traits",
779
+ ]
780
+
781
+ [[package]]
782
+ name = "num-iter"
783
+ version = "0.1.45"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
786
+ dependencies = [
787
+ "autocfg",
788
+ "num-integer",
789
+ "num-traits",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "num-rational"
794
+ version = "0.4.2"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
797
+ dependencies = [
798
+ "num-bigint",
799
+ "num-integer",
800
+ "num-traits",
801
+ ]
802
+
803
+ [[package]]
804
+ name = "num-traits"
805
+ version = "0.2.19"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
808
+ dependencies = [
809
+ "autocfg",
810
+ "libm",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "once_cell"
815
+ version = "1.20.2"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
818
+
819
+ [[package]]
820
+ name = "ordered-float"
821
+ version = "2.10.1"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
824
+ dependencies = [
825
+ "num-traits",
826
+ ]
827
+
828
+ [[package]]
829
+ name = "parquet"
830
+ version = "0.1.0"
831
+ dependencies = [
832
+ "ahash",
833
+ "arrow-array",
834
+ "arrow-schema",
835
+ "bytes",
836
+ "itertools 0.14.0",
837
+ "jemallocator",
838
+ "jiff",
839
+ "magnus",
840
+ "mimalloc",
841
+ "parquet 54.0.0",
842
+ "rand",
843
+ "rb-sys",
844
+ "simdutf8",
845
+ "tempfile",
846
+ "thiserror",
847
+ ]
848
+
849
+ [[package]]
850
+ name = "parquet"
851
+ version = "54.0.0"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "3334c50239d9f4951653d84fa6f636da86f53742e5e5849a30fbe852f3ff4383"
854
+ dependencies = [
855
+ "ahash",
856
+ "arrow-array",
857
+ "arrow-buffer",
858
+ "arrow-cast",
859
+ "arrow-data",
860
+ "arrow-ipc",
861
+ "arrow-schema",
862
+ "arrow-select",
863
+ "base64",
864
+ "brotli",
865
+ "bytes",
866
+ "chrono",
867
+ "flate2",
868
+ "half",
869
+ "hashbrown",
870
+ "lz4_flex",
871
+ "num",
872
+ "num-bigint",
873
+ "paste",
874
+ "seq-macro",
875
+ "serde_json",
876
+ "snap",
877
+ "thrift",
878
+ "twox-hash",
879
+ "zstd",
880
+ "zstd-sys",
881
+ ]
882
+
883
+ [[package]]
884
+ name = "paste"
885
+ version = "1.0.15"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
888
+
889
+ [[package]]
890
+ name = "pkg-config"
891
+ version = "0.3.31"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
894
+
895
+ [[package]]
896
+ name = "portable-atomic"
897
+ version = "1.10.0"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
900
+
901
+ [[package]]
902
+ name = "portable-atomic-util"
903
+ version = "0.2.4"
904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
905
+ checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
906
+ dependencies = [
907
+ "portable-atomic",
908
+ ]
909
+
910
+ [[package]]
911
+ name = "ppv-lite86"
912
+ version = "0.2.20"
913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
914
+ checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
915
+ dependencies = [
916
+ "zerocopy 0.7.35",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "proc-macro2"
921
+ version = "1.0.92"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
924
+ dependencies = [
925
+ "unicode-ident",
926
+ ]
927
+
928
+ [[package]]
929
+ name = "quote"
930
+ version = "1.0.37"
931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
932
+ checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
933
+ dependencies = [
934
+ "proc-macro2",
935
+ ]
936
+
937
+ [[package]]
938
+ name = "rand"
939
+ version = "0.9.0"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
942
+ dependencies = [
943
+ "rand_chacha",
944
+ "rand_core",
945
+ "zerocopy 0.8.14",
946
+ ]
947
+
948
+ [[package]]
949
+ name = "rand_chacha"
950
+ version = "0.9.0"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
953
+ dependencies = [
954
+ "ppv-lite86",
955
+ "rand_core",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "rand_core"
960
+ version = "0.9.0"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
963
+ dependencies = [
964
+ "getrandom 0.3.1",
965
+ "zerocopy 0.8.14",
966
+ ]
967
+
968
+ [[package]]
969
+ name = "rb-sys"
970
+ version = "0.9.104"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "e2e26425f064a90404ed5e33fee2137b02a9c6d1c83e19394f4d8a476b9d76a2"
973
+ dependencies = [
974
+ "rb-sys-build",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "rb-sys-build"
979
+ version = "0.9.104"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "c9802c9003c5648ee0a067e9aa8960d402d5f764f682f93c1ed49eec72f6d7fc"
982
+ dependencies = [
983
+ "bindgen",
984
+ "lazy_static",
985
+ "proc-macro2",
986
+ "quote",
987
+ "regex",
988
+ "shell-words",
989
+ "syn",
990
+ ]
991
+
992
+ [[package]]
993
+ name = "rb-sys-env"
994
+ version = "0.1.2"
995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
996
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
997
+
998
+ [[package]]
999
+ name = "regex"
1000
+ version = "1.11.1"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1003
+ dependencies = [
1004
+ "aho-corasick",
1005
+ "memchr",
1006
+ "regex-automata",
1007
+ "regex-syntax",
1008
+ ]
1009
+
1010
+ [[package]]
1011
+ name = "regex-automata"
1012
+ version = "0.4.9"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1015
+ dependencies = [
1016
+ "aho-corasick",
1017
+ "memchr",
1018
+ "regex-syntax",
1019
+ ]
1020
+
1021
+ [[package]]
1022
+ name = "regex-syntax"
1023
+ version = "0.8.5"
1024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1025
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1026
+
1027
+ [[package]]
1028
+ name = "rustc-hash"
1029
+ version = "1.1.0"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1032
+
1033
+ [[package]]
1034
+ name = "rustc_version"
1035
+ version = "0.4.1"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1038
+ dependencies = [
1039
+ "semver",
1040
+ ]
1041
+
1042
+ [[package]]
1043
+ name = "rustix"
1044
+ version = "0.38.43"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6"
1047
+ dependencies = [
1048
+ "bitflags 2.6.0",
1049
+ "errno",
1050
+ "libc",
1051
+ "linux-raw-sys",
1052
+ "windows-sys",
1053
+ ]
1054
+
1055
+ [[package]]
1056
+ name = "ryu"
1057
+ version = "1.0.18"
1058
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1060
+
1061
+ [[package]]
1062
+ name = "semver"
1063
+ version = "1.0.24"
1064
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1065
+ checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
1066
+
1067
+ [[package]]
1068
+ name = "seq-macro"
1069
+ version = "0.3.5"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
1072
+
1073
+ [[package]]
1074
+ name = "serde"
1075
+ version = "1.0.216"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
1078
+ dependencies = [
1079
+ "serde_derive",
1080
+ ]
1081
+
1082
+ [[package]]
1083
+ name = "serde_derive"
1084
+ version = "1.0.216"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
1087
+ dependencies = [
1088
+ "proc-macro2",
1089
+ "quote",
1090
+ "syn",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "serde_json"
1095
+ version = "1.0.133"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
1098
+ dependencies = [
1099
+ "itoa",
1100
+ "memchr",
1101
+ "ryu",
1102
+ "serde",
1103
+ ]
1104
+
1105
+ [[package]]
1106
+ name = "shell-words"
1107
+ version = "1.1.0"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
1110
+
1111
+ [[package]]
1112
+ name = "shlex"
1113
+ version = "1.3.0"
1114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1115
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1116
+
1117
+ [[package]]
1118
+ name = "simdutf8"
1119
+ version = "0.1.5"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1122
+
1123
+ [[package]]
1124
+ name = "snap"
1125
+ version = "1.1.1"
1126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
1128
+
1129
+ [[package]]
1130
+ name = "static_assertions"
1131
+ version = "1.1.0"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1134
+
1135
+ [[package]]
1136
+ name = "syn"
1137
+ version = "2.0.91"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035"
1140
+ dependencies = [
1141
+ "proc-macro2",
1142
+ "quote",
1143
+ "unicode-ident",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "tempfile"
1148
+ version = "3.15.0"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
1151
+ dependencies = [
1152
+ "cfg-if",
1153
+ "fastrand",
1154
+ "getrandom 0.2.15",
1155
+ "once_cell",
1156
+ "rustix",
1157
+ "windows-sys",
1158
+ ]
1159
+
1160
+ [[package]]
1161
+ name = "thiserror"
1162
+ version = "2.0.9"
1163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1164
+ checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
1165
+ dependencies = [
1166
+ "thiserror-impl",
1167
+ ]
1168
+
1169
+ [[package]]
1170
+ name = "thiserror-impl"
1171
+ version = "2.0.9"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
1174
+ dependencies = [
1175
+ "proc-macro2",
1176
+ "quote",
1177
+ "syn",
1178
+ ]
1179
+
1180
+ [[package]]
1181
+ name = "thrift"
1182
+ version = "0.17.0"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
1185
+ dependencies = [
1186
+ "byteorder",
1187
+ "integer-encoding",
1188
+ "ordered-float",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "tiny-keccak"
1193
+ version = "2.0.2"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1196
+ dependencies = [
1197
+ "crunchy",
1198
+ ]
1199
+
1200
+ [[package]]
1201
+ name = "twox-hash"
1202
+ version = "1.6.3"
1203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1204
+ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
1205
+ dependencies = [
1206
+ "cfg-if",
1207
+ "static_assertions",
1208
+ ]
1209
+
1210
+ [[package]]
1211
+ name = "unicode-ident"
1212
+ version = "1.0.14"
1213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1214
+ checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
1215
+
1216
+ [[package]]
1217
+ name = "version_check"
1218
+ version = "0.9.5"
1219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1220
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1221
+
1222
+ [[package]]
1223
+ name = "wasi"
1224
+ version = "0.11.0+wasi-snapshot-preview1"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1227
+
1228
+ [[package]]
1229
+ name = "wasi"
1230
+ version = "0.13.3+wasi-0.2.2"
1231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1232
+ checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
1233
+ dependencies = [
1234
+ "wit-bindgen-rt",
1235
+ ]
1236
+
1237
+ [[package]]
1238
+ name = "wasm-bindgen"
1239
+ version = "0.2.99"
1240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1241
+ checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
1242
+ dependencies = [
1243
+ "cfg-if",
1244
+ "once_cell",
1245
+ "wasm-bindgen-macro",
1246
+ ]
1247
+
1248
+ [[package]]
1249
+ name = "wasm-bindgen-backend"
1250
+ version = "0.2.99"
1251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1252
+ checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
1253
+ dependencies = [
1254
+ "bumpalo",
1255
+ "log",
1256
+ "proc-macro2",
1257
+ "quote",
1258
+ "syn",
1259
+ "wasm-bindgen-shared",
1260
+ ]
1261
+
1262
+ [[package]]
1263
+ name = "wasm-bindgen-macro"
1264
+ version = "0.2.99"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
1267
+ dependencies = [
1268
+ "quote",
1269
+ "wasm-bindgen-macro-support",
1270
+ ]
1271
+
1272
+ [[package]]
1273
+ name = "wasm-bindgen-macro-support"
1274
+ version = "0.2.99"
1275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+ checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
1277
+ dependencies = [
1278
+ "proc-macro2",
1279
+ "quote",
1280
+ "syn",
1281
+ "wasm-bindgen-backend",
1282
+ "wasm-bindgen-shared",
1283
+ ]
1284
+
1285
+ [[package]]
1286
+ name = "wasm-bindgen-shared"
1287
+ version = "0.2.99"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
1290
+
1291
+ [[package]]
1292
+ name = "windows-core"
1293
+ version = "0.52.0"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1296
+ dependencies = [
1297
+ "windows-targets",
1298
+ ]
1299
+
1300
+ [[package]]
1301
+ name = "windows-sys"
1302
+ version = "0.59.0"
1303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1305
+ dependencies = [
1306
+ "windows-targets",
1307
+ ]
1308
+
1309
+ [[package]]
1310
+ name = "windows-targets"
1311
+ version = "0.52.6"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1314
+ dependencies = [
1315
+ "windows_aarch64_gnullvm",
1316
+ "windows_aarch64_msvc",
1317
+ "windows_i686_gnu",
1318
+ "windows_i686_gnullvm",
1319
+ "windows_i686_msvc",
1320
+ "windows_x86_64_gnu",
1321
+ "windows_x86_64_gnullvm",
1322
+ "windows_x86_64_msvc",
1323
+ ]
1324
+
1325
+ [[package]]
1326
+ name = "windows_aarch64_gnullvm"
1327
+ version = "0.52.6"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1330
+
1331
+ [[package]]
1332
+ name = "windows_aarch64_msvc"
1333
+ version = "0.52.6"
1334
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1336
+
1337
+ [[package]]
1338
+ name = "windows_i686_gnu"
1339
+ version = "0.52.6"
1340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1342
+
1343
+ [[package]]
1344
+ name = "windows_i686_gnullvm"
1345
+ version = "0.52.6"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1348
+
1349
+ [[package]]
1350
+ name = "windows_i686_msvc"
1351
+ version = "0.52.6"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1354
+
1355
+ [[package]]
1356
+ name = "windows_x86_64_gnu"
1357
+ version = "0.52.6"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1360
+
1361
+ [[package]]
1362
+ name = "windows_x86_64_gnullvm"
1363
+ version = "0.52.6"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1366
+
1367
+ [[package]]
1368
+ name = "windows_x86_64_msvc"
1369
+ version = "0.52.6"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1372
+
1373
+ [[package]]
1374
+ name = "wit-bindgen-rt"
1375
+ version = "0.33.0"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
1378
+ dependencies = [
1379
+ "bitflags 2.6.0",
1380
+ ]
1381
+
1382
+ [[package]]
1383
+ name = "zerocopy"
1384
+ version = "0.7.35"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
1387
+ dependencies = [
1388
+ "byteorder",
1389
+ "zerocopy-derive 0.7.35",
1390
+ ]
1391
+
1392
+ [[package]]
1393
+ name = "zerocopy"
1394
+ version = "0.8.14"
1395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1396
+ checksum = "a367f292d93d4eab890745e75a778da40909cab4d6ff8173693812f79c4a2468"
1397
+ dependencies = [
1398
+ "zerocopy-derive 0.8.14",
1399
+ ]
1400
+
1401
+ [[package]]
1402
+ name = "zerocopy-derive"
1403
+ version = "0.7.35"
1404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1405
+ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
1406
+ dependencies = [
1407
+ "proc-macro2",
1408
+ "quote",
1409
+ "syn",
1410
+ ]
1411
+
1412
+ [[package]]
1413
+ name = "zerocopy-derive"
1414
+ version = "0.8.14"
1415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1416
+ checksum = "d3931cb58c62c13adec22e38686b559c86a30565e16ad6e8510a337cedc611e1"
1417
+ dependencies = [
1418
+ "proc-macro2",
1419
+ "quote",
1420
+ "syn",
1421
+ ]
1422
+
1423
+ [[package]]
1424
+ name = "zstd"
1425
+ version = "0.13.2"
1426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1427
+ checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
1428
+ dependencies = [
1429
+ "zstd-safe",
1430
+ ]
1431
+
1432
+ [[package]]
1433
+ name = "zstd-safe"
1434
+ version = "7.2.1"
1435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1436
+ checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
1437
+ dependencies = [
1438
+ "zstd-sys",
1439
+ ]
1440
+
1441
+ [[package]]
1442
+ name = "zstd-sys"
1443
+ version = "2.0.13+zstd.1.5.6"
1444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1445
+ checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
1446
+ dependencies = [
1447
+ "cc",
1448
+ "pkg-config",
1449
+ ]