-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgenerated-sources.json
10724 lines (10724 loc) · 481 KB
/
generated-sources.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"type": "git",
"url": "https://gitlab.com/veloren/auth",
"commit": "fb3dcbc4962b367253f8f2f92760ef44d2679c9a",
"dest": "flatpak-cargo/git/auth-fb3dcbc"
},
{
"type": "git",
"url": "https://gitlab.com/veloren/conrod",
"commit": "59fddc617696e68d28a75c2137a08c2572efb986",
"dest": "flatpak-cargo/git/conrod-59fddc6"
},
{
"type": "git",
"url": "https://github.com/hasenbanck/egui_wgpu_backend",
"commit": "63a002c6a9b6c016e45806dd065864431caab621",
"dest": "flatpak-cargo/git/egui_wgpu_backend-63a002c"
},
{
"type": "git",
"url": "https://github.com/juliancoffee/fluent-rs",
"commit": "929cf9512de121cce9b4cbf1cb860cd3294a1cd9",
"dest": "flatpak-cargo/git/fluent-rs-929cf95"
},
{
"type": "git",
"url": "https://github.com/gfx-rs/gfx",
"commit": "27a1dae3796d33d23812f2bb8c7e3b5aea18b521",
"dest": "flatpak-cargo/git/gfx-27a1dae"
},
{
"type": "git",
"url": "https://github.com/imberflur/iced",
"commit": "18a48a5eeefd2aa6e50f5dd0751ac2e94c88a9eb",
"dest": "flatpak-cargo/git/iced-18a48a5"
},
{
"type": "git",
"url": "https://github.com/gfx-rs/naga",
"commit": "057d03ad86f18e3bb3866b20901d8d4e892dd3d6",
"dest": "flatpak-cargo/git/naga-057d03a"
},
{
"type": "git",
"url": "https://github.com/msxdos/ntapi",
"commit": "9f56b149c9e25796739157c0fce3e0007a7de6eb",
"dest": "flatpak-cargo/git/ntapi-9f56b14"
},
{
"type": "git",
"url": "https://github.com/xmac94x/portpicker-rs",
"commit": "df6b37872f3586ac3b21d08b56c8ec7cd92fb172",
"dest": "flatpak-cargo/git/portpicker-rs-df6b378"
},
{
"type": "git",
"url": "https://github.com/pythonesque/shaderc-rs",
"commit": "f2605a02062834019bedff911aee2fd2998c49f9",
"dest": "flatpak-cargo/git/shaderc-rs-f2605a0"
},
{
"type": "git",
"url": "https://github.com/fdehau/tui-rs",
"commit": "54b841fab6cfdb38e8dc1382176e965787964b4c",
"dest": "flatpak-cargo/git/tui-rs-54b841f"
},
{
"type": "git",
"url": "https://github.com/yoanlcq/vek",
"commit": "84d5cb65841d46599a986c5477341bea4456be26",
"dest": "flatpak-cargo/git/vek-84d5cb6"
},
{
"type": "git",
"url": "https://github.com/pythonesque/wgpu",
"commit": "179ea209374a92837cde252f1d9ee01f628cae08",
"dest": "flatpak-cargo/git/wgpu-179ea20"
},
{
"type": "git",
"url": "https://github.com/imberflur/wgpu-profiler",
"commit": "b156eb145bc223386ef344860d9b33b3c181650c",
"dest": "flatpak-cargo/git/wgpu-profiler-b156eb1"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ab_glyph/ab_glyph-0.2.21.crate",
"sha256": "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39",
"dest": "cargo/vendor/ab_glyph-0.2.21"
},
{
"type": "inline",
"contents": "{\"package\": \"5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39\", \"files\": {}}",
"dest": "cargo/vendor/ab_glyph-0.2.21",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ab_glyph_rasterizer/ab_glyph_rasterizer-0.1.8.crate",
"sha256": "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046",
"dest": "cargo/vendor/ab_glyph_rasterizer-0.1.8"
},
{
"type": "inline",
"contents": "{\"package\": \"c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046\", \"files\": {}}",
"dest": "cargo/vendor/ab_glyph_rasterizer-0.1.8",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/addr2line/addr2line-0.19.0.crate",
"sha256": "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97",
"dest": "cargo/vendor/addr2line-0.19.0"
},
{
"type": "inline",
"contents": "{\"package\": \"a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97\", \"files\": {}}",
"dest": "cargo/vendor/addr2line-0.19.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/adler/adler-1.0.2.crate",
"sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe",
"dest": "cargo/vendor/adler-1.0.2"
},
{
"type": "inline",
"contents": "{\"package\": \"f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe\", \"files\": {}}",
"dest": "cargo/vendor/adler-1.0.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/adler32/adler32-1.2.0.crate",
"sha256": "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234",
"dest": "cargo/vendor/adler32-1.2.0"
},
{
"type": "inline",
"contents": "{\"package\": \"aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234\", \"files\": {}}",
"dest": "cargo/vendor/adler32-1.2.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ahash/ahash-0.4.7.crate",
"sha256": "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e",
"dest": "cargo/vendor/ahash-0.4.7"
},
{
"type": "inline",
"contents": "{\"package\": \"739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e\", \"files\": {}}",
"dest": "cargo/vendor/ahash-0.4.7",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ahash/ahash-0.7.6.crate",
"sha256": "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47",
"dest": "cargo/vendor/ahash-0.7.6"
},
{
"type": "inline",
"contents": "{\"package\": \"fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47\", \"files\": {}}",
"dest": "cargo/vendor/ahash-0.7.6",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ahash/ahash-0.8.3.crate",
"sha256": "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f",
"dest": "cargo/vendor/ahash-0.8.3"
},
{
"type": "inline",
"contents": "{\"package\": \"2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f\", \"files\": {}}",
"dest": "cargo/vendor/ahash-0.8.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/aho-corasick/aho-corasick-1.0.1.crate",
"sha256": "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04",
"dest": "cargo/vendor/aho-corasick-1.0.1"
},
{
"type": "inline",
"contents": "{\"package\": \"67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04\", \"files\": {}}",
"dest": "cargo/vendor/aho-corasick-1.0.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/alsa/alsa-0.6.0.crate",
"sha256": "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b",
"dest": "cargo/vendor/alsa-0.6.0"
},
{
"type": "inline",
"contents": "{\"package\": \"5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b\", \"files\": {}}",
"dest": "cargo/vendor/alsa-0.6.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/alsa-sys/alsa-sys-0.3.1.crate",
"sha256": "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527",
"dest": "cargo/vendor/alsa-sys-0.3.1"
},
{
"type": "inline",
"contents": "{\"package\": \"db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527\", \"files\": {}}",
"dest": "cargo/vendor/alsa-sys-0.3.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/andrew/andrew-0.3.1.crate",
"sha256": "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf",
"dest": "cargo/vendor/andrew-0.3.1"
},
{
"type": "inline",
"contents": "{\"package\": \"8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf\", \"files\": {}}",
"dest": "cargo/vendor/andrew-0.3.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/android_system_properties/android_system_properties-0.1.5.crate",
"sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311",
"dest": "cargo/vendor/android_system_properties-0.1.5"
},
{
"type": "inline",
"contents": "{\"package\": \"819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311\", \"files\": {}}",
"dest": "cargo/vendor/android_system_properties-0.1.5",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/anstream/anstream-0.3.2.crate",
"sha256": "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163",
"dest": "cargo/vendor/anstream-0.3.2"
},
{
"type": "inline",
"contents": "{\"package\": \"0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163\", \"files\": {}}",
"dest": "cargo/vendor/anstream-0.3.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/anstyle/anstyle-1.0.0.crate",
"sha256": "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d",
"dest": "cargo/vendor/anstyle-1.0.0"
},
{
"type": "inline",
"contents": "{\"package\": \"41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d\", \"files\": {}}",
"dest": "cargo/vendor/anstyle-1.0.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/anstyle-parse/anstyle-parse-0.2.0.crate",
"sha256": "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee",
"dest": "cargo/vendor/anstyle-parse-0.2.0"
},
{
"type": "inline",
"contents": "{\"package\": \"e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee\", \"files\": {}}",
"dest": "cargo/vendor/anstyle-parse-0.2.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/anstyle-query/anstyle-query-1.0.0.crate",
"sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b",
"dest": "cargo/vendor/anstyle-query-1.0.0"
},
{
"type": "inline",
"contents": "{\"package\": \"5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b\", \"files\": {}}",
"dest": "cargo/vendor/anstyle-query-1.0.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/anstyle-wincon/anstyle-wincon-1.0.1.crate",
"sha256": "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188",
"dest": "cargo/vendor/anstyle-wincon-1.0.1"
},
{
"type": "inline",
"contents": "{\"package\": \"180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188\", \"files\": {}}",
"dest": "cargo/vendor/anstyle-wincon-1.0.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/anyhow/anyhow-1.0.71.crate",
"sha256": "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8",
"dest": "cargo/vendor/anyhow-1.0.71"
},
{
"type": "inline",
"contents": "{\"package\": \"9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8\", \"files\": {}}",
"dest": "cargo/vendor/anyhow-1.0.71",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/anymap2/anymap2-0.13.0.crate",
"sha256": "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c",
"dest": "cargo/vendor/anymap2-0.13.0"
},
{
"type": "inline",
"contents": "{\"package\": \"d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c\", \"files\": {}}",
"dest": "cargo/vendor/anymap2-0.13.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/app_dirs2/app_dirs2-2.5.5.crate",
"sha256": "a7e7b35733e3a8c1ccb90385088dd5b6eaa61325cb4d1ad56e683b5224ff352e",
"dest": "cargo/vendor/app_dirs2-2.5.5"
},
{
"type": "inline",
"contents": "{\"package\": \"a7e7b35733e3a8c1ccb90385088dd5b6eaa61325cb4d1ad56e683b5224ff352e\", \"files\": {}}",
"dest": "cargo/vendor/app_dirs2-2.5.5",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/approx/approx-0.3.2.crate",
"sha256": "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3",
"dest": "cargo/vendor/approx-0.3.2"
},
{
"type": "inline",
"contents": "{\"package\": \"f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3\", \"files\": {}}",
"dest": "cargo/vendor/approx-0.3.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/approx/approx-0.4.0.crate",
"sha256": "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278",
"dest": "cargo/vendor/approx-0.4.0"
},
{
"type": "inline",
"contents": "{\"package\": \"3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278\", \"files\": {}}",
"dest": "cargo/vendor/approx-0.4.0",
"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/arr_macro/arr_macro-0.2.1.crate",
"sha256": "c49336e062fa2ae8aca17a2f99c34d9c1a5d30827e8aff1cb4c294f253afe992",
"dest": "cargo/vendor/arr_macro-0.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"c49336e062fa2ae8aca17a2f99c34d9c1a5d30827e8aff1cb4c294f253afe992\", \"files\": {}}",
"dest": "cargo/vendor/arr_macro-0.2.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/arr_macro_impl/arr_macro_impl-0.2.1.crate",
"sha256": "9c6368f9ae5c6ec403ca910327ae0c9437b0a85255b6950c90d497e6177f6e5e",
"dest": "cargo/vendor/arr_macro_impl-0.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"9c6368f9ae5c6ec403ca910327ae0c9437b0a85255b6950c90d497e6177f6e5e\", \"files\": {}}",
"dest": "cargo/vendor/arr_macro_impl-0.2.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/arrayref/arrayref-0.3.7.crate",
"sha256": "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545",
"dest": "cargo/vendor/arrayref-0.3.7"
},
{
"type": "inline",
"contents": "{\"package\": \"6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545\", \"files\": {}}",
"dest": "cargo/vendor/arrayref-0.3.7",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/arrayvec/arrayvec-0.5.2.crate",
"sha256": "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b",
"dest": "cargo/vendor/arrayvec-0.5.2"
},
{
"type": "inline",
"contents": "{\"package\": \"23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b\", \"files\": {}}",
"dest": "cargo/vendor/arrayvec-0.5.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/arrayvec/arrayvec-0.7.2.crate",
"sha256": "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6",
"dest": "cargo/vendor/arrayvec-0.7.2"
},
{
"type": "inline",
"contents": "{\"package\": \"8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6\", \"files\": {}}",
"dest": "cargo/vendor/arrayvec-0.7.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/ash/ash-0.32.1.crate",
"sha256": "06063a002a77d2734631db74e8f4ce7148b77fe522e6bca46f2ae7774fd48112",
"dest": "cargo/vendor/ash-0.32.1"
},
{
"type": "inline",
"contents": "{\"package\": \"06063a002a77d2734631db74e8f4ce7148b77fe522e6bca46f2ae7774fd48112\", \"files\": {}}",
"dest": "cargo/vendor/ash-0.32.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/assets_manager/assets_manager-0.10.0.crate",
"sha256": "ac85997dab76264b243f81a991d56aa1f793ae5ef9505beb38f8d591f5db8154",
"dest": "cargo/vendor/assets_manager-0.10.0"
},
{
"type": "inline",
"contents": "{\"package\": \"ac85997dab76264b243f81a991d56aa1f793ae5ef9505beb38f8d591f5db8154\", \"files\": {}}",
"dest": "cargo/vendor/assets_manager-0.10.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/async-channel/async-channel-1.8.0.crate",
"sha256": "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833",
"dest": "cargo/vendor/async-channel-1.8.0"
},
{
"type": "inline",
"contents": "{\"package\": \"cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833\", \"files\": {}}",
"dest": "cargo/vendor/async-channel-1.8.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/async-trait/async-trait-0.1.68.crate",
"sha256": "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842",
"dest": "cargo/vendor/async-trait-0.1.68"
},
{
"type": "inline",
"contents": "{\"package\": \"b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842\", \"files\": {}}",
"dest": "cargo/vendor/async-trait-0.1.68",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/atom/atom-0.3.6.crate",
"sha256": "c9ff149ed9780025acfdb36862d35b28856bb693ceb451259a7164442f22fdc3",
"dest": "cargo/vendor/atom-0.3.6"
},
{
"type": "inline",
"contents": "{\"package\": \"c9ff149ed9780025acfdb36862d35b28856bb693ceb451259a7164442f22fdc3\", \"files\": {}}",
"dest": "cargo/vendor/atom-0.3.6",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/atomic-polyfill/atomic-polyfill-0.1.11.crate",
"sha256": "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28",
"dest": "cargo/vendor/atomic-polyfill-0.1.11"
},
{
"type": "inline",
"contents": "{\"package\": \"e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28\", \"files\": {}}",
"dest": "cargo/vendor/atomic-polyfill-0.1.11",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/atomic_refcell/atomic_refcell-0.1.10.crate",
"sha256": "79d6dc922a2792b006573f60b2648076355daeae5ce9cb59507e5908c9625d31",
"dest": "cargo/vendor/atomic_refcell-0.1.10"
},
{
"type": "inline",
"contents": "{\"package\": \"79d6dc922a2792b006573f60b2648076355daeae5ce9cb59507e5908c9625d31\", \"files\": {}}",
"dest": "cargo/vendor/atomic_refcell-0.1.10",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/atomicwrites/atomicwrites-0.4.1.crate",
"sha256": "c1163d9d7c51de51a2b79d6df5e8888d11e9df17c752ce4a285fb6ca1580734e",
"dest": "cargo/vendor/atomicwrites-0.4.1"
},
{
"type": "inline",
"contents": "{\"package\": \"c1163d9d7c51de51a2b79d6df5e8888d11e9df17c752ce4a285fb6ca1580734e\", \"files\": {}}",
"dest": "cargo/vendor/atomicwrites-0.4.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/atty/atty-0.2.14.crate",
"sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8",
"dest": "cargo/vendor/atty-0.2.14"
},
{
"type": "inline",
"contents": "{\"package\": \"d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8\", \"files\": {}}",
"dest": "cargo/vendor/atty-0.2.14",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "shell",
"commands": [
"cp -r --reflink=auto \"flatpak-cargo/git/auth-fb3dcbc/common\" \"cargo/vendor/auth-common\""
]
},
{
"type": "inline",
"contents": "[package]\nname = \"auth-common\"\nversion = \"0.1.0\"\nauthors = [ \"Acrimon <[email protected]>\",]\nedition = \"2018\"\n\n[dependencies]\nrand = \"0.8\"\n\n[dependencies.uuid]\nversion = \"0.8.2\"\ndefault-features = false\nfeatures = [ \"serde\", \"v4\",]\n\n[dependencies.serde]\nversion = \"1.0.115\"\ndefault-features = false\nfeatures = [ \"derive\",]\n",
"dest": "cargo/vendor/auth-common",
"dest-filename": "Cargo.toml"
},
{
"type": "inline",
"contents": "{\"package\": null, \"files\": {}}",
"dest": "cargo/vendor/auth-common",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "shell",
"commands": [
"cp -r --reflink=auto \"flatpak-cargo/git/auth-fb3dcbc/authc\" \"cargo/vendor/authc\""
]
},
{
"type": "inline",
"contents": "[package]\nname = \"authc\"\nversion = \"1.0.0\"\nauthors = [ \"Acrimon <[email protected]>\",]\nedition = \"2018\"\n\n[dependencies]\nhttp = \"0.2.3\"\nhyper-rustls = \"0.22.1\"\nserde_json = \"1.0\"\nhex = \"0.3.2\"\nfxhash = \"0.2.1\"\n\n[dependencies.hyper]\nversion = \"0.14.4\"\nfeatures = [ \"client\", \"http2\",]\n\n[dependencies.serde]\nversion = \"1.0.115\"\nfeatures = [ \"derive\",]\n\n[dependencies.uuid]\nversion = \"0.8.1\"\ndefault-features = false\nfeatures = [ \"serde\", \"v4\",]\n\n[dependencies.auth-common]\npath = \"../common\"\n\n[dependencies.rust-argon2]\nversion = \"0.8.2\"\ndefault-features = false\n",
"dest": "cargo/vendor/authc",
"dest-filename": "Cargo.toml"
},
{
"type": "inline",
"contents": "{\"package\": null, \"files\": {}}",
"dest": "cargo/vendor/authc",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/autocfg/autocfg-1.1.0.crate",
"sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
"dest": "cargo/vendor/autocfg-1.1.0"
},
{
"type": "inline",
"contents": "{\"package\": \"d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa\", \"files\": {}}",
"dest": "cargo/vendor/autocfg-1.1.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/backtrace/backtrace-0.3.67.crate",
"sha256": "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca",
"dest": "cargo/vendor/backtrace-0.3.67"
},
{
"type": "inline",
"contents": "{\"package\": \"233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca\", \"files\": {}}",
"dest": "cargo/vendor/backtrace-0.3.67",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/base-x/base-x-0.2.11.crate",
"sha256": "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270",
"dest": "cargo/vendor/base-x-0.2.11"
},
{
"type": "inline",
"contents": "{\"package\": \"4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270\", \"files\": {}}",
"dest": "cargo/vendor/base-x-0.2.11",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/base64/base64-0.13.1.crate",
"sha256": "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8",
"dest": "cargo/vendor/base64-0.13.1"
},
{
"type": "inline",
"contents": "{\"package\": \"9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8\", \"files\": {}}",
"dest": "cargo/vendor/base64-0.13.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/base64/base64-0.21.0.crate",
"sha256": "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a",
"dest": "cargo/vendor/base64-0.21.0"
},
{
"type": "inline",
"contents": "{\"package\": \"a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a\", \"files\": {}}",
"dest": "cargo/vendor/base64-0.21.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bincode/bincode-1.3.3.crate",
"sha256": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad",
"dest": "cargo/vendor/bincode-1.3.3"
},
{
"type": "inline",
"contents": "{\"package\": \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\", \"files\": {}}",
"dest": "cargo/vendor/bincode-1.3.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bindgen/bindgen-0.64.0.crate",
"sha256": "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4",
"dest": "cargo/vendor/bindgen-0.64.0"
},
{
"type": "inline",
"contents": "{\"package\": \"c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4\", \"files\": {}}",
"dest": "cargo/vendor/bindgen-0.64.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bit-set/bit-set-0.5.3.crate",
"sha256": "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1",
"dest": "cargo/vendor/bit-set-0.5.3"
},
{
"type": "inline",
"contents": "{\"package\": \"0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1\", \"files\": {}}",
"dest": "cargo/vendor/bit-set-0.5.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bit-vec/bit-vec-0.6.3.crate",
"sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb",
"dest": "cargo/vendor/bit-vec-0.6.3"
},
{
"type": "inline",
"contents": "{\"package\": \"349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb\", \"files\": {}}",
"dest": "cargo/vendor/bit-vec-0.6.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bitflags/bitflags-1.3.2.crate",
"sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
"dest": "cargo/vendor/bitflags-1.3.2"
},
{
"type": "inline",
"contents": "{\"package\": \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\", \"files\": {}}",
"dest": "cargo/vendor/bitflags-1.3.2",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bitflags/bitflags-2.2.1.crate",
"sha256": "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813",
"dest": "cargo/vendor/bitflags-2.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813\", \"files\": {}}",
"dest": "cargo/vendor/bitflags-2.2.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bitvec/bitvec-1.0.1.crate",
"sha256": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c",
"dest": "cargo/vendor/bitvec-1.0.1"
},
{
"type": "inline",
"contents": "{\"package\": \"1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c\", \"files\": {}}",
"dest": "cargo/vendor/bitvec-1.0.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/blake2b_simd/blake2b_simd-0.5.11.crate",
"sha256": "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587",
"dest": "cargo/vendor/blake2b_simd-0.5.11"
},
{
"type": "inline",
"contents": "{\"package\": \"afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587\", \"files\": {}}",
"dest": "cargo/vendor/blake2b_simd-0.5.11",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/block/block-0.1.6.crate",
"sha256": "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a",
"dest": "cargo/vendor/block-0.1.6"
},
{
"type": "inline",
"contents": "{\"package\": \"0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a\", \"files\": {}}",
"dest": "cargo/vendor/block-0.1.6",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/block-buffer/block-buffer-0.10.4.crate",
"sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71",
"dest": "cargo/vendor/block-buffer-0.10.4"
},
{
"type": "inline",
"contents": "{\"package\": \"3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71\", \"files\": {}}",
"dest": "cargo/vendor/block-buffer-0.10.4",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bumpalo/bumpalo-3.12.1.crate",
"sha256": "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8",
"dest": "cargo/vendor/bumpalo-3.12.1"
},
{
"type": "inline",
"contents": "{\"package\": \"9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8\", \"files\": {}}",
"dest": "cargo/vendor/bumpalo-3.12.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bytecheck/bytecheck-0.6.10.crate",
"sha256": "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f",
"dest": "cargo/vendor/bytecheck-0.6.10"
},
{
"type": "inline",
"contents": "{\"package\": \"13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f\", \"files\": {}}",
"dest": "cargo/vendor/bytecheck-0.6.10",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bytecheck_derive/bytecheck_derive-0.6.10.crate",
"sha256": "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5",
"dest": "cargo/vendor/bytecheck_derive-0.6.10"
},
{
"type": "inline",
"contents": "{\"package\": \"e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5\", \"files\": {}}",
"dest": "cargo/vendor/bytecheck_derive-0.6.10",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bytemuck/bytemuck-1.13.1.crate",
"sha256": "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea",
"dest": "cargo/vendor/bytemuck-1.13.1"
},
{
"type": "inline",
"contents": "{\"package\": \"17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea\", \"files\": {}}",
"dest": "cargo/vendor/bytemuck-1.13.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bytemuck_derive/bytemuck_derive-1.4.1.crate",
"sha256": "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192",
"dest": "cargo/vendor/bytemuck_derive-1.4.1"
},
{
"type": "inline",
"contents": "{\"package\": \"fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192\", \"files\": {}}",
"dest": "cargo/vendor/bytemuck_derive-1.4.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/byteorder/byteorder-1.4.3.crate",
"sha256": "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610",
"dest": "cargo/vendor/byteorder-1.4.3"
},
{
"type": "inline",
"contents": "{\"package\": \"14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610\", \"files\": {}}",
"dest": "cargo/vendor/byteorder-1.4.3",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/bytes/bytes-1.4.0.crate",
"sha256": "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be",
"dest": "cargo/vendor/bytes-1.4.0"
},
{
"type": "inline",
"contents": "{\"package\": \"89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be\", \"files\": {}}",
"dest": "cargo/vendor/bytes-1.4.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/calloop/calloop-0.6.5.crate",
"sha256": "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c",
"dest": "cargo/vendor/calloop-0.6.5"
},
{
"type": "inline",
"contents": "{\"package\": \"0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c\", \"files\": {}}",
"dest": "cargo/vendor/calloop-0.6.5",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cansi/cansi-2.2.1.crate",
"sha256": "4bdcae87153686017415ce77e48c53e6818a0a058f0e21b56640d1e944967ef8",
"dest": "cargo/vendor/cansi-2.2.1"
},
{
"type": "inline",
"contents": "{\"package\": \"4bdcae87153686017415ce77e48c53e6818a0a058f0e21b56640d1e944967ef8\", \"files\": {}}",
"dest": "cargo/vendor/cansi-2.2.1",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cassowary/cassowary-0.3.0.crate",
"sha256": "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53",
"dest": "cargo/vendor/cassowary-0.3.0"
},
{
"type": "inline",
"contents": "{\"package\": \"df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53\", \"files\": {}}",
"dest": "cargo/vendor/cassowary-0.3.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cast/cast-0.2.7.crate",
"sha256": "4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a",
"dest": "cargo/vendor/cast-0.2.7"
},
{
"type": "inline",
"contents": "{\"package\": \"4c24dab4283a142afa2fdca129b80ad2c6284e073930f964c3a1293c225ee39a\", \"files\": {}}",
"dest": "cargo/vendor/cast-0.2.7",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cast/cast-0.3.0.crate",
"sha256": "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5",
"dest": "cargo/vendor/cast-0.3.0"
},
{
"type": "inline",
"contents": "{\"package\": \"37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5\", \"files\": {}}",
"dest": "cargo/vendor/cast-0.3.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cc/cc-1.0.79.crate",
"sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f",
"dest": "cargo/vendor/cc-1.0.79"
},
{
"type": "inline",
"contents": "{\"package\": \"50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f\", \"files\": {}}",
"dest": "cargo/vendor/cc-1.0.79",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/censor/censor-0.3.0.crate",
"sha256": "d41e3b9fdbb9b3edc10dc66a06dc255822f699c432e19403fb966e6d60e0dec4",
"dest": "cargo/vendor/censor-0.3.0"
},
{
"type": "inline",
"contents": "{\"package\": \"d41e3b9fdbb9b3edc10dc66a06dc255822f699c432e19403fb966e6d60e0dec4\", \"files\": {}}",
"dest": "cargo/vendor/censor-0.3.0",
"dest-filename": ".cargo-checksum.json"
},
{
"type": "archive",
"archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/cesu8/cesu8-1.1.0.crate",
"sha256": "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c",
"dest": "cargo/vendor/cesu8-1.1.0"
},
{