databow 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1914 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adbc_core"
7
+ version = "0.23.0"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "46b169525a7c41670fe95874103c7c6ce713ac699123f81a200bc31f9ad3b02e"
10
+ dependencies = [
11
+ "arrow-array",
12
+ "arrow-schema",
13
+ ]
14
+
15
+ [[package]]
16
+ name = "adbc_driver_manager"
17
+ version = "0.23.0"
18
+ source = "registry+https://github.com/rust-lang/crates.io-index"
19
+ checksum = "12aa1ae565ec6d45cfe71c20b5c2b3cbd6ba5d7176ecd0c0a448e970a93c35e4"
20
+ dependencies = [
21
+ "adbc_core",
22
+ "adbc_ffi",
23
+ "arrow-array",
24
+ "arrow-schema",
25
+ "libloading",
26
+ "path-slash",
27
+ "regex",
28
+ "toml",
29
+ "windows-registry",
30
+ "windows-sys 0.61.2",
31
+ ]
32
+
33
+ [[package]]
34
+ name = "adbc_ffi"
35
+ version = "0.23.0"
36
+ source = "registry+https://github.com/rust-lang/crates.io-index"
37
+ checksum = "e6851c2ab953511cf7a244aadcbc0586442fd3c67dfe371457369048880dd513"
38
+ dependencies = [
39
+ "adbc_core",
40
+ "arrow-array",
41
+ "arrow-schema",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "adler2"
46
+ version = "2.0.1"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
49
+
50
+ [[package]]
51
+ name = "ahash"
52
+ version = "0.8.12"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
55
+ dependencies = [
56
+ "cfg-if",
57
+ "const-random",
58
+ "getrandom 0.3.4",
59
+ "once_cell",
60
+ "version_check",
61
+ "zerocopy",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "aho-corasick"
66
+ version = "1.1.4"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
69
+ dependencies = [
70
+ "memchr",
71
+ ]
72
+
73
+ [[package]]
74
+ name = "android_system_properties"
75
+ version = "0.1.5"
76
+ source = "registry+https://github.com/rust-lang/crates.io-index"
77
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
78
+ dependencies = [
79
+ "libc",
80
+ ]
81
+
82
+ [[package]]
83
+ name = "anstream"
84
+ version = "1.0.0"
85
+ source = "registry+https://github.com/rust-lang/crates.io-index"
86
+ checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
87
+ dependencies = [
88
+ "anstyle",
89
+ "anstyle-parse",
90
+ "anstyle-query",
91
+ "anstyle-wincon",
92
+ "colorchoice",
93
+ "is_terminal_polyfill",
94
+ "utf8parse",
95
+ ]
96
+
97
+ [[package]]
98
+ name = "anstyle"
99
+ version = "1.0.13"
100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
101
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
102
+
103
+ [[package]]
104
+ name = "anstyle-parse"
105
+ version = "1.0.0"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
108
+ dependencies = [
109
+ "utf8parse",
110
+ ]
111
+
112
+ [[package]]
113
+ name = "anstyle-query"
114
+ version = "1.1.5"
115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
116
+ checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
117
+ dependencies = [
118
+ "windows-sys 0.61.2",
119
+ ]
120
+
121
+ [[package]]
122
+ name = "anstyle-wincon"
123
+ version = "3.0.11"
124
+ source = "registry+https://github.com/rust-lang/crates.io-index"
125
+ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
126
+ dependencies = [
127
+ "anstyle",
128
+ "once_cell_polyfill",
129
+ "windows-sys 0.61.2",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "arrow"
134
+ version = "58.1.0"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "d441fdda254b65f3e9025910eb2c2066b6295d9c8ed409522b8d2ace1ff8574c"
137
+ dependencies = [
138
+ "arrow-arith",
139
+ "arrow-array",
140
+ "arrow-buffer",
141
+ "arrow-cast",
142
+ "arrow-csv",
143
+ "arrow-data",
144
+ "arrow-ipc",
145
+ "arrow-json",
146
+ "arrow-ord",
147
+ "arrow-row",
148
+ "arrow-schema",
149
+ "arrow-select",
150
+ "arrow-string",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "arrow-arith"
155
+ version = "58.1.0"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "ced5406f8b720cc0bc3aa9cf5758f93e8593cda5490677aa194e4b4b383f9a59"
158
+ dependencies = [
159
+ "arrow-array",
160
+ "arrow-buffer",
161
+ "arrow-data",
162
+ "arrow-schema",
163
+ "chrono",
164
+ "num-traits",
165
+ ]
166
+
167
+ [[package]]
168
+ name = "arrow-array"
169
+ version = "58.1.0"
170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
171
+ checksum = "772bd34cacdda8baec9418d80d23d0fb4d50ef0735685bd45158b83dfeb6e62d"
172
+ dependencies = [
173
+ "ahash",
174
+ "arrow-buffer",
175
+ "arrow-data",
176
+ "arrow-schema",
177
+ "chrono",
178
+ "half",
179
+ "hashbrown",
180
+ "num-complex",
181
+ "num-integer",
182
+ "num-traits",
183
+ ]
184
+
185
+ [[package]]
186
+ name = "arrow-buffer"
187
+ version = "58.1.0"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "898f4cf1e9598fdb77f356fdf2134feedfd0ee8d5a4e0a5f573e7d0aec16baa4"
190
+ dependencies = [
191
+ "bytes",
192
+ "half",
193
+ "num-bigint",
194
+ "num-traits",
195
+ ]
196
+
197
+ [[package]]
198
+ name = "arrow-cast"
199
+ version = "58.1.0"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "b0127816c96533d20fc938729f48c52d3e48f99717e7a0b5ade77d742510736d"
202
+ dependencies = [
203
+ "arrow-array",
204
+ "arrow-buffer",
205
+ "arrow-data",
206
+ "arrow-ord",
207
+ "arrow-schema",
208
+ "arrow-select",
209
+ "atoi",
210
+ "base64",
211
+ "chrono",
212
+ "half",
213
+ "lexical-core",
214
+ "num-traits",
215
+ "ryu",
216
+ ]
217
+
218
+ [[package]]
219
+ name = "arrow-csv"
220
+ version = "58.1.0"
221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
222
+ checksum = "ca025bd0f38eeecb57c2153c0123b960494138e6a957bbda10da2b25415209fe"
223
+ dependencies = [
224
+ "arrow-array",
225
+ "arrow-cast",
226
+ "arrow-schema",
227
+ "chrono",
228
+ "csv",
229
+ "csv-core",
230
+ "regex",
231
+ ]
232
+
233
+ [[package]]
234
+ name = "arrow-data"
235
+ version = "58.1.0"
236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
237
+ checksum = "42d10beeab2b1c3bb0b53a00f7c944a178b622173a5c7bcabc3cb45d90238df4"
238
+ dependencies = [
239
+ "arrow-buffer",
240
+ "arrow-schema",
241
+ "half",
242
+ "num-integer",
243
+ "num-traits",
244
+ ]
245
+
246
+ [[package]]
247
+ name = "arrow-ipc"
248
+ version = "58.1.0"
249
+ source = "registry+https://github.com/rust-lang/crates.io-index"
250
+ checksum = "609a441080e338147a84e8e6904b6da482cefb957c5cdc0f3398872f69a315d0"
251
+ dependencies = [
252
+ "arrow-array",
253
+ "arrow-buffer",
254
+ "arrow-data",
255
+ "arrow-schema",
256
+ "arrow-select",
257
+ "flatbuffers",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "arrow-json"
262
+ version = "58.1.0"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "6ead0914e4861a531be48fe05858265cf854a4880b9ed12618b1d08cba9bebc8"
265
+ dependencies = [
266
+ "arrow-array",
267
+ "arrow-buffer",
268
+ "arrow-cast",
269
+ "arrow-data",
270
+ "arrow-schema",
271
+ "chrono",
272
+ "half",
273
+ "indexmap",
274
+ "itoa",
275
+ "lexical-core",
276
+ "memchr",
277
+ "num-traits",
278
+ "ryu",
279
+ "serde_core",
280
+ "serde_json",
281
+ "simdutf8",
282
+ ]
283
+
284
+ [[package]]
285
+ name = "arrow-ord"
286
+ version = "58.1.0"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "763a7ba279b20b52dad300e68cfc37c17efa65e68623169076855b3a9e941ca5"
289
+ dependencies = [
290
+ "arrow-array",
291
+ "arrow-buffer",
292
+ "arrow-data",
293
+ "arrow-schema",
294
+ "arrow-select",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "arrow-row"
299
+ version = "58.1.0"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "e14fe367802f16d7668163ff647830258e6e0aeea9a4d79aaedf273af3bdcd3e"
302
+ dependencies = [
303
+ "arrow-array",
304
+ "arrow-buffer",
305
+ "arrow-data",
306
+ "arrow-schema",
307
+ "half",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "arrow-schema"
312
+ version = "58.1.0"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "c30a1365d7a7dc50cc847e54154e6af49e4c4b0fddc9f607b687f29212082743"
315
+ dependencies = [
316
+ "bitflags",
317
+ ]
318
+
319
+ [[package]]
320
+ name = "arrow-select"
321
+ version = "58.1.0"
322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
323
+ checksum = "78694888660a9e8ac949853db393af2a8b8fc82c19ce333132dfa2e72cc1a7fe"
324
+ dependencies = [
325
+ "ahash",
326
+ "arrow-array",
327
+ "arrow-buffer",
328
+ "arrow-data",
329
+ "arrow-schema",
330
+ "num-traits",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "arrow-string"
335
+ version = "58.1.0"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "61e04a01f8bb73ce54437514c5fd3ee2aa3e8abe4c777ee5cc55853b1652f79e"
338
+ dependencies = [
339
+ "arrow-array",
340
+ "arrow-buffer",
341
+ "arrow-data",
342
+ "arrow-schema",
343
+ "arrow-select",
344
+ "memchr",
345
+ "num-traits",
346
+ "regex",
347
+ "regex-syntax",
348
+ ]
349
+
350
+ [[package]]
351
+ name = "atoi"
352
+ version = "2.0.0"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
355
+ dependencies = [
356
+ "num-traits",
357
+ ]
358
+
359
+ [[package]]
360
+ name = "autocfg"
361
+ version = "1.5.0"
362
+ source = "registry+https://github.com/rust-lang/crates.io-index"
363
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
364
+
365
+ [[package]]
366
+ name = "base64"
367
+ version = "0.22.1"
368
+ source = "registry+https://github.com/rust-lang/crates.io-index"
369
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
370
+
371
+ [[package]]
372
+ name = "bincode"
373
+ version = "1.3.3"
374
+ source = "registry+https://github.com/rust-lang/crates.io-index"
375
+ checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
376
+ dependencies = [
377
+ "serde",
378
+ ]
379
+
380
+ [[package]]
381
+ name = "bitflags"
382
+ version = "2.10.0"
383
+ source = "registry+https://github.com/rust-lang/crates.io-index"
384
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
385
+ dependencies = [
386
+ "serde_core",
387
+ ]
388
+
389
+ [[package]]
390
+ name = "bumpalo"
391
+ version = "3.19.1"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
394
+
395
+ [[package]]
396
+ name = "bytes"
397
+ version = "1.11.0"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
400
+
401
+ [[package]]
402
+ name = "cc"
403
+ version = "1.2.53"
404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
405
+ checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932"
406
+ dependencies = [
407
+ "find-msvc-tools",
408
+ "shlex",
409
+ ]
410
+
411
+ [[package]]
412
+ name = "cfg-if"
413
+ version = "1.0.4"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
416
+
417
+ [[package]]
418
+ name = "chrono"
419
+ version = "0.4.43"
420
+ source = "registry+https://github.com/rust-lang/crates.io-index"
421
+ checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
422
+ dependencies = [
423
+ "iana-time-zone",
424
+ "num-traits",
425
+ "serde",
426
+ "windows-link",
427
+ ]
428
+
429
+ [[package]]
430
+ name = "clap"
431
+ version = "4.6.1"
432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
433
+ checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
434
+ dependencies = [
435
+ "clap_builder",
436
+ "clap_derive",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "clap_builder"
441
+ version = "4.6.0"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
444
+ dependencies = [
445
+ "anstream",
446
+ "anstyle",
447
+ "clap_lex",
448
+ "strsim",
449
+ ]
450
+
451
+ [[package]]
452
+ name = "clap_derive"
453
+ version = "4.6.1"
454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
455
+ checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
456
+ dependencies = [
457
+ "heck",
458
+ "proc-macro2",
459
+ "quote",
460
+ "syn",
461
+ ]
462
+
463
+ [[package]]
464
+ name = "clap_lex"
465
+ version = "1.1.0"
466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
467
+ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
468
+
469
+ [[package]]
470
+ name = "colorchoice"
471
+ version = "1.0.4"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
474
+
475
+ [[package]]
476
+ name = "comfy-table"
477
+ version = "7.2.2"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
480
+ dependencies = [
481
+ "crossterm",
482
+ "unicode-segmentation",
483
+ "unicode-width",
484
+ ]
485
+
486
+ [[package]]
487
+ name = "const-random"
488
+ version = "0.1.18"
489
+ source = "registry+https://github.com/rust-lang/crates.io-index"
490
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
491
+ dependencies = [
492
+ "const-random-macro",
493
+ ]
494
+
495
+ [[package]]
496
+ name = "const-random-macro"
497
+ version = "0.1.16"
498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
499
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
500
+ dependencies = [
501
+ "getrandom 0.2.17",
502
+ "once_cell",
503
+ "tiny-keccak",
504
+ ]
505
+
506
+ [[package]]
507
+ name = "convert_case"
508
+ version = "0.10.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
511
+ dependencies = [
512
+ "unicode-segmentation",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "core-foundation-sys"
517
+ version = "0.8.7"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
520
+
521
+ [[package]]
522
+ name = "crc32fast"
523
+ version = "1.5.0"
524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
525
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
526
+ dependencies = [
527
+ "cfg-if",
528
+ ]
529
+
530
+ [[package]]
531
+ name = "crossterm"
532
+ version = "0.29.0"
533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
534
+ checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
535
+ dependencies = [
536
+ "bitflags",
537
+ "crossterm_winapi",
538
+ "derive_more",
539
+ "document-features",
540
+ "mio",
541
+ "parking_lot",
542
+ "rustix",
543
+ "serde",
544
+ "signal-hook",
545
+ "signal-hook-mio",
546
+ "winapi",
547
+ ]
548
+
549
+ [[package]]
550
+ name = "crossterm_winapi"
551
+ version = "0.9.1"
552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
553
+ checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
554
+ dependencies = [
555
+ "winapi",
556
+ ]
557
+
558
+ [[package]]
559
+ name = "crunchy"
560
+ version = "0.2.4"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
563
+
564
+ [[package]]
565
+ name = "csv"
566
+ version = "1.4.0"
567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
568
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
569
+ dependencies = [
570
+ "csv-core",
571
+ "itoa",
572
+ "ryu",
573
+ "serde_core",
574
+ ]
575
+
576
+ [[package]]
577
+ name = "csv-core"
578
+ version = "0.1.13"
579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
580
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
581
+ dependencies = [
582
+ "memchr",
583
+ ]
584
+
585
+ [[package]]
586
+ name = "databow"
587
+ version = "0.1.0"
588
+ dependencies = [
589
+ "adbc_core",
590
+ "adbc_driver_manager",
591
+ "arrow",
592
+ "arrow-array",
593
+ "arrow-cast",
594
+ "arrow-schema",
595
+ "clap",
596
+ "comfy-table",
597
+ "nu-ansi-term",
598
+ "reedline",
599
+ "syntect",
600
+ "tempfile",
601
+ "terminal-colorsaurus",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "deranged"
606
+ version = "0.5.5"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
609
+ dependencies = [
610
+ "powerfmt",
611
+ ]
612
+
613
+ [[package]]
614
+ name = "derive_more"
615
+ version = "2.1.1"
616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
617
+ checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
618
+ dependencies = [
619
+ "derive_more-impl",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "derive_more-impl"
624
+ version = "2.1.1"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
627
+ dependencies = [
628
+ "convert_case",
629
+ "proc-macro2",
630
+ "quote",
631
+ "rustc_version",
632
+ "syn",
633
+ ]
634
+
635
+ [[package]]
636
+ name = "document-features"
637
+ version = "0.2.12"
638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
639
+ checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
640
+ dependencies = [
641
+ "litrs",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "either"
646
+ version = "1.15.0"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
649
+
650
+ [[package]]
651
+ name = "equivalent"
652
+ version = "1.0.2"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
655
+
656
+ [[package]]
657
+ name = "errno"
658
+ version = "0.3.14"
659
+ source = "registry+https://github.com/rust-lang/crates.io-index"
660
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
661
+ dependencies = [
662
+ "libc",
663
+ "windows-sys 0.61.2",
664
+ ]
665
+
666
+ [[package]]
667
+ name = "fastrand"
668
+ version = "2.3.0"
669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
670
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
671
+
672
+ [[package]]
673
+ name = "fd-lock"
674
+ version = "4.0.4"
675
+ source = "registry+https://github.com/rust-lang/crates.io-index"
676
+ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
677
+ dependencies = [
678
+ "cfg-if",
679
+ "rustix",
680
+ "windows-sys 0.59.0",
681
+ ]
682
+
683
+ [[package]]
684
+ name = "find-msvc-tools"
685
+ version = "0.1.8"
686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
687
+ checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
688
+
689
+ [[package]]
690
+ name = "flatbuffers"
691
+ version = "25.12.19"
692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
694
+ dependencies = [
695
+ "bitflags",
696
+ "rustc_version",
697
+ ]
698
+
699
+ [[package]]
700
+ name = "flate2"
701
+ version = "1.1.8"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
704
+ dependencies = [
705
+ "crc32fast",
706
+ "miniz_oxide",
707
+ ]
708
+
709
+ [[package]]
710
+ name = "fnv"
711
+ version = "1.0.7"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
714
+
715
+ [[package]]
716
+ name = "getrandom"
717
+ version = "0.2.17"
718
+ source = "registry+https://github.com/rust-lang/crates.io-index"
719
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
720
+ dependencies = [
721
+ "cfg-if",
722
+ "libc",
723
+ "wasi",
724
+ ]
725
+
726
+ [[package]]
727
+ name = "getrandom"
728
+ version = "0.3.4"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
731
+ dependencies = [
732
+ "cfg-if",
733
+ "libc",
734
+ "r-efi",
735
+ "wasip2",
736
+ ]
737
+
738
+ [[package]]
739
+ name = "half"
740
+ version = "2.7.1"
741
+ source = "registry+https://github.com/rust-lang/crates.io-index"
742
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
743
+ dependencies = [
744
+ "cfg-if",
745
+ "crunchy",
746
+ "num-traits",
747
+ "zerocopy",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "hashbrown"
752
+ version = "0.16.1"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
755
+
756
+ [[package]]
757
+ name = "heck"
758
+ version = "0.5.0"
759
+ source = "registry+https://github.com/rust-lang/crates.io-index"
760
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
761
+
762
+ [[package]]
763
+ name = "iana-time-zone"
764
+ version = "0.1.64"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
767
+ dependencies = [
768
+ "android_system_properties",
769
+ "core-foundation-sys",
770
+ "iana-time-zone-haiku",
771
+ "js-sys",
772
+ "log",
773
+ "wasm-bindgen",
774
+ "windows-core",
775
+ ]
776
+
777
+ [[package]]
778
+ name = "iana-time-zone-haiku"
779
+ version = "0.1.2"
780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
781
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
782
+ dependencies = [
783
+ "cc",
784
+ ]
785
+
786
+ [[package]]
787
+ name = "indexmap"
788
+ version = "2.13.0"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
791
+ dependencies = [
792
+ "equivalent",
793
+ "hashbrown",
794
+ ]
795
+
796
+ [[package]]
797
+ name = "is_terminal_polyfill"
798
+ version = "1.70.2"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
801
+
802
+ [[package]]
803
+ name = "itertools"
804
+ version = "0.13.0"
805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
806
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
807
+ dependencies = [
808
+ "either",
809
+ ]
810
+
811
+ [[package]]
812
+ name = "itoa"
813
+ version = "1.0.17"
814
+ source = "registry+https://github.com/rust-lang/crates.io-index"
815
+ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
816
+
817
+ [[package]]
818
+ name = "js-sys"
819
+ version = "0.3.85"
820
+ source = "registry+https://github.com/rust-lang/crates.io-index"
821
+ checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3"
822
+ dependencies = [
823
+ "once_cell",
824
+ "wasm-bindgen",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "lexical-core"
829
+ version = "1.0.6"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
832
+ dependencies = [
833
+ "lexical-parse-float",
834
+ "lexical-parse-integer",
835
+ "lexical-util",
836
+ "lexical-write-float",
837
+ "lexical-write-integer",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "lexical-parse-float"
842
+ version = "1.0.6"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
845
+ dependencies = [
846
+ "lexical-parse-integer",
847
+ "lexical-util",
848
+ ]
849
+
850
+ [[package]]
851
+ name = "lexical-parse-integer"
852
+ version = "1.0.6"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
855
+ dependencies = [
856
+ "lexical-util",
857
+ ]
858
+
859
+ [[package]]
860
+ name = "lexical-util"
861
+ version = "1.0.7"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
864
+
865
+ [[package]]
866
+ name = "lexical-write-float"
867
+ version = "1.0.6"
868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
869
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
870
+ dependencies = [
871
+ "lexical-util",
872
+ "lexical-write-integer",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "lexical-write-integer"
877
+ version = "1.0.6"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
880
+ dependencies = [
881
+ "lexical-util",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "libc"
886
+ version = "0.2.186"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
889
+
890
+ [[package]]
891
+ name = "libloading"
892
+ version = "0.8.9"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
895
+ dependencies = [
896
+ "cfg-if",
897
+ "windows-link",
898
+ ]
899
+
900
+ [[package]]
901
+ name = "libm"
902
+ version = "0.2.15"
903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
904
+ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
905
+
906
+ [[package]]
907
+ name = "linked-hash-map"
908
+ version = "0.5.6"
909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
910
+ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
911
+
912
+ [[package]]
913
+ name = "linux-raw-sys"
914
+ version = "0.12.1"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
917
+
918
+ [[package]]
919
+ name = "litrs"
920
+ version = "1.0.0"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
923
+
924
+ [[package]]
925
+ name = "lock_api"
926
+ version = "0.4.14"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
929
+ dependencies = [
930
+ "scopeguard",
931
+ ]
932
+
933
+ [[package]]
934
+ name = "log"
935
+ version = "0.4.29"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
938
+
939
+ [[package]]
940
+ name = "memchr"
941
+ version = "2.7.6"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
944
+
945
+ [[package]]
946
+ name = "miniz_oxide"
947
+ version = "0.8.9"
948
+ source = "registry+https://github.com/rust-lang/crates.io-index"
949
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
950
+ dependencies = [
951
+ "adler2",
952
+ "simd-adler32",
953
+ ]
954
+
955
+ [[package]]
956
+ name = "mio"
957
+ version = "1.1.1"
958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
959
+ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
960
+ dependencies = [
961
+ "libc",
962
+ "log",
963
+ "wasi",
964
+ "windows-sys 0.61.2",
965
+ ]
966
+
967
+ [[package]]
968
+ name = "nu-ansi-term"
969
+ version = "0.50.3"
970
+ source = "registry+https://github.com/rust-lang/crates.io-index"
971
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
972
+ dependencies = [
973
+ "windows-sys 0.61.2",
974
+ ]
975
+
976
+ [[package]]
977
+ name = "num-bigint"
978
+ version = "0.4.6"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
981
+ dependencies = [
982
+ "num-integer",
983
+ "num-traits",
984
+ ]
985
+
986
+ [[package]]
987
+ name = "num-complex"
988
+ version = "0.4.6"
989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
990
+ checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
991
+ dependencies = [
992
+ "num-traits",
993
+ ]
994
+
995
+ [[package]]
996
+ name = "num-conv"
997
+ version = "0.2.0"
998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
999
+ checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1000
+
1001
+ [[package]]
1002
+ name = "num-integer"
1003
+ version = "0.1.46"
1004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1006
+ dependencies = [
1007
+ "num-traits",
1008
+ ]
1009
+
1010
+ [[package]]
1011
+ name = "num-traits"
1012
+ version = "0.2.19"
1013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1014
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1015
+ dependencies = [
1016
+ "autocfg",
1017
+ "libm",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "once_cell"
1022
+ version = "1.21.3"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1025
+
1026
+ [[package]]
1027
+ name = "once_cell_polyfill"
1028
+ version = "1.70.2"
1029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1031
+
1032
+ [[package]]
1033
+ name = "onig"
1034
+ version = "6.5.1"
1035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+ checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
1037
+ dependencies = [
1038
+ "bitflags",
1039
+ "libc",
1040
+ "once_cell",
1041
+ "onig_sys",
1042
+ ]
1043
+
1044
+ [[package]]
1045
+ name = "onig_sys"
1046
+ version = "69.9.1"
1047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+ checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc"
1049
+ dependencies = [
1050
+ "cc",
1051
+ "pkg-config",
1052
+ ]
1053
+
1054
+ [[package]]
1055
+ name = "parking_lot"
1056
+ version = "0.12.5"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1059
+ dependencies = [
1060
+ "lock_api",
1061
+ "parking_lot_core",
1062
+ ]
1063
+
1064
+ [[package]]
1065
+ name = "parking_lot_core"
1066
+ version = "0.9.12"
1067
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1068
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1069
+ dependencies = [
1070
+ "cfg-if",
1071
+ "libc",
1072
+ "redox_syscall",
1073
+ "smallvec",
1074
+ "windows-link",
1075
+ ]
1076
+
1077
+ [[package]]
1078
+ name = "path-slash"
1079
+ version = "0.2.1"
1080
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+ checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
1082
+
1083
+ [[package]]
1084
+ name = "pkg-config"
1085
+ version = "0.3.32"
1086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1087
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1088
+
1089
+ [[package]]
1090
+ name = "plist"
1091
+ version = "1.8.0"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
1094
+ dependencies = [
1095
+ "base64",
1096
+ "indexmap",
1097
+ "quick-xml",
1098
+ "serde",
1099
+ "time",
1100
+ ]
1101
+
1102
+ [[package]]
1103
+ name = "powerfmt"
1104
+ version = "0.2.0"
1105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1106
+ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1107
+
1108
+ [[package]]
1109
+ name = "proc-macro2"
1110
+ version = "1.0.106"
1111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1112
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1113
+ dependencies = [
1114
+ "unicode-ident",
1115
+ ]
1116
+
1117
+ [[package]]
1118
+ name = "quick-xml"
1119
+ version = "0.38.4"
1120
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1121
+ checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c"
1122
+ dependencies = [
1123
+ "memchr",
1124
+ ]
1125
+
1126
+ [[package]]
1127
+ name = "quote"
1128
+ version = "1.0.45"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
1131
+ dependencies = [
1132
+ "proc-macro2",
1133
+ ]
1134
+
1135
+ [[package]]
1136
+ name = "r-efi"
1137
+ version = "5.3.0"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1140
+
1141
+ [[package]]
1142
+ name = "redox_syscall"
1143
+ version = "0.5.18"
1144
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1145
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1146
+ dependencies = [
1147
+ "bitflags",
1148
+ ]
1149
+
1150
+ [[package]]
1151
+ name = "reedline"
1152
+ version = "0.47.0"
1153
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1154
+ checksum = "2066729dce9fecd28d1c6850a159ee68719130f149b22467c362353e16994e90"
1155
+ dependencies = [
1156
+ "chrono",
1157
+ "crossterm",
1158
+ "fd-lock",
1159
+ "itertools",
1160
+ "nu-ansi-term",
1161
+ "serde",
1162
+ "strip-ansi-escapes",
1163
+ "strum",
1164
+ "thiserror",
1165
+ "unicase",
1166
+ "unicode-segmentation",
1167
+ "unicode-width",
1168
+ ]
1169
+
1170
+ [[package]]
1171
+ name = "regex"
1172
+ version = "1.12.3"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1175
+ dependencies = [
1176
+ "aho-corasick",
1177
+ "memchr",
1178
+ "regex-automata",
1179
+ "regex-syntax",
1180
+ ]
1181
+
1182
+ [[package]]
1183
+ name = "regex-automata"
1184
+ version = "0.4.13"
1185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1187
+ dependencies = [
1188
+ "aho-corasick",
1189
+ "memchr",
1190
+ "regex-syntax",
1191
+ ]
1192
+
1193
+ [[package]]
1194
+ name = "regex-syntax"
1195
+ version = "0.8.8"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1198
+
1199
+ [[package]]
1200
+ name = "rustc_version"
1201
+ version = "0.4.1"
1202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1203
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1204
+ dependencies = [
1205
+ "semver",
1206
+ ]
1207
+
1208
+ [[package]]
1209
+ name = "rustix"
1210
+ version = "1.1.4"
1211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1213
+ dependencies = [
1214
+ "bitflags",
1215
+ "errno",
1216
+ "libc",
1217
+ "linux-raw-sys",
1218
+ "windows-sys 0.61.2",
1219
+ ]
1220
+
1221
+ [[package]]
1222
+ name = "rustversion"
1223
+ version = "1.0.22"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1226
+
1227
+ [[package]]
1228
+ name = "ryu"
1229
+ version = "1.0.22"
1230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1231
+ checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
1232
+
1233
+ [[package]]
1234
+ name = "same-file"
1235
+ version = "1.0.6"
1236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1237
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1238
+ dependencies = [
1239
+ "winapi-util",
1240
+ ]
1241
+
1242
+ [[package]]
1243
+ name = "scopeguard"
1244
+ version = "1.2.0"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1247
+
1248
+ [[package]]
1249
+ name = "semver"
1250
+ version = "1.0.27"
1251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1252
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1253
+
1254
+ [[package]]
1255
+ name = "serde"
1256
+ version = "1.0.228"
1257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1259
+ dependencies = [
1260
+ "serde_core",
1261
+ "serde_derive",
1262
+ ]
1263
+
1264
+ [[package]]
1265
+ name = "serde_core"
1266
+ version = "1.0.228"
1267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1268
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1269
+ dependencies = [
1270
+ "serde_derive",
1271
+ ]
1272
+
1273
+ [[package]]
1274
+ name = "serde_derive"
1275
+ version = "1.0.228"
1276
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1277
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1278
+ dependencies = [
1279
+ "proc-macro2",
1280
+ "quote",
1281
+ "syn",
1282
+ ]
1283
+
1284
+ [[package]]
1285
+ name = "serde_json"
1286
+ version = "1.0.149"
1287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1288
+ checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1289
+ dependencies = [
1290
+ "itoa",
1291
+ "memchr",
1292
+ "serde",
1293
+ "serde_core",
1294
+ "zmij",
1295
+ ]
1296
+
1297
+ [[package]]
1298
+ name = "serde_spanned"
1299
+ version = "1.1.1"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1302
+ dependencies = [
1303
+ "serde_core",
1304
+ ]
1305
+
1306
+ [[package]]
1307
+ name = "shlex"
1308
+ version = "1.3.0"
1309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1310
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1311
+
1312
+ [[package]]
1313
+ name = "signal-hook"
1314
+ version = "0.3.18"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
1317
+ dependencies = [
1318
+ "libc",
1319
+ "signal-hook-registry",
1320
+ ]
1321
+
1322
+ [[package]]
1323
+ name = "signal-hook-mio"
1324
+ version = "0.2.5"
1325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1326
+ checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
1327
+ dependencies = [
1328
+ "libc",
1329
+ "mio",
1330
+ "signal-hook",
1331
+ ]
1332
+
1333
+ [[package]]
1334
+ name = "signal-hook-registry"
1335
+ version = "1.4.8"
1336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1338
+ dependencies = [
1339
+ "errno",
1340
+ "libc",
1341
+ ]
1342
+
1343
+ [[package]]
1344
+ name = "simd-adler32"
1345
+ version = "0.3.8"
1346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1347
+ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1348
+
1349
+ [[package]]
1350
+ name = "simdutf8"
1351
+ version = "0.1.5"
1352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1354
+
1355
+ [[package]]
1356
+ name = "smallvec"
1357
+ version = "1.15.1"
1358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1359
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1360
+
1361
+ [[package]]
1362
+ name = "strip-ansi-escapes"
1363
+ version = "0.2.1"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025"
1366
+ dependencies = [
1367
+ "vte",
1368
+ ]
1369
+
1370
+ [[package]]
1371
+ name = "strsim"
1372
+ version = "0.11.1"
1373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1374
+ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1375
+
1376
+ [[package]]
1377
+ name = "strum"
1378
+ version = "0.27.2"
1379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
+ checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
1381
+ dependencies = [
1382
+ "strum_macros",
1383
+ ]
1384
+
1385
+ [[package]]
1386
+ name = "strum_macros"
1387
+ version = "0.27.2"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
1390
+ dependencies = [
1391
+ "heck",
1392
+ "proc-macro2",
1393
+ "quote",
1394
+ "syn",
1395
+ ]
1396
+
1397
+ [[package]]
1398
+ name = "syn"
1399
+ version = "2.0.117"
1400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1401
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1402
+ dependencies = [
1403
+ "proc-macro2",
1404
+ "quote",
1405
+ "unicode-ident",
1406
+ ]
1407
+
1408
+ [[package]]
1409
+ name = "syntect"
1410
+ version = "5.3.0"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925"
1413
+ dependencies = [
1414
+ "bincode",
1415
+ "flate2",
1416
+ "fnv",
1417
+ "once_cell",
1418
+ "onig",
1419
+ "plist",
1420
+ "regex-syntax",
1421
+ "serde",
1422
+ "serde_derive",
1423
+ "serde_json",
1424
+ "thiserror",
1425
+ "walkdir",
1426
+ "yaml-rust",
1427
+ ]
1428
+
1429
+ [[package]]
1430
+ name = "tempfile"
1431
+ version = "3.27.0"
1432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1433
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
1434
+ dependencies = [
1435
+ "fastrand",
1436
+ "getrandom 0.3.4",
1437
+ "once_cell",
1438
+ "rustix",
1439
+ "windows-sys 0.61.2",
1440
+ ]
1441
+
1442
+ [[package]]
1443
+ name = "terminal-colorsaurus"
1444
+ version = "1.0.3"
1445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+ checksum = "7a46bb5364467da040298c573c8a95dbf9a512efc039630409a03126e3703e90"
1447
+ dependencies = [
1448
+ "cfg-if",
1449
+ "libc",
1450
+ "memchr",
1451
+ "mio",
1452
+ "terminal-trx",
1453
+ "windows-sys 0.61.2",
1454
+ "xterm-color",
1455
+ ]
1456
+
1457
+ [[package]]
1458
+ name = "terminal-trx"
1459
+ version = "0.2.6"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "3b3f27d9a8a177e57545481faec87acb45c6e854ed1e5a3658ad186c106f38ed"
1462
+ dependencies = [
1463
+ "cfg-if",
1464
+ "libc",
1465
+ "windows-sys 0.61.2",
1466
+ ]
1467
+
1468
+ [[package]]
1469
+ name = "thiserror"
1470
+ version = "2.0.17"
1471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1472
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1473
+ dependencies = [
1474
+ "thiserror-impl",
1475
+ ]
1476
+
1477
+ [[package]]
1478
+ name = "thiserror-impl"
1479
+ version = "2.0.17"
1480
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1481
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1482
+ dependencies = [
1483
+ "proc-macro2",
1484
+ "quote",
1485
+ "syn",
1486
+ ]
1487
+
1488
+ [[package]]
1489
+ name = "time"
1490
+ version = "0.3.46"
1491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1492
+ checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5"
1493
+ dependencies = [
1494
+ "deranged",
1495
+ "itoa",
1496
+ "num-conv",
1497
+ "powerfmt",
1498
+ "serde_core",
1499
+ "time-core",
1500
+ "time-macros",
1501
+ ]
1502
+
1503
+ [[package]]
1504
+ name = "time-core"
1505
+ version = "0.1.8"
1506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1507
+ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
1508
+
1509
+ [[package]]
1510
+ name = "time-macros"
1511
+ version = "0.2.26"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4"
1514
+ dependencies = [
1515
+ "num-conv",
1516
+ "time-core",
1517
+ ]
1518
+
1519
+ [[package]]
1520
+ name = "tiny-keccak"
1521
+ version = "2.0.2"
1522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1523
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1524
+ dependencies = [
1525
+ "crunchy",
1526
+ ]
1527
+
1528
+ [[package]]
1529
+ name = "toml"
1530
+ version = "1.1.2+spec-1.1.0"
1531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1532
+ checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee"
1533
+ dependencies = [
1534
+ "serde_spanned",
1535
+ "toml_datetime",
1536
+ "toml_parser",
1537
+ "toml_writer",
1538
+ "winnow",
1539
+ ]
1540
+
1541
+ [[package]]
1542
+ name = "toml_datetime"
1543
+ version = "1.1.1+spec-1.1.0"
1544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1545
+ checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
1546
+ dependencies = [
1547
+ "serde_core",
1548
+ ]
1549
+
1550
+ [[package]]
1551
+ name = "toml_parser"
1552
+ version = "1.1.2+spec-1.1.0"
1553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1554
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
1555
+ dependencies = [
1556
+ "winnow",
1557
+ ]
1558
+
1559
+ [[package]]
1560
+ name = "toml_writer"
1561
+ version = "1.1.1+spec-1.1.0"
1562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1563
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
1564
+
1565
+ [[package]]
1566
+ name = "unicase"
1567
+ version = "2.9.0"
1568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+ checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
1570
+
1571
+ [[package]]
1572
+ name = "unicode-ident"
1573
+ version = "1.0.22"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1576
+
1577
+ [[package]]
1578
+ name = "unicode-segmentation"
1579
+ version = "1.12.0"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1582
+
1583
+ [[package]]
1584
+ name = "unicode-width"
1585
+ version = "0.2.2"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1588
+
1589
+ [[package]]
1590
+ name = "utf8parse"
1591
+ version = "0.2.2"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1594
+
1595
+ [[package]]
1596
+ name = "version_check"
1597
+ version = "0.9.5"
1598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1599
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1600
+
1601
+ [[package]]
1602
+ name = "vte"
1603
+ version = "0.14.1"
1604
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1605
+ checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
1606
+ dependencies = [
1607
+ "memchr",
1608
+ ]
1609
+
1610
+ [[package]]
1611
+ name = "walkdir"
1612
+ version = "2.5.0"
1613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1614
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1615
+ dependencies = [
1616
+ "same-file",
1617
+ "winapi-util",
1618
+ ]
1619
+
1620
+ [[package]]
1621
+ name = "wasi"
1622
+ version = "0.11.1+wasi-snapshot-preview1"
1623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1625
+
1626
+ [[package]]
1627
+ name = "wasip2"
1628
+ version = "1.0.2+wasi-0.2.9"
1629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1630
+ checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1631
+ dependencies = [
1632
+ "wit-bindgen",
1633
+ ]
1634
+
1635
+ [[package]]
1636
+ name = "wasm-bindgen"
1637
+ version = "0.2.108"
1638
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1639
+ checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566"
1640
+ dependencies = [
1641
+ "cfg-if",
1642
+ "once_cell",
1643
+ "rustversion",
1644
+ "wasm-bindgen-macro",
1645
+ "wasm-bindgen-shared",
1646
+ ]
1647
+
1648
+ [[package]]
1649
+ name = "wasm-bindgen-macro"
1650
+ version = "0.2.108"
1651
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1652
+ checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608"
1653
+ dependencies = [
1654
+ "quote",
1655
+ "wasm-bindgen-macro-support",
1656
+ ]
1657
+
1658
+ [[package]]
1659
+ name = "wasm-bindgen-macro-support"
1660
+ version = "0.2.108"
1661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1662
+ checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55"
1663
+ dependencies = [
1664
+ "bumpalo",
1665
+ "proc-macro2",
1666
+ "quote",
1667
+ "syn",
1668
+ "wasm-bindgen-shared",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "wasm-bindgen-shared"
1673
+ version = "0.2.108"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12"
1676
+ dependencies = [
1677
+ "unicode-ident",
1678
+ ]
1679
+
1680
+ [[package]]
1681
+ name = "winapi"
1682
+ version = "0.3.9"
1683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1684
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1685
+ dependencies = [
1686
+ "winapi-i686-pc-windows-gnu",
1687
+ "winapi-x86_64-pc-windows-gnu",
1688
+ ]
1689
+
1690
+ [[package]]
1691
+ name = "winapi-i686-pc-windows-gnu"
1692
+ version = "0.4.0"
1693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1694
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1695
+
1696
+ [[package]]
1697
+ name = "winapi-util"
1698
+ version = "0.1.11"
1699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1700
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1701
+ dependencies = [
1702
+ "windows-sys 0.61.2",
1703
+ ]
1704
+
1705
+ [[package]]
1706
+ name = "winapi-x86_64-pc-windows-gnu"
1707
+ version = "0.4.0"
1708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1709
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1710
+
1711
+ [[package]]
1712
+ name = "windows-core"
1713
+ version = "0.62.2"
1714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1715
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
1716
+ dependencies = [
1717
+ "windows-implement",
1718
+ "windows-interface",
1719
+ "windows-link",
1720
+ "windows-result",
1721
+ "windows-strings",
1722
+ ]
1723
+
1724
+ [[package]]
1725
+ name = "windows-implement"
1726
+ version = "0.60.2"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1729
+ dependencies = [
1730
+ "proc-macro2",
1731
+ "quote",
1732
+ "syn",
1733
+ ]
1734
+
1735
+ [[package]]
1736
+ name = "windows-interface"
1737
+ version = "0.59.3"
1738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1739
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1740
+ dependencies = [
1741
+ "proc-macro2",
1742
+ "quote",
1743
+ "syn",
1744
+ ]
1745
+
1746
+ [[package]]
1747
+ name = "windows-link"
1748
+ version = "0.2.1"
1749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1750
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1751
+
1752
+ [[package]]
1753
+ name = "windows-registry"
1754
+ version = "0.6.1"
1755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1756
+ checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
1757
+ dependencies = [
1758
+ "windows-link",
1759
+ "windows-result",
1760
+ "windows-strings",
1761
+ ]
1762
+
1763
+ [[package]]
1764
+ name = "windows-result"
1765
+ version = "0.4.1"
1766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1767
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
1768
+ dependencies = [
1769
+ "windows-link",
1770
+ ]
1771
+
1772
+ [[package]]
1773
+ name = "windows-strings"
1774
+ version = "0.5.1"
1775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
1777
+ dependencies = [
1778
+ "windows-link",
1779
+ ]
1780
+
1781
+ [[package]]
1782
+ name = "windows-sys"
1783
+ version = "0.59.0"
1784
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1785
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1786
+ dependencies = [
1787
+ "windows-targets",
1788
+ ]
1789
+
1790
+ [[package]]
1791
+ name = "windows-sys"
1792
+ version = "0.61.2"
1793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1794
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1795
+ dependencies = [
1796
+ "windows-link",
1797
+ ]
1798
+
1799
+ [[package]]
1800
+ name = "windows-targets"
1801
+ version = "0.52.6"
1802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1803
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1804
+ dependencies = [
1805
+ "windows_aarch64_gnullvm",
1806
+ "windows_aarch64_msvc",
1807
+ "windows_i686_gnu",
1808
+ "windows_i686_gnullvm",
1809
+ "windows_i686_msvc",
1810
+ "windows_x86_64_gnu",
1811
+ "windows_x86_64_gnullvm",
1812
+ "windows_x86_64_msvc",
1813
+ ]
1814
+
1815
+ [[package]]
1816
+ name = "windows_aarch64_gnullvm"
1817
+ version = "0.52.6"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1820
+
1821
+ [[package]]
1822
+ name = "windows_aarch64_msvc"
1823
+ version = "0.52.6"
1824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1825
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1826
+
1827
+ [[package]]
1828
+ name = "windows_i686_gnu"
1829
+ version = "0.52.6"
1830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1831
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1832
+
1833
+ [[package]]
1834
+ name = "windows_i686_gnullvm"
1835
+ version = "0.52.6"
1836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1837
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1838
+
1839
+ [[package]]
1840
+ name = "windows_i686_msvc"
1841
+ version = "0.52.6"
1842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1843
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1844
+
1845
+ [[package]]
1846
+ name = "windows_x86_64_gnu"
1847
+ version = "0.52.6"
1848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1849
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1850
+
1851
+ [[package]]
1852
+ name = "windows_x86_64_gnullvm"
1853
+ version = "0.52.6"
1854
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1855
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1856
+
1857
+ [[package]]
1858
+ name = "windows_x86_64_msvc"
1859
+ version = "0.52.6"
1860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1861
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1862
+
1863
+ [[package]]
1864
+ name = "winnow"
1865
+ version = "1.0.2"
1866
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1867
+ checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0"
1868
+
1869
+ [[package]]
1870
+ name = "wit-bindgen"
1871
+ version = "0.51.0"
1872
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1873
+ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1874
+
1875
+ [[package]]
1876
+ name = "xterm-color"
1877
+ version = "1.0.2"
1878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1879
+ checksum = "7008a9d8ba97a7e47d9b2df63fcdb8dade303010c5a7cd5bf2469d4da6eba673"
1880
+
1881
+ [[package]]
1882
+ name = "yaml-rust"
1883
+ version = "0.4.5"
1884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
1886
+ dependencies = [
1887
+ "linked-hash-map",
1888
+ ]
1889
+
1890
+ [[package]]
1891
+ name = "zerocopy"
1892
+ version = "0.8.33"
1893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1894
+ checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
1895
+ dependencies = [
1896
+ "zerocopy-derive",
1897
+ ]
1898
+
1899
+ [[package]]
1900
+ name = "zerocopy-derive"
1901
+ version = "0.8.33"
1902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1903
+ checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
1904
+ dependencies = [
1905
+ "proc-macro2",
1906
+ "quote",
1907
+ "syn",
1908
+ ]
1909
+
1910
+ [[package]]
1911
+ name = "zmij"
1912
+ version = "1.0.15"
1913
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1914
+ checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2"