openproteo-io 1.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.
@@ -0,0 +1,1668 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "getrandom 0.3.4",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "android_system_properties"
36
+ version = "0.1.5"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
39
+ dependencies = [
40
+ "libc",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "anstream"
45
+ version = "1.0.0"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
48
+ dependencies = [
49
+ "anstyle",
50
+ "anstyle-parse",
51
+ "anstyle-query",
52
+ "anstyle-wincon",
53
+ "colorchoice",
54
+ "is_terminal_polyfill",
55
+ "utf8parse",
56
+ ]
57
+
58
+ [[package]]
59
+ name = "anstyle"
60
+ version = "1.0.14"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
63
+
64
+ [[package]]
65
+ name = "anstyle-parse"
66
+ version = "1.0.0"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
69
+ dependencies = [
70
+ "utf8parse",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "anstyle-query"
75
+ version = "1.1.5"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
78
+ dependencies = [
79
+ "windows-sys",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "anstyle-wincon"
84
+ version = "3.0.11"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
87
+ dependencies = [
88
+ "anstyle",
89
+ "once_cell_polyfill",
90
+ "windows-sys",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "arrow"
95
+ version = "58.3.0"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "378530e55cd479eda3c14eb345310799717e6f76d0c332041e8487022166b471"
98
+ dependencies = [
99
+ "arrow-arith",
100
+ "arrow-array",
101
+ "arrow-buffer",
102
+ "arrow-cast",
103
+ "arrow-csv",
104
+ "arrow-data",
105
+ "arrow-ipc",
106
+ "arrow-json",
107
+ "arrow-ord",
108
+ "arrow-pyarrow",
109
+ "arrow-row",
110
+ "arrow-schema",
111
+ "arrow-select",
112
+ "arrow-string",
113
+ ]
114
+
115
+ [[package]]
116
+ name = "arrow-arith"
117
+ version = "58.3.0"
118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
119
+ checksum = "a0ab212d2c1886e802f51c5212d78ebbcbb0bec980fff9dadc1eb8d45cd0b738"
120
+ dependencies = [
121
+ "arrow-array",
122
+ "arrow-buffer",
123
+ "arrow-data",
124
+ "arrow-schema",
125
+ "chrono",
126
+ "num-traits",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "arrow-array"
131
+ version = "58.3.0"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "cfd33d3e92f207444098c75b42de99d329562be0cf686b307b097cc52b4e999e"
134
+ dependencies = [
135
+ "ahash",
136
+ "arrow-buffer",
137
+ "arrow-data",
138
+ "arrow-schema",
139
+ "chrono",
140
+ "half",
141
+ "hashbrown 0.17.1",
142
+ "num-complex",
143
+ "num-integer",
144
+ "num-traits",
145
+ ]
146
+
147
+ [[package]]
148
+ name = "arrow-buffer"
149
+ version = "58.3.0"
150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
151
+ checksum = "0c6cd424c2693bcdbc150d843dc9d4d137dd2de4782ce6df491ad11a3a0416c0"
152
+ dependencies = [
153
+ "bytes",
154
+ "half",
155
+ "num-bigint",
156
+ "num-traits",
157
+ ]
158
+
159
+ [[package]]
160
+ name = "arrow-cast"
161
+ version = "58.3.0"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "4c5aefb56a2c02e9e2b30746241058b85f8983f0fcff2ba0c6d09006e1cded7f"
164
+ dependencies = [
165
+ "arrow-array",
166
+ "arrow-buffer",
167
+ "arrow-data",
168
+ "arrow-ord",
169
+ "arrow-schema",
170
+ "arrow-select",
171
+ "atoi",
172
+ "base64",
173
+ "chrono",
174
+ "half",
175
+ "lexical-core",
176
+ "num-traits",
177
+ "ryu",
178
+ ]
179
+
180
+ [[package]]
181
+ name = "arrow-csv"
182
+ version = "58.3.0"
183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
184
+ checksum = "e94e8cf7e517657a52b91ea1263acf38c4ca62a84655d72458a3359b12ab97de"
185
+ dependencies = [
186
+ "arrow-array",
187
+ "arrow-cast",
188
+ "arrow-schema",
189
+ "chrono",
190
+ "csv",
191
+ "csv-core",
192
+ "regex",
193
+ ]
194
+
195
+ [[package]]
196
+ name = "arrow-data"
197
+ version = "58.3.0"
198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
199
+ checksum = "3c88210023a2bfee1896af366309a3028fc3bcbd6515fa29a7990ee1baa08ee0"
200
+ dependencies = [
201
+ "arrow-buffer",
202
+ "arrow-schema",
203
+ "half",
204
+ "num-integer",
205
+ "num-traits",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "arrow-ipc"
210
+ version = "58.3.0"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "238438f0834483703d88896db6fe5a7138b2230debc31b34c0336c2996e3c64f"
213
+ dependencies = [
214
+ "arrow-array",
215
+ "arrow-buffer",
216
+ "arrow-data",
217
+ "arrow-schema",
218
+ "arrow-select",
219
+ "flatbuffers",
220
+ ]
221
+
222
+ [[package]]
223
+ name = "arrow-json"
224
+ version = "58.3.0"
225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
226
+ checksum = "205ca2119e6d679d5c133c6f30e68f027738d95ed948cf77677ea69c7800036b"
227
+ dependencies = [
228
+ "arrow-array",
229
+ "arrow-buffer",
230
+ "arrow-cast",
231
+ "arrow-ord",
232
+ "arrow-schema",
233
+ "arrow-select",
234
+ "chrono",
235
+ "half",
236
+ "indexmap",
237
+ "itoa",
238
+ "lexical-core",
239
+ "memchr",
240
+ "num-traits",
241
+ "ryu",
242
+ "serde_core",
243
+ "serde_json",
244
+ "simdutf8",
245
+ ]
246
+
247
+ [[package]]
248
+ name = "arrow-ord"
249
+ version = "58.3.0"
250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
251
+ checksum = "1bffd8fd2579286a5d63bac898159873e5094a79009940bcb42bbfce4f19f1d0"
252
+ dependencies = [
253
+ "arrow-array",
254
+ "arrow-buffer",
255
+ "arrow-data",
256
+ "arrow-schema",
257
+ "arrow-select",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "arrow-pyarrow"
262
+ version = "58.3.0"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "d29abdf672a81c1aeb57fd2661457f9918964d49aed0e9f18932535f2a9e49ce"
265
+ dependencies = [
266
+ "arrow-array",
267
+ "arrow-data",
268
+ "arrow-schema",
269
+ "pyo3",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "arrow-row"
274
+ version = "58.3.0"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "bab5994731204603c73ba69267616c50f80780774c6bb0476f1f830625115e0c"
277
+ dependencies = [
278
+ "arrow-array",
279
+ "arrow-buffer",
280
+ "arrow-data",
281
+ "arrow-schema",
282
+ "half",
283
+ ]
284
+
285
+ [[package]]
286
+ name = "arrow-schema"
287
+ version = "58.3.0"
288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
289
+ checksum = "f633dbfdf39c039ada1bf9e34c694816eb71fbb7dc78f613993b7245e078a1ed"
290
+ dependencies = [
291
+ "bitflags",
292
+ ]
293
+
294
+ [[package]]
295
+ name = "arrow-select"
296
+ version = "58.3.0"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "8cd065c54172ac787cf3f2f8d4107e0d3fdc26edba76fdf4f4cc170258942222"
299
+ dependencies = [
300
+ "ahash",
301
+ "arrow-array",
302
+ "arrow-buffer",
303
+ "arrow-data",
304
+ "arrow-schema",
305
+ "num-traits",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "arrow-string"
310
+ version = "58.3.0"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "29dd7cda3ab9692f43a2e4acc444d760cc17b12bb6d8232ddf64e9bab7c06b42"
313
+ dependencies = [
314
+ "arrow-array",
315
+ "arrow-buffer",
316
+ "arrow-data",
317
+ "arrow-schema",
318
+ "arrow-select",
319
+ "memchr",
320
+ "num-traits",
321
+ "regex",
322
+ "regex-syntax",
323
+ ]
324
+
325
+ [[package]]
326
+ name = "atoi"
327
+ version = "2.0.0"
328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
329
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
330
+ dependencies = [
331
+ "num-traits",
332
+ ]
333
+
334
+ [[package]]
335
+ name = "autocfg"
336
+ version = "1.5.1"
337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
338
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
339
+
340
+ [[package]]
341
+ name = "base16ct"
342
+ version = "0.2.0"
343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
344
+ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
345
+
346
+ [[package]]
347
+ name = "base64"
348
+ version = "0.22.1"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
351
+
352
+ [[package]]
353
+ name = "base64-simd"
354
+ version = "0.8.0"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
357
+ dependencies = [
358
+ "outref",
359
+ "vsimd",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "bitflags"
364
+ version = "2.13.0"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
367
+
368
+ [[package]]
369
+ name = "block-buffer"
370
+ version = "0.10.4"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
373
+ dependencies = [
374
+ "generic-array",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "bumpalo"
379
+ version = "3.20.3"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
382
+
383
+ [[package]]
384
+ name = "bytemuck"
385
+ version = "1.25.0"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
388
+
389
+ [[package]]
390
+ name = "bytes"
391
+ version = "1.12.0"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
394
+
395
+ [[package]]
396
+ name = "cc"
397
+ version = "1.2.65"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
400
+ dependencies = [
401
+ "find-msvc-tools",
402
+ "jobserver",
403
+ "libc",
404
+ "shlex",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "cfg-if"
409
+ version = "1.0.4"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
412
+
413
+ [[package]]
414
+ name = "chrono"
415
+ version = "0.4.45"
416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
417
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
418
+ dependencies = [
419
+ "iana-time-zone",
420
+ "js-sys",
421
+ "num-traits",
422
+ "wasm-bindgen",
423
+ "windows-link",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "clap"
428
+ version = "4.6.1"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
431
+ dependencies = [
432
+ "clap_builder",
433
+ "clap_derive",
434
+ ]
435
+
436
+ [[package]]
437
+ name = "clap_builder"
438
+ version = "4.6.0"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
441
+ dependencies = [
442
+ "anstream",
443
+ "anstyle",
444
+ "clap_lex",
445
+ "strsim",
446
+ ]
447
+
448
+ [[package]]
449
+ name = "clap_derive"
450
+ version = "4.6.1"
451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
452
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
453
+ dependencies = [
454
+ "heck",
455
+ "proc-macro2",
456
+ "quote",
457
+ "syn",
458
+ ]
459
+
460
+ [[package]]
461
+ name = "clap_lex"
462
+ version = "1.1.0"
463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
464
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
465
+
466
+ [[package]]
467
+ name = "colorchoice"
468
+ version = "1.0.5"
469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
470
+ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
471
+
472
+ [[package]]
473
+ name = "const-random"
474
+ version = "0.1.18"
475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
476
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
477
+ dependencies = [
478
+ "const-random-macro",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "const-random-macro"
483
+ version = "0.1.16"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
486
+ dependencies = [
487
+ "getrandom 0.2.17",
488
+ "once_cell",
489
+ "tiny-keccak",
490
+ ]
491
+
492
+ [[package]]
493
+ name = "core-foundation-sys"
494
+ version = "0.8.7"
495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
496
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
497
+
498
+ [[package]]
499
+ name = "cpufeatures"
500
+ version = "0.2.17"
501
+ source = "registry+https://github.com/rust-lang/crates.io-index"
502
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
503
+ dependencies = [
504
+ "libc",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "crc32fast"
509
+ version = "1.5.0"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
512
+ dependencies = [
513
+ "cfg-if",
514
+ ]
515
+
516
+ [[package]]
517
+ name = "crunchy"
518
+ version = "0.2.4"
519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
520
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
521
+
522
+ [[package]]
523
+ name = "crypto-common"
524
+ version = "0.1.7"
525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
526
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
527
+ dependencies = [
528
+ "generic-array",
529
+ "typenum",
530
+ ]
531
+
532
+ [[package]]
533
+ name = "csv"
534
+ version = "1.4.0"
535
+ source = "registry+https://github.com/rust-lang/crates.io-index"
536
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
537
+ dependencies = [
538
+ "csv-core",
539
+ "itoa",
540
+ "ryu",
541
+ "serde_core",
542
+ ]
543
+
544
+ [[package]]
545
+ name = "csv-core"
546
+ version = "0.1.13"
547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
548
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
549
+ dependencies = [
550
+ "memchr",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "digest"
555
+ version = "0.10.7"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
558
+ dependencies = [
559
+ "block-buffer",
560
+ "crypto-common",
561
+ ]
562
+
563
+ [[package]]
564
+ name = "encoding_rs"
565
+ version = "0.8.35"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
568
+ dependencies = [
569
+ "cfg-if",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "equivalent"
574
+ version = "1.0.2"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
577
+
578
+ [[package]]
579
+ name = "fallible-iterator"
580
+ version = "0.3.0"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
583
+
584
+ [[package]]
585
+ name = "fallible-streaming-iterator"
586
+ version = "0.1.9"
587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
588
+ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
589
+
590
+ [[package]]
591
+ name = "find-msvc-tools"
592
+ version = "0.1.9"
593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
594
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
595
+
596
+ [[package]]
597
+ name = "flatbuffers"
598
+ version = "25.12.19"
599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
600
+ checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
601
+ dependencies = [
602
+ "bitflags",
603
+ "rustc_version",
604
+ ]
605
+
606
+ [[package]]
607
+ name = "flate2"
608
+ version = "1.1.9"
609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
610
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
611
+ dependencies = [
612
+ "crc32fast",
613
+ "miniz_oxide",
614
+ ]
615
+
616
+ [[package]]
617
+ name = "futures-core"
618
+ version = "0.3.32"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
621
+
622
+ [[package]]
623
+ name = "futures-task"
624
+ version = "0.3.32"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
627
+
628
+ [[package]]
629
+ name = "futures-util"
630
+ version = "0.3.32"
631
+ source = "registry+https://github.com/rust-lang/crates.io-index"
632
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
633
+ dependencies = [
634
+ "futures-core",
635
+ "futures-task",
636
+ "pin-project-lite",
637
+ "slab",
638
+ ]
639
+
640
+ [[package]]
641
+ name = "generic-array"
642
+ version = "0.14.7"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
645
+ dependencies = [
646
+ "typenum",
647
+ "version_check",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "getrandom"
652
+ version = "0.2.17"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
655
+ dependencies = [
656
+ "cfg-if",
657
+ "libc",
658
+ "wasi",
659
+ ]
660
+
661
+ [[package]]
662
+ name = "getrandom"
663
+ version = "0.3.4"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
666
+ dependencies = [
667
+ "cfg-if",
668
+ "libc",
669
+ "r-efi",
670
+ "wasip2",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "half"
675
+ version = "2.7.1"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
678
+ dependencies = [
679
+ "cfg-if",
680
+ "crunchy",
681
+ "num-traits",
682
+ "zerocopy",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "hashbrown"
687
+ version = "0.14.5"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
690
+ dependencies = [
691
+ "ahash",
692
+ ]
693
+
694
+ [[package]]
695
+ name = "hashbrown"
696
+ version = "0.17.1"
697
+ source = "registry+https://github.com/rust-lang/crates.io-index"
698
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
699
+
700
+ [[package]]
701
+ name = "hashlink"
702
+ version = "0.9.1"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
705
+ dependencies = [
706
+ "hashbrown 0.14.5",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "heck"
711
+ version = "0.5.0"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
714
+
715
+ [[package]]
716
+ name = "iana-time-zone"
717
+ version = "0.1.65"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
720
+ dependencies = [
721
+ "android_system_properties",
722
+ "core-foundation-sys",
723
+ "iana-time-zone-haiku",
724
+ "js-sys",
725
+ "log",
726
+ "wasm-bindgen",
727
+ "windows-core",
728
+ ]
729
+
730
+ [[package]]
731
+ name = "iana-time-zone-haiku"
732
+ version = "0.1.2"
733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
734
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
735
+ dependencies = [
736
+ "cc",
737
+ ]
738
+
739
+ [[package]]
740
+ name = "identity-hash"
741
+ version = "0.1.0"
742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
743
+ checksum = "dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da"
744
+
745
+ [[package]]
746
+ name = "indexmap"
747
+ version = "2.14.0"
748
+ source = "registry+https://github.com/rust-lang/crates.io-index"
749
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
750
+ dependencies = [
751
+ "equivalent",
752
+ "hashbrown 0.17.1",
753
+ "serde",
754
+ "serde_core",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "is_terminal_polyfill"
759
+ version = "1.70.2"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
762
+
763
+ [[package]]
764
+ name = "itoa"
765
+ version = "1.0.18"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
768
+
769
+ [[package]]
770
+ name = "jobserver"
771
+ version = "0.1.34"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
774
+ dependencies = [
775
+ "getrandom 0.3.4",
776
+ "libc",
777
+ ]
778
+
779
+ [[package]]
780
+ name = "js-sys"
781
+ version = "0.3.103"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
784
+ dependencies = [
785
+ "cfg-if",
786
+ "futures-util",
787
+ "wasm-bindgen",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "lexical-core"
792
+ version = "1.0.6"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
795
+ dependencies = [
796
+ "lexical-parse-float",
797
+ "lexical-parse-integer",
798
+ "lexical-util",
799
+ "lexical-write-float",
800
+ "lexical-write-integer",
801
+ ]
802
+
803
+ [[package]]
804
+ name = "lexical-parse-float"
805
+ version = "1.0.6"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
808
+ dependencies = [
809
+ "lexical-parse-integer",
810
+ "lexical-util",
811
+ ]
812
+
813
+ [[package]]
814
+ name = "lexical-parse-integer"
815
+ version = "1.0.6"
816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
817
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
818
+ dependencies = [
819
+ "lexical-util",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "lexical-util"
824
+ version = "1.0.7"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
827
+
828
+ [[package]]
829
+ name = "lexical-write-float"
830
+ version = "1.0.6"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
833
+ dependencies = [
834
+ "lexical-util",
835
+ "lexical-write-integer",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "lexical-write-integer"
840
+ version = "1.0.6"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
843
+ dependencies = [
844
+ "lexical-util",
845
+ ]
846
+
847
+ [[package]]
848
+ name = "libc"
849
+ version = "0.2.186"
850
+ source = "registry+https://github.com/rust-lang/crates.io-index"
851
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
852
+
853
+ [[package]]
854
+ name = "libm"
855
+ version = "0.2.16"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
858
+
859
+ [[package]]
860
+ name = "libsqlite3-sys"
861
+ version = "0.28.0"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
864
+ dependencies = [
865
+ "cc",
866
+ "pkg-config",
867
+ "vcpkg",
868
+ ]
869
+
870
+ [[package]]
871
+ name = "log"
872
+ version = "0.4.33"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
875
+
876
+ [[package]]
877
+ name = "matrixmultiply"
878
+ version = "0.3.10"
879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
880
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
881
+ dependencies = [
882
+ "autocfg",
883
+ "rawpointer",
884
+ ]
885
+
886
+ [[package]]
887
+ name = "md5"
888
+ version = "0.7.0"
889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
890
+ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
891
+
892
+ [[package]]
893
+ name = "memchr"
894
+ version = "2.8.2"
895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
896
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
897
+
898
+ [[package]]
899
+ name = "miniz_oxide"
900
+ version = "0.8.9"
901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
902
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
903
+ dependencies = [
904
+ "adler2",
905
+ "simd-adler32",
906
+ ]
907
+
908
+ [[package]]
909
+ name = "mzdata"
910
+ version = "0.63.5"
911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
912
+ checksum = "2d76a8ba02b9fc6af4a14c5ac7b738c8b133c09b850a811a29ae6fd5bfa13799"
913
+ dependencies = [
914
+ "base16ct",
915
+ "base64-simd",
916
+ "bitflags",
917
+ "bytemuck",
918
+ "chrono",
919
+ "encoding_rs",
920
+ "flate2",
921
+ "identity-hash",
922
+ "indexmap",
923
+ "log",
924
+ "md5",
925
+ "memchr",
926
+ "mzpeaks",
927
+ "num-traits",
928
+ "quick-xml",
929
+ "regex",
930
+ "sha1",
931
+ "thiserror",
932
+ ]
933
+
934
+ [[package]]
935
+ name = "mzpeaks"
936
+ version = "1.0.9"
937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
938
+ checksum = "543be9eac70437bfc915b3339e6ae4f23dc034922f13eb2535dcc19e7e9e9481"
939
+ dependencies = [
940
+ "num-traits",
941
+ ]
942
+
943
+ [[package]]
944
+ name = "ndarray"
945
+ version = "0.17.2"
946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
947
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
948
+ dependencies = [
949
+ "matrixmultiply",
950
+ "num-complex",
951
+ "num-integer",
952
+ "num-traits",
953
+ "portable-atomic",
954
+ "portable-atomic-util",
955
+ "rawpointer",
956
+ ]
957
+
958
+ [[package]]
959
+ name = "num-bigint"
960
+ version = "0.4.6"
961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
962
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
963
+ dependencies = [
964
+ "num-integer",
965
+ "num-traits",
966
+ ]
967
+
968
+ [[package]]
969
+ name = "num-complex"
970
+ version = "0.4.6"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
973
+ dependencies = [
974
+ "num-traits",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "num-integer"
979
+ version = "0.1.46"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
982
+ dependencies = [
983
+ "num-traits",
984
+ ]
985
+
986
+ [[package]]
987
+ name = "num-traits"
988
+ version = "0.2.19"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
991
+ dependencies = [
992
+ "autocfg",
993
+ "libm",
994
+ ]
995
+
996
+ [[package]]
997
+ name = "numpy"
998
+ version = "0.28.0"
999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1000
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
1001
+ dependencies = [
1002
+ "libc",
1003
+ "ndarray",
1004
+ "num-complex",
1005
+ "num-integer",
1006
+ "num-traits",
1007
+ "pyo3",
1008
+ "pyo3-build-config",
1009
+ "rustc-hash",
1010
+ ]
1011
+
1012
+ [[package]]
1013
+ name = "once_cell"
1014
+ version = "1.21.4"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1017
+
1018
+ [[package]]
1019
+ name = "once_cell_polyfill"
1020
+ version = "1.70.2"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1023
+
1024
+ [[package]]
1025
+ name = "openproteo-core"
1026
+ version = "1.0.1"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "75e2005b619c6f1087cc4304465dba88de1294e57d6b1f6676ccd1ab0d124e90"
1029
+ dependencies = [
1030
+ "arrow-array",
1031
+ "arrow-buffer",
1032
+ "arrow-schema",
1033
+ "thiserror",
1034
+ ]
1035
+
1036
+ [[package]]
1037
+ name = "openproteo-io"
1038
+ version = "1.2.0"
1039
+ dependencies = [
1040
+ "openproteo-core",
1041
+ "opentfraw",
1042
+ "opentimstdf",
1043
+ "openwraw",
1044
+ "thiserror",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "openproteo-io-cli"
1049
+ version = "1.2.0"
1050
+ dependencies = [
1051
+ "clap",
1052
+ "flate2",
1053
+ "mzdata",
1054
+ "openproteo-core",
1055
+ "openproteo-io",
1056
+ ]
1057
+
1058
+ [[package]]
1059
+ name = "openproteo-io-py"
1060
+ version = "1.2.0"
1061
+ dependencies = [
1062
+ "arrow",
1063
+ "numpy",
1064
+ "openproteo-core",
1065
+ "openproteo-io",
1066
+ "opentfraw",
1067
+ "opentimstdf",
1068
+ "openwraw",
1069
+ "pyo3",
1070
+ ]
1071
+
1072
+ [[package]]
1073
+ name = "opentfraw"
1074
+ version = "1.2.0"
1075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1076
+ checksum = "c6ed91df8a48edf3145904b9c5f7d45f83cd3a47c5f8a66a69b0270b1336f593"
1077
+ dependencies = [
1078
+ "openproteo-core",
1079
+ "thiserror",
1080
+ ]
1081
+
1082
+ [[package]]
1083
+ name = "opentimstdf"
1084
+ version = "1.1.0"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "e9836965c49490627296bc6505a5094960b3f12038bce06c41353d4aabd49167"
1087
+ dependencies = [
1088
+ "openproteo-core",
1089
+ "rusqlite",
1090
+ "thiserror",
1091
+ "zstd",
1092
+ ]
1093
+
1094
+ [[package]]
1095
+ name = "openwraw"
1096
+ version = "1.1.0"
1097
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
+ checksum = "0a8fc7a5e14f7e3307ff2ab8b260add3393f87518e6445e58de38fdecb21fdc4"
1099
+ dependencies = [
1100
+ "openproteo-core",
1101
+ "thiserror",
1102
+ ]
1103
+
1104
+ [[package]]
1105
+ name = "outref"
1106
+ version = "0.5.2"
1107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1108
+ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
1109
+
1110
+ [[package]]
1111
+ name = "pin-project-lite"
1112
+ version = "0.2.17"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1115
+
1116
+ [[package]]
1117
+ name = "pkg-config"
1118
+ version = "0.3.33"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1121
+
1122
+ [[package]]
1123
+ name = "portable-atomic"
1124
+ version = "1.13.1"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1127
+
1128
+ [[package]]
1129
+ name = "portable-atomic-util"
1130
+ version = "0.2.7"
1131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1132
+ checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
1133
+ dependencies = [
1134
+ "portable-atomic",
1135
+ ]
1136
+
1137
+ [[package]]
1138
+ name = "proc-macro2"
1139
+ version = "1.0.106"
1140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1141
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1142
+ dependencies = [
1143
+ "unicode-ident",
1144
+ ]
1145
+
1146
+ [[package]]
1147
+ name = "pyo3"
1148
+ version = "0.28.3"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
1151
+ dependencies = [
1152
+ "libc",
1153
+ "once_cell",
1154
+ "portable-atomic",
1155
+ "pyo3-build-config",
1156
+ "pyo3-ffi",
1157
+ "pyo3-macros",
1158
+ ]
1159
+
1160
+ [[package]]
1161
+ name = "pyo3-build-config"
1162
+ version = "0.28.3"
1163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1164
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
1165
+ dependencies = [
1166
+ "target-lexicon",
1167
+ ]
1168
+
1169
+ [[package]]
1170
+ name = "pyo3-ffi"
1171
+ version = "0.28.3"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
1174
+ dependencies = [
1175
+ "libc",
1176
+ "pyo3-build-config",
1177
+ ]
1178
+
1179
+ [[package]]
1180
+ name = "pyo3-macros"
1181
+ version = "0.28.3"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
1184
+ dependencies = [
1185
+ "proc-macro2",
1186
+ "pyo3-macros-backend",
1187
+ "quote",
1188
+ "syn",
1189
+ ]
1190
+
1191
+ [[package]]
1192
+ name = "pyo3-macros-backend"
1193
+ version = "0.28.3"
1194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
1196
+ dependencies = [
1197
+ "heck",
1198
+ "proc-macro2",
1199
+ "pyo3-build-config",
1200
+ "quote",
1201
+ "syn",
1202
+ ]
1203
+
1204
+ [[package]]
1205
+ name = "quick-xml"
1206
+ version = "0.30.0"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
1209
+ dependencies = [
1210
+ "memchr",
1211
+ "serde",
1212
+ ]
1213
+
1214
+ [[package]]
1215
+ name = "quote"
1216
+ version = "1.0.46"
1217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1219
+ dependencies = [
1220
+ "proc-macro2",
1221
+ ]
1222
+
1223
+ [[package]]
1224
+ name = "r-efi"
1225
+ version = "5.3.0"
1226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1227
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1228
+
1229
+ [[package]]
1230
+ name = "rawpointer"
1231
+ version = "0.2.1"
1232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1234
+
1235
+ [[package]]
1236
+ name = "regex"
1237
+ version = "1.12.4"
1238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1239
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
1240
+ dependencies = [
1241
+ "aho-corasick",
1242
+ "memchr",
1243
+ "regex-automata",
1244
+ "regex-syntax",
1245
+ ]
1246
+
1247
+ [[package]]
1248
+ name = "regex-automata"
1249
+ version = "0.4.14"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1252
+ dependencies = [
1253
+ "aho-corasick",
1254
+ "memchr",
1255
+ "regex-syntax",
1256
+ ]
1257
+
1258
+ [[package]]
1259
+ name = "regex-syntax"
1260
+ version = "0.8.11"
1261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1263
+
1264
+ [[package]]
1265
+ name = "rusqlite"
1266
+ version = "0.31.0"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
1269
+ dependencies = [
1270
+ "bitflags",
1271
+ "fallible-iterator",
1272
+ "fallible-streaming-iterator",
1273
+ "hashlink",
1274
+ "libsqlite3-sys",
1275
+ "smallvec",
1276
+ ]
1277
+
1278
+ [[package]]
1279
+ name = "rustc-hash"
1280
+ version = "2.1.2"
1281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+ checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
1283
+
1284
+ [[package]]
1285
+ name = "rustc_version"
1286
+ version = "0.4.1"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1289
+ dependencies = [
1290
+ "semver",
1291
+ ]
1292
+
1293
+ [[package]]
1294
+ name = "rustversion"
1295
+ version = "1.0.22"
1296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1297
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1298
+
1299
+ [[package]]
1300
+ name = "ryu"
1301
+ version = "1.0.23"
1302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1303
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1304
+
1305
+ [[package]]
1306
+ name = "semver"
1307
+ version = "1.0.28"
1308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1310
+
1311
+ [[package]]
1312
+ name = "serde"
1313
+ version = "1.0.228"
1314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1315
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1316
+ dependencies = [
1317
+ "serde_core",
1318
+ ]
1319
+
1320
+ [[package]]
1321
+ name = "serde_core"
1322
+ version = "1.0.228"
1323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1324
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1325
+ dependencies = [
1326
+ "serde_derive",
1327
+ ]
1328
+
1329
+ [[package]]
1330
+ name = "serde_derive"
1331
+ version = "1.0.228"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1334
+ dependencies = [
1335
+ "proc-macro2",
1336
+ "quote",
1337
+ "syn",
1338
+ ]
1339
+
1340
+ [[package]]
1341
+ name = "serde_json"
1342
+ version = "1.0.150"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1345
+ dependencies = [
1346
+ "itoa",
1347
+ "memchr",
1348
+ "serde",
1349
+ "serde_core",
1350
+ "zmij",
1351
+ ]
1352
+
1353
+ [[package]]
1354
+ name = "sha1"
1355
+ version = "0.10.6"
1356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1358
+ dependencies = [
1359
+ "cfg-if",
1360
+ "cpufeatures",
1361
+ "digest",
1362
+ ]
1363
+
1364
+ [[package]]
1365
+ name = "shlex"
1366
+ version = "2.0.1"
1367
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1368
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1369
+
1370
+ [[package]]
1371
+ name = "simd-adler32"
1372
+ version = "0.3.9"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1375
+
1376
+ [[package]]
1377
+ name = "simdutf8"
1378
+ version = "0.1.5"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1381
+
1382
+ [[package]]
1383
+ name = "slab"
1384
+ version = "0.4.12"
1385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1386
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1387
+
1388
+ [[package]]
1389
+ name = "smallvec"
1390
+ version = "1.15.2"
1391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1392
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1393
+
1394
+ [[package]]
1395
+ name = "strsim"
1396
+ version = "0.11.1"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1399
+
1400
+ [[package]]
1401
+ name = "syn"
1402
+ version = "2.0.118"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
1405
+ dependencies = [
1406
+ "proc-macro2",
1407
+ "quote",
1408
+ "unicode-ident",
1409
+ ]
1410
+
1411
+ [[package]]
1412
+ name = "target-lexicon"
1413
+ version = "0.13.5"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1416
+
1417
+ [[package]]
1418
+ name = "thiserror"
1419
+ version = "2.0.18"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1422
+ dependencies = [
1423
+ "thiserror-impl",
1424
+ ]
1425
+
1426
+ [[package]]
1427
+ name = "thiserror-impl"
1428
+ version = "2.0.18"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1431
+ dependencies = [
1432
+ "proc-macro2",
1433
+ "quote",
1434
+ "syn",
1435
+ ]
1436
+
1437
+ [[package]]
1438
+ name = "tiny-keccak"
1439
+ version = "2.0.2"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1442
+ dependencies = [
1443
+ "crunchy",
1444
+ ]
1445
+
1446
+ [[package]]
1447
+ name = "typenum"
1448
+ version = "1.20.1"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1451
+
1452
+ [[package]]
1453
+ name = "unicode-ident"
1454
+ version = "1.0.24"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1457
+
1458
+ [[package]]
1459
+ name = "utf8parse"
1460
+ version = "0.2.2"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1463
+
1464
+ [[package]]
1465
+ name = "vcpkg"
1466
+ version = "0.2.15"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1469
+
1470
+ [[package]]
1471
+ name = "version_check"
1472
+ version = "0.9.5"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1475
+
1476
+ [[package]]
1477
+ name = "vsimd"
1478
+ version = "0.8.0"
1479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1480
+ checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
1481
+
1482
+ [[package]]
1483
+ name = "wasi"
1484
+ version = "0.11.1+wasi-snapshot-preview1"
1485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1486
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1487
+
1488
+ [[package]]
1489
+ name = "wasip2"
1490
+ version = "1.0.4+wasi-0.2.12"
1491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1492
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1493
+ dependencies = [
1494
+ "wit-bindgen",
1495
+ ]
1496
+
1497
+ [[package]]
1498
+ name = "wasm-bindgen"
1499
+ version = "0.2.126"
1500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1501
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
1502
+ dependencies = [
1503
+ "cfg-if",
1504
+ "once_cell",
1505
+ "rustversion",
1506
+ "wasm-bindgen-macro",
1507
+ "wasm-bindgen-shared",
1508
+ ]
1509
+
1510
+ [[package]]
1511
+ name = "wasm-bindgen-macro"
1512
+ version = "0.2.126"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
1515
+ dependencies = [
1516
+ "quote",
1517
+ "wasm-bindgen-macro-support",
1518
+ ]
1519
+
1520
+ [[package]]
1521
+ name = "wasm-bindgen-macro-support"
1522
+ version = "0.2.126"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
1525
+ dependencies = [
1526
+ "bumpalo",
1527
+ "proc-macro2",
1528
+ "quote",
1529
+ "syn",
1530
+ "wasm-bindgen-shared",
1531
+ ]
1532
+
1533
+ [[package]]
1534
+ name = "wasm-bindgen-shared"
1535
+ version = "0.2.126"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
1538
+ dependencies = [
1539
+ "unicode-ident",
1540
+ ]
1541
+
1542
+ [[package]]
1543
+ name = "windows-core"
1544
+ version = "0.62.2"
1545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1546
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1547
+ dependencies = [
1548
+ "windows-implement",
1549
+ "windows-interface",
1550
+ "windows-link",
1551
+ "windows-result",
1552
+ "windows-strings",
1553
+ ]
1554
+
1555
+ [[package]]
1556
+ name = "windows-implement"
1557
+ version = "0.60.2"
1558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1560
+ dependencies = [
1561
+ "proc-macro2",
1562
+ "quote",
1563
+ "syn",
1564
+ ]
1565
+
1566
+ [[package]]
1567
+ name = "windows-interface"
1568
+ version = "0.59.3"
1569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1570
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1571
+ dependencies = [
1572
+ "proc-macro2",
1573
+ "quote",
1574
+ "syn",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "windows-link"
1579
+ version = "0.2.1"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1582
+
1583
+ [[package]]
1584
+ name = "windows-result"
1585
+ version = "0.4.1"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1588
+ dependencies = [
1589
+ "windows-link",
1590
+ ]
1591
+
1592
+ [[package]]
1593
+ name = "windows-strings"
1594
+ version = "0.5.1"
1595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1596
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1597
+ dependencies = [
1598
+ "windows-link",
1599
+ ]
1600
+
1601
+ [[package]]
1602
+ name = "windows-sys"
1603
+ version = "0.61.2"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1606
+ dependencies = [
1607
+ "windows-link",
1608
+ ]
1609
+
1610
+ [[package]]
1611
+ name = "wit-bindgen"
1612
+ version = "0.57.1"
1613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1614
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1615
+
1616
+ [[package]]
1617
+ name = "zerocopy"
1618
+ version = "0.8.52"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
1621
+ dependencies = [
1622
+ "zerocopy-derive",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "zerocopy-derive"
1627
+ version = "0.8.52"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
1630
+ dependencies = [
1631
+ "proc-macro2",
1632
+ "quote",
1633
+ "syn",
1634
+ ]
1635
+
1636
+ [[package]]
1637
+ name = "zmij"
1638
+ version = "1.0.21"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1641
+
1642
+ [[package]]
1643
+ name = "zstd"
1644
+ version = "0.13.3"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
1647
+ dependencies = [
1648
+ "zstd-safe",
1649
+ ]
1650
+
1651
+ [[package]]
1652
+ name = "zstd-safe"
1653
+ version = "7.2.4"
1654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1655
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
1656
+ dependencies = [
1657
+ "zstd-sys",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "zstd-sys"
1662
+ version = "2.0.16+zstd.1.5.7"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
1665
+ dependencies = [
1666
+ "cc",
1667
+ "pkg-config",
1668
+ ]