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