@blitsen/linux-x64 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICES.json +850 -93
- package/NOTICES.txt +2704 -568
- package/blitsen-runtime +0 -0
- package/blitsen.node +0 -0
- package/package.json +1 -1
package/NOTICES.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"target": "x86_64-unknown-linux-gnu",
|
|
3
3
|
"root": "blitsen-runtime",
|
|
4
|
-
"generatedFor": "0.2.
|
|
4
|
+
"generatedFor": "0.2.2",
|
|
5
5
|
"packages": [
|
|
6
6
|
{
|
|
7
7
|
"name": "ab_glyph",
|
|
@@ -38,15 +38,6 @@
|
|
|
38
38
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
39
39
|
"copyright": []
|
|
40
40
|
},
|
|
41
|
-
{
|
|
42
|
-
"name": "accesskit_xplat",
|
|
43
|
-
"version": "0.1.1",
|
|
44
|
-
"license": "Apache-2.0",
|
|
45
|
-
"licenseFile": null,
|
|
46
|
-
"repository": "https://github.com/dioxuslabs/blitz",
|
|
47
|
-
"source": "git+https://github.com/DioxusLabs/blitz?rev=111ed2f7224e49cd3177ef3cb5990efc279d3e73#111ed2f7224e49cd3177ef3cb5990efc279d3e73",
|
|
48
|
-
"copyright": []
|
|
49
|
-
},
|
|
50
41
|
{
|
|
51
42
|
"name": "adler2",
|
|
52
43
|
"version": "2.0.1",
|
|
@@ -273,6 +264,48 @@
|
|
|
273
264
|
"Copyright (c) 2016 ASH"
|
|
274
265
|
]
|
|
275
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"name": "async-broadcast",
|
|
269
|
+
"version": "0.7.2",
|
|
270
|
+
"license": "MIT OR Apache-2.0",
|
|
271
|
+
"licenseFile": null,
|
|
272
|
+
"repository": "https://github.com/smol-rs/async-broadcast",
|
|
273
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
274
|
+
"copyright": [
|
|
275
|
+
"copyright notice that is included in or attached to the work",
|
|
276
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
277
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
278
|
+
"Copyright 2020 Yoshua Wuyts",
|
|
279
|
+
"Copyright (c) 2020 Yoshua Wuyts"
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "async-recursion",
|
|
284
|
+
"version": "1.1.1",
|
|
285
|
+
"license": "MIT OR Apache-2.0",
|
|
286
|
+
"licenseFile": null,
|
|
287
|
+
"repository": "https://github.com/dcchut/async-recursion",
|
|
288
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
289
|
+
"copyright": [
|
|
290
|
+
"copyright notice that is included in or attached to the work",
|
|
291
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
292
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
293
|
+
"Copyright [yyyy] [name of copyright owner]"
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "async-trait",
|
|
298
|
+
"version": "0.1.92",
|
|
299
|
+
"license": "MIT OR Apache-2.0",
|
|
300
|
+
"licenseFile": null,
|
|
301
|
+
"repository": "https://github.com/dtolnay/async-trait",
|
|
302
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
303
|
+
"copyright": [
|
|
304
|
+
"copyright notice that is included in or attached to the work",
|
|
305
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
306
|
+
"(c) You must retain, in the Source form of any Derivative Works"
|
|
307
|
+
]
|
|
308
|
+
},
|
|
276
309
|
{
|
|
277
310
|
"name": "atomic_refcell",
|
|
278
311
|
"version": "0.1.14",
|
|
@@ -403,6 +436,24 @@
|
|
|
403
436
|
"Copyright (c) 2025 Alice Maz, Marshall Pierce"
|
|
404
437
|
]
|
|
405
438
|
},
|
|
439
|
+
{
|
|
440
|
+
"name": "base64-simd",
|
|
441
|
+
"version": "0.8.0",
|
|
442
|
+
"license": "MIT",
|
|
443
|
+
"licenseFile": null,
|
|
444
|
+
"repository": "https://github.com/Nugine/simd",
|
|
445
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
446
|
+
"copyright": []
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "basic-udev",
|
|
450
|
+
"version": "0.1.2",
|
|
451
|
+
"license": "MIT OR Apache-2.0",
|
|
452
|
+
"licenseFile": null,
|
|
453
|
+
"repository": "https://github.com/xobs/basic-udev",
|
|
454
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
455
|
+
"copyright": []
|
|
456
|
+
},
|
|
406
457
|
{
|
|
407
458
|
"name": "bindgen",
|
|
408
459
|
"version": "0.72.1",
|
|
@@ -474,9 +525,20 @@
|
|
|
474
525
|
"Copyright (c) 2014 The Rust Project Developers"
|
|
475
526
|
]
|
|
476
527
|
},
|
|
528
|
+
{
|
|
529
|
+
"name": "bitvec",
|
|
530
|
+
"version": "1.1.1",
|
|
531
|
+
"license": "MIT",
|
|
532
|
+
"licenseFile": null,
|
|
533
|
+
"repository": "https://github.com/bitvecto-rs/bitvec",
|
|
534
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
535
|
+
"copyright": [
|
|
536
|
+
"Copyright (c) 2018 myrrlyn (Alexander Payne)"
|
|
537
|
+
]
|
|
538
|
+
},
|
|
477
539
|
{
|
|
478
540
|
"name": "blake3",
|
|
479
|
-
"version": "1.8.
|
|
541
|
+
"version": "1.8.7",
|
|
480
542
|
"license": "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception",
|
|
481
543
|
"licenseFile": null,
|
|
482
544
|
"repository": "https://github.com/BLAKE3-team/BLAKE3",
|
|
@@ -616,7 +678,7 @@
|
|
|
616
678
|
},
|
|
617
679
|
{
|
|
618
680
|
"name": "block-buffer",
|
|
619
|
-
"version": "0.
|
|
681
|
+
"version": "0.12.1",
|
|
620
682
|
"license": "MIT OR Apache-2.0",
|
|
621
683
|
"licenseFile": null,
|
|
622
684
|
"repository": "https://github.com/RustCrypto/utils",
|
|
@@ -626,7 +688,7 @@
|
|
|
626
688
|
"copyright license to reproduce, prepare Derivative Works of,",
|
|
627
689
|
"(c) You must retain, in the Source form of any Derivative Works",
|
|
628
690
|
"Copyright [yyyy] [name of copyright owner]",
|
|
629
|
-
"Copyright (c) 2018-
|
|
691
|
+
"Copyright (c) 2018-2025 The RustCrypto Project Developers"
|
|
630
692
|
]
|
|
631
693
|
},
|
|
632
694
|
{
|
|
@@ -823,6 +885,21 @@
|
|
|
823
885
|
"Copyright (c) 2014 Alex Crichton"
|
|
824
886
|
]
|
|
825
887
|
},
|
|
888
|
+
{
|
|
889
|
+
"name": "chacha20",
|
|
890
|
+
"version": "0.10.1",
|
|
891
|
+
"license": "MIT OR Apache-2.0",
|
|
892
|
+
"licenseFile": null,
|
|
893
|
+
"repository": "https://github.com/RustCrypto/stream-ciphers",
|
|
894
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
895
|
+
"copyright": [
|
|
896
|
+
"copyright notice that is included in or attached to the work",
|
|
897
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
898
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
899
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
900
|
+
"Copyright (c) 2019-2026 The RustCrypto Project Developers"
|
|
901
|
+
]
|
|
902
|
+
},
|
|
826
903
|
{
|
|
827
904
|
"name": "clang-sys",
|
|
828
905
|
"version": "1.9.1",
|
|
@@ -875,6 +952,21 @@
|
|
|
875
952
|
"Copyright (c) 2016 PistonDevelopers"
|
|
876
953
|
]
|
|
877
954
|
},
|
|
955
|
+
{
|
|
956
|
+
"name": "const-oid",
|
|
957
|
+
"version": "0.10.2",
|
|
958
|
+
"license": "Apache-2.0 OR MIT",
|
|
959
|
+
"licenseFile": null,
|
|
960
|
+
"repository": "https://github.com/RustCrypto/formats",
|
|
961
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
962
|
+
"copyright": [
|
|
963
|
+
"copyright notice that is included in or attached to the work",
|
|
964
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
965
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
966
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
967
|
+
"Copyright (c) 2020-2026 The RustCrypto Project Developers"
|
|
968
|
+
]
|
|
969
|
+
},
|
|
878
970
|
{
|
|
879
971
|
"name": "constant_time_eq",
|
|
880
972
|
"version": "0.4.2",
|
|
@@ -888,6 +980,17 @@
|
|
|
888
980
|
"(c) You must retain, in the Source form of any Derivative Works"
|
|
889
981
|
]
|
|
890
982
|
},
|
|
983
|
+
{
|
|
984
|
+
"name": "convert_case",
|
|
985
|
+
"version": "0.11.0",
|
|
986
|
+
"license": "MIT",
|
|
987
|
+
"licenseFile": null,
|
|
988
|
+
"repository": "https://github.com/rutrum/convert-case",
|
|
989
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
990
|
+
"copyright": [
|
|
991
|
+
"Copyright (c) 2025 rutrum"
|
|
992
|
+
]
|
|
993
|
+
},
|
|
891
994
|
{
|
|
892
995
|
"name": "core_maths",
|
|
893
996
|
"version": "0.1.1",
|
|
@@ -913,21 +1016,6 @@
|
|
|
913
1016
|
"Copyright [yyyy] [name of copyright owner]"
|
|
914
1017
|
]
|
|
915
1018
|
},
|
|
916
|
-
{
|
|
917
|
-
"name": "cpufeatures",
|
|
918
|
-
"version": "0.2.17",
|
|
919
|
-
"license": "MIT OR Apache-2.0",
|
|
920
|
-
"licenseFile": null,
|
|
921
|
-
"repository": "https://github.com/RustCrypto/utils",
|
|
922
|
-
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
923
|
-
"copyright": [
|
|
924
|
-
"copyright notice that is included in or attached to the work",
|
|
925
|
-
"copyright license to reproduce, prepare Derivative Works of,",
|
|
926
|
-
"(c) You must retain, in the Source form of any Derivative Works",
|
|
927
|
-
"Copyright [yyyy] [name of copyright owner]",
|
|
928
|
-
"Copyright (c) 2020-2025 The RustCrypto Project Developers"
|
|
929
|
-
]
|
|
930
|
-
},
|
|
931
1019
|
{
|
|
932
1020
|
"name": "cpufeatures",
|
|
933
1021
|
"version": "0.3.0",
|
|
@@ -1064,7 +1152,7 @@
|
|
|
1064
1152
|
},
|
|
1065
1153
|
{
|
|
1066
1154
|
"name": "crypto-common",
|
|
1067
|
-
"version": "0.
|
|
1155
|
+
"version": "0.2.2",
|
|
1068
1156
|
"license": "MIT OR Apache-2.0",
|
|
1069
1157
|
"licenseFile": null,
|
|
1070
1158
|
"repository": "https://github.com/RustCrypto/traits",
|
|
@@ -1074,7 +1162,7 @@
|
|
|
1074
1162
|
"copyright license to reproduce, prepare Derivative Works of,",
|
|
1075
1163
|
"(c) You must retain, in the Source form of any Derivative Works",
|
|
1076
1164
|
"Copyright [yyyy] [name of copyright owner]",
|
|
1077
|
-
"Copyright (c) 2021 RustCrypto Developers"
|
|
1165
|
+
"Copyright (c) 2021-2026 RustCrypto Developers"
|
|
1078
1166
|
]
|
|
1079
1167
|
},
|
|
1080
1168
|
{
|
|
@@ -1215,6 +1303,20 @@
|
|
|
1215
1303
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1216
1304
|
"copyright": []
|
|
1217
1305
|
},
|
|
1306
|
+
{
|
|
1307
|
+
"name": "debugid",
|
|
1308
|
+
"version": "0.8.0",
|
|
1309
|
+
"license": "Apache-2.0",
|
|
1310
|
+
"licenseFile": null,
|
|
1311
|
+
"repository": "https://github.com/getsentry/rust-debugid",
|
|
1312
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1313
|
+
"copyright": [
|
|
1314
|
+
"copyright notice that is included in or attached to the work",
|
|
1315
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
1316
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
1317
|
+
"Copyright [yyyy] [name of copyright owner]"
|
|
1318
|
+
]
|
|
1319
|
+
},
|
|
1218
1320
|
{
|
|
1219
1321
|
"name": "defmt",
|
|
1220
1322
|
"version": "1.1.1",
|
|
@@ -1278,7 +1380,7 @@
|
|
|
1278
1380
|
},
|
|
1279
1381
|
{
|
|
1280
1382
|
"name": "digest",
|
|
1281
|
-
"version": "0.
|
|
1383
|
+
"version": "0.11.3",
|
|
1282
1384
|
"license": "MIT OR Apache-2.0",
|
|
1283
1385
|
"licenseFile": null,
|
|
1284
1386
|
"repository": "https://github.com/RustCrypto/traits",
|
|
@@ -1288,9 +1390,38 @@
|
|
|
1288
1390
|
"copyright license to reproduce, prepare Derivative Works of,",
|
|
1289
1391
|
"(c) You must retain, in the Source form of any Derivative Works",
|
|
1290
1392
|
"Copyright [yyyy] [name of copyright owner]",
|
|
1393
|
+
"Copyright (c) 2017-2025 RustCrypto Developers",
|
|
1291
1394
|
"Copyright (c) 2017 Artyom Pavlov"
|
|
1292
1395
|
]
|
|
1293
1396
|
},
|
|
1397
|
+
{
|
|
1398
|
+
"name": "dirs",
|
|
1399
|
+
"version": "6.0.0",
|
|
1400
|
+
"license": "MIT OR Apache-2.0",
|
|
1401
|
+
"licenseFile": null,
|
|
1402
|
+
"repository": "https://github.com/soc/dirs-rs",
|
|
1403
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1404
|
+
"copyright": [
|
|
1405
|
+
"copyright notice that is included in or attached to the work",
|
|
1406
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
1407
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
1408
|
+
"Copyright (c) 2018-2019 dirs-rs contributors"
|
|
1409
|
+
]
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "dirs-sys",
|
|
1413
|
+
"version": "0.5.0",
|
|
1414
|
+
"license": "MIT OR Apache-2.0",
|
|
1415
|
+
"licenseFile": null,
|
|
1416
|
+
"repository": "https://github.com/dirs-dev/dirs-sys-rs",
|
|
1417
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1418
|
+
"copyright": [
|
|
1419
|
+
"copyright notice that is included in or attached to the work",
|
|
1420
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
1421
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
1422
|
+
"Copyright (c) 2018-2019 dirs-rs contributors"
|
|
1423
|
+
]
|
|
1424
|
+
},
|
|
1294
1425
|
{
|
|
1295
1426
|
"name": "dispatch2",
|
|
1296
1427
|
"version": "0.3.1",
|
|
@@ -1325,6 +1456,17 @@
|
|
|
1325
1456
|
"Copyright (c) 2015 Victor Berger"
|
|
1326
1457
|
]
|
|
1327
1458
|
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "doctest-file",
|
|
1461
|
+
"version": "1.1.1",
|
|
1462
|
+
"license": "0BSD",
|
|
1463
|
+
"licenseFile": null,
|
|
1464
|
+
"repository": "https://codeberg.org/Goat7658/doctest-file",
|
|
1465
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1466
|
+
"copyright": [
|
|
1467
|
+
"Copyright (c) 2024 kotauskas"
|
|
1468
|
+
]
|
|
1469
|
+
},
|
|
1328
1470
|
{
|
|
1329
1471
|
"name": "document-features",
|
|
1330
1472
|
"version": "0.2.12",
|
|
@@ -1480,6 +1622,39 @@
|
|
|
1480
1622
|
"Copyright © WHATWG (Apple, Google, Mozilla, Microsoft)."
|
|
1481
1623
|
]
|
|
1482
1624
|
},
|
|
1625
|
+
{
|
|
1626
|
+
"name": "endi",
|
|
1627
|
+
"version": "1.1.1",
|
|
1628
|
+
"license": "MIT",
|
|
1629
|
+
"licenseFile": null,
|
|
1630
|
+
"repository": "https://github.com/zeenix/endi",
|
|
1631
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1632
|
+
"copyright": []
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "enumflags2",
|
|
1636
|
+
"version": "0.7.12",
|
|
1637
|
+
"license": "MIT OR Apache-2.0",
|
|
1638
|
+
"licenseFile": null,
|
|
1639
|
+
"repository": "https://github.com/meithecatte/enumflags2",
|
|
1640
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1641
|
+
"copyright": [
|
|
1642
|
+
"Copyright 2017-2023 Maik Klein, Maja Kądziołka",
|
|
1643
|
+
"Copyright (c) 2017-2023 Maik Klein, Maja Kądziołka"
|
|
1644
|
+
]
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "enumflags2_derive",
|
|
1648
|
+
"version": "0.7.12",
|
|
1649
|
+
"license": "MIT OR Apache-2.0",
|
|
1650
|
+
"licenseFile": null,
|
|
1651
|
+
"repository": "https://github.com/meithecatte/enumflags2",
|
|
1652
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1653
|
+
"copyright": [
|
|
1654
|
+
"Copyright [2017] [Maik Klein]",
|
|
1655
|
+
"Copyright (c) 2017 Maik Klein"
|
|
1656
|
+
]
|
|
1657
|
+
},
|
|
1483
1658
|
{
|
|
1484
1659
|
"name": "equivalent",
|
|
1485
1660
|
"version": "1.0.2",
|
|
@@ -1525,6 +1700,34 @@
|
|
|
1525
1700
|
"Copyright (c) 2012-2013 Mozilla Foundation"
|
|
1526
1701
|
]
|
|
1527
1702
|
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "event-listener",
|
|
1705
|
+
"version": "5.4.2",
|
|
1706
|
+
"license": "Apache-2.0 OR MIT",
|
|
1707
|
+
"licenseFile": null,
|
|
1708
|
+
"repository": "https://github.com/smol-rs/event-listener",
|
|
1709
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1710
|
+
"copyright": [
|
|
1711
|
+
"copyright notice that is included in or attached to the work",
|
|
1712
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
1713
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
1714
|
+
"Copyright [yyyy] [name of copyright owner]"
|
|
1715
|
+
]
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "event-listener-strategy",
|
|
1719
|
+
"version": "0.5.4",
|
|
1720
|
+
"license": "Apache-2.0 OR MIT",
|
|
1721
|
+
"licenseFile": null,
|
|
1722
|
+
"repository": "https://github.com/smol-rs/event-listener-strategy",
|
|
1723
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1724
|
+
"copyright": [
|
|
1725
|
+
"copyright notice that is included in or attached to the work",
|
|
1726
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
1727
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
1728
|
+
"Copyright [yyyy] [name of copyright owner]"
|
|
1729
|
+
]
|
|
1730
|
+
},
|
|
1528
1731
|
{
|
|
1529
1732
|
"name": "extended",
|
|
1530
1733
|
"version": "0.1.0",
|
|
@@ -1721,7 +1924,7 @@
|
|
|
1721
1924
|
},
|
|
1722
1925
|
{
|
|
1723
1926
|
"name": "font-types",
|
|
1724
|
-
"version": "0.12.
|
|
1927
|
+
"version": "0.12.4",
|
|
1725
1928
|
"license": "MIT OR Apache-2.0",
|
|
1726
1929
|
"licenseFile": null,
|
|
1727
1930
|
"repository": "https://github.com/googlefonts/fontations",
|
|
@@ -1813,9 +2016,20 @@
|
|
|
1813
2016
|
"Copyright (c) 2013-2016 The rust-url developers"
|
|
1814
2017
|
]
|
|
1815
2018
|
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "funty",
|
|
2021
|
+
"version": "2.0.0",
|
|
2022
|
+
"license": "MIT",
|
|
2023
|
+
"licenseFile": null,
|
|
2024
|
+
"repository": "https://github.com/myrrlyn/funty",
|
|
2025
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
2026
|
+
"copyright": [
|
|
2027
|
+
"Copyright (c) 2020 myrrlyn (Alexander Payne)"
|
|
2028
|
+
]
|
|
2029
|
+
},
|
|
1816
2030
|
{
|
|
1817
2031
|
"name": "futures-channel",
|
|
1818
|
-
"version": "0.3.
|
|
2032
|
+
"version": "0.3.34",
|
|
1819
2033
|
"license": "MIT OR Apache-2.0",
|
|
1820
2034
|
"licenseFile": null,
|
|
1821
2035
|
"repository": "https://github.com/rust-lang/futures-rs",
|
|
@@ -1830,7 +2044,7 @@
|
|
|
1830
2044
|
},
|
|
1831
2045
|
{
|
|
1832
2046
|
"name": "futures-core",
|
|
1833
|
-
"version": "0.3.
|
|
2047
|
+
"version": "0.3.34",
|
|
1834
2048
|
"license": "MIT OR Apache-2.0",
|
|
1835
2049
|
"licenseFile": null,
|
|
1836
2050
|
"repository": "https://github.com/rust-lang/futures-rs",
|
|
@@ -1859,7 +2073,7 @@
|
|
|
1859
2073
|
},
|
|
1860
2074
|
{
|
|
1861
2075
|
"name": "futures-io",
|
|
1862
|
-
"version": "0.3.
|
|
2076
|
+
"version": "0.3.34",
|
|
1863
2077
|
"license": "MIT OR Apache-2.0",
|
|
1864
2078
|
"licenseFile": null,
|
|
1865
2079
|
"repository": "https://github.com/rust-lang/futures-rs",
|
|
@@ -1873,23 +2087,24 @@
|
|
|
1873
2087
|
]
|
|
1874
2088
|
},
|
|
1875
2089
|
{
|
|
1876
|
-
"name": "futures-
|
|
1877
|
-
"version": "
|
|
1878
|
-
"license": "
|
|
2090
|
+
"name": "futures-lite",
|
|
2091
|
+
"version": "2.6.1",
|
|
2092
|
+
"license": "Apache-2.0 OR MIT",
|
|
1879
2093
|
"licenseFile": null,
|
|
1880
|
-
"repository": "https://github.com/
|
|
2094
|
+
"repository": "https://github.com/smol-rs/futures-lite",
|
|
1881
2095
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1882
2096
|
"copyright": [
|
|
1883
2097
|
"copyright notice that is included in or attached to the work",
|
|
1884
2098
|
"copyright license to reproduce, prepare Derivative Works of,",
|
|
1885
2099
|
"(c) You must retain, in the Source form of any Derivative Works",
|
|
2100
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
1886
2101
|
"Copyright (c) 2016 Alex Crichton",
|
|
1887
2102
|
"Copyright (c) 2017 The Tokio Authors"
|
|
1888
2103
|
]
|
|
1889
2104
|
},
|
|
1890
2105
|
{
|
|
1891
|
-
"name": "futures-
|
|
1892
|
-
"version": "0.3.
|
|
2106
|
+
"name": "futures-macro",
|
|
2107
|
+
"version": "0.3.34",
|
|
1893
2108
|
"license": "MIT OR Apache-2.0",
|
|
1894
2109
|
"licenseFile": null,
|
|
1895
2110
|
"repository": "https://github.com/rust-lang/futures-rs",
|
|
@@ -1903,8 +2118,8 @@
|
|
|
1903
2118
|
]
|
|
1904
2119
|
},
|
|
1905
2120
|
{
|
|
1906
|
-
"name": "futures-
|
|
1907
|
-
"version": "0.3.
|
|
2121
|
+
"name": "futures-sink",
|
|
2122
|
+
"version": "0.3.34",
|
|
1908
2123
|
"license": "MIT OR Apache-2.0",
|
|
1909
2124
|
"licenseFile": null,
|
|
1910
2125
|
"repository": "https://github.com/rust-lang/futures-rs",
|
|
@@ -1918,8 +2133,8 @@
|
|
|
1918
2133
|
]
|
|
1919
2134
|
},
|
|
1920
2135
|
{
|
|
1921
|
-
"name": "futures-
|
|
1922
|
-
"version": "0.3.
|
|
2136
|
+
"name": "futures-task",
|
|
2137
|
+
"version": "0.3.34",
|
|
1923
2138
|
"license": "MIT OR Apache-2.0",
|
|
1924
2139
|
"licenseFile": null,
|
|
1925
2140
|
"repository": "https://github.com/rust-lang/futures-rs",
|
|
@@ -1933,14 +2148,18 @@
|
|
|
1933
2148
|
]
|
|
1934
2149
|
},
|
|
1935
2150
|
{
|
|
1936
|
-
"name": "
|
|
1937
|
-
"version": "0.
|
|
1938
|
-
"license": "MIT",
|
|
2151
|
+
"name": "futures-util",
|
|
2152
|
+
"version": "0.3.34",
|
|
2153
|
+
"license": "MIT OR Apache-2.0",
|
|
1939
2154
|
"licenseFile": null,
|
|
1940
|
-
"repository": "https://github.com/
|
|
2155
|
+
"repository": "https://github.com/rust-lang/futures-rs",
|
|
1941
2156
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
1942
2157
|
"copyright": [
|
|
1943
|
-
"
|
|
2158
|
+
"copyright notice that is included in or attached to the work",
|
|
2159
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
2160
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
2161
|
+
"Copyright (c) 2016 Alex Crichton",
|
|
2162
|
+
"Copyright (c) 2017 The Tokio Authors"
|
|
1944
2163
|
]
|
|
1945
2164
|
},
|
|
1946
2165
|
{
|
|
@@ -2004,6 +2223,24 @@
|
|
|
2004
2223
|
"Copyright (c) 2015 nwin"
|
|
2005
2224
|
]
|
|
2006
2225
|
},
|
|
2226
|
+
{
|
|
2227
|
+
"name": "gilrs",
|
|
2228
|
+
"version": "0.11.2",
|
|
2229
|
+
"license": "Apache-2.0/MIT",
|
|
2230
|
+
"licenseFile": null,
|
|
2231
|
+
"repository": "https://gitlab.com/gilrs-project/gilrs",
|
|
2232
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
2233
|
+
"copyright": []
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"name": "gilrs-core",
|
|
2237
|
+
"version": "0.6.8",
|
|
2238
|
+
"license": "Apache-2.0/MIT",
|
|
2239
|
+
"licenseFile": null,
|
|
2240
|
+
"repository": "https://gitlab.com/gilrs-project/gilrs",
|
|
2241
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
2242
|
+
"copyright": []
|
|
2243
|
+
},
|
|
2007
2244
|
{
|
|
2008
2245
|
"name": "glifo",
|
|
2009
2246
|
"version": "0.2.0",
|
|
@@ -2178,6 +2415,22 @@
|
|
|
2178
2415
|
"Copyright (c) 2015 The Rust Project Developers"
|
|
2179
2416
|
]
|
|
2180
2417
|
},
|
|
2418
|
+
{
|
|
2419
|
+
"name": "hex",
|
|
2420
|
+
"version": "0.4.3",
|
|
2421
|
+
"license": "MIT OR Apache-2.0",
|
|
2422
|
+
"licenseFile": null,
|
|
2423
|
+
"repository": "https://github.com/KokaKiwi/rust-hex",
|
|
2424
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
2425
|
+
"copyright": [
|
|
2426
|
+
"copyright notice that is included in or attached to the work",
|
|
2427
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
2428
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
2429
|
+
"Copyright {yyyy} {name of copyright owner}",
|
|
2430
|
+
"Copyright (c) 2013-2014 The Rust Project Developers.",
|
|
2431
|
+
"Copyright (c) 2015-2020 The rust-hex Developers"
|
|
2432
|
+
]
|
|
2433
|
+
},
|
|
2181
2434
|
{
|
|
2182
2435
|
"name": "hexf-parse",
|
|
2183
2436
|
"version": "0.2.1",
|
|
@@ -2187,6 +2440,28 @@
|
|
|
2187
2440
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
2188
2441
|
"copyright": []
|
|
2189
2442
|
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "hidapi",
|
|
2445
|
+
"version": "2.6.6",
|
|
2446
|
+
"license": "MIT",
|
|
2447
|
+
"licenseFile": null,
|
|
2448
|
+
"repository": "https://github.com/ruabmbua/hidapi-rs",
|
|
2449
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
2450
|
+
"copyright": [
|
|
2451
|
+
"Copyright 2017 The hidapi-rs Developers"
|
|
2452
|
+
]
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "hidreport",
|
|
2456
|
+
"version": "0.6.0",
|
|
2457
|
+
"license": "MIT",
|
|
2458
|
+
"licenseFile": null,
|
|
2459
|
+
"repository": "https://github.com/hidutils/hidreport",
|
|
2460
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
2461
|
+
"copyright": [
|
|
2462
|
+
"Copyright © 2024 Red Hat, Inc."
|
|
2463
|
+
]
|
|
2464
|
+
},
|
|
2190
2465
|
{
|
|
2191
2466
|
"name": "hound",
|
|
2192
2467
|
"version": "3.5.1",
|
|
@@ -2290,6 +2565,21 @@
|
|
|
2290
2565
|
"Copyright (c) 2015-2025 Sean McArthur"
|
|
2291
2566
|
]
|
|
2292
2567
|
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "hybrid-array",
|
|
2570
|
+
"version": "0.4.14",
|
|
2571
|
+
"license": "MIT OR Apache-2.0",
|
|
2572
|
+
"licenseFile": null,
|
|
2573
|
+
"repository": "https://github.com/RustCrypto/hybrid-array",
|
|
2574
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
2575
|
+
"copyright": [
|
|
2576
|
+
"copyright notice that is included in or attached to the work",
|
|
2577
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
2578
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
2579
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
2580
|
+
"Copyright (c) 2022-2026 The RustCrypto Project Developers"
|
|
2581
|
+
]
|
|
2582
|
+
},
|
|
2293
2583
|
{
|
|
2294
2584
|
"name": "hyper",
|
|
2295
2585
|
"version": "1.11.0",
|
|
@@ -2377,7 +2667,7 @@
|
|
|
2377
2667
|
},
|
|
2378
2668
|
{
|
|
2379
2669
|
"name": "icu_collator",
|
|
2380
|
-
"version": "2.3.
|
|
2670
|
+
"version": "2.3.1",
|
|
2381
2671
|
"license": "Unicode-3.0",
|
|
2382
2672
|
"licenseFile": null,
|
|
2383
2673
|
"repository": "https://github.com/unicode-org/icu4x",
|
|
@@ -2750,6 +3040,21 @@
|
|
|
2750
3040
|
"Copyright (c) The rust-url developers"
|
|
2751
3041
|
]
|
|
2752
3042
|
},
|
|
3043
|
+
{
|
|
3044
|
+
"name": "if_chain",
|
|
3045
|
+
"version": "1.0.3",
|
|
3046
|
+
"license": "MIT/Apache-2.0",
|
|
3047
|
+
"licenseFile": null,
|
|
3048
|
+
"repository": "https://github.com/lambda-fairy/if_chain",
|
|
3049
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3050
|
+
"copyright": [
|
|
3051
|
+
"copyright notice that is included in or attached to the work",
|
|
3052
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
3053
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
3054
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
3055
|
+
"Copyright (c) 2018 Chris Wong"
|
|
3056
|
+
]
|
|
3057
|
+
},
|
|
2753
3058
|
{
|
|
2754
3059
|
"name": "image",
|
|
2755
3060
|
"version": "0.25.10",
|
|
@@ -2802,6 +3107,42 @@
|
|
|
2802
3107
|
"Copyright (c) 2016--2017"
|
|
2803
3108
|
]
|
|
2804
3109
|
},
|
|
3110
|
+
{
|
|
3111
|
+
"name": "inotify",
|
|
3112
|
+
"version": "0.11.5",
|
|
3113
|
+
"license": "ISC",
|
|
3114
|
+
"licenseFile": null,
|
|
3115
|
+
"repository": "https://github.com/hannobraun/inotify-rs",
|
|
3116
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3117
|
+
"copyright": [
|
|
3118
|
+
"Copyright (c) Hanno Braun and contributors"
|
|
3119
|
+
]
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"name": "inotify-sys",
|
|
3123
|
+
"version": "0.1.8",
|
|
3124
|
+
"license": "ISC",
|
|
3125
|
+
"licenseFile": null,
|
|
3126
|
+
"repository": "https://github.com/hannobraun/inotify-sys",
|
|
3127
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3128
|
+
"copyright": [
|
|
3129
|
+
"Copyright (c) Hanno Braun and contributors"
|
|
3130
|
+
]
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"name": "interprocess",
|
|
3134
|
+
"version": "2.4.3",
|
|
3135
|
+
"license": "0BSD OR Apache-2.0",
|
|
3136
|
+
"licenseFile": null,
|
|
3137
|
+
"repository": "https://github.com/kotauskas/interprocess",
|
|
3138
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3139
|
+
"copyright": [
|
|
3140
|
+
"Copyright (c) 2020-2026 Goat",
|
|
3141
|
+
"copyright notice that is included in or attached to the work",
|
|
3142
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
3143
|
+
"(c) You must retain, in the Source form of any Derivative Works"
|
|
3144
|
+
]
|
|
3145
|
+
},
|
|
2805
3146
|
{
|
|
2806
3147
|
"name": "ipnet",
|
|
2807
3148
|
"version": "2.12.1",
|
|
@@ -2963,6 +3304,15 @@
|
|
|
2963
3304
|
"Copyright [yyyy] [name of copyright owner]"
|
|
2964
3305
|
]
|
|
2965
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "ksni",
|
|
3309
|
+
"version": "0.3.6",
|
|
3310
|
+
"license": "Unlicense",
|
|
3311
|
+
"licenseFile": null,
|
|
3312
|
+
"repository": "https://github.com/iovxw/ksni",
|
|
3313
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3314
|
+
"copyright": []
|
|
3315
|
+
},
|
|
2966
3316
|
{
|
|
2967
3317
|
"name": "kurbo",
|
|
2968
3318
|
"version": "0.13.1",
|
|
@@ -2993,6 +3343,20 @@
|
|
|
2993
3343
|
"Copyright (c) 2010 The Rust Project Developers"
|
|
2994
3344
|
]
|
|
2995
3345
|
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "lazycell",
|
|
3348
|
+
"version": "1.3.0",
|
|
3349
|
+
"license": "MIT/Apache-2.0",
|
|
3350
|
+
"licenseFile": null,
|
|
3351
|
+
"repository": "https://github.com/indiv0/lazycell",
|
|
3352
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3353
|
+
"copyright": [
|
|
3354
|
+
"copyright notice that is included in or attached to the work",
|
|
3355
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
3356
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
3357
|
+
"Copyright [yyyy] [name of copyright owner]"
|
|
3358
|
+
]
|
|
3359
|
+
},
|
|
2996
3360
|
{
|
|
2997
3361
|
"name": "libc",
|
|
2998
3362
|
"version": "0.2.189",
|
|
@@ -3041,6 +3405,17 @@
|
|
|
3041
3405
|
"Copyright notices are retained in src/* files where relevant."
|
|
3042
3406
|
]
|
|
3043
3407
|
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "libudev-sys",
|
|
3410
|
+
"version": "0.1.4",
|
|
3411
|
+
"license": "MIT",
|
|
3412
|
+
"licenseFile": null,
|
|
3413
|
+
"repository": "https://github.com/dcuddeback/libudev-sys",
|
|
3414
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3415
|
+
"copyright": [
|
|
3416
|
+
"Copyright (c) 2015 David Cuddeback"
|
|
3417
|
+
]
|
|
3418
|
+
},
|
|
3044
3419
|
{
|
|
3045
3420
|
"name": "linebender_resource_handle",
|
|
3046
3421
|
"version": "0.1.1",
|
|
@@ -3340,6 +3715,28 @@
|
|
|
3340
3715
|
"Copyright (c) 2015 Jonathan Reem"
|
|
3341
3716
|
]
|
|
3342
3717
|
},
|
|
3718
|
+
{
|
|
3719
|
+
"name": "nix",
|
|
3720
|
+
"version": "0.30.1",
|
|
3721
|
+
"license": "MIT",
|
|
3722
|
+
"licenseFile": null,
|
|
3723
|
+
"repository": "https://github.com/nix-rust/nix",
|
|
3724
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3725
|
+
"copyright": [
|
|
3726
|
+
"Copyright (c) 2015 Carl Lerche + nix-rust Authors"
|
|
3727
|
+
]
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"name": "nix",
|
|
3731
|
+
"version": "0.31.3",
|
|
3732
|
+
"license": "MIT",
|
|
3733
|
+
"licenseFile": null,
|
|
3734
|
+
"repository": "https://github.com/nix-rust/nix",
|
|
3735
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3736
|
+
"copyright": [
|
|
3737
|
+
"Copyright (c) 2015 Carl Lerche + nix-rust Authors"
|
|
3738
|
+
]
|
|
3739
|
+
},
|
|
3343
3740
|
{
|
|
3344
3741
|
"name": "no_denormals",
|
|
3345
3742
|
"version": "0.3.0",
|
|
@@ -3373,6 +3770,21 @@
|
|
|
3373
3770
|
"Copyright (c) 2014-2019 Geoffroy Couprie"
|
|
3374
3771
|
]
|
|
3375
3772
|
},
|
|
3773
|
+
{
|
|
3774
|
+
"name": "notify-rust",
|
|
3775
|
+
"version": "4.18.0",
|
|
3776
|
+
"license": "MIT OR Apache-2.0",
|
|
3777
|
+
"licenseFile": null,
|
|
3778
|
+
"repository": "https://github.com/hoodie/notify-rust",
|
|
3779
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3780
|
+
"copyright": [
|
|
3781
|
+
"copyright notice that is included in or attached to the work",
|
|
3782
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
3783
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
3784
|
+
"Copyright {yyyy} {name of copyright owner}",
|
|
3785
|
+
"Copyright (c) 2017 Hendrik Sollich"
|
|
3786
|
+
]
|
|
3787
|
+
},
|
|
3376
3788
|
{
|
|
3377
3789
|
"name": "num_cpus",
|
|
3378
3790
|
"version": "1.17.0",
|
|
@@ -3590,6 +4002,17 @@
|
|
|
3590
4002
|
"Copyright (c) 2014 Alex Crichton"
|
|
3591
4003
|
]
|
|
3592
4004
|
},
|
|
4005
|
+
{
|
|
4006
|
+
"name": "option-ext",
|
|
4007
|
+
"version": "0.2.0",
|
|
4008
|
+
"license": "MPL-2.0",
|
|
4009
|
+
"licenseFile": null,
|
|
4010
|
+
"repository": "https://github.com/soc/option-ext.git",
|
|
4011
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4012
|
+
"copyright": [
|
|
4013
|
+
"(c) under Patent Claims infringed by Covered Software in the absence of"
|
|
4014
|
+
]
|
|
4015
|
+
},
|
|
3593
4016
|
{
|
|
3594
4017
|
"name": "ordered-float",
|
|
3595
4018
|
"version": "5.3.0",
|
|
@@ -3601,6 +4024,20 @@
|
|
|
3601
4024
|
"Copyright (c) 2015 Jonathan Reem"
|
|
3602
4025
|
]
|
|
3603
4026
|
},
|
|
4027
|
+
{
|
|
4028
|
+
"name": "ordered-stream",
|
|
4029
|
+
"version": "0.2.0",
|
|
4030
|
+
"license": "MIT OR Apache-2.0",
|
|
4031
|
+
"licenseFile": null,
|
|
4032
|
+
"repository": "https://github.com/danieldg/ordered-stream",
|
|
4033
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4034
|
+
"copyright": [
|
|
4035
|
+
"copyright notice that is included in or attached to the work",
|
|
4036
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4037
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4038
|
+
"Copyright [yyyy] [name of copyright owner]"
|
|
4039
|
+
]
|
|
4040
|
+
},
|
|
3604
4041
|
{
|
|
3605
4042
|
"name": "os_pipe",
|
|
3606
4043
|
"version": "1.2.3",
|
|
@@ -3610,6 +4047,17 @@
|
|
|
3610
4047
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3611
4048
|
"copyright": []
|
|
3612
4049
|
},
|
|
4050
|
+
{
|
|
4051
|
+
"name": "outref",
|
|
4052
|
+
"version": "0.5.2",
|
|
4053
|
+
"license": "MIT",
|
|
4054
|
+
"licenseFile": null,
|
|
4055
|
+
"repository": "https://github.com/Nugine/outref",
|
|
4056
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4057
|
+
"copyright": [
|
|
4058
|
+
"Copyright (c) 2022 Nugine"
|
|
4059
|
+
]
|
|
4060
|
+
},
|
|
3613
4061
|
{
|
|
3614
4062
|
"name": "owned_ttf_parser",
|
|
3615
4063
|
"version": "0.25.1",
|
|
@@ -3623,6 +4071,21 @@
|
|
|
3623
4071
|
"(c) You must retain, in the Source form of any Derivative Works"
|
|
3624
4072
|
]
|
|
3625
4073
|
},
|
|
4074
|
+
{
|
|
4075
|
+
"name": "parking",
|
|
4076
|
+
"version": "2.2.1",
|
|
4077
|
+
"license": "Apache-2.0 OR MIT",
|
|
4078
|
+
"licenseFile": null,
|
|
4079
|
+
"repository": "https://github.com/smol-rs/parking",
|
|
4080
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4081
|
+
"copyright": [
|
|
4082
|
+
"copyright notice that is included in or attached to the work",
|
|
4083
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4084
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4085
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
4086
|
+
"Copyright 2014-2020 The Rust Project Developers"
|
|
4087
|
+
]
|
|
4088
|
+
},
|
|
3626
4089
|
{
|
|
3627
4090
|
"name": "parking_lot",
|
|
3628
4091
|
"version": "0.12.5",
|
|
@@ -3698,6 +4161,19 @@
|
|
|
3698
4161
|
"Copyright 2020 the Parley Authors"
|
|
3699
4162
|
]
|
|
3700
4163
|
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "pastey",
|
|
4166
|
+
"version": "0.2.3",
|
|
4167
|
+
"license": "MIT OR Apache-2.0",
|
|
4168
|
+
"licenseFile": null,
|
|
4169
|
+
"repository": "https://github.com/as1100k/pastey",
|
|
4170
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4171
|
+
"copyright": [
|
|
4172
|
+
"copyright notice that is included in or attached to the work",
|
|
4173
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4174
|
+
"(c) You must retain, in the Source form of any Derivative Works"
|
|
4175
|
+
]
|
|
4176
|
+
},
|
|
3701
4177
|
{
|
|
3702
4178
|
"name": "peniko",
|
|
3703
4179
|
"version": "0.6.1",
|
|
@@ -3920,23 +4396,8 @@
|
|
|
3920
4396
|
"repository": "https://github.com/unicode-org/icu4x",
|
|
3921
4397
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3922
4398
|
"copyright": [
|
|
3923
|
-
"COPYRIGHT AND PERMISSION NOTICE",
|
|
3924
|
-
"Copyright © 2020-2024 Unicode, Inc."
|
|
3925
|
-
]
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
"name": "ppv-lite86",
|
|
3929
|
-
"version": "0.2.21",
|
|
3930
|
-
"license": "MIT OR Apache-2.0",
|
|
3931
|
-
"licenseFile": null,
|
|
3932
|
-
"repository": "https://github.com/cryptocorrosion/cryptocorrosion",
|
|
3933
|
-
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
3934
|
-
"copyright": [
|
|
3935
|
-
"copyright notice that is included in or attached to the work",
|
|
3936
|
-
"copyright license to reproduce, prepare Derivative Works of,",
|
|
3937
|
-
"(c) You must retain, in the Source form of any Derivative Works",
|
|
3938
|
-
"Copyright 2019 The CryptoCorrosion Contributors",
|
|
3939
|
-
"Copyright (c) 2019 The CryptoCorrosion Contributors"
|
|
4399
|
+
"COPYRIGHT AND PERMISSION NOTICE",
|
|
4400
|
+
"Copyright © 2020-2024 Unicode, Inc."
|
|
3940
4401
|
]
|
|
3941
4402
|
},
|
|
3942
4403
|
{
|
|
@@ -3993,6 +4454,20 @@
|
|
|
3993
4454
|
"Copyright (c) 2014 Huon Wilson"
|
|
3994
4455
|
]
|
|
3995
4456
|
},
|
|
4457
|
+
{
|
|
4458
|
+
"name": "proc-macro-crate",
|
|
4459
|
+
"version": "3.5.0",
|
|
4460
|
+
"license": "MIT OR Apache-2.0",
|
|
4461
|
+
"licenseFile": null,
|
|
4462
|
+
"repository": "https://github.com/bkchr/proc-macro-crate",
|
|
4463
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4464
|
+
"copyright": [
|
|
4465
|
+
"copyright notice that is included in or attached to the work",
|
|
4466
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4467
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4468
|
+
"Copyright [yyyy] [name of copyright owner]"
|
|
4469
|
+
]
|
|
4470
|
+
},
|
|
3996
4471
|
{
|
|
3997
4472
|
"name": "proc-macro2",
|
|
3998
4473
|
"version": "1.0.107",
|
|
@@ -4070,25 +4545,19 @@
|
|
|
4070
4545
|
]
|
|
4071
4546
|
},
|
|
4072
4547
|
{
|
|
4073
|
-
"name": "
|
|
4074
|
-
"version": "0.
|
|
4075
|
-
"license": "MIT
|
|
4548
|
+
"name": "radium",
|
|
4549
|
+
"version": "0.7.0",
|
|
4550
|
+
"license": "MIT",
|
|
4076
4551
|
"licenseFile": null,
|
|
4077
|
-
"repository": "https://github.com/
|
|
4552
|
+
"repository": "https://github.com/bitvecto-rs/radium",
|
|
4078
4553
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4079
4554
|
"copyright": [
|
|
4080
|
-
"
|
|
4081
|
-
"copyright assignment is required to contribute to the Rand project.",
|
|
4082
|
-
"copyright notice that is included in or attached to the work",
|
|
4083
|
-
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4084
|
-
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4085
|
-
"Copyright 2018 Developers of the Rand project",
|
|
4086
|
-
"Copyright (c) 2014 The Rust Project Developers"
|
|
4555
|
+
"Copyright (c) 2019 kneecaw (Nika Layzell)"
|
|
4087
4556
|
]
|
|
4088
4557
|
},
|
|
4089
4558
|
{
|
|
4090
|
-
"name": "
|
|
4091
|
-
"version": "0.
|
|
4559
|
+
"name": "rand",
|
|
4560
|
+
"version": "0.10.2",
|
|
4092
4561
|
"license": "MIT OR Apache-2.0",
|
|
4093
4562
|
"licenseFile": null,
|
|
4094
4563
|
"repository": "https://github.com/rust-random/rand",
|
|
@@ -4105,10 +4574,10 @@
|
|
|
4105
4574
|
},
|
|
4106
4575
|
{
|
|
4107
4576
|
"name": "rand_core",
|
|
4108
|
-
"version": "0.
|
|
4577
|
+
"version": "0.10.1",
|
|
4109
4578
|
"license": "MIT OR Apache-2.0",
|
|
4110
4579
|
"licenseFile": null,
|
|
4111
|
-
"repository": "https://github.com/rust-random/
|
|
4580
|
+
"repository": "https://github.com/rust-random/rand_core",
|
|
4112
4581
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4113
4582
|
"copyright": [
|
|
4114
4583
|
"Copyrights in the Rand project are retained by their contributors. No",
|
|
@@ -4116,8 +4585,7 @@
|
|
|
4116
4585
|
"copyright notice that is included in or attached to the work",
|
|
4117
4586
|
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4118
4587
|
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4119
|
-
"Copyright 2018
|
|
4120
|
-
"Copyright (c) 2014 The Rust Project Developers"
|
|
4588
|
+
"Copyright (c) 2018-2026 The Rand Project Developers"
|
|
4121
4589
|
]
|
|
4122
4590
|
},
|
|
4123
4591
|
{
|
|
@@ -4177,6 +4645,18 @@
|
|
|
4177
4645
|
"Copyright (c) 2019 Fontations Developers"
|
|
4178
4646
|
]
|
|
4179
4647
|
},
|
|
4648
|
+
{
|
|
4649
|
+
"name": "read-fonts",
|
|
4650
|
+
"version": "0.43.2",
|
|
4651
|
+
"license": "MIT OR Apache-2.0",
|
|
4652
|
+
"licenseFile": null,
|
|
4653
|
+
"repository": "https://github.com/googlefonts/fontations",
|
|
4654
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4655
|
+
"copyright": [
|
|
4656
|
+
"Copyright 2019 Fontations Developers",
|
|
4657
|
+
"Copyright (c) 2019 Fontations Developers"
|
|
4658
|
+
]
|
|
4659
|
+
},
|
|
4180
4660
|
{
|
|
4181
4661
|
"name": "realfft",
|
|
4182
4662
|
"version": "3.5.0",
|
|
@@ -4246,6 +4726,21 @@
|
|
|
4246
4726
|
"Copyright (c) 2014 The Rust Project Developers"
|
|
4247
4727
|
]
|
|
4248
4728
|
},
|
|
4729
|
+
{
|
|
4730
|
+
"name": "relative-path",
|
|
4731
|
+
"version": "2.0.1",
|
|
4732
|
+
"license": "MIT OR Apache-2.0",
|
|
4733
|
+
"licenseFile": null,
|
|
4734
|
+
"repository": "https://github.com/udoprog/relative-path",
|
|
4735
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4736
|
+
"copyright": [
|
|
4737
|
+
"copyright notice that is included in or attached to the work",
|
|
4738
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4739
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4740
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
4741
|
+
"Copyright (c) 2014 The Rust Project Developers"
|
|
4742
|
+
]
|
|
4743
|
+
},
|
|
4249
4744
|
{
|
|
4250
4745
|
"name": "renderdoc-sys",
|
|
4251
4746
|
"version": "1.1.0",
|
|
@@ -4317,6 +4812,36 @@
|
|
|
4317
4812
|
"Copyright (c) 2018 Yevhenii Reizner"
|
|
4318
4813
|
]
|
|
4319
4814
|
},
|
|
4815
|
+
{
|
|
4816
|
+
"name": "rquickjs",
|
|
4817
|
+
"version": "0.12.2",
|
|
4818
|
+
"license": "MIT",
|
|
4819
|
+
"licenseFile": null,
|
|
4820
|
+
"repository": "https://github.com/DelSkayn/rquickjs.git",
|
|
4821
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4822
|
+
"copyright": [
|
|
4823
|
+
"Copyright (c) 2020 Mees Delzenne",
|
|
4824
|
+
"Copyright (c) 2025 Rquickjs Contributors"
|
|
4825
|
+
]
|
|
4826
|
+
},
|
|
4827
|
+
{
|
|
4828
|
+
"name": "rquickjs-core",
|
|
4829
|
+
"version": "0.12.2",
|
|
4830
|
+
"license": "MIT",
|
|
4831
|
+
"licenseFile": null,
|
|
4832
|
+
"repository": "https://github.com/DelSkayn/rquickjs.git",
|
|
4833
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4834
|
+
"copyright": []
|
|
4835
|
+
},
|
|
4836
|
+
{
|
|
4837
|
+
"name": "rquickjs-macro",
|
|
4838
|
+
"version": "0.12.2",
|
|
4839
|
+
"license": "MIT",
|
|
4840
|
+
"licenseFile": null,
|
|
4841
|
+
"repository": "https://github.com/DelSkayn/rquickjs.git",
|
|
4842
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4843
|
+
"copyright": []
|
|
4844
|
+
},
|
|
4320
4845
|
{
|
|
4321
4846
|
"name": "rquickjs-sys",
|
|
4322
4847
|
"version": "0.12.2",
|
|
@@ -4658,6 +5183,19 @@
|
|
|
4658
5183
|
"(c) You must retain, in the Source form of any Derivative Works"
|
|
4659
5184
|
]
|
|
4660
5185
|
},
|
|
5186
|
+
{
|
|
5187
|
+
"name": "serde_repr",
|
|
5188
|
+
"version": "0.1.21",
|
|
5189
|
+
"license": "MIT OR Apache-2.0",
|
|
5190
|
+
"licenseFile": null,
|
|
5191
|
+
"repository": "https://github.com/dtolnay/serde-repr",
|
|
5192
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
5193
|
+
"copyright": [
|
|
5194
|
+
"copyright notice that is included in or attached to the work",
|
|
5195
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
5196
|
+
"(c) You must retain, in the Source form of any Derivative Works"
|
|
5197
|
+
]
|
|
5198
|
+
},
|
|
4661
5199
|
{
|
|
4662
5200
|
"name": "serde_spanned",
|
|
4663
5201
|
"version": "1.1.1",
|
|
@@ -4703,7 +5241,7 @@
|
|
|
4703
5241
|
},
|
|
4704
5242
|
{
|
|
4705
5243
|
"name": "sha1",
|
|
4706
|
-
"version": "0.
|
|
5244
|
+
"version": "0.11.0",
|
|
4707
5245
|
"license": "MIT OR Apache-2.0",
|
|
4708
5246
|
"licenseFile": null,
|
|
4709
5247
|
"repository": "https://github.com/RustCrypto/hashes",
|
|
@@ -4713,14 +5251,15 @@
|
|
|
4713
5251
|
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4714
5252
|
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4715
5253
|
"Copyright [yyyy] [name of copyright owner]",
|
|
4716
|
-
"Copyright (c)
|
|
5254
|
+
"Copyright (c) 2016-2026 The RustCrypto Project Developers",
|
|
5255
|
+
"Copyright (c) 2016 Artyom Pavlov",
|
|
4717
5256
|
"Copyright (c) 2009-2013 Mozilla Foundation",
|
|
4718
|
-
"Copyright (c)
|
|
5257
|
+
"Copyright (c) 2006-2009 Graydon Hoare"
|
|
4719
5258
|
]
|
|
4720
5259
|
},
|
|
4721
5260
|
{
|
|
4722
5261
|
"name": "sha2",
|
|
4723
|
-
"version": "0.
|
|
5262
|
+
"version": "0.11.0",
|
|
4724
5263
|
"license": "MIT OR Apache-2.0",
|
|
4725
5264
|
"licenseFile": null,
|
|
4726
5265
|
"repository": "https://github.com/RustCrypto/hashes",
|
|
@@ -4730,9 +5269,10 @@
|
|
|
4730
5269
|
"copyright license to reproduce, prepare Derivative Works of,",
|
|
4731
5270
|
"(c) You must retain, in the Source form of any Derivative Works",
|
|
4732
5271
|
"Copyright [yyyy] [name of copyright owner]",
|
|
4733
|
-
"Copyright (c)
|
|
5272
|
+
"Copyright (c) 2016-2026 The RustCrypto Project Developers",
|
|
5273
|
+
"Copyright (c) 2016 Artyom Pavlov",
|
|
4734
5274
|
"Copyright (c) 2009-2013 Mozilla Foundation",
|
|
4735
|
-
"Copyright (c)
|
|
5275
|
+
"Copyright (c) 2006-2009 Graydon Hoare"
|
|
4736
5276
|
]
|
|
4737
5277
|
},
|
|
4738
5278
|
{
|
|
@@ -4759,6 +5299,21 @@
|
|
|
4759
5299
|
"Copyright (c) 2015 Nicholas Allegra (comex)."
|
|
4760
5300
|
]
|
|
4761
5301
|
},
|
|
5302
|
+
{
|
|
5303
|
+
"name": "signal-hook-registry",
|
|
5304
|
+
"version": "1.4.8",
|
|
5305
|
+
"license": "MIT OR Apache-2.0",
|
|
5306
|
+
"licenseFile": null,
|
|
5307
|
+
"repository": "https://github.com/vorner/signal-hook",
|
|
5308
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
5309
|
+
"copyright": [
|
|
5310
|
+
"copyright notice that is included in or attached to the work",
|
|
5311
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
5312
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
5313
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
5314
|
+
"Copyright (c) 2017 tokio-jsonrpc developers"
|
|
5315
|
+
]
|
|
5316
|
+
},
|
|
4762
5317
|
{
|
|
4763
5318
|
"name": "simd-adler32",
|
|
4764
5319
|
"version": "0.3.10",
|
|
@@ -4809,6 +5364,18 @@
|
|
|
4809
5364
|
"Copyright (c) 2019 Fontations Developers"
|
|
4810
5365
|
]
|
|
4811
5366
|
},
|
|
5367
|
+
{
|
|
5368
|
+
"name": "skrifa",
|
|
5369
|
+
"version": "0.46.1",
|
|
5370
|
+
"license": "MIT OR Apache-2.0",
|
|
5371
|
+
"licenseFile": null,
|
|
5372
|
+
"repository": "https://github.com/googlefonts/fontations",
|
|
5373
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
5374
|
+
"copyright": [
|
|
5375
|
+
"Copyright 2019 Fontations Developers",
|
|
5376
|
+
"Copyright (c) 2019 Fontations Developers"
|
|
5377
|
+
]
|
|
5378
|
+
},
|
|
4812
5379
|
{
|
|
4813
5380
|
"name": "slab",
|
|
4814
5381
|
"version": "0.4.12",
|
|
@@ -4924,6 +5491,18 @@
|
|
|
4924
5491
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
4925
5492
|
"copyright": []
|
|
4926
5493
|
},
|
|
5494
|
+
{
|
|
5495
|
+
"name": "sourcemap",
|
|
5496
|
+
"version": "9.3.2",
|
|
5497
|
+
"license": "BSD-3-Clause",
|
|
5498
|
+
"licenseFile": null,
|
|
5499
|
+
"repository": "https://github.com/getsentry/rust-sourcemap",
|
|
5500
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
5501
|
+
"copyright": [
|
|
5502
|
+
"Copyright (c) 2016 by Armin Ronacher.",
|
|
5503
|
+
"copyright notice, this list of conditions and the following"
|
|
5504
|
+
]
|
|
5505
|
+
},
|
|
4927
5506
|
{
|
|
4928
5507
|
"name": "spirv",
|
|
4929
5508
|
"version": "0.4.0+sdk-1.4.341.0",
|
|
@@ -4948,6 +5527,18 @@
|
|
|
4948
5527
|
"Copyright (c) 2017 Robert Grosse"
|
|
4949
5528
|
]
|
|
4950
5529
|
},
|
|
5530
|
+
{
|
|
5531
|
+
"name": "starship-battery",
|
|
5532
|
+
"version": "0.11.1",
|
|
5533
|
+
"license": "ISC",
|
|
5534
|
+
"licenseFile": null,
|
|
5535
|
+
"repository": "https://github.com/starship/rust-battery",
|
|
5536
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
5537
|
+
"copyright": [
|
|
5538
|
+
"Copyright (c) 2019-2021, Starship Contributors",
|
|
5539
|
+
"copyright notice and this permission notice appear in all copies."
|
|
5540
|
+
]
|
|
5541
|
+
},
|
|
4951
5542
|
{
|
|
4952
5543
|
"name": "static_assertions",
|
|
4953
5544
|
"version": "1.1.0",
|
|
@@ -5541,6 +6132,17 @@
|
|
|
5541
6132
|
"Copyright (c) 2026 Taffy Authors"
|
|
5542
6133
|
]
|
|
5543
6134
|
},
|
|
6135
|
+
{
|
|
6136
|
+
"name": "tap",
|
|
6137
|
+
"version": "1.0.1",
|
|
6138
|
+
"license": "MIT",
|
|
6139
|
+
"licenseFile": null,
|
|
6140
|
+
"repository": "https://github.com/myrrlyn/tap",
|
|
6141
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
6142
|
+
"copyright": [
|
|
6143
|
+
"Copyright (c) 2017 Elliot Linder <darfink@gmail.com>"
|
|
6144
|
+
]
|
|
6145
|
+
},
|
|
5544
6146
|
{
|
|
5545
6147
|
"name": "tempfile",
|
|
5546
6148
|
"version": "3.27.0",
|
|
@@ -5782,7 +6384,7 @@
|
|
|
5782
6384
|
},
|
|
5783
6385
|
{
|
|
5784
6386
|
"name": "tokio-tungstenite",
|
|
5785
|
-
"version": "0.
|
|
6387
|
+
"version": "0.30.0",
|
|
5786
6388
|
"license": "MIT",
|
|
5787
6389
|
"licenseFile": null,
|
|
5788
6390
|
"repository": "https://github.com/snapview/tokio-tungstenite",
|
|
@@ -5833,6 +6435,21 @@
|
|
|
5833
6435
|
"Copyright (c) Individual contributors"
|
|
5834
6436
|
]
|
|
5835
6437
|
},
|
|
6438
|
+
{
|
|
6439
|
+
"name": "toml_edit",
|
|
6440
|
+
"version": "0.25.13+spec-1.1.0",
|
|
6441
|
+
"license": "MIT OR Apache-2.0",
|
|
6442
|
+
"licenseFile": null,
|
|
6443
|
+
"repository": "https://github.com/toml-rs/toml",
|
|
6444
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
6445
|
+
"copyright": [
|
|
6446
|
+
"copyright notice that is included in or attached to the work",
|
|
6447
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
6448
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
6449
|
+
"Copyright {yyyy} {name of copyright owner}",
|
|
6450
|
+
"Copyright (c) Individual contributors"
|
|
6451
|
+
]
|
|
6452
|
+
},
|
|
5836
6453
|
{
|
|
5837
6454
|
"name": "toml_parser",
|
|
5838
6455
|
"version": "1.1.3+spec-1.1.0",
|
|
@@ -5995,7 +6612,7 @@
|
|
|
5995
6612
|
},
|
|
5996
6613
|
{
|
|
5997
6614
|
"name": "tungstenite",
|
|
5998
|
-
"version": "0.
|
|
6615
|
+
"version": "0.30.0",
|
|
5999
6616
|
"license": "MIT OR Apache-2.0",
|
|
6000
6617
|
"licenseFile": null,
|
|
6001
6618
|
"repository": "https://github.com/snapview/tungstenite-rs",
|
|
@@ -6050,6 +6667,21 @@
|
|
|
6050
6667
|
"Copyright (c) 2015 The Rust Project Developers"
|
|
6051
6668
|
]
|
|
6052
6669
|
},
|
|
6670
|
+
{
|
|
6671
|
+
"name": "unicode-id-start",
|
|
6672
|
+
"version": "1.4.0",
|
|
6673
|
+
"license": "(MIT OR Apache-2.0) AND Unicode-3.0",
|
|
6674
|
+
"licenseFile": null,
|
|
6675
|
+
"repository": "https://github.com/Boshen/unicode-id-start",
|
|
6676
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
6677
|
+
"copyright": [
|
|
6678
|
+
"copyright notice that is included in or attached to the work",
|
|
6679
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
6680
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
6681
|
+
"COPYRIGHT AND PERMISSION NOTICE",
|
|
6682
|
+
"Copyright © 1991-2023 Unicode, Inc."
|
|
6683
|
+
]
|
|
6684
|
+
},
|
|
6053
6685
|
{
|
|
6054
6686
|
"name": "unicode-ident",
|
|
6055
6687
|
"version": "1.0.24",
|
|
@@ -6125,6 +6757,21 @@
|
|
|
6125
6757
|
"Copyright (c) 2015 The Rust Project Developers"
|
|
6126
6758
|
]
|
|
6127
6759
|
},
|
|
6760
|
+
{
|
|
6761
|
+
"name": "uom",
|
|
6762
|
+
"version": "0.38.0",
|
|
6763
|
+
"license": "Apache-2.0 OR MIT",
|
|
6764
|
+
"licenseFile": null,
|
|
6765
|
+
"repository": "https://github.com/iliekturtles/uom",
|
|
6766
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
6767
|
+
"copyright": [
|
|
6768
|
+
"copyright notice that is included in or attached to the work",
|
|
6769
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
6770
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
6771
|
+
"Copyright {yyyy} {name of copyright owner}",
|
|
6772
|
+
"Copyright (c) 2019 Mike Boutin"
|
|
6773
|
+
]
|
|
6774
|
+
},
|
|
6128
6775
|
{
|
|
6129
6776
|
"name": "url",
|
|
6130
6777
|
"version": "2.5.8",
|
|
@@ -6215,6 +6862,21 @@
|
|
|
6215
6862
|
"Copyright (c) 2017 Jim McGrath"
|
|
6216
6863
|
]
|
|
6217
6864
|
},
|
|
6865
|
+
{
|
|
6866
|
+
"name": "vec_map",
|
|
6867
|
+
"version": "0.8.2",
|
|
6868
|
+
"license": "MIT/Apache-2.0",
|
|
6869
|
+
"licenseFile": null,
|
|
6870
|
+
"repository": "https://github.com/contain-rs/vec-map",
|
|
6871
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
6872
|
+
"copyright": [
|
|
6873
|
+
"copyright notice that is included in or attached to the work",
|
|
6874
|
+
"copyright license to reproduce, prepare Derivative Works of,",
|
|
6875
|
+
"(c) You must retain, in the Source form of any Derivative Works",
|
|
6876
|
+
"Copyright [yyyy] [name of copyright owner]",
|
|
6877
|
+
"Copyright (c) 2015 The Rust Project Developers"
|
|
6878
|
+
]
|
|
6879
|
+
},
|
|
6218
6880
|
{
|
|
6219
6881
|
"name": "vecmath",
|
|
6220
6882
|
"version": "1.0.0",
|
|
@@ -6337,6 +6999,15 @@
|
|
|
6337
6999
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
6338
7000
|
"copyright": []
|
|
6339
7001
|
},
|
|
7002
|
+
{
|
|
7003
|
+
"name": "vsimd",
|
|
7004
|
+
"version": "0.8.0",
|
|
7005
|
+
"license": "MIT",
|
|
7006
|
+
"licenseFile": null,
|
|
7007
|
+
"repository": "https://github.com/Nugine/simd",
|
|
7008
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7009
|
+
"copyright": []
|
|
7010
|
+
},
|
|
6340
7011
|
{
|
|
6341
7012
|
"name": "walkdir",
|
|
6342
7013
|
"version": "2.5.0",
|
|
@@ -6770,6 +7441,17 @@
|
|
|
6770
7441
|
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
6771
7442
|
"copyright": []
|
|
6772
7443
|
},
|
|
7444
|
+
{
|
|
7445
|
+
"name": "wyz",
|
|
7446
|
+
"version": "0.5.1",
|
|
7447
|
+
"license": "MIT",
|
|
7448
|
+
"licenseFile": null,
|
|
7449
|
+
"repository": "https://github.com/myrrlyn/wyz",
|
|
7450
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7451
|
+
"copyright": [
|
|
7452
|
+
"Copyright (c) 2018 myrrlyn (Alexander Payne)"
|
|
7453
|
+
]
|
|
7454
|
+
},
|
|
6773
7455
|
{
|
|
6774
7456
|
"name": "x11-dl",
|
|
6775
7457
|
"version": "2.21.0",
|
|
@@ -6910,6 +7592,50 @@
|
|
|
6910
7592
|
"Copyright © 2020-2024 Unicode, Inc."
|
|
6911
7593
|
]
|
|
6912
7594
|
},
|
|
7595
|
+
{
|
|
7596
|
+
"name": "zbus",
|
|
7597
|
+
"version": "5.19.0",
|
|
7598
|
+
"license": "MIT",
|
|
7599
|
+
"licenseFile": null,
|
|
7600
|
+
"repository": "https://github.com/z-galaxy/zbus/",
|
|
7601
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7602
|
+
"copyright": [
|
|
7603
|
+
"Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors"
|
|
7604
|
+
]
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
"name": "zbus_macros",
|
|
7608
|
+
"version": "5.19.0",
|
|
7609
|
+
"license": "MIT",
|
|
7610
|
+
"licenseFile": null,
|
|
7611
|
+
"repository": "https://github.com/z-galaxy/zbus/",
|
|
7612
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7613
|
+
"copyright": [
|
|
7614
|
+
"Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors"
|
|
7615
|
+
]
|
|
7616
|
+
},
|
|
7617
|
+
{
|
|
7618
|
+
"name": "zbus_names",
|
|
7619
|
+
"version": "4.3.4",
|
|
7620
|
+
"license": "MIT",
|
|
7621
|
+
"licenseFile": null,
|
|
7622
|
+
"repository": "https://github.com/z-galaxy/zbus/",
|
|
7623
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7624
|
+
"copyright": [
|
|
7625
|
+
"Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors"
|
|
7626
|
+
]
|
|
7627
|
+
},
|
|
7628
|
+
{
|
|
7629
|
+
"name": "zcheapstr",
|
|
7630
|
+
"version": "1.1.0",
|
|
7631
|
+
"license": "MIT",
|
|
7632
|
+
"licenseFile": null,
|
|
7633
|
+
"repository": "https://github.com/z-galaxy/zcheapstr/",
|
|
7634
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7635
|
+
"copyright": [
|
|
7636
|
+
"Copyright (c) 2026 Zeeshan Ali Khan & zcheapstr contributors"
|
|
7637
|
+
]
|
|
7638
|
+
},
|
|
6913
7639
|
{
|
|
6914
7640
|
"name": "zerocopy",
|
|
6915
7641
|
"version": "0.8.56",
|
|
@@ -7057,6 +7783,37 @@
|
|
|
7057
7783
|
"Copyright (c) zune-image developers",
|
|
7058
7784
|
"(C) zune-image developers"
|
|
7059
7785
|
]
|
|
7786
|
+
},
|
|
7787
|
+
{
|
|
7788
|
+
"name": "zvariant",
|
|
7789
|
+
"version": "5.15.0",
|
|
7790
|
+
"license": "MIT",
|
|
7791
|
+
"licenseFile": null,
|
|
7792
|
+
"repository": "https://github.com/z-galaxy/zbus/",
|
|
7793
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7794
|
+
"copyright": [
|
|
7795
|
+
"Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors"
|
|
7796
|
+
]
|
|
7797
|
+
},
|
|
7798
|
+
{
|
|
7799
|
+
"name": "zvariant_derive",
|
|
7800
|
+
"version": "5.15.0",
|
|
7801
|
+
"license": "MIT",
|
|
7802
|
+
"licenseFile": null,
|
|
7803
|
+
"repository": "https://github.com/z-galaxy/zbus/",
|
|
7804
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7805
|
+
"copyright": [
|
|
7806
|
+
"Copyright (c) 2024 Zeeshan Ali Khan & zbus contributors"
|
|
7807
|
+
]
|
|
7808
|
+
},
|
|
7809
|
+
{
|
|
7810
|
+
"name": "zvariant_utils",
|
|
7811
|
+
"version": "4.2.0",
|
|
7812
|
+
"license": "MIT",
|
|
7813
|
+
"licenseFile": null,
|
|
7814
|
+
"repository": "https://github.com/z-galaxy/zbus/",
|
|
7815
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index",
|
|
7816
|
+
"copyright": []
|
|
7060
7817
|
}
|
|
7061
7818
|
],
|
|
7062
7819
|
"problems": []
|