@deveco-codegenie/mcp-win32-x64 1.1.4 → 1.1.5
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/THIRD_PARTY_LICENSES.md +817 -817
- package/bin/codegenie-mcp-server.exe +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -679,6 +679,69 @@ The complete list of contributors can be found at:
|
|
|
679
679
|
|
|
680
680
|
### Rust Crates:
|
|
681
681
|
|
|
682
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
683
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
684
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
685
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
686
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
687
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
688
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
689
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
690
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
691
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
692
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
693
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
694
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
695
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
696
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
697
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
698
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
699
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
700
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
701
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
702
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
703
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
704
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
705
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
706
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
707
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
708
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
709
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
710
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
711
|
+
|
|
712
|
+
````text
|
|
713
|
+
Permission is hereby granted, free of charge, to any
|
|
714
|
+
person obtaining a copy of this software and associated
|
|
715
|
+
documentation files (the "Software"), to deal in the
|
|
716
|
+
Software without restriction, including without
|
|
717
|
+
limitation the rights to use, copy, modify, merge,
|
|
718
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
719
|
+
the Software, and to permit persons to whom the Software
|
|
720
|
+
is furnished to do so, subject to the following
|
|
721
|
+
conditions:
|
|
722
|
+
|
|
723
|
+
The above copyright notice and this permission notice
|
|
724
|
+
shall be included in all copies or substantial portions
|
|
725
|
+
of the Software.
|
|
726
|
+
|
|
727
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
728
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
729
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
730
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
731
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
732
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
733
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
734
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
735
|
+
DEALINGS IN THE SOFTWARE.
|
|
736
|
+
|
|
737
|
+
````
|
|
738
|
+
|
|
739
|
+
---
|
|
740
|
+
|
|
741
|
+
## The following dependencies are licensed under the MIT License:
|
|
742
|
+
|
|
743
|
+
### Rust Crates:
|
|
744
|
+
|
|
682
745
|
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
683
746
|
|
|
684
747
|
````text
|
|
@@ -710,10 +773,15 @@ THE SOFTWARE.
|
|
|
710
773
|
|
|
711
774
|
### Rust Crates:
|
|
712
775
|
|
|
713
|
-
- [
|
|
776
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
777
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
778
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
779
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
780
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
781
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
714
782
|
|
|
715
783
|
````text
|
|
716
|
-
Copyright 2019
|
|
784
|
+
Copyright (c) 2019 Tokio Contributors
|
|
717
785
|
|
|
718
786
|
Permission is hereby granted, free of charge, to any
|
|
719
787
|
person obtaining a copy of this software and associated
|
|
@@ -747,10 +815,52 @@ DEALINGS IN THE SOFTWARE.
|
|
|
747
815
|
|
|
748
816
|
### Rust Crates:
|
|
749
817
|
|
|
750
|
-
- [
|
|
818
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
751
819
|
|
|
752
820
|
````text
|
|
753
|
-
Copyright (c)
|
|
821
|
+
Copyright (c) 2016--2023
|
|
822
|
+
|
|
823
|
+
Permission is hereby granted, free of charge, to any
|
|
824
|
+
person obtaining a copy of this software and associated
|
|
825
|
+
documentation files (the "Software"), to deal in the
|
|
826
|
+
Software without restriction, including without
|
|
827
|
+
limitation the rights to use, copy, modify, merge,
|
|
828
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
829
|
+
the Software, and to permit persons to whom the Software
|
|
830
|
+
is furnished to do so, subject to the following
|
|
831
|
+
conditions:
|
|
832
|
+
|
|
833
|
+
The above copyright notice and this permission notice
|
|
834
|
+
shall be included in all copies or substantial portions
|
|
835
|
+
of the Software.
|
|
836
|
+
|
|
837
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
838
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
839
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
840
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
841
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
842
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
843
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
844
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
845
|
+
DEALINGS IN THE SOFTWARE.
|
|
846
|
+
|
|
847
|
+
````
|
|
848
|
+
|
|
849
|
+
---
|
|
850
|
+
|
|
851
|
+
## The following dependencies are licensed under the MIT License:
|
|
852
|
+
|
|
853
|
+
### Rust Crates:
|
|
854
|
+
|
|
855
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
856
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
857
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
858
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
859
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
860
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
861
|
+
|
|
862
|
+
````text
|
|
863
|
+
Copyright 2018 Developers of the Rand project
|
|
754
864
|
Copyright (c) 2014 The Rust Project Developers
|
|
755
865
|
|
|
756
866
|
Permission is hereby granted, free of charge, to any
|
|
@@ -785,10 +895,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
785
895
|
|
|
786
896
|
### Rust Crates:
|
|
787
897
|
|
|
788
|
-
- [
|
|
898
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
899
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
900
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
789
901
|
|
|
790
902
|
````text
|
|
791
|
-
Copyright (c)
|
|
903
|
+
Copyright (c) 2019 Tower Contributors
|
|
792
904
|
|
|
793
905
|
Permission is hereby granted, free of charge, to any
|
|
794
906
|
person obtaining a copy of this software and associated
|
|
@@ -822,11 +934,85 @@ DEALINGS IN THE SOFTWARE.
|
|
|
822
934
|
|
|
823
935
|
### Rust Crates:
|
|
824
936
|
|
|
825
|
-
- [
|
|
937
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
826
938
|
|
|
827
939
|
````text
|
|
828
|
-
Copyright (c)
|
|
829
|
-
|
|
940
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
941
|
+
|
|
942
|
+
Permission is hereby granted, free of charge, to any
|
|
943
|
+
person obtaining a copy of this software and associated
|
|
944
|
+
documentation files (the "Software"), to deal in the
|
|
945
|
+
Software without restriction, including without
|
|
946
|
+
limitation the rights to use, copy, modify, merge,
|
|
947
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
948
|
+
the Software, and to permit persons to whom the Software
|
|
949
|
+
is furnished to do so, subject to the following
|
|
950
|
+
conditions:
|
|
951
|
+
|
|
952
|
+
The above copyright notice and this permission notice
|
|
953
|
+
shall be included in all copies or substantial portions
|
|
954
|
+
of the Software.
|
|
955
|
+
|
|
956
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
957
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
958
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
959
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
960
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
961
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
962
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
963
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
964
|
+
DEALINGS IN THE SOFTWARE.
|
|
965
|
+
|
|
966
|
+
````
|
|
967
|
+
|
|
968
|
+
---
|
|
969
|
+
|
|
970
|
+
## The following dependencies are licensed under the MIT License:
|
|
971
|
+
|
|
972
|
+
### Rust Crates:
|
|
973
|
+
|
|
974
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
975
|
+
|
|
976
|
+
````text
|
|
977
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
978
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
979
|
+
|
|
980
|
+
Permission is hereby granted, free of charge, to any
|
|
981
|
+
person obtaining a copy of this software and associated
|
|
982
|
+
documentation files (the "Software"), to deal in the
|
|
983
|
+
Software without restriction, including without
|
|
984
|
+
limitation the rights to use, copy, modify, merge,
|
|
985
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
986
|
+
the Software, and to permit persons to whom the Software
|
|
987
|
+
is furnished to do so, subject to the following
|
|
988
|
+
conditions:
|
|
989
|
+
|
|
990
|
+
The above copyright notice and this permission notice
|
|
991
|
+
shall be included in all copies or substantial portions
|
|
992
|
+
of the Software.
|
|
993
|
+
|
|
994
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
995
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
996
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
997
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
998
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
999
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1000
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1001
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1002
|
+
DEALINGS IN THE SOFTWARE.
|
|
1003
|
+
|
|
1004
|
+
````
|
|
1005
|
+
|
|
1006
|
+
---
|
|
1007
|
+
|
|
1008
|
+
## The following dependencies are licensed under the MIT License:
|
|
1009
|
+
|
|
1010
|
+
### Rust Crates:
|
|
1011
|
+
|
|
1012
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1013
|
+
|
|
1014
|
+
````text
|
|
1015
|
+
Copyright (c) 2017 Sean McArthur
|
|
830
1016
|
|
|
831
1017
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
832
1018
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -846,6 +1032,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
846
1032
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
847
1033
|
THE SOFTWARE.
|
|
848
1034
|
|
|
1035
|
+
|
|
849
1036
|
````
|
|
850
1037
|
|
|
851
1038
|
---
|
|
@@ -854,10 +1041,13 @@ THE SOFTWARE.
|
|
|
854
1041
|
|
|
855
1042
|
### Rust Crates:
|
|
856
1043
|
|
|
857
|
-
- [
|
|
1044
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1045
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1046
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1047
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
858
1048
|
|
|
859
1049
|
````text
|
|
860
|
-
Copyright
|
|
1050
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
861
1051
|
|
|
862
1052
|
Permission is hereby granted, free of charge, to any
|
|
863
1053
|
person obtaining a copy of this software and associated
|
|
@@ -883,7 +1073,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
883
1073
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
884
1074
|
DEALINGS IN THE SOFTWARE.
|
|
885
1075
|
|
|
886
|
-
|
|
887
1076
|
````
|
|
888
1077
|
|
|
889
1078
|
---
|
|
@@ -892,10 +1081,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
892
1081
|
|
|
893
1082
|
### Rust Crates:
|
|
894
1083
|
|
|
895
|
-
- [
|
|
1084
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
896
1085
|
|
|
897
1086
|
````text
|
|
898
|
-
Copyright
|
|
1087
|
+
Copyright (c) 2015 steffengy
|
|
899
1088
|
|
|
900
1089
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
901
1090
|
|
|
@@ -911,33 +1100,35 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
911
1100
|
|
|
912
1101
|
### Rust Crates:
|
|
913
1102
|
|
|
914
|
-
- [
|
|
1103
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
915
1104
|
|
|
916
1105
|
````text
|
|
917
|
-
The
|
|
918
|
-
|
|
919
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
1106
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
920
1107
|
|
|
921
|
-
Permission is hereby granted, free of charge, to any
|
|
922
|
-
of this software and associated
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
1108
|
+
Permission is hereby granted, free of charge, to any
|
|
1109
|
+
person obtaining a copy of this software and associated
|
|
1110
|
+
documentation files (the "Software"), to deal in the
|
|
1111
|
+
Software without restriction, including without
|
|
1112
|
+
limitation the rights to use, copy, modify, merge,
|
|
1113
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1114
|
+
the Software, and to permit persons to whom the Software
|
|
1115
|
+
is furnished to do so, subject to the following
|
|
1116
|
+
conditions:
|
|
927
1117
|
|
|
928
|
-
The above copyright notice and this permission notice
|
|
929
|
-
copies or substantial portions
|
|
1118
|
+
The above copyright notice and this permission notice
|
|
1119
|
+
shall be included in all copies or substantial portions
|
|
1120
|
+
of the Software.
|
|
930
1121
|
|
|
931
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
932
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
1122
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1123
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1124
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1125
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1126
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1127
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1128
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1129
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1130
|
+
DEALINGS IN THE SOFTWARE.
|
|
938
1131
|
|
|
939
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
940
|
-
licences; see files named LICENSE.*.txt for details.
|
|
941
1132
|
````
|
|
942
1133
|
|
|
943
1134
|
---
|
|
@@ -946,13 +1137,12 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
946
1137
|
|
|
947
1138
|
### Rust Crates:
|
|
948
1139
|
|
|
949
|
-
- [
|
|
950
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1140
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
951
1141
|
|
|
952
1142
|
````text
|
|
953
1143
|
MIT License
|
|
954
1144
|
|
|
955
|
-
Copyright (c)
|
|
1145
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
956
1146
|
|
|
957
1147
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
958
1148
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -980,10 +1170,12 @@ SOFTWARE.
|
|
|
980
1170
|
|
|
981
1171
|
### Rust Crates:
|
|
982
1172
|
|
|
983
|
-
- [
|
|
1173
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
984
1174
|
|
|
985
1175
|
````text
|
|
986
|
-
|
|
1176
|
+
The MIT License (MIT)
|
|
1177
|
+
|
|
1178
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
987
1179
|
|
|
988
1180
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
989
1181
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1003,6 +1195,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1003
1195
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1004
1196
|
SOFTWARE.
|
|
1005
1197
|
|
|
1198
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1199
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1006
1200
|
````
|
|
1007
1201
|
|
|
1008
1202
|
---
|
|
@@ -1011,10 +1205,10 @@ SOFTWARE.
|
|
|
1011
1205
|
|
|
1012
1206
|
### Rust Crates:
|
|
1013
1207
|
|
|
1014
|
-
- [
|
|
1208
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1015
1209
|
|
|
1016
1210
|
````text
|
|
1017
|
-
Copyright (c)
|
|
1211
|
+
Copyright (c) 2018 Carl Lerche
|
|
1018
1212
|
|
|
1019
1213
|
Permission is hereby granted, free of charge, to any
|
|
1020
1214
|
person obtaining a copy of this software and associated
|
|
@@ -1048,14 +1242,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1048
1242
|
|
|
1049
1243
|
### Rust Crates:
|
|
1050
1244
|
|
|
1051
|
-
- [
|
|
1245
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1246
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1247
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1248
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1052
1249
|
|
|
1053
1250
|
````text
|
|
1054
1251
|
The MIT License (MIT)
|
|
1055
1252
|
|
|
1056
|
-
Copyright (c) 2015
|
|
1057
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1058
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1253
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1059
1254
|
|
|
1060
1255
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1061
1256
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1064,16 +1259,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1064
1259
|
copies of the Software, and to permit persons to whom the Software is
|
|
1065
1260
|
furnished to do so, subject to the following conditions:
|
|
1066
1261
|
|
|
1067
|
-
The above copyright notice and this permission notice shall be included in
|
|
1068
|
-
copies or substantial portions of the Software.
|
|
1262
|
+
The above copyright notice and this permission notice shall be included in
|
|
1263
|
+
all copies or substantial portions of the Software.
|
|
1069
1264
|
|
|
1070
1265
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1071
1266
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1072
1267
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1073
1268
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1074
1269
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1075
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1076
|
-
SOFTWARE.
|
|
1270
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1271
|
+
THE SOFTWARE.
|
|
1077
1272
|
|
|
1078
1273
|
````
|
|
1079
1274
|
|
|
@@ -1083,10 +1278,10 @@ SOFTWARE.
|
|
|
1083
1278
|
|
|
1084
1279
|
### Rust Crates:
|
|
1085
1280
|
|
|
1086
|
-
- [
|
|
1281
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1087
1282
|
|
|
1088
1283
|
````text
|
|
1089
|
-
Copyright
|
|
1284
|
+
Copyright 2023 The Fuchsia Authors
|
|
1090
1285
|
|
|
1091
1286
|
Permission is hereby granted, free of charge, to any
|
|
1092
1287
|
person obtaining a copy of this software and associated
|
|
@@ -1112,6 +1307,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1112
1307
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1113
1308
|
DEALINGS IN THE SOFTWARE.
|
|
1114
1309
|
|
|
1310
|
+
|
|
1115
1311
|
````
|
|
1116
1312
|
|
|
1117
1313
|
---
|
|
@@ -1120,34 +1316,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1120
1316
|
|
|
1121
1317
|
### Rust Crates:
|
|
1122
1318
|
|
|
1123
|
-
- [
|
|
1319
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1124
1320
|
|
|
1125
1321
|
````text
|
|
1126
|
-
|
|
1322
|
+
MIT License
|
|
1127
1323
|
|
|
1128
|
-
|
|
1129
|
-
person obtaining a copy of this software and associated
|
|
1130
|
-
documentation files (the "Software"), to deal in the
|
|
1131
|
-
Software without restriction, including without
|
|
1132
|
-
limitation the rights to use, copy, modify, merge,
|
|
1133
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1134
|
-
the Software, and to permit persons to whom the Software
|
|
1135
|
-
is furnished to do so, subject to the following
|
|
1136
|
-
conditions:
|
|
1324
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1137
1325
|
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1326
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1327
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1328
|
+
in the Software without restriction, including without limitation the rights
|
|
1329
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1330
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1331
|
+
furnished to do so, subject to the following conditions:
|
|
1141
1332
|
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
IN
|
|
1150
|
-
|
|
1333
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1334
|
+
copies or substantial portions of the Software.
|
|
1335
|
+
|
|
1336
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1337
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1338
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1339
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1340
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1341
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1342
|
+
SOFTWARE.
|
|
1151
1343
|
|
|
1152
1344
|
````
|
|
1153
1345
|
|
|
@@ -1155,12 +1347,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1155
1347
|
|
|
1156
1348
|
## The following dependencies are licensed under the MIT License:
|
|
1157
1349
|
|
|
1158
|
-
###
|
|
1350
|
+
### NPM Packages:
|
|
1159
1351
|
|
|
1160
|
-
- [
|
|
1352
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1161
1353
|
|
|
1162
1354
|
````text
|
|
1163
|
-
|
|
1355
|
+
MIT License
|
|
1356
|
+
|
|
1357
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1164
1358
|
|
|
1165
1359
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1166
1360
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1169,49 +1363,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1169
1363
|
copies of the Software, and to permit persons to whom the Software is
|
|
1170
1364
|
furnished to do so, subject to the following conditions:
|
|
1171
1365
|
|
|
1172
|
-
The above copyright notice and this permission notice shall be included in
|
|
1173
|
-
|
|
1366
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1367
|
+
copies or substantial portions of the Software.
|
|
1174
1368
|
|
|
1175
1369
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1176
1370
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1177
1371
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1178
1372
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1179
1373
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1180
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1181
|
-
THE SOFTWARE.
|
|
1182
|
-
|
|
1183
|
-
````
|
|
1184
|
-
|
|
1185
|
-
---
|
|
1186
|
-
|
|
1187
|
-
## The following dependencies are licensed under the MIT License:
|
|
1188
|
-
|
|
1189
|
-
### Rust Crates:
|
|
1190
|
-
|
|
1191
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1192
|
-
|
|
1193
|
-
````text
|
|
1194
|
-
The MIT License (MIT)
|
|
1195
|
-
|
|
1196
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1197
|
-
|
|
1198
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1199
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1200
|
-
in the Software without restriction, including without limitation the rights
|
|
1201
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1202
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1203
|
-
furnished to do so, subject to the following conditions:
|
|
1204
|
-
|
|
1205
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1206
|
-
copies or substantial portions of the Software.
|
|
1207
|
-
|
|
1208
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1209
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1210
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1211
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1212
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1213
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1374
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1214
1375
|
SOFTWARE.
|
|
1376
|
+
|
|
1215
1377
|
````
|
|
1216
1378
|
|
|
1217
1379
|
---
|
|
@@ -1220,11 +1382,11 @@ SOFTWARE.
|
|
|
1220
1382
|
|
|
1221
1383
|
### Rust Crates:
|
|
1222
1384
|
|
|
1223
|
-
- [
|
|
1385
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1386
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1224
1387
|
|
|
1225
1388
|
````text
|
|
1226
|
-
Copyright (c)
|
|
1227
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1389
|
+
Copyright (c) 2014 Alex Crichton
|
|
1228
1390
|
|
|
1229
1391
|
Permission is hereby granted, free of charge, to any
|
|
1230
1392
|
person obtaining a copy of this software and associated
|
|
@@ -1308,10 +1470,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1308
1470
|
|
|
1309
1471
|
### Rust Crates:
|
|
1310
1472
|
|
|
1311
|
-
- [
|
|
1473
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1474
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
1312
1475
|
|
|
1313
1476
|
````text
|
|
1314
|
-
|
|
1477
|
+
MIT License
|
|
1315
1478
|
|
|
1316
1479
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1317
1480
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1320,17 +1483,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1320
1483
|
copies of the Software, and to permit persons to whom the Software is
|
|
1321
1484
|
furnished to do so, subject to the following conditions:
|
|
1322
1485
|
|
|
1323
|
-
The above copyright notice and this permission notice shall be included in
|
|
1324
|
-
|
|
1486
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1487
|
+
copies or substantial portions of the Software.
|
|
1325
1488
|
|
|
1326
1489
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1327
1490
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1328
1491
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1329
1492
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1330
1493
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1331
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1332
|
-
|
|
1333
|
-
|
|
1494
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1495
|
+
SOFTWARE.
|
|
1334
1496
|
|
|
1335
1497
|
````
|
|
1336
1498
|
|
|
@@ -1340,10 +1502,10 @@ THE SOFTWARE.
|
|
|
1340
1502
|
|
|
1341
1503
|
### Rust Crates:
|
|
1342
1504
|
|
|
1343
|
-
- [
|
|
1505
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1344
1506
|
|
|
1345
1507
|
````text
|
|
1346
|
-
Copyright
|
|
1508
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1347
1509
|
|
|
1348
1510
|
Permission is hereby granted, free of charge, to any
|
|
1349
1511
|
person obtaining a copy of this software and associated
|
|
@@ -1375,13 +1537,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1375
1537
|
|
|
1376
1538
|
## The following dependencies are licensed under the MIT License:
|
|
1377
1539
|
|
|
1378
|
-
###
|
|
1540
|
+
### NPM Packages:
|
|
1379
1541
|
|
|
1380
|
-
- [
|
|
1381
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1542
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1382
1543
|
|
|
1383
1544
|
````text
|
|
1384
|
-
|
|
1545
|
+
MIT License
|
|
1546
|
+
|
|
1547
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1385
1548
|
|
|
1386
1549
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1387
1550
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1401,6 +1564,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1401
1564
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1402
1565
|
SOFTWARE.
|
|
1403
1566
|
|
|
1567
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1568
|
+
|
|
1404
1569
|
````
|
|
1405
1570
|
|
|
1406
1571
|
---
|
|
@@ -1409,10 +1574,10 @@ SOFTWARE.
|
|
|
1409
1574
|
|
|
1410
1575
|
### Rust Crates:
|
|
1411
1576
|
|
|
1412
|
-
- [
|
|
1577
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1413
1578
|
|
|
1414
1579
|
````text
|
|
1415
|
-
Copyright (c)
|
|
1580
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1416
1581
|
|
|
1417
1582
|
Permission is hereby granted, free of charge, to any
|
|
1418
1583
|
person obtaining a copy of this software and associated
|
|
@@ -1446,13 +1611,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1446
1611
|
|
|
1447
1612
|
### Rust Crates:
|
|
1448
1613
|
|
|
1449
|
-
- [
|
|
1614
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1450
1615
|
|
|
1451
1616
|
````text
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1455
|
-
Copyright (c) Tokio Contributors
|
|
1617
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1456
1618
|
|
|
1457
1619
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1458
1620
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1480,11 +1642,13 @@ SOFTWARE.
|
|
|
1480
1642
|
|
|
1481
1643
|
### Rust Crates:
|
|
1482
1644
|
|
|
1483
|
-
- [
|
|
1645
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1484
1646
|
|
|
1485
1647
|
````text
|
|
1486
|
-
|
|
1487
|
-
|
|
1648
|
+
MIT License
|
|
1649
|
+
|
|
1650
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1651
|
+
Copyright (c) Tokio Contributors
|
|
1488
1652
|
|
|
1489
1653
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1490
1654
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1493,47 +1657,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1493
1657
|
copies of the Software, and to permit persons to whom the Software is
|
|
1494
1658
|
furnished to do so, subject to the following conditions:
|
|
1495
1659
|
|
|
1496
|
-
The above copyright notice and this permission notice shall be included in
|
|
1497
|
-
|
|
1660
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1661
|
+
copies or substantial portions of the Software.
|
|
1498
1662
|
|
|
1499
1663
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1500
1664
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1501
1665
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1502
1666
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1503
1667
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1504
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
````
|
|
1509
|
-
|
|
1510
|
-
---
|
|
1511
|
-
|
|
1512
|
-
## The following dependencies are licensed under the MIT License:
|
|
1513
|
-
|
|
1514
|
-
### NPM Packages:
|
|
1515
|
-
|
|
1516
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1517
|
-
|
|
1518
|
-
````text
|
|
1519
|
-
This software is released under the MIT license:
|
|
1520
|
-
|
|
1521
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1522
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1523
|
-
the Software without restriction, including without limitation the rights to
|
|
1524
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1525
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1526
|
-
subject to the following conditions:
|
|
1527
|
-
|
|
1528
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1529
|
-
copies or substantial portions of the Software.
|
|
1530
|
-
|
|
1531
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1532
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1533
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1534
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1535
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1536
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1668
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1669
|
+
SOFTWARE.
|
|
1537
1670
|
|
|
1538
1671
|
````
|
|
1539
1672
|
|
|
@@ -1543,10 +1676,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1543
1676
|
|
|
1544
1677
|
### Rust Crates:
|
|
1545
1678
|
|
|
1546
|
-
- [
|
|
1679
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1547
1680
|
|
|
1548
1681
|
````text
|
|
1549
|
-
Copyright (c)
|
|
1682
|
+
Copyright (c) 2017 Contributors
|
|
1550
1683
|
|
|
1551
1684
|
Permission is hereby granted, free of charge, to any
|
|
1552
1685
|
person obtaining a copy of this software and associated
|
|
@@ -1580,10 +1713,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1580
1713
|
|
|
1581
1714
|
### Rust Crates:
|
|
1582
1715
|
|
|
1583
|
-
- [
|
|
1716
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
1584
1717
|
|
|
1585
1718
|
````text
|
|
1586
|
-
Copyright (c)
|
|
1719
|
+
Copyright (c) 2018 directories-rs contributors
|
|
1587
1720
|
|
|
1588
1721
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1589
1722
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1592,16 +1725,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1592
1725
|
copies of the Software, and to permit persons to whom the Software is
|
|
1593
1726
|
furnished to do so, subject to the following conditions:
|
|
1594
1727
|
|
|
1595
|
-
The above copyright notice and this permission notice shall be included in
|
|
1596
|
-
|
|
1728
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1729
|
+
copies or substantial portions of the Software.
|
|
1597
1730
|
|
|
1598
1731
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1599
1732
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1600
1733
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1601
1734
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1602
1735
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1603
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1604
|
-
|
|
1736
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1737
|
+
SOFTWARE.
|
|
1605
1738
|
|
|
1606
1739
|
````
|
|
1607
1740
|
|
|
@@ -1611,30 +1744,34 @@ THE SOFTWARE.
|
|
|
1611
1744
|
|
|
1612
1745
|
### Rust Crates:
|
|
1613
1746
|
|
|
1614
|
-
- [
|
|
1747
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1615
1748
|
|
|
1616
1749
|
````text
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1750
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1620
1751
|
|
|
1621
|
-
Permission is hereby granted, free of charge, to any
|
|
1622
|
-
of this software and associated
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1752
|
+
Permission is hereby granted, free of charge, to any
|
|
1753
|
+
person obtaining a copy of this software and associated
|
|
1754
|
+
documentation files (the "Software"), to deal in the
|
|
1755
|
+
Software without restriction, including without
|
|
1756
|
+
limitation the rights to use, copy, modify, merge,
|
|
1757
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1758
|
+
the Software, and to permit persons to whom the Software
|
|
1759
|
+
is furnished to do so, subject to the following
|
|
1760
|
+
conditions:
|
|
1627
1761
|
|
|
1628
|
-
The above copyright notice and this permission notice
|
|
1629
|
-
copies or substantial portions
|
|
1762
|
+
The above copyright notice and this permission notice
|
|
1763
|
+
shall be included in all copies or substantial portions
|
|
1764
|
+
of the Software.
|
|
1630
1765
|
|
|
1631
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1632
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1766
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1767
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1768
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1769
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1770
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1771
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1772
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1773
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1774
|
+
DEALINGS IN THE SOFTWARE.
|
|
1638
1775
|
|
|
1639
1776
|
````
|
|
1640
1777
|
|
|
@@ -1644,15 +1781,10 @@ SOFTWARE.
|
|
|
1644
1781
|
|
|
1645
1782
|
### Rust Crates:
|
|
1646
1783
|
|
|
1647
|
-
- [
|
|
1648
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1649
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1650
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1651
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1652
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1784
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1653
1785
|
|
|
1654
1786
|
````text
|
|
1655
|
-
Copyright (c)
|
|
1787
|
+
Copyright (c) 2015 Steven Allen
|
|
1656
1788
|
|
|
1657
1789
|
Permission is hereby granted, free of charge, to any
|
|
1658
1790
|
person obtaining a copy of this software and associated
|
|
@@ -1686,14 +1818,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1686
1818
|
|
|
1687
1819
|
### Rust Crates:
|
|
1688
1820
|
|
|
1689
|
-
- [
|
|
1690
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1691
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1821
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1692
1822
|
|
|
1693
1823
|
````text
|
|
1694
|
-
MIT License
|
|
1824
|
+
The MIT License (MIT)
|
|
1695
1825
|
|
|
1696
|
-
Copyright (c)
|
|
1826
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1827
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1697
1828
|
|
|
1698
1829
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1699
1830
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1722,7 +1853,7 @@ SOFTWARE.
|
|
|
1722
1853
|
### NPM Packages:
|
|
1723
1854
|
|
|
1724
1855
|
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1725
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.
|
|
1856
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
1726
1857
|
|
|
1727
1858
|
````text
|
|
1728
1859
|
MIT License
|
|
@@ -1753,14 +1884,50 @@ SOFTWARE.
|
|
|
1753
1884
|
|
|
1754
1885
|
## The following dependencies are licensed under the MIT License:
|
|
1755
1886
|
|
|
1756
|
-
###
|
|
1887
|
+
### Rust Crates:
|
|
1757
1888
|
|
|
1758
|
-
- [
|
|
1889
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1759
1890
|
|
|
1760
1891
|
````text
|
|
1761
|
-
The
|
|
1892
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1893
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1894
|
+
|
|
1895
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1896
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1897
|
+
in the Software without restriction, including without limitation the rights
|
|
1898
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1899
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1900
|
+
furnished to do so, subject to the following conditions:
|
|
1901
|
+
|
|
1902
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1903
|
+
copies or substantial portions of the Software.
|
|
1904
|
+
|
|
1905
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1906
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1907
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1908
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1909
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1910
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1911
|
+
SOFTWARE.
|
|
1912
|
+
|
|
1913
|
+
````
|
|
1914
|
+
|
|
1915
|
+
---
|
|
1916
|
+
|
|
1917
|
+
## The following dependencies are licensed under the MIT License:
|
|
1918
|
+
|
|
1919
|
+
### Rust Crates:
|
|
1920
|
+
|
|
1921
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1922
|
+
|
|
1923
|
+
````text
|
|
1924
|
+
MIT License
|
|
1925
|
+
|
|
1926
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1927
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1928
|
+
Copyright (c) 2017 Frommi
|
|
1929
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1762
1930
|
|
|
1763
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1764
1931
|
|
|
1765
1932
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1766
1933
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1769,16 +1936,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1769
1936
|
copies of the Software, and to permit persons to whom the Software is
|
|
1770
1937
|
furnished to do so, subject to the following conditions:
|
|
1771
1938
|
|
|
1772
|
-
The above copyright notice and this permission notice shall be included in
|
|
1773
|
-
|
|
1939
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1940
|
+
copies or substantial portions of the Software.
|
|
1774
1941
|
|
|
1775
1942
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1776
1943
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1777
1944
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1778
1945
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1779
1946
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1780
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1781
|
-
|
|
1947
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1948
|
+
SOFTWARE.
|
|
1782
1949
|
|
|
1783
1950
|
````
|
|
1784
1951
|
|
|
@@ -1788,10 +1955,10 @@ THE SOFTWARE.
|
|
|
1788
1955
|
|
|
1789
1956
|
### Rust Crates:
|
|
1790
1957
|
|
|
1791
|
-
- [
|
|
1958
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1792
1959
|
|
|
1793
1960
|
````text
|
|
1794
|
-
Copyright (c)
|
|
1961
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1795
1962
|
|
|
1796
1963
|
Permission is hereby granted, free of charge, to any
|
|
1797
1964
|
person obtaining a copy of this software and associated
|
|
@@ -1860,37 +2027,12 @@ THE SOFTWARE.
|
|
|
1860
2027
|
|
|
1861
2028
|
### Rust Crates:
|
|
1862
2029
|
|
|
1863
|
-
- [
|
|
1864
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1865
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1866
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1867
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1868
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1869
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1870
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1871
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1872
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1873
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1874
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1875
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1876
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1877
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1878
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1879
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1880
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1881
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1882
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1883
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1884
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1885
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1886
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1887
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1888
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1889
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1890
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1891
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2030
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1892
2031
|
|
|
1893
2032
|
````text
|
|
2033
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2034
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2035
|
+
|
|
1894
2036
|
Permission is hereby granted, free of charge, to any
|
|
1895
2037
|
person obtaining a copy of this software and associated
|
|
1896
2038
|
documentation files (the "Software"), to deal in the
|
|
@@ -1923,12 +2065,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1923
2065
|
|
|
1924
2066
|
### Rust Crates:
|
|
1925
2067
|
|
|
1926
|
-
- [
|
|
1927
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1928
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2068
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1929
2069
|
|
|
1930
2070
|
````text
|
|
1931
|
-
Copyright (c)
|
|
2071
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2072
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1932
2073
|
|
|
1933
2074
|
Permission is hereby granted, free of charge, to any
|
|
1934
2075
|
person obtaining a copy of this software and associated
|
|
@@ -1962,42 +2103,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1962
2103
|
|
|
1963
2104
|
### Rust Crates:
|
|
1964
2105
|
|
|
1965
|
-
- [
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
Copyright (c) 2017 Sean McArthur
|
|
1969
|
-
|
|
1970
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1971
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1972
|
-
in the Software without restriction, including without limitation the rights
|
|
1973
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1974
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1975
|
-
furnished to do so, subject to the following conditions:
|
|
1976
|
-
|
|
1977
|
-
The above copyright notice and this permission notice shall be included in
|
|
1978
|
-
all copies or substantial portions of the Software.
|
|
1979
|
-
|
|
1980
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1981
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1982
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1983
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1984
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1985
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1986
|
-
THE SOFTWARE.
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
````
|
|
1990
|
-
|
|
1991
|
-
---
|
|
1992
|
-
|
|
1993
|
-
## The following dependencies are licensed under the MIT License:
|
|
1994
|
-
|
|
1995
|
-
### Rust Crates:
|
|
1996
|
-
|
|
1997
|
-
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2106
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2107
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2108
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1998
2109
|
|
|
1999
2110
|
````text
|
|
2000
|
-
Copyright (c)
|
|
2111
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2001
2112
|
|
|
2002
2113
|
Permission is hereby granted, free of charge, to any
|
|
2003
2114
|
person obtaining a copy of this software and associated
|
|
@@ -2031,44 +2142,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2031
2142
|
|
|
2032
2143
|
### Rust Crates:
|
|
2033
2144
|
|
|
2034
|
-
- [
|
|
2035
|
-
|
|
2036
|
-
````text
|
|
2037
|
-
The MIT License (MIT)
|
|
2038
|
-
|
|
2039
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
2040
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2041
|
-
|
|
2042
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2043
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2044
|
-
in the Software without restriction, including without limitation the rights
|
|
2045
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2046
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2047
|
-
furnished to do so, subject to the following conditions:
|
|
2048
|
-
|
|
2049
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2050
|
-
copies or substantial portions of the Software.
|
|
2051
|
-
|
|
2052
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2053
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2054
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2055
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2056
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2057
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2058
|
-
SOFTWARE.
|
|
2059
|
-
|
|
2060
|
-
````
|
|
2061
|
-
|
|
2062
|
-
---
|
|
2063
|
-
|
|
2064
|
-
## The following dependencies are licensed under the MIT License:
|
|
2065
|
-
|
|
2066
|
-
### Rust Crates:
|
|
2067
|
-
|
|
2068
|
-
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2145
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2069
2146
|
|
|
2070
2147
|
````text
|
|
2071
|
-
Copyright (c) 2019
|
|
2148
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2072
2149
|
|
|
2073
2150
|
Permission is hereby granted, free of charge, to any
|
|
2074
2151
|
person obtaining a copy of this software and associated
|
|
@@ -2102,10 +2179,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2102
2179
|
|
|
2103
2180
|
### Rust Crates:
|
|
2104
2181
|
|
|
2105
|
-
- [
|
|
2182
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2106
2183
|
|
|
2107
2184
|
````text
|
|
2108
|
-
Copyright (c)
|
|
2185
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2109
2186
|
|
|
2110
2187
|
Permission is hereby granted, free of charge, to any
|
|
2111
2188
|
person obtaining a copy of this software and associated
|
|
@@ -2139,14 +2216,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2139
2216
|
|
|
2140
2217
|
### Rust Crates:
|
|
2141
2218
|
|
|
2142
|
-
- [
|
|
2143
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2144
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2219
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2145
2220
|
|
|
2146
2221
|
````text
|
|
2147
2222
|
MIT License
|
|
2148
2223
|
|
|
2149
|
-
Copyright (c)
|
|
2224
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2150
2225
|
|
|
2151
2226
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2152
2227
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2174,10 +2249,12 @@ SOFTWARE.
|
|
|
2174
2249
|
|
|
2175
2250
|
### Rust Crates:
|
|
2176
2251
|
|
|
2177
|
-
- [
|
|
2252
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2178
2253
|
|
|
2179
2254
|
````text
|
|
2180
|
-
|
|
2255
|
+
MIT License
|
|
2256
|
+
|
|
2257
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2181
2258
|
|
|
2182
2259
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2183
2260
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2205,43 +2282,12 @@ SOFTWARE.
|
|
|
2205
2282
|
|
|
2206
2283
|
### Rust Crates:
|
|
2207
2284
|
|
|
2208
|
-
- [
|
|
2285
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2209
2286
|
|
|
2210
2287
|
````text
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2214
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2215
|
-
in the Software without restriction, including without limitation the rights
|
|
2216
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2217
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2218
|
-
furnished to do so, subject to the following conditions:
|
|
2219
|
-
|
|
2220
|
-
The above copyright notice and this permission notice shall be included in
|
|
2221
|
-
all copies or substantial portions of the Software.
|
|
2222
|
-
|
|
2223
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2224
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2225
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2226
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2227
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2228
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2229
|
-
THE SOFTWARE.
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
````
|
|
2233
|
-
|
|
2234
|
-
---
|
|
2235
|
-
|
|
2236
|
-
## The following dependencies are licensed under the MIT License:
|
|
2237
|
-
|
|
2238
|
-
### Rust Crates:
|
|
2239
|
-
|
|
2240
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2288
|
+
MIT License
|
|
2241
2289
|
|
|
2242
|
-
|
|
2243
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2244
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2290
|
+
Copyright (c) 2025 Callum Oakley
|
|
2245
2291
|
|
|
2246
2292
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2247
2293
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2269,10 +2315,10 @@ SOFTWARE.
|
|
|
2269
2315
|
|
|
2270
2316
|
### Rust Crates:
|
|
2271
2317
|
|
|
2272
|
-
- [
|
|
2318
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2273
2319
|
|
|
2274
2320
|
````text
|
|
2275
|
-
Copyright
|
|
2321
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2276
2322
|
|
|
2277
2323
|
Permission is hereby granted, free of charge, to any
|
|
2278
2324
|
person obtaining a copy of this software and associated
|
|
@@ -2304,14 +2350,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2304
2350
|
|
|
2305
2351
|
## The following dependencies are licensed under the MIT License:
|
|
2306
2352
|
|
|
2307
|
-
###
|
|
2353
|
+
### Rust Crates:
|
|
2308
2354
|
|
|
2309
|
-
- [
|
|
2355
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
2310
2356
|
|
|
2311
2357
|
````text
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2358
|
+
Copyright (c) 2015 Igor Shaula
|
|
2315
2359
|
|
|
2316
2360
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2317
2361
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2320,18 +2364,38 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2320
2364
|
copies of the Software, and to permit persons to whom the Software is
|
|
2321
2365
|
furnished to do so, subject to the following conditions:
|
|
2322
2366
|
|
|
2323
|
-
The above copyright notice and this permission notice shall be included in
|
|
2324
|
-
copies or substantial portions of the Software.
|
|
2367
|
+
The above copyright notice and this permission notice shall be included in
|
|
2368
|
+
all copies or substantial portions of the Software.
|
|
2325
2369
|
|
|
2326
2370
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2327
2371
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2328
2372
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2329
2373
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2330
2374
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2331
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2332
|
-
SOFTWARE.
|
|
2375
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2376
|
+
THE SOFTWARE.
|
|
2333
2377
|
|
|
2334
|
-
|
|
2378
|
+
````
|
|
2379
|
+
|
|
2380
|
+
---
|
|
2381
|
+
|
|
2382
|
+
## The following dependencies are licensed under the MIT License:
|
|
2383
|
+
|
|
2384
|
+
### Rust Crates:
|
|
2385
|
+
|
|
2386
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2387
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2388
|
+
|
|
2389
|
+
````text
|
|
2390
|
+
The MIT License (MIT)
|
|
2391
|
+
|
|
2392
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2393
|
+
|
|
2394
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2395
|
+
|
|
2396
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2397
|
+
|
|
2398
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2335
2399
|
|
|
2336
2400
|
````
|
|
2337
2401
|
|
|
@@ -2341,10 +2405,42 @@ SOFTWARE.
|
|
|
2341
2405
|
|
|
2342
2406
|
### Rust Crates:
|
|
2343
2407
|
|
|
2344
|
-
- [
|
|
2408
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2345
2409
|
|
|
2346
2410
|
````text
|
|
2347
|
-
|
|
2411
|
+
The MIT License (MIT)
|
|
2412
|
+
|
|
2413
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2414
|
+
|
|
2415
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2416
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2417
|
+
in the Software without restriction, including without limitation the rights
|
|
2418
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2419
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2420
|
+
furnished to do so, subject to the following conditions:
|
|
2421
|
+
|
|
2422
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2423
|
+
copies or substantial portions of the Software.
|
|
2424
|
+
|
|
2425
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2426
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2427
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2428
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2429
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2430
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2431
|
+
SOFTWARE.
|
|
2432
|
+
````
|
|
2433
|
+
|
|
2434
|
+
---
|
|
2435
|
+
|
|
2436
|
+
## The following dependencies are licensed under the MIT License:
|
|
2437
|
+
|
|
2438
|
+
### Rust Crates:
|
|
2439
|
+
|
|
2440
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2441
|
+
|
|
2442
|
+
````text
|
|
2443
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2348
2444
|
|
|
2349
2445
|
Permission is hereby granted, free of charge, to any
|
|
2350
2446
|
person obtaining a copy of this software and associated
|
|
@@ -2378,11 +2474,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2378
2474
|
|
|
2379
2475
|
### Rust Crates:
|
|
2380
2476
|
|
|
2381
|
-
- [
|
|
2477
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2382
2478
|
|
|
2383
2479
|
````text
|
|
2384
|
-
Copyright (c)
|
|
2385
|
-
Copyright (c)
|
|
2480
|
+
Copyright (c) 2017 Carl Lerche
|
|
2481
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2482
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2386
2483
|
|
|
2387
2484
|
Permission is hereby granted, free of charge, to any
|
|
2388
2485
|
person obtaining a copy of this software and associated
|
|
@@ -2453,10 +2550,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2453
2550
|
|
|
2454
2551
|
### Rust Crates:
|
|
2455
2552
|
|
|
2456
|
-
- [
|
|
2553
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2457
2554
|
|
|
2458
2555
|
````text
|
|
2459
|
-
Copyright (c)
|
|
2556
|
+
Copyright (c) The rust-url developers
|
|
2460
2557
|
|
|
2461
2558
|
Permission is hereby granted, free of charge, to any
|
|
2462
2559
|
person obtaining a copy of this software and associated
|
|
@@ -2488,15 +2585,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2488
2585
|
|
|
2489
2586
|
## The following dependencies are licensed under the MIT License:
|
|
2490
2587
|
|
|
2491
|
-
###
|
|
2588
|
+
### Rust Crates:
|
|
2492
2589
|
|
|
2493
|
-
- [
|
|
2494
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2590
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2495
2591
|
|
|
2496
2592
|
````text
|
|
2497
|
-
|
|
2593
|
+
Copyright 2016 Nika Layzell
|
|
2498
2594
|
|
|
2499
|
-
|
|
2595
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2596
|
+
|
|
2597
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2598
|
+
|
|
2599
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2600
|
+
|
|
2601
|
+
````
|
|
2602
|
+
|
|
2603
|
+
---
|
|
2604
|
+
|
|
2605
|
+
## The following dependencies are licensed under the MIT License:
|
|
2606
|
+
|
|
2607
|
+
### Rust Crates:
|
|
2608
|
+
|
|
2609
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2610
|
+
|
|
2611
|
+
````text
|
|
2612
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2500
2613
|
|
|
2501
2614
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2502
2615
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2505,16 +2618,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2505
2618
|
copies of the Software, and to permit persons to whom the Software is
|
|
2506
2619
|
furnished to do so, subject to the following conditions:
|
|
2507
2620
|
|
|
2508
|
-
The above copyright notice and this permission notice shall be included in
|
|
2509
|
-
copies or substantial portions of the Software.
|
|
2621
|
+
The above copyright notice and this permission notice shall be included in
|
|
2622
|
+
all copies or substantial portions of the Software.
|
|
2510
2623
|
|
|
2511
2624
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2512
2625
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2513
2626
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2514
2627
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2515
2628
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2516
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2517
|
-
SOFTWARE.
|
|
2629
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2630
|
+
THE SOFTWARE.
|
|
2518
2631
|
|
|
2519
2632
|
````
|
|
2520
2633
|
|
|
@@ -2524,12 +2637,13 @@ SOFTWARE.
|
|
|
2524
2637
|
|
|
2525
2638
|
### NPM Packages:
|
|
2526
2639
|
|
|
2527
|
-
- [
|
|
2640
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2641
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2528
2642
|
|
|
2529
2643
|
````text
|
|
2530
2644
|
MIT License
|
|
2531
2645
|
|
|
2532
|
-
Copyright (c)
|
|
2646
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2533
2647
|
|
|
2534
2648
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2535
2649
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2557,15 +2671,16 @@ SOFTWARE.
|
|
|
2557
2671
|
|
|
2558
2672
|
### Rust Crates:
|
|
2559
2673
|
|
|
2560
|
-
- [
|
|
2674
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2561
2675
|
|
|
2562
2676
|
````text
|
|
2563
|
-
|
|
2677
|
+
Copyright (c) 2016 The humantime Developers
|
|
2564
2678
|
|
|
2565
|
-
|
|
2566
|
-
Copyright
|
|
2567
|
-
|
|
2568
|
-
|
|
2679
|
+
Includes parts of http date with the following copyright:
|
|
2680
|
+
Copyright (c) 2016 Pyfisch
|
|
2681
|
+
|
|
2682
|
+
Includes portions of musl libc with the following copyright:
|
|
2683
|
+
Copyright © 2005-2013 Rich Felker
|
|
2569
2684
|
|
|
2570
2685
|
|
|
2571
2686
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -2594,90 +2709,32 @@ SOFTWARE.
|
|
|
2594
2709
|
|
|
2595
2710
|
### Rust Crates:
|
|
2596
2711
|
|
|
2597
|
-
- [
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2601
|
-
|
|
2602
|
-
Permission is hereby granted, free of charge, to any
|
|
2603
|
-
person obtaining a copy of this software and associated
|
|
2604
|
-
documentation files (the "Software"), to deal in the
|
|
2605
|
-
Software without restriction, including without
|
|
2606
|
-
limitation the rights to use, copy, modify, merge,
|
|
2607
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2608
|
-
the Software, and to permit persons to whom the Software
|
|
2609
|
-
is furnished to do so, subject to the following
|
|
2610
|
-
conditions:
|
|
2611
|
-
|
|
2612
|
-
The above copyright notice and this permission notice
|
|
2613
|
-
shall be included in all copies or substantial portions
|
|
2614
|
-
of the Software.
|
|
2615
|
-
|
|
2616
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2617
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2618
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2619
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2620
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2621
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2622
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2623
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2624
|
-
DEALINGS IN THE SOFTWARE.
|
|
2625
|
-
|
|
2626
|
-
````
|
|
2627
|
-
|
|
2628
|
-
---
|
|
2629
|
-
|
|
2630
|
-
## The following dependencies are licensed under the MIT License:
|
|
2631
|
-
|
|
2632
|
-
### Rust Crates:
|
|
2633
|
-
|
|
2634
|
-
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
2712
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2713
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2714
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2635
2715
|
|
|
2636
2716
|
````text
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2640
|
-
|
|
2641
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2642
|
-
|
|
2643
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2644
|
-
|
|
2645
|
-
````
|
|
2646
|
-
|
|
2647
|
-
---
|
|
2648
|
-
|
|
2649
|
-
## The following dependencies are licensed under the MIT License:
|
|
2650
|
-
|
|
2651
|
-
### Rust Crates:
|
|
2652
|
-
|
|
2653
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2717
|
+
MIT License
|
|
2654
2718
|
|
|
2655
|
-
|
|
2656
|
-
Copyright (c) 2019 Carl Lerche
|
|
2719
|
+
Copyright (c) Tokio Contributors
|
|
2657
2720
|
|
|
2658
|
-
Permission is hereby granted, free of charge, to any
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
the Software, and to permit persons to whom the Software
|
|
2665
|
-
is furnished to do so, subject to the following
|
|
2666
|
-
conditions:
|
|
2721
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2722
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2723
|
+
in the Software without restriction, including without limitation the rights
|
|
2724
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2725
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2726
|
+
furnished to do so, subject to the following conditions:
|
|
2667
2727
|
|
|
2668
|
-
The above copyright notice and this permission notice
|
|
2669
|
-
|
|
2670
|
-
of the Software.
|
|
2728
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2729
|
+
copies or substantial portions of the Software.
|
|
2671
2730
|
|
|
2672
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2680
|
-
DEALINGS IN THE SOFTWARE.
|
|
2731
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2732
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2733
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2734
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2735
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2736
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2737
|
+
SOFTWARE.
|
|
2681
2738
|
|
|
2682
2739
|
````
|
|
2683
2740
|
|
|
@@ -2687,13 +2744,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2687
2744
|
|
|
2688
2745
|
### Rust Crates:
|
|
2689
2746
|
|
|
2690
|
-
- [
|
|
2691
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2692
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2693
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2747
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2694
2748
|
|
|
2695
2749
|
````text
|
|
2696
|
-
Copyright (c) 2016
|
|
2750
|
+
Copyright (c) 2016--2017
|
|
2697
2751
|
|
|
2698
2752
|
Permission is hereby granted, free of charge, to any
|
|
2699
2753
|
person obtaining a copy of this software and associated
|
|
@@ -2727,10 +2781,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2727
2781
|
|
|
2728
2782
|
### Rust Crates:
|
|
2729
2783
|
|
|
2730
|
-
- [
|
|
2784
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2785
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2731
2786
|
|
|
2732
2787
|
````text
|
|
2733
|
-
Copyright (c)
|
|
2788
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2734
2789
|
|
|
2735
2790
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2736
2791
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2739,16 +2794,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2739
2794
|
copies of the Software, and to permit persons to whom the Software is
|
|
2740
2795
|
furnished to do so, subject to the following conditions:
|
|
2741
2796
|
|
|
2742
|
-
The above copyright notice and this permission notice shall be included in
|
|
2743
|
-
|
|
2797
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2798
|
+
copies or substantial portions of the Software.
|
|
2744
2799
|
|
|
2745
2800
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2746
2801
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2747
2802
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2748
2803
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2749
2804
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2750
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2751
|
-
|
|
2805
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2806
|
+
SOFTWARE.
|
|
2752
2807
|
|
|
2753
2808
|
````
|
|
2754
2809
|
|
|
@@ -2758,30 +2813,16 @@ THE SOFTWARE.
|
|
|
2758
2813
|
|
|
2759
2814
|
### Rust Crates:
|
|
2760
2815
|
|
|
2761
|
-
- [
|
|
2816
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2762
2817
|
|
|
2763
2818
|
````text
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
Copyright (c) 2015 Alice Maz
|
|
2819
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2767
2820
|
|
|
2768
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2769
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2770
|
-
in the Software without restriction, including without limitation the rights
|
|
2771
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2772
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2773
|
-
furnished to do so, subject to the following conditions:
|
|
2821
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2774
2822
|
|
|
2775
|
-
The above copyright notice and this permission notice shall be included in
|
|
2776
|
-
all copies or substantial portions of the Software.
|
|
2823
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2777
2824
|
|
|
2778
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2779
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2780
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2781
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2782
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2783
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2784
|
-
THE SOFTWARE.
|
|
2825
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2785
2826
|
|
|
2786
2827
|
````
|
|
2787
2828
|
|
|
@@ -2791,10 +2832,10 @@ THE SOFTWARE.
|
|
|
2791
2832
|
|
|
2792
2833
|
### Rust Crates:
|
|
2793
2834
|
|
|
2794
|
-
- [
|
|
2835
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2795
2836
|
|
|
2796
2837
|
````text
|
|
2797
|
-
Copyright (c)
|
|
2838
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2798
2839
|
|
|
2799
2840
|
Permission is hereby granted, free of charge, to any
|
|
2800
2841
|
person obtaining a copy of this software and associated
|
|
@@ -2828,11 +2869,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2828
2869
|
|
|
2829
2870
|
### Rust Crates:
|
|
2830
2871
|
|
|
2831
|
-
- [
|
|
2832
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2872
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2833
2873
|
|
|
2834
2874
|
````text
|
|
2835
|
-
Copyright (c)
|
|
2875
|
+
Copyright (c) 2017 http-rs authors
|
|
2836
2876
|
|
|
2837
2877
|
Permission is hereby granted, free of charge, to any
|
|
2838
2878
|
person obtaining a copy of this software and associated
|
|
@@ -2866,45 +2906,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2866
2906
|
|
|
2867
2907
|
### Rust Crates:
|
|
2868
2908
|
|
|
2869
|
-
- [
|
|
2870
|
-
- [
|
|
2871
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2872
|
-
|
|
2873
|
-
````text
|
|
2874
|
-
MIT License
|
|
2875
|
-
|
|
2876
|
-
Copyright (c) 2017 Ted Driggs
|
|
2877
|
-
|
|
2878
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2879
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2880
|
-
in the Software without restriction, including without limitation the rights
|
|
2881
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2882
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2883
|
-
furnished to do so, subject to the following conditions:
|
|
2884
|
-
|
|
2885
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2886
|
-
copies or substantial portions of the Software.
|
|
2887
|
-
|
|
2888
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2889
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2890
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2891
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2892
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2893
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2894
|
-
SOFTWARE.
|
|
2895
|
-
|
|
2896
|
-
````
|
|
2897
|
-
|
|
2898
|
-
---
|
|
2899
|
-
|
|
2900
|
-
## The following dependencies are licensed under the MIT License:
|
|
2901
|
-
|
|
2902
|
-
### Rust Crates:
|
|
2903
|
-
|
|
2904
|
-
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2909
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2910
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2905
2911
|
|
|
2906
2912
|
````text
|
|
2907
|
-
Copyright (c)
|
|
2913
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2914
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2915
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2908
2916
|
|
|
2909
2917
|
Permission is hereby granted, free of charge, to any
|
|
2910
2918
|
person obtaining a copy of this software and associated
|
|
@@ -2938,51 +2946,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2938
2946
|
|
|
2939
2947
|
### Rust Crates:
|
|
2940
2948
|
|
|
2941
|
-
- [
|
|
2942
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2943
|
-
|
|
2944
|
-
````text
|
|
2945
|
-
MIT License
|
|
2946
|
-
|
|
2947
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2948
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2949
|
-
in the Software without restriction, including without limitation the rights
|
|
2950
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2951
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2952
|
-
furnished to do so, subject to the following conditions:
|
|
2953
|
-
|
|
2954
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2955
|
-
copies or substantial portions of the Software.
|
|
2956
|
-
|
|
2957
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2958
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2959
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2960
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2961
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2962
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2963
|
-
SOFTWARE.
|
|
2964
|
-
|
|
2965
|
-
````
|
|
2966
|
-
|
|
2967
|
-
---
|
|
2968
|
-
|
|
2969
|
-
## The following dependencies are licensed under the MIT License:
|
|
2970
|
-
|
|
2971
|
-
### Rust Crates:
|
|
2972
|
-
|
|
2973
|
-
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2974
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2975
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2976
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2977
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2978
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2979
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2980
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2981
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2949
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2982
2950
|
|
|
2983
2951
|
````text
|
|
2984
|
-
Copyright (c)
|
|
2985
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2952
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2986
2953
|
|
|
2987
2954
|
Permission is hereby granted, free of charge, to any
|
|
2988
2955
|
person obtaining a copy of this software and associated
|
|
@@ -3016,12 +2983,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3016
2983
|
|
|
3017
2984
|
### Rust Crates:
|
|
3018
2985
|
|
|
3019
|
-
- [
|
|
2986
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2987
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2988
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3020
2989
|
|
|
3021
2990
|
````text
|
|
3022
2991
|
MIT License
|
|
3023
2992
|
|
|
3024
|
-
Copyright (c)
|
|
2993
|
+
Copyright (c) 2017 Ted Driggs
|
|
3025
2994
|
|
|
3026
2995
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3027
2996
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3049,10 +3018,10 @@ SOFTWARE.
|
|
|
3049
3018
|
|
|
3050
3019
|
### Rust Crates:
|
|
3051
3020
|
|
|
3052
|
-
- [
|
|
3021
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3053
3022
|
|
|
3054
3023
|
````text
|
|
3055
|
-
Copyright (c)
|
|
3024
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3056
3025
|
|
|
3057
3026
|
Permission is hereby granted, free of charge, to any
|
|
3058
3027
|
person obtaining a copy of this software and associated
|
|
@@ -3086,10 +3055,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3086
3055
|
|
|
3087
3056
|
### Rust Crates:
|
|
3088
3057
|
|
|
3089
|
-
- [
|
|
3058
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3090
3059
|
|
|
3091
3060
|
````text
|
|
3092
|
-
Copyright (c)
|
|
3061
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3093
3062
|
|
|
3094
3063
|
Permission is hereby granted, free of charge, to any
|
|
3095
3064
|
person obtaining a copy of this software and associated
|
|
@@ -3123,10 +3092,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3123
3092
|
|
|
3124
3093
|
### Rust Crates:
|
|
3125
3094
|
|
|
3126
|
-
- [
|
|
3095
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3096
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3097
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3098
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3099
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3100
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3101
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3102
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3103
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3127
3104
|
|
|
3128
3105
|
````text
|
|
3129
|
-
Copyright (c)
|
|
3106
|
+
Copyright (c) 2016 Alex Crichton
|
|
3107
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3130
3108
|
|
|
3131
3109
|
Permission is hereby granted, free of charge, to any
|
|
3132
3110
|
person obtaining a copy of this software and associated
|
|
@@ -3160,34 +3138,58 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3160
3138
|
|
|
3161
3139
|
### Rust Crates:
|
|
3162
3140
|
|
|
3163
|
-
- [
|
|
3141
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3164
3142
|
|
|
3165
3143
|
````text
|
|
3166
|
-
Copyright (c)
|
|
3144
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3167
3145
|
|
|
3168
|
-
Permission is hereby granted, free of charge, to any
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
the Software, and to permit persons to whom the Software
|
|
3175
|
-
is furnished to do so, subject to the following
|
|
3176
|
-
conditions:
|
|
3146
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3147
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3148
|
+
in the Software without restriction, including without limitation the rights
|
|
3149
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3150
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3151
|
+
furnished to do so, subject to the following conditions:
|
|
3177
3152
|
|
|
3178
|
-
The above copyright notice and this permission notice
|
|
3179
|
-
|
|
3180
|
-
of the Software.
|
|
3153
|
+
The above copyright notice and this permission notice shall be included in
|
|
3154
|
+
all copies or substantial portions of the Software.
|
|
3181
3155
|
|
|
3182
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3156
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3157
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3158
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3159
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3160
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3161
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3162
|
+
THE SOFTWARE.
|
|
3163
|
+
|
|
3164
|
+
````
|
|
3165
|
+
|
|
3166
|
+
---
|
|
3167
|
+
|
|
3168
|
+
## The following dependencies are licensed under the MIT License:
|
|
3169
|
+
|
|
3170
|
+
### NPM Packages:
|
|
3171
|
+
|
|
3172
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3173
|
+
|
|
3174
|
+
````text
|
|
3175
|
+
This software is released under the MIT license:
|
|
3176
|
+
|
|
3177
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3178
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3179
|
+
the Software without restriction, including without limitation the rights to
|
|
3180
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3181
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3182
|
+
subject to the following conditions:
|
|
3183
|
+
|
|
3184
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3185
|
+
copies or substantial portions of the Software.
|
|
3186
|
+
|
|
3187
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3188
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3189
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3190
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3191
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3192
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3191
3193
|
|
|
3192
3194
|
````
|
|
3193
3195
|
|
|
@@ -3197,16 +3199,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3197
3199
|
|
|
3198
3200
|
### Rust Crates:
|
|
3199
3201
|
|
|
3200
|
-
- [
|
|
3202
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3201
3203
|
|
|
3202
3204
|
````text
|
|
3203
|
-
|
|
3205
|
+
The MIT License (MIT)
|
|
3204
3206
|
|
|
3205
|
-
|
|
3207
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3206
3208
|
|
|
3207
|
-
|
|
3209
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3210
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3211
|
+
in the Software without restriction, including without limitation the rights
|
|
3212
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3213
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3214
|
+
furnished to do so, subject to the following conditions:
|
|
3208
3215
|
|
|
3209
|
-
|
|
3216
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3217
|
+
copies or substantial portions of the Software.
|
|
3218
|
+
|
|
3219
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3220
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3221
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3222
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3223
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3224
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3225
|
+
SOFTWARE.
|
|
3210
3226
|
|
|
3211
3227
|
````
|
|
3212
3228
|
|
|
@@ -3216,39 +3232,29 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3216
3232
|
|
|
3217
3233
|
### Rust Crates:
|
|
3218
3234
|
|
|
3219
|
-
- [
|
|
3220
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3221
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3222
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3223
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3224
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3235
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3225
3236
|
|
|
3226
3237
|
````text
|
|
3227
|
-
Copyright (c)
|
|
3238
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3228
3239
|
|
|
3229
|
-
Permission is hereby granted, free of charge, to any
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
the Software, and to permit persons to whom the Software
|
|
3236
|
-
is furnished to do so, subject to the following
|
|
3237
|
-
conditions:
|
|
3240
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3241
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3242
|
+
in the Software without restriction, including without limitation the rights
|
|
3243
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3244
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3245
|
+
furnished to do so, subject to the following conditions:
|
|
3238
3246
|
|
|
3239
|
-
The above copyright notice and this permission notice
|
|
3240
|
-
|
|
3241
|
-
|
|
3247
|
+
The above copyright notice and this permission notice shall be included in
|
|
3248
|
+
all copies or substantial portions of the Software.
|
|
3249
|
+
|
|
3250
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3251
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3252
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3253
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3254
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3255
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3256
|
+
THE SOFTWARE.
|
|
3242
3257
|
|
|
3243
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3244
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3245
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3246
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3247
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3248
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3249
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3250
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3251
|
-
DEALINGS IN THE SOFTWARE.
|
|
3252
3258
|
|
|
3253
3259
|
````
|
|
3254
3260
|
|
|
@@ -3258,12 +3264,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3258
3264
|
|
|
3259
3265
|
### Rust Crates:
|
|
3260
3266
|
|
|
3261
|
-
- [
|
|
3267
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3262
3268
|
|
|
3263
3269
|
````text
|
|
3264
|
-
MIT License
|
|
3270
|
+
The MIT License (MIT)
|
|
3265
3271
|
|
|
3266
|
-
Copyright (c)
|
|
3272
|
+
Copyright (c) 2015 Danny Guo
|
|
3273
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3274
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3267
3275
|
|
|
3268
3276
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3269
3277
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3291,12 +3299,10 @@ SOFTWARE.
|
|
|
3291
3299
|
|
|
3292
3300
|
### Rust Crates:
|
|
3293
3301
|
|
|
3294
|
-
- [
|
|
3295
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3296
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3302
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3297
3303
|
|
|
3298
3304
|
````text
|
|
3299
|
-
Copyright
|
|
3305
|
+
Copyright Mozilla Foundation
|
|
3300
3306
|
|
|
3301
3307
|
Permission is hereby granted, free of charge, to any
|
|
3302
3308
|
person obtaining a copy of this software and associated
|
|
@@ -3330,10 +3336,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3330
3336
|
|
|
3331
3337
|
### Rust Crates:
|
|
3332
3338
|
|
|
3333
|
-
- [
|
|
3339
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3340
|
+
|
|
3341
|
+
````text
|
|
3342
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3343
|
+
|
|
3344
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3345
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3346
|
+
in the Software without restriction, including without limitation the rights
|
|
3347
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3348
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3349
|
+
furnished to do so, subject to the following conditions:
|
|
3350
|
+
|
|
3351
|
+
The above copyright notice and this permission notice shall be included in
|
|
3352
|
+
all copies or substantial portions of the Software.
|
|
3353
|
+
|
|
3354
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3355
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3356
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3357
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3358
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3359
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3360
|
+
THE SOFTWARE.
|
|
3361
|
+
|
|
3362
|
+
|
|
3363
|
+
````
|
|
3364
|
+
|
|
3365
|
+
---
|
|
3366
|
+
|
|
3367
|
+
## The following dependencies are licensed under the MIT License:
|
|
3368
|
+
|
|
3369
|
+
### Rust Crates:
|
|
3370
|
+
|
|
3371
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3372
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3373
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3374
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3375
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3376
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3334
3377
|
|
|
3335
3378
|
````text
|
|
3336
|
-
Copyright (c)
|
|
3379
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3337
3380
|
|
|
3338
3381
|
Permission is hereby granted, free of charge, to any
|
|
3339
3382
|
person obtaining a copy of this software and associated
|
|
@@ -3367,10 +3410,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3367
3410
|
|
|
3368
3411
|
### Rust Crates:
|
|
3369
3412
|
|
|
3370
|
-
- [
|
|
3413
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3371
3414
|
|
|
3372
3415
|
````text
|
|
3373
|
-
Copyright (c) 2019
|
|
3416
|
+
Copyright (c) 2019 Carl Lerche
|
|
3374
3417
|
|
|
3375
3418
|
Permission is hereby granted, free of charge, to any
|
|
3376
3419
|
person obtaining a copy of this software and associated
|
|
@@ -3404,11 +3447,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3404
3447
|
|
|
3405
3448
|
### Rust Crates:
|
|
3406
3449
|
|
|
3407
|
-
- [
|
|
3450
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3408
3451
|
|
|
3409
3452
|
````text
|
|
3410
|
-
|
|
3411
|
-
|
|
3453
|
+
The MIT License (MIT)
|
|
3454
|
+
|
|
3455
|
+
Copyright (c) 2015 Alice Maz
|
|
3412
3456
|
|
|
3413
3457
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3414
3458
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3436,12 +3480,14 @@ THE SOFTWARE.
|
|
|
3436
3480
|
|
|
3437
3481
|
### Rust Crates:
|
|
3438
3482
|
|
|
3439
|
-
- [
|
|
3483
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3484
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3485
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3440
3486
|
|
|
3441
3487
|
````text
|
|
3442
|
-
|
|
3488
|
+
MIT License
|
|
3443
3489
|
|
|
3444
|
-
Copyright (c)
|
|
3490
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3445
3491
|
|
|
3446
3492
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3447
3493
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3469,13 +3515,10 @@ SOFTWARE.
|
|
|
3469
3515
|
|
|
3470
3516
|
### Rust Crates:
|
|
3471
3517
|
|
|
3472
|
-
- [
|
|
3473
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3518
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3474
3519
|
|
|
3475
3520
|
````text
|
|
3476
|
-
Copyright (c)
|
|
3477
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3478
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3521
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3479
3522
|
|
|
3480
3523
|
Permission is hereby granted, free of charge, to any
|
|
3481
3524
|
person obtaining a copy of this software and associated
|
|
@@ -3509,29 +3552,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3509
3552
|
|
|
3510
3553
|
### Rust Crates:
|
|
3511
3554
|
|
|
3512
|
-
- [
|
|
3555
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3513
3556
|
|
|
3514
3557
|
````text
|
|
3515
|
-
Copyright (c)
|
|
3516
|
-
|
|
3517
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3518
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3519
|
-
in the Software without restriction, including without limitation the rights
|
|
3520
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3521
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3522
|
-
furnished to do so, subject to the following conditions:
|
|
3558
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
3523
3559
|
|
|
3524
|
-
|
|
3525
|
-
|
|
3560
|
+
Permission is hereby granted, free of charge, to any
|
|
3561
|
+
person obtaining a copy of this software and associated
|
|
3562
|
+
documentation files (the "Software"), to deal in the
|
|
3563
|
+
Software without restriction, including without
|
|
3564
|
+
limitation the rights to use, copy, modify, merge,
|
|
3565
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3566
|
+
the Software, and to permit persons to whom the Software
|
|
3567
|
+
is furnished to do so, subject to the following
|
|
3568
|
+
conditions:
|
|
3526
3569
|
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3531
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3532
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3533
|
-
THE SOFTWARE.
|
|
3570
|
+
The above copyright notice and this permission notice
|
|
3571
|
+
shall be included in all copies or substantial portions
|
|
3572
|
+
of the Software.
|
|
3534
3573
|
|
|
3574
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3575
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3576
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3577
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3578
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3579
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3580
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3581
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3582
|
+
DEALINGS IN THE SOFTWARE.
|
|
3535
3583
|
|
|
3536
3584
|
````
|
|
3537
3585
|
|
|
@@ -3541,12 +3589,11 @@ THE SOFTWARE.
|
|
|
3541
3589
|
|
|
3542
3590
|
### Rust Crates:
|
|
3543
3591
|
|
|
3544
|
-
- [
|
|
3592
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3545
3593
|
|
|
3546
3594
|
````text
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3595
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3596
|
+
Copyright (c) 2016 Jason Housley
|
|
3550
3597
|
|
|
3551
3598
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3552
3599
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3555,16 +3602,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3555
3602
|
copies of the Software, and to permit persons to whom the Software is
|
|
3556
3603
|
furnished to do so, subject to the following conditions:
|
|
3557
3604
|
|
|
3558
|
-
The above copyright notice and this permission notice shall be included in
|
|
3559
|
-
copies or substantial portions of the Software.
|
|
3605
|
+
The above copyright notice and this permission notice shall be included in
|
|
3606
|
+
all copies or substantial portions of the Software.
|
|
3560
3607
|
|
|
3561
3608
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3562
3609
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3563
3610
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3564
3611
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3565
3612
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3566
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3567
|
-
SOFTWARE.
|
|
3613
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3614
|
+
THE SOFTWARE.
|
|
3568
3615
|
|
|
3569
3616
|
````
|
|
3570
3617
|
|
|
@@ -3574,16 +3621,10 @@ SOFTWARE.
|
|
|
3574
3621
|
|
|
3575
3622
|
### Rust Crates:
|
|
3576
3623
|
|
|
3577
|
-
- [
|
|
3578
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3579
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3580
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3581
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3582
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3624
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3583
3625
|
|
|
3584
3626
|
````text
|
|
3585
|
-
Copyright
|
|
3586
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3627
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3587
3628
|
|
|
3588
3629
|
Permission is hereby granted, free of charge, to any
|
|
3589
3630
|
person obtaining a copy of this software and associated
|
|
@@ -3617,17 +3658,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3617
3658
|
|
|
3618
3659
|
### Rust Crates:
|
|
3619
3660
|
|
|
3620
|
-
- [
|
|
3661
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3621
3662
|
|
|
3622
3663
|
````text
|
|
3623
|
-
Copyright (c)
|
|
3624
|
-
|
|
3625
|
-
Includes parts of http date with the following copyright:
|
|
3626
|
-
Copyright (c) 2016 Pyfisch
|
|
3627
|
-
|
|
3628
|
-
Includes portions of musl libc with the following copyright:
|
|
3629
|
-
Copyright © 2005-2013 Rich Felker
|
|
3630
|
-
|
|
3664
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3631
3665
|
|
|
3632
3666
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3633
3667
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3636,53 +3670,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3636
3670
|
copies of the Software, and to permit persons to whom the Software is
|
|
3637
3671
|
furnished to do so, subject to the following conditions:
|
|
3638
3672
|
|
|
3639
|
-
The above copyright notice and this permission notice shall be included in
|
|
3640
|
-
copies or substantial portions of the Software.
|
|
3673
|
+
The above copyright notice and this permission notice shall be included in
|
|
3674
|
+
all copies or substantial portions of the Software.
|
|
3641
3675
|
|
|
3642
3676
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3643
3677
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3644
3678
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3645
3679
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3646
3680
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3647
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3648
|
-
SOFTWARE.
|
|
3649
|
-
|
|
3650
|
-
````
|
|
3651
|
-
|
|
3652
|
-
---
|
|
3653
|
-
|
|
3654
|
-
## The following dependencies are licensed under the MIT License:
|
|
3655
|
-
|
|
3656
|
-
### Rust Crates:
|
|
3657
|
-
|
|
3658
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3659
|
-
|
|
3660
|
-
````text
|
|
3661
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
3662
|
-
|
|
3663
|
-
Permission is hereby granted, free of charge, to any
|
|
3664
|
-
person obtaining a copy of this software and associated
|
|
3665
|
-
documentation files (the "Software"), to deal in the
|
|
3666
|
-
Software without restriction, including without
|
|
3667
|
-
limitation the rights to use, copy, modify, merge,
|
|
3668
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3669
|
-
the Software, and to permit persons to whom the Software
|
|
3670
|
-
is furnished to do so, subject to the following
|
|
3671
|
-
conditions:
|
|
3672
|
-
|
|
3673
|
-
The above copyright notice and this permission notice
|
|
3674
|
-
shall be included in all copies or substantial portions
|
|
3675
|
-
of the Software.
|
|
3676
|
-
|
|
3677
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3678
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3679
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3680
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3681
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3682
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3683
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3684
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3685
|
-
DEALINGS IN THE SOFTWARE.
|
|
3681
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3682
|
+
THE SOFTWARE.
|
|
3686
3683
|
|
|
3687
3684
|
````
|
|
3688
3685
|
|
|
@@ -3692,12 +3689,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3692
3689
|
|
|
3693
3690
|
### Rust Crates:
|
|
3694
3691
|
|
|
3695
|
-
- [
|
|
3692
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3693
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3696
3694
|
|
|
3697
3695
|
````text
|
|
3698
3696
|
MIT License
|
|
3699
3697
|
|
|
3700
|
-
Copyright (c)
|
|
3698
|
+
Copyright (c) 2019 Graham Esau
|
|
3701
3699
|
|
|
3702
3700
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3703
3701
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3757,17 +3755,14 @@ SOFTWARE.
|
|
|
3757
3755
|
|
|
3758
3756
|
## The following dependencies are licensed under the MIT License:
|
|
3759
3757
|
|
|
3760
|
-
###
|
|
3758
|
+
### NPM Packages:
|
|
3761
3759
|
|
|
3762
|
-
- [
|
|
3763
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3764
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3765
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3760
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3766
3761
|
|
|
3767
3762
|
````text
|
|
3768
3763
|
The MIT License (MIT)
|
|
3769
3764
|
|
|
3770
|
-
Copyright (c)
|
|
3765
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3771
3766
|
|
|
3772
3767
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3773
3768
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3795,36 +3790,30 @@ THE SOFTWARE.
|
|
|
3795
3790
|
|
|
3796
3791
|
### Rust Crates:
|
|
3797
3792
|
|
|
3798
|
-
- [
|
|
3793
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3799
3794
|
|
|
3800
3795
|
````text
|
|
3801
|
-
Copyright (c)
|
|
3802
|
-
Copyright (c)
|
|
3803
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3796
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3797
|
+
Copyright (c) 2016 Alex Crichton
|
|
3804
3798
|
|
|
3805
|
-
Permission is hereby granted, free of charge, to any
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
the Software, and to permit persons to whom the Software
|
|
3812
|
-
is furnished to do so, subject to the following
|
|
3813
|
-
conditions:
|
|
3799
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3800
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3801
|
+
in the Software without restriction, including without limitation the rights
|
|
3802
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3803
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3804
|
+
furnished to do so, subject to the following conditions:
|
|
3814
3805
|
|
|
3815
|
-
The above copyright notice and this permission notice
|
|
3816
|
-
|
|
3817
|
-
|
|
3806
|
+
The above copyright notice and this permission notice shall be included in
|
|
3807
|
+
all copies or substantial portions of the Software.
|
|
3808
|
+
|
|
3809
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3810
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3811
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3812
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3813
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3814
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3815
|
+
THE SOFTWARE.
|
|
3818
3816
|
|
|
3819
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3820
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3821
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3822
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3823
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3824
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3825
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3826
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3827
|
-
DEALINGS IN THE SOFTWARE.
|
|
3828
3817
|
|
|
3829
3818
|
````
|
|
3830
3819
|
|
|
@@ -3834,10 +3823,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3834
3823
|
|
|
3835
3824
|
### Rust Crates:
|
|
3836
3825
|
|
|
3837
|
-
- [
|
|
3826
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3838
3827
|
|
|
3839
3828
|
````text
|
|
3840
|
-
Copyright (c)
|
|
3829
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3830
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3841
3831
|
|
|
3842
3832
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3843
3833
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3865,10 +3855,10 @@ THE SOFTWARE.
|
|
|
3865
3855
|
|
|
3866
3856
|
### Rust Crates:
|
|
3867
3857
|
|
|
3868
|
-
- [
|
|
3858
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3869
3859
|
|
|
3870
3860
|
````text
|
|
3871
|
-
Copyright (c)
|
|
3861
|
+
Copyright (c) 2017 Robert Grosse
|
|
3872
3862
|
|
|
3873
3863
|
Permission is hereby granted, free of charge, to any
|
|
3874
3864
|
person obtaining a copy of this software and associated
|
|
@@ -3893,7 +3883,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3893
3883
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3894
3884
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3895
3885
|
DEALINGS IN THE SOFTWARE.
|
|
3896
|
-
|
|
3897
3886
|
````
|
|
3898
3887
|
|
|
3899
3888
|
---
|
|
@@ -3902,19 +3891,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3902
3891
|
|
|
3903
3892
|
### Rust Crates:
|
|
3904
3893
|
|
|
3905
|
-
- [
|
|
3906
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3894
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3907
3895
|
|
|
3908
3896
|
````text
|
|
3909
|
-
|
|
3897
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3910
3898
|
|
|
3911
|
-
|
|
3899
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3900
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3901
|
+
in the Software without restriction, including without limitation the rights
|
|
3902
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3903
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3904
|
+
furnished to do so, subject to the following conditions:
|
|
3912
3905
|
|
|
3913
|
-
|
|
3906
|
+
The above copyright notice and this permission notice shall be included in
|
|
3907
|
+
all copies or substantial portions of the Software.
|
|
3914
3908
|
|
|
3915
|
-
|
|
3909
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3910
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3911
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3912
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3913
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3914
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3915
|
+
THE SOFTWARE.
|
|
3916
3916
|
|
|
3917
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3918
3917
|
|
|
3919
3918
|
````
|
|
3920
3919
|
|
|
@@ -3924,10 +3923,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3924
3923
|
|
|
3925
3924
|
### Rust Crates:
|
|
3926
3925
|
|
|
3927
|
-
- [
|
|
3926
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3928
3927
|
|
|
3929
3928
|
````text
|
|
3930
|
-
Copyright (c)
|
|
3929
|
+
Copyright (c) The Rust Project Developers
|
|
3931
3930
|
|
|
3932
3931
|
Permission is hereby granted, free of charge, to any
|
|
3933
3932
|
person obtaining a copy of this software and associated
|
|
@@ -3952,6 +3951,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3952
3951
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3953
3952
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3954
3953
|
DEALINGS IN THE SOFTWARE.
|
|
3954
|
+
|
|
3955
3955
|
````
|
|
3956
3956
|
|
|
3957
3957
|
---
|
|
@@ -4345,7 +4345,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4345
4345
|
|
|
4346
4346
|
### NPM Packages:
|
|
4347
4347
|
|
|
4348
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.
|
|
4348
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4349
4349
|
|
|
4350
4350
|
````text
|
|
4351
4351
|
Please refer to the package README for license details.
|