summaryrefslogtreecommitdiff
path: root/generated-sources.json
blob: 53c34535da2128b806da056680103a7cb8d82e04 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
[
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/addr2line/addr2line-0.24.1.crate",
        "sha256": "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375",
        "dest": "cargo/vendor/addr2line-0.24.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375\", \"files\": {}}",
        "dest": "cargo/vendor/addr2line-0.24.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/adler/adler-1.0.2.crate",
        "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe",
        "dest": "cargo/vendor/adler-1.0.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\", \"files\": {}}",
        "dest": "cargo/vendor/adler-1.0.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/adler2/adler2-2.0.0.crate",
        "sha256": "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627",
        "dest": "cargo/vendor/adler2-2.0.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627\", \"files\": {}}",
        "dest": "cargo/vendor/adler2-2.0.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/aho-corasick/aho-corasick-1.1.3.crate",
        "sha256": "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916",
        "dest": "cargo/vendor/aho-corasick-1.1.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916\", \"files\": {}}",
        "dest": "cargo/vendor/aho-corasick-1.1.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/aligned-vec/aligned-vec-0.5.0.crate",
        "sha256": "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1",
        "dest": "cargo/vendor/aligned-vec-0.5.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1\", \"files\": {}}",
        "dest": "cargo/vendor/aligned-vec-0.5.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/anstream/anstream-0.6.15.crate",
        "sha256": "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526",
        "dest": "cargo/vendor/anstream-0.6.15"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526\", \"files\": {}}",
        "dest": "cargo/vendor/anstream-0.6.15",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/anstyle/anstyle-1.0.8.crate",
        "sha256": "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1",
        "dest": "cargo/vendor/anstyle-1.0.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1\", \"files\": {}}",
        "dest": "cargo/vendor/anstyle-1.0.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/anstyle-parse/anstyle-parse-0.2.5.crate",
        "sha256": "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb",
        "dest": "cargo/vendor/anstyle-parse-0.2.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb\", \"files\": {}}",
        "dest": "cargo/vendor/anstyle-parse-0.2.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/anstyle-query/anstyle-query-1.1.1.crate",
        "sha256": "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a",
        "dest": "cargo/vendor/anstyle-query-1.1.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a\", \"files\": {}}",
        "dest": "cargo/vendor/anstyle-query-1.1.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/anstyle-wincon/anstyle-wincon-3.0.4.crate",
        "sha256": "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8",
        "dest": "cargo/vendor/anstyle-wincon-3.0.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8\", \"files\": {}}",
        "dest": "cargo/vendor/anstyle-wincon-3.0.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/anyhow/anyhow-1.0.89.crate",
        "sha256": "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6",
        "dest": "cargo/vendor/anyhow-1.0.89"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6\", \"files\": {}}",
        "dest": "cargo/vendor/anyhow-1.0.89",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/arbitrary/arbitrary-1.3.2.crate",
        "sha256": "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110",
        "dest": "cargo/vendor/arbitrary-1.3.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110\", \"files\": {}}",
        "dest": "cargo/vendor/arbitrary-1.3.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/arg_enum_proc_macro/arg_enum_proc_macro-0.3.4.crate",
        "sha256": "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea",
        "dest": "cargo/vendor/arg_enum_proc_macro-0.3.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea\", \"files\": {}}",
        "dest": "cargo/vendor/arg_enum_proc_macro-0.3.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/arrayvec/arrayvec-0.7.4.crate",
        "sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711",
        "dest": "cargo/vendor/arrayvec-0.7.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711\", \"files\": {}}",
        "dest": "cargo/vendor/arrayvec-0.7.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/async-compression/async-compression-0.4.12.crate",
        "sha256": "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa",
        "dest": "cargo/vendor/async-compression-0.4.12"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa\", \"files\": {}}",
        "dest": "cargo/vendor/async-compression-0.4.12",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/async-stream/async-stream-0.3.5.crate",
        "sha256": "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51",
        "dest": "cargo/vendor/async-stream-0.3.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51\", \"files\": {}}",
        "dest": "cargo/vendor/async-stream-0.3.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/async-stream-impl/async-stream-impl-0.3.5.crate",
        "sha256": "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193",
        "dest": "cargo/vendor/async-stream-impl-0.3.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193\", \"files\": {}}",
        "dest": "cargo/vendor/async-stream-impl-0.3.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/async-trait/async-trait-0.1.82.crate",
        "sha256": "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1",
        "dest": "cargo/vendor/async-trait-0.1.82"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1\", \"files\": {}}",
        "dest": "cargo/vendor/async-trait-0.1.82",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/atomic/atomic-0.5.3.crate",
        "sha256": "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba",
        "dest": "cargo/vendor/atomic-0.5.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba\", \"files\": {}}",
        "dest": "cargo/vendor/atomic-0.5.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/atomic/atomic-0.6.0.crate",
        "sha256": "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994",
        "dest": "cargo/vendor/atomic-0.6.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994\", \"files\": {}}",
        "dest": "cargo/vendor/atomic-0.6.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/atomic-waker/atomic-waker-1.1.2.crate",
        "sha256": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0",
        "dest": "cargo/vendor/atomic-waker-1.1.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0\", \"files\": {}}",
        "dest": "cargo/vendor/atomic-waker-1.1.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/attohttpc/attohttpc-0.16.3.crate",
        "sha256": "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247",
        "dest": "cargo/vendor/attohttpc-0.16.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247\", \"files\": {}}",
        "dest": "cargo/vendor/attohttpc-0.16.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/autocfg/autocfg-1.3.0.crate",
        "sha256": "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0",
        "dest": "cargo/vendor/autocfg-1.3.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0\", \"files\": {}}",
        "dest": "cargo/vendor/autocfg-1.3.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/av1-grain/av1-grain-0.2.3.crate",
        "sha256": "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf",
        "dest": "cargo/vendor/av1-grain-0.2.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf\", \"files\": {}}",
        "dest": "cargo/vendor/av1-grain-0.2.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/avif-serialize/avif-serialize-0.8.1.crate",
        "sha256": "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2",
        "dest": "cargo/vendor/avif-serialize-0.8.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2\", \"files\": {}}",
        "dest": "cargo/vendor/avif-serialize-0.8.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/aws-lc-rs/aws-lc-rs-1.9.0.crate",
        "sha256": "2f95446d919226d587817a7d21379e6eb099b97b45110a7f272a444ca5c54070",
        "dest": "cargo/vendor/aws-lc-rs-1.9.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"2f95446d919226d587817a7d21379e6eb099b97b45110a7f272a444ca5c54070\", \"files\": {}}",
        "dest": "cargo/vendor/aws-lc-rs-1.9.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/aws-lc-sys/aws-lc-sys-0.21.2.crate",
        "sha256": "b3ddc4a5b231dd6958b140ff3151b6412b3f4321fab354f399eec8f14b06df62",
        "dest": "cargo/vendor/aws-lc-sys-0.21.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b3ddc4a5b231dd6958b140ff3151b6412b3f4321fab354f399eec8f14b06df62\", \"files\": {}}",
        "dest": "cargo/vendor/aws-lc-sys-0.21.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/backtrace/backtrace-0.3.74.crate",
        "sha256": "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a",
        "dest": "cargo/vendor/backtrace-0.3.74"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a\", \"files\": {}}",
        "dest": "cargo/vendor/backtrace-0.3.74",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/base64/base64-0.22.1.crate",
        "sha256": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6",
        "dest": "cargo/vendor/base64-0.22.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6\", \"files\": {}}",
        "dest": "cargo/vendor/base64-0.22.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/binascii/binascii-0.1.4.crate",
        "sha256": "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72",
        "dest": "cargo/vendor/binascii-0.1.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72\", \"files\": {}}",
        "dest": "cargo/vendor/binascii-0.1.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/bincode/bincode-2.0.0-rc.3.crate",
        "sha256": "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95",
        "dest": "cargo/vendor/bincode-2.0.0-rc.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95\", \"files\": {}}",
        "dest": "cargo/vendor/bincode-2.0.0-rc.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/bincode_derive/bincode_derive-2.0.0-rc.3.crate",
        "sha256": "7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c",
        "dest": "cargo/vendor/bincode_derive-2.0.0-rc.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c\", \"files\": {}}",
        "dest": "cargo/vendor/bincode_derive-2.0.0-rc.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/bindgen/bindgen-0.69.4.crate",
        "sha256": "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0",
        "dest": "cargo/vendor/bindgen-0.69.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0\", \"files\": {}}",
        "dest": "cargo/vendor/bindgen-0.69.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/bit_field/bit_field-0.10.2.crate",
        "sha256": "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61",
        "dest": "cargo/vendor/bit_field-0.10.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61\", \"files\": {}}",
        "dest": "cargo/vendor/bit_field-0.10.2",
        "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/bitflags/bitflags-2.6.0.crate",
        "sha256": "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de",
        "dest": "cargo/vendor/bitflags-2.6.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de\", \"files\": {}}",
        "dest": "cargo/vendor/bitflags-2.6.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/bitstream-io/bitstream-io-2.5.0.crate",
        "sha256": "3dcde5f311c85b8ca30c2e4198d4326bc342c76541590106f5fa4a50946ea499",
        "dest": "cargo/vendor/bitstream-io-2.5.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3dcde5f311c85b8ca30c2e4198d4326bc342c76541590106f5fa4a50946ea499\", \"files\": {}}",
        "dest": "cargo/vendor/bitstream-io-2.5.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/block-buffer/block-buffer-0.10.4.crate",
        "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71",
        "dest": "cargo/vendor/block-buffer-0.10.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\", \"files\": {}}",
        "dest": "cargo/vendor/block-buffer-0.10.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/built/built-0.7.4.crate",
        "sha256": "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4",
        "dest": "cargo/vendor/built-0.7.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4\", \"files\": {}}",
        "dest": "cargo/vendor/built-0.7.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/bumpalo/bumpalo-3.16.0.crate",
        "sha256": "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c",
        "dest": "cargo/vendor/bumpalo-3.16.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c\", \"files\": {}}",
        "dest": "cargo/vendor/bumpalo-3.16.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/bytemuck/bytemuck-1.16.3.crate",
        "sha256": "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83",
        "dest": "cargo/vendor/bytemuck-1.16.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83\", \"files\": {}}",
        "dest": "cargo/vendor/bytemuck-1.16.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/byteorder/byteorder-1.5.0.crate",
        "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b",
        "dest": "cargo/vendor/byteorder-1.5.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\", \"files\": {}}",
        "dest": "cargo/vendor/byteorder-1.5.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/byteorder-lite/byteorder-lite-0.1.0.crate",
        "sha256": "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495",
        "dest": "cargo/vendor/byteorder-lite-0.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495\", \"files\": {}}",
        "dest": "cargo/vendor/byteorder-lite-0.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/bytes/bytes-1.7.2.crate",
        "sha256": "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3",
        "dest": "cargo/vendor/bytes-1.7.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3\", \"files\": {}}",
        "dest": "cargo/vendor/bytes-1.7.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/c_linked_list/c_linked_list-1.1.1.crate",
        "sha256": "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b",
        "dest": "cargo/vendor/c_linked_list-1.1.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b\", \"files\": {}}",
        "dest": "cargo/vendor/c_linked_list-1.1.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/c_vec/c_vec-2.0.0.crate",
        "sha256": "fdd7a427adc0135366d99db65b36dae9237130997e560ed61118041fb72be6e8",
        "dest": "cargo/vendor/c_vec-2.0.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fdd7a427adc0135366d99db65b36dae9237130997e560ed61118041fb72be6e8\", \"files\": {}}",
        "dest": "cargo/vendor/c_vec-2.0.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/cc/cc-1.1.21.crate",
        "sha256": "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0",
        "dest": "cargo/vendor/cc-1.1.21"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0\", \"files\": {}}",
        "dest": "cargo/vendor/cc-1.1.21",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/cexpr/cexpr-0.6.0.crate",
        "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766",
        "dest": "cargo/vendor/cexpr-0.6.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766\", \"files\": {}}",
        "dest": "cargo/vendor/cexpr-0.6.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/cfg-expr/cfg-expr-0.15.8.crate",
        "sha256": "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02",
        "dest": "cargo/vendor/cfg-expr-0.15.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02\", \"files\": {}}",
        "dest": "cargo/vendor/cfg-expr-0.15.8",
        "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/clang-sys/clang-sys-1.8.1.crate",
        "sha256": "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4",
        "dest": "cargo/vendor/clang-sys-1.8.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4\", \"files\": {}}",
        "dest": "cargo/vendor/clang-sys-1.8.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/clap/clap-4.5.18.crate",
        "sha256": "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3",
        "dest": "cargo/vendor/clap-4.5.18"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3\", \"files\": {}}",
        "dest": "cargo/vendor/clap-4.5.18",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/clap_builder/clap_builder-4.5.18.crate",
        "sha256": "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b",
        "dest": "cargo/vendor/clap_builder-4.5.18"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b\", \"files\": {}}",
        "dest": "cargo/vendor/clap_builder-4.5.18",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/clap_derive/clap_derive-4.5.18.crate",
        "sha256": "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab",
        "dest": "cargo/vendor/clap_derive-4.5.18"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab\", \"files\": {}}",
        "dest": "cargo/vendor/clap_derive-4.5.18",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/clap_lex/clap_lex-0.7.2.crate",
        "sha256": "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97",
        "dest": "cargo/vendor/clap_lex-0.7.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97\", \"files\": {}}",
        "dest": "cargo/vendor/clap_lex-0.7.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/cmake/cmake-0.1.51.crate",
        "sha256": "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a",
        "dest": "cargo/vendor/cmake-0.1.51"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a\", \"files\": {}}",
        "dest": "cargo/vendor/cmake-0.1.51",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/color_quant/color_quant-1.1.0.crate",
        "sha256": "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b",
        "dest": "cargo/vendor/color_quant-1.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b\", \"files\": {}}",
        "dest": "cargo/vendor/color_quant-1.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/colorchoice/colorchoice-1.0.2.crate",
        "sha256": "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0",
        "dest": "cargo/vendor/colorchoice-1.0.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0\", \"files\": {}}",
        "dest": "cargo/vendor/colorchoice-1.0.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/concurrent-queue/concurrent-queue-2.5.0.crate",
        "sha256": "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973",
        "dest": "cargo/vendor/concurrent-queue-2.5.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973\", \"files\": {}}",
        "dest": "cargo/vendor/concurrent-queue-2.5.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/cookie/cookie-0.18.1.crate",
        "sha256": "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747",
        "dest": "cargo/vendor/cookie-0.18.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747\", \"files\": {}}",
        "dest": "cargo/vendor/cookie-0.18.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/core-foundation/core-foundation-0.9.4.crate",
        "sha256": "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f",
        "dest": "cargo/vendor/core-foundation-0.9.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f\", \"files\": {}}",
        "dest": "cargo/vendor/core-foundation-0.9.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/core-foundation-sys/core-foundation-sys-0.8.7.crate",
        "sha256": "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b",
        "dest": "cargo/vendor/core-foundation-sys-0.8.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b\", \"files\": {}}",
        "dest": "cargo/vendor/core-foundation-sys-0.8.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/cpufeatures/cpufeatures-0.2.14.crate",
        "sha256": "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0",
        "dest": "cargo/vendor/cpufeatures-0.2.14"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0\", \"files\": {}}",
        "dest": "cargo/vendor/cpufeatures-0.2.14",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/crc32fast/crc32fast-1.4.2.crate",
        "sha256": "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3",
        "dest": "cargo/vendor/crc32fast-1.4.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3\", \"files\": {}}",
        "dest": "cargo/vendor/crc32fast-1.4.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/crossbeam-deque/crossbeam-deque-0.8.5.crate",
        "sha256": "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d",
        "dest": "cargo/vendor/crossbeam-deque-0.8.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d\", \"files\": {}}",
        "dest": "cargo/vendor/crossbeam-deque-0.8.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/crossbeam-epoch/crossbeam-epoch-0.9.18.crate",
        "sha256": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e",
        "dest": "cargo/vendor/crossbeam-epoch-0.9.18"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e\", \"files\": {}}",
        "dest": "cargo/vendor/crossbeam-epoch-0.9.18",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/crossbeam-utils/crossbeam-utils-0.8.20.crate",
        "sha256": "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80",
        "dest": "cargo/vendor/crossbeam-utils-0.8.20"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80\", \"files\": {}}",
        "dest": "cargo/vendor/crossbeam-utils-0.8.20",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/crunchy/crunchy-0.2.2.crate",
        "sha256": "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7",
        "dest": "cargo/vendor/crunchy-0.2.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7\", \"files\": {}}",
        "dest": "cargo/vendor/crunchy-0.2.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/crypto-common/crypto-common-0.1.6.crate",
        "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3",
        "dest": "cargo/vendor/crypto-common-0.1.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3\", \"files\": {}}",
        "dest": "cargo/vendor/crypto-common-0.1.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/data-encoding/data-encoding-2.6.0.crate",
        "sha256": "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2",
        "dest": "cargo/vendor/data-encoding-2.6.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2\", \"files\": {}}",
        "dest": "cargo/vendor/data-encoding-2.6.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/deranged/deranged-0.3.11.crate",
        "sha256": "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4",
        "dest": "cargo/vendor/deranged-0.3.11"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4\", \"files\": {}}",
        "dest": "cargo/vendor/deranged-0.3.11",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/devise/devise-0.4.2.crate",
        "sha256": "f1d90b0c4c777a2cad215e3c7be59ac7c15adf45cf76317009b7d096d46f651d",
        "dest": "cargo/vendor/devise-0.4.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f1d90b0c4c777a2cad215e3c7be59ac7c15adf45cf76317009b7d096d46f651d\", \"files\": {}}",
        "dest": "cargo/vendor/devise-0.4.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/devise_codegen/devise_codegen-0.4.2.crate",
        "sha256": "71b28680d8be17a570a2334922518be6adc3f58ecc880cbb404eaeb8624fd867",
        "dest": "cargo/vendor/devise_codegen-0.4.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"71b28680d8be17a570a2334922518be6adc3f58ecc880cbb404eaeb8624fd867\", \"files\": {}}",
        "dest": "cargo/vendor/devise_codegen-0.4.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/devise_core/devise_core-0.4.2.crate",
        "sha256": "b035a542cf7abf01f2e3c4d5a7acbaebfefe120ae4efc7bde3df98186e4b8af7",
        "dest": "cargo/vendor/devise_core-0.4.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b035a542cf7abf01f2e3c4d5a7acbaebfefe120ae4efc7bde3df98186e4b8af7\", \"files\": {}}",
        "dest": "cargo/vendor/devise_core-0.4.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/digest/digest-0.10.7.crate",
        "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292",
        "dest": "cargo/vendor/digest-0.10.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292\", \"files\": {}}",
        "dest": "cargo/vendor/digest-0.10.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/dunce/dunce-1.0.5.crate",
        "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813",
        "dest": "cargo/vendor/dunce-1.0.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813\", \"files\": {}}",
        "dest": "cargo/vendor/dunce-1.0.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/either/either-1.13.0.crate",
        "sha256": "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0",
        "dest": "cargo/vendor/either-1.13.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0\", \"files\": {}}",
        "dest": "cargo/vendor/either-1.13.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/encoding_rs/encoding_rs-0.8.34.crate",
        "sha256": "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59",
        "dest": "cargo/vendor/encoding_rs-0.8.34"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59\", \"files\": {}}",
        "dest": "cargo/vendor/encoding_rs-0.8.34",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/env_filter/env_filter-0.1.2.crate",
        "sha256": "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab",
        "dest": "cargo/vendor/env_filter-0.1.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab\", \"files\": {}}",
        "dest": "cargo/vendor/env_filter-0.1.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/env_logger/env_logger-0.11.5.crate",
        "sha256": "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d",
        "dest": "cargo/vendor/env_logger-0.11.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d\", \"files\": {}}",
        "dest": "cargo/vendor/env_logger-0.11.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/equivalent/equivalent-1.0.1.crate",
        "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5",
        "dest": "cargo/vendor/equivalent-1.0.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5\", \"files\": {}}",
        "dest": "cargo/vendor/equivalent-1.0.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/errno/errno-0.3.9.crate",
        "sha256": "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba",
        "dest": "cargo/vendor/errno-0.3.9"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba\", \"files\": {}}",
        "dest": "cargo/vendor/errno-0.3.9",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/exr/exr-1.72.0.crate",
        "sha256": "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4",
        "dest": "cargo/vendor/exr-1.72.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4\", \"files\": {}}",
        "dest": "cargo/vendor/exr-1.72.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/fastrand/fastrand-2.1.0.crate",
        "sha256": "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a",
        "dest": "cargo/vendor/fastrand-2.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a\", \"files\": {}}",
        "dest": "cargo/vendor/fastrand-2.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/fdeflate/fdeflate-0.3.4.crate",
        "sha256": "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645",
        "dest": "cargo/vendor/fdeflate-0.3.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645\", \"files\": {}}",
        "dest": "cargo/vendor/fdeflate-0.3.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/figment/figment-0.10.19.crate",
        "sha256": "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3",
        "dest": "cargo/vendor/figment-0.10.19"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3\", \"files\": {}}",
        "dest": "cargo/vendor/figment-0.10.19",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/flate2/flate2-1.0.31.crate",
        "sha256": "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920",
        "dest": "cargo/vendor/flate2-1.0.31"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920\", \"files\": {}}",
        "dest": "cargo/vendor/flate2-1.0.31",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/flume/flume-0.11.0.crate",
        "sha256": "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181",
        "dest": "cargo/vendor/flume-0.11.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181\", \"files\": {}}",
        "dest": "cargo/vendor/flume-0.11.0",
        "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/form_urlencoded/form_urlencoded-1.2.1.crate",
        "sha256": "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456",
        "dest": "cargo/vendor/form_urlencoded-1.2.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456\", \"files\": {}}",
        "dest": "cargo/vendor/form_urlencoded-1.2.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/fs_extra/fs_extra-1.3.0.crate",
        "sha256": "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c",
        "dest": "cargo/vendor/fs_extra-1.3.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c\", \"files\": {}}",
        "dest": "cargo/vendor/fs_extra-1.3.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures/futures-0.3.30.crate",
        "sha256": "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0",
        "dest": "cargo/vendor/futures-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0\", \"files\": {}}",
        "dest": "cargo/vendor/futures-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures-channel/futures-channel-0.3.30.crate",
        "sha256": "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78",
        "dest": "cargo/vendor/futures-channel-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78\", \"files\": {}}",
        "dest": "cargo/vendor/futures-channel-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures-core/futures-core-0.3.30.crate",
        "sha256": "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d",
        "dest": "cargo/vendor/futures-core-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d\", \"files\": {}}",
        "dest": "cargo/vendor/futures-core-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures-executor/futures-executor-0.3.30.crate",
        "sha256": "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d",
        "dest": "cargo/vendor/futures-executor-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d\", \"files\": {}}",
        "dest": "cargo/vendor/futures-executor-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures-io/futures-io-0.3.30.crate",
        "sha256": "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1",
        "dest": "cargo/vendor/futures-io-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1\", \"files\": {}}",
        "dest": "cargo/vendor/futures-io-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures-macro/futures-macro-0.3.30.crate",
        "sha256": "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac",
        "dest": "cargo/vendor/futures-macro-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac\", \"files\": {}}",
        "dest": "cargo/vendor/futures-macro-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures-sink/futures-sink-0.3.30.crate",
        "sha256": "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5",
        "dest": "cargo/vendor/futures-sink-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5\", \"files\": {}}",
        "dest": "cargo/vendor/futures-sink-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures-task/futures-task-0.3.30.crate",
        "sha256": "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004",
        "dest": "cargo/vendor/futures-task-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004\", \"files\": {}}",
        "dest": "cargo/vendor/futures-task-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/futures-util/futures-util-0.3.30.crate",
        "sha256": "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48",
        "dest": "cargo/vendor/futures-util-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48\", \"files\": {}}",
        "dest": "cargo/vendor/futures-util-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/gcc/gcc-0.3.55.crate",
        "sha256": "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2",
        "dest": "cargo/vendor/gcc-0.3.55"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2\", \"files\": {}}",
        "dest": "cargo/vendor/gcc-0.3.55",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/generator/generator-0.7.5.crate",
        "sha256": "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e",
        "dest": "cargo/vendor/generator-0.7.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e\", \"files\": {}}",
        "dest": "cargo/vendor/generator-0.7.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/generic-array/generic-array-0.14.7.crate",
        "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a",
        "dest": "cargo/vendor/generic-array-0.14.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a\", \"files\": {}}",
        "dest": "cargo/vendor/generic-array-0.14.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/get_if_addrs/get_if_addrs-0.5.3.crate",
        "sha256": "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7",
        "dest": "cargo/vendor/get_if_addrs-0.5.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7\", \"files\": {}}",
        "dest": "cargo/vendor/get_if_addrs-0.5.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/get_if_addrs-sys/get_if_addrs-sys-0.1.1.crate",
        "sha256": "0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48",
        "dest": "cargo/vendor/get_if_addrs-sys-0.1.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48\", \"files\": {}}",
        "dest": "cargo/vendor/get_if_addrs-sys-0.1.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/getrandom/getrandom-0.2.15.crate",
        "sha256": "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7",
        "dest": "cargo/vendor/getrandom-0.2.15"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7\", \"files\": {}}",
        "dest": "cargo/vendor/getrandom-0.2.15",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/gif/gif-0.13.1.crate",
        "sha256": "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2",
        "dest": "cargo/vendor/gif-0.13.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2\", \"files\": {}}",
        "dest": "cargo/vendor/gif-0.13.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/gimli/gimli-0.31.0.crate",
        "sha256": "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64",
        "dest": "cargo/vendor/gimli-0.31.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64\", \"files\": {}}",
        "dest": "cargo/vendor/gimli-0.31.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/glam/glam-0.29.0.crate",
        "sha256": "c28091a37a5d09b555cb6628fd954da299b536433834f5b8e59eba78e0cbbf8a",
        "dest": "cargo/vendor/glam-0.29.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c28091a37a5d09b555cb6628fd954da299b536433834f5b8e59eba78e0cbbf8a\", \"files\": {}}",
        "dest": "cargo/vendor/glam-0.29.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/glob/glob-0.3.1.crate",
        "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b",
        "dest": "cargo/vendor/glob-0.3.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b\", \"files\": {}}",
        "dest": "cargo/vendor/glob-0.3.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/h2/h2-0.3.26.crate",
        "sha256": "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8",
        "dest": "cargo/vendor/h2-0.3.26"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8\", \"files\": {}}",
        "dest": "cargo/vendor/h2-0.3.26",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/h2/h2-0.4.6.crate",
        "sha256": "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205",
        "dest": "cargo/vendor/h2-0.4.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205\", \"files\": {}}",
        "dest": "cargo/vendor/h2-0.4.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/half/half-2.4.1.crate",
        "sha256": "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888",
        "dest": "cargo/vendor/half-2.4.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888\", \"files\": {}}",
        "dest": "cargo/vendor/half-2.4.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/hashbrown/hashbrown-0.14.5.crate",
        "sha256": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1",
        "dest": "cargo/vendor/hashbrown-0.14.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1\", \"files\": {}}",
        "dest": "cargo/vendor/hashbrown-0.14.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/heck/heck-0.5.0.crate",
        "sha256": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea",
        "dest": "cargo/vendor/heck-0.5.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\", \"files\": {}}",
        "dest": "cargo/vendor/heck-0.5.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/hermit-abi/hermit-abi-0.3.9.crate",
        "sha256": "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024",
        "dest": "cargo/vendor/hermit-abi-0.3.9"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024\", \"files\": {}}",
        "dest": "cargo/vendor/hermit-abi-0.3.9",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/hermit-abi/hermit-abi-0.4.0.crate",
        "sha256": "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc",
        "dest": "cargo/vendor/hermit-abi-0.4.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc\", \"files\": {}}",
        "dest": "cargo/vendor/hermit-abi-0.4.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/home/home-0.5.9.crate",
        "sha256": "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5",
        "dest": "cargo/vendor/home-0.5.9"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5\", \"files\": {}}",
        "dest": "cargo/vendor/home-0.5.9",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/http/http-0.2.12.crate",
        "sha256": "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1",
        "dest": "cargo/vendor/http-0.2.12"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1\", \"files\": {}}",
        "dest": "cargo/vendor/http-0.2.12",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/http/http-1.1.0.crate",
        "sha256": "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258",
        "dest": "cargo/vendor/http-1.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258\", \"files\": {}}",
        "dest": "cargo/vendor/http-1.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/http-body/http-body-0.4.6.crate",
        "sha256": "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2",
        "dest": "cargo/vendor/http-body-0.4.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2\", \"files\": {}}",
        "dest": "cargo/vendor/http-body-0.4.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/http-body/http-body-1.0.1.crate",
        "sha256": "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184",
        "dest": "cargo/vendor/http-body-1.0.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184\", \"files\": {}}",
        "dest": "cargo/vendor/http-body-1.0.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/http-body-util/http-body-util-0.1.2.crate",
        "sha256": "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f",
        "dest": "cargo/vendor/http-body-util-0.1.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f\", \"files\": {}}",
        "dest": "cargo/vendor/http-body-util-0.1.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/httparse/httparse-1.9.4.crate",
        "sha256": "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9",
        "dest": "cargo/vendor/httparse-1.9.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9\", \"files\": {}}",
        "dest": "cargo/vendor/httparse-1.9.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/httpdate/httpdate-1.0.3.crate",
        "sha256": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9",
        "dest": "cargo/vendor/httpdate-1.0.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\", \"files\": {}}",
        "dest": "cargo/vendor/httpdate-1.0.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/humantime/humantime-2.1.0.crate",
        "sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4",
        "dest": "cargo/vendor/humantime-2.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4\", \"files\": {}}",
        "dest": "cargo/vendor/humantime-2.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/hyper/hyper-0.14.30.crate",
        "sha256": "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9",
        "dest": "cargo/vendor/hyper-0.14.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9\", \"files\": {}}",
        "dest": "cargo/vendor/hyper-0.14.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/hyper/hyper-1.4.1.crate",
        "sha256": "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05",
        "dest": "cargo/vendor/hyper-1.4.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05\", \"files\": {}}",
        "dest": "cargo/vendor/hyper-1.4.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/hyper-rustls/hyper-rustls-0.27.3.crate",
        "sha256": "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333",
        "dest": "cargo/vendor/hyper-rustls-0.27.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333\", \"files\": {}}",
        "dest": "cargo/vendor/hyper-rustls-0.27.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/hyper-util/hyper-util-0.1.8.crate",
        "sha256": "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba",
        "dest": "cargo/vendor/hyper-util-0.1.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba\", \"files\": {}}",
        "dest": "cargo/vendor/hyper-util-0.1.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/idna/idna-0.5.0.crate",
        "sha256": "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6",
        "dest": "cargo/vendor/idna-0.5.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6\", \"files\": {}}",
        "dest": "cargo/vendor/idna-0.5.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/if-addrs/if-addrs-0.13.3.crate",
        "sha256": "a78a89907582615b19f6f0da1af18abf6ff08be259395669b834b057a7ee92d8",
        "dest": "cargo/vendor/if-addrs-0.13.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a78a89907582615b19f6f0da1af18abf6ff08be259395669b834b057a7ee92d8\", \"files\": {}}",
        "dest": "cargo/vendor/if-addrs-0.13.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/igd/igd-0.12.1.crate",
        "sha256": "556b5a75cd4adb7c4ea21c64af1c48cefb2ce7d43dc4352c720a1fe47c21f355",
        "dest": "cargo/vendor/igd-0.12.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"556b5a75cd4adb7c4ea21c64af1c48cefb2ce7d43dc4352c720a1fe47c21f355\", \"files\": {}}",
        "dest": "cargo/vendor/igd-0.12.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/image/image-0.25.2.crate",
        "sha256": "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10",
        "dest": "cargo/vendor/image-0.25.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10\", \"files\": {}}",
        "dest": "cargo/vendor/image-0.25.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/image-webp/image-webp-0.1.3.crate",
        "sha256": "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904",
        "dest": "cargo/vendor/image-webp-0.1.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904\", \"files\": {}}",
        "dest": "cargo/vendor/image-webp-0.1.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/imgref/imgref-1.10.1.crate",
        "sha256": "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126",
        "dest": "cargo/vendor/imgref-1.10.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126\", \"files\": {}}",
        "dest": "cargo/vendor/imgref-1.10.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/indexmap/indexmap-2.5.0.crate",
        "sha256": "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5",
        "dest": "cargo/vendor/indexmap-2.5.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5\", \"files\": {}}",
        "dest": "cargo/vendor/indexmap-2.5.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/inlinable_string/inlinable_string-0.1.15.crate",
        "sha256": "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb",
        "dest": "cargo/vendor/inlinable_string-0.1.15"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb\", \"files\": {}}",
        "dest": "cargo/vendor/inlinable_string-0.1.15",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/interpolate_name/interpolate_name-0.2.4.crate",
        "sha256": "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60",
        "dest": "cargo/vendor/interpolate_name-0.2.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60\", \"files\": {}}",
        "dest": "cargo/vendor/interpolate_name-0.2.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/ipnet/ipnet-2.10.0.crate",
        "sha256": "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4",
        "dest": "cargo/vendor/ipnet-2.10.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4\", \"files\": {}}",
        "dest": "cargo/vendor/ipnet-2.10.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/is-terminal/is-terminal-0.4.13.crate",
        "sha256": "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b",
        "dest": "cargo/vendor/is-terminal-0.4.13"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b\", \"files\": {}}",
        "dest": "cargo/vendor/is-terminal-0.4.13",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/is_terminal_polyfill/is_terminal_polyfill-1.70.1.crate",
        "sha256": "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf",
        "dest": "cargo/vendor/is_terminal_polyfill-1.70.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf\", \"files\": {}}",
        "dest": "cargo/vendor/is_terminal_polyfill-1.70.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/itertools/itertools-0.12.1.crate",
        "sha256": "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569",
        "dest": "cargo/vendor/itertools-0.12.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569\", \"files\": {}}",
        "dest": "cargo/vendor/itertools-0.12.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/itoa/itoa-1.0.11.crate",
        "sha256": "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b",
        "dest": "cargo/vendor/itoa-1.0.11"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b\", \"files\": {}}",
        "dest": "cargo/vendor/itoa-1.0.11",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/jobserver/jobserver-0.1.32.crate",
        "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0",
        "dest": "cargo/vendor/jobserver-0.1.32"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0\", \"files\": {}}",
        "dest": "cargo/vendor/jobserver-0.1.32",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/jpeg-decoder/jpeg-decoder-0.3.1.crate",
        "sha256": "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0",
        "dest": "cargo/vendor/jpeg-decoder-0.3.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0\", \"files\": {}}",
        "dest": "cargo/vendor/jpeg-decoder-0.3.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/js-sys/js-sys-0.3.69.crate",
        "sha256": "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d",
        "dest": "cargo/vendor/js-sys-0.3.69"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d\", \"files\": {}}",
        "dest": "cargo/vendor/js-sys-0.3.69",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/lazy_static/lazy_static-1.5.0.crate",
        "sha256": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe",
        "dest": "cargo/vendor/lazy_static-1.5.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe\", \"files\": {}}",
        "dest": "cargo/vendor/lazy_static-1.5.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/lazycell/lazycell-1.3.0.crate",
        "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55",
        "dest": "cargo/vendor/lazycell-1.3.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\", \"files\": {}}",
        "dest": "cargo/vendor/lazycell-1.3.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/lebe/lebe-0.5.2.crate",
        "sha256": "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8",
        "dest": "cargo/vendor/lebe-0.5.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8\", \"files\": {}}",
        "dest": "cargo/vendor/lebe-0.5.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/libc/libc-0.2.158.crate",
        "sha256": "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439",
        "dest": "cargo/vendor/libc-0.2.158"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439\", \"files\": {}}",
        "dest": "cargo/vendor/libc-0.2.158",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/libfuzzer-sys/libfuzzer-sys-0.4.7.crate",
        "sha256": "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7",
        "dest": "cargo/vendor/libfuzzer-sys-0.4.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7\", \"files\": {}}",
        "dest": "cargo/vendor/libfuzzer-sys-0.4.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/libloading/libloading-0.8.5.crate",
        "sha256": "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4",
        "dest": "cargo/vendor/libloading-0.8.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4\", \"files\": {}}",
        "dest": "cargo/vendor/libloading-0.8.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/libyml/libyml-0.0.5.crate",
        "sha256": "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980",
        "dest": "cargo/vendor/libyml-0.0.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980\", \"files\": {}}",
        "dest": "cargo/vendor/libyml-0.0.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/linux-raw-sys/linux-raw-sys-0.4.14.crate",
        "sha256": "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89",
        "dest": "cargo/vendor/linux-raw-sys-0.4.14"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89\", \"files\": {}}",
        "dest": "cargo/vendor/linux-raw-sys-0.4.14",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/lock_api/lock_api-0.4.12.crate",
        "sha256": "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17",
        "dest": "cargo/vendor/lock_api-0.4.12"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17\", \"files\": {}}",
        "dest": "cargo/vendor/lock_api-0.4.12",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/log/log-0.4.22.crate",
        "sha256": "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24",
        "dest": "cargo/vendor/log-0.4.22"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24\", \"files\": {}}",
        "dest": "cargo/vendor/log-0.4.22",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/loom/loom-0.5.6.crate",
        "sha256": "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5",
        "dest": "cargo/vendor/loom-0.5.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5\", \"files\": {}}",
        "dest": "cargo/vendor/loom-0.5.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/loop9/loop9-0.1.5.crate",
        "sha256": "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062",
        "dest": "cargo/vendor/loop9-0.1.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062\", \"files\": {}}",
        "dest": "cargo/vendor/loop9-0.1.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/markup/markup-0.15.0.crate",
        "sha256": "74a887ad620fe1022257343ac77fcdd3720e92888e1b2e66e1b7a4707f453898",
        "dest": "cargo/vendor/markup-0.15.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"74a887ad620fe1022257343ac77fcdd3720e92888e1b2e66e1b7a4707f453898\", \"files\": {}}",
        "dest": "cargo/vendor/markup-0.15.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/markup-proc-macro/markup-proc-macro-0.15.0.crate",
        "sha256": "9ab6ee21fd1855134cacf2f41afdf45f1bc456c7d7f6165d763b4647062dd2be",
        "dest": "cargo/vendor/markup-proc-macro-0.15.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9ab6ee21fd1855134cacf2f41afdf45f1bc456c7d7f6165d763b4647062dd2be\", \"files\": {}}",
        "dest": "cargo/vendor/markup-proc-macro-0.15.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/matchers/matchers-0.1.0.crate",
        "sha256": "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558",
        "dest": "cargo/vendor/matchers-0.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558\", \"files\": {}}",
        "dest": "cargo/vendor/matchers-0.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/maybe-rayon/maybe-rayon-0.1.1.crate",
        "sha256": "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519",
        "dest": "cargo/vendor/maybe-rayon-0.1.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519\", \"files\": {}}",
        "dest": "cargo/vendor/maybe-rayon-0.1.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/mdns-sd/mdns-sd-0.11.4.crate",
        "sha256": "35d1967e64b4ca7bba8af2458d0b9dd50471d541959ca2120cb9cc965946ef61",
        "dest": "cargo/vendor/mdns-sd-0.11.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"35d1967e64b4ca7bba8af2458d0b9dd50471d541959ca2120cb9cc965946ef61\", \"files\": {}}",
        "dest": "cargo/vendor/mdns-sd-0.11.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/memchr/memchr-2.7.4.crate",
        "sha256": "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3",
        "dest": "cargo/vendor/memchr-2.7.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3\", \"files\": {}}",
        "dest": "cargo/vendor/memchr-2.7.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/mime/mime-0.3.17.crate",
        "sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a",
        "dest": "cargo/vendor/mime-0.3.17"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\", \"files\": {}}",
        "dest": "cargo/vendor/mime-0.3.17",
        "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/miniz_oxide/miniz_oxide-0.7.4.crate",
        "sha256": "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08",
        "dest": "cargo/vendor/miniz_oxide-0.7.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08\", \"files\": {}}",
        "dest": "cargo/vendor/miniz_oxide-0.7.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/miniz_oxide/miniz_oxide-0.8.0.crate",
        "sha256": "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1",
        "dest": "cargo/vendor/miniz_oxide-0.8.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1\", \"files\": {}}",
        "dest": "cargo/vendor/miniz_oxide-0.8.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/mio/mio-1.0.2.crate",
        "sha256": "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec",
        "dest": "cargo/vendor/mio-1.0.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec\", \"files\": {}}",
        "dest": "cargo/vendor/mio-1.0.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/mirai-annotations/mirai-annotations-1.12.0.crate",
        "sha256": "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1",
        "dest": "cargo/vendor/mirai-annotations-1.12.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1\", \"files\": {}}",
        "dest": "cargo/vendor/mirai-annotations-1.12.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/multer/multer-3.1.0.crate",
        "sha256": "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b",
        "dest": "cargo/vendor/multer-3.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b\", \"files\": {}}",
        "dest": "cargo/vendor/multer-3.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/new_debug_unreachable/new_debug_unreachable-1.0.6.crate",
        "sha256": "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086",
        "dest": "cargo/vendor/new_debug_unreachable-1.0.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086\", \"files\": {}}",
        "dest": "cargo/vendor/new_debug_unreachable-1.0.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/nom/nom-7.1.3.crate",
        "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a",
        "dest": "cargo/vendor/nom-7.1.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\", \"files\": {}}",
        "dest": "cargo/vendor/nom-7.1.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/noop_proc_macro/noop_proc_macro-0.3.0.crate",
        "sha256": "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8",
        "dest": "cargo/vendor/noop_proc_macro-0.3.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8\", \"files\": {}}",
        "dest": "cargo/vendor/noop_proc_macro-0.3.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/nu-ansi-term/nu-ansi-term-0.46.0.crate",
        "sha256": "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84",
        "dest": "cargo/vendor/nu-ansi-term-0.46.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84\", \"files\": {}}",
        "dest": "cargo/vendor/nu-ansi-term-0.46.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/num-bigint/num-bigint-0.4.6.crate",
        "sha256": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9",
        "dest": "cargo/vendor/num-bigint-0.4.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9\", \"files\": {}}",
        "dest": "cargo/vendor/num-bigint-0.4.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/num-conv/num-conv-0.1.0.crate",
        "sha256": "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9",
        "dest": "cargo/vendor/num-conv-0.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9\", \"files\": {}}",
        "dest": "cargo/vendor/num-conv-0.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/num-derive/num-derive-0.4.2.crate",
        "sha256": "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202",
        "dest": "cargo/vendor/num-derive-0.4.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202\", \"files\": {}}",
        "dest": "cargo/vendor/num-derive-0.4.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/num-integer/num-integer-0.1.46.crate",
        "sha256": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f",
        "dest": "cargo/vendor/num-integer-0.1.46"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f\", \"files\": {}}",
        "dest": "cargo/vendor/num-integer-0.1.46",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/num-rational/num-rational-0.4.2.crate",
        "sha256": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824",
        "dest": "cargo/vendor/num-rational-0.4.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824\", \"files\": {}}",
        "dest": "cargo/vendor/num-rational-0.4.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/num-traits/num-traits-0.2.19.crate",
        "sha256": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841",
        "dest": "cargo/vendor/num-traits-0.2.19"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841\", \"files\": {}}",
        "dest": "cargo/vendor/num-traits-0.2.19",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/num_cpus/num_cpus-1.16.0.crate",
        "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43",
        "dest": "cargo/vendor/num_cpus-1.16.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43\", \"files\": {}}",
        "dest": "cargo/vendor/num_cpus-1.16.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/object/object-0.36.4.crate",
        "sha256": "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a",
        "dest": "cargo/vendor/object-0.36.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a\", \"files\": {}}",
        "dest": "cargo/vendor/object-0.36.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/once_cell/once_cell-1.19.0.crate",
        "sha256": "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92",
        "dest": "cargo/vendor/once_cell-1.19.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92\", \"files\": {}}",
        "dest": "cargo/vendor/once_cell-1.19.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/openssl-probe/openssl-probe-0.1.5.crate",
        "sha256": "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf",
        "dest": "cargo/vendor/openssl-probe-0.1.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf\", \"files\": {}}",
        "dest": "cargo/vendor/openssl-probe-0.1.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/overload/overload-0.1.1.crate",
        "sha256": "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39",
        "dest": "cargo/vendor/overload-0.1.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39\", \"files\": {}}",
        "dest": "cargo/vendor/overload-0.1.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/parking_lot/parking_lot-0.12.3.crate",
        "sha256": "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27",
        "dest": "cargo/vendor/parking_lot-0.12.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27\", \"files\": {}}",
        "dest": "cargo/vendor/parking_lot-0.12.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/parking_lot_core/parking_lot_core-0.9.10.crate",
        "sha256": "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8",
        "dest": "cargo/vendor/parking_lot_core-0.9.10"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8\", \"files\": {}}",
        "dest": "cargo/vendor/parking_lot_core-0.9.10",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/paste/paste-1.0.15.crate",
        "sha256": "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a",
        "dest": "cargo/vendor/paste-1.0.15"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a\", \"files\": {}}",
        "dest": "cargo/vendor/paste-1.0.15",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/pear/pear-0.2.9.crate",
        "sha256": "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467",
        "dest": "cargo/vendor/pear-0.2.9"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467\", \"files\": {}}",
        "dest": "cargo/vendor/pear-0.2.9",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/pear_codegen/pear_codegen-0.2.9.crate",
        "sha256": "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147",
        "dest": "cargo/vendor/pear_codegen-0.2.9"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147\", \"files\": {}}",
        "dest": "cargo/vendor/pear_codegen-0.2.9",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/percent-encoding/percent-encoding-2.3.1.crate",
        "sha256": "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e",
        "dest": "cargo/vendor/percent-encoding-2.3.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e\", \"files\": {}}",
        "dest": "cargo/vendor/percent-encoding-2.3.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/pin-project/pin-project-1.1.5.crate",
        "sha256": "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3",
        "dest": "cargo/vendor/pin-project-1.1.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3\", \"files\": {}}",
        "dest": "cargo/vendor/pin-project-1.1.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/pin-project-internal/pin-project-internal-1.1.5.crate",
        "sha256": "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965",
        "dest": "cargo/vendor/pin-project-internal-1.1.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965\", \"files\": {}}",
        "dest": "cargo/vendor/pin-project-internal-1.1.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/pin-project-lite/pin-project-lite-0.2.14.crate",
        "sha256": "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02",
        "dest": "cargo/vendor/pin-project-lite-0.2.14"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02\", \"files\": {}}",
        "dest": "cargo/vendor/pin-project-lite-0.2.14",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/pin-utils/pin-utils-0.1.0.crate",
        "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184",
        "dest": "cargo/vendor/pin-utils-0.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184\", \"files\": {}}",
        "dest": "cargo/vendor/pin-utils-0.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/pkg-config/pkg-config-0.3.30.crate",
        "sha256": "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec",
        "dest": "cargo/vendor/pkg-config-0.3.30"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec\", \"files\": {}}",
        "dest": "cargo/vendor/pkg-config-0.3.30",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/png/png-0.17.13.crate",
        "sha256": "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1",
        "dest": "cargo/vendor/png-0.17.13"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1\", \"files\": {}}",
        "dest": "cargo/vendor/png-0.17.13",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/polling/polling-2.8.0.crate",
        "sha256": "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce",
        "dest": "cargo/vendor/polling-2.8.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce\", \"files\": {}}",
        "dest": "cargo/vendor/polling-2.8.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/pollster/pollster-0.3.0.crate",
        "sha256": "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2",
        "dest": "cargo/vendor/pollster-0.3.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2\", \"files\": {}}",
        "dest": "cargo/vendor/pollster-0.3.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/powerfmt/powerfmt-0.2.0.crate",
        "sha256": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391",
        "dest": "cargo/vendor/powerfmt-0.2.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\", \"files\": {}}",
        "dest": "cargo/vendor/powerfmt-0.2.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/ppv-lite86/ppv-lite86-0.2.20.crate",
        "sha256": "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04",
        "dest": "cargo/vendor/ppv-lite86-0.2.20"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04\", \"files\": {}}",
        "dest": "cargo/vendor/ppv-lite86-0.2.20",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/prettyplease/prettyplease-0.2.22.crate",
        "sha256": "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba",
        "dest": "cargo/vendor/prettyplease-0.2.22"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba\", \"files\": {}}",
        "dest": "cargo/vendor/prettyplease-0.2.22",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.86.crate",
        "sha256": "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77",
        "dest": "cargo/vendor/proc-macro2-1.0.86"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77\", \"files\": {}}",
        "dest": "cargo/vendor/proc-macro2-1.0.86",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/proc-macro2-diagnostics/proc-macro2-diagnostics-0.10.1.crate",
        "sha256": "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8",
        "dest": "cargo/vendor/proc-macro2-diagnostics-0.10.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8\", \"files\": {}}",
        "dest": "cargo/vendor/proc-macro2-diagnostics-0.10.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/profiling/profiling-1.0.15.crate",
        "sha256": "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58",
        "dest": "cargo/vendor/profiling-1.0.15"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58\", \"files\": {}}",
        "dest": "cargo/vendor/profiling-1.0.15",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/profiling-procmacros/profiling-procmacros-1.0.15.crate",
        "sha256": "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd",
        "dest": "cargo/vendor/profiling-procmacros-1.0.15"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd\", \"files\": {}}",
        "dest": "cargo/vendor/profiling-procmacros-1.0.15",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/qoi/qoi-0.4.1.crate",
        "sha256": "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001",
        "dest": "cargo/vendor/qoi-0.4.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001\", \"files\": {}}",
        "dest": "cargo/vendor/qoi-0.4.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/quick-error/quick-error-2.0.1.crate",
        "sha256": "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3",
        "dest": "cargo/vendor/quick-error-2.0.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3\", \"files\": {}}",
        "dest": "cargo/vendor/quick-error-2.0.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/quinn/quinn-0.11.4.crate",
        "sha256": "a2d2fb862b7ba45e615c1429def928f2e15f815bdf933b27a2d3824e224c1f46",
        "dest": "cargo/vendor/quinn-0.11.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a2d2fb862b7ba45e615c1429def928f2e15f815bdf933b27a2d3824e224c1f46\", \"files\": {}}",
        "dest": "cargo/vendor/quinn-0.11.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/quinn-proto/quinn-proto-0.11.7.crate",
        "sha256": "ea0a9b3a42929fad8a7c3de7f86ce0814cfa893328157672680e9fb1145549c5",
        "dest": "cargo/vendor/quinn-proto-0.11.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ea0a9b3a42929fad8a7c3de7f86ce0814cfa893328157672680e9fb1145549c5\", \"files\": {}}",
        "dest": "cargo/vendor/quinn-proto-0.11.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/quinn-udp/quinn-udp-0.5.4.crate",
        "sha256": "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285",
        "dest": "cargo/vendor/quinn-udp-0.5.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285\", \"files\": {}}",
        "dest": "cargo/vendor/quinn-udp-0.5.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/quote/quote-1.0.37.crate",
        "sha256": "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af",
        "dest": "cargo/vendor/quote-1.0.37"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af\", \"files\": {}}",
        "dest": "cargo/vendor/quote-1.0.37",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rand/rand-0.8.5.crate",
        "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404",
        "dest": "cargo/vendor/rand-0.8.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404\", \"files\": {}}",
        "dest": "cargo/vendor/rand-0.8.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rand/rand-0.9.0-alpha.2.crate",
        "sha256": "c3e256ff62cee3e03def855c4d4260106d2bb1696fdc01af03e9935b993720a5",
        "dest": "cargo/vendor/rand-0.9.0-alpha.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c3e256ff62cee3e03def855c4d4260106d2bb1696fdc01af03e9935b993720a5\", \"files\": {}}",
        "dest": "cargo/vendor/rand-0.9.0-alpha.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rand_chacha/rand_chacha-0.3.1.crate",
        "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88",
        "dest": "cargo/vendor/rand_chacha-0.3.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88\", \"files\": {}}",
        "dest": "cargo/vendor/rand_chacha-0.3.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rand_chacha/rand_chacha-0.9.0-alpha.2.crate",
        "sha256": "d299e9db34f6623b2a9e86c015d6e173d5f46d64d4b9b8cc46ae8a982a50b04c",
        "dest": "cargo/vendor/rand_chacha-0.9.0-alpha.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d299e9db34f6623b2a9e86c015d6e173d5f46d64d4b9b8cc46ae8a982a50b04c\", \"files\": {}}",
        "dest": "cargo/vendor/rand_chacha-0.9.0-alpha.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rand_core/rand_core-0.6.4.crate",
        "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c",
        "dest": "cargo/vendor/rand_core-0.6.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c\", \"files\": {}}",
        "dest": "cargo/vendor/rand_core-0.6.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rand_core/rand_core-0.9.0-alpha.2.crate",
        "sha256": "f4e93f5a5e3c528cda9acb0928c31b2ba868c551cc46e67b778075e34aab9906",
        "dest": "cargo/vendor/rand_core-0.9.0-alpha.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f4e93f5a5e3c528cda9acb0928c31b2ba868c551cc46e67b778075e34aab9906\", \"files\": {}}",
        "dest": "cargo/vendor/rand_core-0.9.0-alpha.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rav1e/rav1e-0.7.1.crate",
        "sha256": "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9",
        "dest": "cargo/vendor/rav1e-0.7.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9\", \"files\": {}}",
        "dest": "cargo/vendor/rav1e-0.7.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/ravif/ravif-0.11.10.crate",
        "sha256": "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd",
        "dest": "cargo/vendor/ravif-0.11.10"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd\", \"files\": {}}",
        "dest": "cargo/vendor/ravif-0.11.10",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rayon/rayon-1.10.0.crate",
        "sha256": "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa",
        "dest": "cargo/vendor/rayon-1.10.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa\", \"files\": {}}",
        "dest": "cargo/vendor/rayon-1.10.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rayon-core/rayon-core-1.12.1.crate",
        "sha256": "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2",
        "dest": "cargo/vendor/rayon-core-1.12.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2\", \"files\": {}}",
        "dest": "cargo/vendor/rayon-core-1.12.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/redox_syscall/redox_syscall-0.5.3.crate",
        "sha256": "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4",
        "dest": "cargo/vendor/redox_syscall-0.5.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4\", \"files\": {}}",
        "dest": "cargo/vendor/redox_syscall-0.5.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/ref-cast/ref-cast-1.0.23.crate",
        "sha256": "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931",
        "dest": "cargo/vendor/ref-cast-1.0.23"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931\", \"files\": {}}",
        "dest": "cargo/vendor/ref-cast-1.0.23",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/ref-cast-impl/ref-cast-impl-1.0.23.crate",
        "sha256": "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6",
        "dest": "cargo/vendor/ref-cast-impl-1.0.23"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6\", \"files\": {}}",
        "dest": "cargo/vendor/ref-cast-impl-1.0.23",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/regex/regex-1.10.6.crate",
        "sha256": "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619",
        "dest": "cargo/vendor/regex-1.10.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619\", \"files\": {}}",
        "dest": "cargo/vendor/regex-1.10.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/regex-automata/regex-automata-0.1.10.crate",
        "sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132",
        "dest": "cargo/vendor/regex-automata-0.1.10"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132\", \"files\": {}}",
        "dest": "cargo/vendor/regex-automata-0.1.10",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/regex-automata/regex-automata-0.4.7.crate",
        "sha256": "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df",
        "dest": "cargo/vendor/regex-automata-0.4.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df\", \"files\": {}}",
        "dest": "cargo/vendor/regex-automata-0.4.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/regex-syntax/regex-syntax-0.6.29.crate",
        "sha256": "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1",
        "dest": "cargo/vendor/regex-syntax-0.6.29"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1\", \"files\": {}}",
        "dest": "cargo/vendor/regex-syntax-0.6.29",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/regex-syntax/regex-syntax-0.8.4.crate",
        "sha256": "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b",
        "dest": "cargo/vendor/regex-syntax-0.8.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b\", \"files\": {}}",
        "dest": "cargo/vendor/regex-syntax-0.8.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/reqwest/reqwest-0.12.7.crate",
        "sha256": "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63",
        "dest": "cargo/vendor/reqwest-0.12.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63\", \"files\": {}}",
        "dest": "cargo/vendor/reqwest-0.12.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rgb/rgb-0.8.48.crate",
        "sha256": "0f86ae463694029097b846d8f99fd5536740602ae00022c0c50c5600720b2f71",
        "dest": "cargo/vendor/rgb-0.8.48"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0f86ae463694029097b846d8f99fd5536740602ae00022c0c50c5600720b2f71\", \"files\": {}}",
        "dest": "cargo/vendor/rgb-0.8.48",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/ring/ring-0.17.8.crate",
        "sha256": "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d",
        "dest": "cargo/vendor/ring-0.17.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d\", \"files\": {}}",
        "dest": "cargo/vendor/ring-0.17.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rocket/rocket-0.5.1.crate",
        "sha256": "a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f",
        "dest": "cargo/vendor/rocket-0.5.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f\", \"files\": {}}",
        "dest": "cargo/vendor/rocket-0.5.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rocket_codegen/rocket_codegen-0.5.1.crate",
        "sha256": "575d32d7ec1a9770108c879fc7c47815a80073f96ca07ff9525a94fcede1dd46",
        "dest": "cargo/vendor/rocket_codegen-0.5.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"575d32d7ec1a9770108c879fc7c47815a80073f96ca07ff9525a94fcede1dd46\", \"files\": {}}",
        "dest": "cargo/vendor/rocket_codegen-0.5.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rocket_http/rocket_http-0.5.1.crate",
        "sha256": "e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9",
        "dest": "cargo/vendor/rocket_http-0.5.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9\", \"files\": {}}",
        "dest": "cargo/vendor/rocket_http-0.5.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustc-demangle/rustc-demangle-0.1.24.crate",
        "sha256": "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f",
        "dest": "cargo/vendor/rustc-demangle-0.1.24"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f\", \"files\": {}}",
        "dest": "cargo/vendor/rustc-demangle-0.1.24",
        "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/rustc-hash/rustc-hash-2.0.0.crate",
        "sha256": "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152",
        "dest": "cargo/vendor/rustc-hash-2.0.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152\", \"files\": {}}",
        "dest": "cargo/vendor/rustc-hash-2.0.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustix/rustix-0.38.37.crate",
        "sha256": "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811",
        "dest": "cargo/vendor/rustix-0.38.37"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811\", \"files\": {}}",
        "dest": "cargo/vendor/rustix-0.38.37",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustls/rustls-0.23.13.crate",
        "sha256": "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8",
        "dest": "cargo/vendor/rustls-0.23.13"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8\", \"files\": {}}",
        "dest": "cargo/vendor/rustls-0.23.13",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustls-native-certs/rustls-native-certs-0.7.2.crate",
        "sha256": "04182dffc9091a404e0fc069ea5cd60e5b866c3adf881eff99a32d048242dffa",
        "dest": "cargo/vendor/rustls-native-certs-0.7.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"04182dffc9091a404e0fc069ea5cd60e5b866c3adf881eff99a32d048242dffa\", \"files\": {}}",
        "dest": "cargo/vendor/rustls-native-certs-0.7.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustls-native-certs/rustls-native-certs-0.8.0.crate",
        "sha256": "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a",
        "dest": "cargo/vendor/rustls-native-certs-0.8.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a\", \"files\": {}}",
        "dest": "cargo/vendor/rustls-native-certs-0.8.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustls-pemfile/rustls-pemfile-2.1.3.crate",
        "sha256": "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425",
        "dest": "cargo/vendor/rustls-pemfile-2.1.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425\", \"files\": {}}",
        "dest": "cargo/vendor/rustls-pemfile-2.1.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustls-pki-types/rustls-pki-types-1.8.0.crate",
        "sha256": "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0",
        "dest": "cargo/vendor/rustls-pki-types-1.8.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0\", \"files\": {}}",
        "dest": "cargo/vendor/rustls-pki-types-1.8.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustls-webpki/rustls-webpki-0.102.8.crate",
        "sha256": "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9",
        "dest": "cargo/vendor/rustls-webpki-0.102.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9\", \"files\": {}}",
        "dest": "cargo/vendor/rustls-webpki-0.102.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/rustversion/rustversion-1.0.17.crate",
        "sha256": "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6",
        "dest": "cargo/vendor/rustversion-1.0.17"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6\", \"files\": {}}",
        "dest": "cargo/vendor/rustversion-1.0.17",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/ryu/ryu-1.0.18.crate",
        "sha256": "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f",
        "dest": "cargo/vendor/ryu-1.0.18"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f\", \"files\": {}}",
        "dest": "cargo/vendor/ryu-1.0.18",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/schannel/schannel-0.1.23.crate",
        "sha256": "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534",
        "dest": "cargo/vendor/schannel-0.1.23"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534\", \"files\": {}}",
        "dest": "cargo/vendor/schannel-0.1.23",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/scoped-tls/scoped-tls-1.0.1.crate",
        "sha256": "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294",
        "dest": "cargo/vendor/scoped-tls-1.0.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\", \"files\": {}}",
        "dest": "cargo/vendor/scoped-tls-1.0.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/scopeguard/scopeguard-1.2.0.crate",
        "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49",
        "dest": "cargo/vendor/scopeguard-1.2.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\", \"files\": {}}",
        "dest": "cargo/vendor/scopeguard-1.2.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/sdl2/sdl2-0.37.0.crate",
        "sha256": "3b498da7d14d1ad6c839729bd4ad6fc11d90a57583605f3b4df2cd709a9cd380",
        "dest": "cargo/vendor/sdl2-0.37.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3b498da7d14d1ad6c839729bd4ad6fc11d90a57583605f3b4df2cd709a9cd380\", \"files\": {}}",
        "dest": "cargo/vendor/sdl2-0.37.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/sdl2-sys/sdl2-sys-0.37.0.crate",
        "sha256": "951deab27af08ed9c6068b7b0d05a93c91f0a8eb16b6b816a5e73452a43521d3",
        "dest": "cargo/vendor/sdl2-sys-0.37.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"951deab27af08ed9c6068b7b0d05a93c91f0a8eb16b6b816a5e73452a43521d3\", \"files\": {}}",
        "dest": "cargo/vendor/sdl2-sys-0.37.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/security-framework/security-framework-2.11.1.crate",
        "sha256": "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02",
        "dest": "cargo/vendor/security-framework-2.11.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02\", \"files\": {}}",
        "dest": "cargo/vendor/security-framework-2.11.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/security-framework-sys/security-framework-sys-2.11.1.crate",
        "sha256": "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf",
        "dest": "cargo/vendor/security-framework-sys-2.11.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf\", \"files\": {}}",
        "dest": "cargo/vendor/security-framework-sys-2.11.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/serde/serde-1.0.210.crate",
        "sha256": "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a",
        "dest": "cargo/vendor/serde-1.0.210"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a\", \"files\": {}}",
        "dest": "cargo/vendor/serde-1.0.210",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/serde_derive/serde_derive-1.0.210.crate",
        "sha256": "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f",
        "dest": "cargo/vendor/serde_derive-1.0.210"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f\", \"files\": {}}",
        "dest": "cargo/vendor/serde_derive-1.0.210",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/serde_json/serde_json-1.0.128.crate",
        "sha256": "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8",
        "dest": "cargo/vendor/serde_json-1.0.128"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8\", \"files\": {}}",
        "dest": "cargo/vendor/serde_json-1.0.128",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/serde_spanned/serde_spanned-0.6.7.crate",
        "sha256": "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d",
        "dest": "cargo/vendor/serde_spanned-0.6.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d\", \"files\": {}}",
        "dest": "cargo/vendor/serde_spanned-0.6.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/serde_urlencoded/serde_urlencoded-0.7.1.crate",
        "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd",
        "dest": "cargo/vendor/serde_urlencoded-0.7.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd\", \"files\": {}}",
        "dest": "cargo/vendor/serde_urlencoded-0.7.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/serde_yml/serde_yml-0.0.12.crate",
        "sha256": "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd",
        "dest": "cargo/vendor/serde_yml-0.0.12"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd\", \"files\": {}}",
        "dest": "cargo/vendor/serde_yml-0.0.12",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/sha1/sha1-0.10.6.crate",
        "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba",
        "dest": "cargo/vendor/sha1-0.10.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba\", \"files\": {}}",
        "dest": "cargo/vendor/sha1-0.10.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/sharded-slab/sharded-slab-0.1.7.crate",
        "sha256": "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6",
        "dest": "cargo/vendor/sharded-slab-0.1.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6\", \"files\": {}}",
        "dest": "cargo/vendor/sharded-slab-0.1.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/shlex/shlex-1.3.0.crate",
        "sha256": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64",
        "dest": "cargo/vendor/shlex-1.3.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64\", \"files\": {}}",
        "dest": "cargo/vendor/shlex-1.3.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/signal-hook-registry/signal-hook-registry-1.4.2.crate",
        "sha256": "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1",
        "dest": "cargo/vendor/signal-hook-registry-1.4.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1\", \"files\": {}}",
        "dest": "cargo/vendor/signal-hook-registry-1.4.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/simd-adler32/simd-adler32-0.3.7.crate",
        "sha256": "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe",
        "dest": "cargo/vendor/simd-adler32-0.3.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe\", \"files\": {}}",
        "dest": "cargo/vendor/simd-adler32-0.3.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/simd_helpers/simd_helpers-0.1.0.crate",
        "sha256": "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6",
        "dest": "cargo/vendor/simd_helpers-0.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6\", \"files\": {}}",
        "dest": "cargo/vendor/simd_helpers-0.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/slab/slab-0.4.9.crate",
        "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67",
        "dest": "cargo/vendor/slab-0.4.9"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67\", \"files\": {}}",
        "dest": "cargo/vendor/slab-0.4.9",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/smallvec/smallvec-1.13.2.crate",
        "sha256": "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67",
        "dest": "cargo/vendor/smallvec-1.13.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67\", \"files\": {}}",
        "dest": "cargo/vendor/smallvec-1.13.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/socket2/socket2-0.5.7.crate",
        "sha256": "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c",
        "dest": "cargo/vendor/socket2-0.5.7"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c\", \"files\": {}}",
        "dest": "cargo/vendor/socket2-0.5.7",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/spin/spin-0.9.8.crate",
        "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67",
        "dest": "cargo/vendor/spin-0.9.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67\", \"files\": {}}",
        "dest": "cargo/vendor/spin-0.9.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/stable-pattern/stable-pattern-0.1.0.crate",
        "sha256": "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045",
        "dest": "cargo/vendor/stable-pattern-0.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045\", \"files\": {}}",
        "dest": "cargo/vendor/stable-pattern-0.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/state/state-0.6.0.crate",
        "sha256": "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8",
        "dest": "cargo/vendor/state-0.6.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8\", \"files\": {}}",
        "dest": "cargo/vendor/state-0.6.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/strsim/strsim-0.11.1.crate",
        "sha256": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f",
        "dest": "cargo/vendor/strsim-0.11.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\", \"files\": {}}",
        "dest": "cargo/vendor/strsim-0.11.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/subtle/subtle-2.6.1.crate",
        "sha256": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292",
        "dest": "cargo/vendor/subtle-2.6.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292\", \"files\": {}}",
        "dest": "cargo/vendor/subtle-2.6.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/syn/syn-2.0.77.crate",
        "sha256": "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed",
        "dest": "cargo/vendor/syn-2.0.77"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed\", \"files\": {}}",
        "dest": "cargo/vendor/syn-2.0.77",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/sync_wrapper/sync_wrapper-1.0.1.crate",
        "sha256": "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394",
        "dest": "cargo/vendor/sync_wrapper-1.0.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394\", \"files\": {}}",
        "dest": "cargo/vendor/sync_wrapper-1.0.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/system-deps/system-deps-6.2.2.crate",
        "sha256": "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349",
        "dest": "cargo/vendor/system-deps-6.2.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349\", \"files\": {}}",
        "dest": "cargo/vendor/system-deps-6.2.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/target-lexicon/target-lexicon-0.12.16.crate",
        "sha256": "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1",
        "dest": "cargo/vendor/target-lexicon-0.12.16"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1\", \"files\": {}}",
        "dest": "cargo/vendor/target-lexicon-0.12.16",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tempfile/tempfile-3.12.0.crate",
        "sha256": "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64",
        "dest": "cargo/vendor/tempfile-3.12.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64\", \"files\": {}}",
        "dest": "cargo/vendor/tempfile-3.12.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/thiserror/thiserror-1.0.63.crate",
        "sha256": "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724",
        "dest": "cargo/vendor/thiserror-1.0.63"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724\", \"files\": {}}",
        "dest": "cargo/vendor/thiserror-1.0.63",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/thiserror-impl/thiserror-impl-1.0.63.crate",
        "sha256": "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261",
        "dest": "cargo/vendor/thiserror-impl-1.0.63"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261\", \"files\": {}}",
        "dest": "cargo/vendor/thiserror-impl-1.0.63",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/thread_local/thread_local-1.1.8.crate",
        "sha256": "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c",
        "dest": "cargo/vendor/thread_local-1.1.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c\", \"files\": {}}",
        "dest": "cargo/vendor/thread_local-1.1.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tiff/tiff-0.9.1.crate",
        "sha256": "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e",
        "dest": "cargo/vendor/tiff-0.9.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e\", \"files\": {}}",
        "dest": "cargo/vendor/tiff-0.9.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/time/time-0.3.36.crate",
        "sha256": "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885",
        "dest": "cargo/vendor/time-0.3.36"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885\", \"files\": {}}",
        "dest": "cargo/vendor/time-0.3.36",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/time-core/time-core-0.1.2.crate",
        "sha256": "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3",
        "dest": "cargo/vendor/time-core-0.1.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3\", \"files\": {}}",
        "dest": "cargo/vendor/time-core-0.1.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/time-macros/time-macros-0.2.18.crate",
        "sha256": "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf",
        "dest": "cargo/vendor/time-macros-0.2.18"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf\", \"files\": {}}",
        "dest": "cargo/vendor/time-macros-0.2.18",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tinyvec/tinyvec-1.8.0.crate",
        "sha256": "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938",
        "dest": "cargo/vendor/tinyvec-1.8.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938\", \"files\": {}}",
        "dest": "cargo/vendor/tinyvec-1.8.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tinyvec_macros/tinyvec_macros-0.1.1.crate",
        "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20",
        "dest": "cargo/vendor/tinyvec_macros-0.1.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20\", \"files\": {}}",
        "dest": "cargo/vendor/tinyvec_macros-0.1.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tokio/tokio-1.40.0.crate",
        "sha256": "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998",
        "dest": "cargo/vendor/tokio-1.40.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998\", \"files\": {}}",
        "dest": "cargo/vendor/tokio-1.40.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tokio-macros/tokio-macros-2.4.0.crate",
        "sha256": "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752",
        "dest": "cargo/vendor/tokio-macros-2.4.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752\", \"files\": {}}",
        "dest": "cargo/vendor/tokio-macros-2.4.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tokio-rustls/tokio-rustls-0.26.0.crate",
        "sha256": "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4",
        "dest": "cargo/vendor/tokio-rustls-0.26.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4\", \"files\": {}}",
        "dest": "cargo/vendor/tokio-rustls-0.26.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tokio-stream/tokio-stream-0.1.16.crate",
        "sha256": "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1",
        "dest": "cargo/vendor/tokio-stream-0.1.16"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1\", \"files\": {}}",
        "dest": "cargo/vendor/tokio-stream-0.1.16",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tokio-tungstenite/tokio-tungstenite-0.24.0.crate",
        "sha256": "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9",
        "dest": "cargo/vendor/tokio-tungstenite-0.24.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9\", \"files\": {}}",
        "dest": "cargo/vendor/tokio-tungstenite-0.24.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tokio-util/tokio-util-0.7.12.crate",
        "sha256": "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a",
        "dest": "cargo/vendor/tokio-util-0.7.12"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a\", \"files\": {}}",
        "dest": "cargo/vendor/tokio-util-0.7.12",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/toml/toml-0.8.19.crate",
        "sha256": "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e",
        "dest": "cargo/vendor/toml-0.8.19"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e\", \"files\": {}}",
        "dest": "cargo/vendor/toml-0.8.19",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/toml_datetime/toml_datetime-0.6.8.crate",
        "sha256": "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41",
        "dest": "cargo/vendor/toml_datetime-0.6.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41\", \"files\": {}}",
        "dest": "cargo/vendor/toml_datetime-0.6.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/toml_edit/toml_edit-0.22.20.crate",
        "sha256": "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d",
        "dest": "cargo/vendor/toml_edit-0.22.20"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d\", \"files\": {}}",
        "dest": "cargo/vendor/toml_edit-0.22.20",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tower/tower-0.4.13.crate",
        "sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c",
        "dest": "cargo/vendor/tower-0.4.13"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c\", \"files\": {}}",
        "dest": "cargo/vendor/tower-0.4.13",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tower-layer/tower-layer-0.3.3.crate",
        "sha256": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e",
        "dest": "cargo/vendor/tower-layer-0.3.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e\", \"files\": {}}",
        "dest": "cargo/vendor/tower-layer-0.3.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tower-service/tower-service-0.3.3.crate",
        "sha256": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3",
        "dest": "cargo/vendor/tower-service-0.3.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3\", \"files\": {}}",
        "dest": "cargo/vendor/tower-service-0.3.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tracing/tracing-0.1.40.crate",
        "sha256": "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef",
        "dest": "cargo/vendor/tracing-0.1.40"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef\", \"files\": {}}",
        "dest": "cargo/vendor/tracing-0.1.40",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tracing-attributes/tracing-attributes-0.1.27.crate",
        "sha256": "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7",
        "dest": "cargo/vendor/tracing-attributes-0.1.27"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7\", \"files\": {}}",
        "dest": "cargo/vendor/tracing-attributes-0.1.27",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tracing-core/tracing-core-0.1.32.crate",
        "sha256": "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54",
        "dest": "cargo/vendor/tracing-core-0.1.32"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54\", \"files\": {}}",
        "dest": "cargo/vendor/tracing-core-0.1.32",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tracing-log/tracing-log-0.2.0.crate",
        "sha256": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3",
        "dest": "cargo/vendor/tracing-log-0.2.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3\", \"files\": {}}",
        "dest": "cargo/vendor/tracing-log-0.2.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tracing-subscriber/tracing-subscriber-0.3.18.crate",
        "sha256": "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b",
        "dest": "cargo/vendor/tracing-subscriber-0.3.18"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b\", \"files\": {}}",
        "dest": "cargo/vendor/tracing-subscriber-0.3.18",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/try-lock/try-lock-0.2.5.crate",
        "sha256": "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b",
        "dest": "cargo/vendor/try-lock-0.2.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b\", \"files\": {}}",
        "dest": "cargo/vendor/try-lock-0.2.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/tungstenite/tungstenite-0.24.0.crate",
        "sha256": "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a",
        "dest": "cargo/vendor/tungstenite-0.24.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a\", \"files\": {}}",
        "dest": "cargo/vendor/tungstenite-0.24.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/typenum/typenum-1.17.0.crate",
        "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825",
        "dest": "cargo/vendor/typenum-1.17.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825\", \"files\": {}}",
        "dest": "cargo/vendor/typenum-1.17.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/ubyte/ubyte-0.10.4.crate",
        "sha256": "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea",
        "dest": "cargo/vendor/ubyte-0.10.4"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea\", \"files\": {}}",
        "dest": "cargo/vendor/ubyte-0.10.4",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/uncased/uncased-0.9.10.crate",
        "sha256": "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697",
        "dest": "cargo/vendor/uncased-0.9.10"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697\", \"files\": {}}",
        "dest": "cargo/vendor/uncased-0.9.10",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/unicode-bidi/unicode-bidi-0.3.15.crate",
        "sha256": "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75",
        "dest": "cargo/vendor/unicode-bidi-0.3.15"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75\", \"files\": {}}",
        "dest": "cargo/vendor/unicode-bidi-0.3.15",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.13.crate",
        "sha256": "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe",
        "dest": "cargo/vendor/unicode-ident-1.0.13"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe\", \"files\": {}}",
        "dest": "cargo/vendor/unicode-ident-1.0.13",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/unicode-normalization/unicode-normalization-0.1.24.crate",
        "sha256": "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956",
        "dest": "cargo/vendor/unicode-normalization-0.1.24"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956\", \"files\": {}}",
        "dest": "cargo/vendor/unicode-normalization-0.1.24",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/unicode-xid/unicode-xid-0.2.6.crate",
        "sha256": "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853",
        "dest": "cargo/vendor/unicode-xid-0.2.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853\", \"files\": {}}",
        "dest": "cargo/vendor/unicode-xid-0.2.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/untrusted/untrusted-0.9.0.crate",
        "sha256": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1",
        "dest": "cargo/vendor/untrusted-0.9.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1\", \"files\": {}}",
        "dest": "cargo/vendor/untrusted-0.9.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/url/url-2.5.2.crate",
        "sha256": "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c",
        "dest": "cargo/vendor/url-2.5.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c\", \"files\": {}}",
        "dest": "cargo/vendor/url-2.5.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/users/users-0.11.0.crate",
        "sha256": "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032",
        "dest": "cargo/vendor/users-0.11.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032\", \"files\": {}}",
        "dest": "cargo/vendor/users-0.11.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/utf-8/utf-8-0.7.6.crate",
        "sha256": "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9",
        "dest": "cargo/vendor/utf-8-0.7.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9\", \"files\": {}}",
        "dest": "cargo/vendor/utf-8-0.7.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/utf8parse/utf8parse-0.2.2.crate",
        "sha256": "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821",
        "dest": "cargo/vendor/utf8parse-0.2.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821\", \"files\": {}}",
        "dest": "cargo/vendor/utf8parse-0.2.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/v_frame/v_frame-0.3.8.crate",
        "sha256": "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b",
        "dest": "cargo/vendor/v_frame-0.3.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b\", \"files\": {}}",
        "dest": "cargo/vendor/v_frame-0.3.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/valuable/valuable-0.1.0.crate",
        "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d",
        "dest": "cargo/vendor/valuable-0.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d\", \"files\": {}}",
        "dest": "cargo/vendor/valuable-0.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/version-compare/version-compare-0.1.1.crate",
        "sha256": "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29",
        "dest": "cargo/vendor/version-compare-0.1.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29\", \"files\": {}}",
        "dest": "cargo/vendor/version-compare-0.1.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/version-compare/version-compare-0.2.0.crate",
        "sha256": "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b",
        "dest": "cargo/vendor/version-compare-0.2.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b\", \"files\": {}}",
        "dest": "cargo/vendor/version-compare-0.2.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/version_check/version_check-0.9.5.crate",
        "sha256": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a",
        "dest": "cargo/vendor/version_check-0.9.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a\", \"files\": {}}",
        "dest": "cargo/vendor/version_check-0.9.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/virtue/virtue-0.0.13.crate",
        "sha256": "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314",
        "dest": "cargo/vendor/virtue-0.0.13"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314\", \"files\": {}}",
        "dest": "cargo/vendor/virtue-0.0.13",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/want/want-0.3.1.crate",
        "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e",
        "dest": "cargo/vendor/want-0.3.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e\", \"files\": {}}",
        "dest": "cargo/vendor/want-0.3.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/wasi/wasi-0.11.0+wasi-snapshot-preview1.crate",
        "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423",
        "dest": "cargo/vendor/wasi-0.11.0+wasi-snapshot-preview1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423\", \"files\": {}}",
        "dest": "cargo/vendor/wasi-0.11.0+wasi-snapshot-preview1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/wasm-bindgen/wasm-bindgen-0.2.92.crate",
        "sha256": "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8",
        "dest": "cargo/vendor/wasm-bindgen-0.2.92"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8\", \"files\": {}}",
        "dest": "cargo/vendor/wasm-bindgen-0.2.92",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/wasm-bindgen-backend/wasm-bindgen-backend-0.2.92.crate",
        "sha256": "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da",
        "dest": "cargo/vendor/wasm-bindgen-backend-0.2.92"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da\", \"files\": {}}",
        "dest": "cargo/vendor/wasm-bindgen-backend-0.2.92",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/wasm-bindgen-futures/wasm-bindgen-futures-0.4.42.crate",
        "sha256": "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0",
        "dest": "cargo/vendor/wasm-bindgen-futures-0.4.42"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0\", \"files\": {}}",
        "dest": "cargo/vendor/wasm-bindgen-futures-0.4.42",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/wasm-bindgen-macro/wasm-bindgen-macro-0.2.92.crate",
        "sha256": "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726",
        "dest": "cargo/vendor/wasm-bindgen-macro-0.2.92"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726\", \"files\": {}}",
        "dest": "cargo/vendor/wasm-bindgen-macro-0.2.92",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/wasm-bindgen-macro-support-0.2.92.crate",
        "sha256": "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7",
        "dest": "cargo/vendor/wasm-bindgen-macro-support-0.2.92"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7\", \"files\": {}}",
        "dest": "cargo/vendor/wasm-bindgen-macro-support-0.2.92",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/wasm-bindgen-shared/wasm-bindgen-shared-0.2.92.crate",
        "sha256": "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96",
        "dest": "cargo/vendor/wasm-bindgen-shared-0.2.92"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96\", \"files\": {}}",
        "dest": "cargo/vendor/wasm-bindgen-shared-0.2.92",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/web-sys/web-sys-0.3.69.crate",
        "sha256": "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef",
        "dest": "cargo/vendor/web-sys-0.3.69"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef\", \"files\": {}}",
        "dest": "cargo/vendor/web-sys-0.3.69",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/weezl/weezl-0.1.8.crate",
        "sha256": "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082",
        "dest": "cargo/vendor/weezl-0.1.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082\", \"files\": {}}",
        "dest": "cargo/vendor/weezl-0.1.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/which/which-4.4.2.crate",
        "sha256": "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7",
        "dest": "cargo/vendor/which-4.4.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7\", \"files\": {}}",
        "dest": "cargo/vendor/which-4.4.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/wildmatch/wildmatch-1.1.0.crate",
        "sha256": "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a",
        "dest": "cargo/vendor/wildmatch-1.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a\", \"files\": {}}",
        "dest": "cargo/vendor/wildmatch-1.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/winapi/winapi-0.2.8.crate",
        "sha256": "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a",
        "dest": "cargo/vendor/winapi-0.2.8"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a\", \"files\": {}}",
        "dest": "cargo/vendor/winapi-0.2.8",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/winapi/winapi-0.3.9.crate",
        "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
        "dest": "cargo/vendor/winapi-0.3.9"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\", \"files\": {}}",
        "dest": "cargo/vendor/winapi-0.3.9",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/winapi-i686-pc-windows-gnu-0.4.0.crate",
        "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
        "dest": "cargo/vendor/winapi-i686-pc-windows-gnu-0.4.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\", \"files\": {}}",
        "dest": "cargo/vendor/winapi-i686-pc-windows-gnu-0.4.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/winapi-x86_64-pc-windows-gnu-0.4.0.crate",
        "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
        "dest": "cargo/vendor/winapi-x86_64-pc-windows-gnu-0.4.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\", \"files\": {}}",
        "dest": "cargo/vendor/winapi-x86_64-pc-windows-gnu-0.4.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows/windows-0.48.0.crate",
        "sha256": "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f",
        "dest": "cargo/vendor/windows-0.48.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f\", \"files\": {}}",
        "dest": "cargo/vendor/windows-0.48.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows-registry/windows-registry-0.2.0.crate",
        "sha256": "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0",
        "dest": "cargo/vendor/windows-registry-0.2.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0\", \"files\": {}}",
        "dest": "cargo/vendor/windows-registry-0.2.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows-result/windows-result-0.2.0.crate",
        "sha256": "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e",
        "dest": "cargo/vendor/windows-result-0.2.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e\", \"files\": {}}",
        "dest": "cargo/vendor/windows-result-0.2.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows-strings/windows-strings-0.1.0.crate",
        "sha256": "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10",
        "dest": "cargo/vendor/windows-strings-0.1.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10\", \"files\": {}}",
        "dest": "cargo/vendor/windows-strings-0.1.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows-sys/windows-sys-0.48.0.crate",
        "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9",
        "dest": "cargo/vendor/windows-sys-0.48.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\", \"files\": {}}",
        "dest": "cargo/vendor/windows-sys-0.48.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows-sys/windows-sys-0.52.0.crate",
        "sha256": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d",
        "dest": "cargo/vendor/windows-sys-0.52.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d\", \"files\": {}}",
        "dest": "cargo/vendor/windows-sys-0.52.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows-sys/windows-sys-0.59.0.crate",
        "sha256": "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b",
        "dest": "cargo/vendor/windows-sys-0.59.0"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b\", \"files\": {}}",
        "dest": "cargo/vendor/windows-sys-0.59.0",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows-targets/windows-targets-0.48.5.crate",
        "sha256": "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c",
        "dest": "cargo/vendor/windows-targets-0.48.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\", \"files\": {}}",
        "dest": "cargo/vendor/windows-targets-0.48.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows-targets/windows-targets-0.52.6.crate",
        "sha256": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973",
        "dest": "cargo/vendor/windows-targets-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973\", \"files\": {}}",
        "dest": "cargo/vendor/windows-targets-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/windows_aarch64_gnullvm-0.48.5.crate",
        "sha256": "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8",
        "dest": "cargo/vendor/windows_aarch64_gnullvm-0.48.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\", \"files\": {}}",
        "dest": "cargo/vendor/windows_aarch64_gnullvm-0.48.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/windows_aarch64_gnullvm-0.52.6.crate",
        "sha256": "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3",
        "dest": "cargo/vendor/windows_aarch64_gnullvm-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3\", \"files\": {}}",
        "dest": "cargo/vendor/windows_aarch64_gnullvm-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_aarch64_msvc/windows_aarch64_msvc-0.48.5.crate",
        "sha256": "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc",
        "dest": "cargo/vendor/windows_aarch64_msvc-0.48.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\", \"files\": {}}",
        "dest": "cargo/vendor/windows_aarch64_msvc-0.48.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_aarch64_msvc/windows_aarch64_msvc-0.52.6.crate",
        "sha256": "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469",
        "dest": "cargo/vendor/windows_aarch64_msvc-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469\", \"files\": {}}",
        "dest": "cargo/vendor/windows_aarch64_msvc-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_i686_gnu/windows_i686_gnu-0.48.5.crate",
        "sha256": "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e",
        "dest": "cargo/vendor/windows_i686_gnu-0.48.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\", \"files\": {}}",
        "dest": "cargo/vendor/windows_i686_gnu-0.48.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_i686_gnu/windows_i686_gnu-0.52.6.crate",
        "sha256": "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b",
        "dest": "cargo/vendor/windows_i686_gnu-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b\", \"files\": {}}",
        "dest": "cargo/vendor/windows_i686_gnu-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_i686_gnullvm/windows_i686_gnullvm-0.52.6.crate",
        "sha256": "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66",
        "dest": "cargo/vendor/windows_i686_gnullvm-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66\", \"files\": {}}",
        "dest": "cargo/vendor/windows_i686_gnullvm-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_i686_msvc/windows_i686_msvc-0.48.5.crate",
        "sha256": "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406",
        "dest": "cargo/vendor/windows_i686_msvc-0.48.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\", \"files\": {}}",
        "dest": "cargo/vendor/windows_i686_msvc-0.48.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_i686_msvc/windows_i686_msvc-0.52.6.crate",
        "sha256": "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66",
        "dest": "cargo/vendor/windows_i686_msvc-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66\", \"files\": {}}",
        "dest": "cargo/vendor/windows_i686_msvc-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_x86_64_gnu/windows_x86_64_gnu-0.48.5.crate",
        "sha256": "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e",
        "dest": "cargo/vendor/windows_x86_64_gnu-0.48.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\", \"files\": {}}",
        "dest": "cargo/vendor/windows_x86_64_gnu-0.48.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_x86_64_gnu/windows_x86_64_gnu-0.52.6.crate",
        "sha256": "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78",
        "dest": "cargo/vendor/windows_x86_64_gnu-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78\", \"files\": {}}",
        "dest": "cargo/vendor/windows_x86_64_gnu-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/windows_x86_64_gnullvm-0.48.5.crate",
        "sha256": "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc",
        "dest": "cargo/vendor/windows_x86_64_gnullvm-0.48.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\", \"files\": {}}",
        "dest": "cargo/vendor/windows_x86_64_gnullvm-0.48.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/windows_x86_64_gnullvm-0.52.6.crate",
        "sha256": "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d",
        "dest": "cargo/vendor/windows_x86_64_gnullvm-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d\", \"files\": {}}",
        "dest": "cargo/vendor/windows_x86_64_gnullvm-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_x86_64_msvc/windows_x86_64_msvc-0.48.5.crate",
        "sha256": "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538",
        "dest": "cargo/vendor/windows_x86_64_msvc-0.48.5"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\", \"files\": {}}",
        "dest": "cargo/vendor/windows_x86_64_msvc-0.48.5",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/windows_x86_64_msvc/windows_x86_64_msvc-0.52.6.crate",
        "sha256": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec",
        "dest": "cargo/vendor/windows_x86_64_msvc-0.52.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec\", \"files\": {}}",
        "dest": "cargo/vendor/windows_x86_64_msvc-0.52.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/winnow/winnow-0.6.18.crate",
        "sha256": "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f",
        "dest": "cargo/vendor/winnow-0.6.18"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f\", \"files\": {}}",
        "dest": "cargo/vendor/winnow-0.6.18",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/xdg/xdg-2.5.2.crate",
        "sha256": "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546",
        "dest": "cargo/vendor/xdg-2.5.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546\", \"files\": {}}",
        "dest": "cargo/vendor/xdg-2.5.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/xml-rs/xml-rs-0.8.22.crate",
        "sha256": "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26",
        "dest": "cargo/vendor/xml-rs-0.8.22"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26\", \"files\": {}}",
        "dest": "cargo/vendor/xml-rs-0.8.22",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/xmltree/xmltree-0.10.3.crate",
        "sha256": "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb",
        "dest": "cargo/vendor/xmltree-0.10.3"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb\", \"files\": {}}",
        "dest": "cargo/vendor/xmltree-0.10.3",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/yansi/yansi-1.0.1.crate",
        "sha256": "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049",
        "dest": "cargo/vendor/yansi-1.0.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049\", \"files\": {}}",
        "dest": "cargo/vendor/yansi-1.0.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zerocopy/zerocopy-0.7.35.crate",
        "sha256": "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0",
        "dest": "cargo/vendor/zerocopy-0.7.35"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0\", \"files\": {}}",
        "dest": "cargo/vendor/zerocopy-0.7.35",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zerocopy-derive/zerocopy-derive-0.7.35.crate",
        "sha256": "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e",
        "dest": "cargo/vendor/zerocopy-derive-0.7.35"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e\", \"files\": {}}",
        "dest": "cargo/vendor/zerocopy-derive-0.7.35",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zeroize/zeroize-1.8.1.crate",
        "sha256": "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde",
        "dest": "cargo/vendor/zeroize-1.8.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde\", \"files\": {}}",
        "dest": "cargo/vendor/zeroize-1.8.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zstd/zstd-0.13.2.crate",
        "sha256": "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9",
        "dest": "cargo/vendor/zstd-0.13.2"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9\", \"files\": {}}",
        "dest": "cargo/vendor/zstd-0.13.2",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zstd-safe/zstd-safe-7.2.1.crate",
        "sha256": "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059",
        "dest": "cargo/vendor/zstd-safe-7.2.1"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059\", \"files\": {}}",
        "dest": "cargo/vendor/zstd-safe-7.2.1",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zstd-sys/zstd-sys-2.0.13+zstd.1.5.6.crate",
        "sha256": "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa",
        "dest": "cargo/vendor/zstd-sys-2.0.13+zstd.1.5.6"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa\", \"files\": {}}",
        "dest": "cargo/vendor/zstd-sys-2.0.13+zstd.1.5.6",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zune-core/zune-core-0.4.12.crate",
        "sha256": "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a",
        "dest": "cargo/vendor/zune-core-0.4.12"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a\", \"files\": {}}",
        "dest": "cargo/vendor/zune-core-0.4.12",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zune-inflate/zune-inflate-0.2.54.crate",
        "sha256": "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02",
        "dest": "cargo/vendor/zune-inflate-0.2.54"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02\", \"files\": {}}",
        "dest": "cargo/vendor/zune-inflate-0.2.54",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "archive",
        "archive-type": "tar-gzip",
        "url": "https://static.crates.io/crates/zune-jpeg/zune-jpeg-0.4.13.crate",
        "sha256": "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768",
        "dest": "cargo/vendor/zune-jpeg-0.4.13"
    },
    {
        "type": "inline",
        "contents": "{\"package\": \"16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768\", \"files\": {}}",
        "dest": "cargo/vendor/zune-jpeg-0.4.13",
        "dest-filename": ".cargo-checksum.json"
    },
    {
        "type": "inline",
        "contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n",
        "dest": "cargo",
        "dest-filename": "config"
    }
]