@deveco-codegenie/mcp-win32-x64 1.1.7 → 1.1.8
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 +1134 -1134
- package/bin/codegenie-mcp-server.exe +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
|
|
22
22
|
### Rust Crates:
|
|
23
23
|
|
|
24
|
-
- [
|
|
24
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
25
25
|
|
|
26
26
|
````text
|
|
27
27
|
BSD Zero Clause License
|
|
28
28
|
|
|
29
|
-
Copyright (c)
|
|
29
|
+
Copyright (c) 2025 Goat
|
|
30
30
|
|
|
31
31
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
32
32
|
purpose with or without fee is hereby granted.
|
|
@@ -38,6 +38,7 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
38
38
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
39
39
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
40
40
|
PERFORMANCE OF THIS SOFTWARE.
|
|
41
|
+
|
|
41
42
|
````
|
|
42
43
|
|
|
43
44
|
---
|
|
@@ -72,12 +73,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
72
73
|
|
|
73
74
|
### Rust Crates:
|
|
74
75
|
|
|
75
|
-
- [
|
|
76
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
76
77
|
|
|
77
78
|
````text
|
|
78
79
|
BSD Zero Clause License
|
|
79
80
|
|
|
80
|
-
Copyright (c)
|
|
81
|
+
Copyright (c) 2023 kotauskas
|
|
81
82
|
|
|
82
83
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
83
84
|
purpose with or without fee is hereby granted.
|
|
@@ -89,7 +90,6 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
89
90
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
90
91
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
91
92
|
PERFORMANCE OF THIS SOFTWARE.
|
|
92
|
-
|
|
93
93
|
````
|
|
94
94
|
|
|
95
95
|
---
|
|
@@ -678,34 +678,63 @@ The complete list of contributors can be found at:
|
|
|
678
678
|
|
|
679
679
|
### Rust Crates:
|
|
680
680
|
|
|
681
|
-
- [
|
|
681
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
682
682
|
|
|
683
683
|
````text
|
|
684
|
-
|
|
684
|
+
MIT License
|
|
685
685
|
|
|
686
|
-
|
|
687
|
-
person obtaining a copy of this software and associated
|
|
688
|
-
documentation files (the "Software"), to deal in the
|
|
689
|
-
Software without restriction, including without
|
|
690
|
-
limitation the rights to use, copy, modify, merge,
|
|
691
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
692
|
-
the Software, and to permit persons to whom the Software
|
|
693
|
-
is furnished to do so, subject to the following
|
|
694
|
-
conditions:
|
|
686
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
695
687
|
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
688
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
689
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
690
|
+
in the Software without restriction, including without limitation the rights
|
|
691
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
692
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
693
|
+
furnished to do so, subject to the following conditions:
|
|
699
694
|
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
IN
|
|
708
|
-
|
|
695
|
+
The above copyright notice and this permission notice shall be included in all
|
|
696
|
+
copies or substantial portions of the Software.
|
|
697
|
+
|
|
698
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
699
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
700
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
701
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
702
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
703
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
704
|
+
SOFTWARE.
|
|
705
|
+
|
|
706
|
+
````
|
|
707
|
+
|
|
708
|
+
---
|
|
709
|
+
|
|
710
|
+
## The following dependencies are licensed under the MIT License:
|
|
711
|
+
|
|
712
|
+
### NPM Packages:
|
|
713
|
+
|
|
714
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
715
|
+
|
|
716
|
+
````text
|
|
717
|
+
MIT License
|
|
718
|
+
|
|
719
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
720
|
+
|
|
721
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
722
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
723
|
+
in the Software without restriction, including without limitation the rights
|
|
724
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
725
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
726
|
+
furnished to do so, subject to the following conditions:
|
|
727
|
+
|
|
728
|
+
The above copyright notice and this permission notice shall be included in all
|
|
729
|
+
copies or substantial portions of the Software.
|
|
730
|
+
|
|
731
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
732
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
733
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
734
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
735
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
736
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
737
|
+
SOFTWARE.
|
|
709
738
|
|
|
710
739
|
````
|
|
711
740
|
|
|
@@ -715,10 +744,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
715
744
|
|
|
716
745
|
### Rust Crates:
|
|
717
746
|
|
|
718
|
-
- [
|
|
747
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
719
748
|
|
|
720
749
|
````text
|
|
721
|
-
Copyright (c)
|
|
750
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
722
751
|
|
|
723
752
|
Permission is hereby granted, free of charge, to any
|
|
724
753
|
person obtaining a copy of this software and associated
|
|
@@ -752,34 +781,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
752
781
|
|
|
753
782
|
### Rust Crates:
|
|
754
783
|
|
|
755
|
-
- [
|
|
784
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
756
785
|
|
|
757
786
|
````text
|
|
758
|
-
|
|
787
|
+
MIT License
|
|
759
788
|
|
|
760
|
-
|
|
761
|
-
person obtaining a copy of this software and associated
|
|
762
|
-
documentation files (the "Software"), to deal in the
|
|
763
|
-
Software without restriction, including without
|
|
764
|
-
limitation the rights to use, copy, modify, merge,
|
|
765
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
766
|
-
the Software, and to permit persons to whom the Software
|
|
767
|
-
is furnished to do so, subject to the following
|
|
768
|
-
conditions:
|
|
789
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
769
790
|
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
791
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
792
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
793
|
+
in the Software without restriction, including without limitation the rights
|
|
794
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
795
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
796
|
+
furnished to do so, subject to the following conditions:
|
|
773
797
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
IN
|
|
782
|
-
|
|
798
|
+
The above copyright notice and this permission notice shall be included in all
|
|
799
|
+
copies or substantial portions of the Software.
|
|
800
|
+
|
|
801
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
802
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
803
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
804
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
805
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
806
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
807
|
+
SOFTWARE.
|
|
783
808
|
|
|
784
809
|
````
|
|
785
810
|
|
|
@@ -789,11 +814,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
789
814
|
|
|
790
815
|
### Rust Crates:
|
|
791
816
|
|
|
792
|
-
- [
|
|
817
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
793
818
|
|
|
794
819
|
````text
|
|
795
|
-
|
|
796
|
-
|
|
820
|
+
MIT License
|
|
821
|
+
|
|
822
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
823
|
+
Copyright (c) Tokio Contributors
|
|
797
824
|
|
|
798
825
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
799
826
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -821,10 +848,42 @@ SOFTWARE.
|
|
|
821
848
|
|
|
822
849
|
### Rust Crates:
|
|
823
850
|
|
|
824
|
-
- [
|
|
851
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
825
852
|
|
|
826
853
|
````text
|
|
827
|
-
Copyright (c)
|
|
854
|
+
Copyright (c) 2017 Daniel Abramov
|
|
855
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
856
|
+
|
|
857
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
858
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
859
|
+
in the Software without restriction, including without limitation the rights
|
|
860
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
861
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
862
|
+
furnished to do so, subject to the following conditions:
|
|
863
|
+
|
|
864
|
+
The above copyright notice and this permission notice shall be included in
|
|
865
|
+
all copies or substantial portions of the Software.
|
|
866
|
+
|
|
867
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
868
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
869
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
870
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
871
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
872
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
873
|
+
THE SOFTWARE.
|
|
874
|
+
|
|
875
|
+
````
|
|
876
|
+
|
|
877
|
+
---
|
|
878
|
+
|
|
879
|
+
## The following dependencies are licensed under the MIT License:
|
|
880
|
+
|
|
881
|
+
### Rust Crates:
|
|
882
|
+
|
|
883
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
884
|
+
|
|
885
|
+
````text
|
|
886
|
+
Copyright (c) 2016 Anthony Ramine
|
|
828
887
|
|
|
829
888
|
Permission is hereby granted, free of charge, to any
|
|
830
889
|
person obtaining a copy of this software and associated
|
|
@@ -858,10 +917,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
858
917
|
|
|
859
918
|
### Rust Crates:
|
|
860
919
|
|
|
861
|
-
- [
|
|
920
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
862
921
|
|
|
863
922
|
````text
|
|
864
|
-
Copyright
|
|
923
|
+
Copyright Mozilla Foundation
|
|
865
924
|
|
|
866
925
|
Permission is hereby granted, free of charge, to any
|
|
867
926
|
person obtaining a copy of this software and associated
|
|
@@ -895,11 +954,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
895
954
|
|
|
896
955
|
### Rust Crates:
|
|
897
956
|
|
|
898
|
-
- [
|
|
899
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
957
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
900
958
|
|
|
901
959
|
````text
|
|
902
|
-
Copyright (c)
|
|
960
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
903
961
|
|
|
904
962
|
Permission is hereby granted, free of charge, to any
|
|
905
963
|
person obtaining a copy of this software and associated
|
|
@@ -933,44 +991,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
933
991
|
|
|
934
992
|
### Rust Crates:
|
|
935
993
|
|
|
936
|
-
- [
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
943
|
-
|
|
944
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
945
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
946
|
-
in the Software without restriction, including without limitation the rights
|
|
947
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
948
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
949
|
-
furnished to do so, subject to the following conditions:
|
|
950
|
-
|
|
951
|
-
The above copyright notice and this permission notice shall be included in all
|
|
952
|
-
copies or substantial portions of the Software.
|
|
953
|
-
|
|
954
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
955
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
956
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
957
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
958
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
959
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
960
|
-
SOFTWARE.
|
|
961
|
-
|
|
962
|
-
````
|
|
963
|
-
|
|
964
|
-
---
|
|
965
|
-
|
|
966
|
-
## The following dependencies are licensed under the MIT License:
|
|
967
|
-
|
|
968
|
-
### Rust Crates:
|
|
969
|
-
|
|
970
|
-
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
994
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
995
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
996
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
997
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
998
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
999
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
971
1000
|
|
|
972
1001
|
````text
|
|
973
|
-
Copyright (c)
|
|
1002
|
+
Copyright (c) 2019 Tokio Contributors
|
|
974
1003
|
|
|
975
1004
|
Permission is hereby granted, free of charge, to any
|
|
976
1005
|
person obtaining a copy of this software and associated
|
|
@@ -1002,14 +1031,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1002
1031
|
|
|
1003
1032
|
## The following dependencies are licensed under the MIT License:
|
|
1004
1033
|
|
|
1005
|
-
###
|
|
1034
|
+
### Rust Crates:
|
|
1006
1035
|
|
|
1007
|
-
- [
|
|
1036
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1008
1037
|
|
|
1009
1038
|
````text
|
|
1010
1039
|
MIT License
|
|
1011
1040
|
|
|
1012
|
-
Copyright (c)
|
|
1041
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1013
1042
|
|
|
1014
1043
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1015
1044
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1029,40 +1058,42 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1029
1058
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1030
1059
|
SOFTWARE.
|
|
1031
1060
|
|
|
1032
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1033
|
-
|
|
1034
1061
|
````
|
|
1035
1062
|
|
|
1036
1063
|
---
|
|
1037
1064
|
|
|
1038
1065
|
## The following dependencies are licensed under the MIT License:
|
|
1039
1066
|
|
|
1040
|
-
###
|
|
1067
|
+
### Rust Crates:
|
|
1041
1068
|
|
|
1042
|
-
- [
|
|
1069
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1043
1070
|
|
|
1044
1071
|
````text
|
|
1045
|
-
|
|
1072
|
+
Copyright (c) 2017 Contributors
|
|
1046
1073
|
|
|
1047
|
-
|
|
1074
|
+
Permission is hereby granted, free of charge, to any
|
|
1075
|
+
person obtaining a copy of this software and associated
|
|
1076
|
+
documentation files (the "Software"), to deal in the
|
|
1077
|
+
Software without restriction, including without
|
|
1078
|
+
limitation the rights to use, copy, modify, merge,
|
|
1079
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1080
|
+
the Software, and to permit persons to whom the Software
|
|
1081
|
+
is furnished to do so, subject to the following
|
|
1082
|
+
conditions:
|
|
1048
1083
|
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1053
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1054
|
-
furnished to do so, subject to the following conditions:
|
|
1055
|
-
|
|
1056
|
-
The above copyright notice and this permission notice shall be included in
|
|
1057
|
-
all copies or substantial portions of the Software.
|
|
1084
|
+
The above copyright notice and this permission notice
|
|
1085
|
+
shall be included in all copies or substantial portions
|
|
1086
|
+
of the Software.
|
|
1058
1087
|
|
|
1059
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1060
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1088
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1089
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1090
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1091
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1092
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1093
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1094
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1095
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1096
|
+
DEALINGS IN THE SOFTWARE.
|
|
1066
1097
|
|
|
1067
1098
|
````
|
|
1068
1099
|
|
|
@@ -1072,10 +1103,10 @@ THE SOFTWARE.
|
|
|
1072
1103
|
|
|
1073
1104
|
### Rust Crates:
|
|
1074
1105
|
|
|
1075
|
-
- [
|
|
1106
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1076
1107
|
|
|
1077
1108
|
````text
|
|
1078
|
-
Copyright (c)
|
|
1109
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1079
1110
|
|
|
1080
1111
|
Permission is hereby granted, free of charge, to any
|
|
1081
1112
|
person obtaining a copy of this software and associated
|
|
@@ -1109,10 +1140,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1109
1140
|
|
|
1110
1141
|
### Rust Crates:
|
|
1111
1142
|
|
|
1112
|
-
- [
|
|
1143
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1113
1144
|
|
|
1114
1145
|
````text
|
|
1115
|
-
Copyright (c)
|
|
1146
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1147
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1116
1148
|
|
|
1117
1149
|
Permission is hereby granted, free of charge, to any
|
|
1118
1150
|
person obtaining a copy of this software and associated
|
|
@@ -1146,29 +1178,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1146
1178
|
|
|
1147
1179
|
### Rust Crates:
|
|
1148
1180
|
|
|
1149
|
-
- [
|
|
1181
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1150
1182
|
|
|
1151
1183
|
````text
|
|
1152
|
-
Copyright
|
|
1153
|
-
|
|
1154
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1155
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1156
|
-
in the Software without restriction, including without limitation the rights
|
|
1157
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1158
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1159
|
-
furnished to do so, subject to the following conditions:
|
|
1184
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1160
1185
|
|
|
1161
|
-
|
|
1162
|
-
all copies or substantial portions of the Software.
|
|
1186
|
+
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:
|
|
1163
1187
|
|
|
1164
|
-
|
|
1165
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1166
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1167
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1168
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1169
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1170
|
-
THE SOFTWARE.
|
|
1188
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1171
1189
|
|
|
1190
|
+
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.
|
|
1172
1191
|
|
|
1173
1192
|
````
|
|
1174
1193
|
|
|
@@ -1178,10 +1197,10 @@ THE SOFTWARE.
|
|
|
1178
1197
|
|
|
1179
1198
|
### Rust Crates:
|
|
1180
1199
|
|
|
1181
|
-
- [
|
|
1200
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1182
1201
|
|
|
1183
1202
|
````text
|
|
1184
|
-
Copyright
|
|
1203
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1185
1204
|
|
|
1186
1205
|
Permission is hereby granted, free of charge, to any
|
|
1187
1206
|
person obtaining a copy of this software and associated
|
|
@@ -1215,66 +1234,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1215
1234
|
|
|
1216
1235
|
### Rust Crates:
|
|
1217
1236
|
|
|
1218
|
-
- [
|
|
1219
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1220
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1221
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1222
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1223
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1224
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1225
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1226
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1227
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1228
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1229
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1230
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1231
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1232
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1233
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1234
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1235
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1236
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1237
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1238
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1239
|
-
|
|
1240
|
-
````text
|
|
1241
|
-
MIT License
|
|
1242
|
-
|
|
1243
|
-
Copyright (c) <year> <copyright holders>
|
|
1244
|
-
|
|
1245
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1246
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1247
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1248
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1249
|
-
following conditions:
|
|
1250
|
-
|
|
1251
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1252
|
-
portions of the Software.
|
|
1253
|
-
|
|
1254
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1255
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1256
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1257
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1258
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1259
|
-
|
|
1260
|
-
````
|
|
1261
|
-
|
|
1262
|
-
---
|
|
1263
|
-
|
|
1264
|
-
## The following dependencies are licensed under the MIT License:
|
|
1265
|
-
|
|
1266
|
-
### Rust Crates:
|
|
1267
|
-
|
|
1268
|
-
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1269
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1270
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1271
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1272
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1273
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1237
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1274
1238
|
|
|
1275
1239
|
````text
|
|
1276
|
-
Copyright
|
|
1277
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1240
|
+
Copyright 2023 The Fuchsia Authors
|
|
1278
1241
|
|
|
1279
1242
|
Permission is hereby granted, free of charge, to any
|
|
1280
1243
|
person obtaining a copy of this software and associated
|
|
@@ -1300,6 +1263,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1300
1263
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1301
1264
|
DEALINGS IN THE SOFTWARE.
|
|
1302
1265
|
|
|
1266
|
+
|
|
1303
1267
|
````
|
|
1304
1268
|
|
|
1305
1269
|
---
|
|
@@ -1308,15 +1272,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1308
1272
|
|
|
1309
1273
|
### Rust Crates:
|
|
1310
1274
|
|
|
1311
|
-
- [
|
|
1312
|
-
- [
|
|
1313
|
-
- [
|
|
1314
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1315
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1316
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1275
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1276
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1277
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1317
1278
|
|
|
1318
1279
|
````text
|
|
1319
|
-
Copyright (c)
|
|
1280
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1320
1281
|
|
|
1321
1282
|
Permission is hereby granted, free of charge, to any
|
|
1322
1283
|
person obtaining a copy of this software and associated
|
|
@@ -1348,14 +1309,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1348
1309
|
|
|
1349
1310
|
## The following dependencies are licensed under the MIT License:
|
|
1350
1311
|
|
|
1351
|
-
###
|
|
1312
|
+
### Rust Crates:
|
|
1352
1313
|
|
|
1353
|
-
- [
|
|
1314
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1354
1315
|
|
|
1355
1316
|
````text
|
|
1356
1317
|
The MIT License (MIT)
|
|
1357
1318
|
|
|
1358
|
-
Copyright (c) 2015-
|
|
1319
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1320
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1359
1321
|
|
|
1360
1322
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1361
1323
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1375,7 +1337,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1375
1337
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1376
1338
|
SOFTWARE.
|
|
1377
1339
|
|
|
1378
|
-
|
|
1379
1340
|
````
|
|
1380
1341
|
|
|
1381
1342
|
---
|
|
@@ -1384,19 +1345,69 @@ SOFTWARE.
|
|
|
1384
1345
|
|
|
1385
1346
|
### Rust Crates:
|
|
1386
1347
|
|
|
1387
|
-
- [
|
|
1388
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1348
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1389
1349
|
|
|
1390
1350
|
````text
|
|
1391
|
-
The MIT License (MIT)
|
|
1351
|
+
The MIT License (MIT)
|
|
1352
|
+
|
|
1353
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1354
|
+
|
|
1355
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1356
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1357
|
+
in the Software without restriction, including without limitation the rights
|
|
1358
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1359
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1360
|
+
furnished to do so, subject to the following conditions:
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
The above copyright notice and this permission notice shall be included in
|
|
1364
|
+
all copies or substantial portions of the Software.
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1368
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1369
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1370
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1371
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1372
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1373
|
+
THE SOFTWARE.
|
|
1392
1374
|
|
|
1393
|
-
|
|
1375
|
+
````
|
|
1394
1376
|
|
|
1395
|
-
|
|
1377
|
+
---
|
|
1396
1378
|
|
|
1397
|
-
The
|
|
1379
|
+
## The following dependencies are licensed under the MIT License:
|
|
1398
1380
|
|
|
1399
|
-
|
|
1381
|
+
### Rust Crates:
|
|
1382
|
+
|
|
1383
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1384
|
+
|
|
1385
|
+
````text
|
|
1386
|
+
Copyright (c) 2015 Steven Allen
|
|
1387
|
+
|
|
1388
|
+
Permission is hereby granted, free of charge, to any
|
|
1389
|
+
person obtaining a copy of this software and associated
|
|
1390
|
+
documentation files (the "Software"), to deal in the
|
|
1391
|
+
Software without restriction, including without
|
|
1392
|
+
limitation the rights to use, copy, modify, merge,
|
|
1393
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1394
|
+
the Software, and to permit persons to whom the Software
|
|
1395
|
+
is furnished to do so, subject to the following
|
|
1396
|
+
conditions:
|
|
1397
|
+
|
|
1398
|
+
The above copyright notice and this permission notice
|
|
1399
|
+
shall be included in all copies or substantial portions
|
|
1400
|
+
of the Software.
|
|
1401
|
+
|
|
1402
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1403
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1404
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1405
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1406
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1407
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1408
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1409
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1410
|
+
DEALINGS IN THE SOFTWARE.
|
|
1400
1411
|
|
|
1401
1412
|
````
|
|
1402
1413
|
|
|
@@ -1406,12 +1417,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1406
1417
|
|
|
1407
1418
|
### Rust Crates:
|
|
1408
1419
|
|
|
1409
|
-
- [
|
|
1420
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1410
1421
|
|
|
1411
1422
|
````text
|
|
1412
|
-
Copyright (c)
|
|
1413
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1414
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1423
|
+
Copyright (c) The rust-url developers
|
|
1415
1424
|
|
|
1416
1425
|
Permission is hereby granted, free of charge, to any
|
|
1417
1426
|
person obtaining a copy of this software and associated
|
|
@@ -1445,13 +1454,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1445
1454
|
|
|
1446
1455
|
### Rust Crates:
|
|
1447
1456
|
|
|
1448
|
-
- [
|
|
1449
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1457
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1450
1458
|
|
|
1451
1459
|
````text
|
|
1452
|
-
Copyright (c)
|
|
1453
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1454
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1460
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1455
1461
|
|
|
1456
1462
|
Permission is hereby granted, free of charge, to any
|
|
1457
1463
|
person obtaining a copy of this software and associated
|
|
@@ -1485,12 +1491,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1485
1491
|
|
|
1486
1492
|
### Rust Crates:
|
|
1487
1493
|
|
|
1488
|
-
- [
|
|
1494
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1495
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1489
1496
|
|
|
1490
1497
|
````text
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1498
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1494
1499
|
|
|
1495
1500
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1496
1501
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1518,34 +1523,16 @@ SOFTWARE.
|
|
|
1518
1523
|
|
|
1519
1524
|
### Rust Crates:
|
|
1520
1525
|
|
|
1521
|
-
- [
|
|
1526
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1522
1527
|
|
|
1523
1528
|
````text
|
|
1524
|
-
Copyright
|
|
1529
|
+
Copyright 2016 Nika Layzell
|
|
1525
1530
|
|
|
1526
|
-
Permission is hereby granted, free of charge, to any
|
|
1527
|
-
person obtaining a copy of this software and associated
|
|
1528
|
-
documentation files (the "Software"), to deal in the
|
|
1529
|
-
Software without restriction, including without
|
|
1530
|
-
limitation the rights to use, copy, modify, merge,
|
|
1531
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1532
|
-
the Software, and to permit persons to whom the Software
|
|
1533
|
-
is furnished to do so, subject to the following
|
|
1534
|
-
conditions:
|
|
1531
|
+
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:
|
|
1535
1532
|
|
|
1536
|
-
The above copyright notice and this permission notice
|
|
1537
|
-
shall be included in all copies or substantial portions
|
|
1538
|
-
of the Software.
|
|
1533
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1539
1534
|
|
|
1540
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1541
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1542
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1543
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1544
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1545
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1546
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1547
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1548
|
-
DEALINGS IN THE SOFTWARE.
|
|
1535
|
+
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.
|
|
1549
1536
|
|
|
1550
1537
|
````
|
|
1551
1538
|
|
|
@@ -1555,10 +1542,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1555
1542
|
|
|
1556
1543
|
### Rust Crates:
|
|
1557
1544
|
|
|
1558
|
-
- [
|
|
1545
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1559
1546
|
|
|
1560
1547
|
````text
|
|
1561
|
-
Copyright (c)
|
|
1548
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1562
1549
|
|
|
1563
1550
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1564
1551
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1586,14 +1573,12 @@ THE SOFTWARE.
|
|
|
1586
1573
|
|
|
1587
1574
|
### Rust Crates:
|
|
1588
1575
|
|
|
1589
|
-
- [
|
|
1590
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1591
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1576
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1592
1577
|
|
|
1593
1578
|
````text
|
|
1594
|
-
MIT License
|
|
1579
|
+
The MIT License (MIT)
|
|
1595
1580
|
|
|
1596
|
-
Copyright (c)
|
|
1581
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1597
1582
|
|
|
1598
1583
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1599
1584
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1621,34 +1606,29 @@ SOFTWARE.
|
|
|
1621
1606
|
|
|
1622
1607
|
### Rust Crates:
|
|
1623
1608
|
|
|
1624
|
-
- [
|
|
1609
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1625
1610
|
|
|
1626
1611
|
````text
|
|
1627
|
-
Copyright (c)
|
|
1612
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1628
1613
|
|
|
1629
|
-
Permission is hereby granted, free of charge, to any
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
the Software, and to permit persons to whom the Software
|
|
1636
|
-
is furnished to do so, subject to the following
|
|
1637
|
-
conditions:
|
|
1614
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1615
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1616
|
+
in the Software without restriction, including without limitation the rights
|
|
1617
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1618
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1619
|
+
furnished to do so, subject to the following conditions:
|
|
1638
1620
|
|
|
1639
|
-
The above copyright notice and this permission notice
|
|
1640
|
-
|
|
1641
|
-
|
|
1621
|
+
The above copyright notice and this permission notice shall be included in
|
|
1622
|
+
all copies or substantial portions of the Software.
|
|
1623
|
+
|
|
1624
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1625
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1626
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1627
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1628
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1629
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1630
|
+
THE SOFTWARE.
|
|
1642
1631
|
|
|
1643
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1644
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1645
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1646
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1647
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1648
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1649
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1650
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1651
|
-
DEALINGS IN THE SOFTWARE.
|
|
1652
1632
|
|
|
1653
1633
|
````
|
|
1654
1634
|
|
|
@@ -1658,10 +1638,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1658
1638
|
|
|
1659
1639
|
### Rust Crates:
|
|
1660
1640
|
|
|
1661
|
-
- [
|
|
1641
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1662
1642
|
|
|
1663
1643
|
````text
|
|
1664
|
-
Copyright (c) The rust-
|
|
1644
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1645
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1665
1646
|
|
|
1666
1647
|
Permission is hereby granted, free of charge, to any
|
|
1667
1648
|
person obtaining a copy of this software and associated
|
|
@@ -1695,16 +1676,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1695
1676
|
|
|
1696
1677
|
### Rust Crates:
|
|
1697
1678
|
|
|
1698
|
-
- [
|
|
1679
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1699
1680
|
|
|
1700
1681
|
````text
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1704
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1705
|
-
Copyright (c) 2017 Frommi
|
|
1706
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1707
|
-
|
|
1682
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1708
1683
|
|
|
1709
1684
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1710
1685
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1732,10 +1707,30 @@ SOFTWARE.
|
|
|
1732
1707
|
|
|
1733
1708
|
### Rust Crates:
|
|
1734
1709
|
|
|
1735
|
-
- [
|
|
1710
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
1736
1711
|
|
|
1737
1712
|
````text
|
|
1738
|
-
Copyright (c)
|
|
1713
|
+
Copyright (c) 2015 steffengy
|
|
1714
|
+
|
|
1715
|
+
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:
|
|
1716
|
+
|
|
1717
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1718
|
+
|
|
1719
|
+
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.
|
|
1720
|
+
|
|
1721
|
+
````
|
|
1722
|
+
|
|
1723
|
+
---
|
|
1724
|
+
|
|
1725
|
+
## The following dependencies are licensed under the MIT License:
|
|
1726
|
+
|
|
1727
|
+
### Rust Crates:
|
|
1728
|
+
|
|
1729
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1730
|
+
|
|
1731
|
+
````text
|
|
1732
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1733
|
+
Copyright (c) 2016 Jason Housley
|
|
1739
1734
|
|
|
1740
1735
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1741
1736
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1761,13 +1756,14 @@ THE SOFTWARE.
|
|
|
1761
1756
|
|
|
1762
1757
|
## The following dependencies are licensed under the MIT License:
|
|
1763
1758
|
|
|
1764
|
-
###
|
|
1759
|
+
### NPM Packages:
|
|
1765
1760
|
|
|
1766
|
-
- [
|
|
1767
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1761
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1768
1762
|
|
|
1769
1763
|
````text
|
|
1770
|
-
|
|
1764
|
+
MIT License
|
|
1765
|
+
|
|
1766
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1771
1767
|
|
|
1772
1768
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1773
1769
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1787,6 +1783,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1787
1783
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1788
1784
|
SOFTWARE.
|
|
1789
1785
|
|
|
1786
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1787
|
+
|
|
1790
1788
|
````
|
|
1791
1789
|
|
|
1792
1790
|
---
|
|
@@ -1795,12 +1793,13 @@ SOFTWARE.
|
|
|
1795
1793
|
|
|
1796
1794
|
### Rust Crates:
|
|
1797
1795
|
|
|
1798
|
-
- [
|
|
1799
|
-
- [
|
|
1800
|
-
- [
|
|
1796
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1797
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1798
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1799
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1801
1800
|
|
|
1802
1801
|
````text
|
|
1803
|
-
Copyright (c)
|
|
1802
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1804
1803
|
|
|
1805
1804
|
Permission is hereby granted, free of charge, to any
|
|
1806
1805
|
person obtaining a copy of this software and associated
|
|
@@ -1866,46 +1865,11 @@ SOFTWARE.
|
|
|
1866
1865
|
|
|
1867
1866
|
### Rust Crates:
|
|
1868
1867
|
|
|
1869
|
-
- [
|
|
1870
|
-
|
|
1871
|
-
````text
|
|
1872
|
-
MIT License
|
|
1873
|
-
|
|
1874
|
-
Copyright (c) 2025 Callum Oakley
|
|
1875
|
-
|
|
1876
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1877
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1878
|
-
in the Software without restriction, including without limitation the rights
|
|
1879
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1880
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1881
|
-
furnished to do so, subject to the following conditions:
|
|
1882
|
-
|
|
1883
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1884
|
-
copies or substantial portions of the Software.
|
|
1885
|
-
|
|
1886
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1887
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1888
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1889
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1890
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1891
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1892
|
-
SOFTWARE.
|
|
1893
|
-
|
|
1894
|
-
````
|
|
1895
|
-
|
|
1896
|
-
---
|
|
1897
|
-
|
|
1898
|
-
## The following dependencies are licensed under the MIT License:
|
|
1899
|
-
|
|
1900
|
-
### Rust Crates:
|
|
1901
|
-
|
|
1902
|
-
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1903
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1868
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1904
1869
|
|
|
1905
1870
|
````text
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
Copyright (c) 2019 Graham Esau
|
|
1871
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1872
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1909
1873
|
|
|
1910
1874
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1911
1875
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1933,10 +1897,11 @@ SOFTWARE.
|
|
|
1933
1897
|
|
|
1934
1898
|
### Rust Crates:
|
|
1935
1899
|
|
|
1936
|
-
- [
|
|
1900
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1901
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1937
1902
|
|
|
1938
1903
|
````text
|
|
1939
|
-
Copyright (c)
|
|
1904
|
+
Copyright (c) 2014 Alex Crichton
|
|
1940
1905
|
|
|
1941
1906
|
Permission is hereby granted, free of charge, to any
|
|
1942
1907
|
person obtaining a copy of this software and associated
|
|
@@ -1968,36 +1933,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1968
1933
|
|
|
1969
1934
|
## The following dependencies are licensed under the MIT License:
|
|
1970
1935
|
|
|
1971
|
-
###
|
|
1936
|
+
### NPM Packages:
|
|
1972
1937
|
|
|
1973
|
-
- [
|
|
1938
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1974
1939
|
|
|
1975
1940
|
````text
|
|
1976
|
-
|
|
1941
|
+
The MIT License (MIT)
|
|
1977
1942
|
|
|
1978
|
-
|
|
1979
|
-
person obtaining a copy of this software and associated
|
|
1980
|
-
documentation files (the "Software"), to deal in the
|
|
1981
|
-
Software without restriction, including without
|
|
1982
|
-
limitation the rights to use, copy, modify, merge,
|
|
1983
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1984
|
-
the Software, and to permit persons to whom the Software
|
|
1985
|
-
is furnished to do so, subject to the following
|
|
1986
|
-
conditions:
|
|
1943
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1987
1944
|
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1945
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1946
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1947
|
+
in the Software without restriction, including without limitation the rights
|
|
1948
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1949
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1950
|
+
furnished to do so, subject to the following conditions:
|
|
1951
|
+
|
|
1952
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1953
|
+
copies or substantial portions of the Software.
|
|
1954
|
+
|
|
1955
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1956
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1957
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1958
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1959
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1960
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1961
|
+
SOFTWARE.
|
|
1991
1962
|
|
|
1992
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1993
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1994
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1995
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1996
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1997
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1998
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1999
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2000
|
-
DEALINGS IN THE SOFTWARE.
|
|
2001
1963
|
|
|
2002
1964
|
````
|
|
2003
1965
|
|
|
@@ -2007,10 +1969,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2007
1969
|
|
|
2008
1970
|
### Rust Crates:
|
|
2009
1971
|
|
|
2010
|
-
- [
|
|
1972
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2011
1973
|
|
|
2012
1974
|
````text
|
|
2013
|
-
Copyright
|
|
1975
|
+
Copyright (c) The Rust Project Developers
|
|
2014
1976
|
|
|
2015
1977
|
Permission is hereby granted, free of charge, to any
|
|
2016
1978
|
person obtaining a copy of this software and associated
|
|
@@ -2044,14 +2006,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2044
2006
|
|
|
2045
2007
|
### Rust Crates:
|
|
2046
2008
|
|
|
2047
|
-
- [
|
|
2009
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2048
2010
|
|
|
2049
2011
|
````text
|
|
2050
|
-
|
|
2012
|
+
MIT License
|
|
2013
|
+
|
|
2014
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2015
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2016
|
+
Copyright (c) 2017 Frommi
|
|
2017
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2051
2018
|
|
|
2052
|
-
Copyright (c) 2015 Danny Guo
|
|
2053
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2054
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2055
2019
|
|
|
2056
2020
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2057
2021
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2079,43 +2043,14 @@ SOFTWARE.
|
|
|
2079
2043
|
|
|
2080
2044
|
### Rust Crates:
|
|
2081
2045
|
|
|
2082
|
-
- [
|
|
2046
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2047
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2048
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2083
2049
|
|
|
2084
2050
|
````text
|
|
2085
2051
|
MIT License
|
|
2086
2052
|
|
|
2087
|
-
Copyright (c)
|
|
2088
|
-
|
|
2089
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2090
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2091
|
-
in the Software without restriction, including without limitation the rights
|
|
2092
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2093
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2094
|
-
furnished to do so, subject to the following conditions:
|
|
2095
|
-
|
|
2096
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2097
|
-
copies or substantial portions of the Software.
|
|
2098
|
-
|
|
2099
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2100
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2101
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2102
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2103
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2104
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2105
|
-
SOFTWARE.
|
|
2106
|
-
|
|
2107
|
-
````
|
|
2108
|
-
|
|
2109
|
-
---
|
|
2110
|
-
|
|
2111
|
-
## The following dependencies are licensed under the MIT License:
|
|
2112
|
-
|
|
2113
|
-
### Rust Crates:
|
|
2114
|
-
|
|
2115
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2116
|
-
|
|
2117
|
-
````text
|
|
2118
|
-
Copyright (c) 2018 directories-rs contributors
|
|
2053
|
+
Copyright (c) 2017 Ted Driggs
|
|
2119
2054
|
|
|
2120
2055
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2121
2056
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2143,10 +2078,10 @@ SOFTWARE.
|
|
|
2143
2078
|
|
|
2144
2079
|
### Rust Crates:
|
|
2145
2080
|
|
|
2146
|
-
- [
|
|
2081
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2147
2082
|
|
|
2148
2083
|
````text
|
|
2149
|
-
Copyright (c)
|
|
2084
|
+
Copyright (c) 2018 Carl Lerche
|
|
2150
2085
|
|
|
2151
2086
|
Permission is hereby granted, free of charge, to any
|
|
2152
2087
|
person obtaining a copy of this software and associated
|
|
@@ -2180,45 +2115,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2180
2115
|
|
|
2181
2116
|
### Rust Crates:
|
|
2182
2117
|
|
|
2183
|
-
- [
|
|
2118
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2184
2119
|
|
|
2185
2120
|
````text
|
|
2186
2121
|
The MIT License (MIT)
|
|
2187
2122
|
|
|
2188
|
-
Copyright (c)
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2192
|
-
in the Software without restriction, including without limitation the rights
|
|
2193
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2194
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2195
|
-
furnished to do so, subject to the following conditions:
|
|
2196
|
-
|
|
2197
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2198
|
-
copies or substantial portions of the Software.
|
|
2199
|
-
|
|
2200
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2201
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2202
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2203
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2204
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2205
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2206
|
-
SOFTWARE.
|
|
2207
|
-
|
|
2208
|
-
````
|
|
2209
|
-
|
|
2210
|
-
---
|
|
2211
|
-
|
|
2212
|
-
## The following dependencies are licensed under the MIT License:
|
|
2213
|
-
|
|
2214
|
-
### Rust Crates:
|
|
2215
|
-
|
|
2216
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2217
|
-
|
|
2218
|
-
````text
|
|
2219
|
-
MIT License
|
|
2220
|
-
|
|
2221
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2123
|
+
Copyright (c) 2015 Danny Guo
|
|
2124
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2125
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
2222
2126
|
|
|
2223
2127
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2224
2128
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2246,12 +2150,10 @@ SOFTWARE.
|
|
|
2246
2150
|
|
|
2247
2151
|
### Rust Crates:
|
|
2248
2152
|
|
|
2249
|
-
- [
|
|
2250
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2251
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2153
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2252
2154
|
|
|
2253
2155
|
````text
|
|
2254
|
-
Copyright (c)
|
|
2156
|
+
Copyright (c) 2016--2017
|
|
2255
2157
|
|
|
2256
2158
|
Permission is hereby granted, free of charge, to any
|
|
2257
2159
|
person obtaining a copy of this software and associated
|
|
@@ -2283,15 +2185,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2283
2185
|
|
|
2284
2186
|
## The following dependencies are licensed under the MIT License:
|
|
2285
2187
|
|
|
2286
|
-
###
|
|
2188
|
+
### Rust Crates:
|
|
2287
2189
|
|
|
2288
|
-
- [
|
|
2289
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2190
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2290
2191
|
|
|
2291
2192
|
````text
|
|
2292
|
-
|
|
2193
|
+
Copyright (c) 2016 The humantime Developers
|
|
2194
|
+
|
|
2195
|
+
Includes parts of http date with the following copyright:
|
|
2196
|
+
Copyright (c) 2016 Pyfisch
|
|
2197
|
+
|
|
2198
|
+
Includes portions of musl libc with the following copyright:
|
|
2199
|
+
Copyright © 2005-2013 Rich Felker
|
|
2293
2200
|
|
|
2294
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
2295
2201
|
|
|
2296
2202
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2297
2203
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2319,11 +2225,12 @@ SOFTWARE.
|
|
|
2319
2225
|
|
|
2320
2226
|
### Rust Crates:
|
|
2321
2227
|
|
|
2322
|
-
- [
|
|
2228
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2323
2229
|
|
|
2324
2230
|
````text
|
|
2325
|
-
|
|
2326
|
-
|
|
2231
|
+
The MIT License (MIT)
|
|
2232
|
+
|
|
2233
|
+
Copyright (c) 2015 Alice Maz
|
|
2327
2234
|
|
|
2328
2235
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2329
2236
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2351,73 +2258,13 @@ THE SOFTWARE.
|
|
|
2351
2258
|
|
|
2352
2259
|
### Rust Crates:
|
|
2353
2260
|
|
|
2354
|
-
- [
|
|
2355
|
-
- [
|
|
2356
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2357
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2358
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2359
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2360
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2361
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2362
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2363
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2364
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2365
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2366
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2367
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2368
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2369
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2370
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2371
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2372
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2373
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2374
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2375
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2376
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2377
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2378
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2379
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2380
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2381
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2382
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2261
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2262
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2383
2263
|
|
|
2384
2264
|
````text
|
|
2385
|
-
|
|
2386
|
-
person obtaining a copy of this software and associated
|
|
2387
|
-
documentation files (the "Software"), to deal in the
|
|
2388
|
-
Software without restriction, including without
|
|
2389
|
-
limitation the rights to use, copy, modify, merge,
|
|
2390
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2391
|
-
the Software, and to permit persons to whom the Software
|
|
2392
|
-
is furnished to do so, subject to the following
|
|
2393
|
-
conditions:
|
|
2394
|
-
|
|
2395
|
-
The above copyright notice and this permission notice
|
|
2396
|
-
shall be included in all copies or substantial portions
|
|
2397
|
-
of the Software.
|
|
2398
|
-
|
|
2399
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2400
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2401
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2402
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2403
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2404
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2405
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2406
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2407
|
-
DEALINGS IN THE SOFTWARE.
|
|
2408
|
-
|
|
2409
|
-
````
|
|
2410
|
-
|
|
2411
|
-
---
|
|
2412
|
-
|
|
2413
|
-
## The following dependencies are licensed under the MIT License:
|
|
2414
|
-
|
|
2415
|
-
### Rust Crates:
|
|
2416
|
-
|
|
2417
|
-
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2265
|
+
MIT License
|
|
2418
2266
|
|
|
2419
|
-
|
|
2420
|
-
Copyright (c) 2017 Sean McArthur
|
|
2267
|
+
Copyright (c) 2019 Graham Esau
|
|
2421
2268
|
|
|
2422
2269
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2423
2270
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2426,17 +2273,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2426
2273
|
copies of the Software, and to permit persons to whom the Software is
|
|
2427
2274
|
furnished to do so, subject to the following conditions:
|
|
2428
2275
|
|
|
2429
|
-
The above copyright notice and this permission notice shall be included in
|
|
2430
|
-
|
|
2276
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2277
|
+
copies or substantial portions of the Software.
|
|
2431
2278
|
|
|
2432
2279
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2433
2280
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2434
2281
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2435
2282
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2436
2283
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2437
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2438
|
-
|
|
2439
|
-
|
|
2284
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2285
|
+
SOFTWARE.
|
|
2440
2286
|
|
|
2441
2287
|
````
|
|
2442
2288
|
|
|
@@ -2446,10 +2292,11 @@ THE SOFTWARE.
|
|
|
2446
2292
|
|
|
2447
2293
|
### Rust Crates:
|
|
2448
2294
|
|
|
2449
|
-
- [
|
|
2295
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2450
2296
|
|
|
2451
2297
|
````text
|
|
2452
|
-
Copyright (c)
|
|
2298
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2299
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2453
2300
|
|
|
2454
2301
|
Permission is hereby granted, free of charge, to any
|
|
2455
2302
|
person obtaining a copy of this software and associated
|
|
@@ -2483,11 +2330,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2483
2330
|
|
|
2484
2331
|
### Rust Crates:
|
|
2485
2332
|
|
|
2486
|
-
- [
|
|
2487
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2333
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2488
2334
|
|
|
2489
2335
|
````text
|
|
2490
|
-
|
|
2336
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2491
2337
|
|
|
2492
2338
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2493
2339
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2496,16 +2342,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2496
2342
|
copies of the Software, and to permit persons to whom the Software is
|
|
2497
2343
|
furnished to do so, subject to the following conditions:
|
|
2498
2344
|
|
|
2499
|
-
The above copyright notice and this permission notice shall be included in
|
|
2500
|
-
copies or substantial portions of the Software.
|
|
2345
|
+
The above copyright notice and this permission notice shall be included in
|
|
2346
|
+
all copies or substantial portions of the Software.
|
|
2501
2347
|
|
|
2502
2348
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2503
2349
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2504
2350
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2505
2351
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2506
2352
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2507
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2508
|
-
SOFTWARE.
|
|
2353
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2354
|
+
THE SOFTWARE.
|
|
2509
2355
|
|
|
2510
2356
|
````
|
|
2511
2357
|
|
|
@@ -2515,10 +2361,10 @@ SOFTWARE.
|
|
|
2515
2361
|
|
|
2516
2362
|
### Rust Crates:
|
|
2517
2363
|
|
|
2518
|
-
- [
|
|
2364
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2519
2365
|
|
|
2520
2366
|
````text
|
|
2521
|
-
Copyright (c)
|
|
2367
|
+
Copyright (c) 2017 Sean McArthur
|
|
2522
2368
|
|
|
2523
2369
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2524
2370
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2538,42 +2384,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2538
2384
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2539
2385
|
THE SOFTWARE.
|
|
2540
2386
|
|
|
2541
|
-
````
|
|
2542
|
-
|
|
2543
|
-
---
|
|
2544
|
-
|
|
2545
|
-
## The following dependencies are licensed under the MIT License:
|
|
2546
|
-
|
|
2547
|
-
### Rust Crates:
|
|
2548
|
-
|
|
2549
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2550
|
-
|
|
2551
|
-
````text
|
|
2552
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
2553
|
-
|
|
2554
|
-
Permission is hereby granted, free of charge, to any
|
|
2555
|
-
person obtaining a copy of this software and associated
|
|
2556
|
-
documentation files (the "Software"), to deal in the
|
|
2557
|
-
Software without restriction, including without
|
|
2558
|
-
limitation the rights to use, copy, modify, merge,
|
|
2559
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2560
|
-
the Software, and to permit persons to whom the Software
|
|
2561
|
-
is furnished to do so, subject to the following
|
|
2562
|
-
conditions:
|
|
2563
|
-
|
|
2564
|
-
The above copyright notice and this permission notice
|
|
2565
|
-
shall be included in all copies or substantial portions
|
|
2566
|
-
of the Software.
|
|
2567
|
-
|
|
2568
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2569
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2570
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2571
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2572
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2573
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2574
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2575
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2576
|
-
DEALINGS IN THE SOFTWARE.
|
|
2577
2387
|
|
|
2578
2388
|
````
|
|
2579
2389
|
|
|
@@ -2583,35 +2393,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2583
2393
|
|
|
2584
2394
|
### Rust Crates:
|
|
2585
2395
|
|
|
2586
|
-
- [
|
|
2396
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2587
2397
|
|
|
2588
2398
|
````text
|
|
2589
|
-
Copyright (c)
|
|
2590
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2399
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2591
2400
|
|
|
2592
|
-
Permission is hereby granted, free of charge, to any
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
the Software, and to permit persons to whom the Software
|
|
2599
|
-
is furnished to do so, subject to the following
|
|
2600
|
-
conditions:
|
|
2401
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2402
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2403
|
+
in the Software without restriction, including without limitation the rights
|
|
2404
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2405
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2406
|
+
furnished to do so, subject to the following conditions:
|
|
2601
2407
|
|
|
2602
|
-
The above copyright notice and this permission notice
|
|
2603
|
-
|
|
2604
|
-
of the Software.
|
|
2408
|
+
The above copyright notice and this permission notice shall be included in
|
|
2409
|
+
all copies or substantial portions of the Software.
|
|
2605
2410
|
|
|
2606
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2614
|
-
DEALINGS IN THE SOFTWARE.
|
|
2411
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2412
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2413
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2414
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2415
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2416
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2417
|
+
THE SOFTWARE.
|
|
2615
2418
|
|
|
2616
2419
|
````
|
|
2617
2420
|
|
|
@@ -2621,10 +2424,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2621
2424
|
|
|
2622
2425
|
### Rust Crates:
|
|
2623
2426
|
|
|
2624
|
-
- [
|
|
2427
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2625
2428
|
|
|
2626
2429
|
````text
|
|
2627
|
-
Copyright (c)
|
|
2430
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2628
2431
|
|
|
2629
2432
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2630
2433
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2651,17 +2454,119 @@ THE SOFTWARE.
|
|
|
2651
2454
|
|
|
2652
2455
|
## The following dependencies are licensed under the MIT License:
|
|
2653
2456
|
|
|
2654
|
-
###
|
|
2457
|
+
### NPM Packages:
|
|
2655
2458
|
|
|
2656
|
-
- [
|
|
2459
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2460
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2657
2461
|
|
|
2658
2462
|
````text
|
|
2659
|
-
|
|
2463
|
+
MIT License
|
|
2660
2464
|
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2465
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2466
|
+
|
|
2467
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2468
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2469
|
+
in the Software without restriction, including without limitation the rights
|
|
2470
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2471
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2472
|
+
furnished to do so, subject to the following conditions:
|
|
2473
|
+
|
|
2474
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2475
|
+
copies or substantial portions of the Software.
|
|
2476
|
+
|
|
2477
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2478
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2479
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2480
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2481
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2482
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2483
|
+
SOFTWARE.
|
|
2484
|
+
|
|
2485
|
+
````
|
|
2486
|
+
|
|
2487
|
+
---
|
|
2488
|
+
|
|
2489
|
+
## The following dependencies are licensed under the MIT License:
|
|
2490
|
+
|
|
2491
|
+
### Rust Crates:
|
|
2492
|
+
|
|
2493
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2494
|
+
|
|
2495
|
+
````text
|
|
2496
|
+
MIT License
|
|
2497
|
+
|
|
2498
|
+
Copyright (c) 2025 Callum Oakley
|
|
2499
|
+
|
|
2500
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2501
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2502
|
+
in the Software without restriction, including without limitation the rights
|
|
2503
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2504
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2505
|
+
furnished to do so, subject to the following conditions:
|
|
2506
|
+
|
|
2507
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2508
|
+
copies or substantial portions of the Software.
|
|
2509
|
+
|
|
2510
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2511
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2512
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2513
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2514
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2515
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2516
|
+
SOFTWARE.
|
|
2517
|
+
|
|
2518
|
+
````
|
|
2519
|
+
|
|
2520
|
+
---
|
|
2521
|
+
|
|
2522
|
+
## The following dependencies are licensed under the MIT License:
|
|
2523
|
+
|
|
2524
|
+
### NPM Packages:
|
|
2525
|
+
|
|
2526
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2527
|
+
|
|
2528
|
+
````text
|
|
2529
|
+
This software is released under the MIT license:
|
|
2530
|
+
|
|
2531
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2532
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2533
|
+
the Software without restriction, including without limitation the rights to
|
|
2534
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2535
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2536
|
+
subject to the following conditions:
|
|
2537
|
+
|
|
2538
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2539
|
+
copies or substantial portions of the Software.
|
|
2540
|
+
|
|
2541
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2542
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2543
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2544
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2545
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2546
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2547
|
+
|
|
2548
|
+
````
|
|
2549
|
+
|
|
2550
|
+
---
|
|
2551
|
+
|
|
2552
|
+
## The following dependencies are licensed under the MIT License:
|
|
2553
|
+
|
|
2554
|
+
### Rust Crates:
|
|
2555
|
+
|
|
2556
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2557
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2558
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2559
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2560
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2561
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2562
|
+
|
|
2563
|
+
````text
|
|
2564
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2565
|
+
|
|
2566
|
+
Permission is hereby granted, free of charge, to any
|
|
2567
|
+
person obtaining a copy of this software and associated
|
|
2568
|
+
documentation files (the "Software"), to deal in the
|
|
2569
|
+
Software without restriction, including without
|
|
2665
2570
|
limitation the rights to use, copy, modify, merge,
|
|
2666
2571
|
publish, distribute, sublicense, and/or sell copies of
|
|
2667
2572
|
the Software, and to permit persons to whom the Software
|
|
@@ -2690,10 +2595,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2690
2595
|
|
|
2691
2596
|
### Rust Crates:
|
|
2692
2597
|
|
|
2693
|
-
- [
|
|
2598
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2694
2599
|
|
|
2695
2600
|
````text
|
|
2696
|
-
Copyright (c) 2017
|
|
2601
|
+
Copyright (c) 2017 http-rs authors
|
|
2697
2602
|
|
|
2698
2603
|
Permission is hereby granted, free of charge, to any
|
|
2699
2604
|
person obtaining a copy of this software and associated
|
|
@@ -2718,6 +2623,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2718
2623
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2719
2624
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2720
2625
|
DEALINGS IN THE SOFTWARE.
|
|
2626
|
+
|
|
2721
2627
|
````
|
|
2722
2628
|
|
|
2723
2629
|
---
|
|
@@ -2726,10 +2632,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2726
2632
|
|
|
2727
2633
|
### Rust Crates:
|
|
2728
2634
|
|
|
2729
|
-
- [
|
|
2635
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2730
2636
|
|
|
2731
2637
|
````text
|
|
2732
|
-
Copyright (c)
|
|
2638
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2639
|
+
Copyright (c) 2016 Alex Crichton
|
|
2640
|
+
|
|
2641
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2642
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2643
|
+
in the Software without restriction, including without limitation the rights
|
|
2644
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2645
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2646
|
+
furnished to do so, subject to the following conditions:
|
|
2647
|
+
|
|
2648
|
+
The above copyright notice and this permission notice shall be included in
|
|
2649
|
+
all copies or substantial portions of the Software.
|
|
2650
|
+
|
|
2651
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2652
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2653
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2654
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2655
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2656
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2657
|
+
THE SOFTWARE.
|
|
2658
|
+
|
|
2659
|
+
|
|
2660
|
+
````
|
|
2661
|
+
|
|
2662
|
+
---
|
|
2663
|
+
|
|
2664
|
+
## The following dependencies are licensed under the MIT License:
|
|
2665
|
+
|
|
2666
|
+
### Rust Crates:
|
|
2667
|
+
|
|
2668
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2669
|
+
|
|
2670
|
+
````text
|
|
2671
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2733
2672
|
|
|
2734
2673
|
Permission is hereby granted, free of charge, to any
|
|
2735
2674
|
person obtaining a copy of this software and associated
|
|
@@ -2763,16 +2702,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2763
2702
|
|
|
2764
2703
|
### Rust Crates:
|
|
2765
2704
|
|
|
2766
|
-
- [
|
|
2705
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2767
2706
|
|
|
2768
2707
|
````text
|
|
2769
|
-
Copyright 2016
|
|
2708
|
+
Copyright (c) 2016--2023
|
|
2770
2709
|
|
|
2771
|
-
Permission is hereby granted, free of charge, to any
|
|
2710
|
+
Permission is hereby granted, free of charge, to any
|
|
2711
|
+
person obtaining a copy of this software and associated
|
|
2712
|
+
documentation files (the "Software"), to deal in the
|
|
2713
|
+
Software without restriction, including without
|
|
2714
|
+
limitation the rights to use, copy, modify, merge,
|
|
2715
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2716
|
+
the Software, and to permit persons to whom the Software
|
|
2717
|
+
is furnished to do so, subject to the following
|
|
2718
|
+
conditions:
|
|
2772
2719
|
|
|
2773
|
-
The above copyright notice and this permission notice
|
|
2720
|
+
The above copyright notice and this permission notice
|
|
2721
|
+
shall be included in all copies or substantial portions
|
|
2722
|
+
of the Software.
|
|
2774
2723
|
|
|
2775
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2724
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2725
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2726
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2727
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2728
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2729
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2730
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2731
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2732
|
+
DEALINGS IN THE SOFTWARE.
|
|
2776
2733
|
|
|
2777
2734
|
````
|
|
2778
2735
|
|
|
@@ -2782,11 +2739,86 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2782
2739
|
|
|
2783
2740
|
### Rust Crates:
|
|
2784
2741
|
|
|
2785
|
-
- [
|
|
2742
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2786
2743
|
|
|
2787
2744
|
````text
|
|
2788
|
-
Copyright (c)
|
|
2789
|
-
|
|
2745
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2746
|
+
|
|
2747
|
+
Permission is hereby granted, free of charge, to any
|
|
2748
|
+
person obtaining a copy of this software and associated
|
|
2749
|
+
documentation files (the "Software"), to deal in the
|
|
2750
|
+
Software without restriction, including without
|
|
2751
|
+
limitation the rights to use, copy, modify, merge,
|
|
2752
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2753
|
+
the Software, and to permit persons to whom the Software
|
|
2754
|
+
is furnished to do so, subject to the following
|
|
2755
|
+
conditions:
|
|
2756
|
+
|
|
2757
|
+
The above copyright notice and this permission notice
|
|
2758
|
+
shall be included in all copies or substantial portions
|
|
2759
|
+
of the Software.
|
|
2760
|
+
|
|
2761
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2762
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2763
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2764
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2765
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2766
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2767
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2768
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2769
|
+
DEALINGS IN THE SOFTWARE.
|
|
2770
|
+
|
|
2771
|
+
````
|
|
2772
|
+
|
|
2773
|
+
---
|
|
2774
|
+
|
|
2775
|
+
## The following dependencies are licensed under the MIT License:
|
|
2776
|
+
|
|
2777
|
+
### Rust Crates:
|
|
2778
|
+
|
|
2779
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2780
|
+
|
|
2781
|
+
````text
|
|
2782
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2783
|
+
|
|
2784
|
+
Permission is hereby granted, free of charge, to any
|
|
2785
|
+
person obtaining a copy of this software and associated
|
|
2786
|
+
documentation files (the "Software"), to deal in the
|
|
2787
|
+
Software without restriction, including without
|
|
2788
|
+
limitation the rights to use, copy, modify, merge,
|
|
2789
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2790
|
+
the Software, and to permit persons to whom the Software
|
|
2791
|
+
is furnished to do so, subject to the following
|
|
2792
|
+
conditions:
|
|
2793
|
+
|
|
2794
|
+
The above copyright notice and this permission notice
|
|
2795
|
+
shall be included in all copies or substantial portions
|
|
2796
|
+
of the Software.
|
|
2797
|
+
|
|
2798
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2799
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2800
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2801
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2802
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2803
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2804
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2805
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2806
|
+
DEALINGS IN THE SOFTWARE.
|
|
2807
|
+
|
|
2808
|
+
````
|
|
2809
|
+
|
|
2810
|
+
---
|
|
2811
|
+
|
|
2812
|
+
## The following dependencies are licensed under the MIT License:
|
|
2813
|
+
|
|
2814
|
+
### Rust Crates:
|
|
2815
|
+
|
|
2816
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2817
|
+
|
|
2818
|
+
````text
|
|
2819
|
+
MIT License
|
|
2820
|
+
|
|
2821
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2790
2822
|
|
|
2791
2823
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2792
2824
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2795,16 +2827,50 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2795
2827
|
copies of the Software, and to permit persons to whom the Software is
|
|
2796
2828
|
furnished to do so, subject to the following conditions:
|
|
2797
2829
|
|
|
2798
|
-
The above copyright notice and this permission notice shall be included in
|
|
2799
|
-
|
|
2830
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2831
|
+
copies or substantial portions of the Software.
|
|
2800
2832
|
|
|
2801
2833
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2802
2834
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2803
2835
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2804
2836
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2805
2837
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2806
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2807
|
-
|
|
2838
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2839
|
+
SOFTWARE.
|
|
2840
|
+
|
|
2841
|
+
````
|
|
2842
|
+
|
|
2843
|
+
---
|
|
2844
|
+
|
|
2845
|
+
## The following dependencies are licensed under the MIT License:
|
|
2846
|
+
|
|
2847
|
+
### NPM Packages:
|
|
2848
|
+
|
|
2849
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2850
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2851
|
+
|
|
2852
|
+
````text
|
|
2853
|
+
MIT License
|
|
2854
|
+
|
|
2855
|
+
Copyright (c) Microsoft Corporation.
|
|
2856
|
+
|
|
2857
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2858
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2859
|
+
in the Software without restriction, including without limitation the rights
|
|
2860
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2861
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2862
|
+
furnished to do so, subject to the following conditions:
|
|
2863
|
+
|
|
2864
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2865
|
+
copies or substantial portions of the Software.
|
|
2866
|
+
|
|
2867
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2868
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2869
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2870
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2871
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2872
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2873
|
+
SOFTWARE
|
|
2808
2874
|
|
|
2809
2875
|
````
|
|
2810
2876
|
|
|
@@ -2814,12 +2880,89 @@ THE SOFTWARE.
|
|
|
2814
2880
|
|
|
2815
2881
|
### Rust Crates:
|
|
2816
2882
|
|
|
2817
|
-
- [
|
|
2883
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2884
|
+
|
|
2885
|
+
````text
|
|
2886
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2887
|
+
|
|
2888
|
+
Permission is hereby granted, free of charge, to any
|
|
2889
|
+
person obtaining a copy of this software and associated
|
|
2890
|
+
documentation files (the "Software"), to deal in the
|
|
2891
|
+
Software without restriction, including without
|
|
2892
|
+
limitation the rights to use, copy, modify, merge,
|
|
2893
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2894
|
+
the Software, and to permit persons to whom the Software
|
|
2895
|
+
is furnished to do so, subject to the following
|
|
2896
|
+
conditions:
|
|
2897
|
+
|
|
2898
|
+
The above copyright notice and this permission notice
|
|
2899
|
+
shall be included in all copies or substantial portions
|
|
2900
|
+
of the Software.
|
|
2901
|
+
|
|
2902
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2903
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2904
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2905
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2906
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2907
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2908
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2909
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2910
|
+
DEALINGS IN THE SOFTWARE.
|
|
2911
|
+
|
|
2912
|
+
````
|
|
2913
|
+
|
|
2914
|
+
---
|
|
2915
|
+
|
|
2916
|
+
## The following dependencies are licensed under the MIT License:
|
|
2917
|
+
|
|
2918
|
+
### Rust Crates:
|
|
2919
|
+
|
|
2920
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2921
|
+
|
|
2922
|
+
````text
|
|
2923
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2924
|
+
|
|
2925
|
+
Permission is hereby granted, free of charge, to any
|
|
2926
|
+
person obtaining a copy of this software and associated
|
|
2927
|
+
documentation files (the "Software"), to deal in the
|
|
2928
|
+
Software without restriction, including without
|
|
2929
|
+
limitation the rights to use, copy, modify, merge,
|
|
2930
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2931
|
+
the Software, and to permit persons to whom the Software
|
|
2932
|
+
is furnished to do so, subject to the following
|
|
2933
|
+
conditions:
|
|
2934
|
+
|
|
2935
|
+
The above copyright notice and this permission notice
|
|
2936
|
+
shall be included in all copies or substantial portions
|
|
2937
|
+
of the Software.
|
|
2938
|
+
|
|
2939
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2940
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2941
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2942
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2943
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2944
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2945
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2946
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2947
|
+
DEALINGS IN THE SOFTWARE.
|
|
2948
|
+
|
|
2949
|
+
````
|
|
2950
|
+
|
|
2951
|
+
---
|
|
2952
|
+
|
|
2953
|
+
## The following dependencies are licensed under the MIT License:
|
|
2954
|
+
|
|
2955
|
+
### Rust Crates:
|
|
2956
|
+
|
|
2957
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2958
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2959
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2960
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2818
2961
|
|
|
2819
2962
|
````text
|
|
2820
2963
|
The MIT License (MIT)
|
|
2821
2964
|
|
|
2822
|
-
Copyright (c)
|
|
2965
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2823
2966
|
|
|
2824
2967
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2825
2968
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2828,19 +2971,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2828
2971
|
copies of the Software, and to permit persons to whom the Software is
|
|
2829
2972
|
furnished to do so, subject to the following conditions:
|
|
2830
2973
|
|
|
2831
|
-
The above copyright notice and this permission notice shall be included in
|
|
2832
|
-
copies or substantial portions of the Software.
|
|
2974
|
+
The above copyright notice and this permission notice shall be included in
|
|
2975
|
+
all copies or substantial portions of the Software.
|
|
2833
2976
|
|
|
2834
2977
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2835
2978
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2836
2979
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2837
2980
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2838
2981
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2839
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2840
|
-
SOFTWARE.
|
|
2982
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2983
|
+
THE SOFTWARE.
|
|
2841
2984
|
|
|
2842
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2843
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2844
2985
|
````
|
|
2845
2986
|
|
|
2846
2987
|
---
|
|
@@ -2849,15 +2990,93 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2849
2990
|
|
|
2850
2991
|
### Rust Crates:
|
|
2851
2992
|
|
|
2852
|
-
- [
|
|
2853
|
-
- [
|
|
2854
|
-
- [
|
|
2855
|
-
- [
|
|
2856
|
-
- [
|
|
2857
|
-
- [
|
|
2993
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2994
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2995
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2996
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2997
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2998
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2999
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3000
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3001
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3002
|
+
|
|
3003
|
+
````text
|
|
3004
|
+
Copyright (c) 2016 Alex Crichton
|
|
3005
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3006
|
+
|
|
3007
|
+
Permission is hereby granted, free of charge, to any
|
|
3008
|
+
person obtaining a copy of this software and associated
|
|
3009
|
+
documentation files (the "Software"), to deal in the
|
|
3010
|
+
Software without restriction, including without
|
|
3011
|
+
limitation the rights to use, copy, modify, merge,
|
|
3012
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3013
|
+
the Software, and to permit persons to whom the Software
|
|
3014
|
+
is furnished to do so, subject to the following
|
|
3015
|
+
conditions:
|
|
3016
|
+
|
|
3017
|
+
The above copyright notice and this permission notice
|
|
3018
|
+
shall be included in all copies or substantial portions
|
|
3019
|
+
of the Software.
|
|
3020
|
+
|
|
3021
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3022
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3023
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3024
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3025
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3026
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3027
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3028
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3029
|
+
DEALINGS IN THE SOFTWARE.
|
|
3030
|
+
|
|
3031
|
+
````
|
|
3032
|
+
|
|
3033
|
+
---
|
|
3034
|
+
|
|
3035
|
+
## The following dependencies are licensed under the MIT License:
|
|
3036
|
+
|
|
3037
|
+
### Rust Crates:
|
|
3038
|
+
|
|
3039
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3040
|
+
|
|
3041
|
+
````text
|
|
3042
|
+
Copyright (c) 2019 Carl Lerche
|
|
3043
|
+
|
|
3044
|
+
Permission is hereby granted, free of charge, to any
|
|
3045
|
+
person obtaining a copy of this software and associated
|
|
3046
|
+
documentation files (the "Software"), to deal in the
|
|
3047
|
+
Software without restriction, including without
|
|
3048
|
+
limitation the rights to use, copy, modify, merge,
|
|
3049
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3050
|
+
the Software, and to permit persons to whom the Software
|
|
3051
|
+
is furnished to do so, subject to the following
|
|
3052
|
+
conditions:
|
|
3053
|
+
|
|
3054
|
+
The above copyright notice and this permission notice
|
|
3055
|
+
shall be included in all copies or substantial portions
|
|
3056
|
+
of the Software.
|
|
3057
|
+
|
|
3058
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3059
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3060
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3061
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3062
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3063
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3064
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3065
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3066
|
+
DEALINGS IN THE SOFTWARE.
|
|
3067
|
+
|
|
3068
|
+
````
|
|
3069
|
+
|
|
3070
|
+
---
|
|
3071
|
+
|
|
3072
|
+
## The following dependencies are licensed under the MIT License:
|
|
3073
|
+
|
|
3074
|
+
### Rust Crates:
|
|
3075
|
+
|
|
3076
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2858
3077
|
|
|
2859
3078
|
````text
|
|
2860
|
-
Copyright (c)
|
|
3079
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2861
3080
|
|
|
2862
3081
|
Permission is hereby granted, free of charge, to any
|
|
2863
3082
|
person obtaining a copy of this software and associated
|
|
@@ -2889,98 +3108,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2889
3108
|
|
|
2890
3109
|
## The following dependencies are licensed under the MIT License:
|
|
2891
3110
|
|
|
2892
|
-
### NPM Packages:
|
|
2893
|
-
|
|
2894
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2895
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2896
|
-
|
|
2897
|
-
````text
|
|
2898
|
-
MIT License
|
|
2899
|
-
|
|
2900
|
-
Copyright (c) Microsoft Corporation.
|
|
2901
|
-
|
|
2902
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2903
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2904
|
-
in the Software without restriction, including without limitation the rights
|
|
2905
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2906
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2907
|
-
furnished to do so, subject to the following conditions:
|
|
2908
|
-
|
|
2909
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2910
|
-
copies or substantial portions of the Software.
|
|
2911
|
-
|
|
2912
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2913
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2914
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2915
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2916
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2917
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2918
|
-
SOFTWARE
|
|
2919
|
-
|
|
2920
|
-
````
|
|
2921
|
-
|
|
2922
|
-
---
|
|
2923
|
-
|
|
2924
|
-
## The following dependencies are licensed under the MIT License:
|
|
2925
|
-
|
|
2926
3111
|
### Rust Crates:
|
|
2927
3112
|
|
|
2928
|
-
- [
|
|
3113
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3114
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3115
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2929
3116
|
|
|
2930
3117
|
````text
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
Copyright (c) 2016 Johann Tuffe
|
|
2934
|
-
|
|
2935
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2936
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2937
|
-
in the Software without restriction, including without limitation the rights
|
|
2938
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2939
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2940
|
-
furnished to do so, subject to the following conditions:
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
The above copyright notice and this permission notice shall be included in
|
|
2944
|
-
all copies or substantial portions of the Software.
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2948
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2949
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2950
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2951
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2952
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2953
|
-
THE SOFTWARE.
|
|
2954
|
-
|
|
2955
|
-
````
|
|
2956
|
-
|
|
2957
|
-
---
|
|
2958
|
-
|
|
2959
|
-
## The following dependencies are licensed under the MIT License:
|
|
2960
|
-
|
|
2961
|
-
### NPM Packages:
|
|
2962
|
-
|
|
2963
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3118
|
+
MIT License
|
|
2964
3119
|
|
|
2965
|
-
|
|
2966
|
-
This software is released under the MIT license:
|
|
3120
|
+
Copyright (c) Tokio Contributors
|
|
2967
3121
|
|
|
2968
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2969
|
-
this software and associated documentation files (the "Software"), to deal
|
|
2970
|
-
the Software without restriction, including without limitation the rights
|
|
2971
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2972
|
-
the Software, and to permit persons to whom the Software is
|
|
2973
|
-
subject to the following conditions:
|
|
3122
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3123
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3124
|
+
in the Software without restriction, including without limitation the rights
|
|
3125
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3126
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3127
|
+
furnished to do so, subject to the following conditions:
|
|
2974
3128
|
|
|
2975
3129
|
The above copyright notice and this permission notice shall be included in all
|
|
2976
3130
|
copies or substantial portions of the Software.
|
|
2977
3131
|
|
|
2978
3132
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2979
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2980
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2981
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2982
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2983
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3133
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3134
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3135
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3136
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3137
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3138
|
+
SOFTWARE.
|
|
2984
3139
|
|
|
2985
3140
|
````
|
|
2986
3141
|
|
|
@@ -2988,39 +3143,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2988
3143
|
|
|
2989
3144
|
## The following dependencies are licensed under the MIT License:
|
|
2990
3145
|
|
|
2991
|
-
###
|
|
3146
|
+
### NPM Packages:
|
|
2992
3147
|
|
|
2993
|
-
- [
|
|
2994
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2995
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2996
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3148
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2997
3149
|
|
|
2998
3150
|
````text
|
|
2999
|
-
|
|
3151
|
+
The MIT License (MIT)
|
|
3000
3152
|
|
|
3001
|
-
|
|
3002
|
-
person obtaining a copy of this software and associated
|
|
3003
|
-
documentation files (the "Software"), to deal in the
|
|
3004
|
-
Software without restriction, including without
|
|
3005
|
-
limitation the rights to use, copy, modify, merge,
|
|
3006
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3007
|
-
the Software, and to permit persons to whom the Software
|
|
3008
|
-
is furnished to do so, subject to the following
|
|
3009
|
-
conditions:
|
|
3153
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3010
3154
|
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3155
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3156
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3157
|
+
in the Software without restriction, including without limitation the rights
|
|
3158
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3159
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3160
|
+
furnished to do so, subject to the following conditions:
|
|
3014
3161
|
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
IN
|
|
3023
|
-
|
|
3162
|
+
The above copyright notice and this permission notice shall be included in
|
|
3163
|
+
all copies or substantial portions of the Software.
|
|
3164
|
+
|
|
3165
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3166
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3167
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3168
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3169
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3170
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3171
|
+
THE SOFTWARE.
|
|
3024
3172
|
|
|
3025
3173
|
````
|
|
3026
3174
|
|
|
@@ -3030,10 +3178,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3030
3178
|
|
|
3031
3179
|
### Rust Crates:
|
|
3032
3180
|
|
|
3033
|
-
- [
|
|
3181
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3182
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3183
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3184
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3185
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3186
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3034
3187
|
|
|
3035
3188
|
````text
|
|
3036
|
-
Copyright
|
|
3189
|
+
Copyright 2018 Developers of the Rand project
|
|
3190
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3037
3191
|
|
|
3038
3192
|
Permission is hereby granted, free of charge, to any
|
|
3039
3193
|
person obtaining a copy of this software and associated
|
|
@@ -3067,11 +3221,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3067
3221
|
|
|
3068
3222
|
### Rust Crates:
|
|
3069
3223
|
|
|
3070
|
-
- [
|
|
3224
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3071
3225
|
|
|
3072
3226
|
````text
|
|
3073
|
-
Copyright (c)
|
|
3074
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3227
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3075
3228
|
|
|
3076
3229
|
Permission is hereby granted, free of charge, to any
|
|
3077
3230
|
person obtaining a copy of this software and associated
|
|
@@ -3103,14 +3256,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3103
3256
|
|
|
3104
3257
|
## The following dependencies are licensed under the MIT License:
|
|
3105
3258
|
|
|
3106
|
-
###
|
|
3259
|
+
### Rust Crates:
|
|
3107
3260
|
|
|
3108
|
-
- [
|
|
3261
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3109
3262
|
|
|
3110
3263
|
````text
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3264
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3114
3265
|
|
|
3115
3266
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3116
3267
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3138,19 +3289,60 @@ SOFTWARE.
|
|
|
3138
3289
|
|
|
3139
3290
|
### Rust Crates:
|
|
3140
3291
|
|
|
3141
|
-
- [
|
|
3142
|
-
- [
|
|
3143
|
-
- [
|
|
3144
|
-
- [
|
|
3145
|
-
- [
|
|
3146
|
-
- [
|
|
3147
|
-
- [
|
|
3148
|
-
- [
|
|
3149
|
-
- [
|
|
3292
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3293
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3294
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3295
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3296
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3297
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3298
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3299
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3300
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3301
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3302
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3303
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3304
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3305
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3306
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3307
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3308
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3309
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3310
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3311
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3312
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3150
3313
|
|
|
3151
3314
|
````text
|
|
3152
|
-
|
|
3153
|
-
|
|
3315
|
+
MIT License
|
|
3316
|
+
|
|
3317
|
+
Copyright (c) <year> <copyright holders>
|
|
3318
|
+
|
|
3319
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3320
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3321
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3322
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3323
|
+
following conditions:
|
|
3324
|
+
|
|
3325
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3326
|
+
portions of the Software.
|
|
3327
|
+
|
|
3328
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3329
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3330
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3331
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3332
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3333
|
+
|
|
3334
|
+
````
|
|
3335
|
+
|
|
3336
|
+
---
|
|
3337
|
+
|
|
3338
|
+
## The following dependencies are licensed under the MIT License:
|
|
3339
|
+
|
|
3340
|
+
### Rust Crates:
|
|
3341
|
+
|
|
3342
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3343
|
+
|
|
3344
|
+
````text
|
|
3345
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
3154
3346
|
|
|
3155
3347
|
Permission is hereby granted, free of charge, to any
|
|
3156
3348
|
person obtaining a copy of this software and associated
|
|
@@ -3184,10 +3376,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3184
3376
|
|
|
3185
3377
|
### Rust Crates:
|
|
3186
3378
|
|
|
3187
|
-
- [
|
|
3379
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3380
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
3188
3381
|
|
|
3189
3382
|
````text
|
|
3190
|
-
|
|
3383
|
+
MIT License
|
|
3191
3384
|
|
|
3192
3385
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3193
3386
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3196,16 +3389,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3196
3389
|
copies of the Software, and to permit persons to whom the Software is
|
|
3197
3390
|
furnished to do so, subject to the following conditions:
|
|
3198
3391
|
|
|
3199
|
-
The above copyright notice and this permission notice shall be included in
|
|
3200
|
-
|
|
3392
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3393
|
+
copies or substantial portions of the Software.
|
|
3201
3394
|
|
|
3202
3395
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3203
3396
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3204
3397
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3205
3398
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3206
3399
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3207
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3208
|
-
|
|
3400
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3401
|
+
SOFTWARE.
|
|
3209
3402
|
|
|
3210
3403
|
````
|
|
3211
3404
|
|
|
@@ -3215,12 +3408,10 @@ THE SOFTWARE.
|
|
|
3215
3408
|
|
|
3216
3409
|
### Rust Crates:
|
|
3217
3410
|
|
|
3218
|
-
- [
|
|
3411
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3219
3412
|
|
|
3220
3413
|
````text
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
Copyright (c) 2015 Alice Maz
|
|
3414
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3224
3415
|
|
|
3225
3416
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3226
3417
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3240,6 +3431,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3240
3431
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3241
3432
|
THE SOFTWARE.
|
|
3242
3433
|
|
|
3434
|
+
|
|
3243
3435
|
````
|
|
3244
3436
|
|
|
3245
3437
|
---
|
|
@@ -3248,14 +3440,10 @@ THE SOFTWARE.
|
|
|
3248
3440
|
|
|
3249
3441
|
### Rust Crates:
|
|
3250
3442
|
|
|
3251
|
-
- [
|
|
3252
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3253
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3443
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3254
3444
|
|
|
3255
3445
|
````text
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3446
|
+
Copyright (c) 2015 Igor Shaula
|
|
3259
3447
|
|
|
3260
3448
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3261
3449
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3264,16 +3452,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3264
3452
|
copies of the Software, and to permit persons to whom the Software is
|
|
3265
3453
|
furnished to do so, subject to the following conditions:
|
|
3266
3454
|
|
|
3267
|
-
The above copyright notice and this permission notice shall be included in
|
|
3268
|
-
copies or substantial portions of the Software.
|
|
3455
|
+
The above copyright notice and this permission notice shall be included in
|
|
3456
|
+
all copies or substantial portions of the Software.
|
|
3269
3457
|
|
|
3270
3458
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3271
3459
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3272
3460
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3273
3461
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3274
3462
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3275
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3276
|
-
SOFTWARE.
|
|
3463
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3464
|
+
THE SOFTWARE.
|
|
3277
3465
|
|
|
3278
3466
|
````
|
|
3279
3467
|
|
|
@@ -3283,11 +3471,10 @@ SOFTWARE.
|
|
|
3283
3471
|
|
|
3284
3472
|
### Rust Crates:
|
|
3285
3473
|
|
|
3286
|
-
- [
|
|
3474
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3287
3475
|
|
|
3288
3476
|
````text
|
|
3289
|
-
Copyright (c)
|
|
3290
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3477
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3291
3478
|
|
|
3292
3479
|
Permission is hereby granted, free of charge, to any
|
|
3293
3480
|
person obtaining a copy of this software and associated
|
|
@@ -3321,17 +3508,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3321
3508
|
|
|
3322
3509
|
### Rust Crates:
|
|
3323
3510
|
|
|
3324
|
-
- [
|
|
3511
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3325
3512
|
|
|
3326
3513
|
````text
|
|
3327
|
-
Copyright (c)
|
|
3328
|
-
|
|
3329
|
-
Includes parts of http date with the following copyright:
|
|
3330
|
-
Copyright (c) 2016 Pyfisch
|
|
3331
|
-
|
|
3332
|
-
Includes portions of musl libc with the following copyright:
|
|
3333
|
-
Copyright © 2005-2013 Rich Felker
|
|
3334
|
-
|
|
3514
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3335
3515
|
|
|
3336
3516
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3337
3517
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3340,16 +3520,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3340
3520
|
copies of the Software, and to permit persons to whom the Software is
|
|
3341
3521
|
furnished to do so, subject to the following conditions:
|
|
3342
3522
|
|
|
3343
|
-
The above copyright notice and this permission notice shall be included in
|
|
3344
|
-
copies or substantial portions of the Software.
|
|
3523
|
+
The above copyright notice and this permission notice shall be included in
|
|
3524
|
+
all copies or substantial portions of the Software.
|
|
3345
3525
|
|
|
3346
3526
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3347
3527
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3348
3528
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3349
3529
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3350
3530
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3351
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3352
|
-
SOFTWARE.
|
|
3531
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3532
|
+
THE SOFTWARE.
|
|
3353
3533
|
|
|
3354
3534
|
````
|
|
3355
3535
|
|
|
@@ -3359,10 +3539,10 @@ SOFTWARE.
|
|
|
3359
3539
|
|
|
3360
3540
|
### Rust Crates:
|
|
3361
3541
|
|
|
3362
|
-
- [
|
|
3542
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3363
3543
|
|
|
3364
3544
|
````text
|
|
3365
|
-
Copyright (c)
|
|
3545
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3366
3546
|
|
|
3367
3547
|
Permission is hereby granted, free of charge, to any
|
|
3368
3548
|
person obtaining a copy of this software and associated
|
|
@@ -3396,10 +3576,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3396
3576
|
|
|
3397
3577
|
### Rust Crates:
|
|
3398
3578
|
|
|
3399
|
-
- [
|
|
3579
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3580
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3400
3581
|
|
|
3401
3582
|
````text
|
|
3402
|
-
Copyright (c)
|
|
3583
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3584
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3585
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3403
3586
|
|
|
3404
3587
|
Permission is hereby granted, free of charge, to any
|
|
3405
3588
|
person obtaining a copy of this software and associated
|
|
@@ -3433,47 +3616,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3433
3616
|
|
|
3434
3617
|
### Rust Crates:
|
|
3435
3618
|
|
|
3436
|
-
- [
|
|
3619
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3620
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3437
3621
|
|
|
3438
3622
|
````text
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
Permission is hereby granted, free of charge, to any
|
|
3442
|
-
person obtaining a copy of this software and associated
|
|
3443
|
-
documentation files (the "Software"), to deal in the
|
|
3444
|
-
Software without restriction, including without
|
|
3445
|
-
limitation the rights to use, copy, modify, merge,
|
|
3446
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3447
|
-
the Software, and to permit persons to whom the Software
|
|
3448
|
-
is furnished to do so, subject to the following
|
|
3449
|
-
conditions:
|
|
3450
|
-
|
|
3451
|
-
The above copyright notice and this permission notice
|
|
3452
|
-
shall be included in all copies or substantial portions
|
|
3453
|
-
of the Software.
|
|
3454
|
-
|
|
3455
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3456
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3457
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3458
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3459
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3460
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3461
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3462
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3463
|
-
DEALINGS IN THE SOFTWARE.
|
|
3464
|
-
|
|
3465
|
-
````
|
|
3466
|
-
|
|
3467
|
-
---
|
|
3468
|
-
|
|
3469
|
-
## The following dependencies are licensed under the MIT License:
|
|
3470
|
-
|
|
3471
|
-
### Rust Crates:
|
|
3472
|
-
|
|
3473
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3623
|
+
The MIT License (MIT)
|
|
3474
3624
|
|
|
3475
|
-
|
|
3476
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
3625
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3477
3626
|
|
|
3478
3627
|
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:
|
|
3479
3628
|
|
|
@@ -3489,29 +3638,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3489
3638
|
|
|
3490
3639
|
### Rust Crates:
|
|
3491
3640
|
|
|
3492
|
-
- [
|
|
3641
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3642
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3643
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3493
3644
|
|
|
3494
3645
|
````text
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
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:
|
|
3498
|
-
|
|
3499
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3500
|
-
|
|
3501
|
-
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.
|
|
3502
|
-
|
|
3503
|
-
````
|
|
3504
|
-
|
|
3505
|
-
---
|
|
3506
|
-
|
|
3507
|
-
## The following dependencies are licensed under the MIT License:
|
|
3508
|
-
|
|
3509
|
-
### Rust Crates:
|
|
3510
|
-
|
|
3511
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
3646
|
+
MIT License
|
|
3512
3647
|
|
|
3513
|
-
|
|
3514
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
3648
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3515
3649
|
|
|
3516
3650
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3517
3651
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3537,14 +3671,14 @@ SOFTWARE.
|
|
|
3537
3671
|
|
|
3538
3672
|
## The following dependencies are licensed under the MIT License:
|
|
3539
3673
|
|
|
3540
|
-
###
|
|
3674
|
+
### NPM Packages:
|
|
3541
3675
|
|
|
3542
|
-
- [
|
|
3676
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
3543
3677
|
|
|
3544
3678
|
````text
|
|
3545
3679
|
MIT License
|
|
3546
3680
|
|
|
3547
|
-
Copyright (c)
|
|
3681
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3548
3682
|
|
|
3549
3683
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3550
3684
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3572,94 +3706,34 @@ SOFTWARE.
|
|
|
3572
3706
|
|
|
3573
3707
|
### Rust Crates:
|
|
3574
3708
|
|
|
3575
|
-
- [
|
|
3576
|
-
|
|
3577
|
-
````text
|
|
3578
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
3579
|
-
Copyright (c) 2016 Alex Crichton
|
|
3580
|
-
|
|
3581
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3582
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3583
|
-
in the Software without restriction, including without limitation the rights
|
|
3584
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3585
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3586
|
-
furnished to do so, subject to the following conditions:
|
|
3587
|
-
|
|
3588
|
-
The above copyright notice and this permission notice shall be included in
|
|
3589
|
-
all copies or substantial portions of the Software.
|
|
3590
|
-
|
|
3591
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3592
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3593
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3594
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3595
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3596
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3597
|
-
THE SOFTWARE.
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
````
|
|
3601
|
-
|
|
3602
|
-
---
|
|
3603
|
-
|
|
3604
|
-
## The following dependencies are licensed under the MIT License:
|
|
3605
|
-
|
|
3606
|
-
### Rust Crates:
|
|
3607
|
-
|
|
3608
|
-
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3609
|
-
|
|
3610
|
-
````text
|
|
3611
|
-
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3612
|
-
|
|
3613
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3614
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3615
|
-
in the Software without restriction, including without limitation the rights
|
|
3616
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3617
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3618
|
-
furnished to do so, subject to the following conditions:
|
|
3619
|
-
|
|
3620
|
-
The above copyright notice and this permission notice shall be included in
|
|
3621
|
-
all copies or substantial portions of the Software.
|
|
3622
|
-
|
|
3623
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3624
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3625
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3626
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3627
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3628
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3629
|
-
THE SOFTWARE.
|
|
3630
|
-
|
|
3631
|
-
````
|
|
3632
|
-
|
|
3633
|
-
---
|
|
3634
|
-
|
|
3635
|
-
## The following dependencies are licensed under the MIT License:
|
|
3636
|
-
|
|
3637
|
-
### Rust Crates:
|
|
3638
|
-
|
|
3639
|
-
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3709
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3640
3710
|
|
|
3641
3711
|
````text
|
|
3642
|
-
Copyright (c)
|
|
3643
|
-
|
|
3644
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3645
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3646
|
-
in the Software without restriction, including without limitation the rights
|
|
3647
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3648
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3649
|
-
furnished to do so, subject to the following conditions:
|
|
3650
|
-
|
|
3651
|
-
The above copyright notice and this permission notice shall be included in
|
|
3652
|
-
all copies or substantial portions of the Software.
|
|
3712
|
+
Copyright (c) 2017 Robert Grosse
|
|
3653
3713
|
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3714
|
+
Permission is hereby granted, free of charge, to any
|
|
3715
|
+
person obtaining a copy of this software and associated
|
|
3716
|
+
documentation files (the "Software"), to deal in the
|
|
3717
|
+
Software without restriction, including without
|
|
3718
|
+
limitation the rights to use, copy, modify, merge,
|
|
3719
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3720
|
+
the Software, and to permit persons to whom the Software
|
|
3721
|
+
is furnished to do so, subject to the following
|
|
3722
|
+
conditions:
|
|
3661
3723
|
|
|
3724
|
+
The above copyright notice and this permission notice
|
|
3725
|
+
shall be included in all copies or substantial portions
|
|
3726
|
+
of the Software.
|
|
3662
3727
|
|
|
3728
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3729
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3730
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3731
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3732
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3733
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3734
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3735
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3736
|
+
DEALINGS IN THE SOFTWARE.
|
|
3663
3737
|
````
|
|
3664
3738
|
|
|
3665
3739
|
---
|
|
@@ -3668,11 +3742,37 @@ THE SOFTWARE.
|
|
|
3668
3742
|
|
|
3669
3743
|
### Rust Crates:
|
|
3670
3744
|
|
|
3671
|
-
- [
|
|
3745
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3746
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3747
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3748
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3749
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3750
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3751
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3752
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3753
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3754
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3755
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3756
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3757
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3758
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3759
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3760
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3761
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3762
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3763
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3764
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3765
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3766
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3767
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3768
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3769
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3770
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3771
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3772
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3773
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3672
3774
|
|
|
3673
3775
|
````text
|
|
3674
|
-
Copyright (c) 2017 Artyom Pavlov
|
|
3675
|
-
|
|
3676
3776
|
Permission is hereby granted, free of charge, to any
|
|
3677
3777
|
person obtaining a copy of this software and associated
|
|
3678
3778
|
documentation files (the "Software"), to deal in the
|
|
@@ -3705,10 +3805,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3705
3805
|
|
|
3706
3806
|
### Rust Crates:
|
|
3707
3807
|
|
|
3708
|
-
- [
|
|
3808
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3709
3809
|
|
|
3710
3810
|
````text
|
|
3711
|
-
Copyright
|
|
3811
|
+
Copyright (c) 2017 Carl Lerche
|
|
3812
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3813
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3712
3814
|
|
|
3713
3815
|
Permission is hereby granted, free of charge, to any
|
|
3714
3816
|
person obtaining a copy of this software and associated
|
|
@@ -3734,145 +3836,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3734
3836
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3735
3837
|
DEALINGS IN THE SOFTWARE.
|
|
3736
3838
|
|
|
3737
|
-
|
|
3738
|
-
````
|
|
3739
|
-
|
|
3740
|
-
---
|
|
3741
|
-
|
|
3742
|
-
## The following dependencies are licensed under the MIT License:
|
|
3743
|
-
|
|
3744
|
-
### Rust Crates:
|
|
3745
|
-
|
|
3746
|
-
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3747
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3748
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3749
|
-
|
|
3750
|
-
````text
|
|
3751
|
-
MIT License
|
|
3752
|
-
|
|
3753
|
-
Copyright (c) 2017 Ted Driggs
|
|
3754
|
-
|
|
3755
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3756
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3757
|
-
in the Software without restriction, including without limitation the rights
|
|
3758
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3759
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3760
|
-
furnished to do so, subject to the following conditions:
|
|
3761
|
-
|
|
3762
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3763
|
-
copies or substantial portions of the Software.
|
|
3764
|
-
|
|
3765
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3766
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3767
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3768
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3769
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3770
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3771
|
-
SOFTWARE.
|
|
3772
|
-
|
|
3773
|
-
````
|
|
3774
|
-
|
|
3775
|
-
---
|
|
3776
|
-
|
|
3777
|
-
## The following dependencies are licensed under the MIT License:
|
|
3778
|
-
|
|
3779
|
-
### NPM Packages:
|
|
3780
|
-
|
|
3781
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3782
|
-
|
|
3783
|
-
````text
|
|
3784
|
-
MIT License
|
|
3785
|
-
|
|
3786
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
3787
|
-
|
|
3788
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3789
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3790
|
-
in the Software without restriction, including without limitation the rights
|
|
3791
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3792
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3793
|
-
furnished to do so, subject to the following conditions:
|
|
3794
|
-
|
|
3795
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3796
|
-
copies or substantial portions of the Software.
|
|
3797
|
-
|
|
3798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3799
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3800
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3801
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3802
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3803
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3804
|
-
SOFTWARE.
|
|
3805
|
-
|
|
3806
|
-
````
|
|
3807
|
-
|
|
3808
|
-
---
|
|
3809
|
-
|
|
3810
|
-
## The following dependencies are licensed under the MIT License:
|
|
3811
|
-
|
|
3812
|
-
### Rust Crates:
|
|
3813
|
-
|
|
3814
|
-
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3815
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3816
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3817
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3818
|
-
|
|
3819
|
-
````text
|
|
3820
|
-
The MIT License (MIT)
|
|
3821
|
-
|
|
3822
|
-
Copyright (c) 2015 Andrew Gallant
|
|
3823
|
-
|
|
3824
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3825
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3826
|
-
in the Software without restriction, including without limitation the rights
|
|
3827
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3828
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3829
|
-
furnished to do so, subject to the following conditions:
|
|
3830
|
-
|
|
3831
|
-
The above copyright notice and this permission notice shall be included in
|
|
3832
|
-
all copies or substantial portions of the Software.
|
|
3833
|
-
|
|
3834
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3835
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3836
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3837
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3838
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3839
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3840
|
-
THE SOFTWARE.
|
|
3841
|
-
|
|
3842
|
-
````
|
|
3843
|
-
|
|
3844
|
-
---
|
|
3845
|
-
|
|
3846
|
-
## The following dependencies are licensed under the MIT License:
|
|
3847
|
-
|
|
3848
|
-
### Rust Crates:
|
|
3849
|
-
|
|
3850
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3851
|
-
|
|
3852
|
-
````text
|
|
3853
|
-
MIT License
|
|
3854
|
-
|
|
3855
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
3856
|
-
Copyright (c) Tokio Contributors
|
|
3857
|
-
|
|
3858
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3859
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3860
|
-
in the Software without restriction, including without limitation the rights
|
|
3861
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3862
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3863
|
-
furnished to do so, subject to the following conditions:
|
|
3864
|
-
|
|
3865
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3866
|
-
copies or substantial portions of the Software.
|
|
3867
|
-
|
|
3868
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3869
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3870
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3871
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3872
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3873
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3874
|
-
SOFTWARE.
|
|
3875
|
-
|
|
3876
3839
|
````
|
|
3877
3840
|
|
|
3878
3841
|
---
|
|
@@ -3881,10 +3844,12 @@ SOFTWARE.
|
|
|
3881
3844
|
|
|
3882
3845
|
### Rust Crates:
|
|
3883
3846
|
|
|
3884
|
-
- [
|
|
3847
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3848
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3849
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3885
3850
|
|
|
3886
3851
|
````text
|
|
3887
|
-
Copyright (c)
|
|
3852
|
+
Copyright (c) 2019 Tower Contributors
|
|
3888
3853
|
|
|
3889
3854
|
Permission is hereby granted, free of charge, to any
|
|
3890
3855
|
person obtaining a copy of this software and associated
|
|
@@ -3918,10 +3883,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3918
3883
|
|
|
3919
3884
|
### Rust Crates:
|
|
3920
3885
|
|
|
3921
|
-
- [
|
|
3886
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3922
3887
|
|
|
3923
3888
|
````text
|
|
3924
|
-
Copyright (c)
|
|
3889
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3925
3890
|
|
|
3926
3891
|
Permission is hereby granted, free of charge, to any
|
|
3927
3892
|
person obtaining a copy of this software and associated
|
|
@@ -3955,10 +3920,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3955
3920
|
|
|
3956
3921
|
### Rust Crates:
|
|
3957
3922
|
|
|
3958
|
-
- [
|
|
3923
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3959
3924
|
|
|
3960
3925
|
````text
|
|
3961
|
-
|
|
3926
|
+
The MIT License (MIT)
|
|
3927
|
+
|
|
3928
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3929
|
+
|
|
3930
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3931
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3932
|
+
in the Software without restriction, including without limitation the rights
|
|
3933
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3934
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3935
|
+
furnished to do so, subject to the following conditions:
|
|
3936
|
+
|
|
3937
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3938
|
+
copies or substantial portions of the Software.
|
|
3939
|
+
|
|
3940
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3941
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3942
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3943
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3944
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3945
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3946
|
+
SOFTWARE.
|
|
3947
|
+
|
|
3948
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3949
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3950
|
+
````
|
|
3951
|
+
|
|
3952
|
+
---
|
|
3953
|
+
|
|
3954
|
+
## The following dependencies are licensed under the MIT License:
|
|
3955
|
+
|
|
3956
|
+
### Rust Crates:
|
|
3957
|
+
|
|
3958
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3959
|
+
|
|
3960
|
+
````text
|
|
3961
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3962
3962
|
|
|
3963
3963
|
Permission is hereby granted, free of charge, to any
|
|
3964
3964
|
person obtaining a copy of this software and associated
|
|
@@ -4377,31 +4377,14 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4377
4377
|
|
|
4378
4378
|
### Rust Crates:
|
|
4379
4379
|
|
|
4380
|
-
- [
|
|
4381
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4382
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4383
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4384
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4385
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4386
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4387
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4388
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4389
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4390
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4391
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4392
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4393
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4394
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4395
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4396
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4397
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4380
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4398
4381
|
|
|
4399
4382
|
````text
|
|
4400
4383
|
UNICODE LICENSE V3
|
|
4401
4384
|
|
|
4402
4385
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4403
4386
|
|
|
4404
|
-
Copyright ©
|
|
4387
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4405
4388
|
|
|
4406
4389
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4407
4390
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4437,13 +4420,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4437
4420
|
dealings in these Data Files or Software without prior written
|
|
4438
4421
|
authorization of the copyright holder.
|
|
4439
4422
|
|
|
4440
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4441
|
-
|
|
4442
|
-
—
|
|
4443
|
-
|
|
4444
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4445
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4446
|
-
|
|
4447
4423
|
````
|
|
4448
4424
|
|
|
4449
4425
|
---
|
|
@@ -4452,14 +4428,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4452
4428
|
|
|
4453
4429
|
### Rust Crates:
|
|
4454
4430
|
|
|
4455
|
-
- [
|
|
4431
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4432
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4433
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4434
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4435
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4436
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4437
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4438
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4439
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4440
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4441
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4442
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4443
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4444
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4445
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4446
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4447
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4448
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4456
4449
|
|
|
4457
4450
|
````text
|
|
4458
4451
|
UNICODE LICENSE V3
|
|
4459
4452
|
|
|
4460
4453
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4461
4454
|
|
|
4462
|
-
Copyright ©
|
|
4455
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4463
4456
|
|
|
4464
4457
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4465
4458
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4495,5 +4488,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4495
4488
|
dealings in these Data Files or Software without prior written
|
|
4496
4489
|
authorization of the copyright holder.
|
|
4497
4490
|
|
|
4491
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4492
|
+
|
|
4493
|
+
—
|
|
4494
|
+
|
|
4495
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4496
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4497
|
+
|
|
4498
4498
|
````
|
|
4499
4499
|
|