hydra-native 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,960 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "ahash"
7
+ version = "0.8.12"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
10
+ dependencies = [
11
+ "cfg-if",
12
+ "const-random",
13
+ "getrandom 0.3.4",
14
+ "once_cell",
15
+ "version_check",
16
+ "zerocopy",
17
+ ]
18
+
19
+ [[package]]
20
+ name = "android_system_properties"
21
+ version = "0.1.6"
22
+ source = "registry+https://github.com/rust-lang/crates.io-index"
23
+ checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
24
+ dependencies = [
25
+ "libc",
26
+ ]
27
+
28
+ [[package]]
29
+ name = "arrow-array"
30
+ version = "59.3.0"
31
+ source = "registry+https://github.com/rust-lang/crates.io-index"
32
+ checksum = "1e5f6adeffdf587d7a31db5d2266189624b526730cd3627f9ff9fedae97ad584"
33
+ dependencies = [
34
+ "ahash",
35
+ "arrow-buffer",
36
+ "arrow-data",
37
+ "arrow-schema",
38
+ "chrono",
39
+ "chrono-tz",
40
+ "half",
41
+ "hashbrown",
42
+ "libc",
43
+ "num-complex",
44
+ "num-integer",
45
+ "num-traits",
46
+ ]
47
+
48
+ [[package]]
49
+ name = "arrow-buffer"
50
+ version = "59.3.0"
51
+ source = "registry+https://github.com/rust-lang/crates.io-index"
52
+ checksum = "097d193003ce7995d5d087089069ec2a6e0187faf5a6f8c9f38af2645d987182"
53
+ dependencies = [
54
+ "bytes",
55
+ "half",
56
+ "num-bigint",
57
+ "num-traits",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "arrow-cast"
62
+ version = "59.3.0"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "635c9c635668ad26adf76cce8fb276c4be7cf06e63bd516de7da514f9680ee53"
65
+ dependencies = [
66
+ "arrow-array",
67
+ "arrow-buffer",
68
+ "arrow-data",
69
+ "arrow-ord",
70
+ "arrow-schema",
71
+ "arrow-select",
72
+ "atoi",
73
+ "base64",
74
+ "chrono",
75
+ "comfy-table",
76
+ "half",
77
+ "lexical-core",
78
+ "num-traits",
79
+ "ryu",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "arrow-data"
84
+ version = "59.3.0"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "9ba2f832eaeca24b8f26143dba750e42ee4ab51cf7d65e701ca9607cfda9f358"
87
+ dependencies = [
88
+ "arrow-buffer",
89
+ "arrow-schema",
90
+ "half",
91
+ "num-integer",
92
+ "num-traits",
93
+ ]
94
+
95
+ [[package]]
96
+ name = "arrow-ord"
97
+ version = "59.3.0"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "2c900759f3bd8354fd4196bc4403eee846894dc2adf66b4225472006a0bf18c5"
100
+ dependencies = [
101
+ "arrow-array",
102
+ "arrow-buffer",
103
+ "arrow-data",
104
+ "arrow-schema",
105
+ "arrow-select",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "arrow-schema"
110
+ version = "59.3.0"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "10fab8d4563491417ba801fab29d205104d20d4bdf37bda6cd1cf425cff598cd"
113
+ dependencies = [
114
+ "bitflags",
115
+ ]
116
+
117
+ [[package]]
118
+ name = "arrow-select"
119
+ version = "59.3.0"
120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
121
+ checksum = "fc58569193c2525915f3cc6310edba3792f1200f65d6e9ed330aa33e691493b8"
122
+ dependencies = [
123
+ "ahash",
124
+ "arrow-array",
125
+ "arrow-buffer",
126
+ "arrow-data",
127
+ "arrow-schema",
128
+ "num-traits",
129
+ ]
130
+
131
+ [[package]]
132
+ name = "atoi"
133
+ version = "2.0.0"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
136
+ dependencies = [
137
+ "num-traits",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "autocfg"
142
+ version = "1.5.1"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
145
+
146
+ [[package]]
147
+ name = "base64"
148
+ version = "0.23.1"
149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
150
+ checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
151
+
152
+ [[package]]
153
+ name = "bitflags"
154
+ version = "2.13.2"
155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
156
+ checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
157
+
158
+ [[package]]
159
+ name = "bumpalo"
160
+ version = "3.20.3"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
163
+
164
+ [[package]]
165
+ name = "bytes"
166
+ version = "1.12.1"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
169
+
170
+ [[package]]
171
+ name = "cc"
172
+ version = "1.4.5"
173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
174
+ checksum = "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80"
175
+ dependencies = [
176
+ "find-msvc-tools",
177
+ "shlex",
178
+ ]
179
+
180
+ [[package]]
181
+ name = "cfg-if"
182
+ version = "1.0.4"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
185
+
186
+ [[package]]
187
+ name = "chrono"
188
+ version = "0.4.45"
189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
190
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
191
+ dependencies = [
192
+ "iana-time-zone",
193
+ "js-sys",
194
+ "num-traits",
195
+ "wasm-bindgen",
196
+ "windows-link",
197
+ ]
198
+
199
+ [[package]]
200
+ name = "chrono-tz"
201
+ version = "0.10.4"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
204
+ dependencies = [
205
+ "chrono",
206
+ "phf",
207
+ ]
208
+
209
+ [[package]]
210
+ name = "comfy-table"
211
+ version = "7.2.2"
212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
213
+ checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
214
+ dependencies = [
215
+ "unicode-segmentation",
216
+ "unicode-width",
217
+ ]
218
+
219
+ [[package]]
220
+ name = "const-random"
221
+ version = "0.1.18"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
224
+ dependencies = [
225
+ "const-random-macro",
226
+ ]
227
+
228
+ [[package]]
229
+ name = "const-random-macro"
230
+ version = "0.1.16"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
233
+ dependencies = [
234
+ "getrandom 0.2.17",
235
+ "once_cell",
236
+ "tiny-keccak",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "core-foundation-sys"
241
+ version = "0.8.7"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
244
+
245
+ [[package]]
246
+ name = "crunchy"
247
+ version = "0.2.4"
248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
249
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
250
+
251
+ [[package]]
252
+ name = "equivalent"
253
+ version = "1.0.2"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
256
+
257
+ [[package]]
258
+ name = "find-msvc-tools"
259
+ version = "0.1.12"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d"
262
+
263
+ [[package]]
264
+ name = "futures-core"
265
+ version = "0.3.34"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
268
+
269
+ [[package]]
270
+ name = "futures-task"
271
+ version = "0.3.34"
272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
273
+ checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
274
+
275
+ [[package]]
276
+ name = "futures-util"
277
+ version = "0.3.34"
278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
279
+ checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
280
+ dependencies = [
281
+ "futures-core",
282
+ "futures-task",
283
+ "pin-project-lite",
284
+ "slab",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "getrandom"
289
+ version = "0.2.17"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
292
+ dependencies = [
293
+ "cfg-if",
294
+ "libc",
295
+ "wasi",
296
+ ]
297
+
298
+ [[package]]
299
+ name = "getrandom"
300
+ version = "0.3.4"
301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
302
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
303
+ dependencies = [
304
+ "cfg-if",
305
+ "libc",
306
+ "r-efi",
307
+ "wasip2",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "half"
312
+ version = "2.7.1"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
315
+ dependencies = [
316
+ "cfg-if",
317
+ "crunchy",
318
+ "num-traits",
319
+ "zerocopy",
320
+ ]
321
+
322
+ [[package]]
323
+ name = "hashbrown"
324
+ version = "0.17.1"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
327
+
328
+ [[package]]
329
+ name = "heck"
330
+ version = "0.5.0"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
333
+
334
+ [[package]]
335
+ name = "hydra_native"
336
+ version = "0.1.0"
337
+ dependencies = [
338
+ "arrow-array",
339
+ "arrow-schema",
340
+ "pyo3",
341
+ "pyo3-arrow",
342
+ ]
343
+
344
+ [[package]]
345
+ name = "iana-time-zone"
346
+ version = "0.1.65"
347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
348
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
349
+ dependencies = [
350
+ "android_system_properties",
351
+ "core-foundation-sys",
352
+ "iana-time-zone-haiku",
353
+ "js-sys",
354
+ "log",
355
+ "wasm-bindgen",
356
+ "windows-core",
357
+ ]
358
+
359
+ [[package]]
360
+ name = "iana-time-zone-haiku"
361
+ version = "0.1.2"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
364
+ dependencies = [
365
+ "cc",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "indexmap"
370
+ version = "2.14.2"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
373
+ dependencies = [
374
+ "equivalent",
375
+ "hashbrown",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "js-sys"
380
+ version = "0.3.105"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
383
+ dependencies = [
384
+ "cfg-if",
385
+ "futures-util",
386
+ "wasm-bindgen",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "lexical-core"
391
+ version = "1.0.6"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
394
+ dependencies = [
395
+ "lexical-parse-float",
396
+ "lexical-parse-integer",
397
+ "lexical-util",
398
+ "lexical-write-float",
399
+ "lexical-write-integer",
400
+ ]
401
+
402
+ [[package]]
403
+ name = "lexical-parse-float"
404
+ version = "1.0.6"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
407
+ dependencies = [
408
+ "lexical-parse-integer",
409
+ "lexical-util",
410
+ ]
411
+
412
+ [[package]]
413
+ name = "lexical-parse-integer"
414
+ version = "1.0.6"
415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
416
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
417
+ dependencies = [
418
+ "lexical-util",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "lexical-util"
423
+ version = "1.0.7"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
426
+
427
+ [[package]]
428
+ name = "lexical-write-float"
429
+ version = "1.0.6"
430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
431
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
432
+ dependencies = [
433
+ "lexical-util",
434
+ "lexical-write-integer",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "lexical-write-integer"
439
+ version = "1.0.6"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
442
+ dependencies = [
443
+ "lexical-util",
444
+ ]
445
+
446
+ [[package]]
447
+ name = "libc"
448
+ version = "0.2.189"
449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
450
+ checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
451
+
452
+ [[package]]
453
+ name = "libm"
454
+ version = "0.2.16"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
457
+
458
+ [[package]]
459
+ name = "log"
460
+ version = "0.4.34"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6"
463
+
464
+ [[package]]
465
+ name = "matrixmultiply"
466
+ version = "0.3.11"
467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
468
+ checksum = "3f607c237553f086e7043417a51df26b2eb899d3caff94e6a67592ff992fedc7"
469
+ dependencies = [
470
+ "autocfg",
471
+ "rawpointer",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "ndarray"
476
+ version = "0.17.2"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
479
+ dependencies = [
480
+ "matrixmultiply",
481
+ "num-complex",
482
+ "num-integer",
483
+ "num-traits",
484
+ "portable-atomic",
485
+ "portable-atomic-util",
486
+ "rawpointer",
487
+ ]
488
+
489
+ [[package]]
490
+ name = "num-bigint"
491
+ version = "0.5.1"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0"
494
+ dependencies = [
495
+ "num-integer",
496
+ "num-traits",
497
+ ]
498
+
499
+ [[package]]
500
+ name = "num-complex"
501
+ version = "0.4.6"
502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
503
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
504
+ dependencies = [
505
+ "num-traits",
506
+ ]
507
+
508
+ [[package]]
509
+ name = "num-integer"
510
+ version = "0.1.47"
511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
512
+ checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
513
+ dependencies = [
514
+ "num-traits",
515
+ ]
516
+
517
+ [[package]]
518
+ name = "num-traits"
519
+ version = "0.2.19"
520
+ source = "registry+https://github.com/rust-lang/crates.io-index"
521
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
522
+ dependencies = [
523
+ "autocfg",
524
+ "libm",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "numpy"
529
+ version = "0.29.0"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "6a5b15d63a5ff39e378daed0e1340d3a5964703ea9712eb09a0dc66fade996f4"
532
+ dependencies = [
533
+ "half",
534
+ "libc",
535
+ "ndarray",
536
+ "num-complex",
537
+ "num-integer",
538
+ "num-traits",
539
+ "pyo3",
540
+ "pyo3-build-config",
541
+ "rustc-hash",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "once_cell"
546
+ version = "1.21.4"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
549
+
550
+ [[package]]
551
+ name = "phf"
552
+ version = "0.12.1"
553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
554
+ checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
555
+ dependencies = [
556
+ "phf_shared",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "phf_shared"
561
+ version = "0.12.1"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
564
+ dependencies = [
565
+ "siphasher",
566
+ ]
567
+
568
+ [[package]]
569
+ name = "pin-project-lite"
570
+ version = "0.2.17"
571
+ source = "registry+https://github.com/rust-lang/crates.io-index"
572
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
573
+
574
+ [[package]]
575
+ name = "portable-atomic"
576
+ version = "1.15.0"
577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
578
+ checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
579
+
580
+ [[package]]
581
+ name = "portable-atomic-util"
582
+ version = "0.2.8"
583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
584
+ checksum = "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
585
+ dependencies = [
586
+ "portable-atomic",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "proc-macro2"
591
+ version = "1.0.107"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
594
+ dependencies = [
595
+ "unicode-ident",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "pyo3"
600
+ version = "0.29.2"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b"
603
+ dependencies = [
604
+ "chrono",
605
+ "chrono-tz",
606
+ "indexmap",
607
+ "libc",
608
+ "once_cell",
609
+ "portable-atomic",
610
+ "pyo3-build-config",
611
+ "pyo3-ffi",
612
+ "pyo3-macros",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "pyo3-arrow"
617
+ version = "0.19.0"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "3d5ddf226a2dbf7607570d0657c2bf6fbe299208368b2914f3dd7e7ba0b57688"
620
+ dependencies = [
621
+ "arrow-array",
622
+ "arrow-buffer",
623
+ "arrow-cast",
624
+ "arrow-data",
625
+ "arrow-schema",
626
+ "arrow-select",
627
+ "chrono",
628
+ "chrono-tz",
629
+ "half",
630
+ "indexmap",
631
+ "numpy",
632
+ "pyo3",
633
+ "thiserror",
634
+ ]
635
+
636
+ [[package]]
637
+ name = "pyo3-build-config"
638
+ version = "0.29.2"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9"
641
+ dependencies = [
642
+ "target-lexicon",
643
+ ]
644
+
645
+ [[package]]
646
+ name = "pyo3-ffi"
647
+ version = "0.29.2"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327"
650
+ dependencies = [
651
+ "libc",
652
+ "pyo3-build-config",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "pyo3-macros"
657
+ version = "0.29.2"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c"
660
+ dependencies = [
661
+ "proc-macro2",
662
+ "pyo3-macros-backend",
663
+ "quote",
664
+ "syn 2.0.119",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "pyo3-macros-backend"
669
+ version = "0.29.2"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952"
672
+ dependencies = [
673
+ "heck",
674
+ "proc-macro2",
675
+ "quote",
676
+ "syn 2.0.119",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "quote"
681
+ version = "1.0.47"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
684
+ dependencies = [
685
+ "proc-macro2",
686
+ ]
687
+
688
+ [[package]]
689
+ name = "r-efi"
690
+ version = "5.3.0"
691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
693
+
694
+ [[package]]
695
+ name = "rawpointer"
696
+ version = "0.2.1"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
699
+
700
+ [[package]]
701
+ name = "rustc-hash"
702
+ version = "2.1.3"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
705
+
706
+ [[package]]
707
+ name = "rustversion"
708
+ version = "1.0.23"
709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
710
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
711
+
712
+ [[package]]
713
+ name = "ryu"
714
+ version = "1.0.23"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
717
+
718
+ [[package]]
719
+ name = "shlex"
720
+ version = "2.0.1"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
723
+
724
+ [[package]]
725
+ name = "siphasher"
726
+ version = "1.0.3"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
729
+
730
+ [[package]]
731
+ name = "slab"
732
+ version = "0.4.12"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
735
+
736
+ [[package]]
737
+ name = "syn"
738
+ version = "2.0.119"
739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
740
+ checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
741
+ dependencies = [
742
+ "proc-macro2",
743
+ "quote",
744
+ "unicode-ident",
745
+ ]
746
+
747
+ [[package]]
748
+ name = "syn"
749
+ version = "3.0.5"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
752
+ dependencies = [
753
+ "proc-macro2",
754
+ "quote",
755
+ "unicode-ident",
756
+ ]
757
+
758
+ [[package]]
759
+ name = "target-lexicon"
760
+ version = "0.13.5"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
763
+
764
+ [[package]]
765
+ name = "thiserror"
766
+ version = "1.0.69"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
769
+ dependencies = [
770
+ "thiserror-impl",
771
+ ]
772
+
773
+ [[package]]
774
+ name = "thiserror-impl"
775
+ version = "1.0.69"
776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
777
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
778
+ dependencies = [
779
+ "proc-macro2",
780
+ "quote",
781
+ "syn 2.0.119",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "tiny-keccak"
786
+ version = "2.0.2"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
789
+ dependencies = [
790
+ "crunchy",
791
+ ]
792
+
793
+ [[package]]
794
+ name = "unicode-ident"
795
+ version = "1.0.24"
796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
797
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
798
+
799
+ [[package]]
800
+ name = "unicode-segmentation"
801
+ version = "1.13.3"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
804
+
805
+ [[package]]
806
+ name = "unicode-width"
807
+ version = "0.2.2"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
810
+
811
+ [[package]]
812
+ name = "version_check"
813
+ version = "0.9.5"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
816
+
817
+ [[package]]
818
+ name = "wasi"
819
+ version = "0.11.1+wasi-snapshot-preview1"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
822
+
823
+ [[package]]
824
+ name = "wasip2"
825
+ version = "1.0.4+wasi-0.2.12"
826
+ source = "registry+https://github.com/rust-lang/crates.io-index"
827
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
828
+ dependencies = [
829
+ "wit-bindgen",
830
+ ]
831
+
832
+ [[package]]
833
+ name = "wasm-bindgen"
834
+ version = "0.2.128"
835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
836
+ checksum = "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
837
+ dependencies = [
838
+ "cfg-if",
839
+ "once_cell",
840
+ "rustversion",
841
+ "wasm-bindgen-macro",
842
+ "wasm-bindgen-shared",
843
+ ]
844
+
845
+ [[package]]
846
+ name = "wasm-bindgen-macro"
847
+ version = "0.2.128"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
850
+ dependencies = [
851
+ "quote",
852
+ "wasm-bindgen-macro-support",
853
+ ]
854
+
855
+ [[package]]
856
+ name = "wasm-bindgen-macro-support"
857
+ version = "0.2.128"
858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
859
+ checksum = "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
860
+ dependencies = [
861
+ "bumpalo",
862
+ "proc-macro2",
863
+ "quote",
864
+ "syn 3.0.5",
865
+ "wasm-bindgen-shared",
866
+ ]
867
+
868
+ [[package]]
869
+ name = "wasm-bindgen-shared"
870
+ version = "0.2.128"
871
+ source = "registry+https://github.com/rust-lang/crates.io-index"
872
+ checksum = "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
873
+ dependencies = [
874
+ "unicode-ident",
875
+ ]
876
+
877
+ [[package]]
878
+ name = "windows-core"
879
+ version = "0.62.2"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
882
+ dependencies = [
883
+ "windows-implement",
884
+ "windows-interface",
885
+ "windows-link",
886
+ "windows-result",
887
+ "windows-strings",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "windows-implement"
892
+ version = "0.60.2"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
895
+ dependencies = [
896
+ "proc-macro2",
897
+ "quote",
898
+ "syn 2.0.119",
899
+ ]
900
+
901
+ [[package]]
902
+ name = "windows-interface"
903
+ version = "0.59.3"
904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
905
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
906
+ dependencies = [
907
+ "proc-macro2",
908
+ "quote",
909
+ "syn 2.0.119",
910
+ ]
911
+
912
+ [[package]]
913
+ name = "windows-link"
914
+ version = "0.2.1"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
917
+
918
+ [[package]]
919
+ name = "windows-result"
920
+ version = "0.4.1"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
923
+ dependencies = [
924
+ "windows-link",
925
+ ]
926
+
927
+ [[package]]
928
+ name = "windows-strings"
929
+ version = "0.5.1"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
932
+ dependencies = [
933
+ "windows-link",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "wit-bindgen"
938
+ version = "0.57.1"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
941
+
942
+ [[package]]
943
+ name = "zerocopy"
944
+ version = "0.8.57"
945
+ source = "registry+https://github.com/rust-lang/crates.io-index"
946
+ checksum = "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873"
947
+ dependencies = [
948
+ "zerocopy-derive",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "zerocopy-derive"
953
+ version = "0.8.57"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc"
956
+ dependencies = [
957
+ "proc-macro2",
958
+ "quote",
959
+ "syn 2.0.119",
960
+ ]