openmassspec-io 1.0.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,1685 @@
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.1"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "d6aedf8ae72766347502cf3cb4f41cf5e9cc37d28bee90f1fdaaae15f9cf9424"
388
+
389
+ [[package]]
390
+ name = "bytes"
391
+ version = "1.12.1"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
394
+
395
+ [[package]]
396
+ name = "cc"
397
+ version = "1.2.66"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996"
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 5.3.0",
670
+ "wasip2",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "getrandom"
675
+ version = "0.4.3"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
678
+ dependencies = [
679
+ "cfg-if",
680
+ "libc",
681
+ "r-efi 6.0.0",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "half"
686
+ version = "2.7.1"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
689
+ dependencies = [
690
+ "cfg-if",
691
+ "crunchy",
692
+ "num-traits",
693
+ "zerocopy",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "hashbrown"
698
+ version = "0.14.5"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
701
+ dependencies = [
702
+ "ahash",
703
+ ]
704
+
705
+ [[package]]
706
+ name = "hashbrown"
707
+ version = "0.17.1"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
710
+
711
+ [[package]]
712
+ name = "hashlink"
713
+ version = "0.9.1"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
716
+ dependencies = [
717
+ "hashbrown 0.14.5",
718
+ ]
719
+
720
+ [[package]]
721
+ name = "heck"
722
+ version = "0.5.0"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
725
+
726
+ [[package]]
727
+ name = "iana-time-zone"
728
+ version = "0.1.65"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
731
+ dependencies = [
732
+ "android_system_properties",
733
+ "core-foundation-sys",
734
+ "iana-time-zone-haiku",
735
+ "js-sys",
736
+ "log",
737
+ "wasm-bindgen",
738
+ "windows-core",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "iana-time-zone-haiku"
743
+ version = "0.1.2"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
746
+ dependencies = [
747
+ "cc",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "identity-hash"
752
+ version = "0.1.0"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da"
755
+
756
+ [[package]]
757
+ name = "indexmap"
758
+ version = "2.14.0"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
761
+ dependencies = [
762
+ "equivalent",
763
+ "hashbrown 0.17.1",
764
+ "serde",
765
+ "serde_core",
766
+ ]
767
+
768
+ [[package]]
769
+ name = "is_terminal_polyfill"
770
+ version = "1.70.2"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
773
+
774
+ [[package]]
775
+ name = "itoa"
776
+ version = "1.0.18"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
779
+
780
+ [[package]]
781
+ name = "jobserver"
782
+ version = "0.1.35"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
785
+ dependencies = [
786
+ "getrandom 0.4.3",
787
+ "libc",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "js-sys"
792
+ version = "0.3.103"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
795
+ dependencies = [
796
+ "cfg-if",
797
+ "futures-util",
798
+ "wasm-bindgen",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "lexical-core"
803
+ version = "1.0.6"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
806
+ dependencies = [
807
+ "lexical-parse-float",
808
+ "lexical-parse-integer",
809
+ "lexical-util",
810
+ "lexical-write-float",
811
+ "lexical-write-integer",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "lexical-parse-float"
816
+ version = "1.0.6"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
819
+ dependencies = [
820
+ "lexical-parse-integer",
821
+ "lexical-util",
822
+ ]
823
+
824
+ [[package]]
825
+ name = "lexical-parse-integer"
826
+ version = "1.0.6"
827
+ source = "registry+https://github.com/rust-lang/crates.io-index"
828
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
829
+ dependencies = [
830
+ "lexical-util",
831
+ ]
832
+
833
+ [[package]]
834
+ name = "lexical-util"
835
+ version = "1.0.7"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
838
+
839
+ [[package]]
840
+ name = "lexical-write-float"
841
+ version = "1.0.6"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
844
+ dependencies = [
845
+ "lexical-util",
846
+ "lexical-write-integer",
847
+ ]
848
+
849
+ [[package]]
850
+ name = "lexical-write-integer"
851
+ version = "1.0.6"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
854
+ dependencies = [
855
+ "lexical-util",
856
+ ]
857
+
858
+ [[package]]
859
+ name = "libc"
860
+ version = "0.2.186"
861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
862
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
863
+
864
+ [[package]]
865
+ name = "libm"
866
+ version = "0.2.16"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
869
+
870
+ [[package]]
871
+ name = "libsqlite3-sys"
872
+ version = "0.28.0"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
875
+ dependencies = [
876
+ "cc",
877
+ "pkg-config",
878
+ "vcpkg",
879
+ ]
880
+
881
+ [[package]]
882
+ name = "log"
883
+ version = "0.4.33"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
886
+
887
+ [[package]]
888
+ name = "matrixmultiply"
889
+ version = "0.3.10"
890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
891
+ checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
892
+ dependencies = [
893
+ "autocfg",
894
+ "rawpointer",
895
+ ]
896
+
897
+ [[package]]
898
+ name = "md5"
899
+ version = "0.7.0"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
902
+
903
+ [[package]]
904
+ name = "memchr"
905
+ version = "2.8.3"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
908
+
909
+ [[package]]
910
+ name = "miniz_oxide"
911
+ version = "0.8.9"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
914
+ dependencies = [
915
+ "adler2",
916
+ "simd-adler32",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "mzdata"
921
+ version = "0.63.5"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "2d76a8ba02b9fc6af4a14c5ac7b738c8b133c09b850a811a29ae6fd5bfa13799"
924
+ dependencies = [
925
+ "base16ct",
926
+ "base64-simd",
927
+ "bitflags",
928
+ "bytemuck",
929
+ "chrono",
930
+ "encoding_rs",
931
+ "flate2",
932
+ "identity-hash",
933
+ "indexmap",
934
+ "log",
935
+ "md5",
936
+ "memchr",
937
+ "mzpeaks",
938
+ "num-traits",
939
+ "quick-xml",
940
+ "regex",
941
+ "sha1",
942
+ "thiserror",
943
+ ]
944
+
945
+ [[package]]
946
+ name = "mzpeaks"
947
+ version = "1.0.9"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "543be9eac70437bfc915b3339e6ae4f23dc034922f13eb2535dcc19e7e9e9481"
950
+ dependencies = [
951
+ "num-traits",
952
+ ]
953
+
954
+ [[package]]
955
+ name = "ndarray"
956
+ version = "0.17.2"
957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
958
+ checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
959
+ dependencies = [
960
+ "matrixmultiply",
961
+ "num-complex",
962
+ "num-integer",
963
+ "num-traits",
964
+ "portable-atomic",
965
+ "portable-atomic-util",
966
+ "rawpointer",
967
+ ]
968
+
969
+ [[package]]
970
+ name = "num-bigint"
971
+ version = "0.4.8"
972
+ source = "registry+https://github.com/rust-lang/crates.io-index"
973
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
974
+ dependencies = [
975
+ "num-integer",
976
+ "num-traits",
977
+ ]
978
+
979
+ [[package]]
980
+ name = "num-complex"
981
+ version = "0.4.6"
982
+ source = "registry+https://github.com/rust-lang/crates.io-index"
983
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
984
+ dependencies = [
985
+ "num-traits",
986
+ ]
987
+
988
+ [[package]]
989
+ name = "num-integer"
990
+ version = "0.1.46"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
993
+ dependencies = [
994
+ "num-traits",
995
+ ]
996
+
997
+ [[package]]
998
+ name = "num-traits"
999
+ version = "0.2.19"
1000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1002
+ dependencies = [
1003
+ "autocfg",
1004
+ "libm",
1005
+ ]
1006
+
1007
+ [[package]]
1008
+ name = "numpy"
1009
+ version = "0.28.0"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "778da78c64ddc928ebf5ad9df5edf0789410ff3bdbf3619aed51cd789a6af1e2"
1012
+ dependencies = [
1013
+ "libc",
1014
+ "ndarray",
1015
+ "num-complex",
1016
+ "num-integer",
1017
+ "num-traits",
1018
+ "pyo3",
1019
+ "pyo3-build-config",
1020
+ "rustc-hash",
1021
+ ]
1022
+
1023
+ [[package]]
1024
+ name = "once_cell"
1025
+ version = "1.21.4"
1026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1027
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1028
+
1029
+ [[package]]
1030
+ name = "once_cell_polyfill"
1031
+ version = "1.70.2"
1032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1033
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1034
+
1035
+ [[package]]
1036
+ name = "openmassspec-core"
1037
+ version = "1.0.0"
1038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1039
+ checksum = "dc04b483a222fa5c7464d1f07a6f36bcde6e66079fa51c24846aef18b54df645"
1040
+ dependencies = [
1041
+ "arrow-array",
1042
+ "arrow-buffer",
1043
+ "arrow-schema",
1044
+ "thiserror",
1045
+ ]
1046
+
1047
+ [[package]]
1048
+ name = "openmassspec-io"
1049
+ version = "1.0.0"
1050
+ dependencies = [
1051
+ "openmassspec-core",
1052
+ "opentfraw",
1053
+ "opentimstdf",
1054
+ "openwraw",
1055
+ "thiserror",
1056
+ ]
1057
+
1058
+ [[package]]
1059
+ name = "openmassspec-io-cli"
1060
+ version = "1.0.0"
1061
+ dependencies = [
1062
+ "clap",
1063
+ "flate2",
1064
+ "mzdata",
1065
+ "openmassspec-core",
1066
+ "openmassspec-io",
1067
+ ]
1068
+
1069
+ [[package]]
1070
+ name = "openmassspec-io-py"
1071
+ version = "1.0.0"
1072
+ dependencies = [
1073
+ "arrow",
1074
+ "numpy",
1075
+ "openmassspec-core",
1076
+ "openmassspec-io",
1077
+ "opentfraw",
1078
+ "opentimstdf",
1079
+ "openwraw",
1080
+ "pyo3",
1081
+ ]
1082
+
1083
+ [[package]]
1084
+ name = "opentfraw"
1085
+ version = "1.3.1"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "77819ff39042055a8b6663a21e602e18d15a12602700e32702bf78197d7e1ec1"
1088
+ dependencies = [
1089
+ "openmassspec-core",
1090
+ "thiserror",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "opentimstdf"
1095
+ version = "1.2.3"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "cb1df1cf8121047289c9e1be91c804fe1538a3d7ff026ff41eafb78d35d4693a"
1098
+ dependencies = [
1099
+ "openmassspec-core",
1100
+ "rusqlite",
1101
+ "thiserror",
1102
+ "zstd",
1103
+ ]
1104
+
1105
+ [[package]]
1106
+ name = "openwraw"
1107
+ version = "1.2.2"
1108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1109
+ checksum = "a81b2414914ca04a5691ac528ef0289577802df1f55a5890f9a256594d001484"
1110
+ dependencies = [
1111
+ "openmassspec-core",
1112
+ "thiserror",
1113
+ ]
1114
+
1115
+ [[package]]
1116
+ name = "outref"
1117
+ version = "0.5.2"
1118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
1120
+
1121
+ [[package]]
1122
+ name = "pin-project-lite"
1123
+ version = "0.2.17"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1126
+
1127
+ [[package]]
1128
+ name = "pkg-config"
1129
+ version = "0.3.33"
1130
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1131
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1132
+
1133
+ [[package]]
1134
+ name = "portable-atomic"
1135
+ version = "1.13.1"
1136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1137
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1138
+
1139
+ [[package]]
1140
+ name = "portable-atomic-util"
1141
+ version = "0.2.7"
1142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+ checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
1144
+ dependencies = [
1145
+ "portable-atomic",
1146
+ ]
1147
+
1148
+ [[package]]
1149
+ name = "proc-macro2"
1150
+ version = "1.0.106"
1151
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1152
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1153
+ dependencies = [
1154
+ "unicode-ident",
1155
+ ]
1156
+
1157
+ [[package]]
1158
+ name = "pyo3"
1159
+ version = "0.28.3"
1160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1161
+ checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
1162
+ dependencies = [
1163
+ "libc",
1164
+ "once_cell",
1165
+ "portable-atomic",
1166
+ "pyo3-build-config",
1167
+ "pyo3-ffi",
1168
+ "pyo3-macros",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "pyo3-build-config"
1173
+ version = "0.28.3"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
1176
+ dependencies = [
1177
+ "target-lexicon",
1178
+ ]
1179
+
1180
+ [[package]]
1181
+ name = "pyo3-ffi"
1182
+ version = "0.28.3"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
1185
+ dependencies = [
1186
+ "libc",
1187
+ "pyo3-build-config",
1188
+ ]
1189
+
1190
+ [[package]]
1191
+ name = "pyo3-macros"
1192
+ version = "0.28.3"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
1195
+ dependencies = [
1196
+ "proc-macro2",
1197
+ "pyo3-macros-backend",
1198
+ "quote",
1199
+ "syn",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "pyo3-macros-backend"
1204
+ version = "0.28.3"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
1207
+ dependencies = [
1208
+ "heck",
1209
+ "proc-macro2",
1210
+ "pyo3-build-config",
1211
+ "quote",
1212
+ "syn",
1213
+ ]
1214
+
1215
+ [[package]]
1216
+ name = "quick-xml"
1217
+ version = "0.30.0"
1218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1219
+ checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
1220
+ dependencies = [
1221
+ "memchr",
1222
+ "serde",
1223
+ ]
1224
+
1225
+ [[package]]
1226
+ name = "quote"
1227
+ version = "1.0.46"
1228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1229
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1230
+ dependencies = [
1231
+ "proc-macro2",
1232
+ ]
1233
+
1234
+ [[package]]
1235
+ name = "r-efi"
1236
+ version = "5.3.0"
1237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1238
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1239
+
1240
+ [[package]]
1241
+ name = "r-efi"
1242
+ version = "6.0.0"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1245
+
1246
+ [[package]]
1247
+ name = "rawpointer"
1248
+ version = "0.2.1"
1249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
1251
+
1252
+ [[package]]
1253
+ name = "regex"
1254
+ version = "1.13.0"
1255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+ checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2"
1257
+ dependencies = [
1258
+ "aho-corasick",
1259
+ "memchr",
1260
+ "regex-automata",
1261
+ "regex-syntax",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "regex-automata"
1266
+ version = "0.4.15"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "1f388202e4b80542a0921078cc23b6333bcf1409c1e3f86404cae4766a6131db"
1269
+ dependencies = [
1270
+ "aho-corasick",
1271
+ "memchr",
1272
+ "regex-syntax",
1273
+ ]
1274
+
1275
+ [[package]]
1276
+ name = "regex-syntax"
1277
+ version = "0.8.11"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1280
+
1281
+ [[package]]
1282
+ name = "rusqlite"
1283
+ version = "0.31.0"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
1286
+ dependencies = [
1287
+ "bitflags",
1288
+ "fallible-iterator",
1289
+ "fallible-streaming-iterator",
1290
+ "hashlink",
1291
+ "libsqlite3-sys",
1292
+ "smallvec",
1293
+ ]
1294
+
1295
+ [[package]]
1296
+ name = "rustc-hash"
1297
+ version = "2.1.3"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1300
+
1301
+ [[package]]
1302
+ name = "rustc_version"
1303
+ version = "0.4.1"
1304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1306
+ dependencies = [
1307
+ "semver",
1308
+ ]
1309
+
1310
+ [[package]]
1311
+ name = "rustversion"
1312
+ version = "1.0.23"
1313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1314
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1315
+
1316
+ [[package]]
1317
+ name = "ryu"
1318
+ version = "1.0.23"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1321
+
1322
+ [[package]]
1323
+ name = "semver"
1324
+ version = "1.0.28"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
1327
+
1328
+ [[package]]
1329
+ name = "serde"
1330
+ version = "1.0.228"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1333
+ dependencies = [
1334
+ "serde_core",
1335
+ ]
1336
+
1337
+ [[package]]
1338
+ name = "serde_core"
1339
+ version = "1.0.228"
1340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1342
+ dependencies = [
1343
+ "serde_derive",
1344
+ ]
1345
+
1346
+ [[package]]
1347
+ name = "serde_derive"
1348
+ version = "1.0.228"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1351
+ dependencies = [
1352
+ "proc-macro2",
1353
+ "quote",
1354
+ "syn",
1355
+ ]
1356
+
1357
+ [[package]]
1358
+ name = "serde_json"
1359
+ version = "1.0.150"
1360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1361
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1362
+ dependencies = [
1363
+ "itoa",
1364
+ "memchr",
1365
+ "serde",
1366
+ "serde_core",
1367
+ "zmij",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "sha1"
1372
+ version = "0.10.7"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
1375
+ dependencies = [
1376
+ "cfg-if",
1377
+ "cpufeatures",
1378
+ "digest",
1379
+ ]
1380
+
1381
+ [[package]]
1382
+ name = "shlex"
1383
+ version = "2.0.1"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1386
+
1387
+ [[package]]
1388
+ name = "simd-adler32"
1389
+ version = "0.3.9"
1390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
1392
+
1393
+ [[package]]
1394
+ name = "simdutf8"
1395
+ version = "0.1.5"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1398
+
1399
+ [[package]]
1400
+ name = "slab"
1401
+ version = "0.4.12"
1402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1403
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1404
+
1405
+ [[package]]
1406
+ name = "smallvec"
1407
+ version = "1.15.2"
1408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1409
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1410
+
1411
+ [[package]]
1412
+ name = "strsim"
1413
+ version = "0.11.1"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1416
+
1417
+ [[package]]
1418
+ name = "syn"
1419
+ version = "2.0.118"
1420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1421
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
1422
+ dependencies = [
1423
+ "proc-macro2",
1424
+ "quote",
1425
+ "unicode-ident",
1426
+ ]
1427
+
1428
+ [[package]]
1429
+ name = "target-lexicon"
1430
+ version = "0.13.5"
1431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1432
+ checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
1433
+
1434
+ [[package]]
1435
+ name = "thiserror"
1436
+ version = "2.0.18"
1437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1438
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1439
+ dependencies = [
1440
+ "thiserror-impl",
1441
+ ]
1442
+
1443
+ [[package]]
1444
+ name = "thiserror-impl"
1445
+ version = "2.0.18"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1448
+ dependencies = [
1449
+ "proc-macro2",
1450
+ "quote",
1451
+ "syn",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "tiny-keccak"
1456
+ version = "2.0.2"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1459
+ dependencies = [
1460
+ "crunchy",
1461
+ ]
1462
+
1463
+ [[package]]
1464
+ name = "typenum"
1465
+ version = "1.20.1"
1466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1467
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1468
+
1469
+ [[package]]
1470
+ name = "unicode-ident"
1471
+ version = "1.0.24"
1472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1474
+
1475
+ [[package]]
1476
+ name = "utf8parse"
1477
+ version = "0.2.2"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1480
+
1481
+ [[package]]
1482
+ name = "vcpkg"
1483
+ version = "0.2.15"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1486
+
1487
+ [[package]]
1488
+ name = "version_check"
1489
+ version = "0.9.5"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1492
+
1493
+ [[package]]
1494
+ name = "vsimd"
1495
+ version = "0.8.0"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
1498
+
1499
+ [[package]]
1500
+ name = "wasi"
1501
+ version = "0.11.1+wasi-snapshot-preview1"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1504
+
1505
+ [[package]]
1506
+ name = "wasip2"
1507
+ version = "1.0.4+wasi-0.2.12"
1508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1509
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1510
+ dependencies = [
1511
+ "wit-bindgen",
1512
+ ]
1513
+
1514
+ [[package]]
1515
+ name = "wasm-bindgen"
1516
+ version = "0.2.126"
1517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1518
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
1519
+ dependencies = [
1520
+ "cfg-if",
1521
+ "once_cell",
1522
+ "rustversion",
1523
+ "wasm-bindgen-macro",
1524
+ "wasm-bindgen-shared",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "wasm-bindgen-macro"
1529
+ version = "0.2.126"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
1532
+ dependencies = [
1533
+ "quote",
1534
+ "wasm-bindgen-macro-support",
1535
+ ]
1536
+
1537
+ [[package]]
1538
+ name = "wasm-bindgen-macro-support"
1539
+ version = "0.2.126"
1540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1541
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
1542
+ dependencies = [
1543
+ "bumpalo",
1544
+ "proc-macro2",
1545
+ "quote",
1546
+ "syn",
1547
+ "wasm-bindgen-shared",
1548
+ ]
1549
+
1550
+ [[package]]
1551
+ name = "wasm-bindgen-shared"
1552
+ version = "0.2.126"
1553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1554
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
1555
+ dependencies = [
1556
+ "unicode-ident",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "windows-core"
1561
+ version = "0.62.2"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1564
+ dependencies = [
1565
+ "windows-implement",
1566
+ "windows-interface",
1567
+ "windows-link",
1568
+ "windows-result",
1569
+ "windows-strings",
1570
+ ]
1571
+
1572
+ [[package]]
1573
+ name = "windows-implement"
1574
+ version = "0.60.2"
1575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1576
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1577
+ dependencies = [
1578
+ "proc-macro2",
1579
+ "quote",
1580
+ "syn",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "windows-interface"
1585
+ version = "0.59.3"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1588
+ dependencies = [
1589
+ "proc-macro2",
1590
+ "quote",
1591
+ "syn",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "windows-link"
1596
+ version = "0.2.1"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1599
+
1600
+ [[package]]
1601
+ name = "windows-result"
1602
+ version = "0.4.1"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1605
+ dependencies = [
1606
+ "windows-link",
1607
+ ]
1608
+
1609
+ [[package]]
1610
+ name = "windows-strings"
1611
+ version = "0.5.1"
1612
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1613
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1614
+ dependencies = [
1615
+ "windows-link",
1616
+ ]
1617
+
1618
+ [[package]]
1619
+ name = "windows-sys"
1620
+ version = "0.61.2"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1623
+ dependencies = [
1624
+ "windows-link",
1625
+ ]
1626
+
1627
+ [[package]]
1628
+ name = "wit-bindgen"
1629
+ version = "0.57.1"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
1632
+
1633
+ [[package]]
1634
+ name = "zerocopy"
1635
+ version = "0.8.54"
1636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1637
+ checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19"
1638
+ dependencies = [
1639
+ "zerocopy-derive",
1640
+ ]
1641
+
1642
+ [[package]]
1643
+ name = "zerocopy-derive"
1644
+ version = "0.8.54"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5"
1647
+ dependencies = [
1648
+ "proc-macro2",
1649
+ "quote",
1650
+ "syn",
1651
+ ]
1652
+
1653
+ [[package]]
1654
+ name = "zmij"
1655
+ version = "1.0.21"
1656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1657
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
1658
+
1659
+ [[package]]
1660
+ name = "zstd"
1661
+ version = "0.13.3"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
1664
+ dependencies = [
1665
+ "zstd-safe",
1666
+ ]
1667
+
1668
+ [[package]]
1669
+ name = "zstd-safe"
1670
+ version = "7.2.4"
1671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1672
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
1673
+ dependencies = [
1674
+ "zstd-sys",
1675
+ ]
1676
+
1677
+ [[package]]
1678
+ name = "zstd-sys"
1679
+ version = "2.0.16+zstd.1.5.7"
1680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1681
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
1682
+ dependencies = [
1683
+ "cc",
1684
+ "pkg-config",
1685
+ ]