deltalake-rb 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/Cargo.lock ADDED
@@ -0,0 +1,4371 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 3
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.24.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
+
20
+ [[package]]
21
+ name = "ahash"
22
+ version = "0.8.11"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25
+ dependencies = [
26
+ "cfg-if",
27
+ "const-random",
28
+ "getrandom",
29
+ "once_cell",
30
+ "version_check",
31
+ "zerocopy",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "aho-corasick"
36
+ version = "1.1.3"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
39
+ dependencies = [
40
+ "memchr",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "alloc-no-stdlib"
45
+ version = "2.0.4"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
48
+
49
+ [[package]]
50
+ name = "alloc-stdlib"
51
+ version = "0.2.2"
52
+ source = "registry+https://github.com/rust-lang/crates.io-index"
53
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
54
+ dependencies = [
55
+ "alloc-no-stdlib",
56
+ ]
57
+
58
+ [[package]]
59
+ name = "allocator-api2"
60
+ version = "0.2.20"
61
+ source = "registry+https://github.com/rust-lang/crates.io-index"
62
+ checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9"
63
+
64
+ [[package]]
65
+ name = "android-tzdata"
66
+ version = "0.1.1"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
69
+
70
+ [[package]]
71
+ name = "android_system_properties"
72
+ version = "0.1.5"
73
+ source = "registry+https://github.com/rust-lang/crates.io-index"
74
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
75
+ dependencies = [
76
+ "libc",
77
+ ]
78
+
79
+ [[package]]
80
+ name = "anyhow"
81
+ version = "1.0.92"
82
+ source = "registry+https://github.com/rust-lang/crates.io-index"
83
+ checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13"
84
+
85
+ [[package]]
86
+ name = "arrayref"
87
+ version = "0.3.9"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
90
+
91
+ [[package]]
92
+ name = "arrayvec"
93
+ version = "0.7.6"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
96
+
97
+ [[package]]
98
+ name = "arrow"
99
+ version = "52.2.0"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85"
102
+ dependencies = [
103
+ "arrow-arith",
104
+ "arrow-array",
105
+ "arrow-buffer",
106
+ "arrow-cast",
107
+ "arrow-csv",
108
+ "arrow-data",
109
+ "arrow-ipc",
110
+ "arrow-json",
111
+ "arrow-ord",
112
+ "arrow-row",
113
+ "arrow-schema",
114
+ "arrow-select",
115
+ "arrow-string",
116
+ ]
117
+
118
+ [[package]]
119
+ name = "arrow-arith"
120
+ version = "52.2.0"
121
+ source = "registry+https://github.com/rust-lang/crates.io-index"
122
+ checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c"
123
+ dependencies = [
124
+ "arrow-array",
125
+ "arrow-buffer",
126
+ "arrow-data",
127
+ "arrow-schema",
128
+ "chrono",
129
+ "half",
130
+ "num",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "arrow-array"
135
+ version = "52.2.0"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c"
138
+ dependencies = [
139
+ "ahash",
140
+ "arrow-buffer",
141
+ "arrow-data",
142
+ "arrow-schema",
143
+ "chrono",
144
+ "chrono-tz",
145
+ "half",
146
+ "hashbrown 0.14.5",
147
+ "num",
148
+ ]
149
+
150
+ [[package]]
151
+ name = "arrow-buffer"
152
+ version = "52.2.0"
153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
154
+ checksum = "c975484888fc95ec4a632cdc98be39c085b1bb518531b0c80c5d462063e5daa1"
155
+ dependencies = [
156
+ "bytes",
157
+ "half",
158
+ "num",
159
+ ]
160
+
161
+ [[package]]
162
+ name = "arrow-cast"
163
+ version = "52.2.0"
164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
165
+ checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e"
166
+ dependencies = [
167
+ "arrow-array",
168
+ "arrow-buffer",
169
+ "arrow-data",
170
+ "arrow-schema",
171
+ "arrow-select",
172
+ "atoi",
173
+ "base64 0.22.1",
174
+ "chrono",
175
+ "comfy-table",
176
+ "half",
177
+ "lexical-core",
178
+ "num",
179
+ "ryu",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "arrow-csv"
184
+ version = "52.2.0"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2"
187
+ dependencies = [
188
+ "arrow-array",
189
+ "arrow-buffer",
190
+ "arrow-cast",
191
+ "arrow-data",
192
+ "arrow-schema",
193
+ "chrono",
194
+ "csv",
195
+ "csv-core",
196
+ "lazy_static",
197
+ "lexical-core",
198
+ "regex",
199
+ ]
200
+
201
+ [[package]]
202
+ name = "arrow-data"
203
+ version = "52.2.0"
204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
205
+ checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5"
206
+ dependencies = [
207
+ "arrow-buffer",
208
+ "arrow-schema",
209
+ "half",
210
+ "num",
211
+ ]
212
+
213
+ [[package]]
214
+ name = "arrow-ipc"
215
+ version = "52.2.0"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f"
218
+ dependencies = [
219
+ "arrow-array",
220
+ "arrow-buffer",
221
+ "arrow-cast",
222
+ "arrow-data",
223
+ "arrow-schema",
224
+ "flatbuffers",
225
+ "lz4_flex",
226
+ ]
227
+
228
+ [[package]]
229
+ name = "arrow-json"
230
+ version = "52.2.0"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445"
233
+ dependencies = [
234
+ "arrow-array",
235
+ "arrow-buffer",
236
+ "arrow-cast",
237
+ "arrow-data",
238
+ "arrow-schema",
239
+ "chrono",
240
+ "half",
241
+ "indexmap",
242
+ "lexical-core",
243
+ "num",
244
+ "serde",
245
+ "serde_json",
246
+ ]
247
+
248
+ [[package]]
249
+ name = "arrow-ord"
250
+ version = "52.2.0"
251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
252
+ checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc"
253
+ dependencies = [
254
+ "arrow-array",
255
+ "arrow-buffer",
256
+ "arrow-data",
257
+ "arrow-schema",
258
+ "arrow-select",
259
+ "half",
260
+ "num",
261
+ ]
262
+
263
+ [[package]]
264
+ name = "arrow-row"
265
+ version = "52.2.0"
266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
267
+ checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c"
268
+ dependencies = [
269
+ "ahash",
270
+ "arrow-array",
271
+ "arrow-buffer",
272
+ "arrow-data",
273
+ "arrow-schema",
274
+ "half",
275
+ ]
276
+
277
+ [[package]]
278
+ name = "arrow-schema"
279
+ version = "52.2.0"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "9e972cd1ff4a4ccd22f86d3e53e835c2ed92e0eea6a3e8eadb72b4f1ac802cf8"
282
+ dependencies = [
283
+ "bitflags 2.6.0",
284
+ "serde",
285
+ ]
286
+
287
+ [[package]]
288
+ name = "arrow-select"
289
+ version = "52.2.0"
290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
291
+ checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3"
292
+ dependencies = [
293
+ "ahash",
294
+ "arrow-array",
295
+ "arrow-buffer",
296
+ "arrow-data",
297
+ "arrow-schema",
298
+ "num",
299
+ ]
300
+
301
+ [[package]]
302
+ name = "arrow-string"
303
+ version = "52.2.0"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6"
306
+ dependencies = [
307
+ "arrow-array",
308
+ "arrow-buffer",
309
+ "arrow-data",
310
+ "arrow-schema",
311
+ "arrow-select",
312
+ "memchr",
313
+ "num",
314
+ "regex",
315
+ "regex-syntax",
316
+ ]
317
+
318
+ [[package]]
319
+ name = "async-compression"
320
+ version = "0.4.11"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5"
323
+ dependencies = [
324
+ "bzip2",
325
+ "flate2",
326
+ "futures-core",
327
+ "futures-io",
328
+ "memchr",
329
+ "pin-project-lite",
330
+ "tokio",
331
+ "xz2",
332
+ "zstd",
333
+ "zstd-safe",
334
+ ]
335
+
336
+ [[package]]
337
+ name = "async-trait"
338
+ version = "0.1.83"
339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
340
+ checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
341
+ dependencies = [
342
+ "proc-macro2",
343
+ "quote",
344
+ "syn 2.0.75",
345
+ ]
346
+
347
+ [[package]]
348
+ name = "atoi"
349
+ version = "2.0.0"
350
+ source = "registry+https://github.com/rust-lang/crates.io-index"
351
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
352
+ dependencies = [
353
+ "num-traits",
354
+ ]
355
+
356
+ [[package]]
357
+ name = "atomic-waker"
358
+ version = "1.1.2"
359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
360
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
361
+
362
+ [[package]]
363
+ name = "autocfg"
364
+ version = "1.4.0"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
367
+
368
+ [[package]]
369
+ name = "aws-config"
370
+ version = "1.5.10"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "9b49afaa341e8dd8577e1a2200468f98956d6eda50bcf4a53246cc00174ba924"
373
+ dependencies = [
374
+ "aws-credential-types",
375
+ "aws-runtime",
376
+ "aws-sdk-sso",
377
+ "aws-sdk-ssooidc",
378
+ "aws-sdk-sts",
379
+ "aws-smithy-async",
380
+ "aws-smithy-http",
381
+ "aws-smithy-json",
382
+ "aws-smithy-runtime",
383
+ "aws-smithy-runtime-api",
384
+ "aws-smithy-types",
385
+ "aws-types",
386
+ "bytes",
387
+ "fastrand",
388
+ "hex",
389
+ "http 0.2.12",
390
+ "ring",
391
+ "time",
392
+ "tokio",
393
+ "tracing",
394
+ "url",
395
+ "zeroize",
396
+ ]
397
+
398
+ [[package]]
399
+ name = "aws-credential-types"
400
+ version = "1.2.1"
401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
402
+ checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
403
+ dependencies = [
404
+ "aws-smithy-async",
405
+ "aws-smithy-runtime-api",
406
+ "aws-smithy-types",
407
+ "zeroize",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "aws-runtime"
412
+ version = "1.4.3"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
415
+ dependencies = [
416
+ "aws-credential-types",
417
+ "aws-sigv4",
418
+ "aws-smithy-async",
419
+ "aws-smithy-http",
420
+ "aws-smithy-runtime",
421
+ "aws-smithy-runtime-api",
422
+ "aws-smithy-types",
423
+ "aws-types",
424
+ "bytes",
425
+ "fastrand",
426
+ "http 0.2.12",
427
+ "http-body 0.4.6",
428
+ "once_cell",
429
+ "percent-encoding",
430
+ "pin-project-lite",
431
+ "tracing",
432
+ "uuid",
433
+ ]
434
+
435
+ [[package]]
436
+ name = "aws-sdk-dynamodb"
437
+ version = "1.54.0"
438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
439
+ checksum = "8efdda6a491bb4640d35b99b0a4b93f75ce7d6e3a1937c3e902d3cb23d0a179c"
440
+ dependencies = [
441
+ "aws-credential-types",
442
+ "aws-runtime",
443
+ "aws-smithy-async",
444
+ "aws-smithy-http",
445
+ "aws-smithy-json",
446
+ "aws-smithy-runtime",
447
+ "aws-smithy-runtime-api",
448
+ "aws-smithy-types",
449
+ "aws-types",
450
+ "bytes",
451
+ "fastrand",
452
+ "http 0.2.12",
453
+ "once_cell",
454
+ "regex-lite",
455
+ "tracing",
456
+ ]
457
+
458
+ [[package]]
459
+ name = "aws-sdk-sso"
460
+ version = "1.49.0"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "09677244a9da92172c8dc60109b4a9658597d4d298b188dd0018b6a66b410ca4"
463
+ dependencies = [
464
+ "aws-credential-types",
465
+ "aws-runtime",
466
+ "aws-smithy-async",
467
+ "aws-smithy-http",
468
+ "aws-smithy-json",
469
+ "aws-smithy-runtime",
470
+ "aws-smithy-runtime-api",
471
+ "aws-smithy-types",
472
+ "aws-types",
473
+ "bytes",
474
+ "http 0.2.12",
475
+ "once_cell",
476
+ "regex-lite",
477
+ "tracing",
478
+ ]
479
+
480
+ [[package]]
481
+ name = "aws-sdk-ssooidc"
482
+ version = "1.50.0"
483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
484
+ checksum = "81fea2f3a8bb3bd10932ae7ad59cc59f65f270fc9183a7e91f501dc5efbef7ee"
485
+ dependencies = [
486
+ "aws-credential-types",
487
+ "aws-runtime",
488
+ "aws-smithy-async",
489
+ "aws-smithy-http",
490
+ "aws-smithy-json",
491
+ "aws-smithy-runtime",
492
+ "aws-smithy-runtime-api",
493
+ "aws-smithy-types",
494
+ "aws-types",
495
+ "bytes",
496
+ "http 0.2.12",
497
+ "once_cell",
498
+ "regex-lite",
499
+ "tracing",
500
+ ]
501
+
502
+ [[package]]
503
+ name = "aws-sdk-sts"
504
+ version = "1.50.0"
505
+ source = "registry+https://github.com/rust-lang/crates.io-index"
506
+ checksum = "6ada54e5f26ac246dc79727def52f7f8ed38915cb47781e2a72213957dc3a7d5"
507
+ dependencies = [
508
+ "aws-credential-types",
509
+ "aws-runtime",
510
+ "aws-smithy-async",
511
+ "aws-smithy-http",
512
+ "aws-smithy-json",
513
+ "aws-smithy-query",
514
+ "aws-smithy-runtime",
515
+ "aws-smithy-runtime-api",
516
+ "aws-smithy-types",
517
+ "aws-smithy-xml",
518
+ "aws-types",
519
+ "http 0.2.12",
520
+ "once_cell",
521
+ "regex-lite",
522
+ "tracing",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "aws-sigv4"
527
+ version = "1.2.5"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
530
+ dependencies = [
531
+ "aws-credential-types",
532
+ "aws-smithy-http",
533
+ "aws-smithy-runtime-api",
534
+ "aws-smithy-types",
535
+ "bytes",
536
+ "form_urlencoded",
537
+ "hex",
538
+ "hmac",
539
+ "http 0.2.12",
540
+ "http 1.1.0",
541
+ "once_cell",
542
+ "percent-encoding",
543
+ "sha2",
544
+ "time",
545
+ "tracing",
546
+ ]
547
+
548
+ [[package]]
549
+ name = "aws-smithy-async"
550
+ version = "1.2.1"
551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
552
+ checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
553
+ dependencies = [
554
+ "futures-util",
555
+ "pin-project-lite",
556
+ "tokio",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "aws-smithy-http"
561
+ version = "0.60.11"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
564
+ dependencies = [
565
+ "aws-smithy-runtime-api",
566
+ "aws-smithy-types",
567
+ "bytes",
568
+ "bytes-utils",
569
+ "futures-core",
570
+ "http 0.2.12",
571
+ "http-body 0.4.6",
572
+ "once_cell",
573
+ "percent-encoding",
574
+ "pin-project-lite",
575
+ "pin-utils",
576
+ "tracing",
577
+ ]
578
+
579
+ [[package]]
580
+ name = "aws-smithy-json"
581
+ version = "0.60.7"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
584
+ dependencies = [
585
+ "aws-smithy-types",
586
+ ]
587
+
588
+ [[package]]
589
+ name = "aws-smithy-query"
590
+ version = "0.60.7"
591
+ source = "registry+https://github.com/rust-lang/crates.io-index"
592
+ checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
593
+ dependencies = [
594
+ "aws-smithy-types",
595
+ "urlencoding",
596
+ ]
597
+
598
+ [[package]]
599
+ name = "aws-smithy-runtime"
600
+ version = "1.7.3"
601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
602
+ checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
603
+ dependencies = [
604
+ "aws-smithy-async",
605
+ "aws-smithy-http",
606
+ "aws-smithy-runtime-api",
607
+ "aws-smithy-types",
608
+ "bytes",
609
+ "fastrand",
610
+ "h2 0.3.26",
611
+ "http 0.2.12",
612
+ "http-body 0.4.6",
613
+ "http-body 1.0.1",
614
+ "httparse",
615
+ "hyper 0.14.31",
616
+ "hyper-rustls 0.24.2",
617
+ "once_cell",
618
+ "pin-project-lite",
619
+ "pin-utils",
620
+ "rustls 0.21.12",
621
+ "tokio",
622
+ "tracing",
623
+ ]
624
+
625
+ [[package]]
626
+ name = "aws-smithy-runtime-api"
627
+ version = "1.7.3"
628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
629
+ checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
630
+ dependencies = [
631
+ "aws-smithy-async",
632
+ "aws-smithy-types",
633
+ "bytes",
634
+ "http 0.2.12",
635
+ "http 1.1.0",
636
+ "pin-project-lite",
637
+ "tokio",
638
+ "tracing",
639
+ "zeroize",
640
+ ]
641
+
642
+ [[package]]
643
+ name = "aws-smithy-types"
644
+ version = "1.2.9"
645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
646
+ checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
647
+ dependencies = [
648
+ "base64-simd",
649
+ "bytes",
650
+ "bytes-utils",
651
+ "futures-core",
652
+ "http 0.2.12",
653
+ "http 1.1.0",
654
+ "http-body 0.4.6",
655
+ "http-body 1.0.1",
656
+ "http-body-util",
657
+ "itoa",
658
+ "num-integer",
659
+ "pin-project-lite",
660
+ "pin-utils",
661
+ "ryu",
662
+ "serde",
663
+ "time",
664
+ "tokio",
665
+ "tokio-util",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "aws-smithy-xml"
670
+ version = "0.60.9"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
673
+ dependencies = [
674
+ "xmlparser",
675
+ ]
676
+
677
+ [[package]]
678
+ name = "aws-types"
679
+ version = "1.3.3"
680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
681
+ checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
682
+ dependencies = [
683
+ "aws-credential-types",
684
+ "aws-smithy-async",
685
+ "aws-smithy-runtime-api",
686
+ "aws-smithy-types",
687
+ "rustc_version",
688
+ "tracing",
689
+ ]
690
+
691
+ [[package]]
692
+ name = "backon"
693
+ version = "1.2.0"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "e4fa97bb310c33c811334143cf64c5bb2b7b3c06e453db6b095d7061eff8f113"
696
+ dependencies = [
697
+ "fastrand",
698
+ "tokio",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "backtrace"
703
+ version = "0.3.74"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
706
+ dependencies = [
707
+ "addr2line",
708
+ "cfg-if",
709
+ "libc",
710
+ "miniz_oxide",
711
+ "object",
712
+ "rustc-demangle",
713
+ "windows-targets",
714
+ ]
715
+
716
+ [[package]]
717
+ name = "base64"
718
+ version = "0.21.7"
719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
720
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
721
+
722
+ [[package]]
723
+ name = "base64"
724
+ version = "0.22.1"
725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
726
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
727
+
728
+ [[package]]
729
+ name = "base64-simd"
730
+ version = "0.8.0"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
733
+ dependencies = [
734
+ "outref",
735
+ "vsimd",
736
+ ]
737
+
738
+ [[package]]
739
+ name = "bindgen"
740
+ version = "0.69.4"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
743
+ dependencies = [
744
+ "bitflags 2.6.0",
745
+ "cexpr",
746
+ "clang-sys",
747
+ "itertools 0.12.1",
748
+ "lazy_static",
749
+ "lazycell",
750
+ "proc-macro2",
751
+ "quote",
752
+ "regex",
753
+ "rustc-hash 1.1.0",
754
+ "shlex",
755
+ "syn 2.0.75",
756
+ ]
757
+
758
+ [[package]]
759
+ name = "bitflags"
760
+ version = "1.3.2"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
763
+
764
+ [[package]]
765
+ name = "bitflags"
766
+ version = "2.6.0"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
769
+
770
+ [[package]]
771
+ name = "blake2"
772
+ version = "0.10.6"
773
+ source = "registry+https://github.com/rust-lang/crates.io-index"
774
+ checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
775
+ dependencies = [
776
+ "digest",
777
+ ]
778
+
779
+ [[package]]
780
+ name = "blake3"
781
+ version = "1.5.4"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
784
+ dependencies = [
785
+ "arrayref",
786
+ "arrayvec",
787
+ "cc",
788
+ "cfg-if",
789
+ "constant_time_eq",
790
+ ]
791
+
792
+ [[package]]
793
+ name = "block-buffer"
794
+ version = "0.10.4"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
797
+ dependencies = [
798
+ "generic-array",
799
+ ]
800
+
801
+ [[package]]
802
+ name = "brotli"
803
+ version = "6.0.0"
804
+ source = "registry+https://github.com/rust-lang/crates.io-index"
805
+ checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
806
+ dependencies = [
807
+ "alloc-no-stdlib",
808
+ "alloc-stdlib",
809
+ "brotli-decompressor",
810
+ ]
811
+
812
+ [[package]]
813
+ name = "brotli-decompressor"
814
+ version = "4.0.1"
815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
816
+ checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
817
+ dependencies = [
818
+ "alloc-no-stdlib",
819
+ "alloc-stdlib",
820
+ ]
821
+
822
+ [[package]]
823
+ name = "bumpalo"
824
+ version = "3.16.0"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
827
+
828
+ [[package]]
829
+ name = "bytemuck"
830
+ version = "1.19.0"
831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
832
+ checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
833
+
834
+ [[package]]
835
+ name = "byteorder"
836
+ version = "1.5.0"
837
+ source = "registry+https://github.com/rust-lang/crates.io-index"
838
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
839
+
840
+ [[package]]
841
+ name = "bytes"
842
+ version = "1.8.0"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
845
+
846
+ [[package]]
847
+ name = "bytes-utils"
848
+ version = "0.1.4"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
851
+ dependencies = [
852
+ "bytes",
853
+ "either",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "bzip2"
858
+ version = "0.4.4"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
861
+ dependencies = [
862
+ "bzip2-sys",
863
+ "libc",
864
+ ]
865
+
866
+ [[package]]
867
+ name = "bzip2-sys"
868
+ version = "0.1.11+1.0.8"
869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
870
+ checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
871
+ dependencies = [
872
+ "cc",
873
+ "libc",
874
+ "pkg-config",
875
+ ]
876
+
877
+ [[package]]
878
+ name = "cc"
879
+ version = "1.2.1"
880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
881
+ checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
882
+ dependencies = [
883
+ "jobserver",
884
+ "libc",
885
+ "shlex",
886
+ ]
887
+
888
+ [[package]]
889
+ name = "cexpr"
890
+ version = "0.6.0"
891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
892
+ checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
893
+ dependencies = [
894
+ "nom",
895
+ ]
896
+
897
+ [[package]]
898
+ name = "cfg-if"
899
+ version = "1.0.0"
900
+ source = "registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
902
+
903
+ [[package]]
904
+ name = "chrono"
905
+ version = "0.4.38"
906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
907
+ checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
908
+ dependencies = [
909
+ "android-tzdata",
910
+ "iana-time-zone",
911
+ "js-sys",
912
+ "num-traits",
913
+ "serde",
914
+ "wasm-bindgen",
915
+ "windows-targets",
916
+ ]
917
+
918
+ [[package]]
919
+ name = "chrono-tz"
920
+ version = "0.9.0"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
923
+ dependencies = [
924
+ "chrono",
925
+ "chrono-tz-build",
926
+ "phf",
927
+ ]
928
+
929
+ [[package]]
930
+ name = "chrono-tz-build"
931
+ version = "0.3.0"
932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
933
+ checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
934
+ dependencies = [
935
+ "parse-zoneinfo",
936
+ "phf",
937
+ "phf_codegen",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "clang-sys"
942
+ version = "1.8.1"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
945
+ dependencies = [
946
+ "glob",
947
+ "libc",
948
+ "libloading",
949
+ ]
950
+
951
+ [[package]]
952
+ name = "comfy-table"
953
+ version = "7.1.3"
954
+ source = "registry+https://github.com/rust-lang/crates.io-index"
955
+ checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9"
956
+ dependencies = [
957
+ "strum",
958
+ "strum_macros",
959
+ "unicode-width",
960
+ ]
961
+
962
+ [[package]]
963
+ name = "const-random"
964
+ version = "0.1.18"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
967
+ dependencies = [
968
+ "const-random-macro",
969
+ ]
970
+
971
+ [[package]]
972
+ name = "const-random-macro"
973
+ version = "0.1.16"
974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
975
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
976
+ dependencies = [
977
+ "getrandom",
978
+ "once_cell",
979
+ "tiny-keccak",
980
+ ]
981
+
982
+ [[package]]
983
+ name = "constant_time_eq"
984
+ version = "0.3.1"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
987
+
988
+ [[package]]
989
+ name = "core-foundation"
990
+ version = "0.9.4"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
993
+ dependencies = [
994
+ "core-foundation-sys",
995
+ "libc",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "core-foundation-sys"
1000
+ version = "0.8.7"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1003
+
1004
+ [[package]]
1005
+ name = "cpufeatures"
1006
+ version = "0.2.15"
1007
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1008
+ checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6"
1009
+ dependencies = [
1010
+ "libc",
1011
+ ]
1012
+
1013
+ [[package]]
1014
+ name = "crc32fast"
1015
+ version = "1.4.2"
1016
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1017
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
1018
+ dependencies = [
1019
+ "cfg-if",
1020
+ ]
1021
+
1022
+ [[package]]
1023
+ name = "crossbeam-utils"
1024
+ version = "0.8.20"
1025
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
1027
+
1028
+ [[package]]
1029
+ name = "crunchy"
1030
+ version = "0.2.2"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
1033
+
1034
+ [[package]]
1035
+ name = "crypto-common"
1036
+ version = "0.1.6"
1037
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1038
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1039
+ dependencies = [
1040
+ "generic-array",
1041
+ "typenum",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "csv"
1046
+ version = "1.3.1"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
1049
+ dependencies = [
1050
+ "csv-core",
1051
+ "itoa",
1052
+ "ryu",
1053
+ "serde",
1054
+ ]
1055
+
1056
+ [[package]]
1057
+ name = "csv-core"
1058
+ version = "0.1.11"
1059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1060
+ checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
1061
+ dependencies = [
1062
+ "memchr",
1063
+ ]
1064
+
1065
+ [[package]]
1066
+ name = "dashmap"
1067
+ version = "6.1.0"
1068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1070
+ dependencies = [
1071
+ "cfg-if",
1072
+ "crossbeam-utils",
1073
+ "hashbrown 0.14.5",
1074
+ "lock_api",
1075
+ "once_cell",
1076
+ "parking_lot_core",
1077
+ ]
1078
+
1079
+ [[package]]
1080
+ name = "datafusion"
1081
+ version = "41.0.0"
1082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1083
+ checksum = "e4fd4a99fc70d40ef7e52b243b4a399c3f8d353a40d5ecb200deee05e49c61bb"
1084
+ dependencies = [
1085
+ "ahash",
1086
+ "arrow",
1087
+ "arrow-array",
1088
+ "arrow-ipc",
1089
+ "arrow-schema",
1090
+ "async-compression",
1091
+ "async-trait",
1092
+ "bytes",
1093
+ "bzip2",
1094
+ "chrono",
1095
+ "dashmap",
1096
+ "datafusion-catalog",
1097
+ "datafusion-common",
1098
+ "datafusion-common-runtime",
1099
+ "datafusion-execution",
1100
+ "datafusion-expr",
1101
+ "datafusion-functions",
1102
+ "datafusion-functions-aggregate",
1103
+ "datafusion-functions-nested",
1104
+ "datafusion-optimizer",
1105
+ "datafusion-physical-expr",
1106
+ "datafusion-physical-expr-common",
1107
+ "datafusion-physical-optimizer",
1108
+ "datafusion-physical-plan",
1109
+ "datafusion-sql",
1110
+ "flate2",
1111
+ "futures",
1112
+ "glob",
1113
+ "half",
1114
+ "hashbrown 0.14.5",
1115
+ "indexmap",
1116
+ "itertools 0.12.1",
1117
+ "log",
1118
+ "num_cpus",
1119
+ "object_store",
1120
+ "parking_lot",
1121
+ "parquet",
1122
+ "paste",
1123
+ "pin-project-lite",
1124
+ "rand",
1125
+ "sqlparser 0.49.0",
1126
+ "tempfile",
1127
+ "tokio",
1128
+ "tokio-util",
1129
+ "url",
1130
+ "uuid",
1131
+ "xz2",
1132
+ "zstd",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "datafusion-catalog"
1137
+ version = "41.0.0"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "e13b3cfbd84c6003594ae1972314e3df303a27ce8ce755fcea3240c90f4c0529"
1140
+ dependencies = [
1141
+ "arrow-schema",
1142
+ "async-trait",
1143
+ "datafusion-common",
1144
+ "datafusion-execution",
1145
+ "datafusion-expr",
1146
+ "datafusion-physical-plan",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "datafusion-common"
1151
+ version = "41.0.0"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "44fdbc877e3e40dcf88cc8f283d9f5c8851f0a3aa07fee657b1b75ac1ad49b9c"
1154
+ dependencies = [
1155
+ "ahash",
1156
+ "arrow",
1157
+ "arrow-array",
1158
+ "arrow-buffer",
1159
+ "arrow-schema",
1160
+ "chrono",
1161
+ "half",
1162
+ "hashbrown 0.14.5",
1163
+ "instant",
1164
+ "libc",
1165
+ "num_cpus",
1166
+ "object_store",
1167
+ "parquet",
1168
+ "sqlparser 0.49.0",
1169
+ ]
1170
+
1171
+ [[package]]
1172
+ name = "datafusion-common-runtime"
1173
+ version = "41.0.0"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "8a7496d1f664179f6ce3a5cbef6566056ccaf3ea4aa72cc455f80e62c1dd86b1"
1176
+ dependencies = [
1177
+ "tokio",
1178
+ ]
1179
+
1180
+ [[package]]
1181
+ name = "datafusion-execution"
1182
+ version = "41.0.0"
1183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+ checksum = "799e70968c815b611116951e3dd876aef04bf217da31b72eec01ee6a959336a1"
1185
+ dependencies = [
1186
+ "arrow",
1187
+ "chrono",
1188
+ "dashmap",
1189
+ "datafusion-common",
1190
+ "datafusion-expr",
1191
+ "futures",
1192
+ "hashbrown 0.14.5",
1193
+ "log",
1194
+ "object_store",
1195
+ "parking_lot",
1196
+ "rand",
1197
+ "tempfile",
1198
+ "url",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "datafusion-expr"
1203
+ version = "41.0.0"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "1c1841c409d9518c17971d15c9bae62e629eb937e6fb6c68cd32e9186f8b30d2"
1206
+ dependencies = [
1207
+ "ahash",
1208
+ "arrow",
1209
+ "arrow-array",
1210
+ "arrow-buffer",
1211
+ "chrono",
1212
+ "datafusion-common",
1213
+ "paste",
1214
+ "serde_json",
1215
+ "sqlparser 0.49.0",
1216
+ "strum",
1217
+ "strum_macros",
1218
+ ]
1219
+
1220
+ [[package]]
1221
+ name = "datafusion-functions"
1222
+ version = "41.0.0"
1223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1224
+ checksum = "a8e481cf34d2a444bd8fa09b65945f0ce83dc92df8665b761505b3d9f351bebb"
1225
+ dependencies = [
1226
+ "arrow",
1227
+ "arrow-buffer",
1228
+ "base64 0.22.1",
1229
+ "blake2",
1230
+ "blake3",
1231
+ "chrono",
1232
+ "datafusion-common",
1233
+ "datafusion-execution",
1234
+ "datafusion-expr",
1235
+ "hashbrown 0.14.5",
1236
+ "hex",
1237
+ "itertools 0.12.1",
1238
+ "log",
1239
+ "md-5",
1240
+ "rand",
1241
+ "regex",
1242
+ "sha2",
1243
+ "unicode-segmentation",
1244
+ "uuid",
1245
+ ]
1246
+
1247
+ [[package]]
1248
+ name = "datafusion-functions-aggregate"
1249
+ version = "41.0.0"
1250
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1251
+ checksum = "2b4ece19f73c02727e5e8654d79cd5652de371352c1df3c4ac3e419ecd6943fb"
1252
+ dependencies = [
1253
+ "ahash",
1254
+ "arrow",
1255
+ "arrow-schema",
1256
+ "datafusion-common",
1257
+ "datafusion-execution",
1258
+ "datafusion-expr",
1259
+ "datafusion-physical-expr-common",
1260
+ "log",
1261
+ "paste",
1262
+ "sqlparser 0.49.0",
1263
+ ]
1264
+
1265
+ [[package]]
1266
+ name = "datafusion-functions-nested"
1267
+ version = "41.0.0"
1268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1269
+ checksum = "a1474552cc824e8c9c88177d454db5781d4b66757d4aca75719306b8343a5e8d"
1270
+ dependencies = [
1271
+ "arrow",
1272
+ "arrow-array",
1273
+ "arrow-buffer",
1274
+ "arrow-ord",
1275
+ "arrow-schema",
1276
+ "datafusion-common",
1277
+ "datafusion-execution",
1278
+ "datafusion-expr",
1279
+ "datafusion-functions",
1280
+ "datafusion-functions-aggregate",
1281
+ "itertools 0.12.1",
1282
+ "log",
1283
+ "paste",
1284
+ "rand",
1285
+ ]
1286
+
1287
+ [[package]]
1288
+ name = "datafusion-optimizer"
1289
+ version = "41.0.0"
1290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+ checksum = "791ff56f55608bc542d1ea7a68a64bdc86a9413f5a381d06a39fd49c2a3ab906"
1292
+ dependencies = [
1293
+ "arrow",
1294
+ "async-trait",
1295
+ "chrono",
1296
+ "datafusion-common",
1297
+ "datafusion-expr",
1298
+ "datafusion-physical-expr",
1299
+ "hashbrown 0.14.5",
1300
+ "indexmap",
1301
+ "itertools 0.12.1",
1302
+ "log",
1303
+ "paste",
1304
+ "regex-syntax",
1305
+ ]
1306
+
1307
+ [[package]]
1308
+ name = "datafusion-physical-expr"
1309
+ version = "41.0.0"
1310
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1311
+ checksum = "9a223962b3041304a3e20ed07a21d5de3d88d7e4e71ca192135db6d24e3365a4"
1312
+ dependencies = [
1313
+ "ahash",
1314
+ "arrow",
1315
+ "arrow-array",
1316
+ "arrow-buffer",
1317
+ "arrow-ord",
1318
+ "arrow-schema",
1319
+ "arrow-string",
1320
+ "base64 0.22.1",
1321
+ "chrono",
1322
+ "datafusion-common",
1323
+ "datafusion-execution",
1324
+ "datafusion-expr",
1325
+ "datafusion-physical-expr-common",
1326
+ "half",
1327
+ "hashbrown 0.14.5",
1328
+ "hex",
1329
+ "indexmap",
1330
+ "itertools 0.12.1",
1331
+ "log",
1332
+ "paste",
1333
+ "petgraph",
1334
+ "regex",
1335
+ ]
1336
+
1337
+ [[package]]
1338
+ name = "datafusion-physical-expr-common"
1339
+ version = "41.0.0"
1340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+ checksum = "db5e7d8532a1601cd916881db87a70b0a599900d23f3db2897d389032da53bc6"
1342
+ dependencies = [
1343
+ "ahash",
1344
+ "arrow",
1345
+ "datafusion-common",
1346
+ "datafusion-expr",
1347
+ "hashbrown 0.14.5",
1348
+ "rand",
1349
+ ]
1350
+
1351
+ [[package]]
1352
+ name = "datafusion-physical-optimizer"
1353
+ version = "41.0.0"
1354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1355
+ checksum = "fdb9c78f308e050f5004671039786a925c3fee83b90004e9fcfd328d7febdcc0"
1356
+ dependencies = [
1357
+ "datafusion-common",
1358
+ "datafusion-execution",
1359
+ "datafusion-physical-expr",
1360
+ "datafusion-physical-plan",
1361
+ ]
1362
+
1363
+ [[package]]
1364
+ name = "datafusion-physical-plan"
1365
+ version = "41.0.0"
1366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1367
+ checksum = "8d1116949432eb2d30f6362707e2846d942e491052a206f2ddcb42d08aea1ffe"
1368
+ dependencies = [
1369
+ "ahash",
1370
+ "arrow",
1371
+ "arrow-array",
1372
+ "arrow-buffer",
1373
+ "arrow-ord",
1374
+ "arrow-schema",
1375
+ "async-trait",
1376
+ "chrono",
1377
+ "datafusion-common",
1378
+ "datafusion-common-runtime",
1379
+ "datafusion-execution",
1380
+ "datafusion-expr",
1381
+ "datafusion-functions-aggregate",
1382
+ "datafusion-physical-expr",
1383
+ "datafusion-physical-expr-common",
1384
+ "futures",
1385
+ "half",
1386
+ "hashbrown 0.14.5",
1387
+ "indexmap",
1388
+ "itertools 0.12.1",
1389
+ "log",
1390
+ "once_cell",
1391
+ "parking_lot",
1392
+ "pin-project-lite",
1393
+ "rand",
1394
+ "tokio",
1395
+ ]
1396
+
1397
+ [[package]]
1398
+ name = "datafusion-proto"
1399
+ version = "41.0.0"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "cf1d25864c18178d0e51438648f5e0fa08417dbbc39b642c1752cbbb1013abf0"
1402
+ dependencies = [
1403
+ "arrow",
1404
+ "chrono",
1405
+ "datafusion",
1406
+ "datafusion-common",
1407
+ "datafusion-expr",
1408
+ "datafusion-proto-common",
1409
+ "object_store",
1410
+ "prost",
1411
+ ]
1412
+
1413
+ [[package]]
1414
+ name = "datafusion-proto-common"
1415
+ version = "41.0.0"
1416
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1417
+ checksum = "96a683253732334526b1cc5314a73a0f786803831f7e189ed3fe387ac50d7222"
1418
+ dependencies = [
1419
+ "arrow",
1420
+ "chrono",
1421
+ "datafusion-common",
1422
+ "object_store",
1423
+ "prost",
1424
+ ]
1425
+
1426
+ [[package]]
1427
+ name = "datafusion-sql"
1428
+ version = "41.0.0"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "b45d0180711165fe94015d7c4123eb3e1cf5fb60b1506453200b8d1ce666bef0"
1431
+ dependencies = [
1432
+ "arrow",
1433
+ "arrow-array",
1434
+ "arrow-schema",
1435
+ "datafusion-common",
1436
+ "datafusion-expr",
1437
+ "log",
1438
+ "regex",
1439
+ "sqlparser 0.49.0",
1440
+ "strum",
1441
+ ]
1442
+
1443
+ [[package]]
1444
+ name = "delta_kernel"
1445
+ version = "0.3.0"
1446
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+ checksum = "fa08a82239f51e6d3d249c38f0f5bf7c8a78b28587e1b466893c9eac84d252d8"
1448
+ dependencies = [
1449
+ "arrow-arith",
1450
+ "arrow-array",
1451
+ "arrow-cast",
1452
+ "arrow-json",
1453
+ "arrow-ord",
1454
+ "arrow-schema",
1455
+ "arrow-select",
1456
+ "bytes",
1457
+ "chrono",
1458
+ "delta_kernel_derive",
1459
+ "either",
1460
+ "fix-hidden-lifetime-bug",
1461
+ "indexmap",
1462
+ "itertools 0.13.0",
1463
+ "lazy_static",
1464
+ "parquet",
1465
+ "roaring",
1466
+ "rustc_version",
1467
+ "serde",
1468
+ "serde_json",
1469
+ "strum",
1470
+ "thiserror",
1471
+ "tracing",
1472
+ "url",
1473
+ "uuid",
1474
+ "visibility",
1475
+ "z85",
1476
+ ]
1477
+
1478
+ [[package]]
1479
+ name = "delta_kernel_derive"
1480
+ version = "0.3.1"
1481
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1482
+ checksum = "ec5c4fb5b59b1bd55ed8ebcf941f27a327d600c19a4a4103546846c358be93ff"
1483
+ dependencies = [
1484
+ "proc-macro2",
1485
+ "quote",
1486
+ "syn 2.0.75",
1487
+ ]
1488
+
1489
+ [[package]]
1490
+ name = "deltalake"
1491
+ version = "0.1.0"
1492
+ dependencies = [
1493
+ "arrow",
1494
+ "arrow-schema",
1495
+ "chrono",
1496
+ "deltalake 0.21.0",
1497
+ "magnus",
1498
+ "serde",
1499
+ "serde_json",
1500
+ "tokio",
1501
+ ]
1502
+
1503
+ [[package]]
1504
+ name = "deltalake"
1505
+ version = "0.21.0"
1506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1507
+ checksum = "b12986bb181170e5bd15d6c49ed73488c444d7e9d5a08afcf37e7e69504f93ae"
1508
+ dependencies = [
1509
+ "deltalake-aws",
1510
+ "deltalake-core",
1511
+ ]
1512
+
1513
+ [[package]]
1514
+ name = "deltalake-aws"
1515
+ version = "0.4.1"
1516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+ checksum = "ad95533e1e5041622bff91c9eca1430aacb0469e1dbd40ce46f67f78a93d2784"
1518
+ dependencies = [
1519
+ "async-trait",
1520
+ "aws-config",
1521
+ "aws-credential-types",
1522
+ "aws-sdk-dynamodb",
1523
+ "aws-sdk-sts",
1524
+ "aws-smithy-runtime-api",
1525
+ "backon",
1526
+ "bytes",
1527
+ "chrono",
1528
+ "deltalake-core",
1529
+ "futures",
1530
+ "lazy_static",
1531
+ "maplit",
1532
+ "object_store",
1533
+ "regex",
1534
+ "thiserror",
1535
+ "tokio",
1536
+ "tracing",
1537
+ "url",
1538
+ "uuid",
1539
+ ]
1540
+
1541
+ [[package]]
1542
+ name = "deltalake-core"
1543
+ version = "0.21.0"
1544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1545
+ checksum = "5a95bfec2cdf24ccc7b9d7dda2d92f5d91ed892e79d0928f61fc5e7e4e27be5e"
1546
+ dependencies = [
1547
+ "arrow",
1548
+ "arrow-arith",
1549
+ "arrow-array",
1550
+ "arrow-buffer",
1551
+ "arrow-cast",
1552
+ "arrow-ipc",
1553
+ "arrow-json",
1554
+ "arrow-ord",
1555
+ "arrow-row",
1556
+ "arrow-schema",
1557
+ "arrow-select",
1558
+ "async-trait",
1559
+ "bytes",
1560
+ "cfg-if",
1561
+ "chrono",
1562
+ "dashmap",
1563
+ "datafusion",
1564
+ "datafusion-common",
1565
+ "datafusion-expr",
1566
+ "datafusion-functions",
1567
+ "datafusion-functions-aggregate",
1568
+ "datafusion-physical-expr",
1569
+ "datafusion-physical-plan",
1570
+ "datafusion-proto",
1571
+ "datafusion-sql",
1572
+ "delta_kernel",
1573
+ "either",
1574
+ "errno",
1575
+ "fix-hidden-lifetime-bug",
1576
+ "futures",
1577
+ "hashbrown 0.14.5",
1578
+ "indexmap",
1579
+ "itertools 0.13.0",
1580
+ "lazy_static",
1581
+ "libc",
1582
+ "maplit",
1583
+ "num-bigint",
1584
+ "num-traits",
1585
+ "num_cpus",
1586
+ "object_store",
1587
+ "once_cell",
1588
+ "parking_lot",
1589
+ "parquet",
1590
+ "percent-encoding",
1591
+ "pin-project-lite",
1592
+ "rand",
1593
+ "regex",
1594
+ "roaring",
1595
+ "serde",
1596
+ "serde_json",
1597
+ "sqlparser 0.51.0",
1598
+ "thiserror",
1599
+ "tokio",
1600
+ "tracing",
1601
+ "url",
1602
+ "urlencoding",
1603
+ "uuid",
1604
+ "z85",
1605
+ ]
1606
+
1607
+ [[package]]
1608
+ name = "deranged"
1609
+ version = "0.3.11"
1610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1611
+ checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1612
+ dependencies = [
1613
+ "powerfmt",
1614
+ ]
1615
+
1616
+ [[package]]
1617
+ name = "digest"
1618
+ version = "0.10.7"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1621
+ dependencies = [
1622
+ "block-buffer",
1623
+ "crypto-common",
1624
+ "subtle",
1625
+ ]
1626
+
1627
+ [[package]]
1628
+ name = "displaydoc"
1629
+ version = "0.2.5"
1630
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1632
+ dependencies = [
1633
+ "proc-macro2",
1634
+ "quote",
1635
+ "syn 2.0.75",
1636
+ ]
1637
+
1638
+ [[package]]
1639
+ name = "doc-comment"
1640
+ version = "0.3.3"
1641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1642
+ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
1643
+
1644
+ [[package]]
1645
+ name = "either"
1646
+ version = "1.13.0"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
1649
+
1650
+ [[package]]
1651
+ name = "equivalent"
1652
+ version = "1.0.1"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1655
+
1656
+ [[package]]
1657
+ name = "errno"
1658
+ version = "0.3.9"
1659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1660
+ checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
1661
+ dependencies = [
1662
+ "libc",
1663
+ "windows-sys 0.52.0",
1664
+ ]
1665
+
1666
+ [[package]]
1667
+ name = "fastrand"
1668
+ version = "2.1.1"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
1671
+
1672
+ [[package]]
1673
+ name = "fix-hidden-lifetime-bug"
1674
+ version = "0.2.7"
1675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+ checksum = "ab7b4994e93dd63050356bdde7d417591d1b348523638dc1c1f539f16e338d55"
1677
+ dependencies = [
1678
+ "fix-hidden-lifetime-bug-proc_macros",
1679
+ ]
1680
+
1681
+ [[package]]
1682
+ name = "fix-hidden-lifetime-bug-proc_macros"
1683
+ version = "0.2.7"
1684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1685
+ checksum = "e8f0de9daf465d763422866d0538f07be1596e05623e120b37b4f715f5585200"
1686
+ dependencies = [
1687
+ "proc-macro2",
1688
+ "quote",
1689
+ "syn 1.0.109",
1690
+ ]
1691
+
1692
+ [[package]]
1693
+ name = "fixedbitset"
1694
+ version = "0.4.2"
1695
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1696
+ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1697
+
1698
+ [[package]]
1699
+ name = "flatbuffers"
1700
+ version = "24.3.25"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f"
1703
+ dependencies = [
1704
+ "bitflags 1.3.2",
1705
+ "rustc_version",
1706
+ ]
1707
+
1708
+ [[package]]
1709
+ name = "flate2"
1710
+ version = "1.0.35"
1711
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1712
+ checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
1713
+ dependencies = [
1714
+ "crc32fast",
1715
+ "miniz_oxide",
1716
+ ]
1717
+
1718
+ [[package]]
1719
+ name = "fnv"
1720
+ version = "1.0.7"
1721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1723
+
1724
+ [[package]]
1725
+ name = "form_urlencoded"
1726
+ version = "1.2.1"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1729
+ dependencies = [
1730
+ "percent-encoding",
1731
+ ]
1732
+
1733
+ [[package]]
1734
+ name = "futures"
1735
+ version = "0.3.31"
1736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1737
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1738
+ dependencies = [
1739
+ "futures-channel",
1740
+ "futures-core",
1741
+ "futures-executor",
1742
+ "futures-io",
1743
+ "futures-sink",
1744
+ "futures-task",
1745
+ "futures-util",
1746
+ ]
1747
+
1748
+ [[package]]
1749
+ name = "futures-channel"
1750
+ version = "0.3.31"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1753
+ dependencies = [
1754
+ "futures-core",
1755
+ "futures-sink",
1756
+ ]
1757
+
1758
+ [[package]]
1759
+ name = "futures-core"
1760
+ version = "0.3.31"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1763
+
1764
+ [[package]]
1765
+ name = "futures-executor"
1766
+ version = "0.3.31"
1767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1768
+ checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1769
+ dependencies = [
1770
+ "futures-core",
1771
+ "futures-task",
1772
+ "futures-util",
1773
+ ]
1774
+
1775
+ [[package]]
1776
+ name = "futures-io"
1777
+ version = "0.3.31"
1778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1780
+
1781
+ [[package]]
1782
+ name = "futures-macro"
1783
+ version = "0.3.31"
1784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1785
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1786
+ dependencies = [
1787
+ "proc-macro2",
1788
+ "quote",
1789
+ "syn 2.0.75",
1790
+ ]
1791
+
1792
+ [[package]]
1793
+ name = "futures-sink"
1794
+ version = "0.3.31"
1795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1796
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1797
+
1798
+ [[package]]
1799
+ name = "futures-task"
1800
+ version = "0.3.31"
1801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1802
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1803
+
1804
+ [[package]]
1805
+ name = "futures-util"
1806
+ version = "0.3.31"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1809
+ dependencies = [
1810
+ "futures-channel",
1811
+ "futures-core",
1812
+ "futures-io",
1813
+ "futures-macro",
1814
+ "futures-sink",
1815
+ "futures-task",
1816
+ "memchr",
1817
+ "pin-project-lite",
1818
+ "pin-utils",
1819
+ "slab",
1820
+ ]
1821
+
1822
+ [[package]]
1823
+ name = "generic-array"
1824
+ version = "0.14.7"
1825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1827
+ dependencies = [
1828
+ "typenum",
1829
+ "version_check",
1830
+ ]
1831
+
1832
+ [[package]]
1833
+ name = "getrandom"
1834
+ version = "0.2.15"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1837
+ dependencies = [
1838
+ "cfg-if",
1839
+ "libc",
1840
+ "wasi",
1841
+ ]
1842
+
1843
+ [[package]]
1844
+ name = "gimli"
1845
+ version = "0.31.1"
1846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1847
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1848
+
1849
+ [[package]]
1850
+ name = "glob"
1851
+ version = "0.3.1"
1852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1854
+
1855
+ [[package]]
1856
+ name = "h2"
1857
+ version = "0.3.26"
1858
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1859
+ checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1860
+ dependencies = [
1861
+ "bytes",
1862
+ "fnv",
1863
+ "futures-core",
1864
+ "futures-sink",
1865
+ "futures-util",
1866
+ "http 0.2.12",
1867
+ "indexmap",
1868
+ "slab",
1869
+ "tokio",
1870
+ "tokio-util",
1871
+ "tracing",
1872
+ ]
1873
+
1874
+ [[package]]
1875
+ name = "h2"
1876
+ version = "0.4.6"
1877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1878
+ checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
1879
+ dependencies = [
1880
+ "atomic-waker",
1881
+ "bytes",
1882
+ "fnv",
1883
+ "futures-core",
1884
+ "futures-sink",
1885
+ "http 1.1.0",
1886
+ "indexmap",
1887
+ "slab",
1888
+ "tokio",
1889
+ "tokio-util",
1890
+ "tracing",
1891
+ ]
1892
+
1893
+ [[package]]
1894
+ name = "half"
1895
+ version = "2.4.1"
1896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1897
+ checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
1898
+ dependencies = [
1899
+ "cfg-if",
1900
+ "crunchy",
1901
+ "num-traits",
1902
+ ]
1903
+
1904
+ [[package]]
1905
+ name = "hashbrown"
1906
+ version = "0.14.5"
1907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1908
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1909
+ dependencies = [
1910
+ "ahash",
1911
+ "allocator-api2",
1912
+ ]
1913
+
1914
+ [[package]]
1915
+ name = "hashbrown"
1916
+ version = "0.15.1"
1917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1918
+ checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
1919
+
1920
+ [[package]]
1921
+ name = "heck"
1922
+ version = "0.4.1"
1923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1924
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1925
+
1926
+ [[package]]
1927
+ name = "heck"
1928
+ version = "0.5.0"
1929
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1930
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1931
+
1932
+ [[package]]
1933
+ name = "hermit-abi"
1934
+ version = "0.3.9"
1935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1936
+ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1937
+
1938
+ [[package]]
1939
+ name = "hex"
1940
+ version = "0.4.3"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1943
+
1944
+ [[package]]
1945
+ name = "hmac"
1946
+ version = "0.12.1"
1947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1948
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1949
+ dependencies = [
1950
+ "digest",
1951
+ ]
1952
+
1953
+ [[package]]
1954
+ name = "http"
1955
+ version = "0.2.12"
1956
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1957
+ checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1958
+ dependencies = [
1959
+ "bytes",
1960
+ "fnv",
1961
+ "itoa",
1962
+ ]
1963
+
1964
+ [[package]]
1965
+ name = "http"
1966
+ version = "1.1.0"
1967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1969
+ dependencies = [
1970
+ "bytes",
1971
+ "fnv",
1972
+ "itoa",
1973
+ ]
1974
+
1975
+ [[package]]
1976
+ name = "http-body"
1977
+ version = "0.4.6"
1978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1979
+ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1980
+ dependencies = [
1981
+ "bytes",
1982
+ "http 0.2.12",
1983
+ "pin-project-lite",
1984
+ ]
1985
+
1986
+ [[package]]
1987
+ name = "http-body"
1988
+ version = "1.0.1"
1989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1990
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1991
+ dependencies = [
1992
+ "bytes",
1993
+ "http 1.1.0",
1994
+ ]
1995
+
1996
+ [[package]]
1997
+ name = "http-body-util"
1998
+ version = "0.1.2"
1999
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2000
+ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2001
+ dependencies = [
2002
+ "bytes",
2003
+ "futures-util",
2004
+ "http 1.1.0",
2005
+ "http-body 1.0.1",
2006
+ "pin-project-lite",
2007
+ ]
2008
+
2009
+ [[package]]
2010
+ name = "httparse"
2011
+ version = "1.9.5"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
2014
+
2015
+ [[package]]
2016
+ name = "httpdate"
2017
+ version = "1.0.3"
2018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2019
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2020
+
2021
+ [[package]]
2022
+ name = "humantime"
2023
+ version = "2.1.0"
2024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2026
+
2027
+ [[package]]
2028
+ name = "hyper"
2029
+ version = "0.14.31"
2030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+ checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
2032
+ dependencies = [
2033
+ "bytes",
2034
+ "futures-channel",
2035
+ "futures-core",
2036
+ "futures-util",
2037
+ "h2 0.3.26",
2038
+ "http 0.2.12",
2039
+ "http-body 0.4.6",
2040
+ "httparse",
2041
+ "httpdate",
2042
+ "itoa",
2043
+ "pin-project-lite",
2044
+ "socket2",
2045
+ "tokio",
2046
+ "tower-service",
2047
+ "tracing",
2048
+ "want",
2049
+ ]
2050
+
2051
+ [[package]]
2052
+ name = "hyper"
2053
+ version = "1.5.0"
2054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2055
+ checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
2056
+ dependencies = [
2057
+ "bytes",
2058
+ "futures-channel",
2059
+ "futures-util",
2060
+ "h2 0.4.6",
2061
+ "http 1.1.0",
2062
+ "http-body 1.0.1",
2063
+ "httparse",
2064
+ "itoa",
2065
+ "pin-project-lite",
2066
+ "smallvec",
2067
+ "tokio",
2068
+ "want",
2069
+ ]
2070
+
2071
+ [[package]]
2072
+ name = "hyper-rustls"
2073
+ version = "0.24.2"
2074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2075
+ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2076
+ dependencies = [
2077
+ "futures-util",
2078
+ "http 0.2.12",
2079
+ "hyper 0.14.31",
2080
+ "log",
2081
+ "rustls 0.21.12",
2082
+ "rustls-native-certs 0.6.3",
2083
+ "tokio",
2084
+ "tokio-rustls 0.24.1",
2085
+ ]
2086
+
2087
+ [[package]]
2088
+ name = "hyper-rustls"
2089
+ version = "0.27.3"
2090
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
2092
+ dependencies = [
2093
+ "futures-util",
2094
+ "http 1.1.0",
2095
+ "hyper 1.5.0",
2096
+ "hyper-util",
2097
+ "rustls 0.23.16",
2098
+ "rustls-native-certs 0.8.0",
2099
+ "rustls-pki-types",
2100
+ "tokio",
2101
+ "tokio-rustls 0.26.0",
2102
+ "tower-service",
2103
+ ]
2104
+
2105
+ [[package]]
2106
+ name = "hyper-util"
2107
+ version = "0.1.10"
2108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2109
+ checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
2110
+ dependencies = [
2111
+ "bytes",
2112
+ "futures-channel",
2113
+ "futures-util",
2114
+ "http 1.1.0",
2115
+ "http-body 1.0.1",
2116
+ "hyper 1.5.0",
2117
+ "pin-project-lite",
2118
+ "socket2",
2119
+ "tokio",
2120
+ "tower-service",
2121
+ "tracing",
2122
+ ]
2123
+
2124
+ [[package]]
2125
+ name = "iana-time-zone"
2126
+ version = "0.1.61"
2127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+ checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2129
+ dependencies = [
2130
+ "android_system_properties",
2131
+ "core-foundation-sys",
2132
+ "iana-time-zone-haiku",
2133
+ "js-sys",
2134
+ "wasm-bindgen",
2135
+ "windows-core",
2136
+ ]
2137
+
2138
+ [[package]]
2139
+ name = "iana-time-zone-haiku"
2140
+ version = "0.1.2"
2141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2142
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2143
+ dependencies = [
2144
+ "cc",
2145
+ ]
2146
+
2147
+ [[package]]
2148
+ name = "icu_collections"
2149
+ version = "1.5.0"
2150
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+ checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
2152
+ dependencies = [
2153
+ "displaydoc",
2154
+ "yoke",
2155
+ "zerofrom",
2156
+ "zerovec",
2157
+ ]
2158
+
2159
+ [[package]]
2160
+ name = "icu_locid"
2161
+ version = "1.5.0"
2162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2163
+ checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
2164
+ dependencies = [
2165
+ "displaydoc",
2166
+ "litemap",
2167
+ "tinystr",
2168
+ "writeable",
2169
+ "zerovec",
2170
+ ]
2171
+
2172
+ [[package]]
2173
+ name = "icu_locid_transform"
2174
+ version = "1.5.0"
2175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2176
+ checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
2177
+ dependencies = [
2178
+ "displaydoc",
2179
+ "icu_locid",
2180
+ "icu_locid_transform_data",
2181
+ "icu_provider",
2182
+ "tinystr",
2183
+ "zerovec",
2184
+ ]
2185
+
2186
+ [[package]]
2187
+ name = "icu_locid_transform_data"
2188
+ version = "1.5.0"
2189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2190
+ checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
2191
+
2192
+ [[package]]
2193
+ name = "icu_normalizer"
2194
+ version = "1.5.0"
2195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2196
+ checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
2197
+ dependencies = [
2198
+ "displaydoc",
2199
+ "icu_collections",
2200
+ "icu_normalizer_data",
2201
+ "icu_properties",
2202
+ "icu_provider",
2203
+ "smallvec",
2204
+ "utf16_iter",
2205
+ "utf8_iter",
2206
+ "write16",
2207
+ "zerovec",
2208
+ ]
2209
+
2210
+ [[package]]
2211
+ name = "icu_normalizer_data"
2212
+ version = "1.5.0"
2213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2214
+ checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
2215
+
2216
+ [[package]]
2217
+ name = "icu_properties"
2218
+ version = "1.5.1"
2219
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2220
+ checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
2221
+ dependencies = [
2222
+ "displaydoc",
2223
+ "icu_collections",
2224
+ "icu_locid_transform",
2225
+ "icu_properties_data",
2226
+ "icu_provider",
2227
+ "tinystr",
2228
+ "zerovec",
2229
+ ]
2230
+
2231
+ [[package]]
2232
+ name = "icu_properties_data"
2233
+ version = "1.5.0"
2234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2235
+ checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
2236
+
2237
+ [[package]]
2238
+ name = "icu_provider"
2239
+ version = "1.5.0"
2240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+ checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
2242
+ dependencies = [
2243
+ "displaydoc",
2244
+ "icu_locid",
2245
+ "icu_provider_macros",
2246
+ "stable_deref_trait",
2247
+ "tinystr",
2248
+ "writeable",
2249
+ "yoke",
2250
+ "zerofrom",
2251
+ "zerovec",
2252
+ ]
2253
+
2254
+ [[package]]
2255
+ name = "icu_provider_macros"
2256
+ version = "1.5.0"
2257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2258
+ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
2259
+ dependencies = [
2260
+ "proc-macro2",
2261
+ "quote",
2262
+ "syn 2.0.75",
2263
+ ]
2264
+
2265
+ [[package]]
2266
+ name = "idna"
2267
+ version = "1.0.3"
2268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2269
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2270
+ dependencies = [
2271
+ "idna_adapter",
2272
+ "smallvec",
2273
+ "utf8_iter",
2274
+ ]
2275
+
2276
+ [[package]]
2277
+ name = "idna_adapter"
2278
+ version = "1.2.0"
2279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+ checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2281
+ dependencies = [
2282
+ "icu_normalizer",
2283
+ "icu_properties",
2284
+ ]
2285
+
2286
+ [[package]]
2287
+ name = "indexmap"
2288
+ version = "2.6.0"
2289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2290
+ checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
2291
+ dependencies = [
2292
+ "equivalent",
2293
+ "hashbrown 0.15.1",
2294
+ ]
2295
+
2296
+ [[package]]
2297
+ name = "instant"
2298
+ version = "0.1.13"
2299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2300
+ checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2301
+ dependencies = [
2302
+ "cfg-if",
2303
+ "js-sys",
2304
+ "wasm-bindgen",
2305
+ "web-sys",
2306
+ ]
2307
+
2308
+ [[package]]
2309
+ name = "integer-encoding"
2310
+ version = "3.0.4"
2311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2312
+ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
2313
+
2314
+ [[package]]
2315
+ name = "ipnet"
2316
+ version = "2.10.1"
2317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+ checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
2319
+
2320
+ [[package]]
2321
+ name = "itertools"
2322
+ version = "0.12.1"
2323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2324
+ checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2325
+ dependencies = [
2326
+ "either",
2327
+ ]
2328
+
2329
+ [[package]]
2330
+ name = "itertools"
2331
+ version = "0.13.0"
2332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2333
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2334
+ dependencies = [
2335
+ "either",
2336
+ ]
2337
+
2338
+ [[package]]
2339
+ name = "itoa"
2340
+ version = "1.0.11"
2341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2342
+ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2343
+
2344
+ [[package]]
2345
+ name = "jobserver"
2346
+ version = "0.1.32"
2347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2348
+ checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2349
+ dependencies = [
2350
+ "libc",
2351
+ ]
2352
+
2353
+ [[package]]
2354
+ name = "js-sys"
2355
+ version = "0.3.72"
2356
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2357
+ checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
2358
+ dependencies = [
2359
+ "wasm-bindgen",
2360
+ ]
2361
+
2362
+ [[package]]
2363
+ name = "lazy_static"
2364
+ version = "1.5.0"
2365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2366
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2367
+
2368
+ [[package]]
2369
+ name = "lazycell"
2370
+ version = "1.3.0"
2371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2372
+ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2373
+
2374
+ [[package]]
2375
+ name = "lexical-core"
2376
+ version = "0.8.5"
2377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2378
+ checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
2379
+ dependencies = [
2380
+ "lexical-parse-float",
2381
+ "lexical-parse-integer",
2382
+ "lexical-util",
2383
+ "lexical-write-float",
2384
+ "lexical-write-integer",
2385
+ ]
2386
+
2387
+ [[package]]
2388
+ name = "lexical-parse-float"
2389
+ version = "0.8.5"
2390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2391
+ checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
2392
+ dependencies = [
2393
+ "lexical-parse-integer",
2394
+ "lexical-util",
2395
+ "static_assertions",
2396
+ ]
2397
+
2398
+ [[package]]
2399
+ name = "lexical-parse-integer"
2400
+ version = "0.8.6"
2401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2402
+ checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
2403
+ dependencies = [
2404
+ "lexical-util",
2405
+ "static_assertions",
2406
+ ]
2407
+
2408
+ [[package]]
2409
+ name = "lexical-util"
2410
+ version = "0.8.5"
2411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2412
+ checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
2413
+ dependencies = [
2414
+ "static_assertions",
2415
+ ]
2416
+
2417
+ [[package]]
2418
+ name = "lexical-write-float"
2419
+ version = "0.8.5"
2420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2421
+ checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
2422
+ dependencies = [
2423
+ "lexical-util",
2424
+ "lexical-write-integer",
2425
+ "static_assertions",
2426
+ ]
2427
+
2428
+ [[package]]
2429
+ name = "lexical-write-integer"
2430
+ version = "0.8.5"
2431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2432
+ checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
2433
+ dependencies = [
2434
+ "lexical-util",
2435
+ "static_assertions",
2436
+ ]
2437
+
2438
+ [[package]]
2439
+ name = "libc"
2440
+ version = "0.2.157"
2441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2442
+ checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86"
2443
+
2444
+ [[package]]
2445
+ name = "libloading"
2446
+ version = "0.8.5"
2447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2448
+ checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
2449
+ dependencies = [
2450
+ "cfg-if",
2451
+ "windows-targets",
2452
+ ]
2453
+
2454
+ [[package]]
2455
+ name = "libm"
2456
+ version = "0.2.11"
2457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2458
+ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2459
+
2460
+ [[package]]
2461
+ name = "linux-raw-sys"
2462
+ version = "0.4.14"
2463
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2464
+ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2465
+
2466
+ [[package]]
2467
+ name = "litemap"
2468
+ version = "0.7.3"
2469
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2470
+ checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
2471
+
2472
+ [[package]]
2473
+ name = "lock_api"
2474
+ version = "0.4.12"
2475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2476
+ checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2477
+ dependencies = [
2478
+ "autocfg",
2479
+ "scopeguard",
2480
+ ]
2481
+
2482
+ [[package]]
2483
+ name = "log"
2484
+ version = "0.4.22"
2485
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2486
+ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2487
+
2488
+ [[package]]
2489
+ name = "lz4_flex"
2490
+ version = "0.11.3"
2491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2492
+ checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
2493
+ dependencies = [
2494
+ "twox-hash",
2495
+ ]
2496
+
2497
+ [[package]]
2498
+ name = "lzma-sys"
2499
+ version = "0.1.20"
2500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2501
+ checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
2502
+ dependencies = [
2503
+ "cc",
2504
+ "libc",
2505
+ "pkg-config",
2506
+ ]
2507
+
2508
+ [[package]]
2509
+ name = "magnus"
2510
+ version = "0.7.1"
2511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2512
+ checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
2513
+ dependencies = [
2514
+ "magnus-macros",
2515
+ "rb-sys",
2516
+ "rb-sys-env",
2517
+ "seq-macro",
2518
+ ]
2519
+
2520
+ [[package]]
2521
+ name = "magnus-macros"
2522
+ version = "0.6.0"
2523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2524
+ checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
2525
+ dependencies = [
2526
+ "proc-macro2",
2527
+ "quote",
2528
+ "syn 2.0.75",
2529
+ ]
2530
+
2531
+ [[package]]
2532
+ name = "maplit"
2533
+ version = "1.0.2"
2534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2535
+ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2536
+
2537
+ [[package]]
2538
+ name = "md-5"
2539
+ version = "0.10.6"
2540
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2541
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2542
+ dependencies = [
2543
+ "cfg-if",
2544
+ "digest",
2545
+ ]
2546
+
2547
+ [[package]]
2548
+ name = "memchr"
2549
+ version = "2.7.4"
2550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2552
+
2553
+ [[package]]
2554
+ name = "mime"
2555
+ version = "0.3.17"
2556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2557
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2558
+
2559
+ [[package]]
2560
+ name = "minimal-lexical"
2561
+ version = "0.2.1"
2562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2563
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2564
+
2565
+ [[package]]
2566
+ name = "miniz_oxide"
2567
+ version = "0.8.0"
2568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2569
+ checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2570
+ dependencies = [
2571
+ "adler2",
2572
+ ]
2573
+
2574
+ [[package]]
2575
+ name = "mio"
2576
+ version = "1.0.2"
2577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2578
+ checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2579
+ dependencies = [
2580
+ "hermit-abi",
2581
+ "libc",
2582
+ "wasi",
2583
+ "windows-sys 0.52.0",
2584
+ ]
2585
+
2586
+ [[package]]
2587
+ name = "nom"
2588
+ version = "7.1.3"
2589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2590
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2591
+ dependencies = [
2592
+ "memchr",
2593
+ "minimal-lexical",
2594
+ ]
2595
+
2596
+ [[package]]
2597
+ name = "num"
2598
+ version = "0.4.3"
2599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2600
+ checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2601
+ dependencies = [
2602
+ "num-bigint",
2603
+ "num-complex",
2604
+ "num-integer",
2605
+ "num-iter",
2606
+ "num-rational",
2607
+ "num-traits",
2608
+ ]
2609
+
2610
+ [[package]]
2611
+ name = "num-bigint"
2612
+ version = "0.4.6"
2613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2614
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2615
+ dependencies = [
2616
+ "num-integer",
2617
+ "num-traits",
2618
+ ]
2619
+
2620
+ [[package]]
2621
+ name = "num-complex"
2622
+ version = "0.4.6"
2623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2624
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2625
+ dependencies = [
2626
+ "num-traits",
2627
+ ]
2628
+
2629
+ [[package]]
2630
+ name = "num-conv"
2631
+ version = "0.1.0"
2632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2633
+ checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2634
+
2635
+ [[package]]
2636
+ name = "num-integer"
2637
+ version = "0.1.46"
2638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2639
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2640
+ dependencies = [
2641
+ "num-traits",
2642
+ ]
2643
+
2644
+ [[package]]
2645
+ name = "num-iter"
2646
+ version = "0.1.45"
2647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2648
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2649
+ dependencies = [
2650
+ "autocfg",
2651
+ "num-integer",
2652
+ "num-traits",
2653
+ ]
2654
+
2655
+ [[package]]
2656
+ name = "num-rational"
2657
+ version = "0.4.2"
2658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2659
+ checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2660
+ dependencies = [
2661
+ "num-bigint",
2662
+ "num-integer",
2663
+ "num-traits",
2664
+ ]
2665
+
2666
+ [[package]]
2667
+ name = "num-traits"
2668
+ version = "0.2.19"
2669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2670
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2671
+ dependencies = [
2672
+ "autocfg",
2673
+ "libm",
2674
+ ]
2675
+
2676
+ [[package]]
2677
+ name = "num_cpus"
2678
+ version = "1.16.0"
2679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2680
+ checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2681
+ dependencies = [
2682
+ "hermit-abi",
2683
+ "libc",
2684
+ ]
2685
+
2686
+ [[package]]
2687
+ name = "object"
2688
+ version = "0.36.5"
2689
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2690
+ checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
2691
+ dependencies = [
2692
+ "memchr",
2693
+ ]
2694
+
2695
+ [[package]]
2696
+ name = "object_store"
2697
+ version = "0.10.2"
2698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2699
+ checksum = "e6da452820c715ce78221e8202ccc599b4a52f3e1eb3eedb487b680c81a8e3f3"
2700
+ dependencies = [
2701
+ "async-trait",
2702
+ "base64 0.22.1",
2703
+ "bytes",
2704
+ "chrono",
2705
+ "futures",
2706
+ "humantime",
2707
+ "hyper 1.5.0",
2708
+ "itertools 0.13.0",
2709
+ "md-5",
2710
+ "parking_lot",
2711
+ "percent-encoding",
2712
+ "quick-xml",
2713
+ "rand",
2714
+ "reqwest",
2715
+ "ring",
2716
+ "serde",
2717
+ "serde_json",
2718
+ "snafu",
2719
+ "tokio",
2720
+ "tracing",
2721
+ "url",
2722
+ "walkdir",
2723
+ ]
2724
+
2725
+ [[package]]
2726
+ name = "once_cell"
2727
+ version = "1.20.2"
2728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2729
+ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2730
+
2731
+ [[package]]
2732
+ name = "openssl-probe"
2733
+ version = "0.1.5"
2734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2735
+ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2736
+
2737
+ [[package]]
2738
+ name = "ordered-float"
2739
+ version = "2.10.1"
2740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2741
+ checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2742
+ dependencies = [
2743
+ "num-traits",
2744
+ ]
2745
+
2746
+ [[package]]
2747
+ name = "outref"
2748
+ version = "0.5.1"
2749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2750
+ checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
2751
+
2752
+ [[package]]
2753
+ name = "parking_lot"
2754
+ version = "0.12.3"
2755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2756
+ checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2757
+ dependencies = [
2758
+ "lock_api",
2759
+ "parking_lot_core",
2760
+ ]
2761
+
2762
+ [[package]]
2763
+ name = "parking_lot_core"
2764
+ version = "0.9.10"
2765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2766
+ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2767
+ dependencies = [
2768
+ "cfg-if",
2769
+ "libc",
2770
+ "redox_syscall",
2771
+ "smallvec",
2772
+ "windows-targets",
2773
+ ]
2774
+
2775
+ [[package]]
2776
+ name = "parquet"
2777
+ version = "52.2.0"
2778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2779
+ checksum = "e977b9066b4d3b03555c22bdc442f3fadebd96a39111249113087d0edb2691cd"
2780
+ dependencies = [
2781
+ "ahash",
2782
+ "arrow-array",
2783
+ "arrow-buffer",
2784
+ "arrow-cast",
2785
+ "arrow-data",
2786
+ "arrow-ipc",
2787
+ "arrow-schema",
2788
+ "arrow-select",
2789
+ "base64 0.22.1",
2790
+ "brotli",
2791
+ "bytes",
2792
+ "chrono",
2793
+ "flate2",
2794
+ "futures",
2795
+ "half",
2796
+ "hashbrown 0.14.5",
2797
+ "lz4_flex",
2798
+ "num",
2799
+ "num-bigint",
2800
+ "object_store",
2801
+ "paste",
2802
+ "seq-macro",
2803
+ "snap",
2804
+ "thrift",
2805
+ "tokio",
2806
+ "twox-hash",
2807
+ "zstd",
2808
+ "zstd-sys",
2809
+ ]
2810
+
2811
+ [[package]]
2812
+ name = "parse-zoneinfo"
2813
+ version = "0.3.1"
2814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2815
+ checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2816
+ dependencies = [
2817
+ "regex",
2818
+ ]
2819
+
2820
+ [[package]]
2821
+ name = "paste"
2822
+ version = "1.0.15"
2823
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2824
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2825
+
2826
+ [[package]]
2827
+ name = "percent-encoding"
2828
+ version = "2.3.1"
2829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2830
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2831
+
2832
+ [[package]]
2833
+ name = "petgraph"
2834
+ version = "0.6.5"
2835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2836
+ checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2837
+ dependencies = [
2838
+ "fixedbitset",
2839
+ "indexmap",
2840
+ ]
2841
+
2842
+ [[package]]
2843
+ name = "phf"
2844
+ version = "0.11.2"
2845
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2846
+ checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2847
+ dependencies = [
2848
+ "phf_shared",
2849
+ ]
2850
+
2851
+ [[package]]
2852
+ name = "phf_codegen"
2853
+ version = "0.11.2"
2854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2855
+ checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2856
+ dependencies = [
2857
+ "phf_generator",
2858
+ "phf_shared",
2859
+ ]
2860
+
2861
+ [[package]]
2862
+ name = "phf_generator"
2863
+ version = "0.11.2"
2864
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2865
+ checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2866
+ dependencies = [
2867
+ "phf_shared",
2868
+ "rand",
2869
+ ]
2870
+
2871
+ [[package]]
2872
+ name = "phf_shared"
2873
+ version = "0.11.2"
2874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2875
+ checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2876
+ dependencies = [
2877
+ "siphasher",
2878
+ ]
2879
+
2880
+ [[package]]
2881
+ name = "pin-project-lite"
2882
+ version = "0.2.15"
2883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2884
+ checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
2885
+
2886
+ [[package]]
2887
+ name = "pin-utils"
2888
+ version = "0.1.0"
2889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2890
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2891
+
2892
+ [[package]]
2893
+ name = "pkg-config"
2894
+ version = "0.3.31"
2895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2896
+ checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2897
+
2898
+ [[package]]
2899
+ name = "powerfmt"
2900
+ version = "0.2.0"
2901
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2902
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2903
+
2904
+ [[package]]
2905
+ name = "ppv-lite86"
2906
+ version = "0.2.20"
2907
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2908
+ checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2909
+ dependencies = [
2910
+ "zerocopy",
2911
+ ]
2912
+
2913
+ [[package]]
2914
+ name = "proc-macro2"
2915
+ version = "1.0.86"
2916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2917
+ checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2918
+ dependencies = [
2919
+ "unicode-ident",
2920
+ ]
2921
+
2922
+ [[package]]
2923
+ name = "prost"
2924
+ version = "0.12.6"
2925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2926
+ checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
2927
+ dependencies = [
2928
+ "bytes",
2929
+ "prost-derive",
2930
+ ]
2931
+
2932
+ [[package]]
2933
+ name = "prost-derive"
2934
+ version = "0.12.6"
2935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2936
+ checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
2937
+ dependencies = [
2938
+ "anyhow",
2939
+ "itertools 0.12.1",
2940
+ "proc-macro2",
2941
+ "quote",
2942
+ "syn 2.0.75",
2943
+ ]
2944
+
2945
+ [[package]]
2946
+ name = "quick-xml"
2947
+ version = "0.36.2"
2948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2949
+ checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2950
+ dependencies = [
2951
+ "memchr",
2952
+ "serde",
2953
+ ]
2954
+
2955
+ [[package]]
2956
+ name = "quinn"
2957
+ version = "0.11.5"
2958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2959
+ checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
2960
+ dependencies = [
2961
+ "bytes",
2962
+ "pin-project-lite",
2963
+ "quinn-proto",
2964
+ "quinn-udp",
2965
+ "rustc-hash 2.0.0",
2966
+ "rustls 0.23.16",
2967
+ "socket2",
2968
+ "thiserror",
2969
+ "tokio",
2970
+ "tracing",
2971
+ ]
2972
+
2973
+ [[package]]
2974
+ name = "quinn-proto"
2975
+ version = "0.11.8"
2976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2977
+ checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
2978
+ dependencies = [
2979
+ "bytes",
2980
+ "rand",
2981
+ "ring",
2982
+ "rustc-hash 2.0.0",
2983
+ "rustls 0.23.16",
2984
+ "slab",
2985
+ "thiserror",
2986
+ "tinyvec",
2987
+ "tracing",
2988
+ ]
2989
+
2990
+ [[package]]
2991
+ name = "quinn-udp"
2992
+ version = "0.5.4"
2993
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2994
+ checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285"
2995
+ dependencies = [
2996
+ "libc",
2997
+ "once_cell",
2998
+ "socket2",
2999
+ "tracing",
3000
+ "windows-sys 0.52.0",
3001
+ ]
3002
+
3003
+ [[package]]
3004
+ name = "quote"
3005
+ version = "1.0.36"
3006
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3007
+ checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
3008
+ dependencies = [
3009
+ "proc-macro2",
3010
+ ]
3011
+
3012
+ [[package]]
3013
+ name = "rand"
3014
+ version = "0.8.5"
3015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3016
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3017
+ dependencies = [
3018
+ "libc",
3019
+ "rand_chacha",
3020
+ "rand_core",
3021
+ ]
3022
+
3023
+ [[package]]
3024
+ name = "rand_chacha"
3025
+ version = "0.3.1"
3026
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3027
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3028
+ dependencies = [
3029
+ "ppv-lite86",
3030
+ "rand_core",
3031
+ ]
3032
+
3033
+ [[package]]
3034
+ name = "rand_core"
3035
+ version = "0.6.4"
3036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3037
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3038
+ dependencies = [
3039
+ "getrandom",
3040
+ ]
3041
+
3042
+ [[package]]
3043
+ name = "rb-sys"
3044
+ version = "0.9.101"
3045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3046
+ checksum = "1ba2704ccfa7875c91792c57a9aa7c3caac524d3036c122e36eeddad6f6e7c6f"
3047
+ dependencies = [
3048
+ "rb-sys-build",
3049
+ ]
3050
+
3051
+ [[package]]
3052
+ name = "rb-sys-build"
3053
+ version = "0.9.101"
3054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3055
+ checksum = "c73585ec80c217b7a81257ca9bb89b191b5e452ec4b9106dc4c2e4e96a822242"
3056
+ dependencies = [
3057
+ "bindgen",
3058
+ "lazy_static",
3059
+ "proc-macro2",
3060
+ "quote",
3061
+ "regex",
3062
+ "shell-words",
3063
+ "syn 2.0.75",
3064
+ ]
3065
+
3066
+ [[package]]
3067
+ name = "rb-sys-env"
3068
+ version = "0.1.2"
3069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3070
+ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
3071
+
3072
+ [[package]]
3073
+ name = "redox_syscall"
3074
+ version = "0.5.7"
3075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3076
+ checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
3077
+ dependencies = [
3078
+ "bitflags 2.6.0",
3079
+ ]
3080
+
3081
+ [[package]]
3082
+ name = "regex"
3083
+ version = "1.10.6"
3084
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3085
+ checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
3086
+ dependencies = [
3087
+ "aho-corasick",
3088
+ "memchr",
3089
+ "regex-automata",
3090
+ "regex-syntax",
3091
+ ]
3092
+
3093
+ [[package]]
3094
+ name = "regex-automata"
3095
+ version = "0.4.7"
3096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3097
+ checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
3098
+ dependencies = [
3099
+ "aho-corasick",
3100
+ "memchr",
3101
+ "regex-syntax",
3102
+ ]
3103
+
3104
+ [[package]]
3105
+ name = "regex-lite"
3106
+ version = "0.1.6"
3107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3108
+ checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
3109
+
3110
+ [[package]]
3111
+ name = "regex-syntax"
3112
+ version = "0.8.4"
3113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3114
+ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
3115
+
3116
+ [[package]]
3117
+ name = "reqwest"
3118
+ version = "0.12.9"
3119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3120
+ checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
3121
+ dependencies = [
3122
+ "base64 0.22.1",
3123
+ "bytes",
3124
+ "futures-core",
3125
+ "futures-util",
3126
+ "h2 0.4.6",
3127
+ "http 1.1.0",
3128
+ "http-body 1.0.1",
3129
+ "http-body-util",
3130
+ "hyper 1.5.0",
3131
+ "hyper-rustls 0.27.3",
3132
+ "hyper-util",
3133
+ "ipnet",
3134
+ "js-sys",
3135
+ "log",
3136
+ "mime",
3137
+ "once_cell",
3138
+ "percent-encoding",
3139
+ "pin-project-lite",
3140
+ "quinn",
3141
+ "rustls 0.23.16",
3142
+ "rustls-native-certs 0.8.0",
3143
+ "rustls-pemfile 2.2.0",
3144
+ "rustls-pki-types",
3145
+ "serde",
3146
+ "serde_json",
3147
+ "serde_urlencoded",
3148
+ "sync_wrapper",
3149
+ "tokio",
3150
+ "tokio-rustls 0.26.0",
3151
+ "tokio-util",
3152
+ "tower-service",
3153
+ "url",
3154
+ "wasm-bindgen",
3155
+ "wasm-bindgen-futures",
3156
+ "wasm-streams",
3157
+ "web-sys",
3158
+ "windows-registry",
3159
+ ]
3160
+
3161
+ [[package]]
3162
+ name = "ring"
3163
+ version = "0.17.8"
3164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3165
+ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
3166
+ dependencies = [
3167
+ "cc",
3168
+ "cfg-if",
3169
+ "getrandom",
3170
+ "libc",
3171
+ "spin",
3172
+ "untrusted",
3173
+ "windows-sys 0.52.0",
3174
+ ]
3175
+
3176
+ [[package]]
3177
+ name = "roaring"
3178
+ version = "0.10.6"
3179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3180
+ checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1"
3181
+ dependencies = [
3182
+ "bytemuck",
3183
+ "byteorder",
3184
+ ]
3185
+
3186
+ [[package]]
3187
+ name = "rustc-demangle"
3188
+ version = "0.1.24"
3189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3190
+ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3191
+
3192
+ [[package]]
3193
+ name = "rustc-hash"
3194
+ version = "1.1.0"
3195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3196
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3197
+
3198
+ [[package]]
3199
+ name = "rustc-hash"
3200
+ version = "2.0.0"
3201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3202
+ checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
3203
+
3204
+ [[package]]
3205
+ name = "rustc_version"
3206
+ version = "0.4.1"
3207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3208
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3209
+ dependencies = [
3210
+ "semver",
3211
+ ]
3212
+
3213
+ [[package]]
3214
+ name = "rustix"
3215
+ version = "0.38.37"
3216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3217
+ checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
3218
+ dependencies = [
3219
+ "bitflags 2.6.0",
3220
+ "errno",
3221
+ "libc",
3222
+ "linux-raw-sys",
3223
+ "windows-sys 0.52.0",
3224
+ ]
3225
+
3226
+ [[package]]
3227
+ name = "rustls"
3228
+ version = "0.21.12"
3229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3230
+ checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
3231
+ dependencies = [
3232
+ "log",
3233
+ "ring",
3234
+ "rustls-webpki 0.101.7",
3235
+ "sct",
3236
+ ]
3237
+
3238
+ [[package]]
3239
+ name = "rustls"
3240
+ version = "0.23.16"
3241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3242
+ checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
3243
+ dependencies = [
3244
+ "once_cell",
3245
+ "ring",
3246
+ "rustls-pki-types",
3247
+ "rustls-webpki 0.102.8",
3248
+ "subtle",
3249
+ "zeroize",
3250
+ ]
3251
+
3252
+ [[package]]
3253
+ name = "rustls-native-certs"
3254
+ version = "0.6.3"
3255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3256
+ checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
3257
+ dependencies = [
3258
+ "openssl-probe",
3259
+ "rustls-pemfile 1.0.4",
3260
+ "schannel",
3261
+ "security-framework",
3262
+ ]
3263
+
3264
+ [[package]]
3265
+ name = "rustls-native-certs"
3266
+ version = "0.8.0"
3267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3268
+ checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
3269
+ dependencies = [
3270
+ "openssl-probe",
3271
+ "rustls-pemfile 2.2.0",
3272
+ "rustls-pki-types",
3273
+ "schannel",
3274
+ "security-framework",
3275
+ ]
3276
+
3277
+ [[package]]
3278
+ name = "rustls-pemfile"
3279
+ version = "1.0.4"
3280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3281
+ checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
3282
+ dependencies = [
3283
+ "base64 0.21.7",
3284
+ ]
3285
+
3286
+ [[package]]
3287
+ name = "rustls-pemfile"
3288
+ version = "2.2.0"
3289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3290
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
3291
+ dependencies = [
3292
+ "rustls-pki-types",
3293
+ ]
3294
+
3295
+ [[package]]
3296
+ name = "rustls-pki-types"
3297
+ version = "1.10.0"
3298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3299
+ checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
3300
+
3301
+ [[package]]
3302
+ name = "rustls-webpki"
3303
+ version = "0.101.7"
3304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3305
+ checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
3306
+ dependencies = [
3307
+ "ring",
3308
+ "untrusted",
3309
+ ]
3310
+
3311
+ [[package]]
3312
+ name = "rustls-webpki"
3313
+ version = "0.102.8"
3314
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3315
+ checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
3316
+ dependencies = [
3317
+ "ring",
3318
+ "rustls-pki-types",
3319
+ "untrusted",
3320
+ ]
3321
+
3322
+ [[package]]
3323
+ name = "rustversion"
3324
+ version = "1.0.18"
3325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3326
+ checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
3327
+
3328
+ [[package]]
3329
+ name = "ryu"
3330
+ version = "1.0.18"
3331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3332
+ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3333
+
3334
+ [[package]]
3335
+ name = "same-file"
3336
+ version = "1.0.6"
3337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3338
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3339
+ dependencies = [
3340
+ "winapi-util",
3341
+ ]
3342
+
3343
+ [[package]]
3344
+ name = "schannel"
3345
+ version = "0.1.26"
3346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3347
+ checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
3348
+ dependencies = [
3349
+ "windows-sys 0.59.0",
3350
+ ]
3351
+
3352
+ [[package]]
3353
+ name = "scopeguard"
3354
+ version = "1.2.0"
3355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3356
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3357
+
3358
+ [[package]]
3359
+ name = "sct"
3360
+ version = "0.7.1"
3361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3362
+ checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
3363
+ dependencies = [
3364
+ "ring",
3365
+ "untrusted",
3366
+ ]
3367
+
3368
+ [[package]]
3369
+ name = "security-framework"
3370
+ version = "2.11.1"
3371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3372
+ checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3373
+ dependencies = [
3374
+ "bitflags 2.6.0",
3375
+ "core-foundation",
3376
+ "core-foundation-sys",
3377
+ "libc",
3378
+ "security-framework-sys",
3379
+ ]
3380
+
3381
+ [[package]]
3382
+ name = "security-framework-sys"
3383
+ version = "2.12.0"
3384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3385
+ checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
3386
+ dependencies = [
3387
+ "core-foundation-sys",
3388
+ "libc",
3389
+ ]
3390
+
3391
+ [[package]]
3392
+ name = "semver"
3393
+ version = "1.0.23"
3394
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3395
+ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
3396
+
3397
+ [[package]]
3398
+ name = "seq-macro"
3399
+ version = "0.3.5"
3400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3401
+ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
3402
+
3403
+ [[package]]
3404
+ name = "serde"
3405
+ version = "1.0.208"
3406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3407
+ checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
3408
+ dependencies = [
3409
+ "serde_derive",
3410
+ ]
3411
+
3412
+ [[package]]
3413
+ name = "serde_derive"
3414
+ version = "1.0.208"
3415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3416
+ checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
3417
+ dependencies = [
3418
+ "proc-macro2",
3419
+ "quote",
3420
+ "syn 2.0.75",
3421
+ ]
3422
+
3423
+ [[package]]
3424
+ name = "serde_json"
3425
+ version = "1.0.125"
3426
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3427
+ checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
3428
+ dependencies = [
3429
+ "itoa",
3430
+ "memchr",
3431
+ "ryu",
3432
+ "serde",
3433
+ ]
3434
+
3435
+ [[package]]
3436
+ name = "serde_urlencoded"
3437
+ version = "0.7.1"
3438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3439
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3440
+ dependencies = [
3441
+ "form_urlencoded",
3442
+ "itoa",
3443
+ "ryu",
3444
+ "serde",
3445
+ ]
3446
+
3447
+ [[package]]
3448
+ name = "sha2"
3449
+ version = "0.10.8"
3450
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3451
+ checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3452
+ dependencies = [
3453
+ "cfg-if",
3454
+ "cpufeatures",
3455
+ "digest",
3456
+ ]
3457
+
3458
+ [[package]]
3459
+ name = "shell-words"
3460
+ version = "1.1.0"
3461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3462
+ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
3463
+
3464
+ [[package]]
3465
+ name = "shlex"
3466
+ version = "1.3.0"
3467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3468
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3469
+
3470
+ [[package]]
3471
+ name = "signal-hook-registry"
3472
+ version = "1.4.2"
3473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3474
+ checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3475
+ dependencies = [
3476
+ "libc",
3477
+ ]
3478
+
3479
+ [[package]]
3480
+ name = "siphasher"
3481
+ version = "0.3.11"
3482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3483
+ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
3484
+
3485
+ [[package]]
3486
+ name = "slab"
3487
+ version = "0.4.9"
3488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3489
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3490
+ dependencies = [
3491
+ "autocfg",
3492
+ ]
3493
+
3494
+ [[package]]
3495
+ name = "smallvec"
3496
+ version = "1.13.2"
3497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3498
+ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
3499
+
3500
+ [[package]]
3501
+ name = "snafu"
3502
+ version = "0.7.5"
3503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3504
+ checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
3505
+ dependencies = [
3506
+ "doc-comment",
3507
+ "snafu-derive",
3508
+ ]
3509
+
3510
+ [[package]]
3511
+ name = "snafu-derive"
3512
+ version = "0.7.5"
3513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3514
+ checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
3515
+ dependencies = [
3516
+ "heck 0.4.1",
3517
+ "proc-macro2",
3518
+ "quote",
3519
+ "syn 1.0.109",
3520
+ ]
3521
+
3522
+ [[package]]
3523
+ name = "snap"
3524
+ version = "1.1.1"
3525
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3526
+ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
3527
+
3528
+ [[package]]
3529
+ name = "socket2"
3530
+ version = "0.5.7"
3531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3532
+ checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
3533
+ dependencies = [
3534
+ "libc",
3535
+ "windows-sys 0.52.0",
3536
+ ]
3537
+
3538
+ [[package]]
3539
+ name = "spin"
3540
+ version = "0.9.8"
3541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3542
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3543
+
3544
+ [[package]]
3545
+ name = "sqlparser"
3546
+ version = "0.49.0"
3547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3548
+ checksum = "a4a404d0e14905361b918cb8afdb73605e25c1d5029312bd9785142dcb3aa49e"
3549
+ dependencies = [
3550
+ "log",
3551
+ "sqlparser_derive",
3552
+ ]
3553
+
3554
+ [[package]]
3555
+ name = "sqlparser"
3556
+ version = "0.51.0"
3557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3558
+ checksum = "5fe11944a61da0da3f592e19a45ebe5ab92dc14a779907ff1f08fbb797bfefc7"
3559
+ dependencies = [
3560
+ "log",
3561
+ ]
3562
+
3563
+ [[package]]
3564
+ name = "sqlparser_derive"
3565
+ version = "0.2.2"
3566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3567
+ checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554"
3568
+ dependencies = [
3569
+ "proc-macro2",
3570
+ "quote",
3571
+ "syn 2.0.75",
3572
+ ]
3573
+
3574
+ [[package]]
3575
+ name = "stable_deref_trait"
3576
+ version = "1.2.0"
3577
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3578
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3579
+
3580
+ [[package]]
3581
+ name = "static_assertions"
3582
+ version = "1.1.0"
3583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3584
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3585
+
3586
+ [[package]]
3587
+ name = "strum"
3588
+ version = "0.26.3"
3589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3590
+ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
3591
+ dependencies = [
3592
+ "strum_macros",
3593
+ ]
3594
+
3595
+ [[package]]
3596
+ name = "strum_macros"
3597
+ version = "0.26.4"
3598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3599
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3600
+ dependencies = [
3601
+ "heck 0.5.0",
3602
+ "proc-macro2",
3603
+ "quote",
3604
+ "rustversion",
3605
+ "syn 2.0.75",
3606
+ ]
3607
+
3608
+ [[package]]
3609
+ name = "subtle"
3610
+ version = "2.6.1"
3611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3612
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3613
+
3614
+ [[package]]
3615
+ name = "syn"
3616
+ version = "1.0.109"
3617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3618
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3619
+ dependencies = [
3620
+ "proc-macro2",
3621
+ "quote",
3622
+ "unicode-ident",
3623
+ ]
3624
+
3625
+ [[package]]
3626
+ name = "syn"
3627
+ version = "2.0.75"
3628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3629
+ checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
3630
+ dependencies = [
3631
+ "proc-macro2",
3632
+ "quote",
3633
+ "unicode-ident",
3634
+ ]
3635
+
3636
+ [[package]]
3637
+ name = "sync_wrapper"
3638
+ version = "1.0.1"
3639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3640
+ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
3641
+ dependencies = [
3642
+ "futures-core",
3643
+ ]
3644
+
3645
+ [[package]]
3646
+ name = "synstructure"
3647
+ version = "0.13.1"
3648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3649
+ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
3650
+ dependencies = [
3651
+ "proc-macro2",
3652
+ "quote",
3653
+ "syn 2.0.75",
3654
+ ]
3655
+
3656
+ [[package]]
3657
+ name = "tempfile"
3658
+ version = "3.13.0"
3659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3660
+ checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
3661
+ dependencies = [
3662
+ "cfg-if",
3663
+ "fastrand",
3664
+ "once_cell",
3665
+ "rustix",
3666
+ "windows-sys 0.59.0",
3667
+ ]
3668
+
3669
+ [[package]]
3670
+ name = "thiserror"
3671
+ version = "1.0.65"
3672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3673
+ checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
3674
+ dependencies = [
3675
+ "thiserror-impl",
3676
+ ]
3677
+
3678
+ [[package]]
3679
+ name = "thiserror-impl"
3680
+ version = "1.0.65"
3681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3682
+ checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
3683
+ dependencies = [
3684
+ "proc-macro2",
3685
+ "quote",
3686
+ "syn 2.0.75",
3687
+ ]
3688
+
3689
+ [[package]]
3690
+ name = "thrift"
3691
+ version = "0.17.0"
3692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3693
+ checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
3694
+ dependencies = [
3695
+ "byteorder",
3696
+ "integer-encoding",
3697
+ "ordered-float",
3698
+ ]
3699
+
3700
+ [[package]]
3701
+ name = "time"
3702
+ version = "0.3.36"
3703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3704
+ checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
3705
+ dependencies = [
3706
+ "deranged",
3707
+ "num-conv",
3708
+ "powerfmt",
3709
+ "serde",
3710
+ "time-core",
3711
+ "time-macros",
3712
+ ]
3713
+
3714
+ [[package]]
3715
+ name = "time-core"
3716
+ version = "0.1.2"
3717
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3718
+ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
3719
+
3720
+ [[package]]
3721
+ name = "time-macros"
3722
+ version = "0.2.18"
3723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3724
+ checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
3725
+ dependencies = [
3726
+ "num-conv",
3727
+ "time-core",
3728
+ ]
3729
+
3730
+ [[package]]
3731
+ name = "tiny-keccak"
3732
+ version = "2.0.2"
3733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3734
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
3735
+ dependencies = [
3736
+ "crunchy",
3737
+ ]
3738
+
3739
+ [[package]]
3740
+ name = "tinystr"
3741
+ version = "0.7.6"
3742
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3743
+ checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
3744
+ dependencies = [
3745
+ "displaydoc",
3746
+ "zerovec",
3747
+ ]
3748
+
3749
+ [[package]]
3750
+ name = "tinyvec"
3751
+ version = "1.8.0"
3752
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3753
+ checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
3754
+ dependencies = [
3755
+ "tinyvec_macros",
3756
+ ]
3757
+
3758
+ [[package]]
3759
+ name = "tinyvec_macros"
3760
+ version = "0.1.1"
3761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3762
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3763
+
3764
+ [[package]]
3765
+ name = "tokio"
3766
+ version = "1.41.1"
3767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3768
+ checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
3769
+ dependencies = [
3770
+ "backtrace",
3771
+ "bytes",
3772
+ "libc",
3773
+ "mio",
3774
+ "parking_lot",
3775
+ "pin-project-lite",
3776
+ "signal-hook-registry",
3777
+ "socket2",
3778
+ "tokio-macros",
3779
+ "windows-sys 0.52.0",
3780
+ ]
3781
+
3782
+ [[package]]
3783
+ name = "tokio-macros"
3784
+ version = "2.4.0"
3785
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3786
+ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
3787
+ dependencies = [
3788
+ "proc-macro2",
3789
+ "quote",
3790
+ "syn 2.0.75",
3791
+ ]
3792
+
3793
+ [[package]]
3794
+ name = "tokio-rustls"
3795
+ version = "0.24.1"
3796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3797
+ checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
3798
+ dependencies = [
3799
+ "rustls 0.21.12",
3800
+ "tokio",
3801
+ ]
3802
+
3803
+ [[package]]
3804
+ name = "tokio-rustls"
3805
+ version = "0.26.0"
3806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3807
+ checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
3808
+ dependencies = [
3809
+ "rustls 0.23.16",
3810
+ "rustls-pki-types",
3811
+ "tokio",
3812
+ ]
3813
+
3814
+ [[package]]
3815
+ name = "tokio-util"
3816
+ version = "0.7.12"
3817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3818
+ checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
3819
+ dependencies = [
3820
+ "bytes",
3821
+ "futures-core",
3822
+ "futures-sink",
3823
+ "pin-project-lite",
3824
+ "tokio",
3825
+ ]
3826
+
3827
+ [[package]]
3828
+ name = "tower-service"
3829
+ version = "0.3.3"
3830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3831
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3832
+
3833
+ [[package]]
3834
+ name = "tracing"
3835
+ version = "0.1.40"
3836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3837
+ checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
3838
+ dependencies = [
3839
+ "log",
3840
+ "pin-project-lite",
3841
+ "tracing-attributes",
3842
+ "tracing-core",
3843
+ ]
3844
+
3845
+ [[package]]
3846
+ name = "tracing-attributes"
3847
+ version = "0.1.27"
3848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3849
+ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
3850
+ dependencies = [
3851
+ "proc-macro2",
3852
+ "quote",
3853
+ "syn 2.0.75",
3854
+ ]
3855
+
3856
+ [[package]]
3857
+ name = "tracing-core"
3858
+ version = "0.1.32"
3859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3860
+ checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
3861
+ dependencies = [
3862
+ "once_cell",
3863
+ ]
3864
+
3865
+ [[package]]
3866
+ name = "try-lock"
3867
+ version = "0.2.5"
3868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3869
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3870
+
3871
+ [[package]]
3872
+ name = "twox-hash"
3873
+ version = "1.6.3"
3874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3875
+ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
3876
+ dependencies = [
3877
+ "cfg-if",
3878
+ "static_assertions",
3879
+ ]
3880
+
3881
+ [[package]]
3882
+ name = "typenum"
3883
+ version = "1.17.0"
3884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3885
+ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3886
+
3887
+ [[package]]
3888
+ name = "unicode-ident"
3889
+ version = "1.0.12"
3890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3891
+ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
3892
+
3893
+ [[package]]
3894
+ name = "unicode-segmentation"
3895
+ version = "1.12.0"
3896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3897
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3898
+
3899
+ [[package]]
3900
+ name = "unicode-width"
3901
+ version = "0.2.0"
3902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3903
+ checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
3904
+
3905
+ [[package]]
3906
+ name = "untrusted"
3907
+ version = "0.9.0"
3908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3909
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3910
+
3911
+ [[package]]
3912
+ name = "url"
3913
+ version = "2.5.3"
3914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3915
+ checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
3916
+ dependencies = [
3917
+ "form_urlencoded",
3918
+ "idna",
3919
+ "percent-encoding",
3920
+ ]
3921
+
3922
+ [[package]]
3923
+ name = "urlencoding"
3924
+ version = "2.1.3"
3925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3926
+ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3927
+
3928
+ [[package]]
3929
+ name = "utf16_iter"
3930
+ version = "1.0.5"
3931
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3932
+ checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
3933
+
3934
+ [[package]]
3935
+ name = "utf8_iter"
3936
+ version = "1.0.4"
3937
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3938
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3939
+
3940
+ [[package]]
3941
+ name = "uuid"
3942
+ version = "1.11.0"
3943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3944
+ checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
3945
+ dependencies = [
3946
+ "getrandom",
3947
+ "serde",
3948
+ ]
3949
+
3950
+ [[package]]
3951
+ name = "version_check"
3952
+ version = "0.9.5"
3953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3954
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3955
+
3956
+ [[package]]
3957
+ name = "visibility"
3958
+ version = "0.1.1"
3959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3960
+ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
3961
+ dependencies = [
3962
+ "proc-macro2",
3963
+ "quote",
3964
+ "syn 2.0.75",
3965
+ ]
3966
+
3967
+ [[package]]
3968
+ name = "vsimd"
3969
+ version = "0.8.0"
3970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3971
+ checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
3972
+
3973
+ [[package]]
3974
+ name = "walkdir"
3975
+ version = "2.5.0"
3976
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3977
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3978
+ dependencies = [
3979
+ "same-file",
3980
+ "winapi-util",
3981
+ ]
3982
+
3983
+ [[package]]
3984
+ name = "want"
3985
+ version = "0.3.1"
3986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3987
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3988
+ dependencies = [
3989
+ "try-lock",
3990
+ ]
3991
+
3992
+ [[package]]
3993
+ name = "wasi"
3994
+ version = "0.11.0+wasi-snapshot-preview1"
3995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3996
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3997
+
3998
+ [[package]]
3999
+ name = "wasm-bindgen"
4000
+ version = "0.2.95"
4001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4002
+ checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
4003
+ dependencies = [
4004
+ "cfg-if",
4005
+ "once_cell",
4006
+ "wasm-bindgen-macro",
4007
+ ]
4008
+
4009
+ [[package]]
4010
+ name = "wasm-bindgen-backend"
4011
+ version = "0.2.95"
4012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4013
+ checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
4014
+ dependencies = [
4015
+ "bumpalo",
4016
+ "log",
4017
+ "once_cell",
4018
+ "proc-macro2",
4019
+ "quote",
4020
+ "syn 2.0.75",
4021
+ "wasm-bindgen-shared",
4022
+ ]
4023
+
4024
+ [[package]]
4025
+ name = "wasm-bindgen-futures"
4026
+ version = "0.4.45"
4027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4028
+ checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
4029
+ dependencies = [
4030
+ "cfg-if",
4031
+ "js-sys",
4032
+ "wasm-bindgen",
4033
+ "web-sys",
4034
+ ]
4035
+
4036
+ [[package]]
4037
+ name = "wasm-bindgen-macro"
4038
+ version = "0.2.95"
4039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4040
+ checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
4041
+ dependencies = [
4042
+ "quote",
4043
+ "wasm-bindgen-macro-support",
4044
+ ]
4045
+
4046
+ [[package]]
4047
+ name = "wasm-bindgen-macro-support"
4048
+ version = "0.2.95"
4049
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4050
+ checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
4051
+ dependencies = [
4052
+ "proc-macro2",
4053
+ "quote",
4054
+ "syn 2.0.75",
4055
+ "wasm-bindgen-backend",
4056
+ "wasm-bindgen-shared",
4057
+ ]
4058
+
4059
+ [[package]]
4060
+ name = "wasm-bindgen-shared"
4061
+ version = "0.2.95"
4062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4063
+ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
4064
+
4065
+ [[package]]
4066
+ name = "wasm-streams"
4067
+ version = "0.4.2"
4068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4069
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4070
+ dependencies = [
4071
+ "futures-util",
4072
+ "js-sys",
4073
+ "wasm-bindgen",
4074
+ "wasm-bindgen-futures",
4075
+ "web-sys",
4076
+ ]
4077
+
4078
+ [[package]]
4079
+ name = "web-sys"
4080
+ version = "0.3.72"
4081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4082
+ checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
4083
+ dependencies = [
4084
+ "js-sys",
4085
+ "wasm-bindgen",
4086
+ ]
4087
+
4088
+ [[package]]
4089
+ name = "winapi-util"
4090
+ version = "0.1.9"
4091
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4092
+ checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4093
+ dependencies = [
4094
+ "windows-sys 0.59.0",
4095
+ ]
4096
+
4097
+ [[package]]
4098
+ name = "windows-core"
4099
+ version = "0.52.0"
4100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4101
+ checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4102
+ dependencies = [
4103
+ "windows-targets",
4104
+ ]
4105
+
4106
+ [[package]]
4107
+ name = "windows-registry"
4108
+ version = "0.2.0"
4109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4110
+ checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
4111
+ dependencies = [
4112
+ "windows-result",
4113
+ "windows-strings",
4114
+ "windows-targets",
4115
+ ]
4116
+
4117
+ [[package]]
4118
+ name = "windows-result"
4119
+ version = "0.2.0"
4120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4121
+ checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
4122
+ dependencies = [
4123
+ "windows-targets",
4124
+ ]
4125
+
4126
+ [[package]]
4127
+ name = "windows-strings"
4128
+ version = "0.1.0"
4129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4130
+ checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
4131
+ dependencies = [
4132
+ "windows-result",
4133
+ "windows-targets",
4134
+ ]
4135
+
4136
+ [[package]]
4137
+ name = "windows-sys"
4138
+ version = "0.52.0"
4139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4140
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4141
+ dependencies = [
4142
+ "windows-targets",
4143
+ ]
4144
+
4145
+ [[package]]
4146
+ name = "windows-sys"
4147
+ version = "0.59.0"
4148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4149
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4150
+ dependencies = [
4151
+ "windows-targets",
4152
+ ]
4153
+
4154
+ [[package]]
4155
+ name = "windows-targets"
4156
+ version = "0.52.6"
4157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4158
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4159
+ dependencies = [
4160
+ "windows_aarch64_gnullvm",
4161
+ "windows_aarch64_msvc",
4162
+ "windows_i686_gnu",
4163
+ "windows_i686_gnullvm",
4164
+ "windows_i686_msvc",
4165
+ "windows_x86_64_gnu",
4166
+ "windows_x86_64_gnullvm",
4167
+ "windows_x86_64_msvc",
4168
+ ]
4169
+
4170
+ [[package]]
4171
+ name = "windows_aarch64_gnullvm"
4172
+ version = "0.52.6"
4173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4174
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4175
+
4176
+ [[package]]
4177
+ name = "windows_aarch64_msvc"
4178
+ version = "0.52.6"
4179
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4180
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4181
+
4182
+ [[package]]
4183
+ name = "windows_i686_gnu"
4184
+ version = "0.52.6"
4185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4186
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4187
+
4188
+ [[package]]
4189
+ name = "windows_i686_gnullvm"
4190
+ version = "0.52.6"
4191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4192
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4193
+
4194
+ [[package]]
4195
+ name = "windows_i686_msvc"
4196
+ version = "0.52.6"
4197
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4198
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4199
+
4200
+ [[package]]
4201
+ name = "windows_x86_64_gnu"
4202
+ version = "0.52.6"
4203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4204
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4205
+
4206
+ [[package]]
4207
+ name = "windows_x86_64_gnullvm"
4208
+ version = "0.52.6"
4209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4210
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4211
+
4212
+ [[package]]
4213
+ name = "windows_x86_64_msvc"
4214
+ version = "0.52.6"
4215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4216
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4217
+
4218
+ [[package]]
4219
+ name = "write16"
4220
+ version = "1.0.0"
4221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4222
+ checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
4223
+
4224
+ [[package]]
4225
+ name = "writeable"
4226
+ version = "0.5.5"
4227
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4228
+ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
4229
+
4230
+ [[package]]
4231
+ name = "xmlparser"
4232
+ version = "0.13.6"
4233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4234
+ checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
4235
+
4236
+ [[package]]
4237
+ name = "xz2"
4238
+ version = "0.1.7"
4239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4240
+ checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
4241
+ dependencies = [
4242
+ "lzma-sys",
4243
+ ]
4244
+
4245
+ [[package]]
4246
+ name = "yoke"
4247
+ version = "0.7.4"
4248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4249
+ checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
4250
+ dependencies = [
4251
+ "serde",
4252
+ "stable_deref_trait",
4253
+ "yoke-derive",
4254
+ "zerofrom",
4255
+ ]
4256
+
4257
+ [[package]]
4258
+ name = "yoke-derive"
4259
+ version = "0.7.4"
4260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4261
+ checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
4262
+ dependencies = [
4263
+ "proc-macro2",
4264
+ "quote",
4265
+ "syn 2.0.75",
4266
+ "synstructure",
4267
+ ]
4268
+
4269
+ [[package]]
4270
+ name = "z85"
4271
+ version = "3.0.5"
4272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4273
+ checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc"
4274
+
4275
+ [[package]]
4276
+ name = "zerocopy"
4277
+ version = "0.7.35"
4278
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4279
+ checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
4280
+ dependencies = [
4281
+ "byteorder",
4282
+ "zerocopy-derive",
4283
+ ]
4284
+
4285
+ [[package]]
4286
+ name = "zerocopy-derive"
4287
+ version = "0.7.35"
4288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4289
+ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
4290
+ dependencies = [
4291
+ "proc-macro2",
4292
+ "quote",
4293
+ "syn 2.0.75",
4294
+ ]
4295
+
4296
+ [[package]]
4297
+ name = "zerofrom"
4298
+ version = "0.1.4"
4299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4300
+ checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
4301
+ dependencies = [
4302
+ "zerofrom-derive",
4303
+ ]
4304
+
4305
+ [[package]]
4306
+ name = "zerofrom-derive"
4307
+ version = "0.1.4"
4308
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4309
+ checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
4310
+ dependencies = [
4311
+ "proc-macro2",
4312
+ "quote",
4313
+ "syn 2.0.75",
4314
+ "synstructure",
4315
+ ]
4316
+
4317
+ [[package]]
4318
+ name = "zeroize"
4319
+ version = "1.8.1"
4320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4321
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
4322
+
4323
+ [[package]]
4324
+ name = "zerovec"
4325
+ version = "0.10.4"
4326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4327
+ checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
4328
+ dependencies = [
4329
+ "yoke",
4330
+ "zerofrom",
4331
+ "zerovec-derive",
4332
+ ]
4333
+
4334
+ [[package]]
4335
+ name = "zerovec-derive"
4336
+ version = "0.10.3"
4337
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4338
+ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
4339
+ dependencies = [
4340
+ "proc-macro2",
4341
+ "quote",
4342
+ "syn 2.0.75",
4343
+ ]
4344
+
4345
+ [[package]]
4346
+ name = "zstd"
4347
+ version = "0.13.2"
4348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4349
+ checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
4350
+ dependencies = [
4351
+ "zstd-safe",
4352
+ ]
4353
+
4354
+ [[package]]
4355
+ name = "zstd-safe"
4356
+ version = "7.2.1"
4357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4358
+ checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
4359
+ dependencies = [
4360
+ "zstd-sys",
4361
+ ]
4362
+
4363
+ [[package]]
4364
+ name = "zstd-sys"
4365
+ version = "2.0.12+zstd.1.5.6"
4366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4367
+ checksum = "0a4e40c320c3cb459d9a9ff6de98cff88f4751ee9275d140e2be94a2b74e4c13"
4368
+ dependencies = [
4369
+ "cc",
4370
+ "pkg-config",
4371
+ ]