-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdifftastic-cargo-sources.json
1178 lines (1178 loc) · 49 KB
/
difftastic-cargo-sources.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/aho-corasick/aho-corasick-0.7.18.crate",
"sha256": "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f",
"dest": "cargo/vendor/aho-corasick-0.7.18"
},
{
"type": "inline",
"contents": "{\"package\": \"1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f\", \"files\": {}}",
"dest": "cargo/vendor/aho-corasick-0.7.18",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ansi_term/ansi_term-0.12.1.crate",
"sha256": "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2",
"dest": "cargo/vendor/ansi_term-0.12.1"
},
{
"type": "inline",
"contents": "{\"package\": \"d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2\", \"files\": {}}",
"dest": "cargo/vendor/ansi_term-0.12.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/archery/archery-0.4.0.crate",
"sha256": "0a8da9bc4c4053ee067669762bcaeea6e241841295a2b6c948312dad6ef4cc02",
"dest": "cargo/vendor/archery-0.4.0"
},
{
"type": "inline",
"contents": "{\"package\": \"0a8da9bc4c4053ee067669762bcaeea6e241841295a2b6c948312dad6ef4cc02\", \"files\": {}}",
"dest": "cargo/vendor/archery-0.4.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/atty/atty-0.2.14.crate",
"sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8",
"dest": "cargo/vendor/atty-0.2.14"
},
{
"type": "inline",
"contents": "{\"package\": \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\", \"files\": {}}",
"dest": "cargo/vendor/atty-0.2.14",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/autocfg/autocfg-1.1.0.crate",
"sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
"dest": "cargo/vendor/autocfg-1.1.0"
},
{
"type": "inline",
"contents": "{\"package\": \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\", \"files\": {}}",
"dest": "cargo/vendor/autocfg-1.1.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bitflags/bitflags-1.3.2.crate",
"sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
"dest": "cargo/vendor/bitflags-1.3.2"
},
{
"type": "inline",
"contents": "{\"package\": \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\", \"files\": {}}",
"dest": "cargo/vendor/bitflags-1.3.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bumpalo/bumpalo-3.9.1.crate",
"sha256": "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899",
"dest": "cargo/vendor/bumpalo-3.9.1"
},
{
"type": "inline",
"contents": "{\"package\": \"a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899\", \"files\": {}}",
"dest": "cargo/vendor/bumpalo-3.9.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bytecount/bytecount-0.6.2.crate",
"sha256": "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e",
"dest": "cargo/vendor/bytecount-0.6.2"
},
{
"type": "inline",
"contents": "{\"package\": \"72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e\", \"files\": {}}",
"dest": "cargo/vendor/bytecount-0.6.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cc/cc-1.0.73.crate",
"sha256": "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11",
"dest": "cargo/vendor/cc-1.0.73"
},
{
"type": "inline",
"contents": "{\"package\": \"2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11\", \"files\": {}}",
"dest": "cargo/vendor/cc-1.0.73",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cfg-if/cfg-if-1.0.0.crate",
"sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
"dest": "cargo/vendor/cfg-if-1.0.0"
},
{
"type": "inline",
"contents": "{\"package\": \"baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd\", \"files\": {}}",
"dest": "cargo/vendor/cfg-if-1.0.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/clap/clap-3.1.18.crate",
"sha256": "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b",
"dest": "cargo/vendor/clap-3.1.18"
},
{
"type": "inline",
"contents": "{\"package\": \"d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b\", \"files\": {}}",
"dest": "cargo/vendor/clap-3.1.18",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/clap_lex/clap_lex-0.2.0.crate",
"sha256": "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213",
"dest": "cargo/vendor/clap_lex-0.2.0"
},
{
"type": "inline",
"contents": "{\"package\": \"a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213\", \"files\": {}}",
"dest": "cargo/vendor/clap_lex-0.2.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/const_format/const_format-0.2.23.crate",
"sha256": "0936ffe6d0c8d6a51b3b0a73b2acbe925d786f346cf45bfddc8341d79fb7dc8a",
"dest": "cargo/vendor/const_format-0.2.23"
},
{
"type": "inline",
"contents": "{\"package\": \"0936ffe6d0c8d6a51b3b0a73b2acbe925d786f346cf45bfddc8341d79fb7dc8a\", \"files\": {}}",
"dest": "cargo/vendor/const_format-0.2.23",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/const_format_proc_macros/const_format_proc_macros-0.2.22.crate",
"sha256": "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d",
"dest": "cargo/vendor/const_format_proc_macros-0.2.22"
},
{
"type": "inline",
"contents": "{\"package\": \"ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d\", \"files\": {}}",
"dest": "cargo/vendor/const_format_proc_macros-0.2.22",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/crossbeam-channel/crossbeam-channel-0.5.4.crate",
"sha256": "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53",
"dest": "cargo/vendor/crossbeam-channel-0.5.4"
},
{
"type": "inline",
"contents": "{\"package\": \"5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53\", \"files\": {}}",
"dest": "cargo/vendor/crossbeam-channel-0.5.4",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/crossbeam-deque/crossbeam-deque-0.8.1.crate",
"sha256": "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e",
"dest": "cargo/vendor/crossbeam-deque-0.8.1"
},
{
"type": "inline",
"contents": "{\"package\": \"6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e\", \"files\": {}}",
"dest": "cargo/vendor/crossbeam-deque-0.8.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/crossbeam-epoch/crossbeam-epoch-0.9.8.crate",
"sha256": "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c",
"dest": "cargo/vendor/crossbeam-epoch-0.9.8"
},
{
"type": "inline",
"contents": "{\"package\": \"1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c\", \"files\": {}}",
"dest": "cargo/vendor/crossbeam-epoch-0.9.8",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/crossbeam-utils/crossbeam-utils-0.8.8.crate",
"sha256": "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38",
"dest": "cargo/vendor/crossbeam-utils-0.8.8"
},
{
"type": "inline",
"contents": "{\"package\": \"0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38\", \"files\": {}}",
"dest": "cargo/vendor/crossbeam-utils-0.8.8",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ctor/ctor-0.1.22.crate",
"sha256": "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c",
"dest": "cargo/vendor/ctor-0.1.22"
},
{
"type": "inline",
"contents": "{\"package\": \"f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c\", \"files\": {}}",
"dest": "cargo/vendor/ctor-0.1.22",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/diff/diff-0.1.12.crate",
"sha256": "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499",
"dest": "cargo/vendor/diff-0.1.12"
},
{
"type": "inline",
"contents": "{\"package\": \"0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499\", \"files\": {}}",
"dest": "cargo/vendor/diff-0.1.12",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/either/either-1.6.1.crate",
"sha256": "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457",
"dest": "cargo/vendor/either-1.6.1"
},
{
"type": "inline",
"contents": "{\"package\": \"e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457\", \"files\": {}}",
"dest": "cargo/vendor/either-1.6.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/env_logger/env_logger-0.7.1.crate",
"sha256": "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36",
"dest": "cargo/vendor/env_logger-0.7.1"
},
{
"type": "inline",
"contents": "{\"package\": \"44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36\", \"files\": {}}",
"dest": "cargo/vendor/env_logger-0.7.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/errno/errno-0.2.8.crate",
"sha256": "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1",
"dest": "cargo/vendor/errno-0.2.8"
},
{
"type": "inline",
"contents": "{\"package\": \"f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1\", \"files\": {}}",
"dest": "cargo/vendor/errno-0.2.8",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/errno-dragonfly/errno-dragonfly-0.1.2.crate",
"sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf",
"dest": "cargo/vendor/errno-dragonfly-0.1.2"
},
{
"type": "inline",
"contents": "{\"package\": \"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf\", \"files\": {}}",
"dest": "cargo/vendor/errno-dragonfly-0.1.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/fixedbitset/fixedbitset-0.4.1.crate",
"sha256": "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e",
"dest": "cargo/vendor/fixedbitset-0.4.1"
},
{
"type": "inline",
"contents": "{\"package\": \"279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e\", \"files\": {}}",
"dest": "cargo/vendor/fixedbitset-0.4.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/fnv/fnv-1.0.7.crate",
"sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1",
"dest": "cargo/vendor/fnv-1.0.7"
},
{
"type": "inline",
"contents": "{\"package\": \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\", \"files\": {}}",
"dest": "cargo/vendor/fnv-1.0.7",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/hashbrown/hashbrown-0.11.2.crate",
"sha256": "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e",
"dest": "cargo/vendor/hashbrown-0.11.2"
},
{
"type": "inline",
"contents": "{\"package\": \"ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e\", \"files\": {}}",
"dest": "cargo/vendor/hashbrown-0.11.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/hermit-abi/hermit-abi-0.1.19.crate",
"sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33",
"dest": "cargo/vendor/hermit-abi-0.1.19"
},
{
"type": "inline",
"contents": "{\"package\": \"62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33\", \"files\": {}}",
"dest": "cargo/vendor/hermit-abi-0.1.19",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/humantime/humantime-1.3.0.crate",
"sha256": "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f",
"dest": "cargo/vendor/humantime-1.3.0"
},
{
"type": "inline",
"contents": "{\"package\": \"df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f\", \"files\": {}}",
"dest": "cargo/vendor/humantime-1.3.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/indexmap/indexmap-1.7.0.crate",
"sha256": "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5",
"dest": "cargo/vendor/indexmap-1.7.0"
},
{
"type": "inline",
"contents": "{\"package\": \"bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5\", \"files\": {}}",
"dest": "cargo/vendor/indexmap-1.7.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/io-lifetimes/io-lifetimes-0.7.3.crate",
"sha256": "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06",
"dest": "cargo/vendor/io-lifetimes-0.7.3"
},
{
"type": "inline",
"contents": "{\"package\": \"1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06\", \"files\": {}}",
"dest": "cargo/vendor/io-lifetimes-0.7.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/itertools/itertools-0.10.3.crate",
"sha256": "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3",
"dest": "cargo/vendor/itertools-0.10.3"
},
{
"type": "inline",
"contents": "{\"package\": \"a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3\", \"files\": {}}",
"dest": "cargo/vendor/itertools-0.10.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/lazy_static/lazy_static-1.4.0.crate",
"sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646",
"dest": "cargo/vendor/lazy_static-1.4.0"
},
{
"type": "inline",
"contents": "{\"package\": \"e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646\", \"files\": {}}",
"dest": "cargo/vendor/lazy_static-1.4.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/libc/libc-0.2.126.crate",
"sha256": "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836",
"dest": "cargo/vendor/libc-0.2.126"
},
{
"type": "inline",
"contents": "{\"package\": \"349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836\", \"files\": {}}",
"dest": "cargo/vendor/libc-0.2.126",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/libmimalloc-sys/libmimalloc-sys-0.1.24.crate",
"sha256": "7705fc40f6ed493f73584abbb324e74f96b358ff60dfe5659a0f8fc12c590a69",
"dest": "cargo/vendor/libmimalloc-sys-0.1.24"
},
{
"type": "inline",
"contents": "{\"package\": \"7705fc40f6ed493f73584abbb324e74f96b358ff60dfe5659a0f8fc12c590a69\", \"files\": {}}",
"dest": "cargo/vendor/libmimalloc-sys-0.1.24",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/linux-raw-sys/linux-raw-sys-0.0.46.crate",
"sha256": "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d",
"dest": "cargo/vendor/linux-raw-sys-0.0.46"
},
{
"type": "inline",
"contents": "{\"package\": \"d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d\", \"files\": {}}",
"dest": "cargo/vendor/linux-raw-sys-0.0.46",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/log/log-0.4.17.crate",
"sha256": "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e",
"dest": "cargo/vendor/log-0.4.17"
},
{
"type": "inline",
"contents": "{\"package\": \"abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e\", \"files\": {}}",
"dest": "cargo/vendor/log-0.4.17",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/memchr/memchr-2.5.0.crate",
"sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d",
"dest": "cargo/vendor/memchr-2.5.0"
},
{
"type": "inline",
"contents": "{\"package\": \"2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d\", \"files\": {}}",
"dest": "cargo/vendor/memchr-2.5.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/memoffset/memoffset-0.6.5.crate",
"sha256": "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce",
"dest": "cargo/vendor/memoffset-0.6.5"
},
{
"type": "inline",
"contents": "{\"package\": \"5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce\", \"files\": {}}",
"dest": "cargo/vendor/memoffset-0.6.5",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/mimalloc/mimalloc-0.1.28.crate",
"sha256": "b0dfa131390c2f6bdb3242f65ff271fcdaca5ff7b6c08f28398be7f2280e3926",
"dest": "cargo/vendor/mimalloc-0.1.28"
},
{
"type": "inline",
"contents": "{\"package\": \"b0dfa131390c2f6bdb3242f65ff271fcdaca5ff7b6c08f28398be7f2280e3926\", \"files\": {}}",
"dest": "cargo/vendor/mimalloc-0.1.28",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/minimal-lexical/minimal-lexical-0.2.1.crate",
"sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a",
"dest": "cargo/vendor/minimal-lexical-0.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\", \"files\": {}}",
"dest": "cargo/vendor/minimal-lexical-0.2.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/nom/nom-7.1.1.crate",
"sha256": "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36",
"dest": "cargo/vendor/nom-7.1.1"
},
{
"type": "inline",
"contents": "{\"package\": \"a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36\", \"files\": {}}",
"dest": "cargo/vendor/nom-7.1.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/num_cpus/num_cpus-1.13.1.crate",
"sha256": "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1",
"dest": "cargo/vendor/num_cpus-1.13.1"
},
{
"type": "inline",
"contents": "{\"package\": \"19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1\", \"files\": {}}",
"dest": "cargo/vendor/num_cpus-1.13.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/once_cell/once_cell-1.12.0.crate",
"sha256": "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225",
"dest": "cargo/vendor/once_cell-1.12.0"
},
{
"type": "inline",
"contents": "{\"package\": \"7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225\", \"files\": {}}",
"dest": "cargo/vendor/once_cell-1.12.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/os_str_bytes/os_str_bytes-6.0.1.crate",
"sha256": "029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435",
"dest": "cargo/vendor/os_str_bytes-6.0.1"
},
{
"type": "inline",
"contents": "{\"package\": \"029d8d0b2f198229de29dca79676f2738ff952edf3fde542eb8bf94d8c21b435\", \"files\": {}}",
"dest": "cargo/vendor/os_str_bytes-6.0.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/output_vt100/output_vt100-0.1.3.crate",
"sha256": "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66",
"dest": "cargo/vendor/output_vt100-0.1.3"
},
{
"type": "inline",
"contents": "{\"package\": \"628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66\", \"files\": {}}",
"dest": "cargo/vendor/output_vt100-0.1.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/owo-colors/owo-colors-3.4.0.crate",
"sha256": "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b",
"dest": "cargo/vendor/owo-colors-3.4.0"
},
{
"type": "inline",
"contents": "{\"package\": \"decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b\", \"files\": {}}",
"dest": "cargo/vendor/owo-colors-3.4.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/petgraph/petgraph-0.6.1.crate",
"sha256": "51b305cc4569dd4e8765bab46261f67ef5d4d11a4b6e745100ee5dad8948b46c",
"dest": "cargo/vendor/petgraph-0.6.1"
},
{
"type": "inline",
"contents": "{\"package\": \"51b305cc4569dd4e8765bab46261f67ef5d4d11a4b6e745100ee5dad8948b46c\", \"files\": {}}",
"dest": "cargo/vendor/petgraph-0.6.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/pretty_assertions/pretty_assertions-1.2.1.crate",
"sha256": "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563",
"dest": "cargo/vendor/pretty_assertions-1.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563\", \"files\": {}}",
"dest": "cargo/vendor/pretty_assertions-1.2.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/pretty_env_logger/pretty_env_logger-0.4.0.crate",
"sha256": "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d",
"dest": "cargo/vendor/pretty_env_logger-0.4.0"
},
{
"type": "inline",
"contents": "{\"package\": \"926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d\", \"files\": {}}",
"dest": "cargo/vendor/pretty_env_logger-0.4.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.39.crate",
"sha256": "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f",
"dest": "cargo/vendor/proc-macro2-1.0.39"
},
{
"type": "inline",
"contents": "{\"package\": \"c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f\", \"files\": {}}",
"dest": "cargo/vendor/proc-macro2-1.0.39",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/quick-error/quick-error-1.2.3.crate",
"sha256": "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0",
"dest": "cargo/vendor/quick-error-1.2.3"
},
{
"type": "inline",
"contents": "{\"package\": \"a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0\", \"files\": {}}",
"dest": "cargo/vendor/quick-error-1.2.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/quote/quote-1.0.18.crate",
"sha256": "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1",
"dest": "cargo/vendor/quote-1.0.18"
},
{
"type": "inline",
"contents": "{\"package\": \"a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1\", \"files\": {}}",
"dest": "cargo/vendor/quote-1.0.18",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/radix-heap/radix-heap-0.4.2.crate",
"sha256": "59ffec9df464013295b499298811e6a3de31bf8128092135826517db12dee601",
"dest": "cargo/vendor/radix-heap-0.4.2"
},
{
"type": "inline",
"contents": "{\"package\": \"59ffec9df464013295b499298811e6a3de31bf8128092135826517db12dee601\", \"files\": {}}",
"dest": "cargo/vendor/radix-heap-0.4.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/rayon/rayon-1.5.3.crate",
"sha256": "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d",
"dest": "cargo/vendor/rayon-1.5.3"
},
{
"type": "inline",
"contents": "{\"package\": \"bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d\", \"files\": {}}",
"dest": "cargo/vendor/rayon-1.5.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/rayon-core/rayon-core-1.9.3.crate",
"sha256": "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f",
"dest": "cargo/vendor/rayon-core-1.9.3"
},
{
"type": "inline",
"contents": "{\"package\": \"258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f\", \"files\": {}}",
"dest": "cargo/vendor/rayon-core-1.9.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/regex/regex-1.5.6.crate",
"sha256": "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1",
"dest": "cargo/vendor/regex-1.5.6"
},
{
"type": "inline",
"contents": "{\"package\": \"d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1\", \"files\": {}}",
"dest": "cargo/vendor/regex-1.5.6",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/regex-syntax/regex-syntax-0.6.26.crate",
"sha256": "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64",
"dest": "cargo/vendor/regex-syntax-0.6.26"
},
{
"type": "inline",
"contents": "{\"package\": \"49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64\", \"files\": {}}",
"dest": "cargo/vendor/regex-syntax-0.6.26",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/rpds/rpds-0.10.0.crate",
"sha256": "054e417ded02a19ae192c8c89412eaec7d1c2cdd826aa412565761d86ca6315e",
"dest": "cargo/vendor/rpds-0.10.0"
},
{
"type": "inline",
"contents": "{\"package\": \"054e417ded02a19ae192c8c89412eaec7d1c2cdd826aa412565761d86ca6315e\", \"files\": {}}",
"dest": "cargo/vendor/rpds-0.10.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/rustc-hash/rustc-hash-1.1.0.crate",
"sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2",
"dest": "cargo/vendor/rustc-hash-1.1.0"
},
{
"type": "inline",
"contents": "{\"package\": \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\", \"files\": {}}",
"dest": "cargo/vendor/rustc-hash-1.1.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/rustix/rustix-0.35.9.crate",
"sha256": "72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada",
"dest": "cargo/vendor/rustix-0.35.9"
},
{
"type": "inline",
"contents": "{\"package\": \"72c825b8aa8010eb9ee99b75f05e10180b9278d161583034d7574c9d617aeada\", \"files\": {}}",
"dest": "cargo/vendor/rustix-0.35.9",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/same-file/same-file-1.0.6.crate",
"sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502",
"dest": "cargo/vendor/same-file-1.0.6"
},
{
"type": "inline",
"contents": "{\"package\": \"93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502\", \"files\": {}}",
"dest": "cargo/vendor/same-file-1.0.6",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/scopeguard/scopeguard-1.1.0.crate",
"sha256": "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd",
"dest": "cargo/vendor/scopeguard-1.1.0"
},
{
"type": "inline",
"contents": "{\"package\": \"d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd\", \"files\": {}}",
"dest": "cargo/vendor/scopeguard-1.1.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/static_assertions/static_assertions-1.1.0.crate",
"sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f",
"dest": "cargo/vendor/static_assertions-1.1.0"
},
{
"type": "inline",
"contents": "{\"package\": \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\", \"files\": {}}",
"dest": "cargo/vendor/static_assertions-1.1.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/strsim/strsim-0.10.0.crate",
"sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623",
"dest": "cargo/vendor/strsim-0.10.0"
},
{
"type": "inline",
"contents": "{\"package\": \"73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623\", \"files\": {}}",
"dest": "cargo/vendor/strsim-0.10.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/syn/syn-1.0.95.crate",
"sha256": "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942",
"dest": "cargo/vendor/syn-1.0.95"
},
{
"type": "inline",
"contents": "{\"package\": \"fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942\", \"files\": {}}",
"dest": "cargo/vendor/syn-1.0.95",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/term_size/term_size-0.3.2.crate",
"sha256": "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9",
"dest": "cargo/vendor/term_size-0.3.2"
},
{
"type": "inline",
"contents": "{\"package\": \"1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9\", \"files\": {}}",
"dest": "cargo/vendor/term_size-0.3.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/termcolor/termcolor-1.1.3.crate",
"sha256": "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755",
"dest": "cargo/vendor/termcolor-1.1.3"
},
{
"type": "inline",
"contents": "{\"package\": \"bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755\", \"files\": {}}",
"dest": "cargo/vendor/termcolor-1.1.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/terminal_size/terminal_size-0.1.17.crate",
"sha256": "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df",
"dest": "cargo/vendor/terminal_size-0.1.17"
},
{
"type": "inline",
"contents": "{\"package\": \"633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df\", \"files\": {}}",
"dest": "cargo/vendor/terminal_size-0.1.17",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/terminal_size/terminal_size-0.2.1.crate",
"sha256": "8440c860cf79def6164e4a0a983bcc2305d82419177a0e0c71930d049e3ac5a1",
"dest": "cargo/vendor/terminal_size-0.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"8440c860cf79def6164e4a0a983bcc2305d82419177a0e0c71930d049e3ac5a1\", \"files\": {}}",
"dest": "cargo/vendor/terminal_size-0.2.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/textwrap/textwrap-0.15.0.crate",
"sha256": "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb",
"dest": "cargo/vendor/textwrap-0.15.0"
},
{
"type": "inline",
"contents": "{\"package\": \"b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb\", \"files\": {}}",
"dest": "cargo/vendor/textwrap-0.15.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/tree-sitter/tree-sitter-0.20.6.crate",
"sha256": "09b3b781640108d29892e8b9684642d2cda5ea05951fd58f0fea1db9edeb9b71",
"dest": "cargo/vendor/tree-sitter-0.20.6"
},
{
"type": "inline",
"contents": "{\"package\": \"09b3b781640108d29892e8b9684642d2cda5ea05951fd58f0fea1db9edeb9b71\", \"files\": {}}",
"dest": "cargo/vendor/tree-sitter-0.20.6",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/tree_magic_mini/tree_magic_mini-3.0.3.crate",
"sha256": "91adfd0607cacf6e4babdb870e9bec4037c1c4b151cfd279ccefc5e0c7feaa6d",
"dest": "cargo/vendor/tree_magic_mini-3.0.3"
},
{
"type": "inline",
"contents": "{\"package\": \"91adfd0607cacf6e4babdb870e9bec4037c1c4b151cfd279ccefc5e0c7feaa6d\", \"files\": {}}",
"dest": "cargo/vendor/tree_magic_mini-3.0.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/typed-arena/typed-arena-2.0.1.crate",
"sha256": "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae",
"dest": "cargo/vendor/typed-arena-2.0.1"
},
{
"type": "inline",
"contents": "{\"package\": \"0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae\", \"files\": {}}",
"dest": "cargo/vendor/typed-arena-2.0.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.0.crate",
"sha256": "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee",
"dest": "cargo/vendor/unicode-ident-1.0.0"
},
{
"type": "inline",
"contents": "{\"package\": \"d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee\", \"files\": {}}",
"dest": "cargo/vendor/unicode-ident-1.0.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/unicode-width/unicode-width-0.1.9.crate",
"sha256": "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973",
"dest": "cargo/vendor/unicode-width-0.1.9"
},
{
"type": "inline",
"contents": "{\"package\": \"3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973\", \"files\": {}}",
"dest": "cargo/vendor/unicode-width-0.1.9",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/unicode-xid/unicode-xid-0.2.3.crate",
"sha256": "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04",
"dest": "cargo/vendor/unicode-xid-0.2.3"
},
{
"type": "inline",
"contents": "{\"package\": \"957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04\", \"files\": {}}",
"dest": "cargo/vendor/unicode-xid-0.2.3",