mangleframes 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3776 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "getrandom 0.3.4",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "aho-corasick"
27
+ version = "1.1.4"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
30
+ dependencies = [
31
+ "memchr",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "alloc-no-stdlib"
36
+ version = "2.0.4"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
39
+
40
+ [[package]]
41
+ name = "alloc-stdlib"
42
+ version = "0.2.2"
43
+ source = "registry+https://github.com/rust-lang/crates.io-index"
44
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
45
+ dependencies = [
46
+ "alloc-no-stdlib",
47
+ ]
48
+
49
+ [[package]]
50
+ name = "allocator-api2"
51
+ version = "0.2.21"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
54
+
55
+ [[package]]
56
+ name = "android_system_properties"
57
+ version = "0.1.5"
58
+ source = "registry+https://github.com/rust-lang/crates.io-index"
59
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
60
+ dependencies = [
61
+ "libc",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "anstream"
66
+ version = "0.6.21"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
69
+ dependencies = [
70
+ "anstyle",
71
+ "anstyle-parse",
72
+ "anstyle-query",
73
+ "anstyle-wincon",
74
+ "colorchoice",
75
+ "is_terminal_polyfill",
76
+ "utf8parse",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "anstyle"
81
+ version = "1.0.13"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
84
+
85
+ [[package]]
86
+ name = "anstyle-parse"
87
+ version = "0.2.7"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
90
+ dependencies = [
91
+ "utf8parse",
92
+ ]
93
+
94
+ [[package]]
95
+ name = "anstyle-query"
96
+ version = "1.1.5"
97
+ source = "registry+https://github.com/rust-lang/crates.io-index"
98
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
99
+ dependencies = [
100
+ "windows-sys 0.61.2",
101
+ ]
102
+
103
+ [[package]]
104
+ name = "anstyle-wincon"
105
+ version = "3.0.11"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
108
+ dependencies = [
109
+ "anstyle",
110
+ "once_cell_polyfill",
111
+ "windows-sys 0.61.2",
112
+ ]
113
+
114
+ [[package]]
115
+ name = "anyhow"
116
+ version = "1.0.100"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
119
+
120
+ [[package]]
121
+ name = "ar_archive_writer"
122
+ version = "0.2.0"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a"
125
+ dependencies = [
126
+ "object",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "arrayref"
131
+ version = "0.3.9"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
134
+
135
+ [[package]]
136
+ name = "arrayvec"
137
+ version = "0.7.6"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
140
+
141
+ [[package]]
142
+ name = "arrow"
143
+ version = "54.3.1"
144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
145
+ checksum = "b5ec52ba94edeed950e4a41f75d35376df196e8cb04437f7280a5aa49f20f796"
146
+ dependencies = [
147
+ "arrow-arith",
148
+ "arrow-array",
149
+ "arrow-buffer",
150
+ "arrow-cast",
151
+ "arrow-csv",
152
+ "arrow-data",
153
+ "arrow-ipc",
154
+ "arrow-json",
155
+ "arrow-ord",
156
+ "arrow-row",
157
+ "arrow-schema",
158
+ "arrow-select",
159
+ "arrow-string",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "arrow-arith"
164
+ version = "54.3.1"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "8fc766fdacaf804cb10c7c70580254fcdb5d55cdfda2bc57b02baf5223a3af9e"
167
+ dependencies = [
168
+ "arrow-array",
169
+ "arrow-buffer",
170
+ "arrow-data",
171
+ "arrow-schema",
172
+ "chrono",
173
+ "num",
174
+ ]
175
+
176
+ [[package]]
177
+ name = "arrow-array"
178
+ version = "54.3.1"
179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
180
+ checksum = "a12fcdb3f1d03f69d3ec26ac67645a8fe3f878d77b5ebb0b15d64a116c212985"
181
+ dependencies = [
182
+ "ahash",
183
+ "arrow-buffer",
184
+ "arrow-data",
185
+ "arrow-schema",
186
+ "chrono",
187
+ "chrono-tz",
188
+ "half",
189
+ "hashbrown 0.15.5",
190
+ "num",
191
+ ]
192
+
193
+ [[package]]
194
+ name = "arrow-buffer"
195
+ version = "54.3.1"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "263f4801ff1839ef53ebd06f99a56cecd1dbaf314ec893d93168e2e860e0291c"
198
+ dependencies = [
199
+ "bytes",
200
+ "half",
201
+ "num",
202
+ ]
203
+
204
+ [[package]]
205
+ name = "arrow-cast"
206
+ version = "54.3.1"
207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
208
+ checksum = "ede6175fbc039dfc946a61c1b6d42fd682fcecf5ab5d148fbe7667705798cac9"
209
+ dependencies = [
210
+ "arrow-array",
211
+ "arrow-buffer",
212
+ "arrow-data",
213
+ "arrow-schema",
214
+ "arrow-select",
215
+ "atoi",
216
+ "base64",
217
+ "chrono",
218
+ "comfy-table",
219
+ "half",
220
+ "lexical-core",
221
+ "num",
222
+ "ryu",
223
+ ]
224
+
225
+ [[package]]
226
+ name = "arrow-csv"
227
+ version = "54.3.1"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "1644877d8bc9a0ef022d9153dc29375c2bda244c39aec05a91d0e87ccf77995f"
230
+ dependencies = [
231
+ "arrow-array",
232
+ "arrow-cast",
233
+ "arrow-schema",
234
+ "chrono",
235
+ "csv",
236
+ "csv-core",
237
+ "lazy_static",
238
+ "regex",
239
+ ]
240
+
241
+ [[package]]
242
+ name = "arrow-data"
243
+ version = "54.3.1"
244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
245
+ checksum = "61cfdd7d99b4ff618f167e548b2411e5dd2c98c0ddebedd7df433d34c20a4429"
246
+ dependencies = [
247
+ "arrow-buffer",
248
+ "arrow-schema",
249
+ "half",
250
+ "num",
251
+ ]
252
+
253
+ [[package]]
254
+ name = "arrow-ipc"
255
+ version = "54.3.1"
256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
257
+ checksum = "62ff528658b521e33905334723b795ee56b393dbe9cf76c8b1f64b648c65a60c"
258
+ dependencies = [
259
+ "arrow-array",
260
+ "arrow-buffer",
261
+ "arrow-data",
262
+ "arrow-schema",
263
+ "flatbuffers",
264
+ "lz4_flex",
265
+ ]
266
+
267
+ [[package]]
268
+ name = "arrow-json"
269
+ version = "54.3.1"
270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
271
+ checksum = "0ee5b4ca98a7fb2efb9ab3309a5d1c88b5116997ff93f3147efdc1062a6158e9"
272
+ dependencies = [
273
+ "arrow-array",
274
+ "arrow-buffer",
275
+ "arrow-cast",
276
+ "arrow-data",
277
+ "arrow-schema",
278
+ "chrono",
279
+ "half",
280
+ "indexmap",
281
+ "lexical-core",
282
+ "memchr",
283
+ "num",
284
+ "serde",
285
+ "serde_json",
286
+ "simdutf8",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "arrow-ord"
291
+ version = "54.3.1"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "f0a3334a743bd2a1479dbc635540617a3923b4b2f6870f37357339e6b5363c21"
294
+ dependencies = [
295
+ "arrow-array",
296
+ "arrow-buffer",
297
+ "arrow-data",
298
+ "arrow-schema",
299
+ "arrow-select",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "arrow-row"
304
+ version = "54.3.1"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "8d1d7a7291d2c5107e92140f75257a99343956871f3d3ab33a7b41532f79cb68"
307
+ dependencies = [
308
+ "arrow-array",
309
+ "arrow-buffer",
310
+ "arrow-data",
311
+ "arrow-schema",
312
+ "half",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "arrow-schema"
317
+ version = "54.3.1"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "39cfaf5e440be44db5413b75b72c2a87c1f8f0627117d110264048f2969b99e9"
320
+
321
+ [[package]]
322
+ name = "arrow-select"
323
+ version = "54.3.1"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "69efcd706420e52cd44f5c4358d279801993846d1c2a8e52111853d61d55a619"
326
+ dependencies = [
327
+ "ahash",
328
+ "arrow-array",
329
+ "arrow-buffer",
330
+ "arrow-data",
331
+ "arrow-schema",
332
+ "num",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "arrow-string"
337
+ version = "54.3.1"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "a21546b337ab304a32cfc0770f671db7411787586b45b78b4593ae78e64e2b03"
340
+ dependencies = [
341
+ "arrow-array",
342
+ "arrow-buffer",
343
+ "arrow-data",
344
+ "arrow-schema",
345
+ "arrow-select",
346
+ "memchr",
347
+ "num",
348
+ "regex",
349
+ "regex-syntax",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "async-compression"
354
+ version = "0.4.19"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c"
357
+ dependencies = [
358
+ "bzip2",
359
+ "flate2",
360
+ "futures-core",
361
+ "memchr",
362
+ "pin-project-lite",
363
+ "tokio",
364
+ "xz2",
365
+ "zstd",
366
+ "zstd-safe",
367
+ ]
368
+
369
+ [[package]]
370
+ name = "async-trait"
371
+ version = "0.1.89"
372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
373
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
374
+ dependencies = [
375
+ "proc-macro2",
376
+ "quote",
377
+ "syn",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "atoi"
382
+ version = "2.0.0"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
385
+ dependencies = [
386
+ "num-traits",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "atomic-waker"
391
+ version = "1.1.2"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
394
+
395
+ [[package]]
396
+ name = "autocfg"
397
+ version = "1.5.0"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
400
+
401
+ [[package]]
402
+ name = "axum"
403
+ version = "0.8.8"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
406
+ dependencies = [
407
+ "axum-core",
408
+ "base64",
409
+ "bytes",
410
+ "form_urlencoded",
411
+ "futures-util",
412
+ "http",
413
+ "http-body",
414
+ "http-body-util",
415
+ "hyper",
416
+ "hyper-util",
417
+ "itoa",
418
+ "matchit",
419
+ "memchr",
420
+ "mime",
421
+ "percent-encoding",
422
+ "pin-project-lite",
423
+ "serde_core",
424
+ "serde_json",
425
+ "serde_path_to_error",
426
+ "serde_urlencoded",
427
+ "sha1",
428
+ "sync_wrapper",
429
+ "tokio",
430
+ "tokio-tungstenite",
431
+ "tower",
432
+ "tower-layer",
433
+ "tower-service",
434
+ "tracing",
435
+ ]
436
+
437
+ [[package]]
438
+ name = "axum-core"
439
+ version = "0.5.6"
440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
441
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
442
+ dependencies = [
443
+ "bytes",
444
+ "futures-core",
445
+ "http",
446
+ "http-body",
447
+ "http-body-util",
448
+ "mime",
449
+ "pin-project-lite",
450
+ "sync_wrapper",
451
+ "tower-layer",
452
+ "tower-service",
453
+ "tracing",
454
+ ]
455
+
456
+ [[package]]
457
+ name = "base64"
458
+ version = "0.22.1"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
461
+
462
+ [[package]]
463
+ name = "bigdecimal"
464
+ version = "0.4.10"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "4d6867f1565b3aad85681f1015055b087fcfd840d6aeee6eee7f2da317603695"
467
+ dependencies = [
468
+ "autocfg",
469
+ "libm",
470
+ "num-bigint",
471
+ "num-integer",
472
+ "num-traits",
473
+ ]
474
+
475
+ [[package]]
476
+ name = "bitflags"
477
+ version = "1.3.2"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
480
+
481
+ [[package]]
482
+ name = "bitflags"
483
+ version = "2.10.0"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
486
+
487
+ [[package]]
488
+ name = "blake2"
489
+ version = "0.10.6"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
492
+ dependencies = [
493
+ "digest",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "blake3"
498
+ version = "1.8.2"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
501
+ dependencies = [
502
+ "arrayref",
503
+ "arrayvec",
504
+ "cc",
505
+ "cfg-if",
506
+ "constant_time_eq",
507
+ ]
508
+
509
+ [[package]]
510
+ name = "block-buffer"
511
+ version = "0.10.4"
512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
513
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
514
+ dependencies = [
515
+ "generic-array",
516
+ ]
517
+
518
+ [[package]]
519
+ name = "brotli"
520
+ version = "7.0.0"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
523
+ dependencies = [
524
+ "alloc-no-stdlib",
525
+ "alloc-stdlib",
526
+ "brotli-decompressor",
527
+ ]
528
+
529
+ [[package]]
530
+ name = "brotli-decompressor"
531
+ version = "4.0.3"
532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
533
+ checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd"
534
+ dependencies = [
535
+ "alloc-no-stdlib",
536
+ "alloc-stdlib",
537
+ ]
538
+
539
+ [[package]]
540
+ name = "bumpalo"
541
+ version = "3.19.1"
542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
543
+ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
544
+
545
+ [[package]]
546
+ name = "byteorder"
547
+ version = "1.5.0"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
550
+
551
+ [[package]]
552
+ name = "bytes"
553
+ version = "1.11.0"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
556
+
557
+ [[package]]
558
+ name = "bzip2"
559
+ version = "0.5.2"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47"
562
+ dependencies = [
563
+ "bzip2-sys",
564
+ ]
565
+
566
+ [[package]]
567
+ name = "bzip2-sys"
568
+ version = "0.1.13+1.0.8"
569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
570
+ checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
571
+ dependencies = [
572
+ "cc",
573
+ "pkg-config",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "cc"
578
+ version = "1.2.51"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203"
581
+ dependencies = [
582
+ "find-msvc-tools",
583
+ "jobserver",
584
+ "libc",
585
+ "shlex",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "cesu8"
590
+ version = "1.1.0"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
593
+
594
+ [[package]]
595
+ name = "cfg-if"
596
+ version = "1.0.4"
597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
598
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
599
+
600
+ [[package]]
601
+ name = "chrono"
602
+ version = "0.4.42"
603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
604
+ checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
605
+ dependencies = [
606
+ "iana-time-zone",
607
+ "num-traits",
608
+ "windows-link",
609
+ ]
610
+
611
+ [[package]]
612
+ name = "chrono-tz"
613
+ version = "0.10.4"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
616
+ dependencies = [
617
+ "chrono",
618
+ "phf",
619
+ ]
620
+
621
+ [[package]]
622
+ name = "clap"
623
+ version = "4.5.54"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
626
+ dependencies = [
627
+ "clap_builder",
628
+ "clap_derive",
629
+ ]
630
+
631
+ [[package]]
632
+ name = "clap_builder"
633
+ version = "4.5.54"
634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
635
+ checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
636
+ dependencies = [
637
+ "anstream",
638
+ "anstyle",
639
+ "clap_lex",
640
+ "strsim",
641
+ ]
642
+
643
+ [[package]]
644
+ name = "clap_derive"
645
+ version = "4.5.49"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
648
+ dependencies = [
649
+ "heck",
650
+ "proc-macro2",
651
+ "quote",
652
+ "syn",
653
+ ]
654
+
655
+ [[package]]
656
+ name = "clap_lex"
657
+ version = "0.7.6"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
660
+
661
+ [[package]]
662
+ name = "colorchoice"
663
+ version = "1.0.4"
664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
665
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
666
+
667
+ [[package]]
668
+ name = "combine"
669
+ version = "4.6.7"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
672
+ dependencies = [
673
+ "bytes",
674
+ "memchr",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "comfy-table"
679
+ version = "7.2.1"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b"
682
+ dependencies = [
683
+ "unicode-segmentation",
684
+ "unicode-width",
685
+ ]
686
+
687
+ [[package]]
688
+ name = "const-random"
689
+ version = "0.1.18"
690
+ source = "registry+https://github.com/rust-lang/crates.io-index"
691
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
692
+ dependencies = [
693
+ "const-random-macro",
694
+ ]
695
+
696
+ [[package]]
697
+ name = "const-random-macro"
698
+ version = "0.1.16"
699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
700
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
701
+ dependencies = [
702
+ "getrandom 0.2.16",
703
+ "once_cell",
704
+ "tiny-keccak",
705
+ ]
706
+
707
+ [[package]]
708
+ name = "constant_time_eq"
709
+ version = "0.3.1"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
712
+
713
+ [[package]]
714
+ name = "core-foundation"
715
+ version = "0.10.1"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
718
+ dependencies = [
719
+ "core-foundation-sys",
720
+ "libc",
721
+ ]
722
+
723
+ [[package]]
724
+ name = "core-foundation-sys"
725
+ version = "0.8.7"
726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
727
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
728
+
729
+ [[package]]
730
+ name = "cpufeatures"
731
+ version = "0.2.17"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
734
+ dependencies = [
735
+ "libc",
736
+ ]
737
+
738
+ [[package]]
739
+ name = "crc32fast"
740
+ version = "1.5.0"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
743
+ dependencies = [
744
+ "cfg-if",
745
+ ]
746
+
747
+ [[package]]
748
+ name = "crossbeam-utils"
749
+ version = "0.8.21"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
752
+
753
+ [[package]]
754
+ name = "crunchy"
755
+ version = "0.2.4"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
758
+
759
+ [[package]]
760
+ name = "crypto-common"
761
+ version = "0.1.7"
762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
763
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
764
+ dependencies = [
765
+ "generic-array",
766
+ "typenum",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "csv"
771
+ version = "1.4.0"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
774
+ dependencies = [
775
+ "csv-core",
776
+ "itoa",
777
+ "ryu",
778
+ "serde_core",
779
+ ]
780
+
781
+ [[package]]
782
+ name = "csv-core"
783
+ version = "0.1.13"
784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
785
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
786
+ dependencies = [
787
+ "memchr",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "dashmap"
792
+ version = "6.1.0"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
795
+ dependencies = [
796
+ "cfg-if",
797
+ "crossbeam-utils",
798
+ "hashbrown 0.14.5",
799
+ "lock_api",
800
+ "once_cell",
801
+ "parking_lot_core",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "data-encoding"
806
+ version = "2.9.0"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
809
+
810
+ [[package]]
811
+ name = "datafusion"
812
+ version = "45.0.0"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "eae420e7a5b0b7f1c39364cc76cbcd0f5fdc416b2514ae3847c2676bbd60702a"
815
+ dependencies = [
816
+ "arrow",
817
+ "arrow-array",
818
+ "arrow-ipc",
819
+ "arrow-schema",
820
+ "async-compression",
821
+ "async-trait",
822
+ "bytes",
823
+ "bzip2",
824
+ "chrono",
825
+ "datafusion-catalog",
826
+ "datafusion-common",
827
+ "datafusion-common-runtime",
828
+ "datafusion-execution",
829
+ "datafusion-expr",
830
+ "datafusion-functions",
831
+ "datafusion-functions-aggregate",
832
+ "datafusion-functions-nested",
833
+ "datafusion-functions-table",
834
+ "datafusion-functions-window",
835
+ "datafusion-optimizer",
836
+ "datafusion-physical-expr",
837
+ "datafusion-physical-expr-common",
838
+ "datafusion-physical-optimizer",
839
+ "datafusion-physical-plan",
840
+ "datafusion-sql",
841
+ "flate2",
842
+ "futures",
843
+ "glob",
844
+ "itertools 0.14.0",
845
+ "log",
846
+ "object_store",
847
+ "parking_lot",
848
+ "parquet",
849
+ "rand 0.8.5",
850
+ "regex",
851
+ "sqlparser",
852
+ "tempfile",
853
+ "tokio",
854
+ "tokio-util",
855
+ "url",
856
+ "uuid",
857
+ "xz2",
858
+ "zstd",
859
+ ]
860
+
861
+ [[package]]
862
+ name = "datafusion-catalog"
863
+ version = "45.0.0"
864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
865
+ checksum = "6f27987bc22b810939e8dfecc55571e9d50355d6ea8ec1c47af8383a76a6d0e1"
866
+ dependencies = [
867
+ "arrow",
868
+ "async-trait",
869
+ "dashmap",
870
+ "datafusion-common",
871
+ "datafusion-execution",
872
+ "datafusion-expr",
873
+ "datafusion-physical-plan",
874
+ "datafusion-sql",
875
+ "futures",
876
+ "itertools 0.14.0",
877
+ "log",
878
+ "parking_lot",
879
+ "sqlparser",
880
+ ]
881
+
882
+ [[package]]
883
+ name = "datafusion-common"
884
+ version = "45.0.0"
885
+ source = "registry+https://github.com/rust-lang/crates.io-index"
886
+ checksum = "e3f6d5b8c9408cc692f7c194b8aa0c0f9b253e065a8d960ad9cdc2a13e697602"
887
+ dependencies = [
888
+ "ahash",
889
+ "arrow",
890
+ "arrow-array",
891
+ "arrow-buffer",
892
+ "arrow-ipc",
893
+ "arrow-schema",
894
+ "base64",
895
+ "half",
896
+ "hashbrown 0.14.5",
897
+ "indexmap",
898
+ "libc",
899
+ "log",
900
+ "object_store",
901
+ "parquet",
902
+ "paste",
903
+ "recursive",
904
+ "sqlparser",
905
+ "tokio",
906
+ "web-time",
907
+ ]
908
+
909
+ [[package]]
910
+ name = "datafusion-common-runtime"
911
+ version = "45.0.0"
912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
913
+ checksum = "0d4603c8e8a4baf77660ab7074cc66fc15cc8a18f2ce9dfadb755fc6ee294e48"
914
+ dependencies = [
915
+ "log",
916
+ "tokio",
917
+ ]
918
+
919
+ [[package]]
920
+ name = "datafusion-doc"
921
+ version = "45.0.0"
922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
923
+ checksum = "e5bf4bc68623a5cf231eed601ed6eb41f46a37c4d15d11a0bff24cbc8396cd66"
924
+
925
+ [[package]]
926
+ name = "datafusion-execution"
927
+ version = "45.0.0"
928
+ source = "registry+https://github.com/rust-lang/crates.io-index"
929
+ checksum = "88b491c012cdf8e051053426013429a76f74ee3c2db68496c79c323ca1084d27"
930
+ dependencies = [
931
+ "arrow",
932
+ "dashmap",
933
+ "datafusion-common",
934
+ "datafusion-expr",
935
+ "futures",
936
+ "log",
937
+ "object_store",
938
+ "parking_lot",
939
+ "rand 0.8.5",
940
+ "tempfile",
941
+ "url",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "datafusion-expr"
946
+ version = "45.0.0"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "e5a181408d4fc5dc22f9252781a8f39f2d0e5d1b33ec9bde242844980a2689c1"
949
+ dependencies = [
950
+ "arrow",
951
+ "chrono",
952
+ "datafusion-common",
953
+ "datafusion-doc",
954
+ "datafusion-expr-common",
955
+ "datafusion-functions-aggregate-common",
956
+ "datafusion-functions-window-common",
957
+ "datafusion-physical-expr-common",
958
+ "indexmap",
959
+ "paste",
960
+ "recursive",
961
+ "serde_json",
962
+ "sqlparser",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "datafusion-expr-common"
967
+ version = "45.0.0"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "d1129b48e8534d8c03c6543bcdccef0b55c8ac0c1272a15a56c67068b6eb1885"
970
+ dependencies = [
971
+ "arrow",
972
+ "datafusion-common",
973
+ "itertools 0.14.0",
974
+ "paste",
975
+ ]
976
+
977
+ [[package]]
978
+ name = "datafusion-functions"
979
+ version = "45.0.0"
980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
981
+ checksum = "6125874e4856dfb09b59886784fcb74cde5cfc5930b3a80a1a728ef7a010df6b"
982
+ dependencies = [
983
+ "arrow",
984
+ "arrow-buffer",
985
+ "base64",
986
+ "blake2",
987
+ "blake3",
988
+ "chrono",
989
+ "datafusion-common",
990
+ "datafusion-doc",
991
+ "datafusion-execution",
992
+ "datafusion-expr",
993
+ "datafusion-expr-common",
994
+ "datafusion-macros",
995
+ "hashbrown 0.14.5",
996
+ "hex",
997
+ "itertools 0.14.0",
998
+ "log",
999
+ "md-5",
1000
+ "rand 0.8.5",
1001
+ "regex",
1002
+ "sha2",
1003
+ "unicode-segmentation",
1004
+ "uuid",
1005
+ ]
1006
+
1007
+ [[package]]
1008
+ name = "datafusion-functions-aggregate"
1009
+ version = "45.0.0"
1010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+ checksum = "f3add7b1d3888e05e7c95f2b281af900ca69ebdcb21069ba679b33bde8b3b9d6"
1012
+ dependencies = [
1013
+ "ahash",
1014
+ "arrow",
1015
+ "arrow-buffer",
1016
+ "arrow-schema",
1017
+ "datafusion-common",
1018
+ "datafusion-doc",
1019
+ "datafusion-execution",
1020
+ "datafusion-expr",
1021
+ "datafusion-functions-aggregate-common",
1022
+ "datafusion-macros",
1023
+ "datafusion-physical-expr",
1024
+ "datafusion-physical-expr-common",
1025
+ "half",
1026
+ "log",
1027
+ "paste",
1028
+ ]
1029
+
1030
+ [[package]]
1031
+ name = "datafusion-functions-aggregate-common"
1032
+ version = "45.0.0"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "6e18baa4cfc3d2f144f74148ed68a1f92337f5072b6dde204a0dbbdf3324989c"
1035
+ dependencies = [
1036
+ "ahash",
1037
+ "arrow",
1038
+ "datafusion-common",
1039
+ "datafusion-expr-common",
1040
+ "datafusion-physical-expr-common",
1041
+ ]
1042
+
1043
+ [[package]]
1044
+ name = "datafusion-functions-nested"
1045
+ version = "45.0.0"
1046
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+ checksum = "3ec5ee8cecb0dc370291279673097ddabec03a011f73f30d7f1096457127e03e"
1048
+ dependencies = [
1049
+ "arrow",
1050
+ "arrow-array",
1051
+ "arrow-buffer",
1052
+ "arrow-ord",
1053
+ "arrow-schema",
1054
+ "datafusion-common",
1055
+ "datafusion-doc",
1056
+ "datafusion-execution",
1057
+ "datafusion-expr",
1058
+ "datafusion-functions",
1059
+ "datafusion-functions-aggregate",
1060
+ "datafusion-macros",
1061
+ "datafusion-physical-expr-common",
1062
+ "itertools 0.14.0",
1063
+ "log",
1064
+ "paste",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "datafusion-functions-table"
1069
+ version = "45.0.0"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "2c403ddd473bbb0952ba880008428b3c7febf0ed3ce1eec35a205db20efb2a36"
1072
+ dependencies = [
1073
+ "arrow",
1074
+ "async-trait",
1075
+ "datafusion-catalog",
1076
+ "datafusion-common",
1077
+ "datafusion-expr",
1078
+ "datafusion-physical-plan",
1079
+ "parking_lot",
1080
+ "paste",
1081
+ ]
1082
+
1083
+ [[package]]
1084
+ name = "datafusion-functions-window"
1085
+ version = "45.0.0"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "1ab18c2fb835614d06a75f24a9e09136d3a8c12a92d97c95a6af316a1787a9c5"
1088
+ dependencies = [
1089
+ "datafusion-common",
1090
+ "datafusion-doc",
1091
+ "datafusion-expr",
1092
+ "datafusion-functions-window-common",
1093
+ "datafusion-macros",
1094
+ "datafusion-physical-expr",
1095
+ "datafusion-physical-expr-common",
1096
+ "log",
1097
+ "paste",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "datafusion-functions-window-common"
1102
+ version = "45.0.0"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "a77b73bc15e7d1967121fdc7a55d819bfb9d6c03766a6c322247dce9094a53a4"
1105
+ dependencies = [
1106
+ "datafusion-common",
1107
+ "datafusion-physical-expr-common",
1108
+ ]
1109
+
1110
+ [[package]]
1111
+ name = "datafusion-macros"
1112
+ version = "45.0.0"
1113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+ checksum = "09369b8d962291e808977cf94d495fd8b5b38647232d7ef562c27ac0f495b0af"
1115
+ dependencies = [
1116
+ "datafusion-expr",
1117
+ "quote",
1118
+ "syn",
1119
+ ]
1120
+
1121
+ [[package]]
1122
+ name = "datafusion-optimizer"
1123
+ version = "45.0.0"
1124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1125
+ checksum = "2403a7e4a84637f3de7d8d4d7a9ccc0cc4be92d89b0161ba3ee5be82f0531c54"
1126
+ dependencies = [
1127
+ "arrow",
1128
+ "chrono",
1129
+ "datafusion-common",
1130
+ "datafusion-expr",
1131
+ "datafusion-physical-expr",
1132
+ "indexmap",
1133
+ "itertools 0.14.0",
1134
+ "log",
1135
+ "recursive",
1136
+ "regex",
1137
+ "regex-syntax",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "datafusion-physical-expr"
1142
+ version = "45.0.0"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "86ff72ac702b62dbf2650c4e1d715ebd3e4aab14e3885e72e8549e250307347c"
1145
+ dependencies = [
1146
+ "ahash",
1147
+ "arrow",
1148
+ "arrow-array",
1149
+ "arrow-buffer",
1150
+ "arrow-schema",
1151
+ "datafusion-common",
1152
+ "datafusion-expr",
1153
+ "datafusion-expr-common",
1154
+ "datafusion-functions-aggregate-common",
1155
+ "datafusion-physical-expr-common",
1156
+ "half",
1157
+ "hashbrown 0.14.5",
1158
+ "indexmap",
1159
+ "itertools 0.14.0",
1160
+ "log",
1161
+ "paste",
1162
+ "petgraph",
1163
+ ]
1164
+
1165
+ [[package]]
1166
+ name = "datafusion-physical-expr-common"
1167
+ version = "45.0.0"
1168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+ checksum = "60982b7d684e25579ee29754b4333057ed62e2cc925383c5f0bd8cab7962f435"
1170
+ dependencies = [
1171
+ "ahash",
1172
+ "arrow",
1173
+ "arrow-buffer",
1174
+ "datafusion-common",
1175
+ "datafusion-expr-common",
1176
+ "hashbrown 0.14.5",
1177
+ "itertools 0.14.0",
1178
+ ]
1179
+
1180
+ [[package]]
1181
+ name = "datafusion-physical-optimizer"
1182
+ version = "45.0.0"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "ac5e85c189d5238a5cf181a624e450c4cd4c66ac77ca551d6f3ff9080bac90bb"
1185
+ dependencies = [
1186
+ "arrow",
1187
+ "arrow-schema",
1188
+ "datafusion-common",
1189
+ "datafusion-execution",
1190
+ "datafusion-expr",
1191
+ "datafusion-expr-common",
1192
+ "datafusion-physical-expr",
1193
+ "datafusion-physical-expr-common",
1194
+ "datafusion-physical-plan",
1195
+ "futures",
1196
+ "itertools 0.14.0",
1197
+ "log",
1198
+ "recursive",
1199
+ "url",
1200
+ ]
1201
+
1202
+ [[package]]
1203
+ name = "datafusion-physical-plan"
1204
+ version = "45.0.0"
1205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+ checksum = "c36bf163956d7e2542657c78b3383fdc78f791317ef358a359feffcdb968106f"
1207
+ dependencies = [
1208
+ "ahash",
1209
+ "arrow",
1210
+ "arrow-array",
1211
+ "arrow-buffer",
1212
+ "arrow-ord",
1213
+ "arrow-schema",
1214
+ "async-trait",
1215
+ "chrono",
1216
+ "datafusion-common",
1217
+ "datafusion-common-runtime",
1218
+ "datafusion-execution",
1219
+ "datafusion-expr",
1220
+ "datafusion-functions-window-common",
1221
+ "datafusion-physical-expr",
1222
+ "datafusion-physical-expr-common",
1223
+ "futures",
1224
+ "half",
1225
+ "hashbrown 0.14.5",
1226
+ "indexmap",
1227
+ "itertools 0.14.0",
1228
+ "log",
1229
+ "parking_lot",
1230
+ "pin-project-lite",
1231
+ "tokio",
1232
+ ]
1233
+
1234
+ [[package]]
1235
+ name = "datafusion-sql"
1236
+ version = "45.0.0"
1237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1238
+ checksum = "e13caa4daede211ecec53c78b13c503b592794d125f9a3cc3afe992edf9e7f43"
1239
+ dependencies = [
1240
+ "arrow",
1241
+ "arrow-array",
1242
+ "arrow-schema",
1243
+ "bigdecimal",
1244
+ "datafusion-common",
1245
+ "datafusion-expr",
1246
+ "indexmap",
1247
+ "log",
1248
+ "recursive",
1249
+ "regex",
1250
+ "sqlparser",
1251
+ ]
1252
+
1253
+ [[package]]
1254
+ name = "digest"
1255
+ version = "0.10.7"
1256
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1257
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1258
+ dependencies = [
1259
+ "block-buffer",
1260
+ "crypto-common",
1261
+ "subtle",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "displaydoc"
1266
+ version = "0.2.5"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1269
+ dependencies = [
1270
+ "proc-macro2",
1271
+ "quote",
1272
+ "syn",
1273
+ ]
1274
+
1275
+ [[package]]
1276
+ name = "either"
1277
+ version = "1.15.0"
1278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1280
+
1281
+ [[package]]
1282
+ name = "equivalent"
1283
+ version = "1.0.2"
1284
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1286
+
1287
+ [[package]]
1288
+ name = "errno"
1289
+ version = "0.3.14"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1292
+ dependencies = [
1293
+ "libc",
1294
+ "windows-sys 0.61.2",
1295
+ ]
1296
+
1297
+ [[package]]
1298
+ name = "fastrand"
1299
+ version = "2.3.0"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1302
+
1303
+ [[package]]
1304
+ name = "find-msvc-tools"
1305
+ version = "0.1.6"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff"
1308
+
1309
+ [[package]]
1310
+ name = "fixedbitset"
1311
+ version = "0.5.7"
1312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1314
+
1315
+ [[package]]
1316
+ name = "flatbuffers"
1317
+ version = "24.12.23"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096"
1320
+ dependencies = [
1321
+ "bitflags 1.3.2",
1322
+ "rustc_version",
1323
+ ]
1324
+
1325
+ [[package]]
1326
+ name = "flate2"
1327
+ version = "1.1.5"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
1330
+ dependencies = [
1331
+ "crc32fast",
1332
+ "miniz_oxide",
1333
+ ]
1334
+
1335
+ [[package]]
1336
+ name = "form_urlencoded"
1337
+ version = "1.2.2"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1340
+ dependencies = [
1341
+ "percent-encoding",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "futures"
1346
+ version = "0.3.31"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1349
+ dependencies = [
1350
+ "futures-channel",
1351
+ "futures-core",
1352
+ "futures-executor",
1353
+ "futures-io",
1354
+ "futures-sink",
1355
+ "futures-task",
1356
+ "futures-util",
1357
+ ]
1358
+
1359
+ [[package]]
1360
+ name = "futures-channel"
1361
+ version = "0.3.31"
1362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1364
+ dependencies = [
1365
+ "futures-core",
1366
+ "futures-sink",
1367
+ ]
1368
+
1369
+ [[package]]
1370
+ name = "futures-core"
1371
+ version = "0.3.31"
1372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1374
+
1375
+ [[package]]
1376
+ name = "futures-executor"
1377
+ version = "0.3.31"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1380
+ dependencies = [
1381
+ "futures-core",
1382
+ "futures-task",
1383
+ "futures-util",
1384
+ ]
1385
+
1386
+ [[package]]
1387
+ name = "futures-io"
1388
+ version = "0.3.31"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1391
+
1392
+ [[package]]
1393
+ name = "futures-macro"
1394
+ version = "0.3.31"
1395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1396
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1397
+ dependencies = [
1398
+ "proc-macro2",
1399
+ "quote",
1400
+ "syn",
1401
+ ]
1402
+
1403
+ [[package]]
1404
+ name = "futures-sink"
1405
+ version = "0.3.31"
1406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1407
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1408
+
1409
+ [[package]]
1410
+ name = "futures-task"
1411
+ version = "0.3.31"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1414
+
1415
+ [[package]]
1416
+ name = "futures-util"
1417
+ version = "0.3.31"
1418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1419
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1420
+ dependencies = [
1421
+ "futures-channel",
1422
+ "futures-core",
1423
+ "futures-io",
1424
+ "futures-macro",
1425
+ "futures-sink",
1426
+ "futures-task",
1427
+ "memchr",
1428
+ "pin-project-lite",
1429
+ "pin-utils",
1430
+ "slab",
1431
+ ]
1432
+
1433
+ [[package]]
1434
+ name = "generic-array"
1435
+ version = "0.14.7"
1436
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1437
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1438
+ dependencies = [
1439
+ "typenum",
1440
+ "version_check",
1441
+ ]
1442
+
1443
+ [[package]]
1444
+ name = "getrandom"
1445
+ version = "0.2.16"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1448
+ dependencies = [
1449
+ "cfg-if",
1450
+ "libc",
1451
+ "wasi",
1452
+ ]
1453
+
1454
+ [[package]]
1455
+ name = "getrandom"
1456
+ version = "0.3.4"
1457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1458
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1459
+ dependencies = [
1460
+ "cfg-if",
1461
+ "libc",
1462
+ "r-efi",
1463
+ "wasip2",
1464
+ ]
1465
+
1466
+ [[package]]
1467
+ name = "glob"
1468
+ version = "0.3.3"
1469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1470
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1471
+
1472
+ [[package]]
1473
+ name = "half"
1474
+ version = "2.7.1"
1475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1476
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1477
+ dependencies = [
1478
+ "cfg-if",
1479
+ "crunchy",
1480
+ "num-traits",
1481
+ "zerocopy",
1482
+ ]
1483
+
1484
+ [[package]]
1485
+ name = "hashbrown"
1486
+ version = "0.14.5"
1487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1489
+ dependencies = [
1490
+ "ahash",
1491
+ "allocator-api2",
1492
+ ]
1493
+
1494
+ [[package]]
1495
+ name = "hashbrown"
1496
+ version = "0.15.5"
1497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1499
+
1500
+ [[package]]
1501
+ name = "hashbrown"
1502
+ version = "0.16.1"
1503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1505
+
1506
+ [[package]]
1507
+ name = "heck"
1508
+ version = "0.5.0"
1509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1510
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1511
+
1512
+ [[package]]
1513
+ name = "hex"
1514
+ version = "0.4.3"
1515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1516
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1517
+
1518
+ [[package]]
1519
+ name = "http"
1520
+ version = "1.4.0"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1523
+ dependencies = [
1524
+ "bytes",
1525
+ "itoa",
1526
+ ]
1527
+
1528
+ [[package]]
1529
+ name = "http-body"
1530
+ version = "1.0.1"
1531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1532
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1533
+ dependencies = [
1534
+ "bytes",
1535
+ "http",
1536
+ ]
1537
+
1538
+ [[package]]
1539
+ name = "http-body-util"
1540
+ version = "0.1.3"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1543
+ dependencies = [
1544
+ "bytes",
1545
+ "futures-core",
1546
+ "http",
1547
+ "http-body",
1548
+ "pin-project-lite",
1549
+ ]
1550
+
1551
+ [[package]]
1552
+ name = "http-range-header"
1553
+ version = "0.4.2"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
1556
+
1557
+ [[package]]
1558
+ name = "httparse"
1559
+ version = "1.10.1"
1560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1561
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1562
+
1563
+ [[package]]
1564
+ name = "httpdate"
1565
+ version = "1.0.3"
1566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1567
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1568
+
1569
+ [[package]]
1570
+ name = "humantime"
1571
+ version = "2.3.0"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
1574
+
1575
+ [[package]]
1576
+ name = "hyper"
1577
+ version = "1.8.1"
1578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1579
+ checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1580
+ dependencies = [
1581
+ "atomic-waker",
1582
+ "bytes",
1583
+ "futures-channel",
1584
+ "futures-core",
1585
+ "http",
1586
+ "http-body",
1587
+ "httparse",
1588
+ "httpdate",
1589
+ "itoa",
1590
+ "pin-project-lite",
1591
+ "pin-utils",
1592
+ "smallvec",
1593
+ "tokio",
1594
+ ]
1595
+
1596
+ [[package]]
1597
+ name = "hyper-util"
1598
+ version = "0.1.19"
1599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1600
+ checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
1601
+ dependencies = [
1602
+ "bytes",
1603
+ "futures-core",
1604
+ "http",
1605
+ "http-body",
1606
+ "hyper",
1607
+ "pin-project-lite",
1608
+ "tokio",
1609
+ "tower-service",
1610
+ ]
1611
+
1612
+ [[package]]
1613
+ name = "iana-time-zone"
1614
+ version = "0.1.64"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1617
+ dependencies = [
1618
+ "android_system_properties",
1619
+ "core-foundation-sys",
1620
+ "iana-time-zone-haiku",
1621
+ "js-sys",
1622
+ "log",
1623
+ "wasm-bindgen",
1624
+ "windows-core",
1625
+ ]
1626
+
1627
+ [[package]]
1628
+ name = "iana-time-zone-haiku"
1629
+ version = "0.1.2"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1632
+ dependencies = [
1633
+ "cc",
1634
+ ]
1635
+
1636
+ [[package]]
1637
+ name = "icu_collections"
1638
+ version = "2.1.1"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1641
+ dependencies = [
1642
+ "displaydoc",
1643
+ "potential_utf",
1644
+ "yoke",
1645
+ "zerofrom",
1646
+ "zerovec",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "icu_locale_core"
1651
+ version = "2.1.1"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1654
+ dependencies = [
1655
+ "displaydoc",
1656
+ "litemap",
1657
+ "tinystr",
1658
+ "writeable",
1659
+ "zerovec",
1660
+ ]
1661
+
1662
+ [[package]]
1663
+ name = "icu_normalizer"
1664
+ version = "2.1.1"
1665
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1666
+ checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1667
+ dependencies = [
1668
+ "icu_collections",
1669
+ "icu_normalizer_data",
1670
+ "icu_properties",
1671
+ "icu_provider",
1672
+ "smallvec",
1673
+ "zerovec",
1674
+ ]
1675
+
1676
+ [[package]]
1677
+ name = "icu_normalizer_data"
1678
+ version = "2.1.1"
1679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1680
+ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1681
+
1682
+ [[package]]
1683
+ name = "icu_properties"
1684
+ version = "2.1.2"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1687
+ dependencies = [
1688
+ "icu_collections",
1689
+ "icu_locale_core",
1690
+ "icu_properties_data",
1691
+ "icu_provider",
1692
+ "zerotrie",
1693
+ "zerovec",
1694
+ ]
1695
+
1696
+ [[package]]
1697
+ name = "icu_properties_data"
1698
+ version = "2.1.2"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1701
+
1702
+ [[package]]
1703
+ name = "icu_provider"
1704
+ version = "2.1.1"
1705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1706
+ checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1707
+ dependencies = [
1708
+ "displaydoc",
1709
+ "icu_locale_core",
1710
+ "writeable",
1711
+ "yoke",
1712
+ "zerofrom",
1713
+ "zerotrie",
1714
+ "zerovec",
1715
+ ]
1716
+
1717
+ [[package]]
1718
+ name = "idna"
1719
+ version = "1.1.0"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1722
+ dependencies = [
1723
+ "idna_adapter",
1724
+ "smallvec",
1725
+ "utf8_iter",
1726
+ ]
1727
+
1728
+ [[package]]
1729
+ name = "idna_adapter"
1730
+ version = "1.2.1"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1733
+ dependencies = [
1734
+ "icu_normalizer",
1735
+ "icu_properties",
1736
+ ]
1737
+
1738
+ [[package]]
1739
+ name = "indexmap"
1740
+ version = "2.12.1"
1741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1742
+ checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1743
+ dependencies = [
1744
+ "equivalent",
1745
+ "hashbrown 0.16.1",
1746
+ ]
1747
+
1748
+ [[package]]
1749
+ name = "integer-encoding"
1750
+ version = "3.0.4"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
1753
+
1754
+ [[package]]
1755
+ name = "is_terminal_polyfill"
1756
+ version = "1.70.2"
1757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1759
+
1760
+ [[package]]
1761
+ name = "itertools"
1762
+ version = "0.13.0"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1765
+ dependencies = [
1766
+ "either",
1767
+ ]
1768
+
1769
+ [[package]]
1770
+ name = "itertools"
1771
+ version = "0.14.0"
1772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1774
+ dependencies = [
1775
+ "either",
1776
+ ]
1777
+
1778
+ [[package]]
1779
+ name = "itoa"
1780
+ version = "1.0.17"
1781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1782
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1783
+
1784
+ [[package]]
1785
+ name = "jni"
1786
+ version = "0.21.1"
1787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1788
+ checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1789
+ dependencies = [
1790
+ "cesu8",
1791
+ "cfg-if",
1792
+ "combine",
1793
+ "jni-sys",
1794
+ "log",
1795
+ "thiserror 1.0.69",
1796
+ "walkdir",
1797
+ "windows-sys 0.45.0",
1798
+ ]
1799
+
1800
+ [[package]]
1801
+ name = "jni-sys"
1802
+ version = "0.3.0"
1803
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1804
+ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1805
+
1806
+ [[package]]
1807
+ name = "jobserver"
1808
+ version = "0.1.34"
1809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1810
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1811
+ dependencies = [
1812
+ "getrandom 0.3.4",
1813
+ "libc",
1814
+ ]
1815
+
1816
+ [[package]]
1817
+ name = "js-sys"
1818
+ version = "0.3.83"
1819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+ checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
1821
+ dependencies = [
1822
+ "once_cell",
1823
+ "wasm-bindgen",
1824
+ ]
1825
+
1826
+ [[package]]
1827
+ name = "lazy_static"
1828
+ version = "1.5.0"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1831
+
1832
+ [[package]]
1833
+ name = "lexical-core"
1834
+ version = "1.0.6"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
1837
+ dependencies = [
1838
+ "lexical-parse-float",
1839
+ "lexical-parse-integer",
1840
+ "lexical-util",
1841
+ "lexical-write-float",
1842
+ "lexical-write-integer",
1843
+ ]
1844
+
1845
+ [[package]]
1846
+ name = "lexical-parse-float"
1847
+ version = "1.0.6"
1848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1849
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
1850
+ dependencies = [
1851
+ "lexical-parse-integer",
1852
+ "lexical-util",
1853
+ ]
1854
+
1855
+ [[package]]
1856
+ name = "lexical-parse-integer"
1857
+ version = "1.0.6"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
1860
+ dependencies = [
1861
+ "lexical-util",
1862
+ ]
1863
+
1864
+ [[package]]
1865
+ name = "lexical-util"
1866
+ version = "1.0.7"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
1869
+
1870
+ [[package]]
1871
+ name = "lexical-write-float"
1872
+ version = "1.0.6"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
1875
+ dependencies = [
1876
+ "lexical-util",
1877
+ "lexical-write-integer",
1878
+ ]
1879
+
1880
+ [[package]]
1881
+ name = "lexical-write-integer"
1882
+ version = "1.0.6"
1883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1884
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
1885
+ dependencies = [
1886
+ "lexical-util",
1887
+ ]
1888
+
1889
+ [[package]]
1890
+ name = "libc"
1891
+ version = "0.2.179"
1892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1893
+ checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"
1894
+
1895
+ [[package]]
1896
+ name = "libm"
1897
+ version = "0.2.15"
1898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1899
+ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
1900
+
1901
+ [[package]]
1902
+ name = "linux-raw-sys"
1903
+ version = "0.11.0"
1904
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1905
+ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1906
+
1907
+ [[package]]
1908
+ name = "litemap"
1909
+ version = "0.8.1"
1910
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1911
+ checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1912
+
1913
+ [[package]]
1914
+ name = "lock_api"
1915
+ version = "0.4.14"
1916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1918
+ dependencies = [
1919
+ "scopeguard",
1920
+ ]
1921
+
1922
+ [[package]]
1923
+ name = "log"
1924
+ version = "0.4.29"
1925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1926
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1927
+
1928
+ [[package]]
1929
+ name = "lz4_flex"
1930
+ version = "0.11.5"
1931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1932
+ checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
1933
+ dependencies = [
1934
+ "twox-hash 2.1.2",
1935
+ ]
1936
+
1937
+ [[package]]
1938
+ name = "lzma-sys"
1939
+ version = "0.1.20"
1940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1941
+ checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
1942
+ dependencies = [
1943
+ "cc",
1944
+ "libc",
1945
+ "pkg-config",
1946
+ ]
1947
+
1948
+ [[package]]
1949
+ name = "mangleframes-viewer"
1950
+ version = "0.1.0"
1951
+ dependencies = [
1952
+ "anyhow",
1953
+ "arrow",
1954
+ "arrow-csv",
1955
+ "arrow-ipc",
1956
+ "arrow-json",
1957
+ "axum",
1958
+ "clap",
1959
+ "datafusion",
1960
+ "futures-util",
1961
+ "parquet",
1962
+ "rust-embed",
1963
+ "serde",
1964
+ "serde_json",
1965
+ "thiserror 2.0.17",
1966
+ "tokio",
1967
+ "tower-http",
1968
+ "tracing",
1969
+ "tracing-subscriber",
1970
+ "webbrowser",
1971
+ ]
1972
+
1973
+ [[package]]
1974
+ name = "matchers"
1975
+ version = "0.2.0"
1976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1977
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1978
+ dependencies = [
1979
+ "regex-automata",
1980
+ ]
1981
+
1982
+ [[package]]
1983
+ name = "matchit"
1984
+ version = "0.8.4"
1985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1986
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1987
+
1988
+ [[package]]
1989
+ name = "md-5"
1990
+ version = "0.10.6"
1991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1992
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1993
+ dependencies = [
1994
+ "cfg-if",
1995
+ "digest",
1996
+ ]
1997
+
1998
+ [[package]]
1999
+ name = "memchr"
2000
+ version = "2.7.6"
2001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2002
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2003
+
2004
+ [[package]]
2005
+ name = "mime"
2006
+ version = "0.3.17"
2007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2008
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2009
+
2010
+ [[package]]
2011
+ name = "mime_guess"
2012
+ version = "2.0.5"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2015
+ dependencies = [
2016
+ "mime",
2017
+ "unicase",
2018
+ ]
2019
+
2020
+ [[package]]
2021
+ name = "miniz_oxide"
2022
+ version = "0.8.9"
2023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2024
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2025
+ dependencies = [
2026
+ "adler2",
2027
+ "simd-adler32",
2028
+ ]
2029
+
2030
+ [[package]]
2031
+ name = "mio"
2032
+ version = "1.1.1"
2033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2034
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
2035
+ dependencies = [
2036
+ "libc",
2037
+ "wasi",
2038
+ "windows-sys 0.61.2",
2039
+ ]
2040
+
2041
+ [[package]]
2042
+ name = "ndk-context"
2043
+ version = "0.1.1"
2044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2045
+ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2046
+
2047
+ [[package]]
2048
+ name = "nu-ansi-term"
2049
+ version = "0.50.3"
2050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2051
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2052
+ dependencies = [
2053
+ "windows-sys 0.61.2",
2054
+ ]
2055
+
2056
+ [[package]]
2057
+ name = "num"
2058
+ version = "0.4.3"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2061
+ dependencies = [
2062
+ "num-bigint",
2063
+ "num-complex",
2064
+ "num-integer",
2065
+ "num-iter",
2066
+ "num-rational",
2067
+ "num-traits",
2068
+ ]
2069
+
2070
+ [[package]]
2071
+ name = "num-bigint"
2072
+ version = "0.4.6"
2073
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2074
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2075
+ dependencies = [
2076
+ "num-integer",
2077
+ "num-traits",
2078
+ ]
2079
+
2080
+ [[package]]
2081
+ name = "num-complex"
2082
+ version = "0.4.6"
2083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2084
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2085
+ dependencies = [
2086
+ "num-traits",
2087
+ ]
2088
+
2089
+ [[package]]
2090
+ name = "num-integer"
2091
+ version = "0.1.46"
2092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2093
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2094
+ dependencies = [
2095
+ "num-traits",
2096
+ ]
2097
+
2098
+ [[package]]
2099
+ name = "num-iter"
2100
+ version = "0.1.45"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2103
+ dependencies = [
2104
+ "autocfg",
2105
+ "num-integer",
2106
+ "num-traits",
2107
+ ]
2108
+
2109
+ [[package]]
2110
+ name = "num-rational"
2111
+ version = "0.4.2"
2112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2113
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2114
+ dependencies = [
2115
+ "num-bigint",
2116
+ "num-integer",
2117
+ "num-traits",
2118
+ ]
2119
+
2120
+ [[package]]
2121
+ name = "num-traits"
2122
+ version = "0.2.19"
2123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2125
+ dependencies = [
2126
+ "autocfg",
2127
+ "libm",
2128
+ ]
2129
+
2130
+ [[package]]
2131
+ name = "objc2"
2132
+ version = "0.6.3"
2133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2134
+ checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
2135
+ dependencies = [
2136
+ "objc2-encode",
2137
+ ]
2138
+
2139
+ [[package]]
2140
+ name = "objc2-encode"
2141
+ version = "4.1.0"
2142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2144
+
2145
+ [[package]]
2146
+ name = "objc2-foundation"
2147
+ version = "0.3.2"
2148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2149
+ checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2150
+ dependencies = [
2151
+ "bitflags 2.10.0",
2152
+ "objc2",
2153
+ ]
2154
+
2155
+ [[package]]
2156
+ name = "object"
2157
+ version = "0.32.2"
2158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2159
+ checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2160
+ dependencies = [
2161
+ "memchr",
2162
+ ]
2163
+
2164
+ [[package]]
2165
+ name = "object_store"
2166
+ version = "0.11.2"
2167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+ checksum = "3cfccb68961a56facde1163f9319e0d15743352344e7808a11795fb99698dcaf"
2169
+ dependencies = [
2170
+ "async-trait",
2171
+ "bytes",
2172
+ "chrono",
2173
+ "futures",
2174
+ "humantime",
2175
+ "itertools 0.13.0",
2176
+ "parking_lot",
2177
+ "percent-encoding",
2178
+ "snafu",
2179
+ "tokio",
2180
+ "tracing",
2181
+ "url",
2182
+ "walkdir",
2183
+ ]
2184
+
2185
+ [[package]]
2186
+ name = "once_cell"
2187
+ version = "1.21.3"
2188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2189
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2190
+
2191
+ [[package]]
2192
+ name = "once_cell_polyfill"
2193
+ version = "1.70.2"
2194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2195
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2196
+
2197
+ [[package]]
2198
+ name = "ordered-float"
2199
+ version = "2.10.1"
2200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2201
+ checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2202
+ dependencies = [
2203
+ "num-traits",
2204
+ ]
2205
+
2206
+ [[package]]
2207
+ name = "parking_lot"
2208
+ version = "0.12.5"
2209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2210
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2211
+ dependencies = [
2212
+ "lock_api",
2213
+ "parking_lot_core",
2214
+ ]
2215
+
2216
+ [[package]]
2217
+ name = "parking_lot_core"
2218
+ version = "0.9.12"
2219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2220
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2221
+ dependencies = [
2222
+ "cfg-if",
2223
+ "libc",
2224
+ "redox_syscall",
2225
+ "smallvec",
2226
+ "windows-link",
2227
+ ]
2228
+
2229
+ [[package]]
2230
+ name = "parquet"
2231
+ version = "54.3.1"
2232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2233
+ checksum = "bfb15796ac6f56b429fd99e33ba133783ad75b27c36b4b5ce06f1f82cc97754e"
2234
+ dependencies = [
2235
+ "ahash",
2236
+ "arrow-array",
2237
+ "arrow-buffer",
2238
+ "arrow-cast",
2239
+ "arrow-data",
2240
+ "arrow-ipc",
2241
+ "arrow-schema",
2242
+ "arrow-select",
2243
+ "base64",
2244
+ "brotli",
2245
+ "bytes",
2246
+ "chrono",
2247
+ "flate2",
2248
+ "futures",
2249
+ "half",
2250
+ "hashbrown 0.15.5",
2251
+ "lz4_flex",
2252
+ "num",
2253
+ "num-bigint",
2254
+ "object_store",
2255
+ "paste",
2256
+ "seq-macro",
2257
+ "simdutf8",
2258
+ "snap",
2259
+ "thrift",
2260
+ "tokio",
2261
+ "twox-hash 1.6.3",
2262
+ "zstd",
2263
+ ]
2264
+
2265
+ [[package]]
2266
+ name = "paste"
2267
+ version = "1.0.15"
2268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2269
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2270
+
2271
+ [[package]]
2272
+ name = "percent-encoding"
2273
+ version = "2.3.2"
2274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2275
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2276
+
2277
+ [[package]]
2278
+ name = "petgraph"
2279
+ version = "0.7.1"
2280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2281
+ checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
2282
+ dependencies = [
2283
+ "fixedbitset",
2284
+ "indexmap",
2285
+ ]
2286
+
2287
+ [[package]]
2288
+ name = "phf"
2289
+ version = "0.12.1"
2290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2291
+ checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
2292
+ dependencies = [
2293
+ "phf_shared",
2294
+ ]
2295
+
2296
+ [[package]]
2297
+ name = "phf_shared"
2298
+ version = "0.12.1"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
2301
+ dependencies = [
2302
+ "siphasher",
2303
+ ]
2304
+
2305
+ [[package]]
2306
+ name = "pin-project-lite"
2307
+ version = "0.2.16"
2308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2309
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2310
+
2311
+ [[package]]
2312
+ name = "pin-utils"
2313
+ version = "0.1.0"
2314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2315
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2316
+
2317
+ [[package]]
2318
+ name = "pkg-config"
2319
+ version = "0.3.32"
2320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2321
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2322
+
2323
+ [[package]]
2324
+ name = "potential_utf"
2325
+ version = "0.1.4"
2326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2327
+ checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2328
+ dependencies = [
2329
+ "zerovec",
2330
+ ]
2331
+
2332
+ [[package]]
2333
+ name = "ppv-lite86"
2334
+ version = "0.2.21"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2337
+ dependencies = [
2338
+ "zerocopy",
2339
+ ]
2340
+
2341
+ [[package]]
2342
+ name = "proc-macro2"
2343
+ version = "1.0.105"
2344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2345
+ checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
2346
+ dependencies = [
2347
+ "unicode-ident",
2348
+ ]
2349
+
2350
+ [[package]]
2351
+ name = "psm"
2352
+ version = "0.1.28"
2353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2354
+ checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01"
2355
+ dependencies = [
2356
+ "ar_archive_writer",
2357
+ "cc",
2358
+ ]
2359
+
2360
+ [[package]]
2361
+ name = "quote"
2362
+ version = "1.0.43"
2363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2364
+ checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
2365
+ dependencies = [
2366
+ "proc-macro2",
2367
+ ]
2368
+
2369
+ [[package]]
2370
+ name = "r-efi"
2371
+ version = "5.3.0"
2372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2373
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2374
+
2375
+ [[package]]
2376
+ name = "rand"
2377
+ version = "0.8.5"
2378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2379
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2380
+ dependencies = [
2381
+ "libc",
2382
+ "rand_chacha 0.3.1",
2383
+ "rand_core 0.6.4",
2384
+ ]
2385
+
2386
+ [[package]]
2387
+ name = "rand"
2388
+ version = "0.9.2"
2389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2390
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2391
+ dependencies = [
2392
+ "rand_chacha 0.9.0",
2393
+ "rand_core 0.9.3",
2394
+ ]
2395
+
2396
+ [[package]]
2397
+ name = "rand_chacha"
2398
+ version = "0.3.1"
2399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2400
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2401
+ dependencies = [
2402
+ "ppv-lite86",
2403
+ "rand_core 0.6.4",
2404
+ ]
2405
+
2406
+ [[package]]
2407
+ name = "rand_chacha"
2408
+ version = "0.9.0"
2409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2410
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2411
+ dependencies = [
2412
+ "ppv-lite86",
2413
+ "rand_core 0.9.3",
2414
+ ]
2415
+
2416
+ [[package]]
2417
+ name = "rand_core"
2418
+ version = "0.6.4"
2419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2420
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2421
+ dependencies = [
2422
+ "getrandom 0.2.16",
2423
+ ]
2424
+
2425
+ [[package]]
2426
+ name = "rand_core"
2427
+ version = "0.9.3"
2428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2429
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2430
+ dependencies = [
2431
+ "getrandom 0.3.4",
2432
+ ]
2433
+
2434
+ [[package]]
2435
+ name = "recursive"
2436
+ version = "0.1.1"
2437
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2438
+ checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
2439
+ dependencies = [
2440
+ "recursive-proc-macro-impl",
2441
+ "stacker",
2442
+ ]
2443
+
2444
+ [[package]]
2445
+ name = "recursive-proc-macro-impl"
2446
+ version = "0.1.1"
2447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2448
+ checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
2449
+ dependencies = [
2450
+ "quote",
2451
+ "syn",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "redox_syscall"
2456
+ version = "0.5.18"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2459
+ dependencies = [
2460
+ "bitflags 2.10.0",
2461
+ ]
2462
+
2463
+ [[package]]
2464
+ name = "regex"
2465
+ version = "1.12.2"
2466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2467
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
2468
+ dependencies = [
2469
+ "aho-corasick",
2470
+ "memchr",
2471
+ "regex-automata",
2472
+ "regex-syntax",
2473
+ ]
2474
+
2475
+ [[package]]
2476
+ name = "regex-automata"
2477
+ version = "0.4.13"
2478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
2480
+ dependencies = [
2481
+ "aho-corasick",
2482
+ "memchr",
2483
+ "regex-syntax",
2484
+ ]
2485
+
2486
+ [[package]]
2487
+ name = "regex-syntax"
2488
+ version = "0.8.8"
2489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
2491
+
2492
+ [[package]]
2493
+ name = "rust-embed"
2494
+ version = "8.9.0"
2495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+ checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca"
2497
+ dependencies = [
2498
+ "rust-embed-impl",
2499
+ "rust-embed-utils",
2500
+ "walkdir",
2501
+ ]
2502
+
2503
+ [[package]]
2504
+ name = "rust-embed-impl"
2505
+ version = "8.9.0"
2506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2507
+ checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2"
2508
+ dependencies = [
2509
+ "proc-macro2",
2510
+ "quote",
2511
+ "rust-embed-utils",
2512
+ "syn",
2513
+ "walkdir",
2514
+ ]
2515
+
2516
+ [[package]]
2517
+ name = "rust-embed-utils"
2518
+ version = "8.9.0"
2519
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2520
+ checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475"
2521
+ dependencies = [
2522
+ "sha2",
2523
+ "walkdir",
2524
+ ]
2525
+
2526
+ [[package]]
2527
+ name = "rustc_version"
2528
+ version = "0.4.1"
2529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2530
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2531
+ dependencies = [
2532
+ "semver",
2533
+ ]
2534
+
2535
+ [[package]]
2536
+ name = "rustix"
2537
+ version = "1.1.3"
2538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2539
+ checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
2540
+ dependencies = [
2541
+ "bitflags 2.10.0",
2542
+ "errno",
2543
+ "libc",
2544
+ "linux-raw-sys",
2545
+ "windows-sys 0.61.2",
2546
+ ]
2547
+
2548
+ [[package]]
2549
+ name = "rustversion"
2550
+ version = "1.0.22"
2551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2552
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2553
+
2554
+ [[package]]
2555
+ name = "ryu"
2556
+ version = "1.0.22"
2557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2558
+ checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
2559
+
2560
+ [[package]]
2561
+ name = "same-file"
2562
+ version = "1.0.6"
2563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2564
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2565
+ dependencies = [
2566
+ "winapi-util",
2567
+ ]
2568
+
2569
+ [[package]]
2570
+ name = "scopeguard"
2571
+ version = "1.2.0"
2572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2573
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2574
+
2575
+ [[package]]
2576
+ name = "semver"
2577
+ version = "1.0.27"
2578
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2579
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2580
+
2581
+ [[package]]
2582
+ name = "seq-macro"
2583
+ version = "0.3.6"
2584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2585
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
2586
+
2587
+ [[package]]
2588
+ name = "serde"
2589
+ version = "1.0.228"
2590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2591
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2592
+ dependencies = [
2593
+ "serde_core",
2594
+ "serde_derive",
2595
+ ]
2596
+
2597
+ [[package]]
2598
+ name = "serde_core"
2599
+ version = "1.0.228"
2600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2601
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2602
+ dependencies = [
2603
+ "serde_derive",
2604
+ ]
2605
+
2606
+ [[package]]
2607
+ name = "serde_derive"
2608
+ version = "1.0.228"
2609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2610
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2611
+ dependencies = [
2612
+ "proc-macro2",
2613
+ "quote",
2614
+ "syn",
2615
+ ]
2616
+
2617
+ [[package]]
2618
+ name = "serde_json"
2619
+ version = "1.0.149"
2620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2621
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2622
+ dependencies = [
2623
+ "itoa",
2624
+ "memchr",
2625
+ "serde",
2626
+ "serde_core",
2627
+ "zmij",
2628
+ ]
2629
+
2630
+ [[package]]
2631
+ name = "serde_path_to_error"
2632
+ version = "0.1.20"
2633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2634
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2635
+ dependencies = [
2636
+ "itoa",
2637
+ "serde",
2638
+ "serde_core",
2639
+ ]
2640
+
2641
+ [[package]]
2642
+ name = "serde_urlencoded"
2643
+ version = "0.7.1"
2644
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2645
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2646
+ dependencies = [
2647
+ "form_urlencoded",
2648
+ "itoa",
2649
+ "ryu",
2650
+ "serde",
2651
+ ]
2652
+
2653
+ [[package]]
2654
+ name = "sha1"
2655
+ version = "0.10.6"
2656
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2657
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2658
+ dependencies = [
2659
+ "cfg-if",
2660
+ "cpufeatures",
2661
+ "digest",
2662
+ ]
2663
+
2664
+ [[package]]
2665
+ name = "sha2"
2666
+ version = "0.10.9"
2667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2668
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2669
+ dependencies = [
2670
+ "cfg-if",
2671
+ "cpufeatures",
2672
+ "digest",
2673
+ ]
2674
+
2675
+ [[package]]
2676
+ name = "sharded-slab"
2677
+ version = "0.1.7"
2678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2679
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2680
+ dependencies = [
2681
+ "lazy_static",
2682
+ ]
2683
+
2684
+ [[package]]
2685
+ name = "shlex"
2686
+ version = "1.3.0"
2687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2688
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2689
+
2690
+ [[package]]
2691
+ name = "signal-hook-registry"
2692
+ version = "1.4.8"
2693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2694
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2695
+ dependencies = [
2696
+ "errno",
2697
+ "libc",
2698
+ ]
2699
+
2700
+ [[package]]
2701
+ name = "simd-adler32"
2702
+ version = "0.3.8"
2703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2704
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
2705
+
2706
+ [[package]]
2707
+ name = "simdutf8"
2708
+ version = "0.1.5"
2709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2710
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2711
+
2712
+ [[package]]
2713
+ name = "siphasher"
2714
+ version = "1.0.1"
2715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2716
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2717
+
2718
+ [[package]]
2719
+ name = "slab"
2720
+ version = "0.4.11"
2721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2722
+ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2723
+
2724
+ [[package]]
2725
+ name = "smallvec"
2726
+ version = "1.15.1"
2727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2728
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2729
+
2730
+ [[package]]
2731
+ name = "snafu"
2732
+ version = "0.8.9"
2733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2734
+ checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
2735
+ dependencies = [
2736
+ "snafu-derive",
2737
+ ]
2738
+
2739
+ [[package]]
2740
+ name = "snafu-derive"
2741
+ version = "0.8.9"
2742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2743
+ checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
2744
+ dependencies = [
2745
+ "heck",
2746
+ "proc-macro2",
2747
+ "quote",
2748
+ "syn",
2749
+ ]
2750
+
2751
+ [[package]]
2752
+ name = "snap"
2753
+ version = "1.1.1"
2754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2755
+ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
2756
+
2757
+ [[package]]
2758
+ name = "socket2"
2759
+ version = "0.6.1"
2760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2761
+ checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
2762
+ dependencies = [
2763
+ "libc",
2764
+ "windows-sys 0.60.2",
2765
+ ]
2766
+
2767
+ [[package]]
2768
+ name = "sqlparser"
2769
+ version = "0.53.0"
2770
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2771
+ checksum = "05a528114c392209b3264855ad491fcce534b94a38771b0a0b97a79379275ce8"
2772
+ dependencies = [
2773
+ "log",
2774
+ "sqlparser_derive",
2775
+ ]
2776
+
2777
+ [[package]]
2778
+ name = "sqlparser_derive"
2779
+ version = "0.3.0"
2780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2781
+ checksum = "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c"
2782
+ dependencies = [
2783
+ "proc-macro2",
2784
+ "quote",
2785
+ "syn",
2786
+ ]
2787
+
2788
+ [[package]]
2789
+ name = "stable_deref_trait"
2790
+ version = "1.2.1"
2791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2792
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2793
+
2794
+ [[package]]
2795
+ name = "stacker"
2796
+ version = "0.1.22"
2797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2798
+ checksum = "e1f8b29fb42aafcea4edeeb6b2f2d7ecd0d969c48b4cf0d2e64aafc471dd6e59"
2799
+ dependencies = [
2800
+ "cc",
2801
+ "cfg-if",
2802
+ "libc",
2803
+ "psm",
2804
+ "windows-sys 0.59.0",
2805
+ ]
2806
+
2807
+ [[package]]
2808
+ name = "static_assertions"
2809
+ version = "1.1.0"
2810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2811
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2812
+
2813
+ [[package]]
2814
+ name = "strsim"
2815
+ version = "0.11.1"
2816
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2817
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2818
+
2819
+ [[package]]
2820
+ name = "subtle"
2821
+ version = "2.6.1"
2822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2823
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2824
+
2825
+ [[package]]
2826
+ name = "syn"
2827
+ version = "2.0.113"
2828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2829
+ checksum = "678faa00651c9eb72dd2020cbdf275d92eccb2400d568e419efdd64838145cb4"
2830
+ dependencies = [
2831
+ "proc-macro2",
2832
+ "quote",
2833
+ "unicode-ident",
2834
+ ]
2835
+
2836
+ [[package]]
2837
+ name = "sync_wrapper"
2838
+ version = "1.0.2"
2839
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2840
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2841
+
2842
+ [[package]]
2843
+ name = "synstructure"
2844
+ version = "0.13.2"
2845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2846
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2847
+ dependencies = [
2848
+ "proc-macro2",
2849
+ "quote",
2850
+ "syn",
2851
+ ]
2852
+
2853
+ [[package]]
2854
+ name = "tempfile"
2855
+ version = "3.24.0"
2856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2857
+ checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
2858
+ dependencies = [
2859
+ "fastrand",
2860
+ "getrandom 0.3.4",
2861
+ "once_cell",
2862
+ "rustix",
2863
+ "windows-sys 0.61.2",
2864
+ ]
2865
+
2866
+ [[package]]
2867
+ name = "thiserror"
2868
+ version = "1.0.69"
2869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2870
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2871
+ dependencies = [
2872
+ "thiserror-impl 1.0.69",
2873
+ ]
2874
+
2875
+ [[package]]
2876
+ name = "thiserror"
2877
+ version = "2.0.17"
2878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2879
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2880
+ dependencies = [
2881
+ "thiserror-impl 2.0.17",
2882
+ ]
2883
+
2884
+ [[package]]
2885
+ name = "thiserror-impl"
2886
+ version = "1.0.69"
2887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2888
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2889
+ dependencies = [
2890
+ "proc-macro2",
2891
+ "quote",
2892
+ "syn",
2893
+ ]
2894
+
2895
+ [[package]]
2896
+ name = "thiserror-impl"
2897
+ version = "2.0.17"
2898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2899
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2900
+ dependencies = [
2901
+ "proc-macro2",
2902
+ "quote",
2903
+ "syn",
2904
+ ]
2905
+
2906
+ [[package]]
2907
+ name = "thread_local"
2908
+ version = "1.1.9"
2909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2910
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2911
+ dependencies = [
2912
+ "cfg-if",
2913
+ ]
2914
+
2915
+ [[package]]
2916
+ name = "thrift"
2917
+ version = "0.17.0"
2918
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2919
+ checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
2920
+ dependencies = [
2921
+ "byteorder",
2922
+ "integer-encoding",
2923
+ "ordered-float",
2924
+ ]
2925
+
2926
+ [[package]]
2927
+ name = "tiny-keccak"
2928
+ version = "2.0.2"
2929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2930
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
2931
+ dependencies = [
2932
+ "crunchy",
2933
+ ]
2934
+
2935
+ [[package]]
2936
+ name = "tinystr"
2937
+ version = "0.8.2"
2938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2939
+ checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2940
+ dependencies = [
2941
+ "displaydoc",
2942
+ "zerovec",
2943
+ ]
2944
+
2945
+ [[package]]
2946
+ name = "tokio"
2947
+ version = "1.49.0"
2948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2949
+ checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
2950
+ dependencies = [
2951
+ "bytes",
2952
+ "libc",
2953
+ "mio",
2954
+ "parking_lot",
2955
+ "pin-project-lite",
2956
+ "signal-hook-registry",
2957
+ "socket2",
2958
+ "tokio-macros",
2959
+ "windows-sys 0.61.2",
2960
+ ]
2961
+
2962
+ [[package]]
2963
+ name = "tokio-macros"
2964
+ version = "2.6.0"
2965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2966
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2967
+ dependencies = [
2968
+ "proc-macro2",
2969
+ "quote",
2970
+ "syn",
2971
+ ]
2972
+
2973
+ [[package]]
2974
+ name = "tokio-tungstenite"
2975
+ version = "0.28.0"
2976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2977
+ checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
2978
+ dependencies = [
2979
+ "futures-util",
2980
+ "log",
2981
+ "tokio",
2982
+ "tungstenite",
2983
+ ]
2984
+
2985
+ [[package]]
2986
+ name = "tokio-util"
2987
+ version = "0.7.18"
2988
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2989
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
2990
+ dependencies = [
2991
+ "bytes",
2992
+ "futures-core",
2993
+ "futures-sink",
2994
+ "pin-project-lite",
2995
+ "tokio",
2996
+ ]
2997
+
2998
+ [[package]]
2999
+ name = "tower"
3000
+ version = "0.5.2"
3001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3002
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3003
+ dependencies = [
3004
+ "futures-core",
3005
+ "futures-util",
3006
+ "pin-project-lite",
3007
+ "sync_wrapper",
3008
+ "tokio",
3009
+ "tower-layer",
3010
+ "tower-service",
3011
+ "tracing",
3012
+ ]
3013
+
3014
+ [[package]]
3015
+ name = "tower-http"
3016
+ version = "0.6.8"
3017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3018
+ checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3019
+ dependencies = [
3020
+ "bitflags 2.10.0",
3021
+ "bytes",
3022
+ "futures-core",
3023
+ "futures-util",
3024
+ "http",
3025
+ "http-body",
3026
+ "http-body-util",
3027
+ "http-range-header",
3028
+ "httpdate",
3029
+ "mime",
3030
+ "mime_guess",
3031
+ "percent-encoding",
3032
+ "pin-project-lite",
3033
+ "tokio",
3034
+ "tokio-util",
3035
+ "tower-layer",
3036
+ "tower-service",
3037
+ "tracing",
3038
+ ]
3039
+
3040
+ [[package]]
3041
+ name = "tower-layer"
3042
+ version = "0.3.3"
3043
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3044
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3045
+
3046
+ [[package]]
3047
+ name = "tower-service"
3048
+ version = "0.3.3"
3049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3050
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3051
+
3052
+ [[package]]
3053
+ name = "tracing"
3054
+ version = "0.1.44"
3055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3056
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3057
+ dependencies = [
3058
+ "log",
3059
+ "pin-project-lite",
3060
+ "tracing-attributes",
3061
+ "tracing-core",
3062
+ ]
3063
+
3064
+ [[package]]
3065
+ name = "tracing-attributes"
3066
+ version = "0.1.31"
3067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3068
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3069
+ dependencies = [
3070
+ "proc-macro2",
3071
+ "quote",
3072
+ "syn",
3073
+ ]
3074
+
3075
+ [[package]]
3076
+ name = "tracing-core"
3077
+ version = "0.1.36"
3078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3079
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3080
+ dependencies = [
3081
+ "once_cell",
3082
+ "valuable",
3083
+ ]
3084
+
3085
+ [[package]]
3086
+ name = "tracing-log"
3087
+ version = "0.2.0"
3088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3089
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3090
+ dependencies = [
3091
+ "log",
3092
+ "once_cell",
3093
+ "tracing-core",
3094
+ ]
3095
+
3096
+ [[package]]
3097
+ name = "tracing-subscriber"
3098
+ version = "0.3.22"
3099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3100
+ checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3101
+ dependencies = [
3102
+ "matchers",
3103
+ "nu-ansi-term",
3104
+ "once_cell",
3105
+ "regex-automata",
3106
+ "sharded-slab",
3107
+ "smallvec",
3108
+ "thread_local",
3109
+ "tracing",
3110
+ "tracing-core",
3111
+ "tracing-log",
3112
+ ]
3113
+
3114
+ [[package]]
3115
+ name = "tungstenite"
3116
+ version = "0.28.0"
3117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3118
+ checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
3119
+ dependencies = [
3120
+ "bytes",
3121
+ "data-encoding",
3122
+ "http",
3123
+ "httparse",
3124
+ "log",
3125
+ "rand 0.9.2",
3126
+ "sha1",
3127
+ "thiserror 2.0.17",
3128
+ "utf-8",
3129
+ ]
3130
+
3131
+ [[package]]
3132
+ name = "twox-hash"
3133
+ version = "1.6.3"
3134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3135
+ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
3136
+ dependencies = [
3137
+ "cfg-if",
3138
+ "static_assertions",
3139
+ ]
3140
+
3141
+ [[package]]
3142
+ name = "twox-hash"
3143
+ version = "2.1.2"
3144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3145
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
3146
+
3147
+ [[package]]
3148
+ name = "typenum"
3149
+ version = "1.19.0"
3150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3151
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3152
+
3153
+ [[package]]
3154
+ name = "unicase"
3155
+ version = "2.9.0"
3156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3157
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
3158
+
3159
+ [[package]]
3160
+ name = "unicode-ident"
3161
+ version = "1.0.22"
3162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3163
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
3164
+
3165
+ [[package]]
3166
+ name = "unicode-segmentation"
3167
+ version = "1.12.0"
3168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3169
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3170
+
3171
+ [[package]]
3172
+ name = "unicode-width"
3173
+ version = "0.2.2"
3174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3175
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
3176
+
3177
+ [[package]]
3178
+ name = "url"
3179
+ version = "2.5.8"
3180
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3181
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3182
+ dependencies = [
3183
+ "form_urlencoded",
3184
+ "idna",
3185
+ "percent-encoding",
3186
+ "serde",
3187
+ ]
3188
+
3189
+ [[package]]
3190
+ name = "utf-8"
3191
+ version = "0.7.6"
3192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3193
+ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3194
+
3195
+ [[package]]
3196
+ name = "utf8_iter"
3197
+ version = "1.0.4"
3198
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3199
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3200
+
3201
+ [[package]]
3202
+ name = "utf8parse"
3203
+ version = "0.2.2"
3204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3205
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3206
+
3207
+ [[package]]
3208
+ name = "uuid"
3209
+ version = "1.19.0"
3210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3211
+ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
3212
+ dependencies = [
3213
+ "getrandom 0.3.4",
3214
+ "js-sys",
3215
+ "wasm-bindgen",
3216
+ ]
3217
+
3218
+ [[package]]
3219
+ name = "valuable"
3220
+ version = "0.1.1"
3221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3222
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3223
+
3224
+ [[package]]
3225
+ name = "version_check"
3226
+ version = "0.9.5"
3227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3228
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3229
+
3230
+ [[package]]
3231
+ name = "walkdir"
3232
+ version = "2.5.0"
3233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3234
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3235
+ dependencies = [
3236
+ "same-file",
3237
+ "winapi-util",
3238
+ ]
3239
+
3240
+ [[package]]
3241
+ name = "wasi"
3242
+ version = "0.11.1+wasi-snapshot-preview1"
3243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3244
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3245
+
3246
+ [[package]]
3247
+ name = "wasip2"
3248
+ version = "1.0.1+wasi-0.2.4"
3249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3250
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
3251
+ dependencies = [
3252
+ "wit-bindgen",
3253
+ ]
3254
+
3255
+ [[package]]
3256
+ name = "wasm-bindgen"
3257
+ version = "0.2.106"
3258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3259
+ checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
3260
+ dependencies = [
3261
+ "cfg-if",
3262
+ "once_cell",
3263
+ "rustversion",
3264
+ "wasm-bindgen-macro",
3265
+ "wasm-bindgen-shared",
3266
+ ]
3267
+
3268
+ [[package]]
3269
+ name = "wasm-bindgen-macro"
3270
+ version = "0.2.106"
3271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3272
+ checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
3273
+ dependencies = [
3274
+ "quote",
3275
+ "wasm-bindgen-macro-support",
3276
+ ]
3277
+
3278
+ [[package]]
3279
+ name = "wasm-bindgen-macro-support"
3280
+ version = "0.2.106"
3281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3282
+ checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
3283
+ dependencies = [
3284
+ "bumpalo",
3285
+ "proc-macro2",
3286
+ "quote",
3287
+ "syn",
3288
+ "wasm-bindgen-shared",
3289
+ ]
3290
+
3291
+ [[package]]
3292
+ name = "wasm-bindgen-shared"
3293
+ version = "0.2.106"
3294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3295
+ checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
3296
+ dependencies = [
3297
+ "unicode-ident",
3298
+ ]
3299
+
3300
+ [[package]]
3301
+ name = "web-sys"
3302
+ version = "0.3.83"
3303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3304
+ checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
3305
+ dependencies = [
3306
+ "js-sys",
3307
+ "wasm-bindgen",
3308
+ ]
3309
+
3310
+ [[package]]
3311
+ name = "web-time"
3312
+ version = "1.1.0"
3313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3314
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3315
+ dependencies = [
3316
+ "js-sys",
3317
+ "wasm-bindgen",
3318
+ ]
3319
+
3320
+ [[package]]
3321
+ name = "webbrowser"
3322
+ version = "1.0.6"
3323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3324
+ checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97"
3325
+ dependencies = [
3326
+ "core-foundation",
3327
+ "jni",
3328
+ "log",
3329
+ "ndk-context",
3330
+ "objc2",
3331
+ "objc2-foundation",
3332
+ "url",
3333
+ "web-sys",
3334
+ ]
3335
+
3336
+ [[package]]
3337
+ name = "winapi-util"
3338
+ version = "0.1.11"
3339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3340
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3341
+ dependencies = [
3342
+ "windows-sys 0.61.2",
3343
+ ]
3344
+
3345
+ [[package]]
3346
+ name = "windows-core"
3347
+ version = "0.62.2"
3348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3349
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3350
+ dependencies = [
3351
+ "windows-implement",
3352
+ "windows-interface",
3353
+ "windows-link",
3354
+ "windows-result",
3355
+ "windows-strings",
3356
+ ]
3357
+
3358
+ [[package]]
3359
+ name = "windows-implement"
3360
+ version = "0.60.2"
3361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3362
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3363
+ dependencies = [
3364
+ "proc-macro2",
3365
+ "quote",
3366
+ "syn",
3367
+ ]
3368
+
3369
+ [[package]]
3370
+ name = "windows-interface"
3371
+ version = "0.59.3"
3372
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3373
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3374
+ dependencies = [
3375
+ "proc-macro2",
3376
+ "quote",
3377
+ "syn",
3378
+ ]
3379
+
3380
+ [[package]]
3381
+ name = "windows-link"
3382
+ version = "0.2.1"
3383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3384
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3385
+
3386
+ [[package]]
3387
+ name = "windows-result"
3388
+ version = "0.4.1"
3389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3390
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3391
+ dependencies = [
3392
+ "windows-link",
3393
+ ]
3394
+
3395
+ [[package]]
3396
+ name = "windows-strings"
3397
+ version = "0.5.1"
3398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3399
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3400
+ dependencies = [
3401
+ "windows-link",
3402
+ ]
3403
+
3404
+ [[package]]
3405
+ name = "windows-sys"
3406
+ version = "0.45.0"
3407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3408
+ checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3409
+ dependencies = [
3410
+ "windows-targets 0.42.2",
3411
+ ]
3412
+
3413
+ [[package]]
3414
+ name = "windows-sys"
3415
+ version = "0.59.0"
3416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3417
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3418
+ dependencies = [
3419
+ "windows-targets 0.52.6",
3420
+ ]
3421
+
3422
+ [[package]]
3423
+ name = "windows-sys"
3424
+ version = "0.60.2"
3425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3426
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3427
+ dependencies = [
3428
+ "windows-targets 0.53.5",
3429
+ ]
3430
+
3431
+ [[package]]
3432
+ name = "windows-sys"
3433
+ version = "0.61.2"
3434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3435
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3436
+ dependencies = [
3437
+ "windows-link",
3438
+ ]
3439
+
3440
+ [[package]]
3441
+ name = "windows-targets"
3442
+ version = "0.42.2"
3443
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3444
+ checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
3445
+ dependencies = [
3446
+ "windows_aarch64_gnullvm 0.42.2",
3447
+ "windows_aarch64_msvc 0.42.2",
3448
+ "windows_i686_gnu 0.42.2",
3449
+ "windows_i686_msvc 0.42.2",
3450
+ "windows_x86_64_gnu 0.42.2",
3451
+ "windows_x86_64_gnullvm 0.42.2",
3452
+ "windows_x86_64_msvc 0.42.2",
3453
+ ]
3454
+
3455
+ [[package]]
3456
+ name = "windows-targets"
3457
+ version = "0.52.6"
3458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3459
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3460
+ dependencies = [
3461
+ "windows_aarch64_gnullvm 0.52.6",
3462
+ "windows_aarch64_msvc 0.52.6",
3463
+ "windows_i686_gnu 0.52.6",
3464
+ "windows_i686_gnullvm 0.52.6",
3465
+ "windows_i686_msvc 0.52.6",
3466
+ "windows_x86_64_gnu 0.52.6",
3467
+ "windows_x86_64_gnullvm 0.52.6",
3468
+ "windows_x86_64_msvc 0.52.6",
3469
+ ]
3470
+
3471
+ [[package]]
3472
+ name = "windows-targets"
3473
+ version = "0.53.5"
3474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3475
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3476
+ dependencies = [
3477
+ "windows-link",
3478
+ "windows_aarch64_gnullvm 0.53.1",
3479
+ "windows_aarch64_msvc 0.53.1",
3480
+ "windows_i686_gnu 0.53.1",
3481
+ "windows_i686_gnullvm 0.53.1",
3482
+ "windows_i686_msvc 0.53.1",
3483
+ "windows_x86_64_gnu 0.53.1",
3484
+ "windows_x86_64_gnullvm 0.53.1",
3485
+ "windows_x86_64_msvc 0.53.1",
3486
+ ]
3487
+
3488
+ [[package]]
3489
+ name = "windows_aarch64_gnullvm"
3490
+ version = "0.42.2"
3491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3492
+ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
3493
+
3494
+ [[package]]
3495
+ name = "windows_aarch64_gnullvm"
3496
+ version = "0.52.6"
3497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3498
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3499
+
3500
+ [[package]]
3501
+ name = "windows_aarch64_gnullvm"
3502
+ version = "0.53.1"
3503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3504
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3505
+
3506
+ [[package]]
3507
+ name = "windows_aarch64_msvc"
3508
+ version = "0.42.2"
3509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3510
+ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
3511
+
3512
+ [[package]]
3513
+ name = "windows_aarch64_msvc"
3514
+ version = "0.52.6"
3515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3516
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3517
+
3518
+ [[package]]
3519
+ name = "windows_aarch64_msvc"
3520
+ version = "0.53.1"
3521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3522
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3523
+
3524
+ [[package]]
3525
+ name = "windows_i686_gnu"
3526
+ version = "0.42.2"
3527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3528
+ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
3529
+
3530
+ [[package]]
3531
+ name = "windows_i686_gnu"
3532
+ version = "0.52.6"
3533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3534
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3535
+
3536
+ [[package]]
3537
+ name = "windows_i686_gnu"
3538
+ version = "0.53.1"
3539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3540
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3541
+
3542
+ [[package]]
3543
+ name = "windows_i686_gnullvm"
3544
+ version = "0.52.6"
3545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3546
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3547
+
3548
+ [[package]]
3549
+ name = "windows_i686_gnullvm"
3550
+ version = "0.53.1"
3551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3552
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3553
+
3554
+ [[package]]
3555
+ name = "windows_i686_msvc"
3556
+ version = "0.42.2"
3557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3558
+ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
3559
+
3560
+ [[package]]
3561
+ name = "windows_i686_msvc"
3562
+ version = "0.52.6"
3563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3564
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3565
+
3566
+ [[package]]
3567
+ name = "windows_i686_msvc"
3568
+ version = "0.53.1"
3569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3570
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3571
+
3572
+ [[package]]
3573
+ name = "windows_x86_64_gnu"
3574
+ version = "0.42.2"
3575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3576
+ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
3577
+
3578
+ [[package]]
3579
+ name = "windows_x86_64_gnu"
3580
+ version = "0.52.6"
3581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3582
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3583
+
3584
+ [[package]]
3585
+ name = "windows_x86_64_gnu"
3586
+ version = "0.53.1"
3587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3588
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3589
+
3590
+ [[package]]
3591
+ name = "windows_x86_64_gnullvm"
3592
+ version = "0.42.2"
3593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3594
+ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
3595
+
3596
+ [[package]]
3597
+ name = "windows_x86_64_gnullvm"
3598
+ version = "0.52.6"
3599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3600
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3601
+
3602
+ [[package]]
3603
+ name = "windows_x86_64_gnullvm"
3604
+ version = "0.53.1"
3605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3606
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3607
+
3608
+ [[package]]
3609
+ name = "windows_x86_64_msvc"
3610
+ version = "0.42.2"
3611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3612
+ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
3613
+
3614
+ [[package]]
3615
+ name = "windows_x86_64_msvc"
3616
+ version = "0.52.6"
3617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3618
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3619
+
3620
+ [[package]]
3621
+ name = "windows_x86_64_msvc"
3622
+ version = "0.53.1"
3623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3624
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3625
+
3626
+ [[package]]
3627
+ name = "wit-bindgen"
3628
+ version = "0.46.0"
3629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3630
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
3631
+
3632
+ [[package]]
3633
+ name = "writeable"
3634
+ version = "0.6.2"
3635
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3636
+ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
3637
+
3638
+ [[package]]
3639
+ name = "xz2"
3640
+ version = "0.1.7"
3641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3642
+ checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
3643
+ dependencies = [
3644
+ "lzma-sys",
3645
+ ]
3646
+
3647
+ [[package]]
3648
+ name = "yoke"
3649
+ version = "0.8.1"
3650
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3651
+ checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
3652
+ dependencies = [
3653
+ "stable_deref_trait",
3654
+ "yoke-derive",
3655
+ "zerofrom",
3656
+ ]
3657
+
3658
+ [[package]]
3659
+ name = "yoke-derive"
3660
+ version = "0.8.1"
3661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3662
+ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
3663
+ dependencies = [
3664
+ "proc-macro2",
3665
+ "quote",
3666
+ "syn",
3667
+ "synstructure",
3668
+ ]
3669
+
3670
+ [[package]]
3671
+ name = "zerocopy"
3672
+ version = "0.8.32"
3673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3674
+ checksum = "1fabae64378cb18147bb18bca364e63bdbe72a0ffe4adf0addfec8aa166b2c56"
3675
+ dependencies = [
3676
+ "zerocopy-derive",
3677
+ ]
3678
+
3679
+ [[package]]
3680
+ name = "zerocopy-derive"
3681
+ version = "0.8.32"
3682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3683
+ checksum = "c9c2d862265a8bb4471d87e033e730f536e2a285cc7cb05dbce09a2a97075f90"
3684
+ dependencies = [
3685
+ "proc-macro2",
3686
+ "quote",
3687
+ "syn",
3688
+ ]
3689
+
3690
+ [[package]]
3691
+ name = "zerofrom"
3692
+ version = "0.1.6"
3693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3694
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3695
+ dependencies = [
3696
+ "zerofrom-derive",
3697
+ ]
3698
+
3699
+ [[package]]
3700
+ name = "zerofrom-derive"
3701
+ version = "0.1.6"
3702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3703
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3704
+ dependencies = [
3705
+ "proc-macro2",
3706
+ "quote",
3707
+ "syn",
3708
+ "synstructure",
3709
+ ]
3710
+
3711
+ [[package]]
3712
+ name = "zerotrie"
3713
+ version = "0.2.3"
3714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3715
+ checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
3716
+ dependencies = [
3717
+ "displaydoc",
3718
+ "yoke",
3719
+ "zerofrom",
3720
+ ]
3721
+
3722
+ [[package]]
3723
+ name = "zerovec"
3724
+ version = "0.11.5"
3725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3726
+ checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
3727
+ dependencies = [
3728
+ "yoke",
3729
+ "zerofrom",
3730
+ "zerovec-derive",
3731
+ ]
3732
+
3733
+ [[package]]
3734
+ name = "zerovec-derive"
3735
+ version = "0.11.2"
3736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3737
+ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
3738
+ dependencies = [
3739
+ "proc-macro2",
3740
+ "quote",
3741
+ "syn",
3742
+ ]
3743
+
3744
+ [[package]]
3745
+ name = "zmij"
3746
+ version = "1.0.12"
3747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3748
+ checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8"
3749
+
3750
+ [[package]]
3751
+ name = "zstd"
3752
+ version = "0.13.3"
3753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3754
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3755
+ dependencies = [
3756
+ "zstd-safe",
3757
+ ]
3758
+
3759
+ [[package]]
3760
+ name = "zstd-safe"
3761
+ version = "7.2.4"
3762
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3763
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3764
+ dependencies = [
3765
+ "zstd-sys",
3766
+ ]
3767
+
3768
+ [[package]]
3769
+ name = "zstd-sys"
3770
+ version = "2.0.16+zstd.1.5.7"
3771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3772
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3773
+ dependencies = [
3774
+ "cc",
3775
+ "pkg-config",
3776
+ ]