tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
psst: unstable-2023-05-13 -> unstable-2024-01-12
Harsh Shandilya
2 years ago
2d36a09d
36649452
+431
-574
4 changed files
expand all
collapse all
unified
split
pkgs
applications
audio
psst
Cargo.lock
default.nix
make-build-reproducible.patch
update.sh
+424
-567
pkgs/applications/audio/psst/Cargo.lock
···
10
11
[[package]]
12
name = "aes"
13
-
version = "0.8.2"
14
source = "registry+https://github.com/rust-lang/crates.io-index"
15
-
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
16
dependencies = [
17
"cfg-if",
18
"cipher",
···
21
22
[[package]]
23
name = "aho-corasick"
24
-
version = "1.0.1"
25
source = "registry+https://github.com/rust-lang/crates.io-index"
26
-
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
27
dependencies = [
28
"memchr",
29
]
30
31
[[package]]
32
name = "alsa"
33
-
version = "0.7.0"
34
source = "registry+https://github.com/rust-lang/crates.io-index"
35
-
checksum = "8512c9117059663fb5606788fbca3619e2a91dac0e3fe516242eab1fa6be5e44"
36
dependencies = [
37
"alsa-sys",
38
"bitflags 1.3.2",
···
51
]
52
53
[[package]]
0
0
0
0
0
0
54
name = "android_system_properties"
55
version = "0.1.5"
56
source = "registry+https://github.com/rust-lang/crates.io-index"
···
61
62
[[package]]
63
name = "anyhow"
64
-
version = "1.0.71"
65
source = "registry+https://github.com/rust-lang/crates.io-index"
66
-
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
67
68
[[package]]
69
name = "arrayvec"
70
-
version = "0.7.2"
71
source = "registry+https://github.com/rust-lang/crates.io-index"
72
-
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
73
74
[[package]]
75
name = "associative-cache"
···
122
123
[[package]]
124
name = "base64"
125
-
version = "0.13.1"
126
source = "registry+https://github.com/rust-lang/crates.io-index"
127
-
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
128
129
[[package]]
130
name = "bindgen"
131
-
version = "0.64.0"
132
source = "registry+https://github.com/rust-lang/crates.io-index"
133
-
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
134
dependencies = [
135
-
"bitflags 1.3.2",
136
"cexpr",
137
"clang-sys",
138
"lazy_static",
···
143
"regex",
144
"rustc-hash",
145
"shlex",
146
-
"syn 1.0.109",
147
]
148
149
[[package]]
···
160
161
[[package]]
162
name = "bitflags"
163
-
version = "2.2.1"
164
source = "registry+https://github.com/rust-lang/crates.io-index"
165
-
checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
166
167
[[package]]
168
name = "bitmaps"
···
190
191
[[package]]
192
name = "bstr"
193
-
version = "1.4.0"
194
source = "registry+https://github.com/rust-lang/crates.io-index"
195
-
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
196
dependencies = [
197
"memchr",
198
-
"once_cell",
199
"regex-automata",
200
"serde",
201
]
···
211
212
[[package]]
213
name = "bumpalo"
214
-
version = "3.12.1"
215
source = "registry+https://github.com/rust-lang/crates.io-index"
216
-
checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8"
217
218
[[package]]
219
name = "bytemuck"
220
-
version = "1.13.1"
221
source = "registry+https://github.com/rust-lang/crates.io-index"
222
-
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
223
224
[[package]]
225
name = "byteorder"
···
229
230
[[package]]
231
name = "bytes"
232
-
version = "1.4.0"
233
source = "registry+https://github.com/rust-lang/crates.io-index"
234
-
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
235
236
[[package]]
237
name = "cairo-rs"
···
260
261
[[package]]
262
name = "cc"
263
-
version = "1.0.79"
264
source = "registry+https://github.com/rust-lang/crates.io-index"
265
-
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
266
dependencies = [
267
"jobserver",
0
268
]
269
270
[[package]]
···
284
285
[[package]]
286
name = "cfg-expr"
287
-
version = "0.15.1"
288
source = "registry+https://github.com/rust-lang/crates.io-index"
289
-
checksum = "c8790cf1286da485c72cf5fc7aeba308438800036ec67d89425924c4807268c9"
290
dependencies = [
291
"smallvec",
292
"target-lexicon",
···
300
301
[[package]]
302
name = "chrono"
303
-
version = "0.4.24"
304
source = "registry+https://github.com/rust-lang/crates.io-index"
305
-
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
306
dependencies = [
0
307
"iana-time-zone",
308
"js-sys",
309
-
"num-integer",
310
"num-traits",
311
-
"time 0.1.45",
312
"wasm-bindgen",
313
-
"winapi",
314
]
315
316
[[package]]
···
361
362
[[package]]
363
name = "cocoa-foundation"
364
-
version = "0.1.1"
365
source = "registry+https://github.com/rust-lang/crates.io-index"
366
-
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
367
dependencies = [
368
"bitflags 1.3.2",
369
"block",
370
"core-foundation",
371
"core-graphics-types",
372
-
"foreign-types",
373
"libc",
374
"objc",
375
-
]
376
-
377
-
[[package]]
378
-
name = "codespan-reporting"
379
-
version = "0.11.1"
380
-
source = "registry+https://github.com/rust-lang/crates.io-index"
381
-
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
382
-
dependencies = [
383
-
"termcolor",
384
-
"unicode-width",
385
]
386
387
[[package]]
···
447
448
[[package]]
449
name = "core-graphics-types"
450
-
version = "0.1.1"
451
source = "registry+https://github.com/rust-lang/crates.io-index"
452
-
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
453
dependencies = [
454
"bitflags 1.3.2",
455
"core-foundation",
456
-
"foreign-types",
457
"libc",
458
]
459
···
482
483
[[package]]
484
name = "coreaudio-sys"
485
-
version = "0.2.12"
486
source = "registry+https://github.com/rust-lang/crates.io-index"
487
-
checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24"
488
dependencies = [
489
"bindgen",
490
]
···
516
517
[[package]]
518
name = "cpufeatures"
519
-
version = "0.2.7"
520
source = "registry+https://github.com/rust-lang/crates.io-index"
521
-
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
522
dependencies = [
523
"libc",
524
]
···
555
556
[[package]]
557
name = "crossbeam-epoch"
558
-
version = "0.9.14"
559
source = "registry+https://github.com/rust-lang/crates.io-index"
560
-
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
561
dependencies = [
562
"autocfg",
563
"cfg-if",
···
568
569
[[package]]
570
name = "crossbeam-utils"
571
-
version = "0.8.15"
572
source = "registry+https://github.com/rust-lang/crates.io-index"
573
-
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
574
dependencies = [
575
"cfg-if",
576
]
···
603
[[package]]
604
name = "cubeb"
605
version = "0.10.3"
606
-
source = "git+https://github.com/mozilla/cubeb-rs#f0d2a875e40dfa64648fd381445a24bc6e45fa5c"
607
dependencies = [
608
"cubeb-core",
609
]
610
611
[[package]]
612
name = "cubeb-core"
613
-
version = "0.10.3"
614
-
source = "git+https://github.com/mozilla/cubeb-rs#f0d2a875e40dfa64648fd381445a24bc6e45fa5c"
615
dependencies = [
616
"bitflags 1.3.2",
617
"cubeb-sys",
···
620
[[package]]
621
name = "cubeb-sys"
622
version = "0.10.3"
623
-
source = "git+https://github.com/mozilla/cubeb-rs#f0d2a875e40dfa64648fd381445a24bc6e45fa5c"
624
dependencies = [
625
"cmake",
626
"pkg-config",
627
]
628
629
[[package]]
630
-
name = "cxx"
631
-
version = "1.0.94"
632
-
source = "registry+https://github.com/rust-lang/crates.io-index"
633
-
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
634
-
dependencies = [
635
-
"cc",
636
-
"cxxbridge-flags",
637
-
"cxxbridge-macro",
638
-
"link-cplusplus",
639
-
]
640
-
641
-
[[package]]
642
-
name = "cxx-build"
643
-
version = "1.0.94"
644
-
source = "registry+https://github.com/rust-lang/crates.io-index"
645
-
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
646
-
dependencies = [
647
-
"cc",
648
-
"codespan-reporting",
649
-
"once_cell",
650
-
"proc-macro2",
651
-
"quote",
652
-
"scratch",
653
-
"syn 2.0.15",
654
-
]
655
-
656
-
[[package]]
657
-
name = "cxxbridge-flags"
658
-
version = "1.0.94"
659
-
source = "registry+https://github.com/rust-lang/crates.io-index"
660
-
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
661
-
662
-
[[package]]
663
-
name = "cxxbridge-macro"
664
-
version = "1.0.94"
665
-
source = "registry+https://github.com/rust-lang/crates.io-index"
666
-
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
667
-
dependencies = [
668
-
"proc-macro2",
669
-
"quote",
670
-
"syn 2.0.15",
671
-
]
672
-
673
-
[[package]]
674
name = "dasp_sample"
675
version = "0.11.0"
676
source = "registry+https://github.com/rust-lang/crates.io-index"
···
695
dependencies = [
696
"dbus",
697
]
0
0
0
0
0
0
698
699
[[package]]
700
name = "digest"
701
-
version = "0.10.6"
702
source = "registry+https://github.com/rust-lang/crates.io-index"
703
-
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
704
dependencies = [
705
"block-buffer",
706
"crypto-common",
···
708
]
709
710
[[package]]
711
-
name = "dirs"
712
-
version = "4.0.0"
713
-
source = "registry+https://github.com/rust-lang/crates.io-index"
714
-
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
715
-
dependencies = [
716
-
"dirs-sys",
717
-
]
718
-
719
-
[[package]]
720
name = "dirs-next"
721
version = "1.0.2"
722
source = "registry+https://github.com/rust-lang/crates.io-index"
···
727
]
728
729
[[package]]
730
-
name = "dirs-sys"
731
-
version = "0.3.7"
732
-
source = "registry+https://github.com/rust-lang/crates.io-index"
733
-
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
734
-
dependencies = [
735
-
"libc",
736
-
"redox_users",
737
-
"winapi",
738
-
]
739
-
740
-
[[package]]
741
name = "dirs-sys-next"
742
version = "0.1.2"
743
source = "registry+https://github.com/rust-lang/crates.io-index"
···
762
dependencies = [
763
"proc-macro2",
764
"quote",
765
-
"syn 2.0.15",
766
]
767
768
[[package]]
···
834
"piet-common",
835
"raw-window-handle",
836
"scopeguard",
837
-
"time 0.3.21",
838
"tracing",
839
"wasm-bindgen",
840
"web-sys",
···
856
857
[[package]]
858
name = "either"
859
-
version = "1.8.1"
860
source = "registry+https://github.com/rust-lang/crates.io-index"
861
-
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
862
863
[[package]]
864
name = "encoding_rs"
865
-
version = "0.8.32"
866
source = "registry+https://github.com/rust-lang/crates.io-index"
867
-
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
868
dependencies = [
869
"cfg-if",
870
]
···
883
]
884
885
[[package]]
0
0
0
0
0
0
886
name = "errno"
887
-
version = "0.3.1"
888
source = "registry+https://github.com/rust-lang/crates.io-index"
889
-
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
890
dependencies = [
891
"errno-dragonfly",
892
"libc",
···
905
906
[[package]]
907
name = "exr"
908
-
version = "1.6.3"
909
source = "registry+https://github.com/rust-lang/crates.io-index"
910
-
checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4"
911
dependencies = [
912
"bit_field",
913
"flume",
914
"half",
915
"lebe",
916
-
"miniz_oxide 0.6.2",
917
"rayon-core",
918
"smallvec",
919
"zune-inflate",
920
]
921
922
[[package]]
923
-
name = "fastrand"
924
-
version = "1.9.0"
925
source = "registry+https://github.com/rust-lang/crates.io-index"
926
-
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
927
dependencies = [
928
-
"instant",
929
]
930
931
[[package]]
0
0
0
0
0
0
932
name = "fdeflate"
933
version = "0.3.0"
934
source = "registry+https://github.com/rust-lang/crates.io-index"
···
939
940
[[package]]
941
name = "field-offset"
942
-
version = "0.3.5"
943
source = "registry+https://github.com/rust-lang/crates.io-index"
944
-
checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
945
dependencies = [
946
"memoffset",
947
"rustc_version",
···
949
950
[[package]]
951
name = "flate2"
952
-
version = "1.0.26"
953
source = "registry+https://github.com/rust-lang/crates.io-index"
954
-
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
955
dependencies = [
956
"crc32fast",
957
-
"miniz_oxide 0.7.1",
958
]
959
960
[[package]]
···
993
994
[[package]]
995
name = "flume"
996
-
version = "0.10.14"
997
source = "registry+https://github.com/rust-lang/crates.io-index"
998
-
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
999
dependencies = [
1000
-
"futures-core",
1001
-
"futures-sink",
1002
-
"nanorand",
1003
-
"pin-project",
1004
"spin 0.9.8",
1005
]
1006
···
1027
1028
[[package]]
1029
name = "form_urlencoded"
1030
-
version = "1.1.0"
1031
source = "registry+https://github.com/rust-lang/crates.io-index"
1032
-
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
1033
dependencies = [
1034
"percent-encoding",
1035
]
···
1080
dependencies = [
1081
"proc-macro2",
1082
"quote",
1083
-
"syn 2.0.15",
1084
]
1085
1086
[[package]]
1087
-
name = "futures-sink"
1088
-
version = "0.3.28"
1089
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1090
-
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
1091
-
1092
-
[[package]]
1093
name = "futures-task"
1094
version = "0.3.28"
1095
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1180
1181
[[package]]
1182
name = "getrandom"
1183
-
version = "0.2.9"
1184
source = "registry+https://github.com/rust-lang/crates.io-index"
1185
-
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
1186
dependencies = [
1187
"cfg-if",
1188
-
"js-sys",
1189
"libc",
1190
-
"wasi 0.11.0+wasi-snapshot-preview1",
1191
-
"wasm-bindgen",
1192
]
1193
1194
[[package]]
···
1258
1259
[[package]]
1260
name = "gix-actor"
1261
-
version = "0.20.0"
1262
source = "registry+https://github.com/rust-lang/crates.io-index"
1263
-
checksum = "848efa0f1210cea8638f95691c82a46f98a74b9e3524f01d4955ebc25a8f84f3"
1264
dependencies = [
1265
"bstr",
1266
"btoi",
1267
"gix-date",
1268
"itoa",
1269
-
"nom",
1270
"thiserror",
0
1271
]
1272
1273
[[package]]
1274
name = "gix-config"
1275
-
version = "0.22.0"
1276
source = "registry+https://github.com/rust-lang/crates.io-index"
1277
-
checksum = "1d252a0eddb6df74600d3d8872dc9fe98835a7da43110411d705b682f49d4ac1"
1278
dependencies = [
1279
"bstr",
1280
"gix-config-value",
···
1283
"gix-path",
1284
"gix-ref",
1285
"gix-sec",
1286
-
"log",
1287
"memchr",
1288
-
"nom",
1289
"once_cell",
1290
"smallvec",
1291
"thiserror",
1292
"unicode-bom",
0
1293
]
1294
1295
[[package]]
1296
name = "gix-config-value"
1297
-
version = "0.12.0"
1298
source = "registry+https://github.com/rust-lang/crates.io-index"
1299
-
checksum = "786861e84a5793ad5f863d846de5eb064cd23b87e61ad708c8c402608202e7be"
1300
dependencies = [
1301
-
"bitflags 2.2.1",
1302
"bstr",
1303
"gix-path",
1304
"libc",
···
1307
1308
[[package]]
1309
name = "gix-date"
1310
-
version = "0.5.0"
1311
source = "registry+https://github.com/rust-lang/crates.io-index"
1312
-
checksum = "99056f37270715f5c7584fd8b46899a2296af9cae92463bf58b8bd1f5a78e553"
1313
dependencies = [
1314
"bstr",
1315
"itoa",
1316
"thiserror",
1317
-
"time 0.3.21",
1318
]
1319
1320
[[package]]
1321
name = "gix-features"
1322
-
version = "0.29.0"
1323
source = "registry+https://github.com/rust-lang/crates.io-index"
1324
-
checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897"
1325
dependencies = [
1326
"gix-hash",
0
1327
"libc",
1328
"sha1_smol",
1329
"walkdir",
···
1331
1332
[[package]]
1333
name = "gix-fs"
1334
-
version = "0.1.1"
1335
source = "registry+https://github.com/rust-lang/crates.io-index"
1336
-
checksum = "9b37a1832f691fdc09910bd267f9a2e413737c1f9ec68c6e31f9e802616278a9"
1337
dependencies = [
1338
"gix-features",
1339
]
1340
1341
[[package]]
1342
name = "gix-glob"
1343
-
version = "0.7.0"
1344
source = "registry+https://github.com/rust-lang/crates.io-index"
1345
-
checksum = "c07c98204529ac3f24b34754540a852593d2a4c7349008df389240266627a72a"
1346
dependencies = [
1347
-
"bitflags 2.2.1",
1348
"bstr",
1349
"gix-features",
1350
"gix-path",
···
1352
1353
[[package]]
1354
name = "gix-hash"
1355
-
version = "0.11.1"
1356
source = "registry+https://github.com/rust-lang/crates.io-index"
1357
-
checksum = "078eec3ac2808cc03f0bddd2704cb661da5c5dc33b41a9d7947b141d499c7c42"
1358
dependencies = [
1359
-
"hex",
1360
"thiserror",
1361
]
1362
1363
[[package]]
1364
name = "gix-lock"
1365
-
version = "5.0.1"
1366
source = "registry+https://github.com/rust-lang/crates.io-index"
1367
-
checksum = "2c693d7f05730fa74a7c467150adc7cea393518410c65f0672f80226b8111555"
1368
dependencies = [
1369
"gix-tempfile",
1370
"gix-utils",
···
1373
1374
[[package]]
1375
name = "gix-object"
1376
-
version = "0.29.1"
1377
source = "registry+https://github.com/rust-lang/crates.io-index"
1378
-
checksum = "c9bb30ce0818d37096daa29efe361a4bc6dd0b51a5726598898be7e9a40a01e1"
1379
dependencies = [
1380
"bstr",
1381
"btoi",
1382
"gix-actor",
0
1383
"gix-features",
1384
"gix-hash",
1385
"gix-validate",
1386
-
"hex",
1387
"itoa",
1388
-
"nom",
1389
"smallvec",
1390
"thiserror",
0
1391
]
1392
1393
[[package]]
1394
name = "gix-path"
1395
-
version = "0.8.0"
1396
source = "registry+https://github.com/rust-lang/crates.io-index"
1397
-
checksum = "4fc78f47095a0c15aea0e66103838f0748f4494bf7a9555dfe0f00425400396c"
1398
dependencies = [
1399
"bstr",
0
1400
"home",
1401
"once_cell",
1402
"thiserror",
···
1404
1405
[[package]]
1406
name = "gix-ref"
1407
-
version = "0.29.1"
1408
source = "registry+https://github.com/rust-lang/crates.io-index"
1409
-
checksum = "1e03989e9d49954368e1b526578230fc7189d1634acdfbe79e9ba1de717e15d5"
1410
dependencies = [
1411
"gix-actor",
0
1412
"gix-features",
1413
"gix-fs",
1414
"gix-hash",
···
1418
"gix-tempfile",
1419
"gix-validate",
1420
"memmap2",
1421
-
"nom",
1422
"thiserror",
0
1423
]
1424
1425
[[package]]
1426
name = "gix-sec"
1427
-
version = "0.8.0"
1428
source = "registry+https://github.com/rust-lang/crates.io-index"
1429
-
checksum = "794520043d5a024dfeac335c6e520cb616f6963e30dab995892382e998c12897"
1430
dependencies = [
1431
-
"bitflags 2.2.1",
1432
"gix-path",
1433
"libc",
1434
"windows 0.48.0",
···
1436
1437
[[package]]
1438
name = "gix-tempfile"
1439
-
version = "5.0.3"
1440
source = "registry+https://github.com/rust-lang/crates.io-index"
1441
-
checksum = "d71a0d32f34e71e86586124225caefd78dabc605d0486de580d717653addf182"
1442
dependencies = [
1443
"gix-fs",
1444
"libc",
···
1448
]
1449
1450
[[package]]
0
0
0
0
0
0
1451
name = "gix-utils"
1452
-
version = "0.1.1"
1453
source = "registry+https://github.com/rust-lang/crates.io-index"
1454
-
checksum = "c10b69beac219acb8df673187a1f07dde2d74092f974fb3f9eb385aeb667c909"
1455
dependencies = [
1456
"fastrand",
1457
]
1458
1459
[[package]]
1460
name = "gix-validate"
1461
-
version = "0.7.4"
1462
source = "registry+https://github.com/rust-lang/crates.io-index"
1463
-
checksum = "7bd629d3680773e1785e585d76fd4295b740b559cad9141517300d99a0c8c049"
1464
dependencies = [
1465
"bstr",
1466
"thiserror",
···
1468
1469
[[package]]
1470
name = "glib"
1471
-
version = "0.16.7"
1472
source = "registry+https://github.com/rust-lang/crates.io-index"
1473
-
checksum = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f"
1474
dependencies = [
1475
"bitflags 1.3.2",
1476
"futures-channel",
···
1596
1597
[[package]]
1598
name = "hashbrown"
1599
-
version = "0.12.3"
1600
source = "registry+https://github.com/rust-lang/crates.io-index"
1601
-
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1602
1603
[[package]]
1604
name = "heck"
···
1617
1618
[[package]]
1619
name = "hermit-abi"
1620
-
version = "0.2.6"
1621
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1622
-
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
1623
-
dependencies = [
1624
-
"libc",
1625
-
]
1626
-
1627
-
[[package]]
1628
-
name = "hermit-abi"
1629
-
version = "0.3.1"
1630
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1631
-
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
1632
-
1633
-
[[package]]
1634
-
name = "hex"
1635
-
version = "0.4.3"
1636
source = "registry+https://github.com/rust-lang/crates.io-index"
1637
-
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1638
1639
[[package]]
1640
name = "hmac"
···
1662
1663
[[package]]
1664
name = "iana-time-zone"
1665
-
version = "0.1.56"
1666
source = "registry+https://github.com/rust-lang/crates.io-index"
1667
-
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
1668
dependencies = [
1669
"android_system_properties",
1670
"core-foundation-sys 0.8.4",
···
1676
1677
[[package]]
1678
name = "iana-time-zone-haiku"
1679
-
version = "0.1.1"
1680
source = "registry+https://github.com/rust-lang/crates.io-index"
1681
-
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
1682
dependencies = [
1683
-
"cxx",
1684
-
"cxx-build",
1685
]
1686
1687
[[package]]
1688
name = "idna"
1689
-
version = "0.3.0"
1690
source = "registry+https://github.com/rust-lang/crates.io-index"
1691
-
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
1692
dependencies = [
1693
"unicode-bidi",
1694
"unicode-normalization",
···
1711
1712
[[package]]
1713
name = "image"
1714
-
version = "0.24.6"
1715
source = "registry+https://github.com/rust-lang/crates.io-index"
1716
-
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
1717
dependencies = [
1718
"bytemuck",
1719
"byteorder",
···
1730
1731
[[package]]
1732
name = "indexmap"
1733
-
version = "1.9.3"
1734
source = "registry+https://github.com/rust-lang/crates.io-index"
1735
-
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1736
dependencies = [
1737
-
"autocfg",
1738
"hashbrown",
1739
]
1740
···
1779
]
1780
1781
[[package]]
1782
-
name = "io-lifetimes"
1783
-
version = "1.0.10"
1784
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1785
-
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
1786
-
dependencies = [
1787
-
"hermit-abi 0.3.1",
1788
-
"libc",
1789
-
"windows-sys 0.48.0",
1790
-
]
1791
-
1792
-
[[package]]
1793
name = "is-docker"
1794
version = "0.2.0"
1795
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1800
1801
[[package]]
1802
name = "is-terminal"
1803
-
version = "0.4.7"
1804
source = "registry+https://github.com/rust-lang/crates.io-index"
1805
-
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
1806
dependencies = [
1807
-
"hermit-abi 0.3.1",
1808
-
"io-lifetimes",
1809
"rustix",
1810
"windows-sys 0.48.0",
1811
]
···
1822
1823
[[package]]
1824
name = "itertools"
1825
-
version = "0.10.5"
1826
source = "registry+https://github.com/rust-lang/crates.io-index"
1827
-
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1828
dependencies = [
1829
"either",
1830
]
1831
1832
[[package]]
1833
name = "itoa"
1834
-
version = "1.0.6"
1835
source = "registry+https://github.com/rust-lang/crates.io-index"
1836
-
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1837
1838
[[package]]
1839
name = "jni"
···
1905
1906
[[package]]
1907
name = "js-sys"
1908
-
version = "0.3.61"
1909
source = "registry+https://github.com/rust-lang/crates.io-index"
1910
-
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1911
dependencies = [
1912
"wasm-bindgen",
1913
]
···
1923
1924
[[package]]
1925
name = "kurbo"
1926
-
version = "0.9.4"
1927
source = "registry+https://github.com/rust-lang/crates.io-index"
1928
-
checksum = "d676038719d1c892f91e6e85121550143c75880b42f7feff6d413a078cf91fb3"
1929
dependencies = [
1930
"arrayvec",
1931
"serde",
···
1951
1952
[[package]]
1953
name = "libc"
1954
-
version = "0.2.143"
1955
source = "registry+https://github.com/rust-lang/crates.io-index"
1956
-
checksum = "edc207893e85c5d6be840e969b496b53d94cec8be2d501b214f50daa97fa8024"
1957
1958
[[package]]
1959
name = "libdbus-sys"
···
1984
]
1985
1986
[[package]]
1987
-
name = "link-cplusplus"
1988
-
version = "1.0.8"
1989
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1990
-
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
1991
-
dependencies = [
1992
-
"cc",
1993
-
]
1994
-
1995
-
[[package]]
1996
name = "linked-hash-map"
1997
version = "0.5.6"
1998
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2000
2001
[[package]]
2002
name = "linux-raw-sys"
2003
-
version = "0.3.7"
2004
source = "registry+https://github.com/rust-lang/crates.io-index"
2005
-
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
2006
2007
[[package]]
2008
name = "lock_api"
2009
-
version = "0.4.9"
2010
source = "registry+https://github.com/rust-lang/crates.io-index"
2011
-
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2012
dependencies = [
2013
"autocfg",
2014
"scopeguard",
···
2016
2017
[[package]]
2018
name = "log"
2019
-
version = "0.4.17"
2020
source = "registry+https://github.com/rust-lang/crates.io-index"
2021
-
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022
-
dependencies = [
2023
-
"cfg-if",
2024
-
]
2025
2026
[[package]]
2027
name = "lru-cache"
···
2067
2068
[[package]]
2069
name = "memchr"
2070
-
version = "2.5.0"
2071
source = "registry+https://github.com/rust-lang/crates.io-index"
2072
-
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2073
2074
[[package]]
2075
name = "memmap2"
2076
-
version = "0.5.10"
2077
source = "registry+https://github.com/rust-lang/crates.io-index"
2078
-
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2079
dependencies = [
2080
"libc",
2081
]
2082
2083
[[package]]
2084
name = "memoffset"
2085
-
version = "0.8.0"
2086
source = "registry+https://github.com/rust-lang/crates.io-index"
2087
-
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2088
dependencies = [
2089
"autocfg",
2090
]
···
2097
2098
[[package]]
2099
name = "miniz_oxide"
2100
-
version = "0.6.2"
2101
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2102
-
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2103
-
dependencies = [
2104
-
"adler",
2105
-
]
2106
-
2107
-
[[package]]
2108
-
name = "miniz_oxide"
2109
version = "0.7.1"
2110
source = "registry+https://github.com/rust-lang/crates.io-index"
2111
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
···
2115
]
2116
2117
[[package]]
2118
-
name = "nanorand"
2119
-
version = "0.7.0"
2120
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2121
-
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
2122
-
dependencies = [
2123
-
"getrandom",
2124
-
]
2125
-
2126
-
[[package]]
2127
name = "ndk"
2128
version = "0.7.0"
2129
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2185
2186
[[package]]
2187
name = "num-bigint"
2188
-
version = "0.4.3"
2189
source = "registry+https://github.com/rust-lang/crates.io-index"
2190
-
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
2191
dependencies = [
2192
"autocfg",
2193
"num-integer",
···
2229
2230
[[package]]
2231
name = "num-traits"
2232
-
version = "0.2.15"
2233
source = "registry+https://github.com/rust-lang/crates.io-index"
2234
-
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2235
dependencies = [
2236
"autocfg",
2237
]
2238
2239
[[package]]
2240
name = "num_cpus"
2241
-
version = "1.15.0"
2242
source = "registry+https://github.com/rust-lang/crates.io-index"
2243
-
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2244
dependencies = [
2245
-
"hermit-abi 0.2.6",
2246
"libc",
2247
]
2248
···
2310
2311
[[package]]
2312
name = "once_cell"
2313
-
version = "1.17.1"
2314
source = "registry+https://github.com/rust-lang/crates.io-index"
2315
-
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2316
2317
[[package]]
2318
name = "open"
2319
-
version = "4.1.0"
2320
source = "registry+https://github.com/rust-lang/crates.io-index"
2321
-
checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944"
2322
dependencies = [
2323
"is-wsl",
0
2324
"pathdiff",
2325
]
2326
···
2395
2396
[[package]]
2397
name = "parking_lot_core"
2398
-
version = "0.9.7"
2399
source = "registry+https://github.com/rust-lang/crates.io-index"
2400
-
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2401
dependencies = [
2402
"cfg-if",
2403
"libc",
2404
-
"redox_syscall 0.2.16",
2405
"smallvec",
2406
-
"windows-sys 0.45.0",
2407
]
2408
2409
[[package]]
···
2420
2421
[[package]]
2422
name = "percent-encoding"
2423
-
version = "2.2.0"
2424
source = "registry+https://github.com/rust-lang/crates.io-index"
2425
-
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2426
2427
[[package]]
2428
name = "piet"
···
2512
]
2513
2514
[[package]]
2515
-
name = "pin-project"
2516
-
version = "1.0.12"
2517
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2518
-
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2519
-
dependencies = [
2520
-
"pin-project-internal",
2521
-
]
2522
-
2523
-
[[package]]
2524
-
name = "pin-project-internal"
2525
-
version = "1.0.12"
2526
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2527
-
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2528
-
dependencies = [
2529
-
"proc-macro2",
2530
-
"quote",
2531
-
"syn 1.0.109",
2532
-
]
2533
-
2534
-
[[package]]
2535
name = "pin-project-lite"
2536
-
version = "0.2.9"
2537
source = "registry+https://github.com/rust-lang/crates.io-index"
2538
-
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2539
2540
[[package]]
2541
name = "pin-utils"
···
2560
2561
[[package]]
2562
name = "png"
2563
-
version = "0.17.8"
2564
source = "registry+https://github.com/rust-lang/crates.io-index"
2565
-
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
2566
dependencies = [
2567
"bitflags 1.3.2",
2568
"crc32fast",
2569
"fdeflate",
2570
"flate2",
2571
-
"miniz_oxide 0.7.1",
2572
]
2573
2574
[[package]]
···
2619
2620
[[package]]
2621
name = "proc-macro2"
2622
-
version = "1.0.56"
2623
source = "registry+https://github.com/rust-lang/crates.io-index"
2624
-
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
2625
dependencies = [
2626
"unicode-ident",
2627
]
···
2670
"tempfile",
2671
"ureq",
2672
"url",
2673
-
"windows 0.48.0",
2674
]
2675
2676
[[package]]
···
2699
"serde_json",
2700
"souvlaki",
2701
"threadpool",
2702
-
"time 0.3.21",
2703
"time-humanize",
2704
"ureq",
2705
"url",
···
2734
2735
[[package]]
2736
name = "quote"
2737
-
version = "1.0.26"
2738
source = "registry+https://github.com/rust-lang/crates.io-index"
2739
-
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2740
dependencies = [
2741
"proc-macro2",
2742
]
···
2782
2783
[[package]]
2784
name = "rangemap"
2785
-
version = "1.3.0"
2786
source = "registry+https://github.com/rust-lang/crates.io-index"
2787
-
checksum = "8b9283c6b06096b47afc7109834fdedab891175bb5241ee5d4f7d2546549f263"
2788
2789
[[package]]
2790
name = "raw-window-handle"
···
2794
2795
[[package]]
2796
name = "rayon"
2797
-
version = "1.7.0"
2798
source = "registry+https://github.com/rust-lang/crates.io-index"
2799
-
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2800
dependencies = [
2801
"either",
2802
"rayon-core",
···
2804
2805
[[package]]
2806
name = "rayon-core"
2807
-
version = "1.11.0"
2808
source = "registry+https://github.com/rust-lang/crates.io-index"
2809
-
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2810
dependencies = [
2811
-
"crossbeam-channel",
2812
"crossbeam-deque",
2813
"crossbeam-utils",
2814
-
"num_cpus",
2815
]
2816
2817
[[package]]
···
2851
2852
[[package]]
2853
name = "regex"
2854
-
version = "1.8.1"
2855
source = "registry+https://github.com/rust-lang/crates.io-index"
2856
-
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
2857
dependencies = [
2858
"aho-corasick",
2859
"memchr",
0
2860
"regex-syntax",
2861
]
2862
2863
[[package]]
2864
name = "regex-automata"
2865
-
version = "0.1.10"
2866
source = "registry+https://github.com/rust-lang/crates.io-index"
2867
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
0
0
0
0
0
2868
2869
[[package]]
2870
name = "regex-syntax"
2871
-
version = "0.7.1"
2872
source = "registry+https://github.com/rust-lang/crates.io-index"
2873
-
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
2874
2875
[[package]]
2876
name = "ring"
···
2904
2905
[[package]]
2906
name = "rustix"
2907
-
version = "0.37.19"
2908
source = "registry+https://github.com/rust-lang/crates.io-index"
2909
-
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2910
dependencies = [
2911
-
"bitflags 1.3.2",
2912
"errno",
2913
-
"io-lifetimes",
2914
"libc",
2915
"linux-raw-sys",
2916
"windows-sys 0.48.0",
···
2918
2919
[[package]]
2920
name = "rustls"
2921
-
version = "0.20.8"
2922
source = "registry+https://github.com/rust-lang/crates.io-index"
2923
-
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2924
dependencies = [
2925
"log",
2926
"ring",
0
2927
"sct",
2928
-
"webpki",
0
0
0
0
0
0
0
0
0
2929
]
2930
2931
[[package]]
2932
name = "ryu"
2933
-
version = "1.0.13"
2934
source = "registry+https://github.com/rust-lang/crates.io-index"
2935
-
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2936
2937
[[package]]
2938
name = "same-file"
···
2945
2946
[[package]]
2947
name = "scopeguard"
2948
-
version = "1.1.0"
2949
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2950
-
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2951
-
2952
-
[[package]]
2953
-
name = "scratch"
2954
-
version = "1.0.5"
2955
source = "registry+https://github.com/rust-lang/crates.io-index"
2956
-
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2957
2958
[[package]]
2959
name = "sct"
···
2973
2974
[[package]]
2975
name = "semver"
2976
-
version = "1.0.17"
2977
source = "registry+https://github.com/rust-lang/crates.io-index"
2978
-
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2979
2980
[[package]]
2981
name = "serde"
2982
-
version = "1.0.162"
2983
source = "registry+https://github.com/rust-lang/crates.io-index"
2984
-
checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
2985
dependencies = [
2986
"serde_derive",
2987
]
2988
2989
[[package]]
2990
name = "serde_derive"
2991
-
version = "1.0.162"
2992
source = "registry+https://github.com/rust-lang/crates.io-index"
2993
-
checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
2994
dependencies = [
2995
"proc-macro2",
2996
"quote",
2997
-
"syn 2.0.15",
2998
]
2999
3000
[[package]]
3001
name = "serde_json"
3002
-
version = "1.0.96"
3003
source = "registry+https://github.com/rust-lang/crates.io-index"
3004
-
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
3005
dependencies = [
3006
"itoa",
3007
"ryu",
···
3010
3011
[[package]]
3012
name = "serde_spanned"
3013
-
version = "0.6.1"
3014
source = "registry+https://github.com/rust-lang/crates.io-index"
3015
-
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
3016
dependencies = [
3017
"serde",
3018
]
···
3045
3046
[[package]]
3047
name = "sharded-slab"
3048
-
version = "0.1.4"
3049
source = "registry+https://github.com/rust-lang/crates.io-index"
3050
-
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
3051
dependencies = [
3052
"lazy_static",
3053
]
3054
3055
[[package]]
3056
name = "shlex"
3057
-
version = "1.1.0"
3058
source = "registry+https://github.com/rust-lang/crates.io-index"
3059
-
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
3060
3061
[[package]]
3062
name = "simd-adler32"
3063
-
version = "0.3.5"
3064
source = "registry+https://github.com/rust-lang/crates.io-index"
3065
-
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
3066
3067
[[package]]
3068
name = "sized-chunks"
···
3076
3077
[[package]]
3078
name = "slab"
3079
-
version = "0.4.8"
3080
source = "registry+https://github.com/rust-lang/crates.io-index"
3081
-
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
3082
dependencies = [
3083
"autocfg",
3084
]
3085
3086
[[package]]
3087
name = "smallvec"
3088
-
version = "1.10.0"
3089
source = "registry+https://github.com/rust-lang/crates.io-index"
3090
-
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
3091
3092
[[package]]
3093
name = "socks"
···
3102
3103
[[package]]
3104
name = "souvlaki"
3105
-
version = "0.6.0"
3106
source = "registry+https://github.com/rust-lang/crates.io-index"
3107
-
checksum = "d38261efc06252ecdb5874507378369a2d3f948c13be2bf63d329c5be915ca0f"
3108
dependencies = [
3109
"block",
3110
"cocoa",
···
3133
3134
[[package]]
3135
name = "subtle"
3136
-
version = "2.4.1"
3137
source = "registry+https://github.com/rust-lang/crates.io-index"
3138
-
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
3139
3140
[[package]]
3141
name = "symphonia"
3142
-
version = "0.5.2"
3143
source = "registry+https://github.com/rust-lang/crates.io-index"
3144
-
checksum = "3671dd6f64f4f9d5c87179525054cfc1f60de23ba1f193bd6ceab812737403f1"
3145
dependencies = [
3146
"lazy_static",
3147
"symphonia-bundle-mp3",
···
3153
3154
[[package]]
3155
name = "symphonia-bundle-mp3"
3156
-
version = "0.5.2"
3157
source = "registry+https://github.com/rust-lang/crates.io-index"
3158
-
checksum = "55a0846e7a2c9a8081ff799fc83a975170417ad2a143f644a77ec2e3e82a2b73"
3159
dependencies = [
3160
"bitflags 1.3.2",
3161
"lazy_static",
···
3166
3167
[[package]]
3168
name = "symphonia-codec-vorbis"
3169
-
version = "0.5.2"
3170
source = "registry+https://github.com/rust-lang/crates.io-index"
3171
-
checksum = "7dfed6f7b6bfa21d7cef1acefc8eae5db80df1608a1aca91871b07cbd28d7b74"
3172
dependencies = [
3173
"log",
3174
"symphonia-core",
···
3177
3178
[[package]]
3179
name = "symphonia-core"
3180
-
version = "0.5.2"
3181
source = "registry+https://github.com/rust-lang/crates.io-index"
3182
-
checksum = "6b9567e2d8a5f866b2f94f5d366d811e0c6826babcff6d37de9e1a6690d38869"
3183
dependencies = [
3184
"arrayvec",
3185
"bitflags 1.3.2",
···
3190
3191
[[package]]
3192
name = "symphonia-format-ogg"
3193
-
version = "0.5.2"
3194
source = "registry+https://github.com/rust-lang/crates.io-index"
3195
-
checksum = "474df6e86b871dcb56913130bada1440245f483057c4a2d8a2981455494c4439"
3196
dependencies = [
3197
"log",
3198
"symphonia-core",
···
3202
3203
[[package]]
3204
name = "symphonia-metadata"
3205
-
version = "0.5.2"
3206
source = "registry+https://github.com/rust-lang/crates.io-index"
3207
-
checksum = "acd35c263223ef6161000be79b124a75de3e065eea563bf3ef169b3e94c7bb2e"
3208
dependencies = [
3209
"encoding_rs",
3210
"lazy_static",
···
3214
3215
[[package]]
3216
name = "symphonia-utils-xiph"
3217
-
version = "0.5.2"
3218
source = "registry+https://github.com/rust-lang/crates.io-index"
3219
-
checksum = "ce340a6c33ac06cb42de01220308ec056e8a2a3d5cc664aaf34567392557136b"
3220
dependencies = [
3221
"symphonia-core",
3222
"symphonia-metadata",
···
3235
3236
[[package]]
3237
name = "syn"
3238
-
version = "2.0.15"
3239
source = "registry+https://github.com/rust-lang/crates.io-index"
3240
-
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
3241
dependencies = [
3242
"proc-macro2",
3243
"quote",
···
3246
3247
[[package]]
3248
name = "system-deps"
3249
-
version = "6.0.5"
3250
source = "registry+https://github.com/rust-lang/crates.io-index"
3251
-
checksum = "d0fe581ad25d11420b873cf9aedaca0419c2b411487b134d4d21065f3d092055"
3252
dependencies = [
3253
"cfg-expr",
3254
"heck 0.4.1",
3255
"pkg-config",
3256
-
"toml 0.7.3",
3257
"version-compare",
3258
]
3259
3260
[[package]]
3261
name = "target-lexicon"
3262
-
version = "0.12.7"
3263
source = "registry+https://github.com/rust-lang/crates.io-index"
3264
-
checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
3265
3266
[[package]]
3267
name = "tempfile"
3268
-
version = "3.5.0"
3269
source = "registry+https://github.com/rust-lang/crates.io-index"
3270
-
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
3271
dependencies = [
3272
"cfg-if",
3273
"fastrand",
3274
"redox_syscall 0.3.5",
3275
"rustix",
3276
-
"windows-sys 0.45.0",
3277
]
3278
3279
[[package]]
3280
name = "termcolor"
3281
-
version = "1.2.0"
3282
source = "registry+https://github.com/rust-lang/crates.io-index"
3283
-
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
3284
dependencies = [
3285
"winapi-util",
3286
]
3287
3288
[[package]]
3289
name = "thiserror"
3290
-
version = "1.0.40"
3291
source = "registry+https://github.com/rust-lang/crates.io-index"
3292
-
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
3293
dependencies = [
3294
"thiserror-impl",
3295
]
3296
3297
[[package]]
3298
name = "thiserror-impl"
3299
-
version = "1.0.40"
3300
source = "registry+https://github.com/rust-lang/crates.io-index"
3301
-
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
3302
dependencies = [
3303
"proc-macro2",
3304
"quote",
3305
-
"syn 2.0.15",
3306
]
3307
3308
[[package]]
···
3326
3327
[[package]]
3328
name = "tiff"
3329
-
version = "0.8.1"
3330
source = "registry+https://github.com/rust-lang/crates.io-index"
3331
-
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
3332
dependencies = [
3333
"flate2",
3334
"jpeg-decoder",
···
3337
3338
[[package]]
3339
name = "time"
3340
-
version = "0.1.45"
3341
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3342
-
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
3343
-
dependencies = [
3344
-
"libc",
3345
-
"wasi 0.10.0+wasi-snapshot-preview1",
3346
-
"winapi",
3347
-
]
3348
-
3349
-
[[package]]
3350
-
name = "time"
3351
-
version = "0.3.21"
3352
source = "registry+https://github.com/rust-lang/crates.io-index"
3353
-
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
3354
dependencies = [
0
3355
"itoa",
3356
"libc",
3357
"num_threads",
···
3362
3363
[[package]]
3364
name = "time-core"
3365
-
version = "0.1.1"
3366
source = "registry+https://github.com/rust-lang/crates.io-index"
3367
-
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
3368
3369
[[package]]
3370
name = "time-humanize"
···
3374
3375
[[package]]
3376
name = "time-macros"
3377
-
version = "0.2.9"
3378
source = "registry+https://github.com/rust-lang/crates.io-index"
3379
-
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
3380
dependencies = [
3381
"time-core",
3382
]
3383
3384
[[package]]
3385
name = "tinystr"
3386
-
version = "0.7.1"
3387
source = "registry+https://github.com/rust-lang/crates.io-index"
3388
-
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
3389
dependencies = [
3390
"displaydoc",
3391
]
···
3416
3417
[[package]]
3418
name = "toml"
3419
-
version = "0.7.3"
3420
source = "registry+https://github.com/rust-lang/crates.io-index"
3421
-
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
3422
dependencies = [
3423
"serde",
3424
"serde_spanned",
···
3428
3429
[[package]]
3430
name = "toml_datetime"
3431
-
version = "0.6.1"
3432
source = "registry+https://github.com/rust-lang/crates.io-index"
3433
-
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
3434
dependencies = [
3435
"serde",
3436
]
3437
3438
[[package]]
3439
name = "toml_edit"
3440
-
version = "0.19.8"
3441
source = "registry+https://github.com/rust-lang/crates.io-index"
3442
-
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
3443
dependencies = [
3444
"indexmap",
3445
"serde",
···
3462
3463
[[package]]
3464
name = "tracing-attributes"
3465
-
version = "0.1.24"
3466
source = "registry+https://github.com/rust-lang/crates.io-index"
3467
-
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
3468
dependencies = [
3469
"proc-macro2",
3470
"quote",
3471
-
"syn 2.0.15",
3472
]
3473
3474
[[package]]
3475
name = "tracing-core"
3476
-
version = "0.1.30"
3477
source = "registry+https://github.com/rust-lang/crates.io-index"
3478
-
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
3479
dependencies = [
3480
"once_cell",
3481
]
···
3514
3515
[[package]]
3516
name = "typenum"
3517
-
version = "1.16.0"
3518
source = "registry+https://github.com/rust-lang/crates.io-index"
3519
-
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
3520
3521
[[package]]
3522
name = "unic-bidi"
···
3601
3602
[[package]]
3603
name = "unicode-ident"
3604
-
version = "1.0.8"
3605
source = "registry+https://github.com/rust-lang/crates.io-index"
3606
-
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
3607
3608
[[package]]
3609
name = "unicode-normalization"
···
3621
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
3622
3623
[[package]]
3624
-
name = "unicode-width"
3625
-
version = "0.1.10"
3626
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3627
-
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
3628
-
3629
-
[[package]]
3630
name = "untrusted"
3631
version = "0.7.1"
3632
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3634
3635
[[package]]
3636
name = "ureq"
3637
-
version = "2.6.2"
3638
source = "registry+https://github.com/rust-lang/crates.io-index"
3639
-
checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d"
3640
dependencies = [
3641
"base64",
3642
"flate2",
3643
"log",
3644
"once_cell",
3645
"rustls",
0
3646
"serde",
3647
"serde_json",
3648
"socks",
3649
"url",
3650
-
"webpki",
3651
"webpki-roots",
3652
]
3653
3654
[[package]]
3655
name = "url"
3656
-
version = "2.3.1"
3657
source = "registry+https://github.com/rust-lang/crates.io-index"
3658
-
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
3659
dependencies = [
3660
"form_urlencoded",
3661
"idna",
···
3682
3683
[[package]]
3684
name = "walkdir"
3685
-
version = "2.3.3"
3686
source = "registry+https://github.com/rust-lang/crates.io-index"
3687
-
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
3688
dependencies = [
3689
"same-file",
3690
"winapi-util",
···
3692
3693
[[package]]
3694
name = "wasi"
3695
-
version = "0.10.0+wasi-snapshot-preview1"
3696
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3697
-
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
3698
-
3699
-
[[package]]
3700
-
name = "wasi"
3701
version = "0.11.0+wasi-snapshot-preview1"
3702
source = "registry+https://github.com/rust-lang/crates.io-index"
3703
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3704
3705
[[package]]
3706
name = "wasm-bindgen"
3707
-
version = "0.2.84"
3708
source = "registry+https://github.com/rust-lang/crates.io-index"
3709
-
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
3710
dependencies = [
3711
"cfg-if",
3712
"wasm-bindgen-macro",
···
3714
3715
[[package]]
3716
name = "wasm-bindgen-backend"
3717
-
version = "0.2.84"
3718
source = "registry+https://github.com/rust-lang/crates.io-index"
3719
-
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
3720
dependencies = [
3721
"bumpalo",
3722
"log",
3723
"once_cell",
3724
"proc-macro2",
3725
"quote",
3726
-
"syn 1.0.109",
3727
"wasm-bindgen-shared",
3728
]
3729
3730
[[package]]
3731
name = "wasm-bindgen-futures"
3732
-
version = "0.4.34"
3733
source = "registry+https://github.com/rust-lang/crates.io-index"
3734
-
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
3735
dependencies = [
3736
"cfg-if",
3737
"js-sys",
···
3741
3742
[[package]]
3743
name = "wasm-bindgen-macro"
3744
-
version = "0.2.84"
3745
source = "registry+https://github.com/rust-lang/crates.io-index"
3746
-
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
3747
dependencies = [
3748
"quote",
3749
"wasm-bindgen-macro-support",
···
3751
3752
[[package]]
3753
name = "wasm-bindgen-macro-support"
3754
-
version = "0.2.84"
3755
source = "registry+https://github.com/rust-lang/crates.io-index"
3756
-
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
3757
dependencies = [
3758
"proc-macro2",
3759
"quote",
3760
-
"syn 1.0.109",
3761
"wasm-bindgen-backend",
3762
"wasm-bindgen-shared",
3763
]
3764
3765
[[package]]
3766
name = "wasm-bindgen-shared"
3767
-
version = "0.2.84"
3768
source = "registry+https://github.com/rust-lang/crates.io-index"
3769
-
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
3770
3771
[[package]]
3772
name = "web-sys"
3773
-
version = "0.3.61"
3774
source = "registry+https://github.com/rust-lang/crates.io-index"
3775
-
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
3776
dependencies = [
3777
"js-sys",
3778
"wasm-bindgen",
···
3780
3781
[[package]]
3782
name = "webbrowser"
3783
-
version = "0.8.9"
3784
source = "registry+https://github.com/rust-lang/crates.io-index"
3785
-
checksum = "b692165700260bbd40fbc5ff23766c03e339fbaca907aeea5cb77bf0a553ca83"
3786
dependencies = [
3787
"core-foundation",
3788
-
"dirs",
3789
"jni 0.21.1",
3790
"log",
3791
"ndk-context",
···
3796
]
3797
3798
[[package]]
3799
-
name = "webpki"
3800
-
version = "0.22.0"
3801
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3802
-
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
3803
-
dependencies = [
3804
-
"ring",
3805
-
"untrusted",
3806
-
]
3807
-
3808
-
[[package]]
3809
name = "webpki-roots"
3810
-
version = "0.22.6"
3811
source = "registry+https://github.com/rust-lang/crates.io-index"
3812
-
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
3813
-
dependencies = [
3814
-
"webpki",
3815
-
]
3816
3817
[[package]]
3818
name = "weezl"
···
3838
3839
[[package]]
3840
name = "winapi-util"
3841
-
version = "0.1.5"
3842
source = "registry+https://github.com/rust-lang/crates.io-index"
3843
-
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
3844
dependencies = [
3845
"winapi",
3846
]
···
3875
source = "registry+https://github.com/rust-lang/crates.io-index"
3876
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
3877
dependencies = [
3878
-
"windows-targets 0.48.0",
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3879
]
3880
3881
[[package]]
···
3893
source = "registry+https://github.com/rust-lang/crates.io-index"
3894
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3895
dependencies = [
3896
-
"windows-targets 0.48.0",
3897
]
3898
3899
[[package]]
···
3913
3914
[[package]]
3915
name = "windows-targets"
3916
-
version = "0.48.0"
3917
source = "registry+https://github.com/rust-lang/crates.io-index"
3918
-
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
3919
dependencies = [
3920
-
"windows_aarch64_gnullvm 0.48.0",
3921
-
"windows_aarch64_msvc 0.48.0",
3922
-
"windows_i686_gnu 0.48.0",
3923
-
"windows_i686_msvc 0.48.0",
3924
-
"windows_x86_64_gnu 0.48.0",
3925
-
"windows_x86_64_gnullvm 0.48.0",
3926
-
"windows_x86_64_msvc 0.48.0",
3927
]
3928
3929
[[package]]
···
3934
3935
[[package]]
3936
name = "windows_aarch64_gnullvm"
3937
-
version = "0.48.0"
3938
source = "registry+https://github.com/rust-lang/crates.io-index"
3939
-
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
3940
3941
[[package]]
3942
name = "windows_aarch64_msvc"
···
3946
3947
[[package]]
3948
name = "windows_aarch64_msvc"
3949
-
version = "0.48.0"
3950
source = "registry+https://github.com/rust-lang/crates.io-index"
3951
-
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
3952
3953
[[package]]
3954
name = "windows_i686_gnu"
···
3958
3959
[[package]]
3960
name = "windows_i686_gnu"
3961
-
version = "0.48.0"
3962
source = "registry+https://github.com/rust-lang/crates.io-index"
3963
-
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
3964
3965
[[package]]
3966
name = "windows_i686_msvc"
···
3970
3971
[[package]]
3972
name = "windows_i686_msvc"
3973
-
version = "0.48.0"
3974
source = "registry+https://github.com/rust-lang/crates.io-index"
3975
-
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
3976
3977
[[package]]
3978
name = "windows_x86_64_gnu"
···
3982
3983
[[package]]
3984
name = "windows_x86_64_gnu"
3985
-
version = "0.48.0"
3986
source = "registry+https://github.com/rust-lang/crates.io-index"
3987
-
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
3988
3989
[[package]]
3990
name = "windows_x86_64_gnullvm"
···
3994
3995
[[package]]
3996
name = "windows_x86_64_gnullvm"
3997
-
version = "0.48.0"
3998
source = "registry+https://github.com/rust-lang/crates.io-index"
3999
-
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
4000
4001
[[package]]
4002
name = "windows_x86_64_msvc"
···
4006
4007
[[package]]
4008
name = "windows_x86_64_msvc"
4009
-
version = "0.48.0"
4010
source = "registry+https://github.com/rust-lang/crates.io-index"
4011
-
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
4012
4013
[[package]]
4014
name = "winnow"
4015
-
version = "0.4.6"
4016
source = "registry+https://github.com/rust-lang/crates.io-index"
4017
-
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
4018
dependencies = [
4019
"memchr",
4020
]
···
10
11
[[package]]
12
name = "aes"
13
+
version = "0.8.3"
14
source = "registry+https://github.com/rust-lang/crates.io-index"
15
+
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
16
dependencies = [
17
"cfg-if",
18
"cipher",
···
21
22
[[package]]
23
name = "aho-corasick"
24
+
version = "1.1.1"
25
source = "registry+https://github.com/rust-lang/crates.io-index"
26
+
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
27
dependencies = [
28
"memchr",
29
]
30
31
[[package]]
32
name = "alsa"
33
+
version = "0.7.1"
34
source = "registry+https://github.com/rust-lang/crates.io-index"
35
+
checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47"
36
dependencies = [
37
"alsa-sys",
38
"bitflags 1.3.2",
···
51
]
52
53
[[package]]
54
+
name = "android-tzdata"
55
+
version = "0.1.1"
56
+
source = "registry+https://github.com/rust-lang/crates.io-index"
57
+
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
58
+
59
+
[[package]]
60
name = "android_system_properties"
61
version = "0.1.5"
62
source = "registry+https://github.com/rust-lang/crates.io-index"
···
67
68
[[package]]
69
name = "anyhow"
70
+
version = "1.0.75"
71
source = "registry+https://github.com/rust-lang/crates.io-index"
72
+
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
73
74
[[package]]
75
name = "arrayvec"
76
+
version = "0.7.4"
77
source = "registry+https://github.com/rust-lang/crates.io-index"
78
+
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
79
80
[[package]]
81
name = "associative-cache"
···
128
129
[[package]]
130
name = "base64"
131
+
version = "0.21.4"
132
source = "registry+https://github.com/rust-lang/crates.io-index"
133
+
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
134
135
[[package]]
136
name = "bindgen"
137
+
version = "0.68.1"
138
source = "registry+https://github.com/rust-lang/crates.io-index"
139
+
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
140
dependencies = [
141
+
"bitflags 2.4.0",
142
"cexpr",
143
"clang-sys",
144
"lazy_static",
···
149
"regex",
150
"rustc-hash",
151
"shlex",
152
+
"syn 2.0.37",
153
]
154
155
[[package]]
···
166
167
[[package]]
168
name = "bitflags"
169
+
version = "2.4.0"
170
source = "registry+https://github.com/rust-lang/crates.io-index"
171
+
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
172
173
[[package]]
174
name = "bitmaps"
···
196
197
[[package]]
198
name = "bstr"
199
+
version = "1.6.2"
200
source = "registry+https://github.com/rust-lang/crates.io-index"
201
+
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
202
dependencies = [
203
"memchr",
0
204
"regex-automata",
205
"serde",
206
]
···
216
217
[[package]]
218
name = "bumpalo"
219
+
version = "3.14.0"
220
source = "registry+https://github.com/rust-lang/crates.io-index"
221
+
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
222
223
[[package]]
224
name = "bytemuck"
225
+
version = "1.14.0"
226
source = "registry+https://github.com/rust-lang/crates.io-index"
227
+
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
228
229
[[package]]
230
name = "byteorder"
···
234
235
[[package]]
236
name = "bytes"
237
+
version = "1.5.0"
238
source = "registry+https://github.com/rust-lang/crates.io-index"
239
+
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
240
241
[[package]]
242
name = "cairo-rs"
···
265
266
[[package]]
267
name = "cc"
268
+
version = "1.0.83"
269
source = "registry+https://github.com/rust-lang/crates.io-index"
270
+
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
271
dependencies = [
272
"jobserver",
273
+
"libc",
274
]
275
276
[[package]]
···
290
291
[[package]]
292
name = "cfg-expr"
293
+
version = "0.15.5"
294
source = "registry+https://github.com/rust-lang/crates.io-index"
295
+
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
296
dependencies = [
297
"smallvec",
298
"target-lexicon",
···
306
307
[[package]]
308
name = "chrono"
309
+
version = "0.4.31"
310
source = "registry+https://github.com/rust-lang/crates.io-index"
311
+
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
312
dependencies = [
313
+
"android-tzdata",
314
"iana-time-zone",
315
"js-sys",
0
316
"num-traits",
0
317
"wasm-bindgen",
318
+
"windows-targets 0.48.5",
319
]
320
321
[[package]]
···
366
367
[[package]]
368
name = "cocoa-foundation"
369
+
version = "0.1.2"
370
source = "registry+https://github.com/rust-lang/crates.io-index"
371
+
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
372
dependencies = [
373
"bitflags 1.3.2",
374
"block",
375
"core-foundation",
376
"core-graphics-types",
0
377
"libc",
378
"objc",
0
0
0
0
0
0
0
0
0
0
379
]
380
381
[[package]]
···
441
442
[[package]]
443
name = "core-graphics-types"
444
+
version = "0.1.2"
445
source = "registry+https://github.com/rust-lang/crates.io-index"
446
+
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
447
dependencies = [
448
"bitflags 1.3.2",
449
"core-foundation",
0
450
"libc",
451
]
452
···
475
476
[[package]]
477
name = "coreaudio-sys"
478
+
version = "0.2.13"
479
source = "registry+https://github.com/rust-lang/crates.io-index"
480
+
checksum = "d8478e5bdad14dce236b9898ea002eabfa87cbe14f0aa538dbe3b6a4bec4332d"
481
dependencies = [
482
"bindgen",
483
]
···
509
510
[[package]]
511
name = "cpufeatures"
512
+
version = "0.2.9"
513
source = "registry+https://github.com/rust-lang/crates.io-index"
514
+
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
515
dependencies = [
516
"libc",
517
]
···
548
549
[[package]]
550
name = "crossbeam-epoch"
551
+
version = "0.9.15"
552
source = "registry+https://github.com/rust-lang/crates.io-index"
553
+
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
554
dependencies = [
555
"autocfg",
556
"cfg-if",
···
561
562
[[package]]
563
name = "crossbeam-utils"
564
+
version = "0.8.16"
565
source = "registry+https://github.com/rust-lang/crates.io-index"
566
+
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
567
dependencies = [
568
"cfg-if",
569
]
···
596
[[package]]
597
name = "cubeb"
598
version = "0.10.3"
599
+
source = "git+https://github.com/mozilla/cubeb-rs#a2c1c29a0f74ed2e09c94596a87dd99056d98a91"
600
dependencies = [
601
"cubeb-core",
602
]
603
604
[[package]]
605
name = "cubeb-core"
606
+
version = "0.10.4"
607
+
source = "git+https://github.com/mozilla/cubeb-rs#a2c1c29a0f74ed2e09c94596a87dd99056d98a91"
608
dependencies = [
609
"bitflags 1.3.2",
610
"cubeb-sys",
···
613
[[package]]
614
name = "cubeb-sys"
615
version = "0.10.3"
616
+
source = "git+https://github.com/mozilla/cubeb-rs#a2c1c29a0f74ed2e09c94596a87dd99056d98a91"
617
dependencies = [
618
"cmake",
619
"pkg-config",
620
]
621
622
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
623
name = "dasp_sample"
624
version = "0.11.0"
625
source = "registry+https://github.com/rust-lang/crates.io-index"
···
644
dependencies = [
645
"dbus",
646
]
647
+
648
+
[[package]]
649
+
name = "deranged"
650
+
version = "0.3.8"
651
+
source = "registry+https://github.com/rust-lang/crates.io-index"
652
+
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
653
654
[[package]]
655
name = "digest"
656
+
version = "0.10.7"
657
source = "registry+https://github.com/rust-lang/crates.io-index"
658
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
659
dependencies = [
660
"block-buffer",
661
"crypto-common",
···
663
]
664
665
[[package]]
0
0
0
0
0
0
0
0
0
666
name = "dirs-next"
667
version = "1.0.2"
668
source = "registry+https://github.com/rust-lang/crates.io-index"
···
673
]
674
675
[[package]]
0
0
0
0
0
0
0
0
0
0
0
676
name = "dirs-sys-next"
677
version = "0.1.2"
678
source = "registry+https://github.com/rust-lang/crates.io-index"
···
697
dependencies = [
698
"proc-macro2",
699
"quote",
700
+
"syn 2.0.37",
701
]
702
703
[[package]]
···
769
"piet-common",
770
"raw-window-handle",
771
"scopeguard",
772
+
"time",
773
"tracing",
774
"wasm-bindgen",
775
"web-sys",
···
791
792
[[package]]
793
name = "either"
794
+
version = "1.9.0"
795
source = "registry+https://github.com/rust-lang/crates.io-index"
796
+
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
797
798
[[package]]
799
name = "encoding_rs"
800
+
version = "0.8.33"
801
source = "registry+https://github.com/rust-lang/crates.io-index"
802
+
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
803
dependencies = [
804
"cfg-if",
805
]
···
818
]
819
820
[[package]]
821
+
name = "equivalent"
822
+
version = "1.0.1"
823
+
source = "registry+https://github.com/rust-lang/crates.io-index"
824
+
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
825
+
826
+
[[package]]
827
name = "errno"
828
+
version = "0.3.4"
829
source = "registry+https://github.com/rust-lang/crates.io-index"
830
+
checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
831
dependencies = [
832
"errno-dragonfly",
833
"libc",
···
846
847
[[package]]
848
name = "exr"
849
+
version = "1.71.0"
850
source = "registry+https://github.com/rust-lang/crates.io-index"
851
+
checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
852
dependencies = [
853
"bit_field",
854
"flume",
855
"half",
856
"lebe",
857
+
"miniz_oxide",
858
"rayon-core",
859
"smallvec",
860
"zune-inflate",
861
]
862
863
[[package]]
864
+
name = "faster-hex"
865
+
version = "0.8.1"
866
source = "registry+https://github.com/rust-lang/crates.io-index"
867
+
checksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a"
868
dependencies = [
869
+
"serde",
870
]
871
872
[[package]]
873
+
name = "fastrand"
874
+
version = "2.0.1"
875
+
source = "registry+https://github.com/rust-lang/crates.io-index"
876
+
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
877
+
878
+
[[package]]
879
name = "fdeflate"
880
version = "0.3.0"
881
source = "registry+https://github.com/rust-lang/crates.io-index"
···
886
887
[[package]]
888
name = "field-offset"
889
+
version = "0.3.6"
890
source = "registry+https://github.com/rust-lang/crates.io-index"
891
+
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
892
dependencies = [
893
"memoffset",
894
"rustc_version",
···
896
897
[[package]]
898
name = "flate2"
899
+
version = "1.0.27"
900
source = "registry+https://github.com/rust-lang/crates.io-index"
901
+
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
902
dependencies = [
903
"crc32fast",
904
+
"miniz_oxide",
905
]
906
907
[[package]]
···
940
941
[[package]]
942
name = "flume"
943
+
version = "0.11.0"
944
source = "registry+https://github.com/rust-lang/crates.io-index"
945
+
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
946
dependencies = [
0
0
0
0
947
"spin 0.9.8",
948
]
949
···
970
971
[[package]]
972
name = "form_urlencoded"
973
+
version = "1.2.0"
974
source = "registry+https://github.com/rust-lang/crates.io-index"
975
+
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
976
dependencies = [
977
"percent-encoding",
978
]
···
1023
dependencies = [
1024
"proc-macro2",
1025
"quote",
1026
+
"syn 2.0.37",
1027
]
1028
1029
[[package]]
0
0
0
0
0
0
1030
name = "futures-task"
1031
version = "0.3.28"
1032
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1117
1118
[[package]]
1119
name = "getrandom"
1120
+
version = "0.2.10"
1121
source = "registry+https://github.com/rust-lang/crates.io-index"
1122
+
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
1123
dependencies = [
1124
"cfg-if",
0
1125
"libc",
1126
+
"wasi",
0
1127
]
1128
1129
[[package]]
···
1193
1194
[[package]]
1195
name = "gix-actor"
1196
+
version = "0.27.0"
1197
source = "registry+https://github.com/rust-lang/crates.io-index"
1198
+
checksum = "08c60e982c5290897122d4e2622447f014a2dadd5a18cb73d50bb91b31645e27"
1199
dependencies = [
1200
"bstr",
1201
"btoi",
1202
"gix-date",
1203
"itoa",
0
1204
"thiserror",
1205
+
"winnow",
1206
]
1207
1208
[[package]]
1209
name = "gix-config"
1210
+
version = "0.30.0"
1211
source = "registry+https://github.com/rust-lang/crates.io-index"
1212
+
checksum = "c171514b40487d3f677ae37efc0f45ac980e3169f23c27eb30a70b47fdf88ab5"
1213
dependencies = [
1214
"bstr",
1215
"gix-config-value",
···
1218
"gix-path",
1219
"gix-ref",
1220
"gix-sec",
0
1221
"memchr",
0
1222
"once_cell",
1223
"smallvec",
1224
"thiserror",
1225
"unicode-bom",
1226
+
"winnow",
1227
]
1228
1229
[[package]]
1230
name = "gix-config-value"
1231
+
version = "0.14.0"
1232
source = "registry+https://github.com/rust-lang/crates.io-index"
1233
+
checksum = "ea7505b97f4d8e7933e29735a568ba2f86d8de466669d9f0e8321384f9972f47"
1234
dependencies = [
1235
+
"bitflags 2.4.0",
1236
"bstr",
1237
"gix-path",
1238
"libc",
···
1241
1242
[[package]]
1243
name = "gix-date"
1244
+
version = "0.8.0"
1245
source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+
checksum = "fc7df669639582dc7c02737642f76890b03b5544e141caba68a7d6b4eb551e0d"
1247
dependencies = [
1248
"bstr",
1249
"itoa",
1250
"thiserror",
1251
+
"time",
1252
]
1253
1254
[[package]]
1255
name = "gix-features"
1256
+
version = "0.35.0"
1257
source = "registry+https://github.com/rust-lang/crates.io-index"
1258
+
checksum = "9b9ff423ae4983f762659040d13dd7a5defbd54b6a04ac3cc7347741cec828cd"
1259
dependencies = [
1260
"gix-hash",
1261
+
"gix-trace",
1262
"libc",
1263
"sha1_smol",
1264
"walkdir",
···
1266
1267
[[package]]
1268
name = "gix-fs"
1269
+
version = "0.7.0"
1270
source = "registry+https://github.com/rust-lang/crates.io-index"
1271
+
checksum = "09815faba62fe9b32d918b75a554686c98e43f7d48c43a80df58eb718e5c6635"
1272
dependencies = [
1273
"gix-features",
1274
]
1275
1276
[[package]]
1277
name = "gix-glob"
1278
+
version = "0.13.0"
1279
source = "registry+https://github.com/rust-lang/crates.io-index"
1280
+
checksum = "a9d76e85f11251dcf751d2c5e918a14f562db5be6f727fd24775245653e9b19d"
1281
dependencies = [
1282
+
"bitflags 2.4.0",
1283
"bstr",
1284
"gix-features",
1285
"gix-path",
···
1287
1288
[[package]]
1289
name = "gix-hash"
1290
+
version = "0.13.0"
1291
source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+
checksum = "2ccf425543779cddaa4a7c62aba3fa9d90ea135b160be0a72dd93c063121ad4a"
1293
dependencies = [
1294
+
"faster-hex",
1295
"thiserror",
1296
]
1297
1298
[[package]]
1299
name = "gix-lock"
1300
+
version = "10.0.0"
1301
source = "registry+https://github.com/rust-lang/crates.io-index"
1302
+
checksum = "47fc96fa8b6b6d33555021907c81eb3b27635daecf6e630630bdad44f8feaa95"
1303
dependencies = [
1304
"gix-tempfile",
1305
"gix-utils",
···
1308
1309
[[package]]
1310
name = "gix-object"
1311
+
version = "0.37.0"
1312
source = "registry+https://github.com/rust-lang/crates.io-index"
1313
+
checksum = "1e7e19616c67967374137bae83e950e9b518a9ea8a605069bd6716ada357fd6f"
1314
dependencies = [
1315
"bstr",
1316
"btoi",
1317
"gix-actor",
1318
+
"gix-date",
1319
"gix-features",
1320
"gix-hash",
1321
"gix-validate",
0
1322
"itoa",
0
1323
"smallvec",
1324
"thiserror",
1325
+
"winnow",
1326
]
1327
1328
[[package]]
1329
name = "gix-path"
1330
+
version = "0.10.0"
1331
source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+
checksum = "6a1d370115171e3ae03c5c6d4f7d096f2981a40ddccb98dfd704c773530ba73b"
1333
dependencies = [
1334
"bstr",
1335
+
"gix-trace",
1336
"home",
1337
"once_cell",
1338
"thiserror",
···
1340
1341
[[package]]
1342
name = "gix-ref"
1343
+
version = "0.37.0"
1344
source = "registry+https://github.com/rust-lang/crates.io-index"
1345
+
checksum = "22e6b749660b613641769edc1954132eb8071a13c32224891686091bef078de4"
1346
dependencies = [
1347
"gix-actor",
1348
+
"gix-date",
1349
"gix-features",
1350
"gix-fs",
1351
"gix-hash",
···
1355
"gix-tempfile",
1356
"gix-validate",
1357
"memmap2",
0
1358
"thiserror",
1359
+
"winnow",
1360
]
1361
1362
[[package]]
1363
name = "gix-sec"
1364
+
version = "0.10.0"
1365
source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+
checksum = "92b9542ac025a8c02ed5d17b3fc031a111a384e859d0be3532ec4d58c40a0f28"
1367
dependencies = [
1368
+
"bitflags 2.4.0",
1369
"gix-path",
1370
"libc",
1371
"windows 0.48.0",
···
1373
1374
[[package]]
1375
name = "gix-tempfile"
1376
+
version = "10.0.0"
1377
source = "registry+https://github.com/rust-lang/crates.io-index"
1378
+
checksum = "5ae0978f3e11dc57290ee75ac2477c815bca1ce2fa7ed5dc5f16db067410ac4d"
1379
dependencies = [
1380
"gix-fs",
1381
"libc",
···
1385
]
1386
1387
[[package]]
1388
+
name = "gix-trace"
1389
+
version = "0.1.3"
1390
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+
checksum = "96b6d623a1152c3facb79067d6e2ecdae48130030cf27d6eb21109f13bd7b836"
1392
+
1393
+
[[package]]
1394
name = "gix-utils"
1395
+
version = "0.1.5"
1396
source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+
checksum = "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f"
1398
dependencies = [
1399
"fastrand",
1400
]
1401
1402
[[package]]
1403
name = "gix-validate"
1404
+
version = "0.8.0"
1405
source = "registry+https://github.com/rust-lang/crates.io-index"
1406
+
checksum = "e05cab2b03a45b866156e052aa38619f4ece4adcb2f79978bfc249bc3b21b8c5"
1407
dependencies = [
1408
"bstr",
1409
"thiserror",
···
1411
1412
[[package]]
1413
name = "glib"
1414
+
version = "0.16.9"
1415
source = "registry+https://github.com/rust-lang/crates.io-index"
1416
+
checksum = "16aa2475c9debed5a32832cb5ff2af5a3f9e1ab9e69df58eaadc1ab2004d6eba"
1417
dependencies = [
1418
"bitflags 1.3.2",
1419
"futures-channel",
···
1539
1540
[[package]]
1541
name = "hashbrown"
1542
+
version = "0.14.1"
1543
source = "registry+https://github.com/rust-lang/crates.io-index"
1544
+
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
1545
1546
[[package]]
1547
name = "heck"
···
1560
1561
[[package]]
1562
name = "hermit-abi"
1563
+
version = "0.3.3"
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1564
source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
1566
1567
[[package]]
1568
name = "hmac"
···
1590
1591
[[package]]
1592
name = "iana-time-zone"
1593
+
version = "0.1.57"
1594
source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
1596
dependencies = [
1597
"android_system_properties",
1598
"core-foundation-sys 0.8.4",
···
1604
1605
[[package]]
1606
name = "iana-time-zone-haiku"
1607
+
version = "0.1.2"
1608
source = "registry+https://github.com/rust-lang/crates.io-index"
1609
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1610
dependencies = [
1611
+
"cc",
0
1612
]
1613
1614
[[package]]
1615
name = "idna"
1616
+
version = "0.4.0"
1617
source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
1619
dependencies = [
1620
"unicode-bidi",
1621
"unicode-normalization",
···
1638
1639
[[package]]
1640
name = "image"
1641
+
version = "0.24.7"
1642
source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
1644
dependencies = [
1645
"bytemuck",
1646
"byteorder",
···
1657
1658
[[package]]
1659
name = "indexmap"
1660
+
version = "2.0.2"
1661
source = "registry+https://github.com/rust-lang/crates.io-index"
1662
+
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
1663
dependencies = [
1664
+
"equivalent",
1665
"hashbrown",
1666
]
1667
···
1706
]
1707
1708
[[package]]
0
0
0
0
0
0
0
0
0
0
0
1709
name = "is-docker"
1710
version = "0.2.0"
1711
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1716
1717
[[package]]
1718
name = "is-terminal"
1719
+
version = "0.4.9"
1720
source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
1722
dependencies = [
1723
+
"hermit-abi",
0
1724
"rustix",
1725
"windows-sys 0.48.0",
1726
]
···
1737
1738
[[package]]
1739
name = "itertools"
1740
+
version = "0.11.0"
1741
source = "registry+https://github.com/rust-lang/crates.io-index"
1742
+
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
1743
dependencies = [
1744
"either",
1745
]
1746
1747
[[package]]
1748
name = "itoa"
1749
+
version = "1.0.9"
1750
source = "registry+https://github.com/rust-lang/crates.io-index"
1751
+
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
1752
1753
[[package]]
1754
name = "jni"
···
1820
1821
[[package]]
1822
name = "js-sys"
1823
+
version = "0.3.64"
1824
source = "registry+https://github.com/rust-lang/crates.io-index"
1825
+
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
1826
dependencies = [
1827
"wasm-bindgen",
1828
]
···
1838
1839
[[package]]
1840
name = "kurbo"
1841
+
version = "0.9.5"
1842
source = "registry+https://github.com/rust-lang/crates.io-index"
1843
+
checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b"
1844
dependencies = [
1845
"arrayvec",
1846
"serde",
···
1866
1867
[[package]]
1868
name = "libc"
1869
+
version = "0.2.148"
1870
source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
1872
1873
[[package]]
1874
name = "libdbus-sys"
···
1899
]
1900
1901
[[package]]
0
0
0
0
0
0
0
0
0
1902
name = "linked-hash-map"
1903
version = "0.5.6"
1904
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1906
1907
[[package]]
1908
name = "linux-raw-sys"
1909
+
version = "0.4.8"
1910
source = "registry+https://github.com/rust-lang/crates.io-index"
1911
+
checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
1912
1913
[[package]]
1914
name = "lock_api"
1915
+
version = "0.4.10"
1916
source = "registry+https://github.com/rust-lang/crates.io-index"
1917
+
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
1918
dependencies = [
1919
"autocfg",
1920
"scopeguard",
···
1922
1923
[[package]]
1924
name = "log"
1925
+
version = "0.4.20"
1926
source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
0
0
0
1928
1929
[[package]]
1930
name = "lru-cache"
···
1970
1971
[[package]]
1972
name = "memchr"
1973
+
version = "2.6.4"
1974
source = "registry+https://github.com/rust-lang/crates.io-index"
1975
+
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
1976
1977
[[package]]
1978
name = "memmap2"
1979
+
version = "0.7.1"
1980
source = "registry+https://github.com/rust-lang/crates.io-index"
1981
+
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
1982
dependencies = [
1983
"libc",
1984
]
1985
1986
[[package]]
1987
name = "memoffset"
1988
+
version = "0.9.0"
1989
source = "registry+https://github.com/rust-lang/crates.io-index"
1990
+
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1991
dependencies = [
1992
"autocfg",
1993
]
···
2000
2001
[[package]]
2002
name = "miniz_oxide"
0
0
0
0
0
0
0
0
0
2003
version = "0.7.1"
2004
source = "registry+https://github.com/rust-lang/crates.io-index"
2005
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
···
2009
]
2010
2011
[[package]]
0
0
0
0
0
0
0
0
0
2012
name = "ndk"
2013
version = "0.7.0"
2014
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2070
2071
[[package]]
2072
name = "num-bigint"
2073
+
version = "0.4.4"
2074
source = "registry+https://github.com/rust-lang/crates.io-index"
2075
+
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2076
dependencies = [
2077
"autocfg",
2078
"num-integer",
···
2114
2115
[[package]]
2116
name = "num-traits"
2117
+
version = "0.2.16"
2118
source = "registry+https://github.com/rust-lang/crates.io-index"
2119
+
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2120
dependencies = [
2121
"autocfg",
2122
]
2123
2124
[[package]]
2125
name = "num_cpus"
2126
+
version = "1.16.0"
2127
source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2129
dependencies = [
2130
+
"hermit-abi",
2131
"libc",
2132
]
2133
···
2195
2196
[[package]]
2197
name = "once_cell"
2198
+
version = "1.18.0"
2199
source = "registry+https://github.com/rust-lang/crates.io-index"
2200
+
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2201
2202
[[package]]
2203
name = "open"
2204
+
version = "5.0.0"
2205
source = "registry+https://github.com/rust-lang/crates.io-index"
2206
+
checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8"
2207
dependencies = [
2208
"is-wsl",
2209
+
"libc",
2210
"pathdiff",
2211
]
2212
···
2281
2282
[[package]]
2283
name = "parking_lot_core"
2284
+
version = "0.9.8"
2285
source = "registry+https://github.com/rust-lang/crates.io-index"
2286
+
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2287
dependencies = [
2288
"cfg-if",
2289
"libc",
2290
+
"redox_syscall 0.3.5",
2291
"smallvec",
2292
+
"windows-targets 0.48.5",
2293
]
2294
2295
[[package]]
···
2306
2307
[[package]]
2308
name = "percent-encoding"
2309
+
version = "2.3.0"
2310
source = "registry+https://github.com/rust-lang/crates.io-index"
2311
+
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2312
2313
[[package]]
2314
name = "piet"
···
2398
]
2399
2400
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
2401
name = "pin-project-lite"
2402
+
version = "0.2.13"
2403
source = "registry+https://github.com/rust-lang/crates.io-index"
2404
+
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2405
2406
[[package]]
2407
name = "pin-utils"
···
2426
2427
[[package]]
2428
name = "png"
2429
+
version = "0.17.10"
2430
source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
2432
dependencies = [
2433
"bitflags 1.3.2",
2434
"crc32fast",
2435
"fdeflate",
2436
"flate2",
2437
+
"miniz_oxide",
2438
]
2439
2440
[[package]]
···
2485
2486
[[package]]
2487
name = "proc-macro2"
2488
+
version = "1.0.67"
2489
source = "registry+https://github.com/rust-lang/crates.io-index"
2490
+
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
2491
dependencies = [
2492
"unicode-ident",
2493
]
···
2536
"tempfile",
2537
"ureq",
2538
"url",
2539
+
"windows 0.51.1",
2540
]
2541
2542
[[package]]
···
2565
"serde_json",
2566
"souvlaki",
2567
"threadpool",
2568
+
"time",
2569
"time-humanize",
2570
"ureq",
2571
"url",
···
2600
2601
[[package]]
2602
name = "quote"
2603
+
version = "1.0.33"
2604
source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2606
dependencies = [
2607
"proc-macro2",
2608
]
···
2648
2649
[[package]]
2650
name = "rangemap"
2651
+
version = "1.4.0"
2652
source = "registry+https://github.com/rust-lang/crates.io-index"
2653
+
checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
2654
2655
[[package]]
2656
name = "raw-window-handle"
···
2660
2661
[[package]]
2662
name = "rayon"
2663
+
version = "1.8.0"
2664
source = "registry+https://github.com/rust-lang/crates.io-index"
2665
+
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2666
dependencies = [
2667
"either",
2668
"rayon-core",
···
2670
2671
[[package]]
2672
name = "rayon-core"
2673
+
version = "1.12.0"
2674
source = "registry+https://github.com/rust-lang/crates.io-index"
2675
+
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2676
dependencies = [
0
2677
"crossbeam-deque",
2678
"crossbeam-utils",
0
2679
]
2680
2681
[[package]]
···
2715
2716
[[package]]
2717
name = "regex"
2718
+
version = "1.9.6"
2719
source = "registry+https://github.com/rust-lang/crates.io-index"
2720
+
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
2721
dependencies = [
2722
"aho-corasick",
2723
"memchr",
2724
+
"regex-automata",
2725
"regex-syntax",
2726
]
2727
2728
[[package]]
2729
name = "regex-automata"
2730
+
version = "0.3.9"
2731
source = "registry+https://github.com/rust-lang/crates.io-index"
2732
+
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
2733
+
dependencies = [
2734
+
"aho-corasick",
2735
+
"memchr",
2736
+
"regex-syntax",
2737
+
]
2738
2739
[[package]]
2740
name = "regex-syntax"
2741
+
version = "0.7.5"
2742
source = "registry+https://github.com/rust-lang/crates.io-index"
2743
+
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2744
2745
[[package]]
2746
name = "ring"
···
2774
2775
[[package]]
2776
name = "rustix"
2777
+
version = "0.38.15"
2778
source = "registry+https://github.com/rust-lang/crates.io-index"
2779
+
checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"
2780
dependencies = [
2781
+
"bitflags 2.4.0",
2782
"errno",
0
2783
"libc",
2784
"linux-raw-sys",
2785
"windows-sys 0.48.0",
···
2787
2788
[[package]]
2789
name = "rustls"
2790
+
version = "0.21.7"
2791
source = "registry+https://github.com/rust-lang/crates.io-index"
2792
+
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
2793
dependencies = [
2794
"log",
2795
"ring",
2796
+
"rustls-webpki",
2797
"sct",
2798
+
]
2799
+
2800
+
[[package]]
2801
+
name = "rustls-webpki"
2802
+
version = "0.101.6"
2803
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2804
+
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
2805
+
dependencies = [
2806
+
"ring",
2807
+
"untrusted",
2808
]
2809
2810
[[package]]
2811
name = "ryu"
2812
+
version = "1.0.15"
2813
source = "registry+https://github.com/rust-lang/crates.io-index"
2814
+
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2815
2816
[[package]]
2817
name = "same-file"
···
2824
2825
[[package]]
2826
name = "scopeguard"
2827
+
version = "1.2.0"
0
0
0
0
0
0
2828
source = "registry+https://github.com/rust-lang/crates.io-index"
2829
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2830
2831
[[package]]
2832
name = "sct"
···
2846
2847
[[package]]
2848
name = "semver"
2849
+
version = "1.0.19"
2850
source = "registry+https://github.com/rust-lang/crates.io-index"
2851
+
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
2852
2853
[[package]]
2854
name = "serde"
2855
+
version = "1.0.188"
2856
source = "registry+https://github.com/rust-lang/crates.io-index"
2857
+
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2858
dependencies = [
2859
"serde_derive",
2860
]
2861
2862
[[package]]
2863
name = "serde_derive"
2864
+
version = "1.0.188"
2865
source = "registry+https://github.com/rust-lang/crates.io-index"
2866
+
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2867
dependencies = [
2868
"proc-macro2",
2869
"quote",
2870
+
"syn 2.0.37",
2871
]
2872
2873
[[package]]
2874
name = "serde_json"
2875
+
version = "1.0.107"
2876
source = "registry+https://github.com/rust-lang/crates.io-index"
2877
+
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
2878
dependencies = [
2879
"itoa",
2880
"ryu",
···
2883
2884
[[package]]
2885
name = "serde_spanned"
2886
+
version = "0.6.3"
2887
source = "registry+https://github.com/rust-lang/crates.io-index"
2888
+
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2889
dependencies = [
2890
"serde",
2891
]
···
2918
2919
[[package]]
2920
name = "sharded-slab"
2921
+
version = "0.1.6"
2922
source = "registry+https://github.com/rust-lang/crates.io-index"
2923
+
checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"
2924
dependencies = [
2925
"lazy_static",
2926
]
2927
2928
[[package]]
2929
name = "shlex"
2930
+
version = "1.2.0"
2931
source = "registry+https://github.com/rust-lang/crates.io-index"
2932
+
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
2933
2934
[[package]]
2935
name = "simd-adler32"
2936
+
version = "0.3.7"
2937
source = "registry+https://github.com/rust-lang/crates.io-index"
2938
+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2939
2940
[[package]]
2941
name = "sized-chunks"
···
2949
2950
[[package]]
2951
name = "slab"
2952
+
version = "0.4.9"
2953
source = "registry+https://github.com/rust-lang/crates.io-index"
2954
+
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2955
dependencies = [
2956
"autocfg",
2957
]
2958
2959
[[package]]
2960
name = "smallvec"
2961
+
version = "1.11.1"
2962
source = "registry+https://github.com/rust-lang/crates.io-index"
2963
+
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2964
2965
[[package]]
2966
name = "socks"
···
2975
2976
[[package]]
2977
name = "souvlaki"
2978
+
version = "0.6.1"
2979
source = "registry+https://github.com/rust-lang/crates.io-index"
2980
+
checksum = "951a075f224d8c87bb62a08c9c27a373fd6d453407e89cae00a25e2eac74ef51"
2981
dependencies = [
2982
"block",
2983
"cocoa",
···
3006
3007
[[package]]
3008
name = "subtle"
3009
+
version = "2.5.0"
3010
source = "registry+https://github.com/rust-lang/crates.io-index"
3011
+
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
3012
3013
[[package]]
3014
name = "symphonia"
3015
+
version = "0.5.3"
3016
source = "registry+https://github.com/rust-lang/crates.io-index"
3017
+
checksum = "62e48dba70095f265fdb269b99619b95d04c89e619538138383e63310b14d941"
3018
dependencies = [
3019
"lazy_static",
3020
"symphonia-bundle-mp3",
···
3026
3027
[[package]]
3028
name = "symphonia-bundle-mp3"
3029
+
version = "0.5.3"
3030
source = "registry+https://github.com/rust-lang/crates.io-index"
3031
+
checksum = "0f31d7fece546f1e6973011a9eceae948133bbd18fd3d52f6073b1e38ae6368a"
3032
dependencies = [
3033
"bitflags 1.3.2",
3034
"lazy_static",
···
3039
3040
[[package]]
3041
name = "symphonia-codec-vorbis"
3042
+
version = "0.5.3"
3043
source = "registry+https://github.com/rust-lang/crates.io-index"
3044
+
checksum = "3953397e3506aa01350c4205817e4f95b58d476877a42f0458d07b665749e203"
3045
dependencies = [
3046
"log",
3047
"symphonia-core",
···
3050
3051
[[package]]
3052
name = "symphonia-core"
3053
+
version = "0.5.3"
3054
source = "registry+https://github.com/rust-lang/crates.io-index"
3055
+
checksum = "f7c73eb88fee79705268cc7b742c7bc93a7b76e092ab751d0833866970754142"
3056
dependencies = [
3057
"arrayvec",
3058
"bitflags 1.3.2",
···
3063
3064
[[package]]
3065
name = "symphonia-format-ogg"
3066
+
version = "0.5.3"
3067
source = "registry+https://github.com/rust-lang/crates.io-index"
3068
+
checksum = "9bf1a00ccd11452d44048a0368828040f778ae650418dbd9d8765b7ee2574c8d"
3069
dependencies = [
3070
"log",
3071
"symphonia-core",
···
3075
3076
[[package]]
3077
name = "symphonia-metadata"
3078
+
version = "0.5.3"
3079
source = "registry+https://github.com/rust-lang/crates.io-index"
3080
+
checksum = "89c3e1937e31d0e068bbe829f66b2f2bfaa28d056365279e0ef897172c3320c0"
3081
dependencies = [
3082
"encoding_rs",
3083
"lazy_static",
···
3087
3088
[[package]]
3089
name = "symphonia-utils-xiph"
3090
+
version = "0.5.3"
3091
source = "registry+https://github.com/rust-lang/crates.io-index"
3092
+
checksum = "a450ca645b80d69aff8b35576cbfdc7f20940b29998202aab910045714c951f8"
3093
dependencies = [
3094
"symphonia-core",
3095
"symphonia-metadata",
···
3108
3109
[[package]]
3110
name = "syn"
3111
+
version = "2.0.37"
3112
source = "registry+https://github.com/rust-lang/crates.io-index"
3113
+
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
3114
dependencies = [
3115
"proc-macro2",
3116
"quote",
···
3119
3120
[[package]]
3121
name = "system-deps"
3122
+
version = "6.1.1"
3123
source = "registry+https://github.com/rust-lang/crates.io-index"
3124
+
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
3125
dependencies = [
3126
"cfg-expr",
3127
"heck 0.4.1",
3128
"pkg-config",
3129
+
"toml 0.7.8",
3130
"version-compare",
3131
]
3132
3133
[[package]]
3134
name = "target-lexicon"
3135
+
version = "0.12.11"
3136
source = "registry+https://github.com/rust-lang/crates.io-index"
3137
+
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
3138
3139
[[package]]
3140
name = "tempfile"
3141
+
version = "3.8.0"
3142
source = "registry+https://github.com/rust-lang/crates.io-index"
3143
+
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
3144
dependencies = [
3145
"cfg-if",
3146
"fastrand",
3147
"redox_syscall 0.3.5",
3148
"rustix",
3149
+
"windows-sys 0.48.0",
3150
]
3151
3152
[[package]]
3153
name = "termcolor"
3154
+
version = "1.3.0"
3155
source = "registry+https://github.com/rust-lang/crates.io-index"
3156
+
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
3157
dependencies = [
3158
"winapi-util",
3159
]
3160
3161
[[package]]
3162
name = "thiserror"
3163
+
version = "1.0.49"
3164
source = "registry+https://github.com/rust-lang/crates.io-index"
3165
+
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
3166
dependencies = [
3167
"thiserror-impl",
3168
]
3169
3170
[[package]]
3171
name = "thiserror-impl"
3172
+
version = "1.0.49"
3173
source = "registry+https://github.com/rust-lang/crates.io-index"
3174
+
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
3175
dependencies = [
3176
"proc-macro2",
3177
"quote",
3178
+
"syn 2.0.37",
3179
]
3180
3181
[[package]]
···
3199
3200
[[package]]
3201
name = "tiff"
3202
+
version = "0.9.0"
3203
source = "registry+https://github.com/rust-lang/crates.io-index"
3204
+
checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
3205
dependencies = [
3206
"flate2",
3207
"jpeg-decoder",
···
3210
3211
[[package]]
3212
name = "time"
3213
+
version = "0.3.29"
0
0
0
0
0
0
0
0
0
0
0
3214
source = "registry+https://github.com/rust-lang/crates.io-index"
3215
+
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
3216
dependencies = [
3217
+
"deranged",
3218
"itoa",
3219
"libc",
3220
"num_threads",
···
3225
3226
[[package]]
3227
name = "time-core"
3228
+
version = "0.1.2"
3229
source = "registry+https://github.com/rust-lang/crates.io-index"
3230
+
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
3231
3232
[[package]]
3233
name = "time-humanize"
···
3237
3238
[[package]]
3239
name = "time-macros"
3240
+
version = "0.2.15"
3241
source = "registry+https://github.com/rust-lang/crates.io-index"
3242
+
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
3243
dependencies = [
3244
"time-core",
3245
]
3246
3247
[[package]]
3248
name = "tinystr"
3249
+
version = "0.7.3"
3250
source = "registry+https://github.com/rust-lang/crates.io-index"
3251
+
checksum = "b07bb54ef1f8ff27564b08b861144d3b8d40263efe07684f64987f4c0d044e3e"
3252
dependencies = [
3253
"displaydoc",
3254
]
···
3279
3280
[[package]]
3281
name = "toml"
3282
+
version = "0.7.8"
3283
source = "registry+https://github.com/rust-lang/crates.io-index"
3284
+
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
3285
dependencies = [
3286
"serde",
3287
"serde_spanned",
···
3291
3292
[[package]]
3293
name = "toml_datetime"
3294
+
version = "0.6.3"
3295
source = "registry+https://github.com/rust-lang/crates.io-index"
3296
+
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
3297
dependencies = [
3298
"serde",
3299
]
3300
3301
[[package]]
3302
name = "toml_edit"
3303
+
version = "0.19.15"
3304
source = "registry+https://github.com/rust-lang/crates.io-index"
3305
+
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
3306
dependencies = [
3307
"indexmap",
3308
"serde",
···
3325
3326
[[package]]
3327
name = "tracing-attributes"
3328
+
version = "0.1.26"
3329
source = "registry+https://github.com/rust-lang/crates.io-index"
3330
+
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
3331
dependencies = [
3332
"proc-macro2",
3333
"quote",
3334
+
"syn 2.0.37",
3335
]
3336
3337
[[package]]
3338
name = "tracing-core"
3339
+
version = "0.1.31"
3340
source = "registry+https://github.com/rust-lang/crates.io-index"
3341
+
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
3342
dependencies = [
3343
"once_cell",
3344
]
···
3377
3378
[[package]]
3379
name = "typenum"
3380
+
version = "1.17.0"
3381
source = "registry+https://github.com/rust-lang/crates.io-index"
3382
+
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3383
3384
[[package]]
3385
name = "unic-bidi"
···
3464
3465
[[package]]
3466
name = "unicode-ident"
3467
+
version = "1.0.12"
3468
source = "registry+https://github.com/rust-lang/crates.io-index"
3469
+
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
3470
3471
[[package]]
3472
name = "unicode-normalization"
···
3484
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
3485
3486
[[package]]
0
0
0
0
0
0
3487
name = "untrusted"
3488
version = "0.7.1"
3489
source = "registry+https://github.com/rust-lang/crates.io-index"
···
3491
3492
[[package]]
3493
name = "ureq"
3494
+
version = "2.8.0"
3495
source = "registry+https://github.com/rust-lang/crates.io-index"
3496
+
checksum = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3"
3497
dependencies = [
3498
"base64",
3499
"flate2",
3500
"log",
3501
"once_cell",
3502
"rustls",
3503
+
"rustls-webpki",
3504
"serde",
3505
"serde_json",
3506
"socks",
3507
"url",
0
3508
"webpki-roots",
3509
]
3510
3511
[[package]]
3512
name = "url"
3513
+
version = "2.4.1"
3514
source = "registry+https://github.com/rust-lang/crates.io-index"
3515
+
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
3516
dependencies = [
3517
"form_urlencoded",
3518
"idna",
···
3539
3540
[[package]]
3541
name = "walkdir"
3542
+
version = "2.4.0"
3543
source = "registry+https://github.com/rust-lang/crates.io-index"
3544
+
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
3545
dependencies = [
3546
"same-file",
3547
"winapi-util",
···
3549
3550
[[package]]
3551
name = "wasi"
0
0
0
0
0
0
3552
version = "0.11.0+wasi-snapshot-preview1"
3553
source = "registry+https://github.com/rust-lang/crates.io-index"
3554
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3555
3556
[[package]]
3557
name = "wasm-bindgen"
3558
+
version = "0.2.87"
3559
source = "registry+https://github.com/rust-lang/crates.io-index"
3560
+
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
3561
dependencies = [
3562
"cfg-if",
3563
"wasm-bindgen-macro",
···
3565
3566
[[package]]
3567
name = "wasm-bindgen-backend"
3568
+
version = "0.2.87"
3569
source = "registry+https://github.com/rust-lang/crates.io-index"
3570
+
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
3571
dependencies = [
3572
"bumpalo",
3573
"log",
3574
"once_cell",
3575
"proc-macro2",
3576
"quote",
3577
+
"syn 2.0.37",
3578
"wasm-bindgen-shared",
3579
]
3580
3581
[[package]]
3582
name = "wasm-bindgen-futures"
3583
+
version = "0.4.37"
3584
source = "registry+https://github.com/rust-lang/crates.io-index"
3585
+
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
3586
dependencies = [
3587
"cfg-if",
3588
"js-sys",
···
3592
3593
[[package]]
3594
name = "wasm-bindgen-macro"
3595
+
version = "0.2.87"
3596
source = "registry+https://github.com/rust-lang/crates.io-index"
3597
+
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
3598
dependencies = [
3599
"quote",
3600
"wasm-bindgen-macro-support",
···
3602
3603
[[package]]
3604
name = "wasm-bindgen-macro-support"
3605
+
version = "0.2.87"
3606
source = "registry+https://github.com/rust-lang/crates.io-index"
3607
+
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
3608
dependencies = [
3609
"proc-macro2",
3610
"quote",
3611
+
"syn 2.0.37",
3612
"wasm-bindgen-backend",
3613
"wasm-bindgen-shared",
3614
]
3615
3616
[[package]]
3617
name = "wasm-bindgen-shared"
3618
+
version = "0.2.87"
3619
source = "registry+https://github.com/rust-lang/crates.io-index"
3620
+
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
3621
3622
[[package]]
3623
name = "web-sys"
3624
+
version = "0.3.64"
3625
source = "registry+https://github.com/rust-lang/crates.io-index"
3626
+
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
3627
dependencies = [
3628
"js-sys",
3629
"wasm-bindgen",
···
3631
3632
[[package]]
3633
name = "webbrowser"
3634
+
version = "0.8.11"
3635
source = "registry+https://github.com/rust-lang/crates.io-index"
3636
+
checksum = "b2c79b77f525a2d670cb40619d7d9c673d09e0666f72c591ebd7861f84a87e57"
3637
dependencies = [
3638
"core-foundation",
3639
+
"home",
3640
"jni 0.21.1",
3641
"log",
3642
"ndk-context",
···
3647
]
3648
3649
[[package]]
0
0
0
0
0
0
0
0
0
0
3650
name = "webpki-roots"
3651
+
version = "0.25.2"
3652
source = "registry+https://github.com/rust-lang/crates.io-index"
3653
+
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
0
0
0
3654
3655
[[package]]
3656
name = "weezl"
···
3676
3677
[[package]]
3678
name = "winapi-util"
3679
+
version = "0.1.6"
3680
source = "registry+https://github.com/rust-lang/crates.io-index"
3681
+
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
3682
dependencies = [
3683
"winapi",
3684
]
···
3713
source = "registry+https://github.com/rust-lang/crates.io-index"
3714
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
3715
dependencies = [
3716
+
"windows-targets 0.48.5",
3717
+
]
3718
+
3719
+
[[package]]
3720
+
name = "windows"
3721
+
version = "0.51.1"
3722
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3723
+
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
3724
+
dependencies = [
3725
+
"windows-core",
3726
+
"windows-targets 0.48.5",
3727
+
]
3728
+
3729
+
[[package]]
3730
+
name = "windows-core"
3731
+
version = "0.51.1"
3732
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3733
+
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
3734
+
dependencies = [
3735
+
"windows-targets 0.48.5",
3736
]
3737
3738
[[package]]
···
3750
source = "registry+https://github.com/rust-lang/crates.io-index"
3751
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3752
dependencies = [
3753
+
"windows-targets 0.48.5",
3754
]
3755
3756
[[package]]
···
3770
3771
[[package]]
3772
name = "windows-targets"
3773
+
version = "0.48.5"
3774
source = "registry+https://github.com/rust-lang/crates.io-index"
3775
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3776
dependencies = [
3777
+
"windows_aarch64_gnullvm 0.48.5",
3778
+
"windows_aarch64_msvc 0.48.5",
3779
+
"windows_i686_gnu 0.48.5",
3780
+
"windows_i686_msvc 0.48.5",
3781
+
"windows_x86_64_gnu 0.48.5",
3782
+
"windows_x86_64_gnullvm 0.48.5",
3783
+
"windows_x86_64_msvc 0.48.5",
3784
]
3785
3786
[[package]]
···
3791
3792
[[package]]
3793
name = "windows_aarch64_gnullvm"
3794
+
version = "0.48.5"
3795
source = "registry+https://github.com/rust-lang/crates.io-index"
3796
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3797
3798
[[package]]
3799
name = "windows_aarch64_msvc"
···
3803
3804
[[package]]
3805
name = "windows_aarch64_msvc"
3806
+
version = "0.48.5"
3807
source = "registry+https://github.com/rust-lang/crates.io-index"
3808
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3809
3810
[[package]]
3811
name = "windows_i686_gnu"
···
3815
3816
[[package]]
3817
name = "windows_i686_gnu"
3818
+
version = "0.48.5"
3819
source = "registry+https://github.com/rust-lang/crates.io-index"
3820
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3821
3822
[[package]]
3823
name = "windows_i686_msvc"
···
3827
3828
[[package]]
3829
name = "windows_i686_msvc"
3830
+
version = "0.48.5"
3831
source = "registry+https://github.com/rust-lang/crates.io-index"
3832
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3833
3834
[[package]]
3835
name = "windows_x86_64_gnu"
···
3839
3840
[[package]]
3841
name = "windows_x86_64_gnu"
3842
+
version = "0.48.5"
3843
source = "registry+https://github.com/rust-lang/crates.io-index"
3844
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3845
3846
[[package]]
3847
name = "windows_x86_64_gnullvm"
···
3851
3852
[[package]]
3853
name = "windows_x86_64_gnullvm"
3854
+
version = "0.48.5"
3855
source = "registry+https://github.com/rust-lang/crates.io-index"
3856
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3857
3858
[[package]]
3859
name = "windows_x86_64_msvc"
···
3863
3864
[[package]]
3865
name = "windows_x86_64_msvc"
3866
+
version = "0.48.5"
3867
source = "registry+https://github.com/rust-lang/crates.io-index"
3868
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3869
3870
[[package]]
3871
name = "winnow"
3872
+
version = "0.5.15"
3873
source = "registry+https://github.com/rust-lang/crates.io-index"
3874
+
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
3875
dependencies = [
3876
"memchr",
3877
]
+4
-4
pkgs/applications/audio/psst/default.nix
···
16
in
17
rustPlatform.buildRustPackage rec {
18
pname = "psst";
19
-
version = "unstable-2023-05-13";
20
21
src = fetchFromGitHub {
22
owner = "jpochyla";
23
repo = pname;
24
-
rev = "f94af14aa9fdd3d59cd92849fa7f076103b37a70";
25
-
hash = "sha256-Cmpdyec1xe7j10LDm+iCaKlBICHkmmbhKz2nDeOFOF8=";
26
};
27
28
cargoLock = {
29
lockFile = ./Cargo.lock;
30
outputHashes = {
31
-
"cubeb-0.10.3" = "sha256-3eHW+kIJydF6nF0EkB/vglOvksfol+xIKoqFsKg3omI=";
32
"druid-0.8.3" = "sha256-hTB9PQf2TAhcLr64VjjQIr18mczwcNogDSRSN5dQULA=";
33
"druid-enums-0.1.0" = "sha256-KJvAgKxicx/g+4QRZq3iHt6MGVQbfOpyN+EhS6CyDZk=";
34
};
···
16
in
17
rustPlatform.buildRustPackage rec {
18
pname = "psst";
19
+
version = "unstable-2024-01-12";
20
21
src = fetchFromGitHub {
22
owner = "jpochyla";
23
repo = pname;
24
+
rev = "c70ace50e8c50c38dc6c4ea1156de2b50e6e76b5";
25
+
hash = "sha256-WCtD06fZHdn0kT5SDE7aTUZvQlX9OBSAqHu+qopBzTM=";
26
};
27
28
cargoLock = {
29
lockFile = ./Cargo.lock;
30
outputHashes = {
31
+
"cubeb-0.10.3" = "sha256-gV1KHOhq678E/Rj+u8jX9Fw+TepPwuZdV5y/D+Iby+o=";
32
"druid-0.8.3" = "sha256-hTB9PQf2TAhcLr64VjjQIr18mczwcNogDSRSN5dQULA=";
33
"druid-enums-0.1.0" = "sha256-KJvAgKxicx/g+4QRZq3iHt6MGVQbfOpyN+EhS6CyDZk=";
34
};
+2
-2
pkgs/applications/audio/psst/make-build-reproducible.patch
···
13
- let mut fh = fs::File::create(outfile).unwrap();
14
- write!(fh, r#""{}""#, chrono::Local::now()).ok();
15
-
16
-
- let git_config = gix_config::File::from_git_dir("../.git/").expect("Git Config not found!");
17
- // Get Git's 'Origin' URL
18
- let mut remote_url = git_config
19
- .raw_value("remote", Some("origin".as_ref()), "url")
···
51
-pub const GIT_VERSION: &str = git_version!();
52
-pub const BUILD_TIME: &str = include!(concat!(env!("OUT_DIR"), "/build-time.txt"));
53
-pub const REMOTE_URL: &str = include!(concat!(env!("OUT_DIR"), "/remote-url.txt"));
54
-
+pub const GIT_VERSION: &str = "f94af14aa9fdd3d59cd92849fa7f076103b37a70";
55
+pub const BUILD_TIME: &str = "1970-01-01 00:00:00";
56
+pub const REMOTE_URL: &str = "https://github.com/jpochyla/psst";
57
···
13
- let mut fh = fs::File::create(outfile).unwrap();
14
- write!(fh, r#""{}""#, chrono::Local::now()).ok();
15
-
16
+
- let git_config = gix_config::File::from_git_dir("../.git/".into()).expect("Git Config not found!");
17
- // Get Git's 'Origin' URL
18
- let mut remote_url = git_config
19
- .raw_value("remote", Some("origin".as_ref()), "url")
···
51
-pub const GIT_VERSION: &str = git_version!();
52
-pub const BUILD_TIME: &str = include!(concat!(env!("OUT_DIR"), "/build-time.txt"));
53
-pub const REMOTE_URL: &str = include!(concat!(env!("OUT_DIR"), "/remote-url.txt"));
54
+
+pub const GIT_VERSION: &str = "c70ace50e8c50c38dc6c4ea1156de2b50e6e76b5";
55
+pub const BUILD_TIME: &str = "1970-01-01 00:00:00";
56
+pub const REMOTE_URL: &str = "https://github.com/jpochyla/psst";
57
+1
-1
pkgs/applications/audio/psst/update.sh
···
38
sed -i -E -e "s#hash = \".*\"#hash = \"$src_hash\"#" default.nix
39
40
# Also update the git hash shown in the UI
41
-
sed -i -E -e "s#GIT_VERSION = \".*\"#GIT_VERSION = \"$rev\"#" make-build-reproducible.patch
···
38
sed -i -E -e "s#hash = \".*\"#hash = \"$src_hash\"#" default.nix
39
40
# Also update the git hash shown in the UI
41
+
sed -i -E -e "s#GIT_VERSION: \&str = \".*\"#GIT_VERSION: \&str = \"$rev\"#" make-build-reproducible.patch