aboutsummaryrefslogtreecommitdiff
path: root/build-aux/systems.tranquil.Map.yml
blob: 6c6dd403bfab226d176bd22af4a8b21eb681e513 (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
id: systems.tranquil.Map
runtime: org.gnome.Platform
runtime-version: '48'
sdk: org.gnome.Sdk
sdk-extensions:
  - org.freedesktop.Sdk.Extension.rust-stable
command: systems.tranquil.Map
finish-args:
  - --device=dri
  - --share=ipc
  - --socket=wayland
  - --socket=fallback-x11
modules:
  - name: map
    buildsystem: simple
    build-options:
      append-path: /usr/lib/sdk/rust-stable/bin
      env:
        CARGO_HOME: /run/build/map/cargo
        CARGO_NET_OFFLINE: 'true'
    build-commands:
      - cargo --offline fetch --manifest-path Cargo.toml --verbose
      - cargo build --offline --release --all-features
      - install -Dm0755 target/release/map ${FLATPAK_DEST}/bin/${FLATPAK_ID}
      - install -Dm0644 resources/logo.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg
      - install -Dm0644 resources/${FLATPAK_ID}.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
      - install -Dm0644 resources/${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml
      - install -Dm0644 resources/${FLATPAK_ID}.service ${FLATPAK_DEST}/share/dbus-1/services/${FLATPAK_ID}.service
      - install -Dm0644 resources/wmap.lang ${FLATPAK_DEST}/share/gtksourceview-5/language-specs/wmap.lang
    sources:
      - type: dir
        path: ..
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/adler2/adler2-2.0.1.crate
        sha256: 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa
        dest: cargo/vendor/adler2-2.0.1
      - type: inline
        contents: '{"package": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa",
          "files": {}}'
        dest: cargo/vendor/adler2-2.0.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/allocator-api2/allocator-api2-0.2.21.crate
        sha256: 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923
        dest: cargo/vendor/allocator-api2-0.2.21
      - type: inline
        contents: '{"package": "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923",
          "files": {}}'
        dest: cargo/vendor/allocator-api2-0.2.21
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/approx/approx-0.5.1.crate
        sha256: cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6
        dest: cargo/vendor/approx-0.5.1
      - type: inline
        contents: '{"package": "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6",
          "files": {}}'
        dest: cargo/vendor/approx-0.5.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/autocfg/autocfg-1.5.0.crate
        sha256: c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8
        dest: cargo/vendor/autocfg-1.5.0
      - type: inline
        contents: '{"package": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8",
          "files": {}}'
        dest: cargo/vendor/autocfg-1.5.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/bitflags/bitflags-2.10.0.crate
        sha256: 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3
        dest: cargo/vendor/bitflags-2.10.0
      - type: inline
        contents: '{"package": "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3",
          "files": {}}'
        dest: cargo/vendor/bitflags-2.10.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/bumpalo/bumpalo-3.19.1.crate
        sha256: 5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510
        dest: cargo/vendor/bumpalo-3.19.1
      - type: inline
        contents: '{"package": "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510",
          "files": {}}'
        dest: cargo/vendor/bumpalo-3.19.1
        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/cairo-rs/cairo-rs-0.21.5.crate
        sha256: b01fe135c0bd16afe262b6dea349bd5ea30e6de50708cec639aae7c5c14cc7e4
        dest: cargo/vendor/cairo-rs-0.21.5
      - type: inline
        contents: '{"package": "b01fe135c0bd16afe262b6dea349bd5ea30e6de50708cec639aae7c5c14cc7e4",
          "files": {}}'
        dest: cargo/vendor/cairo-rs-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/cairo-sys-rs/cairo-sys-rs-0.21.5.crate
        sha256: 06c28280c6b12055b5e39e4554271ae4e6630b27c0da9148c4cf6485fc6d245c
        dest: cargo/vendor/cairo-sys-rs-0.21.5
      - type: inline
        contents: '{"package": "06c28280c6b12055b5e39e4554271ae4e6630b27c0da9148c4cf6485fc6d245c",
          "files": {}}'
        dest: cargo/vendor/cairo-sys-rs-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/cfg-expr/cfg-expr-0.20.5.crate
        sha256: 21be0e1ce6cdb2ee7fff840f922fb04ead349e5cfb1e750b769132d44ce04720
        dest: cargo/vendor/cfg-expr-0.20.5
      - type: inline
        contents: '{"package": "21be0e1ce6cdb2ee7fff840f922fb04ead349e5cfb1e750b769132d44ce04720",
          "files": {}}'
        dest: cargo/vendor/cfg-expr-0.20.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/cfg-if/cfg-if-1.0.4.crate
        sha256: 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801
        dest: cargo/vendor/cfg-if-1.0.4
      - type: inline
        contents: '{"package": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801",
          "files": {}}'
        dest: cargo/vendor/cfg-if-1.0.4
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/crc32fast/crc32fast-1.5.0.crate
        sha256: 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511
        dest: cargo/vendor/crc32fast-1.5.0
      - type: inline
        contents: '{"package": "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511",
          "files": {}}'
        dest: cargo/vendor/crc32fast-1.5.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/crossbeam-deque/crossbeam-deque-0.8.6.crate
        sha256: 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51
        dest: cargo/vendor/crossbeam-deque-0.8.6
      - type: inline
        contents: '{"package": "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51",
          "files": {}}'
        dest: cargo/vendor/crossbeam-deque-0.8.6
        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.21.crate
        sha256: d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28
        dest: cargo/vendor/crossbeam-utils-0.8.21
      - type: inline
        contents: '{"package": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28",
          "files": {}}'
        dest: cargo/vendor/crossbeam-utils-0.8.21
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/dirs/dirs-5.0.1.crate
        sha256: 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225
        dest: cargo/vendor/dirs-5.0.1
      - type: inline
        contents: '{"package": "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225",
          "files": {}}'
        dest: cargo/vendor/dirs-5.0.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/dirs-sys/dirs-sys-0.4.1.crate
        sha256: 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c
        dest: cargo/vendor/dirs-sys-0.4.1
      - type: inline
        contents: '{"package": "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c",
          "files": {}}'
        dest: cargo/vendor/dirs-sys-0.4.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/earcutr/earcutr-0.4.3.crate
        sha256: 79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01
        dest: cargo/vendor/earcutr-0.4.3
      - type: inline
        contents: '{"package": "79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01",
          "files": {}}'
        dest: cargo/vendor/earcutr-0.4.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/either/either-1.15.0.crate
        sha256: 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719
        dest: cargo/vendor/either-1.15.0
      - type: inline
        contents: '{"package": "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719",
          "files": {}}'
        dest: cargo/vendor/either-1.15.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/endi/endi-1.1.1.crate
        sha256: 66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099
        dest: cargo/vendor/endi-1.1.1
      - type: inline
        contents: '{"package": "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099",
          "files": {}}'
        dest: cargo/vendor/endi-1.1.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/equivalent/equivalent-1.0.2.crate
        sha256: 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f
        dest: cargo/vendor/equivalent-1.0.2
      - type: inline
        contents: '{"package": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f",
          "files": {}}'
        dest: cargo/vendor/equivalent-1.0.2
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/errno/errno-0.3.14.crate
        sha256: 39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb
        dest: cargo/vendor/errno-0.3.14
      - type: inline
        contents: '{"package": "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb",
          "files": {}}'
        dest: cargo/vendor/errno-0.3.14
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/fastrand/fastrand-2.3.0.crate
        sha256: 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be
        dest: cargo/vendor/fastrand-2.3.0
      - type: inline
        contents: '{"package": "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be",
          "files": {}}'
        dest: cargo/vendor/fastrand-2.3.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/field-offset/field-offset-0.3.6.crate
        sha256: 38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f
        dest: cargo/vendor/field-offset-0.3.6
      - type: inline
        contents: '{"package": "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f",
          "files": {}}'
        dest: cargo/vendor/field-offset-0.3.6
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/flate2/flate2-1.1.5.crate
        sha256: bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb
        dest: cargo/vendor/flate2-1.1.5
      - type: inline
        contents: '{"package": "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb",
          "files": {}}'
        dest: cargo/vendor/flate2-1.1.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/float_next_after/float_next_after-1.0.0.crate
        sha256: 8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8
        dest: cargo/vendor/float_next_after-1.0.0
      - type: inline
        contents: '{"package": "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8",
          "files": {}}'
        dest: cargo/vendor/float_next_after-1.0.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/flume/flume-0.11.1.crate
        sha256: da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095
        dest: cargo/vendor/flume-0.11.1
      - type: inline
        contents: '{"package": "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095",
          "files": {}}'
        dest: cargo/vendor/flume-0.11.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/foldhash/foldhash-0.1.5.crate
        sha256: d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2
        dest: cargo/vendor/foldhash-0.1.5
      - type: inline
        contents: '{"package": "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2",
          "files": {}}'
        dest: cargo/vendor/foldhash-0.1.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/fragile/fragile-2.0.1.crate
        sha256: 28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619
        dest: cargo/vendor/fragile-2.0.1
      - type: inline
        contents: '{"package": "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619",
          "files": {}}'
        dest: cargo/vendor/fragile-2.0.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures/futures-0.3.31.crate
        sha256: 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876
        dest: cargo/vendor/futures-0.3.31
      - type: inline
        contents: '{"package": "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876",
          "files": {}}'
        dest: cargo/vendor/futures-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures-channel/futures-channel-0.3.31.crate
        sha256: 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10
        dest: cargo/vendor/futures-channel-0.3.31
      - type: inline
        contents: '{"package": "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10",
          "files": {}}'
        dest: cargo/vendor/futures-channel-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures-core/futures-core-0.3.31.crate
        sha256: 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e
        dest: cargo/vendor/futures-core-0.3.31
      - type: inline
        contents: '{"package": "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e",
          "files": {}}'
        dest: cargo/vendor/futures-core-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures-executor/futures-executor-0.3.31.crate
        sha256: 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f
        dest: cargo/vendor/futures-executor-0.3.31
      - type: inline
        contents: '{"package": "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f",
          "files": {}}'
        dest: cargo/vendor/futures-executor-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures-io/futures-io-0.3.31.crate
        sha256: 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6
        dest: cargo/vendor/futures-io-0.3.31
      - type: inline
        contents: '{"package": "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6",
          "files": {}}'
        dest: cargo/vendor/futures-io-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures-macro/futures-macro-0.3.31.crate
        sha256: 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650
        dest: cargo/vendor/futures-macro-0.3.31
      - type: inline
        contents: '{"package": "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650",
          "files": {}}'
        dest: cargo/vendor/futures-macro-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures-sink/futures-sink-0.3.31.crate
        sha256: e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7
        dest: cargo/vendor/futures-sink-0.3.31
      - type: inline
        contents: '{"package": "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7",
          "files": {}}'
        dest: cargo/vendor/futures-sink-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures-task/futures-task-0.3.31.crate
        sha256: f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988
        dest: cargo/vendor/futures-task-0.3.31
      - type: inline
        contents: '{"package": "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988",
          "files": {}}'
        dest: cargo/vendor/futures-task-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/futures-util/futures-util-0.3.31.crate
        sha256: 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81
        dest: cargo/vendor/futures-util-0.3.31
      - type: inline
        contents: '{"package": "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81",
          "files": {}}'
        dest: cargo/vendor/futures-util-0.3.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gdk-pixbuf/gdk-pixbuf-0.21.5.crate
        sha256: debb0d39e3cdd84626edfd54d6e4a6ba2da9a0ef2e796e691c4e9f8646fda00c
        dest: cargo/vendor/gdk-pixbuf-0.21.5
      - type: inline
        contents: '{"package": "debb0d39e3cdd84626edfd54d6e4a6ba2da9a0ef2e796e691c4e9f8646fda00c",
          "files": {}}'
        dest: cargo/vendor/gdk-pixbuf-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gdk-pixbuf-sys/gdk-pixbuf-sys-0.21.5.crate
        sha256: bd95ad50b9a3d2551e25dd4f6892aff0b772fe5372d84514e9d0583af60a0ce7
        dest: cargo/vendor/gdk-pixbuf-sys-0.21.5
      - type: inline
        contents: '{"package": "bd95ad50b9a3d2551e25dd4f6892aff0b772fe5372d84514e9d0583af60a0ce7",
          "files": {}}'
        dest: cargo/vendor/gdk-pixbuf-sys-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gdk4/gdk4-0.10.3.crate
        sha256: 756564212bbe4a4ce05d88ffbd2582581ac6003832d0d32822d0825cca84bfbf
        dest: cargo/vendor/gdk4-0.10.3
      - type: inline
        contents: '{"package": "756564212bbe4a4ce05d88ffbd2582581ac6003832d0d32822d0825cca84bfbf",
          "files": {}}'
        dest: cargo/vendor/gdk4-0.10.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gdk4-sys/gdk4-sys-0.10.3.crate
        sha256: a6d4e5b3ccf591826a4adcc83f5f57b4e59d1925cb4bf620b0d645f79498b034
        dest: cargo/vendor/gdk4-sys-0.10.3
      - type: inline
        contents: '{"package": "a6d4e5b3ccf591826a4adcc83f5f57b4e59d1925cb4bf620b0d645f79498b034",
          "files": {}}'
        dest: cargo/vendor/gdk4-sys-0.10.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/geo/geo-0.32.0.crate
        sha256: 3f3901269ec6d4f6068d3f09e5f02f995bd076398dcd1dfec407cd230b02d11b
        dest: cargo/vendor/geo-0.32.0
      - type: inline
        contents: '{"package": "3f3901269ec6d4f6068d3f09e5f02f995bd076398dcd1dfec407cd230b02d11b",
          "files": {}}'
        dest: cargo/vendor/geo-0.32.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/geo-types/geo-types-0.7.18.crate
        sha256: 24f8647af4005fa11da47cd56252c6ef030be8fa97bdbf355e7dfb6348f0a82c
        dest: cargo/vendor/geo-types-0.7.18
      - type: inline
        contents: '{"package": "24f8647af4005fa11da47cd56252c6ef030be8fa97bdbf355e7dfb6348f0a82c",
          "files": {}}'
        dest: cargo/vendor/geo-types-0.7.18
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/geographiclib-rs/geographiclib-rs-0.2.5.crate
        sha256: f611040a2bb37eaa29a78a128d1e92a378a03e0b6e66ae27398d42b1ba9a7841
        dest: cargo/vendor/geographiclib-rs-0.2.5
      - type: inline
        contents: '{"package": "f611040a2bb37eaa29a78a128d1e92a378a03e0b6e66ae27398d42b1ba9a7841",
          "files": {}}'
        dest: cargo/vendor/geographiclib-rs-0.2.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/getrandom/getrandom-0.2.16.crate
        sha256: 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592
        dest: cargo/vendor/getrandom-0.2.16
      - type: inline
        contents: '{"package": "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592",
          "files": {}}'
        dest: cargo/vendor/getrandom-0.2.16
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/getrandom/getrandom-0.3.4.crate
        sha256: 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd
        dest: cargo/vendor/getrandom-0.3.4
      - type: inline
        contents: '{"package": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd",
          "files": {}}'
        dest: cargo/vendor/getrandom-0.3.4
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gio/gio-0.21.5.crate
        sha256: c5ff48bf600c68b476e61dc6b7c762f2f4eb91deef66583ba8bb815c30b5811a
        dest: cargo/vendor/gio-0.21.5
      - type: inline
        contents: '{"package": "c5ff48bf600c68b476e61dc6b7c762f2f4eb91deef66583ba8bb815c30b5811a",
          "files": {}}'
        dest: cargo/vendor/gio-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gio-sys/gio-sys-0.21.5.crate
        sha256: 0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22
        dest: cargo/vendor/gio-sys-0.21.5
      - type: inline
        contents: '{"package": "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22",
          "files": {}}'
        dest: cargo/vendor/gio-sys-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/glib/glib-0.21.5.crate
        sha256: 16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b
        dest: cargo/vendor/glib-0.21.5
      - type: inline
        contents: '{"package": "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b",
          "files": {}}'
        dest: cargo/vendor/glib-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/glib-macros/glib-macros-0.21.5.crate
        sha256: cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17
        dest: cargo/vendor/glib-macros-0.21.5
      - type: inline
        contents: '{"package": "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17",
          "files": {}}'
        dest: cargo/vendor/glib-macros-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/glib-sys/glib-sys-0.21.5.crate
        sha256: 2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c
        dest: cargo/vendor/glib-sys-0.21.5
      - type: inline
        contents: '{"package": "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c",
          "files": {}}'
        dest: cargo/vendor/glib-sys-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gobject-sys/gobject-sys-0.21.5.crate
        sha256: 2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294
        dest: cargo/vendor/gobject-sys-0.21.5
      - type: inline
        contents: '{"package": "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294",
          "files": {}}'
        dest: cargo/vendor/gobject-sys-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/graphene-rs/graphene-rs-0.21.5.crate
        sha256: 2730030ac9db663fd8bfe1e7093742c1cafb92db9c315c9417c29032341fe2f9
        dest: cargo/vendor/graphene-rs-0.21.5
      - type: inline
        contents: '{"package": "2730030ac9db663fd8bfe1e7093742c1cafb92db9c315c9417c29032341fe2f9",
          "files": {}}'
        dest: cargo/vendor/graphene-rs-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/graphene-sys/graphene-sys-0.21.5.crate
        sha256: 915e32091ea9ad241e4b044af62b7351c2d68aeb24f489a0d7f37a0fc484fd93
        dest: cargo/vendor/graphene-sys-0.21.5
      - type: inline
        contents: '{"package": "915e32091ea9ad241e4b044af62b7351c2d68aeb24f489a0d7f37a0fc484fd93",
          "files": {}}'
        dest: cargo/vendor/graphene-sys-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gsk4/gsk4-0.10.3.crate
        sha256: e755de9d8c5896c5beaa028b89e1969d067f1b9bf1511384ede971f5983aa153
        dest: cargo/vendor/gsk4-0.10.3
      - type: inline
        contents: '{"package": "e755de9d8c5896c5beaa028b89e1969d067f1b9bf1511384ede971f5983aa153",
          "files": {}}'
        dest: cargo/vendor/gsk4-0.10.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gsk4-sys/gsk4-sys-0.10.3.crate
        sha256: 7ce91472391146f482065f1041876d8f869057b195b95399414caa163d72f4f7
        dest: cargo/vendor/gsk4-sys-0.10.3
      - type: inline
        contents: '{"package": "7ce91472391146f482065f1041876d8f869057b195b95399414caa163d72f4f7",
          "files": {}}'
        dest: cargo/vendor/gsk4-sys-0.10.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gtk4/gtk4-0.10.3.crate
        sha256: acb21d53cfc6f7bfaf43549731c43b67ca47d87348d81c8cfc4dcdd44828e1a4
        dest: cargo/vendor/gtk4-0.10.3
      - type: inline
        contents: '{"package": "acb21d53cfc6f7bfaf43549731c43b67ca47d87348d81c8cfc4dcdd44828e1a4",
          "files": {}}'
        dest: cargo/vendor/gtk4-0.10.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gtk4-macros/gtk4-macros-0.10.3.crate
        sha256: 3ccfb5a14a3d941244815d5f8101fa12d4577b59cc47245778d8d907b0003e42
        dest: cargo/vendor/gtk4-macros-0.10.3
      - type: inline
        contents: '{"package": "3ccfb5a14a3d941244815d5f8101fa12d4577b59cc47245778d8d907b0003e42",
          "files": {}}'
        dest: cargo/vendor/gtk4-macros-0.10.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gtk4-sys/gtk4-sys-0.10.3.crate
        sha256: 842577fe5a1ee15d166cd3afe804ce0cab6173bc789ca32e21308834f20088dd
        dest: cargo/vendor/gtk4-sys-0.10.3
      - type: inline
        contents: '{"package": "842577fe5a1ee15d166cd3afe804ce0cab6173bc789ca32e21308834f20088dd",
          "files": {}}'
        dest: cargo/vendor/gtk4-sys-0.10.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/gvdb/gvdb-0.9.0.crate
        sha256: b9d94c8a63f94bbc35cf63e105791c5992bd60d4516d41fe5bf3db8d10b30b43
        dest: cargo/vendor/gvdb-0.9.0
      - type: inline
        contents: '{"package": "b9d94c8a63f94bbc35cf63e105791c5992bd60d4516d41fe5bf3db8d10b30b43",
          "files": {}}'
        dest: cargo/vendor/gvdb-0.9.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/hash32/hash32-0.3.1.crate
        sha256: 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606
        dest: cargo/vendor/hash32-0.3.1
      - type: inline
        contents: '{"package": "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606",
          "files": {}}'
        dest: cargo/vendor/hash32-0.3.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/hashbrown/hashbrown-0.15.5.crate
        sha256: 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1
        dest: cargo/vendor/hashbrown-0.15.5
      - type: inline
        contents: '{"package": "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1",
          "files": {}}'
        dest: cargo/vendor/hashbrown-0.15.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/hashbrown/hashbrown-0.16.1.crate
        sha256: 841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100
        dest: cargo/vendor/hashbrown-0.16.1
      - type: inline
        contents: '{"package": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100",
          "files": {}}'
        dest: cargo/vendor/hashbrown-0.16.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/heapless/heapless-0.8.0.crate
        sha256: 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad
        dest: cargo/vendor/heapless-0.8.0
      - type: inline
        contents: '{"package": "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad",
          "files": {}}'
        dest: cargo/vendor/heapless-0.8.0
        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/i_float/i_float-1.15.0.crate
        sha256: 010025c2c532c8d82e42d0b8bb5184afa449fa6f06c709ea9adcb16c49ae405b
        dest: cargo/vendor/i_float-1.15.0
      - type: inline
        contents: '{"package": "010025c2c532c8d82e42d0b8bb5184afa449fa6f06c709ea9adcb16c49ae405b",
          "files": {}}'
        dest: cargo/vendor/i_float-1.15.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/i_key_sort/i_key_sort-0.6.0.crate
        sha256: 9190f86706ca38ac8add223b2aed8b1330002b5cdbbce28fb58b10914d38fc27
        dest: cargo/vendor/i_key_sort-0.6.0
      - type: inline
        contents: '{"package": "9190f86706ca38ac8add223b2aed8b1330002b5cdbbce28fb58b10914d38fc27",
          "files": {}}'
        dest: cargo/vendor/i_key_sort-0.6.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/i_overlay/i_overlay-4.0.6.crate
        sha256: 0fcccbd4e4274e0f80697f5fbc6540fdac533cce02f2081b328e68629cce24f9
        dest: cargo/vendor/i_overlay-4.0.6
      - type: inline
        contents: '{"package": "0fcccbd4e4274e0f80697f5fbc6540fdac533cce02f2081b328e68629cce24f9",
          "files": {}}'
        dest: cargo/vendor/i_overlay-4.0.6
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/i_shape/i_shape-1.14.0.crate
        sha256: 1ea154b742f7d43dae2897fcd5ead86bc7b5eefcedd305a7ebf9f69d44d61082
        dest: cargo/vendor/i_shape-1.14.0
      - type: inline
        contents: '{"package": "1ea154b742f7d43dae2897fcd5ead86bc7b5eefcedd305a7ebf9f69d44d61082",
          "files": {}}'
        dest: cargo/vendor/i_shape-1.14.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/i_tree/i_tree-0.16.0.crate
        sha256: 35e6d558e6d4c7b82bc51d9c771e7a927862a161a7d87bf2b0541450e0e20915
        dest: cargo/vendor/i_tree-0.16.0
      - type: inline
        contents: '{"package": "35e6d558e6d4c7b82bc51d9c771e7a927862a161a7d87bf2b0541450e0e20915",
          "files": {}}'
        dest: cargo/vendor/i_tree-0.16.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/indexmap/indexmap-2.12.1.crate
        sha256: 0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2
        dest: cargo/vendor/indexmap-2.12.1
      - type: inline
        contents: '{"package": "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2",
          "files": {}}'
        dest: cargo/vendor/indexmap-2.12.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/itertools/itertools-0.11.0.crate
        sha256: b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57
        dest: cargo/vendor/itertools-0.11.0
      - type: inline
        contents: '{"package": "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57",
          "files": {}}'
        dest: cargo/vendor/itertools-0.11.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/itoa/itoa-1.0.16.crate
        sha256: 7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010
        dest: cargo/vendor/itoa-1.0.16
      - type: inline
        contents: '{"package": "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010",
          "files": {}}'
        dest: cargo/vendor/itoa-1.0.16
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/js-sys/js-sys-0.3.83.crate
        sha256: 464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8
        dest: cargo/vendor/js-sys-0.3.83
      - type: inline
        contents: '{"package": "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8",
          "files": {}}'
        dest: cargo/vendor/js-sys-0.3.83
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/libc/libc-0.2.178.crate
        sha256: 37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091
        dest: cargo/vendor/libc-0.2.178
      - type: inline
        contents: '{"package": "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091",
          "files": {}}'
        dest: cargo/vendor/libc-0.2.178
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/libm/libm-0.2.15.crate
        sha256: f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de
        dest: cargo/vendor/libm-0.2.15
      - type: inline
        contents: '{"package": "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de",
          "files": {}}'
        dest: cargo/vendor/libm-0.2.15
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/libredox/libredox-0.1.12.crate
        sha256: 3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616
        dest: cargo/vendor/libredox-0.1.12
      - type: inline
        contents: '{"package": "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616",
          "files": {}}'
        dest: cargo/vendor/libredox-0.1.12
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/linux-raw-sys/linux-raw-sys-0.11.0.crate
        sha256: df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039
        dest: cargo/vendor/linux-raw-sys-0.11.0
      - type: inline
        contents: '{"package": "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039",
          "files": {}}'
        dest: cargo/vendor/linux-raw-sys-0.11.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/lock_api/lock_api-0.4.14.crate
        sha256: 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965
        dest: cargo/vendor/lock_api-0.4.14
      - type: inline
        contents: '{"package": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965",
          "files": {}}'
        dest: cargo/vendor/lock_api-0.4.14
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/log/log-0.4.29.crate
        sha256: 5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897
        dest: cargo/vendor/log-0.4.29
      - type: inline
        contents: '{"package": "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897",
          "files": {}}'
        dest: cargo/vendor/log-0.4.29
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/memchr/memchr-2.7.6.crate
        sha256: f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273
        dest: cargo/vendor/memchr-2.7.6
      - type: inline
        contents: '{"package": "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273",
          "files": {}}'
        dest: cargo/vendor/memchr-2.7.6
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/memoffset/memoffset-0.9.1.crate
        sha256: 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a
        dest: cargo/vendor/memoffset-0.9.1
      - type: inline
        contents: '{"package": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a",
          "files": {}}'
        dest: cargo/vendor/memoffset-0.9.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/miniz_oxide/miniz_oxide-0.8.9.crate
        sha256: 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316
        dest: cargo/vendor/miniz_oxide-0.8.9
      - type: inline
        contents: '{"package": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316",
          "files": {}}'
        dest: cargo/vendor/miniz_oxide-0.8.9
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/nanorand/nanorand-0.7.0.crate
        sha256: 6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3
        dest: cargo/vendor/nanorand-0.7.0
      - type: inline
        contents: '{"package": "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3",
          "files": {}}'
        dest: cargo/vendor/nanorand-0.7.0
        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/once_cell/once_cell-1.21.3.crate
        sha256: 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d
        dest: cargo/vendor/once_cell-1.21.3
      - type: inline
        contents: '{"package": "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d",
          "files": {}}'
        dest: cargo/vendor/once_cell-1.21.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/option-ext/option-ext-0.2.0.crate
        sha256: 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d
        dest: cargo/vendor/option-ext-0.2.0
      - type: inline
        contents: '{"package": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d",
          "files": {}}'
        dest: cargo/vendor/option-ext-0.2.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/pango/pango-0.21.5.crate
        sha256: 52d1d85e2078077a065bb7fc072783d5bcd4e51b379f22d67107d0a16937eb69
        dest: cargo/vendor/pango-0.21.5
      - type: inline
        contents: '{"package": "52d1d85e2078077a065bb7fc072783d5bcd4e51b379f22d67107d0a16937eb69",
          "files": {}}'
        dest: cargo/vendor/pango-0.21.5
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/pango-sys/pango-sys-0.21.5.crate
        sha256: b4f06627d36ed5ff303d2df65211fc2e52ba5b17bf18dd80ff3d9628d6e06cfd
        dest: cargo/vendor/pango-sys-0.21.5
      - type: inline
        contents: '{"package": "b4f06627d36ed5ff303d2df65211fc2e52ba5b17bf18dd80ff3d9628d6e06cfd",
          "files": {}}'
        dest: cargo/vendor/pango-sys-0.21.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.16.crate
        sha256: 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b
        dest: cargo/vendor/pin-project-lite-0.2.16
      - type: inline
        contents: '{"package": "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b",
          "files": {}}'
        dest: cargo/vendor/pin-project-lite-0.2.16
        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.32.crate
        sha256: 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c
        dest: cargo/vendor/pkg-config-0.3.32
      - type: inline
        contents: '{"package": "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c",
          "files": {}}'
        dest: cargo/vendor/pkg-config-0.3.32
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/ppv-lite86/ppv-lite86-0.2.21.crate
        sha256: 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9
        dest: cargo/vendor/ppv-lite86-0.2.21
      - type: inline
        contents: '{"package": "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9",
          "files": {}}'
        dest: cargo/vendor/ppv-lite86-0.2.21
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/proc-macro-crate/proc-macro-crate-3.4.0.crate
        sha256: 219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983
        dest: cargo/vendor/proc-macro-crate-3.4.0
      - type: inline
        contents: '{"package": "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983",
          "files": {}}'
        dest: cargo/vendor/proc-macro-crate-3.4.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.103.crate
        sha256: 5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8
        dest: cargo/vendor/proc-macro2-1.0.103
      - type: inline
        contents: '{"package": "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8",
          "files": {}}'
        dest: cargo/vendor/proc-macro2-1.0.103
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/quick-xml/quick-xml-0.38.4.crate
        sha256: b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c
        dest: cargo/vendor/quick-xml-0.38.4
      - type: inline
        contents: '{"package": "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c",
          "files": {}}'
        dest: cargo/vendor/quick-xml-0.38.4
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/quote/quote-1.0.42.crate
        sha256: a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f
        dest: cargo/vendor/quote-1.0.42
      - type: inline
        contents: '{"package": "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f",
          "files": {}}'
        dest: cargo/vendor/quote-1.0.42
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/r-efi/r-efi-5.3.0.crate
        sha256: 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f
        dest: cargo/vendor/r-efi-5.3.0
      - type: inline
        contents: '{"package": "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f",
          "files": {}}'
        dest: cargo/vendor/r-efi-5.3.0
        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_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_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/rayon/rayon-1.11.0.crate
        sha256: 368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f
        dest: cargo/vendor/rayon-1.11.0
      - type: inline
        contents: '{"package": "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f",
          "files": {}}'
        dest: cargo/vendor/rayon-1.11.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/rayon-core/rayon-core-1.13.0.crate
        sha256: 22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91
        dest: cargo/vendor/rayon-core-1.13.0
      - type: inline
        contents: '{"package": "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91",
          "files": {}}'
        dest: cargo/vendor/rayon-core-1.13.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/redox_users/redox_users-0.4.6.crate
        sha256: ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43
        dest: cargo/vendor/redox_users-0.4.6
      - type: inline
        contents: '{"package": "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43",
          "files": {}}'
        dest: cargo/vendor/redox_users-0.4.6
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/relm4/relm4-0.10.0.crate
        sha256: 6bae902de22fd92e62641f047975abf228573425b9b8de175e8ab5b6cda10379
        dest: cargo/vendor/relm4-0.10.0
      - type: inline
        contents: '{"package": "6bae902de22fd92e62641f047975abf228573425b9b8de175e8ab5b6cda10379",
          "files": {}}'
        dest: cargo/vendor/relm4-0.10.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/relm4-components/relm4-components-0.10.0.crate
        sha256: 3155d84425d33cdc62929ed2c79bfcfdcb2fff6340c5f7041ed24b56577c9d57
        dest: cargo/vendor/relm4-components-0.10.0
      - type: inline
        contents: '{"package": "3155d84425d33cdc62929ed2c79bfcfdcb2fff6340c5f7041ed24b56577c9d57",
          "files": {}}'
        dest: cargo/vendor/relm4-components-0.10.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/relm4-css/relm4-css-0.10.0.crate
        sha256: 37dbe7a114855a22618f0e13595ce6b3f165478c13c2dfc4f4f99614da105797
        dest: cargo/vendor/relm4-css-0.10.0
      - type: inline
        contents: '{"package": "37dbe7a114855a22618f0e13595ce6b3f165478c13c2dfc4f4f99614da105797",
          "files": {}}'
        dest: cargo/vendor/relm4-css-0.10.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/relm4-icons/relm4-icons-0.10.0.crate
        sha256: 28869f8322ed72bed568cbb704403037ff62a66c966ded7a862ad5732f108530
        dest: cargo/vendor/relm4-icons-0.10.0
      - type: inline
        contents: '{"package": "28869f8322ed72bed568cbb704403037ff62a66c966ded7a862ad5732f108530",
          "files": {}}'
        dest: cargo/vendor/relm4-icons-0.10.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/relm4-icons-build/relm4-icons-build-0.10.0.crate
        sha256: 75f2de558afdd570680a69c96dc9f812b241922c6355dae351f7ffbb5fac675d
        dest: cargo/vendor/relm4-icons-build-0.10.0
      - type: inline
        contents: '{"package": "75f2de558afdd570680a69c96dc9f812b241922c6355dae351f7ffbb5fac675d",
          "files": {}}'
        dest: cargo/vendor/relm4-icons-build-0.10.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/relm4-macros/relm4-macros-0.10.0.crate
        sha256: 175fce497fc6f11dde7ea56daa30ff7ad29a534bbc209d59d766659c880ba5f1
        dest: cargo/vendor/relm4-macros-0.10.0
      - type: inline
        contents: '{"package": "175fce497fc6f11dde7ea56daa30ff7ad29a534bbc209d59d766659c880ba5f1",
          "files": {}}'
        dest: cargo/vendor/relm4-macros-0.10.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/robust/robust-1.2.0.crate
        sha256: 4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839
        dest: cargo/vendor/robust-1.2.0
      - type: inline
        contents: '{"package": "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839",
          "files": {}}'
        dest: cargo/vendor/robust-1.2.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/rstar/rstar-0.12.2.crate
        sha256: 421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb
        dest: cargo/vendor/rstar-0.12.2
      - type: inline
        contents: '{"package": "421400d13ccfd26dfa5858199c30a5d76f9c54e0dba7575273025b43c5175dbb",
          "files": {}}'
        dest: cargo/vendor/rstar-0.12.2
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/rustc-hash/rustc-hash-2.1.1.crate
        sha256: 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d
        dest: cargo/vendor/rustc-hash-2.1.1
      - type: inline
        contents: '{"package": "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d",
          "files": {}}'
        dest: cargo/vendor/rustc-hash-2.1.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/rustc_version/rustc_version-0.4.1.crate
        sha256: cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92
        dest: cargo/vendor/rustc_version-0.4.1
      - type: inline
        contents: '{"package": "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92",
          "files": {}}'
        dest: cargo/vendor/rustc_version-0.4.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/rustix/rustix-1.1.3.crate
        sha256: 146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34
        dest: cargo/vendor/rustix-1.1.3
      - type: inline
        contents: '{"package": "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34",
          "files": {}}'
        dest: cargo/vendor/rustix-1.1.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/rustversion/rustversion-1.0.22.crate
        sha256: b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d
        dest: cargo/vendor/rustversion-1.0.22
      - type: inline
        contents: '{"package": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d",
          "files": {}}'
        dest: cargo/vendor/rustversion-1.0.22
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/same-file/same-file-1.0.6.crate
        sha256: 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502
        dest: cargo/vendor/same-file-1.0.6
      - type: inline
        contents: '{"package": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502",
          "files": {}}'
        dest: cargo/vendor/same-file-1.0.6
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/scopeguard/scopeguard-1.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/semver/semver-1.0.27.crate
        sha256: d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2
        dest: cargo/vendor/semver-1.0.27
      - type: inline
        contents: '{"package": "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2",
          "files": {}}'
        dest: cargo/vendor/semver-1.0.27
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/serde/serde-1.0.228.crate
        sha256: 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e
        dest: cargo/vendor/serde-1.0.228
      - type: inline
        contents: '{"package": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e",
          "files": {}}'
        dest: cargo/vendor/serde-1.0.228
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/serde_core/serde_core-1.0.228.crate
        sha256: 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad
        dest: cargo/vendor/serde_core-1.0.228
      - type: inline
        contents: '{"package": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad",
          "files": {}}'
        dest: cargo/vendor/serde_core-1.0.228
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/serde_derive/serde_derive-1.0.228.crate
        sha256: d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79
        dest: cargo/vendor/serde_derive-1.0.228
      - type: inline
        contents: '{"package": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79",
          "files": {}}'
        dest: cargo/vendor/serde_derive-1.0.228
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/serde_json/serde_json-1.0.147.crate
        sha256: 6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4
        dest: cargo/vendor/serde_json-1.0.147
      - type: inline
        contents: '{"package": "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4",
          "files": {}}'
        dest: cargo/vendor/serde_json-1.0.147
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/serde_spanned/serde_spanned-1.0.4.crate
        sha256: f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776
        dest: cargo/vendor/serde_spanned-1.0.4
      - type: inline
        contents: '{"package": "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776",
          "files": {}}'
        dest: cargo/vendor/serde_spanned-1.0.4
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/sif-itree/sif-itree-0.4.0.crate
        sha256: 142099cd6db3c4fab61e5133c62ff80b26674391e195860791fda0b1be3e5080
        dest: cargo/vendor/sif-itree-0.4.0
      - type: inline
        contents: '{"package": "142099cd6db3c4fab61e5133c62ff80b26674391e195860791fda0b1be3e5080",
          "files": {}}'
        dest: cargo/vendor/sif-itree-0.4.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/simd-adler32/simd-adler32-0.3.8.crate
        sha256: e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2
        dest: cargo/vendor/simd-adler32-0.3.8
      - type: inline
        contents: '{"package": "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2",
          "files": {}}'
        dest: cargo/vendor/simd-adler32-0.3.8
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/slab/slab-0.4.11.crate
        sha256: 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589
        dest: cargo/vendor/slab-0.4.11
      - type: inline
        contents: '{"package": "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589",
          "files": {}}'
        dest: cargo/vendor/slab-0.4.11
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/smallvec/smallvec-1.15.1.crate
        sha256: 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03
        dest: cargo/vendor/smallvec-1.15.1
      - type: inline
        contents: '{"package": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03",
          "files": {}}'
        dest: cargo/vendor/smallvec-1.15.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/sourceview5/sourceview5-0.10.0.crate
        sha256: 6e4acb02162917d7b689c84f4ed710c22302c67c7e61da28a4e8ac548c04442c
        dest: cargo/vendor/sourceview5-0.10.0
      - type: inline
        contents: '{"package": "6e4acb02162917d7b689c84f4ed710c22302c67c7e61da28a4e8ac548c04442c",
          "files": {}}'
        dest: cargo/vendor/sourceview5-0.10.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/sourceview5-sys/sourceview5-sys-0.10.1.crate
        sha256: e1c1529de5df2653788828ef71d44b113bb80e496bc17315f4122106bd6eebae
        dest: cargo/vendor/sourceview5-sys-0.10.1
      - type: inline
        contents: '{"package": "e1c1529de5df2653788828ef71d44b113bb80e496bc17315f4122106bd6eebae",
          "files": {}}'
        dest: cargo/vendor/sourceview5-sys-0.10.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/spade/spade-2.15.0.crate
        sha256: fb313e1c8afee5b5647e00ee0fe6855e3d529eb863a0fdae1d60006c4d1e9990
        dest: cargo/vendor/spade-2.15.0
      - type: inline
        contents: '{"package": "fb313e1c8afee5b5647e00ee0fe6855e3d529eb863a0fdae1d60006c4d1e9990",
          "files": {}}'
        dest: cargo/vendor/spade-2.15.0
        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_deref_trait/stable_deref_trait-1.2.1.crate
        sha256: 6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596
        dest: cargo/vendor/stable_deref_trait-1.2.1
      - type: inline
        contents: '{"package": "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596",
          "files": {}}'
        dest: cargo/vendor/stable_deref_trait-1.2.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/syn/syn-2.0.111.crate
        sha256: 390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87
        dest: cargo/vendor/syn-2.0.111
      - type: inline
        contents: '{"package": "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87",
          "files": {}}'
        dest: cargo/vendor/syn-2.0.111
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/system-deps/system-deps-7.0.7.crate
        sha256: 48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f
        dest: cargo/vendor/system-deps-7.0.7
      - type: inline
        contents: '{"package": "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f",
          "files": {}}'
        dest: cargo/vendor/system-deps-7.0.7
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/target-lexicon/target-lexicon-0.13.3.crate
        sha256: df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c
        dest: cargo/vendor/target-lexicon-0.13.3
      - type: inline
        contents: '{"package": "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c",
          "files": {}}'
        dest: cargo/vendor/target-lexicon-0.13.3
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/tempfile/tempfile-3.24.0.crate
        sha256: 655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c
        dest: cargo/vendor/tempfile-3.24.0
      - type: inline
        contents: '{"package": "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c",
          "files": {}}'
        dest: cargo/vendor/tempfile-3.24.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/thiserror/thiserror-1.0.69.crate
        sha256: b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52
        dest: cargo/vendor/thiserror-1.0.69
      - type: inline
        contents: '{"package": "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52",
          "files": {}}'
        dest: cargo/vendor/thiserror-1.0.69
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/thiserror/thiserror-2.0.17.crate
        sha256: f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8
        dest: cargo/vendor/thiserror-2.0.17
      - type: inline
        contents: '{"package": "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8",
          "files": {}}'
        dest: cargo/vendor/thiserror-2.0.17
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/thiserror-impl/thiserror-impl-1.0.69.crate
        sha256: 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1
        dest: cargo/vendor/thiserror-impl-1.0.69
      - type: inline
        contents: '{"package": "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1",
          "files": {}}'
        dest: cargo/vendor/thiserror-impl-1.0.69
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/thiserror-impl/thiserror-impl-2.0.17.crate
        sha256: 3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913
        dest: cargo/vendor/thiserror-impl-2.0.17
      - type: inline
        contents: '{"package": "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913",
          "files": {}}'
        dest: cargo/vendor/thiserror-impl-2.0.17
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/tokio/tokio-1.48.0.crate
        sha256: ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408
        dest: cargo/vendor/tokio-1.48.0
      - type: inline
        contents: '{"package": "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408",
          "files": {}}'
        dest: cargo/vendor/tokio-1.48.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/toml/toml-0.9.10+spec-1.1.0.crate
        sha256: 0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48
        dest: cargo/vendor/toml-0.9.10+spec-1.1.0
      - type: inline
        contents: '{"package": "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48",
          "files": {}}'
        dest: cargo/vendor/toml-0.9.10+spec-1.1.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/toml_datetime/toml_datetime-0.7.5+spec-1.1.0.crate
        sha256: 92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347
        dest: cargo/vendor/toml_datetime-0.7.5+spec-1.1.0
      - type: inline
        contents: '{"package": "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347",
          "files": {}}'
        dest: cargo/vendor/toml_datetime-0.7.5+spec-1.1.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/toml_edit/toml_edit-0.23.10+spec-1.0.0.crate
        sha256: 84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269
        dest: cargo/vendor/toml_edit-0.23.10+spec-1.0.0
      - type: inline
        contents: '{"package": "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269",
          "files": {}}'
        dest: cargo/vendor/toml_edit-0.23.10+spec-1.0.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/toml_parser/toml_parser-1.0.6+spec-1.1.0.crate
        sha256: a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44
        dest: cargo/vendor/toml_parser-1.0.6+spec-1.1.0
      - type: inline
        contents: '{"package": "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44",
          "files": {}}'
        dest: cargo/vendor/toml_parser-1.0.6+spec-1.1.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/toml_writer/toml_writer-1.0.6+spec-1.1.0.crate
        sha256: ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607
        dest: cargo/vendor/toml_writer-1.0.6+spec-1.1.0
      - type: inline
        contents: '{"package": "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607",
          "files": {}}'
        dest: cargo/vendor/toml_writer-1.0.6+spec-1.1.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/tracing/tracing-0.1.44.crate
        sha256: 63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100
        dest: cargo/vendor/tracing-0.1.44
      - type: inline
        contents: '{"package": "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100",
          "files": {}}'
        dest: cargo/vendor/tracing-0.1.44
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/tracing-attributes/tracing-attributes-0.1.31.crate
        sha256: 7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da
        dest: cargo/vendor/tracing-attributes-0.1.31
      - type: inline
        contents: '{"package": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da",
          "files": {}}'
        dest: cargo/vendor/tracing-attributes-0.1.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/tracing-core/tracing-core-0.1.36.crate
        sha256: db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a
        dest: cargo/vendor/tracing-core-0.1.36
      - type: inline
        contents: '{"package": "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a",
          "files": {}}'
        dest: cargo/vendor/tracing-core-0.1.36
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/tracker/tracker-0.2.2.crate
        sha256: ce5c98457ff700aaeefcd4a4a492096e78a2af1dd8523c66e94a3adb0fdbd415
        dest: cargo/vendor/tracker-0.2.2
      - type: inline
        contents: '{"package": "ce5c98457ff700aaeefcd4a4a492096e78a2af1dd8523c66e94a3adb0fdbd415",
          "files": {}}'
        dest: cargo/vendor/tracker-0.2.2
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/tracker-macros/tracker-macros-0.2.2.crate
        sha256: dc19eb2373ccf3d1999967c26c3d44534ff71ae5d8b9dacf78f4b13132229e48
        dest: cargo/vendor/tracker-macros-0.2.2
      - type: inline
        contents: '{"package": "dc19eb2373ccf3d1999967c26c3d44534ff71ae5d8b9dacf78f4b13132229e48",
          "files": {}}'
        dest: cargo/vendor/tracker-macros-0.2.2
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.22.crate
        sha256: 9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5
        dest: cargo/vendor/unicode-ident-1.0.22
      - type: inline
        contents: '{"package": "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5",
          "files": {}}'
        dest: cargo/vendor/unicode-ident-1.0.22
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/uuid/uuid-1.19.0.crate
        sha256: e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a
        dest: cargo/vendor/uuid-1.19.0
      - type: inline
        contents: '{"package": "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a",
          "files": {}}'
        dest: cargo/vendor/uuid-1.19.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/version-compare/version-compare-0.2.1.crate
        sha256: 03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e
        dest: cargo/vendor/version-compare-0.2.1
      - type: inline
        contents: '{"package": "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e",
          "files": {}}'
        dest: cargo/vendor/version-compare-0.2.1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/walkdir/walkdir-2.5.0.crate
        sha256: 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b
        dest: cargo/vendor/walkdir-2.5.0
      - type: inline
        contents: '{"package": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b",
          "files": {}}'
        dest: cargo/vendor/walkdir-2.5.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/wasi/wasi-0.11.1+wasi-snapshot-preview1.crate
        sha256: ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b
        dest: cargo/vendor/wasi-0.11.1+wasi-snapshot-preview1
      - type: inline
        contents: '{"package": "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b",
          "files": {}}'
        dest: cargo/vendor/wasi-0.11.1+wasi-snapshot-preview1
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/wasip2/wasip2-1.0.1+wasi-0.2.4.crate
        sha256: 0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7
        dest: cargo/vendor/wasip2-1.0.1+wasi-0.2.4
      - type: inline
        contents: '{"package": "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7",
          "files": {}}'
        dest: cargo/vendor/wasip2-1.0.1+wasi-0.2.4
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/wasm-bindgen/wasm-bindgen-0.2.106.crate
        sha256: 0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd
        dest: cargo/vendor/wasm-bindgen-0.2.106
      - type: inline
        contents: '{"package": "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd",
          "files": {}}'
        dest: cargo/vendor/wasm-bindgen-0.2.106
        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.106.crate
        sha256: 48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3
        dest: cargo/vendor/wasm-bindgen-macro-0.2.106
      - type: inline
        contents: '{"package": "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3",
          "files": {}}'
        dest: cargo/vendor/wasm-bindgen-macro-0.2.106
        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.106.crate
        sha256: cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40
        dest: cargo/vendor/wasm-bindgen-macro-support-0.2.106
      - type: inline
        contents: '{"package": "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40",
          "files": {}}'
        dest: cargo/vendor/wasm-bindgen-macro-support-0.2.106
        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.106.crate
        sha256: cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4
        dest: cargo/vendor/wasm-bindgen-shared-0.2.106
      - type: inline
        contents: '{"package": "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4",
          "files": {}}'
        dest: cargo/vendor/wasm-bindgen-shared-0.2.106
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/winapi-util/winapi-util-0.1.11.crate
        sha256: c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22
        dest: cargo/vendor/winapi-util-0.1.11
      - type: inline
        contents: '{"package": "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22",
          "files": {}}'
        dest: cargo/vendor/winapi-util-0.1.11
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/windows-link/windows-link-0.2.1.crate
        sha256: f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5
        dest: cargo/vendor/windows-link-0.2.1
      - type: inline
        contents: '{"package": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5",
          "files": {}}'
        dest: cargo/vendor/windows-link-0.2.1
        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.61.2.crate
        sha256: ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc
        dest: cargo/vendor/windows-sys-0.61.2
      - type: inline
        contents: '{"package": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc",
          "files": {}}'
        dest: cargo/vendor/windows-sys-0.61.2
        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_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_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_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_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_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_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_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/winnow/winnow-0.7.14.crate
        sha256: 5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829
        dest: cargo/vendor/winnow-0.7.14
      - type: inline
        contents: '{"package": "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829",
          "files": {}}'
        dest: cargo/vendor/winnow-0.7.14
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/wit-bindgen/wit-bindgen-0.46.0.crate
        sha256: f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59
        dest: cargo/vendor/wit-bindgen-0.46.0
      - type: inline
        contents: '{"package": "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59",
          "files": {}}'
        dest: cargo/vendor/wit-bindgen-0.46.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/wmap-parser/wmap-parser-1.0.0.crate
        sha256: c5a2c331c28b392f06cd9d81118a6f73b084708c6ff320457f4cbd75912d499b
        dest: cargo/vendor/wmap-parser-1.0.0
      - type: inline
        contents: '{"package": "c5a2c331c28b392f06cd9d81118a6f73b084708c6ff320457f4cbd75912d499b",
          "files": {}}'
        dest: cargo/vendor/wmap-parser-1.0.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/wmap-renderer/wmap-renderer-1.1.0.crate
        sha256: 6eaff4963c129be024d3252a61380f69aa40d927b46fa89eb256eeac72a6a676
        dest: cargo/vendor/wmap-renderer-1.1.0
      - type: inline
        contents: '{"package": "6eaff4963c129be024d3252a61380f69aa40d927b46fa89eb256eeac72a6a676",
          "files": {}}'
        dest: cargo/vendor/wmap-renderer-1.1.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/zerocopy/zerocopy-0.8.31.crate
        sha256: fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3
        dest: cargo/vendor/zerocopy-0.8.31
      - type: inline
        contents: '{"package": "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3",
          "files": {}}'
        dest: cargo/vendor/zerocopy-0.8.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/zerocopy-derive/zerocopy-derive-0.8.31.crate
        sha256: d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a
        dest: cargo/vendor/zerocopy-derive-0.8.31
      - type: inline
        contents: '{"package": "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a",
          "files": {}}'
        dest: cargo/vendor/zerocopy-derive-0.8.31
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/zmij/zmij-0.1.9.crate
        sha256: d0095ecd462946aa3927d9297b63ef82fb9a5316d7a37d134eeb36e58228615a
        dest: cargo/vendor/zmij-0.1.9
      - type: inline
        contents: '{"package": "d0095ecd462946aa3927d9297b63ef82fb9a5316d7a37d134eeb36e58228615a",
          "files": {}}'
        dest: cargo/vendor/zmij-0.1.9
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/zvariant/zvariant-5.8.0.crate
        sha256: 2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c
        dest: cargo/vendor/zvariant-5.8.0
      - type: inline
        contents: '{"package": "2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c",
          "files": {}}'
        dest: cargo/vendor/zvariant-5.8.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/zvariant_derive/zvariant_derive-5.8.0.crate
        sha256: da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006
        dest: cargo/vendor/zvariant_derive-5.8.0
      - type: inline
        contents: '{"package": "da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006",
          "files": {}}'
        dest: cargo/vendor/zvariant_derive-5.8.0
        dest-filename: .cargo-checksum.json
      - type: archive
        archive-type: tar-gzip
        url: https://static.crates.io/crates/zvariant_utils/zvariant_utils-3.2.1.crate
        sha256: c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599
        dest: cargo/vendor/zvariant_utils-3.2.1
      - type: inline
        contents: '{"package": "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599",
          "files": {}}'
        dest: cargo/vendor/zvariant_utils-3.2.1
        dest-filename: .cargo-checksum.json
      - type: inline
        contents: '[source.vendored-sources]

          directory = "cargo/vendor"


          [source.crates-io]

          replace-with = "vendored-sources"

          '
        dest: cargo
        dest-filename: config