@deveco-codegenie/mcp-bridge-win32-x64 1.1.4 → 1.1.6
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 +1162 -1162
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -17,6 +17,31 @@
|
|
|
17
17
|
- UNKNOWN: 1
|
|
18
18
|
|
|
19
19
|
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
23
|
+
|
|
24
|
+
### Rust Crates:
|
|
25
|
+
|
|
26
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
27
|
+
|
|
28
|
+
````text
|
|
29
|
+
BSD Zero Clause License
|
|
30
|
+
|
|
31
|
+
Copyright (c) 2023 kotauskas
|
|
32
|
+
|
|
33
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
34
|
+
purpose with or without fee is hereby granted.
|
|
35
|
+
|
|
36
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
37
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
38
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
39
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
40
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
41
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
42
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
43
|
+
````
|
|
44
|
+
|
|
20
45
|
---
|
|
21
46
|
|
|
22
47
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -95,31 +120,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
95
120
|
|
|
96
121
|
---
|
|
97
122
|
|
|
98
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
99
|
-
|
|
100
|
-
### Rust Crates:
|
|
101
|
-
|
|
102
|
-
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
103
|
-
|
|
104
|
-
````text
|
|
105
|
-
BSD Zero Clause License
|
|
106
|
-
|
|
107
|
-
Copyright (c) 2023 kotauskas
|
|
108
|
-
|
|
109
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
110
|
-
purpose with or without fee is hereby granted.
|
|
111
|
-
|
|
112
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
113
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
114
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
115
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
116
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
117
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
118
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
119
|
-
````
|
|
120
|
-
|
|
121
|
-
---
|
|
122
|
-
|
|
123
123
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
124
124
|
|
|
125
125
|
### Rust Crates:
|
|
@@ -704,10 +704,10 @@ THIS SOFTWARE.
|
|
|
704
704
|
|
|
705
705
|
### Rust Crates:
|
|
706
706
|
|
|
707
|
-
- [
|
|
707
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
708
708
|
|
|
709
709
|
````text
|
|
710
|
-
Copyright
|
|
710
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
711
711
|
|
|
712
712
|
Permission is hereby granted, free of charge, to any
|
|
713
713
|
person obtaining a copy of this software and associated
|
|
@@ -741,13 +741,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
741
741
|
|
|
742
742
|
### Rust Crates:
|
|
743
743
|
|
|
744
|
-
- [
|
|
745
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
744
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
746
745
|
|
|
747
746
|
````text
|
|
748
|
-
MIT License
|
|
747
|
+
The MIT License (MIT)
|
|
749
748
|
|
|
750
|
-
Copyright (c)
|
|
749
|
+
Copyright (c) 2015 Danny Guo
|
|
750
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
751
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
751
752
|
|
|
752
753
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
753
754
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -775,11 +776,42 @@ SOFTWARE.
|
|
|
775
776
|
|
|
776
777
|
### Rust Crates:
|
|
777
778
|
|
|
778
|
-
- [
|
|
779
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
779
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
780
780
|
|
|
781
781
|
````text
|
|
782
|
-
Copyright (c) 2014
|
|
782
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
783
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
784
|
+
|
|
785
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
786
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
787
|
+
in the Software without restriction, including without limitation the rights
|
|
788
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
789
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
790
|
+
furnished to do so, subject to the following conditions:
|
|
791
|
+
|
|
792
|
+
The above copyright notice and this permission notice shall be included in all
|
|
793
|
+
copies or substantial portions of the Software.
|
|
794
|
+
|
|
795
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
796
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
797
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
798
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
799
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
800
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
801
|
+
SOFTWARE.
|
|
802
|
+
|
|
803
|
+
````
|
|
804
|
+
|
|
805
|
+
---
|
|
806
|
+
|
|
807
|
+
## The following dependencies are licensed under the MIT License:
|
|
808
|
+
|
|
809
|
+
### Rust Crates:
|
|
810
|
+
|
|
811
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
812
|
+
|
|
813
|
+
````text
|
|
814
|
+
Copyright (c) The rust-url developers
|
|
783
815
|
|
|
784
816
|
Permission is hereby granted, free of charge, to any
|
|
785
817
|
person obtaining a copy of this software and associated
|
|
@@ -813,12 +845,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
813
845
|
|
|
814
846
|
### Rust Crates:
|
|
815
847
|
|
|
816
|
-
- [
|
|
848
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
817
849
|
|
|
818
850
|
````text
|
|
819
851
|
MIT License
|
|
820
852
|
|
|
821
|
-
Copyright (c)
|
|
853
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
854
|
+
Copyright (c) Tokio Contributors
|
|
822
855
|
|
|
823
856
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
824
857
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -846,13 +879,15 @@ SOFTWARE.
|
|
|
846
879
|
|
|
847
880
|
### Rust Crates:
|
|
848
881
|
|
|
849
|
-
- [
|
|
850
|
-
- [
|
|
851
|
-
- [
|
|
852
|
-
- [
|
|
882
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
883
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
884
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
885
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
886
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
887
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
853
888
|
|
|
854
889
|
````text
|
|
855
|
-
Copyright (c)
|
|
890
|
+
Copyright (c) 2019 Tokio Contributors
|
|
856
891
|
|
|
857
892
|
Permission is hereby granted, free of charge, to any
|
|
858
893
|
person obtaining a copy of this software and associated
|
|
@@ -886,10 +921,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
886
921
|
|
|
887
922
|
### Rust Crates:
|
|
888
923
|
|
|
889
|
-
- [
|
|
924
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
890
925
|
|
|
891
926
|
````text
|
|
892
|
-
Copyright (c)
|
|
927
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
893
928
|
|
|
894
929
|
Permission is hereby granted, free of charge, to any
|
|
895
930
|
person obtaining a copy of this software and associated
|
|
@@ -923,10 +958,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
923
958
|
|
|
924
959
|
### Rust Crates:
|
|
925
960
|
|
|
926
|
-
- [
|
|
961
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
927
962
|
|
|
928
963
|
````text
|
|
929
|
-
Copyright (c)
|
|
964
|
+
Copyright (c) 2017 Daniel Abramov
|
|
965
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
966
|
+
|
|
967
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
968
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
969
|
+
in the Software without restriction, including without limitation the rights
|
|
970
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
971
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
972
|
+
furnished to do so, subject to the following conditions:
|
|
973
|
+
|
|
974
|
+
The above copyright notice and this permission notice shall be included in
|
|
975
|
+
all copies or substantial portions of the Software.
|
|
976
|
+
|
|
977
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
978
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
979
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
980
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
981
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
982
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
983
|
+
THE SOFTWARE.
|
|
984
|
+
|
|
985
|
+
````
|
|
986
|
+
|
|
987
|
+
---
|
|
988
|
+
|
|
989
|
+
## The following dependencies are licensed under the MIT License:
|
|
990
|
+
|
|
991
|
+
### Rust Crates:
|
|
992
|
+
|
|
993
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
994
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
995
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
996
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
997
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
998
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
999
|
+
|
|
1000
|
+
````text
|
|
1001
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
930
1002
|
|
|
931
1003
|
Permission is hereby granted, free of charge, to any
|
|
932
1004
|
person obtaining a copy of this software and associated
|
|
@@ -960,10 +1032,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
960
1032
|
|
|
961
1033
|
### Rust Crates:
|
|
962
1034
|
|
|
963
|
-
- [
|
|
1035
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
964
1036
|
|
|
965
1037
|
````text
|
|
966
|
-
|
|
1038
|
+
The MIT License (MIT)
|
|
1039
|
+
|
|
1040
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
967
1041
|
|
|
968
1042
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
969
1043
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -972,17 +1046,55 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
972
1046
|
copies of the Software, and to permit persons to whom the Software is
|
|
973
1047
|
furnished to do so, subject to the following conditions:
|
|
974
1048
|
|
|
975
|
-
The above copyright notice and this permission notice shall be included in
|
|
976
|
-
|
|
1049
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1050
|
+
copies or substantial portions of the Software.
|
|
977
1051
|
|
|
978
1052
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
979
1053
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
980
1054
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
981
1055
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
982
1056
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
983
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
984
|
-
|
|
1057
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1058
|
+
SOFTWARE.
|
|
1059
|
+
|
|
1060
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1061
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1062
|
+
````
|
|
1063
|
+
|
|
1064
|
+
---
|
|
1065
|
+
|
|
1066
|
+
## The following dependencies are licensed under the MIT License:
|
|
1067
|
+
|
|
1068
|
+
### Rust Crates:
|
|
1069
|
+
|
|
1070
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1071
|
+
|
|
1072
|
+
````text
|
|
1073
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1074
|
+
|
|
1075
|
+
Permission is hereby granted, free of charge, to any
|
|
1076
|
+
person obtaining a copy of this software and associated
|
|
1077
|
+
documentation files (the "Software"), to deal in the
|
|
1078
|
+
Software without restriction, including without
|
|
1079
|
+
limitation the rights to use, copy, modify, merge,
|
|
1080
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1081
|
+
the Software, and to permit persons to whom the Software
|
|
1082
|
+
is furnished to do so, subject to the following
|
|
1083
|
+
conditions:
|
|
1084
|
+
|
|
1085
|
+
The above copyright notice and this permission notice
|
|
1086
|
+
shall be included in all copies or substantial portions
|
|
1087
|
+
of the Software.
|
|
985
1088
|
|
|
1089
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1090
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1091
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1092
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1093
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1094
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1095
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1096
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1097
|
+
DEALINGS IN THE SOFTWARE.
|
|
986
1098
|
|
|
987
1099
|
````
|
|
988
1100
|
|
|
@@ -992,16 +1104,14 @@ THE SOFTWARE.
|
|
|
992
1104
|
|
|
993
1105
|
### Rust Crates:
|
|
994
1106
|
|
|
995
|
-
- [
|
|
1107
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1108
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1109
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
996
1110
|
|
|
997
1111
|
````text
|
|
998
1112
|
MIT License
|
|
999
1113
|
|
|
1000
|
-
Copyright
|
|
1001
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1002
|
-
Copyright (c) 2017 Frommi
|
|
1003
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1004
|
-
|
|
1114
|
+
Copyright (c) Tokio Contributors
|
|
1005
1115
|
|
|
1006
1116
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1007
1117
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1029,97 +1139,10 @@ SOFTWARE.
|
|
|
1029
1139
|
|
|
1030
1140
|
### Rust Crates:
|
|
1031
1141
|
|
|
1032
|
-
- [
|
|
1033
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1034
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1035
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1036
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1037
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1038
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1039
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1040
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1041
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1042
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1043
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1044
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1045
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1046
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1047
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1048
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1049
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1050
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1051
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1052
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1053
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1054
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1055
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1056
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1142
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1057
1143
|
|
|
1058
1144
|
````text
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
Copyright (c) <year> <copyright holders>
|
|
1062
|
-
|
|
1063
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1064
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1065
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1066
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1067
|
-
following conditions:
|
|
1068
|
-
|
|
1069
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1070
|
-
portions of the Software.
|
|
1071
|
-
|
|
1072
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1073
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1074
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1075
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1076
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1077
|
-
|
|
1078
|
-
````
|
|
1079
|
-
|
|
1080
|
-
---
|
|
1081
|
-
|
|
1082
|
-
## The following dependencies are licensed under the MIT License:
|
|
1083
|
-
|
|
1084
|
-
### Rust Crates:
|
|
1085
|
-
|
|
1086
|
-
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1087
|
-
|
|
1088
|
-
````text
|
|
1089
|
-
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1090
|
-
|
|
1091
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1092
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1093
|
-
in the Software without restriction, including without limitation the rights
|
|
1094
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1095
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1096
|
-
furnished to do so, subject to the following conditions:
|
|
1097
|
-
|
|
1098
|
-
The above copyright notice and this permission notice shall be included in
|
|
1099
|
-
all copies or substantial portions of the Software.
|
|
1100
|
-
|
|
1101
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1102
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1103
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1104
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1105
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1106
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1107
|
-
THE SOFTWARE.
|
|
1108
|
-
|
|
1109
|
-
````
|
|
1110
|
-
|
|
1111
|
-
---
|
|
1112
|
-
|
|
1113
|
-
## The following dependencies are licensed under the MIT License:
|
|
1114
|
-
|
|
1115
|
-
### Rust Crates:
|
|
1116
|
-
|
|
1117
|
-
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1118
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1119
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1120
|
-
|
|
1121
|
-
````text
|
|
1122
|
-
Copyright (c) 2019 Tower Contributors
|
|
1145
|
+
Copyright (c) 2017 Robert Grosse
|
|
1123
1146
|
|
|
1124
1147
|
Permission is hereby granted, free of charge, to any
|
|
1125
1148
|
person obtaining a copy of this software and associated
|
|
@@ -1144,7 +1167,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1144
1167
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1145
1168
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1146
1169
|
DEALINGS IN THE SOFTWARE.
|
|
1147
|
-
|
|
1148
1170
|
````
|
|
1149
1171
|
|
|
1150
1172
|
---
|
|
@@ -1153,10 +1175,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1153
1175
|
|
|
1154
1176
|
### Rust Crates:
|
|
1155
1177
|
|
|
1156
|
-
- [
|
|
1178
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1157
1179
|
|
|
1158
1180
|
````text
|
|
1159
|
-
Copyright (c) The Rust Project Developers
|
|
1181
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1160
1182
|
|
|
1161
1183
|
Permission is hereby granted, free of charge, to any
|
|
1162
1184
|
person obtaining a copy of this software and associated
|
|
@@ -1188,16 +1210,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1188
1210
|
|
|
1189
1211
|
## The following dependencies are licensed under the MIT License:
|
|
1190
1212
|
|
|
1191
|
-
###
|
|
1213
|
+
### NPM Packages:
|
|
1192
1214
|
|
|
1193
|
-
- [
|
|
1194
|
-
- [
|
|
1195
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1215
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1216
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1196
1217
|
|
|
1197
1218
|
````text
|
|
1198
1219
|
MIT License
|
|
1199
1220
|
|
|
1200
|
-
Copyright (c)
|
|
1221
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1201
1222
|
|
|
1202
1223
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1203
1224
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1225,34 +1246,16 @@ SOFTWARE.
|
|
|
1225
1246
|
|
|
1226
1247
|
### Rust Crates:
|
|
1227
1248
|
|
|
1228
|
-
- [
|
|
1249
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1229
1250
|
|
|
1230
1251
|
````text
|
|
1231
|
-
Copyright
|
|
1252
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1232
1253
|
|
|
1233
|
-
Permission is hereby granted, free of charge, to any
|
|
1234
|
-
person obtaining a copy of this software and associated
|
|
1235
|
-
documentation files (the "Software"), to deal in the
|
|
1236
|
-
Software without restriction, including without
|
|
1237
|
-
limitation the rights to use, copy, modify, merge,
|
|
1238
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1239
|
-
the Software, and to permit persons to whom the Software
|
|
1240
|
-
is furnished to do so, subject to the following
|
|
1241
|
-
conditions:
|
|
1254
|
+
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:
|
|
1242
1255
|
|
|
1243
|
-
The above copyright notice and this permission notice
|
|
1244
|
-
shall be included in all copies or substantial portions
|
|
1245
|
-
of the Software.
|
|
1256
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1246
1257
|
|
|
1247
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1248
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1249
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1250
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1251
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1252
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1253
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1254
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1255
|
-
DEALINGS IN THE SOFTWARE.
|
|
1258
|
+
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.
|
|
1256
1259
|
|
|
1257
1260
|
````
|
|
1258
1261
|
|
|
@@ -1260,50 +1263,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1260
1263
|
|
|
1261
1264
|
## The following dependencies are licensed under the MIT License:
|
|
1262
1265
|
|
|
1263
|
-
###
|
|
1266
|
+
### NPM Packages:
|
|
1264
1267
|
|
|
1265
|
-
- [
|
|
1268
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1266
1269
|
|
|
1267
1270
|
````text
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
Includes parts of http date with the following copyright:
|
|
1271
|
-
Copyright (c) 2016 Pyfisch
|
|
1272
|
-
|
|
1273
|
-
Includes portions of musl libc with the following copyright:
|
|
1274
|
-
Copyright © 2005-2013 Rich Felker
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1278
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1279
|
-
in the Software without restriction, including without limitation the rights
|
|
1280
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1281
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1282
|
-
furnished to do so, subject to the following conditions:
|
|
1283
|
-
|
|
1284
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1285
|
-
copies or substantial portions of the Software.
|
|
1286
|
-
|
|
1287
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1288
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1289
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1290
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1291
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1292
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1293
|
-
SOFTWARE.
|
|
1294
|
-
|
|
1295
|
-
````
|
|
1296
|
-
|
|
1297
|
-
---
|
|
1298
|
-
|
|
1299
|
-
## The following dependencies are licensed under the MIT License:
|
|
1300
|
-
|
|
1301
|
-
### Rust Crates:
|
|
1302
|
-
|
|
1303
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1271
|
+
The MIT License (MIT)
|
|
1304
1272
|
|
|
1305
|
-
|
|
1306
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
1273
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1307
1274
|
|
|
1308
1275
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1309
1276
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1312,16 +1279,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1312
1279
|
copies of the Software, and to permit persons to whom the Software is
|
|
1313
1280
|
furnished to do so, subject to the following conditions:
|
|
1314
1281
|
|
|
1315
|
-
The above copyright notice and this permission notice shall be included in
|
|
1316
|
-
copies or substantial portions of the Software.
|
|
1282
|
+
The above copyright notice and this permission notice shall be included in
|
|
1283
|
+
all copies or substantial portions of the Software.
|
|
1317
1284
|
|
|
1318
1285
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1319
1286
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1320
1287
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1321
1288
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1322
1289
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1323
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1324
|
-
SOFTWARE.
|
|
1290
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1291
|
+
THE SOFTWARE.
|
|
1325
1292
|
|
|
1326
1293
|
````
|
|
1327
1294
|
|
|
@@ -1331,10 +1298,10 @@ SOFTWARE.
|
|
|
1331
1298
|
|
|
1332
1299
|
### Rust Crates:
|
|
1333
1300
|
|
|
1334
|
-
- [
|
|
1301
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1335
1302
|
|
|
1336
1303
|
````text
|
|
1337
|
-
Copyright (c)
|
|
1304
|
+
Copyright (c) 2017 http-rs authors
|
|
1338
1305
|
|
|
1339
1306
|
Permission is hereby granted, free of charge, to any
|
|
1340
1307
|
person obtaining a copy of this software and associated
|
|
@@ -1368,10 +1335,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1368
1335
|
|
|
1369
1336
|
### Rust Crates:
|
|
1370
1337
|
|
|
1371
|
-
- [
|
|
1338
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1372
1339
|
|
|
1373
1340
|
````text
|
|
1374
|
-
Copyright (c)
|
|
1341
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1375
1342
|
|
|
1376
1343
|
Permission is hereby granted, free of charge, to any
|
|
1377
1344
|
person obtaining a copy of this software and associated
|
|
@@ -1405,47 +1372,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1405
1372
|
|
|
1406
1373
|
### Rust Crates:
|
|
1407
1374
|
|
|
1408
|
-
- [
|
|
1409
|
-
|
|
1410
|
-
````text
|
|
1411
|
-
Copyright (c) 2017 Sean McArthur
|
|
1412
|
-
|
|
1413
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1414
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1415
|
-
in the Software without restriction, including without limitation the rights
|
|
1416
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1417
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1418
|
-
furnished to do so, subject to the following conditions:
|
|
1419
|
-
|
|
1420
|
-
The above copyright notice and this permission notice shall be included in
|
|
1421
|
-
all copies or substantial portions of the Software.
|
|
1422
|
-
|
|
1423
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1424
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1425
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1426
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1427
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1428
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1429
|
-
THE SOFTWARE.
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
````
|
|
1433
|
-
|
|
1434
|
-
---
|
|
1435
|
-
|
|
1436
|
-
## The following dependencies are licensed under the MIT License:
|
|
1437
|
-
|
|
1438
|
-
### Rust Crates:
|
|
1439
|
-
|
|
1440
|
-
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1441
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1442
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1443
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1444
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1445
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1375
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1446
1376
|
|
|
1447
1377
|
````text
|
|
1448
|
-
Copyright 2018
|
|
1378
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1449
1379
|
Copyright (c) 2014 The Rust Project Developers
|
|
1450
1380
|
|
|
1451
1381
|
Permission is hereby granted, free of charge, to any
|
|
@@ -1480,14 +1410,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1480
1410
|
|
|
1481
1411
|
### Rust Crates:
|
|
1482
1412
|
|
|
1483
|
-
- [
|
|
1484
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1485
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1413
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1486
1414
|
|
|
1487
1415
|
````text
|
|
1488
1416
|
MIT License
|
|
1489
1417
|
|
|
1490
|
-
Copyright (c)
|
|
1418
|
+
Copyright (c) 2025 Callum Oakley
|
|
1491
1419
|
|
|
1492
1420
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1493
1421
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1515,34 +1443,28 @@ SOFTWARE.
|
|
|
1515
1443
|
|
|
1516
1444
|
### Rust Crates:
|
|
1517
1445
|
|
|
1518
|
-
- [
|
|
1446
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1519
1447
|
|
|
1520
1448
|
````text
|
|
1521
|
-
Copyright (c)
|
|
1449
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1522
1450
|
|
|
1523
|
-
Permission is hereby granted, free of charge, to any
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
the Software, and to permit persons to whom the Software
|
|
1530
|
-
is furnished to do so, subject to the following
|
|
1531
|
-
conditions:
|
|
1451
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1452
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1453
|
+
in the Software without restriction, including without limitation the rights
|
|
1454
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1455
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1456
|
+
furnished to do so, subject to the following conditions:
|
|
1532
1457
|
|
|
1533
|
-
The above copyright notice and this permission notice
|
|
1534
|
-
|
|
1535
|
-
of the Software.
|
|
1458
|
+
The above copyright notice and this permission notice shall be included in
|
|
1459
|
+
all copies or substantial portions of the Software.
|
|
1536
1460
|
|
|
1537
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1545
|
-
DEALINGS IN THE SOFTWARE.
|
|
1461
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1462
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1463
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1464
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1465
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1466
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1467
|
+
THE SOFTWARE.
|
|
1546
1468
|
|
|
1547
1469
|
````
|
|
1548
1470
|
|
|
@@ -1552,10 +1474,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1552
1474
|
|
|
1553
1475
|
### Rust Crates:
|
|
1554
1476
|
|
|
1555
|
-
- [
|
|
1477
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1556
1478
|
|
|
1557
1479
|
````text
|
|
1558
|
-
Copyright (c)
|
|
1480
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1481
|
+
Copyright (c) 2016 Alex Crichton
|
|
1559
1482
|
|
|
1560
1483
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1561
1484
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1575,6 +1498,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1575
1498
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1576
1499
|
THE SOFTWARE.
|
|
1577
1500
|
|
|
1501
|
+
|
|
1578
1502
|
````
|
|
1579
1503
|
|
|
1580
1504
|
---
|
|
@@ -1583,80 +1507,12 @@ THE SOFTWARE.
|
|
|
1583
1507
|
|
|
1584
1508
|
### Rust Crates:
|
|
1585
1509
|
|
|
1586
|
-
- [
|
|
1510
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1587
1511
|
|
|
1588
1512
|
````text
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
Permission is hereby granted, free of charge, to any
|
|
1592
|
-
person obtaining a copy of this software and associated
|
|
1593
|
-
documentation files (the "Software"), to deal in the
|
|
1594
|
-
Software without restriction, including without
|
|
1595
|
-
limitation the rights to use, copy, modify, merge,
|
|
1596
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1597
|
-
the Software, and to permit persons to whom the Software
|
|
1598
|
-
is furnished to do so, subject to the following
|
|
1599
|
-
conditions:
|
|
1600
|
-
|
|
1601
|
-
The above copyright notice and this permission notice
|
|
1602
|
-
shall be included in all copies or substantial portions
|
|
1603
|
-
of the Software.
|
|
1604
|
-
|
|
1605
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1606
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1607
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1608
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1609
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1610
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1611
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1612
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1613
|
-
DEALINGS IN THE SOFTWARE.
|
|
1614
|
-
|
|
1615
|
-
````
|
|
1616
|
-
|
|
1617
|
-
---
|
|
1618
|
-
|
|
1619
|
-
## The following dependencies are licensed under the MIT License:
|
|
1620
|
-
|
|
1621
|
-
### Rust Crates:
|
|
1622
|
-
|
|
1623
|
-
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
1624
|
-
|
|
1625
|
-
````text
|
|
1626
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
1627
|
-
|
|
1628
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1629
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1630
|
-
the Software without restriction, including without limitation the rights to
|
|
1631
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1632
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1633
|
-
subject to the following conditions:
|
|
1634
|
-
|
|
1635
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1636
|
-
copies or substantial portions of the Software.
|
|
1637
|
-
|
|
1638
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1639
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1640
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
1641
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1642
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1643
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1644
|
-
|
|
1645
|
-
````
|
|
1646
|
-
|
|
1647
|
-
---
|
|
1648
|
-
|
|
1649
|
-
## The following dependencies are licensed under the MIT License:
|
|
1650
|
-
|
|
1651
|
-
### Rust Crates:
|
|
1652
|
-
|
|
1653
|
-
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1654
|
-
|
|
1655
|
-
````text
|
|
1656
|
-
The MIT License (MIT)
|
|
1513
|
+
MIT License
|
|
1657
1514
|
|
|
1658
|
-
Copyright (c)
|
|
1659
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1515
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1660
1516
|
|
|
1661
1517
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1662
1518
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1684,71 +1540,30 @@ SOFTWARE.
|
|
|
1684
1540
|
|
|
1685
1541
|
### Rust Crates:
|
|
1686
1542
|
|
|
1687
|
-
- [
|
|
1688
|
-
|
|
1689
|
-
````text
|
|
1690
|
-
Copyright (c) 2018 The Servo Project Developers
|
|
1691
|
-
|
|
1692
|
-
Permission is hereby granted, free of charge, to any
|
|
1693
|
-
person obtaining a copy of this software and associated
|
|
1694
|
-
documentation files (the "Software"), to deal in the
|
|
1695
|
-
Software without restriction, including without
|
|
1696
|
-
limitation the rights to use, copy, modify, merge,
|
|
1697
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1698
|
-
the Software, and to permit persons to whom the Software
|
|
1699
|
-
is furnished to do so, subject to the following
|
|
1700
|
-
conditions:
|
|
1701
|
-
|
|
1702
|
-
The above copyright notice and this permission notice
|
|
1703
|
-
shall be included in all copies or substantial portions
|
|
1704
|
-
of the Software.
|
|
1705
|
-
|
|
1706
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1707
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1708
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1709
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1710
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1711
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1712
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1713
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1714
|
-
DEALINGS IN THE SOFTWARE.
|
|
1715
|
-
|
|
1716
|
-
````
|
|
1717
|
-
|
|
1718
|
-
---
|
|
1719
|
-
|
|
1720
|
-
## The following dependencies are licensed under the MIT License:
|
|
1721
|
-
|
|
1722
|
-
### Rust Crates:
|
|
1723
|
-
|
|
1724
|
-
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1725
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1726
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1727
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1543
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1728
1544
|
|
|
1729
1545
|
````text
|
|
1730
|
-
The MIT License (MIT)
|
|
1731
|
-
|
|
1732
|
-
Copyright (c) 2015
|
|
1733
|
-
|
|
1734
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1735
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1736
|
-
in the Software without restriction, including without limitation the rights
|
|
1737
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1738
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1739
|
-
furnished to do so, subject to the following conditions:
|
|
1740
|
-
|
|
1741
|
-
The above copyright notice and this permission notice shall be included in
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1745
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1746
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1747
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1748
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1749
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1750
|
-
|
|
1751
|
-
|
|
1546
|
+
The MIT License (MIT)
|
|
1547
|
+
|
|
1548
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1549
|
+
|
|
1550
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1551
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1552
|
+
in the Software without restriction, including without limitation the rights
|
|
1553
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1554
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1555
|
+
furnished to do so, subject to the following conditions:
|
|
1556
|
+
|
|
1557
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1558
|
+
copies or substantial portions of the Software.
|
|
1559
|
+
|
|
1560
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1561
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1562
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1563
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1564
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1565
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1566
|
+
SOFTWARE.
|
|
1752
1567
|
````
|
|
1753
1568
|
|
|
1754
1569
|
---
|
|
@@ -1803,10 +1618,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1803
1618
|
|
|
1804
1619
|
### Rust Crates:
|
|
1805
1620
|
|
|
1806
|
-
- [
|
|
1621
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1807
1622
|
|
|
1808
1623
|
````text
|
|
1809
|
-
Copyright (c)
|
|
1624
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1810
1625
|
|
|
1811
1626
|
Permission is hereby granted, free of charge, to any
|
|
1812
1627
|
person obtaining a copy of this software and associated
|
|
@@ -1840,10 +1655,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1840
1655
|
|
|
1841
1656
|
### Rust Crates:
|
|
1842
1657
|
|
|
1843
|
-
- [
|
|
1658
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1659
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1844
1660
|
|
|
1845
1661
|
````text
|
|
1846
|
-
Copyright (c)
|
|
1662
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1663
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1664
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1847
1665
|
|
|
1848
1666
|
Permission is hereby granted, free of charge, to any
|
|
1849
1667
|
person obtaining a copy of this software and associated
|
|
@@ -1877,10 +1695,76 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1877
1695
|
|
|
1878
1696
|
### Rust Crates:
|
|
1879
1697
|
|
|
1880
|
-
- [
|
|
1698
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1881
1699
|
|
|
1882
1700
|
````text
|
|
1883
|
-
Copyright (c)
|
|
1701
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1702
|
+
|
|
1703
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1704
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1705
|
+
in the Software without restriction, including without limitation the rights
|
|
1706
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1707
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1708
|
+
furnished to do so, subject to the following conditions:
|
|
1709
|
+
|
|
1710
|
+
The above copyright notice and this permission notice shall be included in
|
|
1711
|
+
all copies or substantial portions of the Software.
|
|
1712
|
+
|
|
1713
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1714
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1715
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1716
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1717
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1718
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1719
|
+
THE SOFTWARE.
|
|
1720
|
+
|
|
1721
|
+
````
|
|
1722
|
+
|
|
1723
|
+
---
|
|
1724
|
+
|
|
1725
|
+
## The following dependencies are licensed under the MIT License:
|
|
1726
|
+
|
|
1727
|
+
### Rust Crates:
|
|
1728
|
+
|
|
1729
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1730
|
+
|
|
1731
|
+
````text
|
|
1732
|
+
The MIT License (MIT)
|
|
1733
|
+
|
|
1734
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1735
|
+
|
|
1736
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1737
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1738
|
+
in the Software without restriction, including without limitation the rights
|
|
1739
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1740
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1741
|
+
furnished to do so, subject to the following conditions:
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
The above copyright notice and this permission notice shall be included in
|
|
1745
|
+
all copies or substantial portions of the Software.
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1749
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1750
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1751
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1752
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1753
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1754
|
+
THE SOFTWARE.
|
|
1755
|
+
|
|
1756
|
+
````
|
|
1757
|
+
|
|
1758
|
+
---
|
|
1759
|
+
|
|
1760
|
+
## The following dependencies are licensed under the MIT License:
|
|
1761
|
+
|
|
1762
|
+
### Rust Crates:
|
|
1763
|
+
|
|
1764
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1765
|
+
|
|
1766
|
+
````text
|
|
1767
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1884
1768
|
|
|
1885
1769
|
Permission is hereby granted, free of charge, to any
|
|
1886
1770
|
person obtaining a copy of this software and associated
|
|
@@ -1914,12 +1798,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1914
1798
|
|
|
1915
1799
|
### Rust Crates:
|
|
1916
1800
|
|
|
1917
|
-
- [
|
|
1801
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1918
1802
|
|
|
1919
1803
|
````text
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1804
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1923
1805
|
|
|
1924
1806
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1925
1807
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1928,16 +1810,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1928
1810
|
copies of the Software, and to permit persons to whom the Software is
|
|
1929
1811
|
furnished to do so, subject to the following conditions:
|
|
1930
1812
|
|
|
1931
|
-
The above copyright notice and this permission notice shall be included in
|
|
1932
|
-
copies or substantial portions of the Software.
|
|
1813
|
+
The above copyright notice and this permission notice shall be included in
|
|
1814
|
+
all copies or substantial portions of the Software.
|
|
1933
1815
|
|
|
1934
1816
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1935
1817
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1936
1818
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1937
1819
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1938
1820
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1939
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1940
|
-
SOFTWARE.
|
|
1821
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1822
|
+
THE SOFTWARE.
|
|
1941
1823
|
|
|
1942
1824
|
````
|
|
1943
1825
|
|
|
@@ -1947,12 +1829,49 @@ SOFTWARE.
|
|
|
1947
1829
|
|
|
1948
1830
|
### Rust Crates:
|
|
1949
1831
|
|
|
1950
|
-
- [
|
|
1832
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1951
1833
|
|
|
1952
1834
|
````text
|
|
1953
|
-
|
|
1835
|
+
Copyright 2023 The Fuchsia Authors
|
|
1954
1836
|
|
|
1955
|
-
|
|
1837
|
+
Permission is hereby granted, free of charge, to any
|
|
1838
|
+
person obtaining a copy of this software and associated
|
|
1839
|
+
documentation files (the "Software"), to deal in the
|
|
1840
|
+
Software without restriction, including without
|
|
1841
|
+
limitation the rights to use, copy, modify, merge,
|
|
1842
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1843
|
+
the Software, and to permit persons to whom the Software
|
|
1844
|
+
is furnished to do so, subject to the following
|
|
1845
|
+
conditions:
|
|
1846
|
+
|
|
1847
|
+
The above copyright notice and this permission notice
|
|
1848
|
+
shall be included in all copies or substantial portions
|
|
1849
|
+
of the Software.
|
|
1850
|
+
|
|
1851
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1852
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1853
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1854
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1855
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1856
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1857
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1858
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1859
|
+
DEALINGS IN THE SOFTWARE.
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
````
|
|
1863
|
+
|
|
1864
|
+
---
|
|
1865
|
+
|
|
1866
|
+
## The following dependencies are licensed under the MIT License:
|
|
1867
|
+
|
|
1868
|
+
### Rust Crates:
|
|
1869
|
+
|
|
1870
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1871
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
1872
|
+
|
|
1873
|
+
````text
|
|
1874
|
+
MIT License
|
|
1956
1875
|
|
|
1957
1876
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1958
1877
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1980,10 +1899,11 @@ SOFTWARE.
|
|
|
1980
1899
|
|
|
1981
1900
|
### Rust Crates:
|
|
1982
1901
|
|
|
1983
|
-
- [
|
|
1902
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1903
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1984
1904
|
|
|
1985
1905
|
````text
|
|
1986
|
-
Copyright (c)
|
|
1906
|
+
Copyright (c) 2014 Alex Crichton
|
|
1987
1907
|
|
|
1988
1908
|
Permission is hereby granted, free of charge, to any
|
|
1989
1909
|
person obtaining a copy of this software and associated
|
|
@@ -2015,49 +1935,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2015
1935
|
|
|
2016
1936
|
## The following dependencies are licensed under the MIT License:
|
|
2017
1937
|
|
|
2018
|
-
###
|
|
1938
|
+
### NPM Packages:
|
|
2019
1939
|
|
|
2020
|
-
- [
|
|
2021
|
-
- [
|
|
2022
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2023
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1940
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1941
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
2024
1942
|
|
|
2025
1943
|
````text
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2029
|
-
|
|
2030
|
-
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.
|
|
2031
|
-
````
|
|
2032
|
-
|
|
2033
|
-
---
|
|
2034
|
-
|
|
2035
|
-
## The following dependencies are licensed under the MIT License:
|
|
2036
|
-
|
|
2037
|
-
### Rust Crates:
|
|
2038
|
-
|
|
2039
|
-
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
1944
|
+
MIT License
|
|
2040
1945
|
|
|
2041
|
-
|
|
2042
|
-
Copyright (c) 2015 Igor Shaula
|
|
1946
|
+
Copyright (c) Microsoft Corporation.
|
|
2043
1947
|
|
|
2044
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2045
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2046
|
-
in the Software without restriction, including without limitation the rights
|
|
2047
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2048
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2049
|
-
furnished to do so, subject to the following conditions:
|
|
1948
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1949
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1950
|
+
in the Software without restriction, including without limitation the rights
|
|
1951
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1952
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1953
|
+
furnished to do so, subject to the following conditions:
|
|
2050
1954
|
|
|
2051
|
-
The above copyright notice and this permission notice shall be included in
|
|
2052
|
-
|
|
1955
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1956
|
+
copies or substantial portions of the Software.
|
|
2053
1957
|
|
|
2054
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2055
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2056
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2057
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2058
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2059
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2060
|
-
|
|
1958
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1959
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1960
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1961
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1962
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1963
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1964
|
+
SOFTWARE
|
|
2061
1965
|
|
|
2062
1966
|
````
|
|
2063
1967
|
|
|
@@ -2067,10 +1971,10 @@ THE SOFTWARE.
|
|
|
2067
1971
|
|
|
2068
1972
|
### Rust Crates:
|
|
2069
1973
|
|
|
2070
|
-
- [
|
|
1974
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2071
1975
|
|
|
2072
1976
|
````text
|
|
2073
|
-
Copyright (c)
|
|
1977
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2074
1978
|
|
|
2075
1979
|
Permission is hereby granted, free of charge, to any
|
|
2076
1980
|
person obtaining a copy of this software and associated
|
|
@@ -2104,38 +2008,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2104
2008
|
|
|
2105
2009
|
### Rust Crates:
|
|
2106
2010
|
|
|
2107
|
-
- [
|
|
2108
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2109
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2110
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2111
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2112
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2113
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2114
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2115
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2116
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2117
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2118
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2119
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2120
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2121
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2122
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2123
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2124
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2125
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2126
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2127
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2128
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2129
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2130
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2131
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2132
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2133
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2134
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2135
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2136
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2011
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2137
2012
|
|
|
2138
2013
|
````text
|
|
2014
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2015
|
+
|
|
2139
2016
|
Permission is hereby granted, free of charge, to any
|
|
2140
2017
|
person obtaining a copy of this software and associated
|
|
2141
2018
|
documentation files (the "Software"), to deal in the
|
|
@@ -2168,33 +2045,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2168
2045
|
|
|
2169
2046
|
### Rust Crates:
|
|
2170
2047
|
|
|
2171
|
-
- [
|
|
2048
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
2049
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2050
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2051
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2172
2052
|
|
|
2173
2053
|
````text
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2179
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2180
|
-
in the Software without restriction, including without limitation the rights
|
|
2181
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2182
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2183
|
-
furnished to do so, subject to the following conditions:
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
The above copyright notice and this permission notice shall be included in
|
|
2187
|
-
all copies or substantial portions of the Software.
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2191
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2192
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2193
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2194
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2195
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2196
|
-
THE SOFTWARE.
|
|
2054
|
+
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:
|
|
2055
|
+
|
|
2056
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2197
2057
|
|
|
2058
|
+
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.
|
|
2198
2059
|
````
|
|
2199
2060
|
|
|
2200
2061
|
---
|
|
@@ -2203,30 +2064,16 @@ THE SOFTWARE.
|
|
|
2203
2064
|
|
|
2204
2065
|
### Rust Crates:
|
|
2205
2066
|
|
|
2206
|
-
- [
|
|
2067
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
2207
2068
|
|
|
2208
2069
|
````text
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
Copyright (c) 2025 Callum Oakley
|
|
2070
|
+
Copyright (c) 2015 steffengy
|
|
2212
2071
|
|
|
2213
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2214
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2215
|
-
in the Software without restriction, including without limitation the rights
|
|
2216
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2217
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2218
|
-
furnished to do so, subject to the following conditions:
|
|
2072
|
+
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:
|
|
2219
2073
|
|
|
2220
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2221
|
-
copies or substantial portions of the Software.
|
|
2074
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2222
2075
|
|
|
2223
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2224
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2225
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2226
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2227
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2228
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2229
|
-
SOFTWARE.
|
|
2076
|
+
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.
|
|
2230
2077
|
|
|
2231
2078
|
````
|
|
2232
2079
|
|
|
@@ -2236,29 +2083,34 @@ SOFTWARE.
|
|
|
2236
2083
|
|
|
2237
2084
|
### Rust Crates:
|
|
2238
2085
|
|
|
2239
|
-
- [
|
|
2086
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2240
2087
|
|
|
2241
2088
|
````text
|
|
2242
|
-
Copyright (c)
|
|
2243
|
-
|
|
2244
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2245
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2246
|
-
in the Software without restriction, including without limitation the rights
|
|
2247
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2248
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2249
|
-
furnished to do so, subject to the following conditions:
|
|
2089
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2250
2090
|
|
|
2251
|
-
|
|
2252
|
-
|
|
2091
|
+
Permission is hereby granted, free of charge, to any
|
|
2092
|
+
person obtaining a copy of this software and associated
|
|
2093
|
+
documentation files (the "Software"), to deal in the
|
|
2094
|
+
Software without restriction, including without
|
|
2095
|
+
limitation the rights to use, copy, modify, merge,
|
|
2096
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2097
|
+
the Software, and to permit persons to whom the Software
|
|
2098
|
+
is furnished to do so, subject to the following
|
|
2099
|
+
conditions:
|
|
2253
2100
|
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2258
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2259
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2260
|
-
THE SOFTWARE.
|
|
2101
|
+
The above copyright notice and this permission notice
|
|
2102
|
+
shall be included in all copies or substantial portions
|
|
2103
|
+
of the Software.
|
|
2261
2104
|
|
|
2105
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2106
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2107
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2108
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2109
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2110
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2111
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2112
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2113
|
+
DEALINGS IN THE SOFTWARE.
|
|
2262
2114
|
|
|
2263
2115
|
````
|
|
2264
2116
|
|
|
@@ -2268,29 +2120,34 @@ THE SOFTWARE.
|
|
|
2268
2120
|
|
|
2269
2121
|
### Rust Crates:
|
|
2270
2122
|
|
|
2271
|
-
- [
|
|
2123
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2272
2124
|
|
|
2273
2125
|
````text
|
|
2274
|
-
Copyright (c)
|
|
2275
|
-
Copyright (c) 2016 Jason Housley
|
|
2276
|
-
|
|
2277
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2278
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2279
|
-
in the Software without restriction, including without limitation the rights
|
|
2280
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2281
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2282
|
-
furnished to do so, subject to the following conditions:
|
|
2126
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2283
2127
|
|
|
2284
|
-
|
|
2285
|
-
|
|
2128
|
+
Permission is hereby granted, free of charge, to any
|
|
2129
|
+
person obtaining a copy of this software and associated
|
|
2130
|
+
documentation files (the "Software"), to deal in the
|
|
2131
|
+
Software without restriction, including without
|
|
2132
|
+
limitation the rights to use, copy, modify, merge,
|
|
2133
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2134
|
+
the Software, and to permit persons to whom the Software
|
|
2135
|
+
is furnished to do so, subject to the following
|
|
2136
|
+
conditions:
|
|
2286
2137
|
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
THE
|
|
2138
|
+
The above copyright notice and this permission notice
|
|
2139
|
+
shall be included in all copies or substantial portions
|
|
2140
|
+
of the Software.
|
|
2141
|
+
|
|
2142
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2143
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2144
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2145
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2146
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2147
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2148
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2149
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2150
|
+
DEALINGS IN THE SOFTWARE.
|
|
2294
2151
|
|
|
2295
2152
|
````
|
|
2296
2153
|
|
|
@@ -2300,31 +2157,27 @@ THE SOFTWARE.
|
|
|
2300
2157
|
|
|
2301
2158
|
### NPM Packages:
|
|
2302
2159
|
|
|
2303
|
-
- [
|
|
2304
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2160
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2305
2161
|
|
|
2306
2162
|
````text
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
Copyright (c) Microsoft Corporation.
|
|
2163
|
+
This software is released under the MIT license:
|
|
2310
2164
|
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2165
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2166
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2167
|
+
the Software without restriction, including without limitation the rights to
|
|
2168
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2169
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2170
|
+
subject to the following conditions:
|
|
2317
2171
|
|
|
2318
|
-
|
|
2319
|
-
|
|
2172
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2173
|
+
copies or substantial portions of the Software.
|
|
2320
2174
|
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
SOFTWARE
|
|
2175
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2176
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2177
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2178
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2179
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2180
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2328
2181
|
|
|
2329
2182
|
````
|
|
2330
2183
|
|
|
@@ -2334,29 +2187,16 @@ THE SOFTWARE.
|
|
|
2334
2187
|
|
|
2335
2188
|
### Rust Crates:
|
|
2336
2189
|
|
|
2337
|
-
- [
|
|
2338
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2190
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2339
2191
|
|
|
2340
2192
|
````text
|
|
2341
|
-
Copyright
|
|
2193
|
+
Copyright 2016 Nika Layzell
|
|
2342
2194
|
|
|
2343
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2344
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2345
|
-
in the Software without restriction, including without limitation the rights
|
|
2346
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2347
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2348
|
-
furnished to do so, subject to the following conditions:
|
|
2195
|
+
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:
|
|
2349
2196
|
|
|
2350
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2351
|
-
copies or substantial portions of the Software.
|
|
2197
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2352
2198
|
|
|
2353
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2354
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2355
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2356
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2357
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2358
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2359
|
-
SOFTWARE.
|
|
2199
|
+
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.
|
|
2360
2200
|
|
|
2361
2201
|
````
|
|
2362
2202
|
|
|
@@ -2366,10 +2206,10 @@ SOFTWARE.
|
|
|
2366
2206
|
|
|
2367
2207
|
### Rust Crates:
|
|
2368
2208
|
|
|
2369
|
-
- [
|
|
2209
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2370
2210
|
|
|
2371
2211
|
````text
|
|
2372
|
-
Copyright (c) 2019
|
|
2212
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2373
2213
|
|
|
2374
2214
|
Permission is hereby granted, free of charge, to any
|
|
2375
2215
|
person obtaining a copy of this software and associated
|
|
@@ -2403,10 +2243,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2403
2243
|
|
|
2404
2244
|
### Rust Crates:
|
|
2405
2245
|
|
|
2406
|
-
- [
|
|
2246
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2407
2247
|
|
|
2408
2248
|
````text
|
|
2409
|
-
|
|
2249
|
+
MIT License
|
|
2250
|
+
|
|
2251
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2252
|
+
|
|
2253
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2254
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2255
|
+
in the Software without restriction, including without limitation the rights
|
|
2256
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2257
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2258
|
+
furnished to do so, subject to the following conditions:
|
|
2259
|
+
|
|
2260
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2261
|
+
copies or substantial portions of the Software.
|
|
2262
|
+
|
|
2263
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2264
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2265
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2266
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2267
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2268
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2269
|
+
SOFTWARE.
|
|
2270
|
+
|
|
2271
|
+
````
|
|
2272
|
+
|
|
2273
|
+
---
|
|
2274
|
+
|
|
2275
|
+
## The following dependencies are licensed under the MIT License:
|
|
2276
|
+
|
|
2277
|
+
### Rust Crates:
|
|
2278
|
+
|
|
2279
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2280
|
+
|
|
2281
|
+
````text
|
|
2282
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2410
2283
|
|
|
2411
2284
|
Permission is hereby granted, free of charge, to any
|
|
2412
2285
|
person obtaining a copy of this software and associated
|
|
@@ -2440,15 +2313,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2440
2313
|
|
|
2441
2314
|
### Rust Crates:
|
|
2442
2315
|
|
|
2443
|
-
- [
|
|
2444
|
-
- [
|
|
2445
|
-
- [
|
|
2446
|
-
- [
|
|
2447
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2448
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2316
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2317
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2318
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2319
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2449
2320
|
|
|
2450
2321
|
````text
|
|
2451
|
-
Copyright (c)
|
|
2322
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2452
2323
|
|
|
2453
2324
|
Permission is hereby granted, free of charge, to any
|
|
2454
2325
|
person obtaining a copy of this software and associated
|
|
@@ -2482,10 +2353,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2482
2353
|
|
|
2483
2354
|
### Rust Crates:
|
|
2484
2355
|
|
|
2485
|
-
- [
|
|
2356
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2357
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2358
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2359
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2360
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2361
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2486
2362
|
|
|
2487
2363
|
````text
|
|
2488
|
-
Copyright
|
|
2364
|
+
Copyright 2018 Developers of the Rand project
|
|
2365
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2489
2366
|
|
|
2490
2367
|
Permission is hereby granted, free of charge, to any
|
|
2491
2368
|
person obtaining a copy of this software and associated
|
|
@@ -2511,36 +2388,37 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
2511
2388
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2512
2389
|
DEALINGS IN THE SOFTWARE.
|
|
2513
2390
|
|
|
2514
|
-
|
|
2515
2391
|
````
|
|
2516
2392
|
|
|
2517
2393
|
---
|
|
2518
2394
|
|
|
2519
2395
|
## The following dependencies are licensed under the MIT License:
|
|
2520
2396
|
|
|
2521
|
-
###
|
|
2397
|
+
### Rust Crates:
|
|
2522
2398
|
|
|
2523
|
-
- [
|
|
2399
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2400
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2524
2401
|
|
|
2525
2402
|
````text
|
|
2526
|
-
|
|
2403
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2527
2404
|
|
|
2528
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2529
|
-
this software and associated documentation files (the "Software"), to deal
|
|
2530
|
-
the Software without restriction, including without limitation the rights
|
|
2531
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2532
|
-
the Software, and to permit persons to whom the Software is
|
|
2533
|
-
subject to the following conditions:
|
|
2405
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2406
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2407
|
+
in the Software without restriction, including without limitation the rights
|
|
2408
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2409
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2410
|
+
furnished to do so, subject to the following conditions:
|
|
2534
2411
|
|
|
2535
2412
|
The above copyright notice and this permission notice shall be included in all
|
|
2536
2413
|
copies or substantial portions of the Software.
|
|
2537
2414
|
|
|
2538
2415
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2539
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2540
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2541
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2542
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2543
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2416
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2417
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2418
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2419
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2420
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2421
|
+
SOFTWARE.
|
|
2544
2422
|
|
|
2545
2423
|
````
|
|
2546
2424
|
|
|
@@ -2550,31 +2428,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2550
2428
|
|
|
2551
2429
|
### Rust Crates:
|
|
2552
2430
|
|
|
2553
|
-
- [
|
|
2431
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2554
2432
|
|
|
2555
2433
|
````text
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
2559
|
-
Copyright (c) Tokio Contributors
|
|
2434
|
+
Copyright (c) 2016--2017
|
|
2560
2435
|
|
|
2561
|
-
Permission is hereby granted, free of charge, to any
|
|
2562
|
-
of this software and associated
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2436
|
+
Permission is hereby granted, free of charge, to any
|
|
2437
|
+
person obtaining a copy of this software and associated
|
|
2438
|
+
documentation files (the "Software"), to deal in the
|
|
2439
|
+
Software without restriction, including without
|
|
2440
|
+
limitation the rights to use, copy, modify, merge,
|
|
2441
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2442
|
+
the Software, and to permit persons to whom the Software
|
|
2443
|
+
is furnished to do so, subject to the following
|
|
2444
|
+
conditions:
|
|
2567
2445
|
|
|
2568
|
-
The above copyright notice and this permission notice
|
|
2569
|
-
copies or substantial portions
|
|
2446
|
+
The above copyright notice and this permission notice
|
|
2447
|
+
shall be included in all copies or substantial portions
|
|
2448
|
+
of the Software.
|
|
2570
2449
|
|
|
2571
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2572
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2450
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2451
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2452
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2453
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2454
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2455
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2456
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2457
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2458
|
+
DEALINGS IN THE SOFTWARE.
|
|
2578
2459
|
|
|
2579
2460
|
````
|
|
2580
2461
|
|
|
@@ -2584,11 +2465,12 @@ SOFTWARE.
|
|
|
2584
2465
|
|
|
2585
2466
|
### Rust Crates:
|
|
2586
2467
|
|
|
2587
|
-
- [
|
|
2468
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2588
2469
|
|
|
2589
2470
|
````text
|
|
2590
|
-
|
|
2591
|
-
|
|
2471
|
+
The MIT License (MIT)
|
|
2472
|
+
|
|
2473
|
+
Copyright (c) 2015 Alice Maz
|
|
2592
2474
|
|
|
2593
2475
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2594
2476
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2597,16 +2479,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2597
2479
|
copies of the Software, and to permit persons to whom the Software is
|
|
2598
2480
|
furnished to do so, subject to the following conditions:
|
|
2599
2481
|
|
|
2600
|
-
The above copyright notice and this permission notice shall be included in
|
|
2601
|
-
copies or substantial portions of the Software.
|
|
2482
|
+
The above copyright notice and this permission notice shall be included in
|
|
2483
|
+
all copies or substantial portions of the Software.
|
|
2602
2484
|
|
|
2603
2485
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2604
2486
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2605
2487
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2606
2488
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2607
2489
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2608
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2609
|
-
SOFTWARE.
|
|
2490
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2491
|
+
THE SOFTWARE.
|
|
2610
2492
|
|
|
2611
2493
|
````
|
|
2612
2494
|
|
|
@@ -2616,44 +2498,111 @@ SOFTWARE.
|
|
|
2616
2498
|
|
|
2617
2499
|
### Rust Crates:
|
|
2618
2500
|
|
|
2619
|
-
- [
|
|
2501
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2620
2502
|
|
|
2621
2503
|
````text
|
|
2622
|
-
The
|
|
2623
|
-
|
|
2624
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2625
|
-
|
|
2626
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2627
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2628
|
-
in the Software without restriction, including without limitation the rights
|
|
2629
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2630
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2631
|
-
furnished to do so, subject to the following conditions:
|
|
2632
|
-
|
|
2633
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2634
|
-
copies or substantial portions of the Software.
|
|
2635
|
-
|
|
2636
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2637
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2638
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2639
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2640
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2641
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2642
|
-
SOFTWARE.
|
|
2643
|
-
````
|
|
2504
|
+
Copyright (c) The Rust Project Developers
|
|
2644
2505
|
|
|
2645
|
-
|
|
2506
|
+
Permission is hereby granted, free of charge, to any
|
|
2507
|
+
person obtaining a copy of this software and associated
|
|
2508
|
+
documentation files (the "Software"), to deal in the
|
|
2509
|
+
Software without restriction, including without
|
|
2510
|
+
limitation the rights to use, copy, modify, merge,
|
|
2511
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2512
|
+
the Software, and to permit persons to whom the Software
|
|
2513
|
+
is furnished to do so, subject to the following
|
|
2514
|
+
conditions:
|
|
2515
|
+
|
|
2516
|
+
The above copyright notice and this permission notice
|
|
2517
|
+
shall be included in all copies or substantial portions
|
|
2518
|
+
of the Software.
|
|
2519
|
+
|
|
2520
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2521
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2522
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2523
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2524
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2525
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2526
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2527
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2528
|
+
DEALINGS IN THE SOFTWARE.
|
|
2529
|
+
|
|
2530
|
+
````
|
|
2531
|
+
|
|
2532
|
+
---
|
|
2646
2533
|
|
|
2647
2534
|
## The following dependencies are licensed under the MIT License:
|
|
2648
2535
|
|
|
2649
|
-
###
|
|
2536
|
+
### Rust Crates:
|
|
2650
2537
|
|
|
2651
|
-
- [
|
|
2538
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2539
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2540
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2541
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2542
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2543
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2544
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2545
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2546
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2547
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2548
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2549
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2550
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2551
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2552
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2553
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2554
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2555
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2556
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2557
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2558
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2559
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2560
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2561
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2562
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2563
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2564
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2565
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2566
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2567
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2652
2568
|
|
|
2653
2569
|
````text
|
|
2654
|
-
|
|
2570
|
+
Permission is hereby granted, free of charge, to any
|
|
2571
|
+
person obtaining a copy of this software and associated
|
|
2572
|
+
documentation files (the "Software"), to deal in the
|
|
2573
|
+
Software without restriction, including without
|
|
2574
|
+
limitation the rights to use, copy, modify, merge,
|
|
2575
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2576
|
+
the Software, and to permit persons to whom the Software
|
|
2577
|
+
is furnished to do so, subject to the following
|
|
2578
|
+
conditions:
|
|
2655
2579
|
|
|
2656
|
-
|
|
2580
|
+
The above copyright notice and this permission notice
|
|
2581
|
+
shall be included in all copies or substantial portions
|
|
2582
|
+
of the Software.
|
|
2583
|
+
|
|
2584
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2585
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2586
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2587
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2588
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2589
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2590
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2591
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2592
|
+
DEALINGS IN THE SOFTWARE.
|
|
2593
|
+
|
|
2594
|
+
````
|
|
2595
|
+
|
|
2596
|
+
---
|
|
2597
|
+
|
|
2598
|
+
## The following dependencies are licensed under the MIT License:
|
|
2599
|
+
|
|
2600
|
+
### Rust Crates:
|
|
2601
|
+
|
|
2602
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2603
|
+
|
|
2604
|
+
````text
|
|
2605
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2657
2606
|
|
|
2658
2607
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2659
2608
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2679,14 +2628,12 @@ SOFTWARE.
|
|
|
2679
2628
|
|
|
2680
2629
|
## The following dependencies are licensed under the MIT License:
|
|
2681
2630
|
|
|
2682
|
-
###
|
|
2631
|
+
### Rust Crates:
|
|
2683
2632
|
|
|
2684
|
-
- [
|
|
2633
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2685
2634
|
|
|
2686
2635
|
````text
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2636
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2690
2637
|
|
|
2691
2638
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2692
2639
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2695,18 +2642,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2695
2642
|
copies of the Software, and to permit persons to whom the Software is
|
|
2696
2643
|
furnished to do so, subject to the following conditions:
|
|
2697
2644
|
|
|
2698
|
-
The above copyright notice and this permission notice shall be included in
|
|
2699
|
-
copies or substantial portions of the Software.
|
|
2645
|
+
The above copyright notice and this permission notice shall be included in
|
|
2646
|
+
all copies or substantial portions of the Software.
|
|
2700
2647
|
|
|
2701
2648
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2702
2649
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2703
2650
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2704
2651
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2705
2652
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2706
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2707
|
-
SOFTWARE.
|
|
2653
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2654
|
+
THE SOFTWARE.
|
|
2708
2655
|
|
|
2709
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2710
2656
|
|
|
2711
2657
|
````
|
|
2712
2658
|
|
|
@@ -2714,14 +2660,15 @@ SOFTWARE.
|
|
|
2714
2660
|
|
|
2715
2661
|
## The following dependencies are licensed under the MIT License:
|
|
2716
2662
|
|
|
2717
|
-
###
|
|
2663
|
+
### Rust Crates:
|
|
2718
2664
|
|
|
2719
|
-
- [
|
|
2665
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2666
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2720
2667
|
|
|
2721
2668
|
````text
|
|
2722
|
-
|
|
2669
|
+
MIT License
|
|
2723
2670
|
|
|
2724
|
-
Copyright (c)
|
|
2671
|
+
Copyright (c) 2019 Graham Esau
|
|
2725
2672
|
|
|
2726
2673
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2727
2674
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2730,16 +2677,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2730
2677
|
copies of the Software, and to permit persons to whom the Software is
|
|
2731
2678
|
furnished to do so, subject to the following conditions:
|
|
2732
2679
|
|
|
2733
|
-
The above copyright notice and this permission notice shall be included in
|
|
2734
|
-
|
|
2680
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2681
|
+
copies or substantial portions of the Software.
|
|
2735
2682
|
|
|
2736
2683
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2737
2684
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2738
2685
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2739
2686
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2740
2687
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2741
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2742
|
-
|
|
2688
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2689
|
+
SOFTWARE.
|
|
2743
2690
|
|
|
2744
2691
|
````
|
|
2745
2692
|
|
|
@@ -2749,35 +2696,30 @@ THE SOFTWARE.
|
|
|
2749
2696
|
|
|
2750
2697
|
### Rust Crates:
|
|
2751
2698
|
|
|
2752
|
-
- [
|
|
2699
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2753
2700
|
|
|
2754
2701
|
````text
|
|
2755
|
-
|
|
2702
|
+
MIT License
|
|
2756
2703
|
|
|
2757
|
-
|
|
2758
|
-
person obtaining a copy of this software and associated
|
|
2759
|
-
documentation files (the "Software"), to deal in the
|
|
2760
|
-
Software without restriction, including without
|
|
2761
|
-
limitation the rights to use, copy, modify, merge,
|
|
2762
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2763
|
-
the Software, and to permit persons to whom the Software
|
|
2764
|
-
is furnished to do so, subject to the following
|
|
2765
|
-
conditions:
|
|
2704
|
+
Copyright (c) 2025 rutrum
|
|
2766
2705
|
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2706
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2707
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2708
|
+
in the Software without restriction, including without limitation the rights
|
|
2709
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2710
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2711
|
+
furnished to do so, subject to the following conditions:
|
|
2770
2712
|
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2774
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2775
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2776
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2777
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2778
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2779
|
-
DEALINGS IN THE SOFTWARE.
|
|
2713
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2714
|
+
copies or substantial portions of the Software.
|
|
2780
2715
|
|
|
2716
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2717
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2718
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2719
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2720
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2721
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2722
|
+
SOFTWARE.
|
|
2781
2723
|
````
|
|
2782
2724
|
|
|
2783
2725
|
---
|
|
@@ -2786,34 +2728,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2786
2728
|
|
|
2787
2729
|
### Rust Crates:
|
|
2788
2730
|
|
|
2789
|
-
- [
|
|
2731
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
2732
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
2733
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
2734
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
2735
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
2736
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2737
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2738
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
2739
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
2740
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
2741
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
2742
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
2743
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
2744
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
2745
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
2746
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
2747
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
2748
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
2749
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
2750
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
2751
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
2752
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
2753
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
2754
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
2755
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
2790
2756
|
|
|
2791
2757
|
````text
|
|
2792
|
-
|
|
2758
|
+
MIT License
|
|
2793
2759
|
|
|
2794
|
-
|
|
2795
|
-
person obtaining a copy of this software and associated
|
|
2796
|
-
documentation files (the "Software"), to deal in the
|
|
2797
|
-
Software without restriction, including without
|
|
2798
|
-
limitation the rights to use, copy, modify, merge,
|
|
2799
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2800
|
-
the Software, and to permit persons to whom the Software
|
|
2801
|
-
is furnished to do so, subject to the following
|
|
2802
|
-
conditions:
|
|
2760
|
+
Copyright (c) <year> <copyright holders>
|
|
2803
2761
|
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2762
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
2763
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
2764
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2765
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
2766
|
+
following conditions:
|
|
2807
2767
|
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2814
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2815
|
-
|
|
2816
|
-
DEALINGS IN THE SOFTWARE.
|
|
2768
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
2769
|
+
portions of the Software.
|
|
2770
|
+
|
|
2771
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
2772
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
2773
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2774
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
2775
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2817
2776
|
|
|
2818
2777
|
````
|
|
2819
2778
|
|
|
@@ -2823,10 +2782,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2823
2782
|
|
|
2824
2783
|
### Rust Crates:
|
|
2825
2784
|
|
|
2826
|
-
- [
|
|
2785
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2827
2786
|
|
|
2828
2787
|
````text
|
|
2829
|
-
Copyright (c)
|
|
2788
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2830
2789
|
|
|
2831
2790
|
Permission is hereby granted, free of charge, to any
|
|
2832
2791
|
person obtaining a copy of this software and associated
|
|
@@ -2860,34 +2819,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2860
2819
|
|
|
2861
2820
|
### Rust Crates:
|
|
2862
2821
|
|
|
2863
|
-
- [
|
|
2822
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2864
2823
|
|
|
2865
2824
|
````text
|
|
2866
|
-
|
|
2825
|
+
MIT License
|
|
2867
2826
|
|
|
2868
|
-
|
|
2869
|
-
person obtaining a copy of this software and associated
|
|
2870
|
-
documentation files (the "Software"), to deal in the
|
|
2871
|
-
Software without restriction, including without
|
|
2872
|
-
limitation the rights to use, copy, modify, merge,
|
|
2873
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2874
|
-
the Software, and to permit persons to whom the Software
|
|
2875
|
-
is furnished to do so, subject to the following
|
|
2876
|
-
conditions:
|
|
2827
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2877
2828
|
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2829
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2830
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2831
|
+
in the Software without restriction, including without limitation the rights
|
|
2832
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2833
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2834
|
+
furnished to do so, subject to the following conditions:
|
|
2881
2835
|
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
IN
|
|
2890
|
-
|
|
2836
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2837
|
+
copies or substantial portions of the Software.
|
|
2838
|
+
|
|
2839
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2840
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2841
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2842
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2843
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2844
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2845
|
+
SOFTWARE.
|
|
2891
2846
|
|
|
2892
2847
|
````
|
|
2893
2848
|
|
|
@@ -2897,16 +2852,27 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2897
2852
|
|
|
2898
2853
|
### Rust Crates:
|
|
2899
2854
|
|
|
2900
|
-
- [
|
|
2855
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2901
2856
|
|
|
2902
2857
|
````text
|
|
2903
|
-
Copyright
|
|
2858
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2904
2859
|
|
|
2905
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2860
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2861
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2862
|
+
the Software without restriction, including without limitation the rights to
|
|
2863
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2864
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2865
|
+
subject to the following conditions:
|
|
2906
2866
|
|
|
2907
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2867
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2868
|
+
copies or substantial portions of the Software.
|
|
2908
2869
|
|
|
2909
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2870
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2871
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2872
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2873
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2874
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2875
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2910
2876
|
|
|
2911
2877
|
````
|
|
2912
2878
|
|
|
@@ -2916,10 +2882,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2916
2882
|
|
|
2917
2883
|
### Rust Crates:
|
|
2918
2884
|
|
|
2919
|
-
- [
|
|
2885
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
2886
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2887
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2920
2888
|
|
|
2921
2889
|
````text
|
|
2922
|
-
Copyright (c)
|
|
2890
|
+
Copyright (c) 2019 Tower Contributors
|
|
2923
2891
|
|
|
2924
2892
|
Permission is hereby granted, free of charge, to any
|
|
2925
2893
|
person obtaining a copy of this software and associated
|
|
@@ -2951,13 +2919,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2951
2919
|
|
|
2952
2920
|
## The following dependencies are licensed under the MIT License:
|
|
2953
2921
|
|
|
2954
|
-
###
|
|
2922
|
+
### NPM Packages:
|
|
2955
2923
|
|
|
2956
|
-
- [
|
|
2924
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2957
2925
|
|
|
2958
2926
|
````text
|
|
2959
|
-
|
|
2960
|
-
|
|
2927
|
+
MIT License
|
|
2928
|
+
|
|
2929
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2961
2930
|
|
|
2962
2931
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2963
2932
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2966,16 +2935,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2966
2935
|
copies of the Software, and to permit persons to whom the Software is
|
|
2967
2936
|
furnished to do so, subject to the following conditions:
|
|
2968
2937
|
|
|
2969
|
-
The above copyright notice and this permission notice shall be included in
|
|
2970
|
-
|
|
2938
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2939
|
+
copies or substantial portions of the Software.
|
|
2971
2940
|
|
|
2972
2941
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2973
2942
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2974
2943
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2975
2944
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2976
2945
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2977
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2978
|
-
|
|
2946
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2947
|
+
SOFTWARE.
|
|
2948
|
+
|
|
2949
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2979
2950
|
|
|
2980
2951
|
````
|
|
2981
2952
|
|
|
@@ -2985,14 +2956,12 @@ THE SOFTWARE.
|
|
|
2985
2956
|
|
|
2986
2957
|
### Rust Crates:
|
|
2987
2958
|
|
|
2988
|
-
- [
|
|
2989
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2990
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2959
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2991
2960
|
|
|
2992
2961
|
````text
|
|
2993
|
-
MIT License
|
|
2962
|
+
The MIT License (MIT)
|
|
2994
2963
|
|
|
2995
|
-
Copyright (c)
|
|
2964
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2996
2965
|
|
|
2997
2966
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2998
2967
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3020,9 +2989,42 @@ SOFTWARE.
|
|
|
3020
2989
|
|
|
3021
2990
|
### Rust Crates:
|
|
3022
2991
|
|
|
3023
|
-
- [
|
|
2992
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2993
|
+
|
|
2994
|
+
````text
|
|
2995
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2996
|
+
|
|
2997
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2998
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2999
|
+
in the Software without restriction, including without limitation the rights
|
|
3000
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3001
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3002
|
+
furnished to do so, subject to the following conditions:
|
|
3003
|
+
|
|
3004
|
+
The above copyright notice and this permission notice shall be included in
|
|
3005
|
+
all copies or substantial portions of the Software.
|
|
3006
|
+
|
|
3007
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3008
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3009
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3010
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3011
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3012
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3013
|
+
THE SOFTWARE.
|
|
3014
|
+
|
|
3015
|
+
````
|
|
3016
|
+
|
|
3017
|
+
---
|
|
3018
|
+
|
|
3019
|
+
## The following dependencies are licensed under the MIT License:
|
|
3020
|
+
|
|
3021
|
+
### Rust Crates:
|
|
3022
|
+
|
|
3023
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3024
3024
|
|
|
3025
3025
|
````text
|
|
3026
|
+
Copyright (c) 2019 Carl Lerche
|
|
3027
|
+
|
|
3026
3028
|
Permission is hereby granted, free of charge, to any
|
|
3027
3029
|
person obtaining a copy of this software and associated
|
|
3028
3030
|
documentation files (the "Software"), to deal in the
|
|
@@ -3046,6 +3048,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3046
3048
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3047
3049
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3048
3050
|
DEALINGS IN THE SOFTWARE.
|
|
3051
|
+
|
|
3049
3052
|
````
|
|
3050
3053
|
|
|
3051
3054
|
---
|
|
@@ -3054,12 +3057,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3054
3057
|
|
|
3055
3058
|
### Rust Crates:
|
|
3056
3059
|
|
|
3057
|
-
- [
|
|
3058
|
-
- [
|
|
3060
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3061
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3062
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3059
3063
|
|
|
3060
3064
|
````text
|
|
3061
3065
|
MIT License
|
|
3062
3066
|
|
|
3067
|
+
Copyright (c) 2017 Ted Driggs
|
|
3068
|
+
|
|
3063
3069
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3064
3070
|
of this software and associated documentation files (the "Software"), to deal
|
|
3065
3071
|
in the Software without restriction, including without limitation the rights
|
|
@@ -3086,30 +3092,10 @@ SOFTWARE.
|
|
|
3086
3092
|
|
|
3087
3093
|
### Rust Crates:
|
|
3088
3094
|
|
|
3089
|
-
- [
|
|
3090
|
-
|
|
3091
|
-
````text
|
|
3092
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
3093
|
-
|
|
3094
|
-
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:
|
|
3095
|
-
|
|
3096
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3097
|
-
|
|
3098
|
-
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.
|
|
3099
|
-
|
|
3100
|
-
````
|
|
3101
|
-
|
|
3102
|
-
---
|
|
3103
|
-
|
|
3104
|
-
## The following dependencies are licensed under the MIT License:
|
|
3105
|
-
|
|
3106
|
-
### Rust Crates:
|
|
3107
|
-
|
|
3108
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3095
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3109
3096
|
|
|
3110
3097
|
````text
|
|
3111
|
-
Copyright (c) 2018
|
|
3112
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3098
|
+
Copyright (c) 2018 Carl Lerche
|
|
3113
3099
|
|
|
3114
3100
|
Permission is hereby granted, free of charge, to any
|
|
3115
3101
|
person obtaining a copy of this software and associated
|
|
@@ -3143,12 +3129,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3143
3129
|
|
|
3144
3130
|
### Rust Crates:
|
|
3145
3131
|
|
|
3146
|
-
- [
|
|
3132
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3147
3133
|
|
|
3148
3134
|
````text
|
|
3149
3135
|
MIT License
|
|
3150
3136
|
|
|
3151
|
-
Copyright (c)
|
|
3137
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3152
3138
|
|
|
3153
3139
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3154
3140
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3176,31 +3162,32 @@ SOFTWARE.
|
|
|
3176
3162
|
|
|
3177
3163
|
### Rust Crates:
|
|
3178
3164
|
|
|
3179
|
-
- [
|
|
3165
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
3180
3166
|
|
|
3181
3167
|
````text
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
furnished to do so, subject to the following conditions:
|
|
3192
|
-
|
|
3193
|
-
The above copyright notice and this permission notice shall be included in
|
|
3194
|
-
all copies or substantial portions of the Software.
|
|
3168
|
+
Permission is hereby granted, free of charge, to any
|
|
3169
|
+
person obtaining a copy of this software and associated
|
|
3170
|
+
documentation files (the "Software"), to deal in the
|
|
3171
|
+
Software without restriction, including without
|
|
3172
|
+
limitation the rights to use, copy, modify, merge,
|
|
3173
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3174
|
+
the Software, and to permit persons to whom the Software
|
|
3175
|
+
is furnished to do so, subject to the following
|
|
3176
|
+
conditions:
|
|
3195
3177
|
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3200
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3201
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3202
|
-
THE SOFTWARE.
|
|
3178
|
+
The above copyright notice and this permission notice
|
|
3179
|
+
shall be included in all copies or substantial portions
|
|
3180
|
+
of the Software.
|
|
3203
3181
|
|
|
3182
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3183
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3184
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3185
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3186
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3187
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3188
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3189
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3190
|
+
DEALINGS IN THE SOFTWARE.
|
|
3204
3191
|
````
|
|
3205
3192
|
|
|
3206
3193
|
---
|
|
@@ -3246,19 +3233,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3246
3233
|
|
|
3247
3234
|
### Rust Crates:
|
|
3248
3235
|
|
|
3249
|
-
- [
|
|
3250
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3236
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3251
3237
|
|
|
3252
3238
|
````text
|
|
3253
|
-
|
|
3239
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3254
3240
|
|
|
3255
|
-
|
|
3241
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3242
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3243
|
+
in the Software without restriction, including without limitation the rights
|
|
3244
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3245
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3246
|
+
furnished to do so, subject to the following conditions:
|
|
3256
3247
|
|
|
3257
|
-
|
|
3248
|
+
The above copyright notice and this permission notice shall be included in
|
|
3249
|
+
all copies or substantial portions of the Software.
|
|
3258
3250
|
|
|
3259
|
-
|
|
3251
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3252
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3253
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3254
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3255
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3256
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3257
|
+
THE SOFTWARE.
|
|
3260
3258
|
|
|
3261
|
-
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.
|
|
3262
3259
|
|
|
3263
3260
|
````
|
|
3264
3261
|
|
|
@@ -3266,13 +3263,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3266
3263
|
|
|
3267
3264
|
## The following dependencies are licensed under the MIT License:
|
|
3268
3265
|
|
|
3269
|
-
###
|
|
3266
|
+
### NPM Packages:
|
|
3270
3267
|
|
|
3271
|
-
- [
|
|
3268
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3272
3269
|
|
|
3273
3270
|
````text
|
|
3274
|
-
|
|
3275
|
-
|
|
3271
|
+
The MIT License (MIT)
|
|
3272
|
+
|
|
3273
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3276
3274
|
|
|
3277
3275
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3278
3276
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3281,16 +3279,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3281
3279
|
copies of the Software, and to permit persons to whom the Software is
|
|
3282
3280
|
furnished to do so, subject to the following conditions:
|
|
3283
3281
|
|
|
3284
|
-
The above copyright notice and this permission notice shall be included in
|
|
3285
|
-
|
|
3282
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3283
|
+
copies or substantial portions of the Software.
|
|
3286
3284
|
|
|
3287
3285
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3288
3286
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3289
3287
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3290
3288
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3291
3289
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3292
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3293
|
-
|
|
3290
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3291
|
+
SOFTWARE.
|
|
3294
3292
|
|
|
3295
3293
|
|
|
3296
3294
|
````
|
|
@@ -3301,15 +3299,10 @@ THE SOFTWARE.
|
|
|
3301
3299
|
|
|
3302
3300
|
### Rust Crates:
|
|
3303
3301
|
|
|
3304
|
-
- [
|
|
3305
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3306
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3307
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3308
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3309
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3302
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3310
3303
|
|
|
3311
3304
|
````text
|
|
3312
|
-
Copyright (c)
|
|
3305
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3313
3306
|
|
|
3314
3307
|
Permission is hereby granted, free of charge, to any
|
|
3315
3308
|
person obtaining a copy of this software and associated
|
|
@@ -3343,35 +3336,64 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3343
3336
|
|
|
3344
3337
|
### Rust Crates:
|
|
3345
3338
|
|
|
3346
|
-
- [
|
|
3339
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3340
|
+
|
|
3341
|
+
````text
|
|
3342
|
+
Copyright (c) 2017 Sean McArthur
|
|
3343
|
+
|
|
3344
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3345
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3346
|
+
in the Software without restriction, including without limitation the rights
|
|
3347
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3348
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3349
|
+
furnished to do so, subject to the following conditions:
|
|
3350
|
+
|
|
3351
|
+
The above copyright notice and this permission notice shall be included in
|
|
3352
|
+
all copies or substantial portions of the Software.
|
|
3353
|
+
|
|
3354
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3355
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3356
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3357
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3358
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3359
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3360
|
+
THE SOFTWARE.
|
|
3361
|
+
|
|
3362
|
+
|
|
3363
|
+
````
|
|
3364
|
+
|
|
3365
|
+
---
|
|
3366
|
+
|
|
3367
|
+
## The following dependencies are licensed under the MIT License:
|
|
3368
|
+
|
|
3369
|
+
### Rust Crates:
|
|
3370
|
+
|
|
3371
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3372
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3373
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3347
3374
|
|
|
3348
3375
|
````text
|
|
3349
|
-
|
|
3350
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3376
|
+
MIT License
|
|
3351
3377
|
|
|
3352
|
-
|
|
3353
|
-
person obtaining a copy of this software and associated
|
|
3354
|
-
documentation files (the "Software"), to deal in the
|
|
3355
|
-
Software without restriction, including without
|
|
3356
|
-
limitation the rights to use, copy, modify, merge,
|
|
3357
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3358
|
-
the Software, and to permit persons to whom the Software
|
|
3359
|
-
is furnished to do so, subject to the following
|
|
3360
|
-
conditions:
|
|
3378
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3361
3379
|
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3380
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3381
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3382
|
+
in the Software without restriction, including without limitation the rights
|
|
3383
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3384
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3385
|
+
furnished to do so, subject to the following conditions:
|
|
3365
3386
|
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
IN
|
|
3374
|
-
|
|
3387
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3388
|
+
copies or substantial portions of the Software.
|
|
3389
|
+
|
|
3390
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3391
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3392
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3393
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3394
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3395
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3396
|
+
SOFTWARE.
|
|
3375
3397
|
|
|
3376
3398
|
````
|
|
3377
3399
|
|
|
@@ -3381,34 +3403,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3381
3403
|
|
|
3382
3404
|
### Rust Crates:
|
|
3383
3405
|
|
|
3384
|
-
- [
|
|
3406
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3407
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3408
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3409
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3385
3410
|
|
|
3386
3411
|
````text
|
|
3387
|
-
|
|
3412
|
+
The MIT License (MIT)
|
|
3388
3413
|
|
|
3389
|
-
|
|
3390
|
-
person obtaining a copy of this software and associated
|
|
3391
|
-
documentation files (the "Software"), to deal in the
|
|
3392
|
-
Software without restriction, including without
|
|
3393
|
-
limitation the rights to use, copy, modify, merge,
|
|
3394
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3395
|
-
the Software, and to permit persons to whom the Software
|
|
3396
|
-
is furnished to do so, subject to the following
|
|
3397
|
-
conditions:
|
|
3414
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3398
3415
|
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3416
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3417
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3418
|
+
in the Software without restriction, including without limitation the rights
|
|
3419
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3420
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3421
|
+
furnished to do so, subject to the following conditions:
|
|
3402
3422
|
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
IN
|
|
3411
|
-
|
|
3423
|
+
The above copyright notice and this permission notice shall be included in
|
|
3424
|
+
all copies or substantial portions of the Software.
|
|
3425
|
+
|
|
3426
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3427
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3428
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3429
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3430
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3431
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3432
|
+
THE SOFTWARE.
|
|
3412
3433
|
|
|
3413
3434
|
````
|
|
3414
3435
|
|
|
@@ -3418,34 +3439,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3418
3439
|
|
|
3419
3440
|
### Rust Crates:
|
|
3420
3441
|
|
|
3421
|
-
- [
|
|
3442
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3422
3443
|
|
|
3423
3444
|
````text
|
|
3424
|
-
|
|
3445
|
+
MIT License
|
|
3425
3446
|
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
limitation the rights to use, copy, modify, merge,
|
|
3431
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3432
|
-
the Software, and to permit persons to whom the Software
|
|
3433
|
-
is furnished to do so, subject to the following
|
|
3434
|
-
conditions:
|
|
3447
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3448
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3449
|
+
Copyright (c) 2017 Frommi
|
|
3450
|
+
Copyright (c) 2017-2024 oyvindln
|
|
3435
3451
|
|
|
3436
|
-
The above copyright notice and this permission notice
|
|
3437
|
-
shall be included in all copies or substantial portions
|
|
3438
|
-
of the Software.
|
|
3439
3452
|
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3453
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3454
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3455
|
+
in the Software without restriction, including without limitation the rights
|
|
3456
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3457
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3458
|
+
furnished to do so, subject to the following conditions:
|
|
3459
|
+
|
|
3460
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3461
|
+
copies or substantial portions of the Software.
|
|
3462
|
+
|
|
3463
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3464
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3465
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3466
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3467
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3468
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3469
|
+
SOFTWARE.
|
|
3449
3470
|
|
|
3450
3471
|
````
|
|
3451
3472
|
|
|
@@ -3455,13 +3476,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3455
3476
|
|
|
3456
3477
|
### Rust Crates:
|
|
3457
3478
|
|
|
3458
|
-
- [
|
|
3459
|
-
- [
|
|
3479
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3480
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3481
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3460
3482
|
|
|
3461
3483
|
````text
|
|
3462
|
-
Copyright (c)
|
|
3463
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3464
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3484
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3465
3485
|
|
|
3466
3486
|
Permission is hereby granted, free of charge, to any
|
|
3467
3487
|
person obtaining a copy of this software and associated
|
|
@@ -3495,12 +3515,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3495
3515
|
|
|
3496
3516
|
### Rust Crates:
|
|
3497
3517
|
|
|
3498
|
-
- [
|
|
3518
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3499
3519
|
|
|
3500
3520
|
````text
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
Copyright (c) 2025 rutrum
|
|
3521
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3504
3522
|
|
|
3505
3523
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3506
3524
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3519,6 +3537,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
3519
3537
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3520
3538
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3521
3539
|
SOFTWARE.
|
|
3540
|
+
|
|
3522
3541
|
````
|
|
3523
3542
|
|
|
3524
3543
|
---
|
|
@@ -3527,10 +3546,12 @@ SOFTWARE.
|
|
|
3527
3546
|
|
|
3528
3547
|
### Rust Crates:
|
|
3529
3548
|
|
|
3530
|
-
- [
|
|
3549
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3531
3550
|
|
|
3532
3551
|
````text
|
|
3533
|
-
Copyright
|
|
3552
|
+
Copyright (c) 2017 Carl Lerche
|
|
3553
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3554
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3534
3555
|
|
|
3535
3556
|
Permission is hereby granted, free of charge, to any
|
|
3536
3557
|
person obtaining a copy of this software and associated
|
|
@@ -3564,10 +3585,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3564
3585
|
|
|
3565
3586
|
### Rust Crates:
|
|
3566
3587
|
|
|
3567
|
-
- [
|
|
3588
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3568
3589
|
|
|
3569
3590
|
````text
|
|
3570
|
-
Copyright (c)
|
|
3591
|
+
Copyright (c) 2016--2023
|
|
3571
3592
|
|
|
3572
3593
|
Permission is hereby granted, free of charge, to any
|
|
3573
3594
|
person obtaining a copy of this software and associated
|
|
@@ -3592,6 +3613,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3592
3613
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3593
3614
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3594
3615
|
DEALINGS IN THE SOFTWARE.
|
|
3616
|
+
|
|
3595
3617
|
````
|
|
3596
3618
|
|
|
3597
3619
|
---
|
|
@@ -3600,10 +3622,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3600
3622
|
|
|
3601
3623
|
### Rust Crates:
|
|
3602
3624
|
|
|
3603
|
-
- [
|
|
3625
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3604
3626
|
|
|
3605
3627
|
````text
|
|
3606
|
-
Copyright (c)
|
|
3628
|
+
Copyright (c) 2016 The humantime Developers
|
|
3629
|
+
|
|
3630
|
+
Includes parts of http date with the following copyright:
|
|
3631
|
+
Copyright (c) 2016 Pyfisch
|
|
3632
|
+
|
|
3633
|
+
Includes portions of musl libc with the following copyright:
|
|
3634
|
+
Copyright © 2005-2013 Rich Felker
|
|
3635
|
+
|
|
3607
3636
|
|
|
3608
3637
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3609
3638
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3631,10 +3660,10 @@ SOFTWARE.
|
|
|
3631
3660
|
|
|
3632
3661
|
### Rust Crates:
|
|
3633
3662
|
|
|
3634
|
-
- [
|
|
3663
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3635
3664
|
|
|
3636
3665
|
````text
|
|
3637
|
-
Copyright (c)
|
|
3666
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3638
3667
|
|
|
3639
3668
|
Permission is hereby granted, free of charge, to any
|
|
3640
3669
|
person obtaining a copy of this software and associated
|
|
@@ -3668,65 +3697,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3668
3697
|
|
|
3669
3698
|
### Rust Crates:
|
|
3670
3699
|
|
|
3671
|
-
- [
|
|
3672
|
-
|
|
3673
|
-
````text
|
|
3674
|
-
The MIT License (MIT)
|
|
3675
|
-
|
|
3676
|
-
Copyright (c) 2015 Danny Guo
|
|
3677
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3678
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
3679
|
-
|
|
3680
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3681
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3682
|
-
in the Software without restriction, including without limitation the rights
|
|
3683
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3684
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3685
|
-
furnished to do so, subject to the following conditions:
|
|
3686
|
-
|
|
3687
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3688
|
-
copies or substantial portions of the Software.
|
|
3689
|
-
|
|
3690
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3691
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3692
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3693
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3694
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3695
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3696
|
-
SOFTWARE.
|
|
3697
|
-
|
|
3698
|
-
````
|
|
3699
|
-
|
|
3700
|
-
---
|
|
3701
|
-
|
|
3702
|
-
## The following dependencies are licensed under the MIT License:
|
|
3703
|
-
|
|
3704
|
-
### Rust Crates:
|
|
3705
|
-
|
|
3706
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3700
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3707
3701
|
|
|
3708
3702
|
````text
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3703
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3704
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3712
3705
|
|
|
3713
|
-
Permission is hereby granted, free of charge, to any
|
|
3714
|
-
of this software and associated
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3706
|
+
Permission is hereby granted, free of charge, to any
|
|
3707
|
+
person obtaining a copy of this software and associated
|
|
3708
|
+
documentation files (the "Software"), to deal in the
|
|
3709
|
+
Software without restriction, including without
|
|
3710
|
+
limitation the rights to use, copy, modify, merge,
|
|
3711
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3712
|
+
the Software, and to permit persons to whom the Software
|
|
3713
|
+
is furnished to do so, subject to the following
|
|
3714
|
+
conditions:
|
|
3719
3715
|
|
|
3720
|
-
The above copyright notice and this permission notice
|
|
3721
|
-
copies or substantial portions
|
|
3716
|
+
The above copyright notice and this permission notice
|
|
3717
|
+
shall be included in all copies or substantial portions
|
|
3718
|
+
of the Software.
|
|
3722
3719
|
|
|
3723
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3724
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3720
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3721
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3722
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3723
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3724
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3725
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3726
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3727
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3728
|
+
DEALINGS IN THE SOFTWARE.
|
|
3730
3729
|
|
|
3731
3730
|
````
|
|
3732
3731
|
|
|
@@ -3736,28 +3735,19 @@ SOFTWARE.
|
|
|
3736
3735
|
|
|
3737
3736
|
### Rust Crates:
|
|
3738
3737
|
|
|
3739
|
-
- [
|
|
3738
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3739
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3740
3740
|
|
|
3741
3741
|
````text
|
|
3742
|
-
|
|
3742
|
+
The MIT License (MIT)
|
|
3743
3743
|
|
|
3744
|
-
|
|
3745
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3746
|
-
in the Software without restriction, including without limitation the rights
|
|
3747
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3748
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3749
|
-
furnished to do so, subject to the following conditions:
|
|
3744
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3750
3745
|
|
|
3751
|
-
|
|
3752
|
-
all copies or substantial portions of the Software.
|
|
3746
|
+
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:
|
|
3753
3747
|
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3757
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3758
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3759
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3760
|
-
THE SOFTWARE.
|
|
3748
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3749
|
+
|
|
3750
|
+
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.
|
|
3761
3751
|
|
|
3762
3752
|
````
|
|
3763
3753
|
|
|
@@ -3767,10 +3757,11 @@ THE SOFTWARE.
|
|
|
3767
3757
|
|
|
3768
3758
|
### Rust Crates:
|
|
3769
3759
|
|
|
3770
|
-
- [
|
|
3760
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3771
3761
|
|
|
3772
3762
|
````text
|
|
3773
|
-
Copyright (c)
|
|
3763
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3764
|
+
Copyright (c) 2016 Jason Housley
|
|
3774
3765
|
|
|
3775
3766
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3776
3767
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3790,40 +3781,42 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3790
3781
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3791
3782
|
THE SOFTWARE.
|
|
3792
3783
|
|
|
3793
|
-
|
|
3794
3784
|
````
|
|
3795
3785
|
|
|
3796
3786
|
---
|
|
3797
3787
|
|
|
3798
3788
|
## The following dependencies are licensed under the MIT License:
|
|
3799
3789
|
|
|
3800
|
-
###
|
|
3790
|
+
### Rust Crates:
|
|
3801
3791
|
|
|
3802
|
-
- [
|
|
3803
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3792
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3804
3793
|
|
|
3805
3794
|
````text
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
3795
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3809
3796
|
|
|
3810
|
-
Permission is hereby granted, free of charge, to any
|
|
3811
|
-
of this software and associated
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3797
|
+
Permission is hereby granted, free of charge, to any
|
|
3798
|
+
person obtaining a copy of this software and associated
|
|
3799
|
+
documentation files (the "Software"), to deal in the
|
|
3800
|
+
Software without restriction, including without
|
|
3801
|
+
limitation the rights to use, copy, modify, merge,
|
|
3802
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3803
|
+
the Software, and to permit persons to whom the Software
|
|
3804
|
+
is furnished to do so, subject to the following
|
|
3805
|
+
conditions:
|
|
3816
3806
|
|
|
3817
|
-
The above copyright notice and this permission notice
|
|
3818
|
-
copies or substantial portions
|
|
3807
|
+
The above copyright notice and this permission notice
|
|
3808
|
+
shall be included in all copies or substantial portions
|
|
3809
|
+
of the Software.
|
|
3819
3810
|
|
|
3820
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3821
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3811
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3812
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3813
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3814
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3815
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3816
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3817
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3818
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3819
|
+
DEALINGS IN THE SOFTWARE.
|
|
3827
3820
|
|
|
3828
3821
|
````
|
|
3829
3822
|
|
|
@@ -3833,10 +3826,10 @@ SOFTWARE.
|
|
|
3833
3826
|
|
|
3834
3827
|
### Rust Crates:
|
|
3835
3828
|
|
|
3836
|
-
- [
|
|
3829
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3837
3830
|
|
|
3838
3831
|
````text
|
|
3839
|
-
Copyright
|
|
3832
|
+
Copyright Mozilla Foundation
|
|
3840
3833
|
|
|
3841
3834
|
Permission is hereby granted, free of charge, to any
|
|
3842
3835
|
person obtaining a copy of this software and associated
|
|
@@ -3868,14 +3861,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3868
3861
|
|
|
3869
3862
|
## The following dependencies are licensed under the MIT License:
|
|
3870
3863
|
|
|
3871
|
-
###
|
|
3864
|
+
### Rust Crates:
|
|
3872
3865
|
|
|
3873
|
-
- [
|
|
3866
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3874
3867
|
|
|
3875
3868
|
````text
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3869
|
+
Copyright (c) 2015 Igor Shaula
|
|
3879
3870
|
|
|
3880
3871
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3881
3872
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3884,17 +3875,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3884
3875
|
copies of the Software, and to permit persons to whom the Software is
|
|
3885
3876
|
furnished to do so, subject to the following conditions:
|
|
3886
3877
|
|
|
3887
|
-
The above copyright notice and this permission notice shall be included in
|
|
3888
|
-
copies or substantial portions of the Software.
|
|
3878
|
+
The above copyright notice and this permission notice shall be included in
|
|
3879
|
+
all copies or substantial portions of the Software.
|
|
3889
3880
|
|
|
3890
3881
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3891
3882
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3892
3883
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3893
3884
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3894
3885
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3895
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3896
|
-
SOFTWARE.
|
|
3897
|
-
|
|
3886
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3887
|
+
THE SOFTWARE.
|
|
3898
3888
|
|
|
3899
3889
|
````
|
|
3900
3890
|
|
|
@@ -3904,16 +3894,34 @@ SOFTWARE.
|
|
|
3904
3894
|
|
|
3905
3895
|
### Rust Crates:
|
|
3906
3896
|
|
|
3907
|
-
- [
|
|
3897
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3908
3898
|
|
|
3909
3899
|
````text
|
|
3910
|
-
Copyright (c)
|
|
3900
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3911
3901
|
|
|
3912
|
-
Permission is hereby granted, free of charge, to any
|
|
3902
|
+
Permission is hereby granted, free of charge, to any
|
|
3903
|
+
person obtaining a copy of this software and associated
|
|
3904
|
+
documentation files (the "Software"), to deal in the
|
|
3905
|
+
Software without restriction, including without
|
|
3906
|
+
limitation the rights to use, copy, modify, merge,
|
|
3907
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3908
|
+
the Software, and to permit persons to whom the Software
|
|
3909
|
+
is furnished to do so, subject to the following
|
|
3910
|
+
conditions:
|
|
3913
3911
|
|
|
3914
|
-
The above copyright notice and this permission notice
|
|
3912
|
+
The above copyright notice and this permission notice
|
|
3913
|
+
shall be included in all copies or substantial portions
|
|
3914
|
+
of the Software.
|
|
3915
3915
|
|
|
3916
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3916
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3917
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3918
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3919
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3920
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3921
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3922
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3923
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3924
|
+
DEALINGS IN THE SOFTWARE.
|
|
3917
3925
|
|
|
3918
3926
|
````
|
|
3919
3927
|
|
|
@@ -3923,10 +3931,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3923
3931
|
|
|
3924
3932
|
### Rust Crates:
|
|
3925
3933
|
|
|
3926
|
-
- [http](https://github.com/hyperium/http) (1.
|
|
3934
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3927
3935
|
|
|
3928
3936
|
````text
|
|
3929
|
-
Copyright (c)
|
|
3937
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3930
3938
|
|
|
3931
3939
|
Permission is hereby granted, free of charge, to any
|
|
3932
3940
|
person obtaining a copy of this software and associated
|
|
@@ -3960,10 +3968,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3960
3968
|
|
|
3961
3969
|
### Rust Crates:
|
|
3962
3970
|
|
|
3963
|
-
- [
|
|
3971
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3964
3972
|
|
|
3965
3973
|
````text
|
|
3966
|
-
Copyright (c)
|
|
3974
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3967
3975
|
|
|
3968
3976
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3969
3977
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3983,6 +3991,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3983
3991
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3984
3992
|
THE SOFTWARE.
|
|
3985
3993
|
|
|
3994
|
+
|
|
3986
3995
|
````
|
|
3987
3996
|
|
|
3988
3997
|
---
|
|
@@ -3991,12 +4000,10 @@ THE SOFTWARE.
|
|
|
3991
4000
|
|
|
3992
4001
|
### Rust Crates:
|
|
3993
4002
|
|
|
3994
|
-
- [
|
|
4003
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3995
4004
|
|
|
3996
4005
|
````text
|
|
3997
|
-
Copyright (c) 2017
|
|
3998
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3999
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
4006
|
+
Copyright (c) 2017 Contributors
|
|
4000
4007
|
|
|
4001
4008
|
Permission is hereby granted, free of charge, to any
|
|
4002
4009
|
person obtaining a copy of this software and associated
|
|
@@ -4028,38 +4035,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4028
4035
|
|
|
4029
4036
|
## The following dependencies are licensed under the MIT License:
|
|
4030
4037
|
|
|
4031
|
-
###
|
|
4038
|
+
### NPM Packages:
|
|
4032
4039
|
|
|
4033
|
-
- [
|
|
4034
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
4035
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
4040
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
4036
4041
|
|
|
4037
4042
|
````text
|
|
4038
|
-
|
|
4043
|
+
MIT License
|
|
4039
4044
|
|
|
4040
|
-
|
|
4041
|
-
person obtaining a copy of this software and associated
|
|
4042
|
-
documentation files (the "Software"), to deal in the
|
|
4043
|
-
Software without restriction, including without
|
|
4044
|
-
limitation the rights to use, copy, modify, merge,
|
|
4045
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4046
|
-
the Software, and to permit persons to whom the Software
|
|
4047
|
-
is furnished to do so, subject to the following
|
|
4048
|
-
conditions:
|
|
4045
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
4049
4046
|
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4047
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4048
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4049
|
+
in the Software without restriction, including without limitation the rights
|
|
4050
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4051
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4052
|
+
furnished to do so, subject to the following conditions:
|
|
4053
4053
|
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
IN
|
|
4062
|
-
|
|
4054
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4055
|
+
copies or substantial portions of the Software.
|
|
4056
|
+
|
|
4057
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4058
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4059
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4060
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4061
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4062
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4063
|
+
SOFTWARE.
|
|
4063
4064
|
|
|
4064
4065
|
````
|
|
4065
4066
|
|
|
@@ -4069,12 +4070,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4069
4070
|
|
|
4070
4071
|
### Rust Crates:
|
|
4071
4072
|
|
|
4072
|
-
- [
|
|
4073
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
4073
4074
|
|
|
4074
4075
|
````text
|
|
4075
4076
|
The MIT License (MIT)
|
|
4076
4077
|
|
|
4077
|
-
Copyright (c)
|
|
4078
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
4079
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
4078
4080
|
|
|
4079
4081
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4080
4082
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4094,8 +4096,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4094
4096
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4095
4097
|
SOFTWARE.
|
|
4096
4098
|
|
|
4097
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
4098
|
-
licences; see files named LICENSE.*.txt for details.
|
|
4099
4099
|
````
|
|
4100
4100
|
|
|
4101
4101
|
---
|
|
@@ -4104,10 +4104,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
4104
4104
|
|
|
4105
4105
|
### Rust Crates:
|
|
4106
4106
|
|
|
4107
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.
|
|
4107
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
4108
4108
|
|
|
4109
4109
|
````text
|
|
4110
|
-
Copyright (c) 2018-
|
|
4110
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
4111
4111
|
Copyright (c) 2014 The Rust Project Developers
|
|
4112
4112
|
|
|
4113
4113
|
Permission is hereby granted, free of charge, to any
|
|
@@ -4527,7 +4527,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4527
4527
|
|
|
4528
4528
|
### NPM Packages:
|
|
4529
4529
|
|
|
4530
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.
|
|
4530
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4531
4531
|
|
|
4532
4532
|
````text
|
|
4533
4533
|
Please refer to the package README for license details.
|
|
@@ -4539,31 +4539,14 @@ Please refer to the package README for license details.
|
|
|
4539
4539
|
|
|
4540
4540
|
### Rust Crates:
|
|
4541
4541
|
|
|
4542
|
-
- [
|
|
4543
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4544
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4545
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4546
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4547
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4548
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4549
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4550
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4551
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4552
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4553
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4554
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4555
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4556
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4557
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4558
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4559
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4542
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4560
4543
|
|
|
4561
4544
|
````text
|
|
4562
4545
|
UNICODE LICENSE V3
|
|
4563
4546
|
|
|
4564
4547
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4565
4548
|
|
|
4566
|
-
Copyright ©
|
|
4549
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4567
4550
|
|
|
4568
4551
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4569
4552
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4599,13 +4582,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4599
4582
|
dealings in these Data Files or Software without prior written
|
|
4600
4583
|
authorization of the copyright holder.
|
|
4601
4584
|
|
|
4602
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4603
|
-
|
|
4604
|
-
—
|
|
4605
|
-
|
|
4606
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4607
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4608
|
-
|
|
4609
4585
|
````
|
|
4610
4586
|
|
|
4611
4587
|
---
|
|
@@ -4614,14 +4590,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4614
4590
|
|
|
4615
4591
|
### Rust Crates:
|
|
4616
4592
|
|
|
4617
|
-
- [
|
|
4593
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4594
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4595
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4596
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4597
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4598
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4599
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4600
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4601
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4602
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4603
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4604
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4605
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4606
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4607
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4608
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4609
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4610
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4618
4611
|
|
|
4619
4612
|
````text
|
|
4620
4613
|
UNICODE LICENSE V3
|
|
4621
4614
|
|
|
4622
4615
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4623
4616
|
|
|
4624
|
-
Copyright ©
|
|
4617
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4625
4618
|
|
|
4626
4619
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4627
4620
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4657,5 +4650,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4657
4650
|
dealings in these Data Files or Software without prior written
|
|
4658
4651
|
authorization of the copyright holder.
|
|
4659
4652
|
|
|
4653
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4654
|
+
|
|
4655
|
+
—
|
|
4656
|
+
|
|
4657
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4658
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4659
|
+
|
|
4660
4660
|
````
|
|
4661
4661
|
|