@deveco-codegenie/mcp-bridge-win32-x64 1.1.5 → 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 +1229 -1229
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
|
|
24
24
|
### Rust Crates:
|
|
25
25
|
|
|
26
|
-
- [
|
|
26
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
27
27
|
|
|
28
28
|
````text
|
|
29
29
|
BSD Zero Clause License
|
|
30
30
|
|
|
31
|
-
Copyright (c)
|
|
31
|
+
Copyright (c) 2023 kotauskas
|
|
32
32
|
|
|
33
33
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
34
34
|
purpose with or without fee is hereby granted.
|
|
@@ -40,7 +40,6 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
40
40
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
41
41
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
42
42
|
PERFORMANCE OF THIS SOFTWARE.
|
|
43
|
-
|
|
44
43
|
````
|
|
45
44
|
|
|
46
45
|
---
|
|
@@ -49,12 +48,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
49
48
|
|
|
50
49
|
### Rust Crates:
|
|
51
50
|
|
|
52
|
-
- [
|
|
51
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
53
52
|
|
|
54
53
|
````text
|
|
55
54
|
BSD Zero Clause License
|
|
56
55
|
|
|
57
|
-
Copyright (c)
|
|
56
|
+
Copyright (c) 2025 Goat
|
|
58
57
|
|
|
59
58
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
60
59
|
purpose with or without fee is hereby granted.
|
|
@@ -75,23 +74,22 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
75
74
|
|
|
76
75
|
### Rust Crates:
|
|
77
76
|
|
|
78
|
-
- [
|
|
77
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
79
78
|
|
|
80
79
|
````text
|
|
81
|
-
|
|
80
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
82
81
|
|
|
83
|
-
|
|
82
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
83
|
+
any purpose with or without fee is hereby granted.
|
|
84
84
|
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
86
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
87
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
88
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
89
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
90
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
91
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
87
92
|
|
|
88
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
89
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
90
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
91
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
92
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
93
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
94
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
95
93
|
````
|
|
96
94
|
|
|
97
95
|
---
|
|
@@ -100,21 +98,23 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
100
98
|
|
|
101
99
|
### Rust Crates:
|
|
102
100
|
|
|
103
|
-
- [
|
|
101
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
104
102
|
|
|
105
103
|
````text
|
|
106
|
-
|
|
104
|
+
BSD Zero Clause License
|
|
107
105
|
|
|
108
|
-
|
|
109
|
-
any purpose with or without fee is hereby granted.
|
|
106
|
+
Copyright (c) 2024 kotauskas
|
|
110
107
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
108
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
109
|
+
purpose with or without fee is hereby granted.
|
|
110
|
+
|
|
111
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
112
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
113
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
114
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
115
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
116
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
117
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
118
118
|
|
|
119
119
|
````
|
|
120
120
|
|
|
@@ -704,11 +704,51 @@ 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
|
|
711
|
-
|
|
710
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
711
|
+
|
|
712
|
+
Permission is hereby granted, free of charge, to any
|
|
713
|
+
person obtaining a copy of this software and associated
|
|
714
|
+
documentation files (the "Software"), to deal in the
|
|
715
|
+
Software without restriction, including without
|
|
716
|
+
limitation the rights to use, copy, modify, merge,
|
|
717
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
718
|
+
the Software, and to permit persons to whom the Software
|
|
719
|
+
is furnished to do so, subject to the following
|
|
720
|
+
conditions:
|
|
721
|
+
|
|
722
|
+
The above copyright notice and this permission notice
|
|
723
|
+
shall be included in all copies or substantial portions
|
|
724
|
+
of the Software.
|
|
725
|
+
|
|
726
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
727
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
728
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
729
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
730
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
731
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
732
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
733
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
734
|
+
DEALINGS IN THE SOFTWARE.
|
|
735
|
+
|
|
736
|
+
````
|
|
737
|
+
|
|
738
|
+
---
|
|
739
|
+
|
|
740
|
+
## The following dependencies are licensed under the MIT License:
|
|
741
|
+
|
|
742
|
+
### Rust Crates:
|
|
743
|
+
|
|
744
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
745
|
+
|
|
746
|
+
````text
|
|
747
|
+
The MIT License (MIT)
|
|
748
|
+
|
|
749
|
+
Copyright (c) 2015 Danny Guo
|
|
750
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
751
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
712
752
|
|
|
713
753
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
714
754
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -717,17 +757,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
717
757
|
copies of the Software, and to permit persons to whom the Software is
|
|
718
758
|
furnished to do so, subject to the following conditions:
|
|
719
759
|
|
|
720
|
-
The above copyright notice and this permission notice shall be included in
|
|
721
|
-
|
|
760
|
+
The above copyright notice and this permission notice shall be included in all
|
|
761
|
+
copies or substantial portions of the Software.
|
|
722
762
|
|
|
723
763
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
724
764
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
725
765
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
726
766
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
727
767
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
728
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
729
|
-
|
|
730
|
-
|
|
768
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
769
|
+
SOFTWARE.
|
|
731
770
|
|
|
732
771
|
````
|
|
733
772
|
|
|
@@ -737,51 +776,29 @@ THE SOFTWARE.
|
|
|
737
776
|
|
|
738
777
|
### Rust Crates:
|
|
739
778
|
|
|
740
|
-
- [
|
|
741
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
742
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
743
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
744
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
745
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
746
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
747
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
748
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
749
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
750
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
751
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
752
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
753
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
754
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
755
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
756
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
757
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
758
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
759
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
760
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
761
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
762
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
763
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
764
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
779
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
765
780
|
|
|
766
781
|
````text
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
Copyright (c) <year> <copyright holders>
|
|
782
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
783
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
770
784
|
|
|
771
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
772
|
-
associated documentation files (the "Software"), to deal
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
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:
|
|
776
791
|
|
|
777
|
-
The above copyright notice and this permission notice shall be included in all
|
|
778
|
-
portions of the Software.
|
|
792
|
+
The above copyright notice and this permission notice shall be included in all
|
|
793
|
+
copies or substantial portions of the Software.
|
|
779
794
|
|
|
780
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
781
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
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.
|
|
785
802
|
|
|
786
803
|
````
|
|
787
804
|
|
|
@@ -791,10 +808,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
791
808
|
|
|
792
809
|
### Rust Crates:
|
|
793
810
|
|
|
794
|
-
- [
|
|
811
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
795
812
|
|
|
796
813
|
````text
|
|
797
|
-
Copyright (c)
|
|
814
|
+
Copyright (c) The rust-url developers
|
|
798
815
|
|
|
799
816
|
Permission is hereby granted, free of charge, to any
|
|
800
817
|
person obtaining a copy of this software and associated
|
|
@@ -828,10 +845,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
828
845
|
|
|
829
846
|
### Rust Crates:
|
|
830
847
|
|
|
831
|
-
- [
|
|
848
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
832
849
|
|
|
833
850
|
````text
|
|
834
|
-
|
|
851
|
+
MIT License
|
|
852
|
+
|
|
853
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
854
|
+
Copyright (c) Tokio Contributors
|
|
855
|
+
|
|
856
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
857
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
858
|
+
in the Software without restriction, including without limitation the rights
|
|
859
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
860
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
861
|
+
furnished to do so, subject to the following conditions:
|
|
862
|
+
|
|
863
|
+
The above copyright notice and this permission notice shall be included in all
|
|
864
|
+
copies or substantial portions of the Software.
|
|
865
|
+
|
|
866
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
867
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
868
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
869
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
870
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
871
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
872
|
+
SOFTWARE.
|
|
873
|
+
|
|
874
|
+
````
|
|
875
|
+
|
|
876
|
+
---
|
|
877
|
+
|
|
878
|
+
## The following dependencies are licensed under the MIT License:
|
|
879
|
+
|
|
880
|
+
### Rust Crates:
|
|
881
|
+
|
|
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)
|
|
888
|
+
|
|
889
|
+
````text
|
|
890
|
+
Copyright (c) 2019 Tokio Contributors
|
|
835
891
|
|
|
836
892
|
Permission is hereby granted, free of charge, to any
|
|
837
893
|
person obtaining a copy of this software and associated
|
|
@@ -857,70 +913,42 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
857
913
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
858
914
|
DEALINGS IN THE SOFTWARE.
|
|
859
915
|
|
|
860
|
-
|
|
861
916
|
````
|
|
862
917
|
|
|
863
918
|
---
|
|
864
919
|
|
|
865
920
|
## The following dependencies are licensed under the MIT License:
|
|
866
921
|
|
|
867
|
-
###
|
|
922
|
+
### Rust Crates:
|
|
868
923
|
|
|
869
|
-
- [
|
|
870
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
924
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
871
925
|
|
|
872
926
|
````text
|
|
873
|
-
|
|
927
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
874
928
|
|
|
875
|
-
|
|
929
|
+
Permission is hereby granted, free of charge, to any
|
|
930
|
+
person obtaining a copy of this software and associated
|
|
931
|
+
documentation files (the "Software"), to deal in the
|
|
932
|
+
Software without restriction, including without
|
|
933
|
+
limitation the rights to use, copy, modify, merge,
|
|
934
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
935
|
+
the Software, and to permit persons to whom the Software
|
|
936
|
+
is furnished to do so, subject to the following
|
|
937
|
+
conditions:
|
|
876
938
|
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
881
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
882
|
-
furnished to do so, subject to the following conditions:
|
|
939
|
+
The above copyright notice and this permission notice
|
|
940
|
+
shall be included in all copies or substantial portions
|
|
941
|
+
of the Software.
|
|
883
942
|
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
SOFTWARE
|
|
894
|
-
|
|
895
|
-
````
|
|
896
|
-
|
|
897
|
-
---
|
|
898
|
-
|
|
899
|
-
## The following dependencies are licensed under the MIT License:
|
|
900
|
-
|
|
901
|
-
### NPM Packages:
|
|
902
|
-
|
|
903
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
904
|
-
|
|
905
|
-
````text
|
|
906
|
-
This software is released under the MIT license:
|
|
907
|
-
|
|
908
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
909
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
910
|
-
the Software without restriction, including without limitation the rights to
|
|
911
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
912
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
913
|
-
subject to the following conditions:
|
|
914
|
-
|
|
915
|
-
The above copyright notice and this permission notice shall be included in all
|
|
916
|
-
copies or substantial portions of the Software.
|
|
917
|
-
|
|
918
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
919
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
920
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
921
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
922
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
923
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
943
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
944
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
945
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
946
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
947
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
948
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
949
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
950
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
951
|
+
DEALINGS IN THE SOFTWARE.
|
|
924
952
|
|
|
925
953
|
````
|
|
926
954
|
|
|
@@ -930,11 +958,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
930
958
|
|
|
931
959
|
### Rust Crates:
|
|
932
960
|
|
|
933
|
-
- [
|
|
934
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
961
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
935
962
|
|
|
936
963
|
````text
|
|
937
|
-
Copyright (c)
|
|
964
|
+
Copyright (c) 2017 Daniel Abramov
|
|
965
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
938
966
|
|
|
939
967
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
940
968
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -943,16 +971,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
943
971
|
copies of the Software, and to permit persons to whom the Software is
|
|
944
972
|
furnished to do so, subject to the following conditions:
|
|
945
973
|
|
|
946
|
-
The above copyright notice and this permission notice shall be included in
|
|
947
|
-
copies or substantial portions of the Software.
|
|
974
|
+
The above copyright notice and this permission notice shall be included in
|
|
975
|
+
all copies or substantial portions of the Software.
|
|
948
976
|
|
|
949
977
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
950
978
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
951
979
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
952
980
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
953
981
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
954
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
955
|
-
SOFTWARE.
|
|
982
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
983
|
+
THE SOFTWARE.
|
|
956
984
|
|
|
957
985
|
````
|
|
958
986
|
|
|
@@ -962,16 +990,39 @@ SOFTWARE.
|
|
|
962
990
|
|
|
963
991
|
### Rust Crates:
|
|
964
992
|
|
|
965
|
-
- [
|
|
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)
|
|
966
999
|
|
|
967
1000
|
````text
|
|
968
|
-
Copyright (c)
|
|
1001
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
969
1002
|
|
|
970
|
-
Permission is hereby granted, free of charge, to any
|
|
1003
|
+
Permission is hereby granted, free of charge, to any
|
|
1004
|
+
person obtaining a copy of this software and associated
|
|
1005
|
+
documentation files (the "Software"), to deal in the
|
|
1006
|
+
Software without restriction, including without
|
|
1007
|
+
limitation the rights to use, copy, modify, merge,
|
|
1008
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1009
|
+
the Software, and to permit persons to whom the Software
|
|
1010
|
+
is furnished to do so, subject to the following
|
|
1011
|
+
conditions:
|
|
971
1012
|
|
|
972
|
-
The above copyright notice and this permission notice
|
|
1013
|
+
The above copyright notice and this permission notice
|
|
1014
|
+
shall be included in all copies or substantial portions
|
|
1015
|
+
of the Software.
|
|
973
1016
|
|
|
974
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1017
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1018
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1019
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1020
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1021
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1022
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1023
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1024
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1025
|
+
DEALINGS IN THE SOFTWARE.
|
|
975
1026
|
|
|
976
1027
|
````
|
|
977
1028
|
|
|
@@ -981,12 +1032,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
981
1032
|
|
|
982
1033
|
### Rust Crates:
|
|
983
1034
|
|
|
984
|
-
- [
|
|
1035
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
985
1036
|
|
|
986
1037
|
````text
|
|
987
1038
|
The MIT License (MIT)
|
|
988
1039
|
|
|
989
|
-
Copyright (c)
|
|
1040
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
990
1041
|
|
|
991
1042
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
992
1043
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -995,17 +1046,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
995
1046
|
copies of the Software, and to permit persons to whom the Software is
|
|
996
1047
|
furnished to do so, subject to the following conditions:
|
|
997
1048
|
|
|
998
|
-
The above copyright notice and this permission notice shall be included in
|
|
999
|
-
|
|
1049
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1050
|
+
copies or substantial portions of the Software.
|
|
1000
1051
|
|
|
1001
1052
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1002
1053
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1003
1054
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1004
1055
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1005
1056
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1006
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1007
|
-
|
|
1057
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1058
|
+
SOFTWARE.
|
|
1008
1059
|
|
|
1060
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1061
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1009
1062
|
````
|
|
1010
1063
|
|
|
1011
1064
|
---
|
|
@@ -1014,30 +1067,34 @@ THE SOFTWARE.
|
|
|
1014
1067
|
|
|
1015
1068
|
### Rust Crates:
|
|
1016
1069
|
|
|
1017
|
-
- [
|
|
1070
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1018
1071
|
|
|
1019
1072
|
````text
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
Copyright (c) 2025 Callum Oakley
|
|
1073
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1023
1074
|
|
|
1024
|
-
Permission is hereby granted, free of charge, to any
|
|
1025
|
-
of this software and associated
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
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:
|
|
1030
1084
|
|
|
1031
|
-
The above copyright notice and this permission notice
|
|
1032
|
-
copies or substantial portions
|
|
1085
|
+
The above copyright notice and this permission notice
|
|
1086
|
+
shall be included in all copies or substantial portions
|
|
1087
|
+
of the Software.
|
|
1033
1088
|
|
|
1034
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1035
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
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.
|
|
1041
1098
|
|
|
1042
1099
|
````
|
|
1043
1100
|
|
|
@@ -1047,14 +1104,14 @@ SOFTWARE.
|
|
|
1047
1104
|
|
|
1048
1105
|
### Rust Crates:
|
|
1049
1106
|
|
|
1050
|
-
- [
|
|
1051
|
-
- [
|
|
1052
|
-
- [
|
|
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)
|
|
1053
1110
|
|
|
1054
1111
|
````text
|
|
1055
1112
|
MIT License
|
|
1056
1113
|
|
|
1057
|
-
Copyright (c)
|
|
1114
|
+
Copyright (c) Tokio Contributors
|
|
1058
1115
|
|
|
1059
1116
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1060
1117
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1082,10 +1139,10 @@ SOFTWARE.
|
|
|
1082
1139
|
|
|
1083
1140
|
### Rust Crates:
|
|
1084
1141
|
|
|
1085
|
-
- [
|
|
1142
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1086
1143
|
|
|
1087
1144
|
````text
|
|
1088
|
-
Copyright (c)
|
|
1145
|
+
Copyright (c) 2017 Robert Grosse
|
|
1089
1146
|
|
|
1090
1147
|
Permission is hereby granted, free of charge, to any
|
|
1091
1148
|
person obtaining a copy of this software and associated
|
|
@@ -1110,7 +1167,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1110
1167
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1111
1168
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1112
1169
|
DEALINGS IN THE SOFTWARE.
|
|
1113
|
-
|
|
1114
1170
|
````
|
|
1115
1171
|
|
|
1116
1172
|
---
|
|
@@ -1119,10 +1175,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1119
1175
|
|
|
1120
1176
|
### Rust Crates:
|
|
1121
1177
|
|
|
1122
|
-
- [
|
|
1178
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1123
1179
|
|
|
1124
1180
|
````text
|
|
1125
|
-
Copyright
|
|
1181
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1126
1182
|
|
|
1127
1183
|
Permission is hereby granted, free of charge, to any
|
|
1128
1184
|
person obtaining a copy of this software and associated
|
|
@@ -1154,12 +1210,98 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1154
1210
|
|
|
1155
1211
|
## The following dependencies are licensed under the MIT License:
|
|
1156
1212
|
|
|
1213
|
+
### NPM Packages:
|
|
1214
|
+
|
|
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)
|
|
1217
|
+
|
|
1218
|
+
````text
|
|
1219
|
+
MIT License
|
|
1220
|
+
|
|
1221
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1222
|
+
|
|
1223
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1224
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1225
|
+
in the Software without restriction, including without limitation the rights
|
|
1226
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1227
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1228
|
+
furnished to do so, subject to the following conditions:
|
|
1229
|
+
|
|
1230
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1231
|
+
copies or substantial portions of the Software.
|
|
1232
|
+
|
|
1233
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1234
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1235
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1236
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1237
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1238
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1239
|
+
SOFTWARE.
|
|
1240
|
+
|
|
1241
|
+
````
|
|
1242
|
+
|
|
1243
|
+
---
|
|
1244
|
+
|
|
1245
|
+
## The following dependencies are licensed under the MIT License:
|
|
1246
|
+
|
|
1157
1247
|
### Rust Crates:
|
|
1158
1248
|
|
|
1159
|
-
- [
|
|
1249
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1160
1250
|
|
|
1161
1251
|
````text
|
|
1162
|
-
Copyright
|
|
1252
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1253
|
+
|
|
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:
|
|
1255
|
+
|
|
1256
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1257
|
+
|
|
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.
|
|
1259
|
+
|
|
1260
|
+
````
|
|
1261
|
+
|
|
1262
|
+
---
|
|
1263
|
+
|
|
1264
|
+
## The following dependencies are licensed under the MIT License:
|
|
1265
|
+
|
|
1266
|
+
### NPM Packages:
|
|
1267
|
+
|
|
1268
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1269
|
+
|
|
1270
|
+
````text
|
|
1271
|
+
The MIT License (MIT)
|
|
1272
|
+
|
|
1273
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1274
|
+
|
|
1275
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1276
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1277
|
+
in the Software without restriction, including without limitation the rights
|
|
1278
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1279
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1280
|
+
furnished to do so, subject to the following conditions:
|
|
1281
|
+
|
|
1282
|
+
The above copyright notice and this permission notice shall be included in
|
|
1283
|
+
all copies or substantial portions of the Software.
|
|
1284
|
+
|
|
1285
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1286
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1287
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1288
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1289
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1290
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1291
|
+
THE SOFTWARE.
|
|
1292
|
+
|
|
1293
|
+
````
|
|
1294
|
+
|
|
1295
|
+
---
|
|
1296
|
+
|
|
1297
|
+
## The following dependencies are licensed under the MIT License:
|
|
1298
|
+
|
|
1299
|
+
### Rust Crates:
|
|
1300
|
+
|
|
1301
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1302
|
+
|
|
1303
|
+
````text
|
|
1304
|
+
Copyright (c) 2017 http-rs authors
|
|
1163
1305
|
|
|
1164
1306
|
Permission is hereby granted, free of charge, to any
|
|
1165
1307
|
person obtaining a copy of this software and associated
|
|
@@ -1193,38 +1335,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1193
1335
|
|
|
1194
1336
|
### Rust Crates:
|
|
1195
1337
|
|
|
1196
|
-
- [
|
|
1197
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1198
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1199
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1200
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1201
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1202
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1203
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1204
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1205
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1206
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1207
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1208
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1209
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1210
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1211
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1212
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1213
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1214
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1215
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1216
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1217
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1218
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1219
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1220
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1221
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1222
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1223
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1224
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1225
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1338
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1226
1339
|
|
|
1227
1340
|
````text
|
|
1341
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1342
|
+
|
|
1228
1343
|
Permission is hereby granted, free of charge, to any
|
|
1229
1344
|
person obtaining a copy of this software and associated
|
|
1230
1345
|
documentation files (the "Software"), to deal in the
|
|
@@ -1257,10 +1372,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1257
1372
|
|
|
1258
1373
|
### Rust Crates:
|
|
1259
1374
|
|
|
1260
|
-
- [
|
|
1375
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1261
1376
|
|
|
1262
1377
|
````text
|
|
1263
|
-
Copyright (c)
|
|
1378
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1379
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1264
1380
|
|
|
1265
1381
|
Permission is hereby granted, free of charge, to any
|
|
1266
1382
|
person obtaining a copy of this software and associated
|
|
@@ -1294,34 +1410,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1294
1410
|
|
|
1295
1411
|
### Rust Crates:
|
|
1296
1412
|
|
|
1297
|
-
- [
|
|
1413
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1298
1414
|
|
|
1299
1415
|
````text
|
|
1300
|
-
|
|
1416
|
+
MIT License
|
|
1301
1417
|
|
|
1302
|
-
|
|
1303
|
-
person obtaining a copy of this software and associated
|
|
1304
|
-
documentation files (the "Software"), to deal in the
|
|
1305
|
-
Software without restriction, including without
|
|
1306
|
-
limitation the rights to use, copy, modify, merge,
|
|
1307
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1308
|
-
the Software, and to permit persons to whom the Software
|
|
1309
|
-
is furnished to do so, subject to the following
|
|
1310
|
-
conditions:
|
|
1418
|
+
Copyright (c) 2025 Callum Oakley
|
|
1311
1419
|
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1420
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1421
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1422
|
+
in the Software without restriction, including without limitation the rights
|
|
1423
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1424
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1425
|
+
furnished to do so, subject to the following conditions:
|
|
1315
1426
|
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
IN
|
|
1324
|
-
|
|
1427
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1428
|
+
copies or substantial portions of the Software.
|
|
1429
|
+
|
|
1430
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1431
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1432
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1433
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1434
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1435
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1436
|
+
SOFTWARE.
|
|
1325
1437
|
|
|
1326
1438
|
````
|
|
1327
1439
|
|
|
@@ -1331,10 +1443,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1331
1443
|
|
|
1332
1444
|
### Rust Crates:
|
|
1333
1445
|
|
|
1334
|
-
- [
|
|
1446
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1335
1447
|
|
|
1336
1448
|
````text
|
|
1337
|
-
Copyright (c)
|
|
1449
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1338
1450
|
|
|
1339
1451
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1340
1452
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1343,16 +1455,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1343
1455
|
copies of the Software, and to permit persons to whom the Software is
|
|
1344
1456
|
furnished to do so, subject to the following conditions:
|
|
1345
1457
|
|
|
1346
|
-
The above copyright notice and this permission notice shall be included in
|
|
1347
|
-
copies or substantial portions 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.
|
|
1348
1460
|
|
|
1349
1461
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1350
1462
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1351
1463
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1352
1464
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1353
1465
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1354
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1355
|
-
SOFTWARE.
|
|
1466
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1467
|
+
THE SOFTWARE.
|
|
1356
1468
|
|
|
1357
1469
|
````
|
|
1358
1470
|
|
|
@@ -1362,10 +1474,11 @@ SOFTWARE.
|
|
|
1362
1474
|
|
|
1363
1475
|
### Rust Crates:
|
|
1364
1476
|
|
|
1365
|
-
- [
|
|
1477
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1366
1478
|
|
|
1367
1479
|
````text
|
|
1368
|
-
Copyright (c)
|
|
1480
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1481
|
+
Copyright (c) 2016 Alex Crichton
|
|
1369
1482
|
|
|
1370
1483
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1371
1484
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1385,6 +1498,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1385
1498
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1386
1499
|
THE SOFTWARE.
|
|
1387
1500
|
|
|
1501
|
+
|
|
1388
1502
|
````
|
|
1389
1503
|
|
|
1390
1504
|
---
|
|
@@ -1393,17 +1507,12 @@ THE SOFTWARE.
|
|
|
1393
1507
|
|
|
1394
1508
|
### Rust Crates:
|
|
1395
1509
|
|
|
1396
|
-
- [
|
|
1510
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1397
1511
|
|
|
1398
1512
|
````text
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
Includes parts of http date with the following copyright:
|
|
1402
|
-
Copyright (c) 2016 Pyfisch
|
|
1403
|
-
|
|
1404
|
-
Includes portions of musl libc with the following copyright:
|
|
1405
|
-
Copyright © 2005-2013 Rich Felker
|
|
1513
|
+
MIT License
|
|
1406
1514
|
|
|
1515
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1407
1516
|
|
|
1408
1517
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1409
1518
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1431,11 +1540,51 @@ SOFTWARE.
|
|
|
1431
1540
|
|
|
1432
1541
|
### Rust Crates:
|
|
1433
1542
|
|
|
1434
|
-
- [
|
|
1543
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1435
1544
|
|
|
1436
1545
|
````text
|
|
1437
|
-
|
|
1438
|
-
|
|
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.
|
|
1567
|
+
````
|
|
1568
|
+
|
|
1569
|
+
---
|
|
1570
|
+
|
|
1571
|
+
## The following dependencies are licensed under the MIT License:
|
|
1572
|
+
|
|
1573
|
+
### Rust Crates:
|
|
1574
|
+
|
|
1575
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1576
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1577
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1578
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1579
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1580
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1581
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1582
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1583
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1584
|
+
|
|
1585
|
+
````text
|
|
1586
|
+
Copyright (c) 2016 Alex Crichton
|
|
1587
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1439
1588
|
|
|
1440
1589
|
Permission is hereby granted, free of charge, to any
|
|
1441
1590
|
person obtaining a copy of this software and associated
|
|
@@ -1469,29 +1618,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1469
1618
|
|
|
1470
1619
|
### Rust Crates:
|
|
1471
1620
|
|
|
1472
|
-
- [
|
|
1621
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1473
1622
|
|
|
1474
1623
|
````text
|
|
1475
|
-
Copyright (c)
|
|
1476
|
-
|
|
1477
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1478
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1479
|
-
in the Software without restriction, including without limitation the rights
|
|
1480
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1481
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1482
|
-
furnished to do so, subject to the following conditions:
|
|
1624
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1483
1625
|
|
|
1484
|
-
|
|
1485
|
-
|
|
1626
|
+
Permission is hereby granted, free of charge, to any
|
|
1627
|
+
person obtaining a copy of this software and associated
|
|
1628
|
+
documentation files (the "Software"), to deal in the
|
|
1629
|
+
Software without restriction, including without
|
|
1630
|
+
limitation the rights to use, copy, modify, merge,
|
|
1631
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1632
|
+
the Software, and to permit persons to whom the Software
|
|
1633
|
+
is furnished to do so, subject to the following
|
|
1634
|
+
conditions:
|
|
1486
1635
|
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1491
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1492
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1493
|
-
THE SOFTWARE.
|
|
1636
|
+
The above copyright notice and this permission notice
|
|
1637
|
+
shall be included in all copies or substantial portions
|
|
1638
|
+
of the Software.
|
|
1494
1639
|
|
|
1640
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1641
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1642
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1643
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1644
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1645
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1646
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1647
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1648
|
+
DEALINGS IN THE SOFTWARE.
|
|
1495
1649
|
|
|
1496
1650
|
````
|
|
1497
1651
|
|
|
@@ -1501,10 +1655,13 @@ THE SOFTWARE.
|
|
|
1501
1655
|
|
|
1502
1656
|
### Rust Crates:
|
|
1503
1657
|
|
|
1504
|
-
- [
|
|
1658
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1659
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1505
1660
|
|
|
1506
1661
|
````text
|
|
1507
|
-
Copyright (c)
|
|
1662
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1663
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1664
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1508
1665
|
|
|
1509
1666
|
Permission is hereby granted, free of charge, to any
|
|
1510
1667
|
person obtaining a copy of this software and associated
|
|
@@ -1538,11 +1695,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1538
1695
|
|
|
1539
1696
|
### Rust Crates:
|
|
1540
1697
|
|
|
1541
|
-
- [
|
|
1698
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1542
1699
|
|
|
1543
1700
|
````text
|
|
1544
|
-
Copyright (c)
|
|
1545
|
-
Copyright (c) 2016 Jason Housley
|
|
1701
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1546
1702
|
|
|
1547
1703
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1548
1704
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1570,10 +1726,45 @@ THE SOFTWARE.
|
|
|
1570
1726
|
|
|
1571
1727
|
### Rust Crates:
|
|
1572
1728
|
|
|
1573
|
-
- [
|
|
1729
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1574
1730
|
|
|
1575
1731
|
````text
|
|
1576
|
-
|
|
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
|
|
1577
1768
|
|
|
1578
1769
|
Permission is hereby granted, free of charge, to any
|
|
1579
1770
|
person obtaining a copy of this software and associated
|
|
@@ -1638,29 +1829,35 @@ THE SOFTWARE.
|
|
|
1638
1829
|
|
|
1639
1830
|
### Rust Crates:
|
|
1640
1831
|
|
|
1641
|
-
- [
|
|
1832
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1642
1833
|
|
|
1643
1834
|
````text
|
|
1644
|
-
Copyright
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
to use, copy, modify, merge,
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1835
|
+
Copyright 2023 The Fuchsia Authors
|
|
1836
|
+
|
|
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.
|
|
1656
1860
|
|
|
1657
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1658
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1659
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1660
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1661
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1662
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1663
|
-
THE SOFTWARE.
|
|
1664
1861
|
|
|
1665
1862
|
````
|
|
1666
1863
|
|
|
@@ -1670,10 +1867,11 @@ THE SOFTWARE.
|
|
|
1670
1867
|
|
|
1671
1868
|
### Rust Crates:
|
|
1672
1869
|
|
|
1673
|
-
- [
|
|
1870
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1871
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
1674
1872
|
|
|
1675
1873
|
````text
|
|
1676
|
-
|
|
1874
|
+
MIT License
|
|
1677
1875
|
|
|
1678
1876
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1679
1877
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1682,17 +1880,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1682
1880
|
copies of the Software, and to permit persons to whom the Software is
|
|
1683
1881
|
furnished to do so, subject to the following conditions:
|
|
1684
1882
|
|
|
1685
|
-
The above copyright notice and this permission notice shall be included in
|
|
1686
|
-
|
|
1883
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1884
|
+
copies or substantial portions of the Software.
|
|
1687
1885
|
|
|
1688
1886
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1689
1887
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1690
1888
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1691
1889
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1692
1890
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1693
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1694
|
-
|
|
1695
|
-
|
|
1891
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1892
|
+
SOFTWARE.
|
|
1696
1893
|
|
|
1697
1894
|
````
|
|
1698
1895
|
|
|
@@ -1702,10 +1899,11 @@ THE SOFTWARE.
|
|
|
1702
1899
|
|
|
1703
1900
|
### Rust Crates:
|
|
1704
1901
|
|
|
1705
|
-
- [
|
|
1902
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1903
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1706
1904
|
|
|
1707
1905
|
````text
|
|
1708
|
-
Copyright (c)
|
|
1906
|
+
Copyright (c) 2014 Alex Crichton
|
|
1709
1907
|
|
|
1710
1908
|
Permission is hereby granted, free of charge, to any
|
|
1711
1909
|
person obtaining a copy of this software and associated
|
|
@@ -1737,14 +1935,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1737
1935
|
|
|
1738
1936
|
## The following dependencies are licensed under the MIT License:
|
|
1739
1937
|
|
|
1938
|
+
### NPM Packages:
|
|
1939
|
+
|
|
1940
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1941
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
1942
|
+
|
|
1943
|
+
````text
|
|
1944
|
+
MIT License
|
|
1945
|
+
|
|
1946
|
+
Copyright (c) Microsoft Corporation.
|
|
1947
|
+
|
|
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:
|
|
1954
|
+
|
|
1955
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1956
|
+
copies or substantial portions of the Software.
|
|
1957
|
+
|
|
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
|
|
1965
|
+
|
|
1966
|
+
````
|
|
1967
|
+
|
|
1968
|
+
---
|
|
1969
|
+
|
|
1970
|
+
## The following dependencies are licensed under the MIT License:
|
|
1971
|
+
|
|
1740
1972
|
### Rust Crates:
|
|
1741
1973
|
|
|
1742
|
-
- [
|
|
1974
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1743
1975
|
|
|
1744
1976
|
````text
|
|
1745
|
-
Copyright (c)
|
|
1746
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1747
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1977
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1748
1978
|
|
|
1749
1979
|
Permission is hereby granted, free of charge, to any
|
|
1750
1980
|
person obtaining a copy of this software and associated
|
|
@@ -1778,80 +2008,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1778
2008
|
|
|
1779
2009
|
### Rust Crates:
|
|
1780
2010
|
|
|
1781
|
-
- [
|
|
1782
|
-
|
|
1783
|
-
````text
|
|
1784
|
-
The MIT License (MIT)
|
|
1785
|
-
|
|
1786
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1787
|
-
|
|
1788
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1789
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1790
|
-
in the Software without restriction, including without limitation the rights
|
|
1791
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1792
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1793
|
-
furnished to do so, subject to the following conditions:
|
|
1794
|
-
|
|
1795
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1796
|
-
copies or substantial portions of the Software.
|
|
1797
|
-
|
|
1798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1799
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1800
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1801
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1802
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1803
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1804
|
-
SOFTWARE.
|
|
1805
|
-
|
|
1806
|
-
````
|
|
1807
|
-
|
|
1808
|
-
---
|
|
1809
|
-
|
|
1810
|
-
## The following dependencies are licensed under the MIT License:
|
|
1811
|
-
|
|
1812
|
-
### Rust Crates:
|
|
1813
|
-
|
|
1814
|
-
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1815
|
-
|
|
1816
|
-
````text
|
|
1817
|
-
MIT License
|
|
1818
|
-
|
|
1819
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1820
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1821
|
-
Copyright (c) 2017 Frommi
|
|
1822
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1826
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1827
|
-
in the Software without restriction, including without limitation the rights
|
|
1828
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1829
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1830
|
-
furnished to do so, subject to the following conditions:
|
|
1831
|
-
|
|
1832
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1833
|
-
copies or substantial portions of the Software.
|
|
1834
|
-
|
|
1835
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1836
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1837
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1838
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1839
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1840
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1841
|
-
SOFTWARE.
|
|
1842
|
-
|
|
1843
|
-
````
|
|
1844
|
-
|
|
1845
|
-
---
|
|
1846
|
-
|
|
1847
|
-
## The following dependencies are licensed under the MIT License:
|
|
1848
|
-
|
|
1849
|
-
### Rust Crates:
|
|
1850
|
-
|
|
1851
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2011
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1852
2012
|
|
|
1853
2013
|
````text
|
|
1854
|
-
Copyright (c) 2019
|
|
2014
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1855
2015
|
|
|
1856
2016
|
Permission is hereby granted, free of charge, to any
|
|
1857
2017
|
person obtaining a copy of this software and associated
|
|
@@ -1885,60 +2045,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1885
2045
|
|
|
1886
2046
|
### Rust Crates:
|
|
1887
2047
|
|
|
1888
|
-
- [
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1894
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1895
|
-
in the Software without restriction, including without limitation the rights
|
|
1896
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1897
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1898
|
-
furnished to do so, subject to the following conditions:
|
|
1899
|
-
|
|
1900
|
-
The above copyright notice and this permission notice shall be included in
|
|
1901
|
-
all copies or substantial portions of the Software.
|
|
1902
|
-
|
|
1903
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1904
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1905
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1906
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1907
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1908
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1909
|
-
THE SOFTWARE.
|
|
1910
|
-
|
|
1911
|
-
````
|
|
1912
|
-
|
|
1913
|
-
---
|
|
1914
|
-
|
|
1915
|
-
## The following dependencies are licensed under the MIT License:
|
|
1916
|
-
|
|
1917
|
-
### Rust Crates:
|
|
1918
|
-
|
|
1919
|
-
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
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)
|
|
1920
2052
|
|
|
1921
2053
|
````text
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1925
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1926
|
-
in the Software without restriction, including without limitation the rights
|
|
1927
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1928
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1929
|
-
furnished to do so, subject to the following conditions:
|
|
1930
|
-
|
|
1931
|
-
The above copyright notice and this permission notice shall be included in
|
|
1932
|
-
all copies or substantial portions of 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:
|
|
1933
2055
|
|
|
1934
|
-
|
|
1935
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1936
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1937
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1938
|
-
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
|
-
THE SOFTWARE.
|
|
2056
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1941
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.
|
|
1942
2059
|
````
|
|
1943
2060
|
|
|
1944
2061
|
---
|
|
@@ -1947,33 +2064,16 @@ THE SOFTWARE.
|
|
|
1947
2064
|
|
|
1948
2065
|
### Rust Crates:
|
|
1949
2066
|
|
|
1950
|
-
- [
|
|
1951
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1952
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1953
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2067
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
1954
2068
|
|
|
1955
2069
|
````text
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
Copyright (c) 2015 Andrew Gallant
|
|
2070
|
+
Copyright (c) 2015 steffengy
|
|
1959
2071
|
|
|
1960
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1961
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1962
|
-
in the Software without restriction, including without limitation the rights
|
|
1963
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1964
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1965
|
-
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:
|
|
1966
2073
|
|
|
1967
|
-
The above copyright notice and this permission notice shall be included in
|
|
1968
|
-
all 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.
|
|
1969
2075
|
|
|
1970
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1971
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1972
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1973
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1974
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1975
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1976
|
-
THE 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.
|
|
1977
2077
|
|
|
1978
2078
|
````
|
|
1979
2079
|
|
|
@@ -1983,10 +2083,10 @@ THE SOFTWARE.
|
|
|
1983
2083
|
|
|
1984
2084
|
### Rust Crates:
|
|
1985
2085
|
|
|
1986
|
-
- [http
|
|
2086
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1987
2087
|
|
|
1988
2088
|
````text
|
|
1989
|
-
Copyright (c) 2019-
|
|
2089
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1990
2090
|
|
|
1991
2091
|
Permission is hereby granted, free of charge, to any
|
|
1992
2092
|
person obtaining a copy of this software and associated
|
|
@@ -2020,30 +2120,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2020
2120
|
|
|
2021
2121
|
### Rust Crates:
|
|
2022
2122
|
|
|
2023
|
-
- [
|
|
2123
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2024
2124
|
|
|
2025
2125
|
````text
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2126
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2029
2127
|
|
|
2030
|
-
Permission is hereby granted, free of charge, to any
|
|
2031
|
-
of this software and associated
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
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:
|
|
2036
2137
|
|
|
2037
|
-
The above copyright notice and this permission notice
|
|
2038
|
-
copies or substantial portions
|
|
2138
|
+
The above copyright notice and this permission notice
|
|
2139
|
+
shall be included in all copies or substantial portions
|
|
2140
|
+
of the Software.
|
|
2039
2141
|
|
|
2040
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2041
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
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.
|
|
2047
2151
|
|
|
2048
2152
|
````
|
|
2049
2153
|
|
|
@@ -2051,31 +2155,29 @@ SOFTWARE.
|
|
|
2051
2155
|
|
|
2052
2156
|
## The following dependencies are licensed under the MIT License:
|
|
2053
2157
|
|
|
2054
|
-
###
|
|
2158
|
+
### NPM Packages:
|
|
2055
2159
|
|
|
2056
|
-
- [
|
|
2160
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2057
2161
|
|
|
2058
2162
|
````text
|
|
2059
|
-
|
|
2060
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2163
|
+
This software is released under the MIT license:
|
|
2061
2164
|
|
|
2062
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
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:
|
|
2068
2171
|
|
|
2069
2172
|
The above copyright notice and this permission notice shall be included in all
|
|
2070
2173
|
copies or substantial portions of the Software.
|
|
2071
2174
|
|
|
2072
2175
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2073
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
SOFTWARE.
|
|
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.
|
|
2079
2181
|
|
|
2080
2182
|
````
|
|
2081
2183
|
|
|
@@ -2083,34 +2185,18 @@ SOFTWARE.
|
|
|
2083
2185
|
|
|
2084
2186
|
## The following dependencies are licensed under the MIT License:
|
|
2085
2187
|
|
|
2086
|
-
###
|
|
2188
|
+
### Rust Crates:
|
|
2087
2189
|
|
|
2088
|
-
- [
|
|
2190
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2089
2191
|
|
|
2090
2192
|
````text
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2094
|
-
|
|
2095
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2096
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2097
|
-
in the Software without restriction, including without limitation the rights
|
|
2098
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2099
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2100
|
-
furnished to do so, subject to the following conditions:
|
|
2193
|
+
Copyright 2016 Nika Layzell
|
|
2101
2194
|
|
|
2102
|
-
|
|
2103
|
-
copies or substantial portions of the Software.
|
|
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:
|
|
2104
2196
|
|
|
2105
|
-
|
|
2106
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2107
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2108
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2109
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2110
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2111
|
-
SOFTWARE.
|
|
2197
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2112
2198
|
|
|
2113
|
-
|
|
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.
|
|
2114
2200
|
|
|
2115
2201
|
````
|
|
2116
2202
|
|
|
@@ -2120,16 +2206,10 @@ SOFTWARE.
|
|
|
2120
2206
|
|
|
2121
2207
|
### Rust Crates:
|
|
2122
2208
|
|
|
2123
|
-
- [
|
|
2124
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2125
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2126
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2127
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2128
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2209
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2129
2210
|
|
|
2130
2211
|
````text
|
|
2131
|
-
Copyright
|
|
2132
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2212
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2133
2213
|
|
|
2134
2214
|
Permission is hereby granted, free of charge, to any
|
|
2135
2215
|
person obtaining a copy of this software and associated
|
|
@@ -2163,13 +2243,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2163
2243
|
|
|
2164
2244
|
### Rust Crates:
|
|
2165
2245
|
|
|
2166
|
-
- [
|
|
2167
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2246
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2168
2247
|
|
|
2169
2248
|
````text
|
|
2170
2249
|
MIT License
|
|
2171
2250
|
|
|
2172
|
-
Copyright (c)
|
|
2251
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2173
2252
|
|
|
2174
2253
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2175
2254
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2197,10 +2276,10 @@ SOFTWARE.
|
|
|
2197
2276
|
|
|
2198
2277
|
### Rust Crates:
|
|
2199
2278
|
|
|
2200
|
-
- [
|
|
2279
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2201
2280
|
|
|
2202
2281
|
````text
|
|
2203
|
-
Copyright (c) 2017
|
|
2282
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2204
2283
|
|
|
2205
2284
|
Permission is hereby granted, free of charge, to any
|
|
2206
2285
|
person obtaining a copy of this software and associated
|
|
@@ -2225,6 +2304,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2225
2304
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2226
2305
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2227
2306
|
DEALINGS IN THE SOFTWARE.
|
|
2307
|
+
|
|
2228
2308
|
````
|
|
2229
2309
|
|
|
2230
2310
|
---
|
|
@@ -2233,11 +2313,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2233
2313
|
|
|
2234
2314
|
### Rust Crates:
|
|
2235
2315
|
|
|
2236
|
-
- [
|
|
2237
|
-
- [
|
|
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)
|
|
2238
2320
|
|
|
2239
2321
|
````text
|
|
2240
|
-
Copyright (c)
|
|
2322
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2241
2323
|
|
|
2242
2324
|
Permission is hereby granted, free of charge, to any
|
|
2243
2325
|
person obtaining a copy of this software and associated
|
|
@@ -2271,10 +2353,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2271
2353
|
|
|
2272
2354
|
### Rust Crates:
|
|
2273
2355
|
|
|
2274
|
-
- [
|
|
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)
|
|
2275
2362
|
|
|
2276
2363
|
````text
|
|
2277
|
-
Copyright
|
|
2364
|
+
Copyright 2018 Developers of the Rand project
|
|
2365
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2278
2366
|
|
|
2279
2367
|
Permission is hereby granted, free of charge, to any
|
|
2280
2368
|
person obtaining a copy of this software and associated
|
|
@@ -2308,11 +2396,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2308
2396
|
|
|
2309
2397
|
### Rust Crates:
|
|
2310
2398
|
|
|
2311
|
-
- [
|
|
2312
|
-
- [
|
|
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)
|
|
2313
2401
|
|
|
2314
2402
|
````text
|
|
2315
|
-
|
|
2403
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2316
2404
|
|
|
2317
2405
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2318
2406
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2340,29 +2428,34 @@ SOFTWARE.
|
|
|
2340
2428
|
|
|
2341
2429
|
### Rust Crates:
|
|
2342
2430
|
|
|
2343
|
-
- [
|
|
2431
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2344
2432
|
|
|
2345
2433
|
````text
|
|
2346
|
-
Copyright (c) 2017
|
|
2347
|
-
|
|
2348
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2349
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2350
|
-
in the Software without restriction, including without limitation the rights
|
|
2351
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2352
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2353
|
-
furnished to do so, subject to the following conditions:
|
|
2434
|
+
Copyright (c) 2016--2017
|
|
2354
2435
|
|
|
2355
|
-
|
|
2356
|
-
|
|
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:
|
|
2357
2445
|
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2362
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2363
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2364
|
-
THE SOFTWARE.
|
|
2446
|
+
The above copyright notice and this permission notice
|
|
2447
|
+
shall be included in all copies or substantial portions
|
|
2448
|
+
of the Software.
|
|
2365
2449
|
|
|
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.
|
|
2366
2459
|
|
|
2367
2460
|
````
|
|
2368
2461
|
|
|
@@ -2372,10 +2465,12 @@ THE SOFTWARE.
|
|
|
2372
2465
|
|
|
2373
2466
|
### Rust Crates:
|
|
2374
2467
|
|
|
2375
|
-
- [
|
|
2468
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2376
2469
|
|
|
2377
2470
|
````text
|
|
2378
|
-
|
|
2471
|
+
The MIT License (MIT)
|
|
2472
|
+
|
|
2473
|
+
Copyright (c) 2015 Alice Maz
|
|
2379
2474
|
|
|
2380
2475
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2381
2476
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2395,74 +2490,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2395
2490
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2396
2491
|
THE SOFTWARE.
|
|
2397
2492
|
|
|
2398
|
-
|
|
2399
|
-
````
|
|
2400
|
-
|
|
2401
|
-
---
|
|
2402
|
-
|
|
2403
|
-
## The following dependencies are licensed under the MIT License:
|
|
2404
|
-
|
|
2405
|
-
### Rust Crates:
|
|
2406
|
-
|
|
2407
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2408
|
-
|
|
2409
|
-
````text
|
|
2410
|
-
MIT License
|
|
2411
|
-
|
|
2412
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
2413
|
-
Copyright (c) Tokio Contributors
|
|
2414
|
-
|
|
2415
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2416
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2417
|
-
in the Software without restriction, including without limitation the rights
|
|
2418
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2419
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2420
|
-
furnished to do so, subject to the following conditions:
|
|
2421
|
-
|
|
2422
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2423
|
-
copies or substantial portions of the Software.
|
|
2424
|
-
|
|
2425
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2426
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2427
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2428
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2429
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2430
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2431
|
-
SOFTWARE.
|
|
2432
|
-
|
|
2433
|
-
````
|
|
2434
|
-
|
|
2435
|
-
---
|
|
2436
|
-
|
|
2437
|
-
## The following dependencies are licensed under the MIT License:
|
|
2438
|
-
|
|
2439
|
-
### Rust Crates:
|
|
2440
|
-
|
|
2441
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2442
|
-
|
|
2443
|
-
````text
|
|
2444
|
-
MIT License
|
|
2445
|
-
|
|
2446
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2447
|
-
|
|
2448
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2449
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2450
|
-
in the Software without restriction, including without limitation the rights
|
|
2451
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2452
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2453
|
-
furnished to do so, subject to the following conditions:
|
|
2454
|
-
|
|
2455
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2456
|
-
copies or substantial portions of the Software.
|
|
2457
|
-
|
|
2458
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2459
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2460
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2461
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2462
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2463
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2464
|
-
SOFTWARE.
|
|
2465
|
-
|
|
2466
2493
|
````
|
|
2467
2494
|
|
|
2468
2495
|
---
|
|
@@ -2471,10 +2498,10 @@ SOFTWARE.
|
|
|
2471
2498
|
|
|
2472
2499
|
### Rust Crates:
|
|
2473
2500
|
|
|
2474
|
-
- [
|
|
2501
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2475
2502
|
|
|
2476
2503
|
````text
|
|
2477
|
-
Copyright (c)
|
|
2504
|
+
Copyright (c) The Rust Project Developers
|
|
2478
2505
|
|
|
2479
2506
|
Permission is hereby granted, free of charge, to any
|
|
2480
2507
|
person obtaining a copy of this software and associated
|
|
@@ -2506,14 +2533,76 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2506
2533
|
|
|
2507
2534
|
## The following dependencies are licensed under the MIT License:
|
|
2508
2535
|
|
|
2509
|
-
###
|
|
2536
|
+
### Rust Crates:
|
|
2510
2537
|
|
|
2511
|
-
- [
|
|
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)
|
|
2512
2568
|
|
|
2513
2569
|
````text
|
|
2514
|
-
|
|
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:
|
|
2515
2579
|
|
|
2516
|
-
|
|
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
|
|
2517
2606
|
|
|
2518
2607
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2519
2608
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2533,7 +2622,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2533
2622
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2534
2623
|
SOFTWARE.
|
|
2535
2624
|
|
|
2536
|
-
|
|
2537
2625
|
````
|
|
2538
2626
|
|
|
2539
2627
|
---
|
|
@@ -2542,34 +2630,29 @@ SOFTWARE.
|
|
|
2542
2630
|
|
|
2543
2631
|
### Rust Crates:
|
|
2544
2632
|
|
|
2545
|
-
- [
|
|
2633
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2546
2634
|
|
|
2547
2635
|
````text
|
|
2548
|
-
Copyright (c)
|
|
2636
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2549
2637
|
|
|
2550
|
-
Permission is hereby granted, free of charge, to any
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
the Software, and to permit persons to whom the Software
|
|
2557
|
-
is furnished to do so, subject to the following
|
|
2558
|
-
conditions:
|
|
2638
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2639
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2640
|
+
in the Software without restriction, including without limitation the rights
|
|
2641
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2642
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2643
|
+
furnished to do so, subject to the following conditions:
|
|
2559
2644
|
|
|
2560
|
-
The above copyright notice and this permission notice
|
|
2561
|
-
|
|
2562
|
-
|
|
2645
|
+
The above copyright notice and this permission notice shall be included in
|
|
2646
|
+
all copies or substantial portions of the Software.
|
|
2647
|
+
|
|
2648
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2649
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2650
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2651
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2652
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2653
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2654
|
+
THE SOFTWARE.
|
|
2563
2655
|
|
|
2564
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2565
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2566
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2567
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2568
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2569
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2570
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2571
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2572
|
-
DEALINGS IN THE SOFTWARE.
|
|
2573
2656
|
|
|
2574
2657
|
````
|
|
2575
2658
|
|
|
@@ -2579,14 +2662,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2579
2662
|
|
|
2580
2663
|
### Rust Crates:
|
|
2581
2664
|
|
|
2582
|
-
- [
|
|
2583
|
-
- [
|
|
2584
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2665
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2666
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2585
2667
|
|
|
2586
2668
|
````text
|
|
2587
2669
|
MIT License
|
|
2588
2670
|
|
|
2589
|
-
Copyright (c)
|
|
2671
|
+
Copyright (c) 2019 Graham Esau
|
|
2590
2672
|
|
|
2591
2673
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2592
2674
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2614,35 +2696,30 @@ SOFTWARE.
|
|
|
2614
2696
|
|
|
2615
2697
|
### Rust Crates:
|
|
2616
2698
|
|
|
2617
|
-
- [
|
|
2699
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2618
2700
|
|
|
2619
2701
|
````text
|
|
2620
|
-
|
|
2702
|
+
MIT License
|
|
2621
2703
|
|
|
2622
|
-
|
|
2623
|
-
person obtaining a copy of this software and associated
|
|
2624
|
-
documentation files (the "Software"), to deal in the
|
|
2625
|
-
Software without restriction, including without
|
|
2626
|
-
limitation the rights to use, copy, modify, merge,
|
|
2627
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2628
|
-
the Software, and to permit persons to whom the Software
|
|
2629
|
-
is furnished to do so, subject to the following
|
|
2630
|
-
conditions:
|
|
2704
|
+
Copyright (c) 2025 rutrum
|
|
2631
2705
|
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
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:
|
|
2635
2712
|
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2639
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2640
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2641
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2642
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2643
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2644
|
-
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.
|
|
2645
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.
|
|
2646
2723
|
````
|
|
2647
2724
|
|
|
2648
2725
|
---
|
|
@@ -2651,34 +2728,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2651
2728
|
|
|
2652
2729
|
### Rust Crates:
|
|
2653
2730
|
|
|
2654
|
-
- [
|
|
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)
|
|
2655
2756
|
|
|
2656
2757
|
````text
|
|
2657
|
-
|
|
2758
|
+
MIT License
|
|
2658
2759
|
|
|
2659
|
-
|
|
2660
|
-
person obtaining a copy of this software and associated
|
|
2661
|
-
documentation files (the "Software"), to deal in the
|
|
2662
|
-
Software without restriction, including without
|
|
2663
|
-
limitation the rights to use, copy, modify, merge,
|
|
2664
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2665
|
-
the Software, and to permit persons to whom the Software
|
|
2666
|
-
is furnished to do so, subject to the following
|
|
2667
|
-
conditions:
|
|
2760
|
+
Copyright (c) <year> <copyright holders>
|
|
2668
2761
|
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
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:
|
|
2672
2767
|
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2679
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2680
|
-
|
|
2681
|
-
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.
|
|
2682
2776
|
|
|
2683
2777
|
````
|
|
2684
2778
|
|
|
@@ -2688,10 +2782,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2688
2782
|
|
|
2689
2783
|
### Rust Crates:
|
|
2690
2784
|
|
|
2691
|
-
- [
|
|
2785
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2692
2786
|
|
|
2693
2787
|
````text
|
|
2694
|
-
Copyright (c) 2016
|
|
2788
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2695
2789
|
|
|
2696
2790
|
Permission is hereby granted, free of charge, to any
|
|
2697
2791
|
person obtaining a copy of this software and associated
|
|
@@ -2725,12 +2819,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2725
2819
|
|
|
2726
2820
|
### Rust Crates:
|
|
2727
2821
|
|
|
2728
|
-
- [
|
|
2822
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2729
2823
|
|
|
2730
2824
|
````text
|
|
2731
2825
|
MIT License
|
|
2732
2826
|
|
|
2733
|
-
Copyright (c)
|
|
2827
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2734
2828
|
|
|
2735
2829
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2736
2830
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2758,31 +2852,27 @@ SOFTWARE.
|
|
|
2758
2852
|
|
|
2759
2853
|
### Rust Crates:
|
|
2760
2854
|
|
|
2761
|
-
- [
|
|
2855
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2762
2856
|
|
|
2763
2857
|
````text
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
2767
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2858
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2768
2859
|
|
|
2769
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
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:
|
|
2775
2866
|
|
|
2776
2867
|
The above copyright notice and this permission notice shall be included in all
|
|
2777
2868
|
copies or substantial portions of the Software.
|
|
2778
2869
|
|
|
2779
2870
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2780
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
SOFTWARE.
|
|
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.
|
|
2786
2876
|
|
|
2787
2877
|
````
|
|
2788
2878
|
|
|
@@ -2792,15 +2882,12 @@ SOFTWARE.
|
|
|
2792
2882
|
|
|
2793
2883
|
### Rust Crates:
|
|
2794
2884
|
|
|
2795
|
-
- [
|
|
2796
|
-
- [
|
|
2797
|
-
- [
|
|
2798
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2799
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2800
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
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)
|
|
2801
2888
|
|
|
2802
2889
|
````text
|
|
2803
|
-
Copyright (c)
|
|
2890
|
+
Copyright (c) 2019 Tower Contributors
|
|
2804
2891
|
|
|
2805
2892
|
Permission is hereby granted, free of charge, to any
|
|
2806
2893
|
person obtaining a copy of this software and associated
|
|
@@ -2832,41 +2919,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2832
2919
|
|
|
2833
2920
|
## The following dependencies are licensed under the MIT License:
|
|
2834
2921
|
|
|
2835
|
-
###
|
|
2922
|
+
### NPM Packages:
|
|
2836
2923
|
|
|
2837
|
-
- [
|
|
2838
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2839
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2840
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2841
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2842
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2924
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2843
2925
|
|
|
2844
2926
|
````text
|
|
2845
|
-
|
|
2927
|
+
MIT License
|
|
2846
2928
|
|
|
2847
|
-
|
|
2848
|
-
person obtaining a copy of this software and associated
|
|
2849
|
-
documentation files (the "Software"), to deal in the
|
|
2850
|
-
Software without restriction, including without
|
|
2851
|
-
limitation the rights to use, copy, modify, merge,
|
|
2852
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2853
|
-
the Software, and to permit persons to whom the Software
|
|
2854
|
-
is furnished to do so, subject to the following
|
|
2855
|
-
conditions:
|
|
2929
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2856
2930
|
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2931
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2932
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2933
|
+
in the Software without restriction, including without limitation the rights
|
|
2934
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2935
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2936
|
+
furnished to do so, subject to the following conditions:
|
|
2860
2937
|
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
IN
|
|
2869
|
-
|
|
2938
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2939
|
+
copies or substantial portions of the Software.
|
|
2940
|
+
|
|
2941
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2942
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2943
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2944
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2945
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
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
|
|
2870
2950
|
|
|
2871
2951
|
````
|
|
2872
2952
|
|
|
@@ -2876,69 +2956,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2876
2956
|
|
|
2877
2957
|
### Rust Crates:
|
|
2878
2958
|
|
|
2879
|
-
- [
|
|
2959
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2880
2960
|
|
|
2881
2961
|
````text
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
Permission is hereby granted, free of charge, to any
|
|
2885
|
-
person obtaining a copy of this software and associated
|
|
2886
|
-
documentation files (the "Software"), to deal in the
|
|
2887
|
-
Software without restriction, including without
|
|
2888
|
-
limitation the rights to use, copy, modify, merge,
|
|
2889
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2890
|
-
the Software, and to permit persons to whom the Software
|
|
2891
|
-
is furnished to do so, subject to the following
|
|
2892
|
-
conditions:
|
|
2893
|
-
|
|
2894
|
-
The above copyright notice and this permission notice
|
|
2895
|
-
shall be included in all copies or substantial portions
|
|
2896
|
-
of the Software.
|
|
2897
|
-
|
|
2898
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2899
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2900
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2901
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2902
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2903
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2904
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2905
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2906
|
-
DEALINGS IN THE SOFTWARE.
|
|
2907
|
-
|
|
2908
|
-
````
|
|
2909
|
-
|
|
2910
|
-
---
|
|
2911
|
-
|
|
2912
|
-
## The following dependencies are licensed under the MIT License:
|
|
2962
|
+
The MIT License (MIT)
|
|
2913
2963
|
|
|
2914
|
-
|
|
2964
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2915
2965
|
|
|
2916
|
-
|
|
2966
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2967
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2968
|
+
in the Software without restriction, including without limitation the rights
|
|
2969
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2970
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2971
|
+
furnished to do so, subject to the following conditions:
|
|
2917
2972
|
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
person obtaining a copy of this software and associated
|
|
2921
|
-
documentation files (the "Software"), to deal in the
|
|
2922
|
-
Software without restriction, including without
|
|
2923
|
-
limitation the rights to use, copy, modify, merge,
|
|
2924
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2925
|
-
the Software, and to permit persons to whom the Software
|
|
2926
|
-
is furnished to do so, subject to the following
|
|
2927
|
-
conditions:
|
|
2973
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2974
|
+
copies or substantial portions of the Software.
|
|
2928
2975
|
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2976
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2977
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2978
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2979
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2980
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2981
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2982
|
+
SOFTWARE.
|
|
2932
2983
|
|
|
2933
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2934
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2935
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2936
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2937
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2938
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2939
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2940
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2941
|
-
DEALINGS IN THE SOFTWARE.
|
|
2942
2984
|
````
|
|
2943
2985
|
|
|
2944
2986
|
---
|
|
@@ -2947,34 +2989,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2947
2989
|
|
|
2948
2990
|
### Rust Crates:
|
|
2949
2991
|
|
|
2950
|
-
- [
|
|
2992
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2951
2993
|
|
|
2952
2994
|
````text
|
|
2953
|
-
Copyright (c)
|
|
2954
|
-
|
|
2955
|
-
Permission is hereby granted, free of charge, to any
|
|
2956
|
-
person obtaining a copy of this software and associated
|
|
2957
|
-
documentation files (the "Software"), to deal in the
|
|
2958
|
-
Software without restriction, including without
|
|
2959
|
-
limitation the rights to use, copy, modify, merge,
|
|
2960
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2961
|
-
the Software, and to permit persons to whom the Software
|
|
2962
|
-
is furnished to do so, subject to the following
|
|
2963
|
-
conditions:
|
|
2995
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2964
2996
|
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
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:
|
|
2968
3003
|
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
IN
|
|
2977
|
-
|
|
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.
|
|
2978
3014
|
|
|
2979
3015
|
````
|
|
2980
3016
|
|
|
@@ -2984,10 +3020,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2984
3020
|
|
|
2985
3021
|
### Rust Crates:
|
|
2986
3022
|
|
|
2987
|
-
- [
|
|
3023
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2988
3024
|
|
|
2989
3025
|
````text
|
|
2990
|
-
Copyright (c)
|
|
3026
|
+
Copyright (c) 2019 Carl Lerche
|
|
2991
3027
|
|
|
2992
3028
|
Permission is hereby granted, free of charge, to any
|
|
2993
3029
|
person obtaining a copy of this software and associated
|
|
@@ -3021,32 +3057,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3021
3057
|
|
|
3022
3058
|
### Rust Crates:
|
|
3023
3059
|
|
|
3024
|
-
- [
|
|
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)
|
|
3025
3063
|
|
|
3026
3064
|
````text
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
Copyright (c)
|
|
3030
|
-
|
|
3031
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3032
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3033
|
-
in the Software without restriction, including without limitation the rights
|
|
3034
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3035
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3036
|
-
furnished to do so, subject to the following conditions:
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3049
|
-
THE SOFTWARE.
|
|
3065
|
+
MIT License
|
|
3066
|
+
|
|
3067
|
+
Copyright (c) 2017 Ted Driggs
|
|
3068
|
+
|
|
3069
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3070
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3071
|
+
in the Software without restriction, including without limitation the rights
|
|
3072
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3073
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3074
|
+
furnished to do so, subject to the following conditions:
|
|
3075
|
+
|
|
3076
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3077
|
+
copies or substantial portions of the Software.
|
|
3078
|
+
|
|
3079
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3080
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3081
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3082
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3083
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3084
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3085
|
+
SOFTWARE.
|
|
3050
3086
|
|
|
3051
3087
|
````
|
|
3052
3088
|
|
|
@@ -3056,12 +3092,10 @@ THE SOFTWARE.
|
|
|
3056
3092
|
|
|
3057
3093
|
### Rust Crates:
|
|
3058
3094
|
|
|
3059
|
-
- [
|
|
3060
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3061
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3095
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3062
3096
|
|
|
3063
3097
|
````text
|
|
3064
|
-
Copyright (c)
|
|
3098
|
+
Copyright (c) 2018 Carl Lerche
|
|
3065
3099
|
|
|
3066
3100
|
Permission is hereby granted, free of charge, to any
|
|
3067
3101
|
person obtaining a copy of this software and associated
|
|
@@ -3095,14 +3129,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3095
3129
|
|
|
3096
3130
|
### Rust Crates:
|
|
3097
3131
|
|
|
3098
|
-
- [
|
|
3099
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3100
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3132
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3101
3133
|
|
|
3102
3134
|
````text
|
|
3103
3135
|
MIT License
|
|
3104
3136
|
|
|
3105
|
-
Copyright (c)
|
|
3137
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3106
3138
|
|
|
3107
3139
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3108
3140
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3130,12 +3162,9 @@ SOFTWARE.
|
|
|
3130
3162
|
|
|
3131
3163
|
### Rust Crates:
|
|
3132
3164
|
|
|
3133
|
-
- [
|
|
3165
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
3134
3166
|
|
|
3135
3167
|
````text
|
|
3136
|
-
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3137
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3138
|
-
|
|
3139
3168
|
Permission is hereby granted, free of charge, to any
|
|
3140
3169
|
person obtaining a copy of this software and associated
|
|
3141
3170
|
documentation files (the "Software"), to deal in the
|
|
@@ -3159,7 +3188,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3159
3188
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3160
3189
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3161
3190
|
DEALINGS IN THE SOFTWARE.
|
|
3162
|
-
|
|
3163
3191
|
````
|
|
3164
3192
|
|
|
3165
3193
|
---
|
|
@@ -3168,10 +3196,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3168
3196
|
|
|
3169
3197
|
### Rust Crates:
|
|
3170
3198
|
|
|
3171
|
-
- [
|
|
3199
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3172
3200
|
|
|
3173
3201
|
````text
|
|
3174
|
-
Copyright (c)
|
|
3202
|
+
Copyright (c) 2015 Steven Allen
|
|
3175
3203
|
|
|
3176
3204
|
Permission is hereby granted, free of charge, to any
|
|
3177
3205
|
person obtaining a copy of this software and associated
|
|
@@ -3205,59 +3233,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3205
3233
|
|
|
3206
3234
|
### Rust Crates:
|
|
3207
3235
|
|
|
3208
|
-
- [
|
|
3209
|
-
|
|
3210
|
-
````text
|
|
3211
|
-
The MIT License (MIT)
|
|
3212
|
-
|
|
3213
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3214
|
-
|
|
3215
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3216
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3217
|
-
in the Software without restriction, including without limitation the rights
|
|
3218
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3219
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3220
|
-
furnished to do so, subject to the following conditions:
|
|
3221
|
-
|
|
3222
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3223
|
-
copies or substantial portions of the Software.
|
|
3224
|
-
|
|
3225
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3226
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3227
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3228
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3229
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3230
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3231
|
-
SOFTWARE.
|
|
3232
|
-
````
|
|
3233
|
-
|
|
3234
|
-
---
|
|
3235
|
-
|
|
3236
|
-
## The following dependencies are licensed under the MIT License:
|
|
3237
|
-
|
|
3238
|
-
### Rust Crates:
|
|
3239
|
-
|
|
3240
|
-
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
3236
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3241
3237
|
|
|
3242
3238
|
````text
|
|
3243
|
-
Copyright 2018
|
|
3239
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3244
3240
|
|
|
3245
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3246
|
-
this software and associated documentation files (the "Software"), to deal
|
|
3247
|
-
the Software without restriction, including without limitation the rights
|
|
3248
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3249
|
-
the Software, and to permit persons to whom the Software is
|
|
3250
|
-
subject to the following conditions:
|
|
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:
|
|
3251
3247
|
|
|
3252
|
-
The above copyright notice and this permission notice shall be included in
|
|
3253
|
-
copies or substantial portions of the Software.
|
|
3248
|
+
The above copyright notice and this permission notice shall be included in
|
|
3249
|
+
all copies or substantial portions of the Software.
|
|
3254
3250
|
|
|
3255
3251
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3256
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3257
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3258
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3259
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3260
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
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.
|
|
3258
|
+
|
|
3261
3259
|
|
|
3262
3260
|
````
|
|
3263
3261
|
|
|
@@ -3265,14 +3263,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3265
3263
|
|
|
3266
3264
|
## The following dependencies are licensed under the MIT License:
|
|
3267
3265
|
|
|
3268
|
-
###
|
|
3266
|
+
### NPM Packages:
|
|
3269
3267
|
|
|
3270
|
-
- [
|
|
3268
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3271
3269
|
|
|
3272
3270
|
````text
|
|
3273
|
-
MIT License
|
|
3271
|
+
The MIT License (MIT)
|
|
3274
3272
|
|
|
3275
|
-
Copyright (c)
|
|
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
|
|
@@ -3292,6 +3290,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3292
3290
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3293
3291
|
SOFTWARE.
|
|
3294
3292
|
|
|
3293
|
+
|
|
3295
3294
|
````
|
|
3296
3295
|
|
|
3297
3296
|
---
|
|
@@ -3300,10 +3299,10 @@ SOFTWARE.
|
|
|
3300
3299
|
|
|
3301
3300
|
### Rust Crates:
|
|
3302
3301
|
|
|
3303
|
-
- [
|
|
3302
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3304
3303
|
|
|
3305
3304
|
````text
|
|
3306
|
-
Copyright (c)
|
|
3305
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3307
3306
|
|
|
3308
3307
|
Permission is hereby granted, free of charge, to any
|
|
3309
3308
|
person obtaining a copy of this software and associated
|
|
@@ -3337,14 +3336,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3337
3336
|
|
|
3338
3337
|
### Rust Crates:
|
|
3339
3338
|
|
|
3340
|
-
- [
|
|
3339
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3341
3340
|
|
|
3342
3341
|
````text
|
|
3343
|
-
|
|
3342
|
+
Copyright (c) 2017 Sean McArthur
|
|
3344
3343
|
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
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)
|
|
3374
|
+
|
|
3375
|
+
````text
|
|
3376
|
+
MIT License
|
|
3377
|
+
|
|
3378
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3348
3379
|
|
|
3349
3380
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3350
3381
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3372,10 +3403,52 @@ SOFTWARE.
|
|
|
3372
3403
|
|
|
3373
3404
|
### Rust Crates:
|
|
3374
3405
|
|
|
3375
|
-
- [
|
|
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)
|
|
3410
|
+
|
|
3411
|
+
````text
|
|
3412
|
+
The MIT License (MIT)
|
|
3413
|
+
|
|
3414
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3415
|
+
|
|
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:
|
|
3422
|
+
|
|
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.
|
|
3433
|
+
|
|
3434
|
+
````
|
|
3435
|
+
|
|
3436
|
+
---
|
|
3437
|
+
|
|
3438
|
+
## The following dependencies are licensed under the MIT License:
|
|
3439
|
+
|
|
3440
|
+
### Rust Crates:
|
|
3441
|
+
|
|
3442
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3376
3443
|
|
|
3377
3444
|
````text
|
|
3378
|
-
|
|
3445
|
+
MIT License
|
|
3446
|
+
|
|
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
|
|
3451
|
+
|
|
3379
3452
|
|
|
3380
3453
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3381
3454
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3403,10 +3476,12 @@ SOFTWARE.
|
|
|
3403
3476
|
|
|
3404
3477
|
### Rust Crates:
|
|
3405
3478
|
|
|
3406
|
-
- [
|
|
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)
|
|
3407
3482
|
|
|
3408
3483
|
````text
|
|
3409
|
-
Copyright (c)
|
|
3484
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3410
3485
|
|
|
3411
3486
|
Permission is hereby granted, free of charge, to any
|
|
3412
3487
|
person obtaining a copy of this software and associated
|
|
@@ -3440,16 +3515,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3440
3515
|
|
|
3441
3516
|
### Rust Crates:
|
|
3442
3517
|
|
|
3443
|
-
- [
|
|
3518
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3444
3519
|
|
|
3445
3520
|
````text
|
|
3446
|
-
Copyright
|
|
3521
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3447
3522
|
|
|
3448
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3523
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3524
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3525
|
+
in the Software without restriction, including without limitation the rights
|
|
3526
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3527
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3528
|
+
furnished to do so, subject to the following conditions:
|
|
3449
3529
|
|
|
3450
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3530
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3531
|
+
copies or substantial portions of the Software.
|
|
3451
3532
|
|
|
3452
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3533
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3534
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3535
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3536
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3537
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3538
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3539
|
+
SOFTWARE.
|
|
3453
3540
|
|
|
3454
3541
|
````
|
|
3455
3542
|
|
|
@@ -3459,16 +3546,36 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3459
3546
|
|
|
3460
3547
|
### Rust Crates:
|
|
3461
3548
|
|
|
3462
|
-
- [
|
|
3549
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3463
3550
|
|
|
3464
3551
|
````text
|
|
3465
|
-
Copyright
|
|
3552
|
+
Copyright (c) 2017 Carl Lerche
|
|
3553
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3554
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3466
3555
|
|
|
3467
|
-
Permission is hereby granted, free of charge, to any
|
|
3556
|
+
Permission is hereby granted, free of charge, to any
|
|
3557
|
+
person obtaining a copy of this software and associated
|
|
3558
|
+
documentation files (the "Software"), to deal in the
|
|
3559
|
+
Software without restriction, including without
|
|
3560
|
+
limitation the rights to use, copy, modify, merge,
|
|
3561
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3562
|
+
the Software, and to permit persons to whom the Software
|
|
3563
|
+
is furnished to do so, subject to the following
|
|
3564
|
+
conditions:
|
|
3468
3565
|
|
|
3469
|
-
The above copyright notice and this permission notice
|
|
3566
|
+
The above copyright notice and this permission notice
|
|
3567
|
+
shall be included in all copies or substantial portions
|
|
3568
|
+
of the Software.
|
|
3470
3569
|
|
|
3471
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3570
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3571
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3572
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3573
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3574
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3575
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3576
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3577
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3578
|
+
DEALINGS IN THE SOFTWARE.
|
|
3472
3579
|
|
|
3473
3580
|
````
|
|
3474
3581
|
|
|
@@ -3478,13 +3585,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3478
3585
|
|
|
3479
3586
|
### Rust Crates:
|
|
3480
3587
|
|
|
3481
|
-
- [
|
|
3482
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3483
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3484
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3588
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3485
3589
|
|
|
3486
3590
|
````text
|
|
3487
|
-
Copyright (c) 2016
|
|
3591
|
+
Copyright (c) 2016--2023
|
|
3488
3592
|
|
|
3489
3593
|
Permission is hereby granted, free of charge, to any
|
|
3490
3594
|
person obtaining a copy of this software and associated
|
|
@@ -3518,12 +3622,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3518
3622
|
|
|
3519
3623
|
### Rust Crates:
|
|
3520
3624
|
|
|
3521
|
-
- [
|
|
3625
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3522
3626
|
|
|
3523
3627
|
````text
|
|
3524
|
-
The
|
|
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
|
|
3525
3635
|
|
|
3526
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
3527
3636
|
|
|
3528
3637
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3529
3638
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3543,47 +3652,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3543
3652
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3544
3653
|
SOFTWARE.
|
|
3545
3654
|
|
|
3546
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3547
|
-
licences; see files named LICENSE.*.txt for details.
|
|
3548
|
-
````
|
|
3549
|
-
|
|
3550
|
-
---
|
|
3551
|
-
|
|
3552
|
-
## The following dependencies are licensed under the MIT License:
|
|
3553
|
-
|
|
3554
|
-
### Rust Crates:
|
|
3555
|
-
|
|
3556
|
-
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3557
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3558
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3559
|
-
|
|
3560
|
-
````text
|
|
3561
|
-
Copyright (c) 2019 Tower Contributors
|
|
3562
|
-
|
|
3563
|
-
Permission is hereby granted, free of charge, to any
|
|
3564
|
-
person obtaining a copy of this software and associated
|
|
3565
|
-
documentation files (the "Software"), to deal in the
|
|
3566
|
-
Software without restriction, including without
|
|
3567
|
-
limitation the rights to use, copy, modify, merge,
|
|
3568
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3569
|
-
the Software, and to permit persons to whom the Software
|
|
3570
|
-
is furnished to do so, subject to the following
|
|
3571
|
-
conditions:
|
|
3572
|
-
|
|
3573
|
-
The above copyright notice and this permission notice
|
|
3574
|
-
shall be included in all copies or substantial portions
|
|
3575
|
-
of the Software.
|
|
3576
|
-
|
|
3577
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3578
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3579
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3580
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3581
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3582
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3583
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3584
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3585
|
-
DEALINGS IN THE SOFTWARE.
|
|
3586
|
-
|
|
3587
3655
|
````
|
|
3588
3656
|
|
|
3589
3657
|
---
|
|
@@ -3592,10 +3660,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3592
3660
|
|
|
3593
3661
|
### Rust Crates:
|
|
3594
3662
|
|
|
3595
|
-
- [
|
|
3663
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3596
3664
|
|
|
3597
3665
|
````text
|
|
3598
|
-
Copyright
|
|
3666
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3599
3667
|
|
|
3600
3668
|
Permission is hereby granted, free of charge, to any
|
|
3601
3669
|
person obtaining a copy of this software and associated
|
|
@@ -3665,145 +3733,21 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3665
3733
|
|
|
3666
3734
|
## The following dependencies are licensed under the MIT License:
|
|
3667
3735
|
|
|
3668
|
-
###
|
|
3669
|
-
|
|
3670
|
-
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3671
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3672
|
-
|
|
3673
|
-
````text
|
|
3674
|
-
MIT License
|
|
3675
|
-
|
|
3676
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
3677
|
-
|
|
3678
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3679
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3680
|
-
in the Software without restriction, including without limitation the rights
|
|
3681
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3682
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3683
|
-
furnished to do so, subject to the following conditions:
|
|
3684
|
-
|
|
3685
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3686
|
-
copies or substantial portions of the Software.
|
|
3687
|
-
|
|
3688
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3689
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3690
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3691
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3692
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3693
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3694
|
-
SOFTWARE.
|
|
3695
|
-
|
|
3696
|
-
````
|
|
3697
|
-
|
|
3698
|
-
---
|
|
3699
|
-
|
|
3700
|
-
## The following dependencies are licensed under the MIT License:
|
|
3701
|
-
|
|
3702
|
-
### NPM Packages:
|
|
3736
|
+
### Rust Crates:
|
|
3703
3737
|
|
|
3704
|
-
- [
|
|
3738
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3739
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3705
3740
|
|
|
3706
3741
|
````text
|
|
3707
3742
|
The MIT License (MIT)
|
|
3708
3743
|
|
|
3709
|
-
Copyright
|
|
3710
|
-
|
|
3711
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3712
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3713
|
-
in the Software without restriction, including without limitation the rights
|
|
3714
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3715
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3716
|
-
furnished to do so, subject to the following conditions:
|
|
3717
|
-
|
|
3718
|
-
The above copyright notice and this permission notice shall be included in
|
|
3719
|
-
all copies or substantial portions of the Software.
|
|
3720
|
-
|
|
3721
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3722
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3723
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3724
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3725
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3726
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3727
|
-
THE SOFTWARE.
|
|
3728
|
-
|
|
3729
|
-
````
|
|
3730
|
-
|
|
3731
|
-
---
|
|
3732
|
-
|
|
3733
|
-
## The following dependencies are licensed under the MIT License:
|
|
3734
|
-
|
|
3735
|
-
### NPM Packages:
|
|
3736
|
-
|
|
3737
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3738
|
-
|
|
3739
|
-
````text
|
|
3740
|
-
MIT License
|
|
3741
|
-
|
|
3742
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
3743
|
-
|
|
3744
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
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:
|
|
3750
|
-
|
|
3751
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3752
|
-
copies or substantial portions of the Software.
|
|
3753
|
-
|
|
3754
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3755
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
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 THE
|
|
3760
|
-
SOFTWARE.
|
|
3761
|
-
|
|
3762
|
-
````
|
|
3763
|
-
|
|
3764
|
-
---
|
|
3765
|
-
|
|
3766
|
-
## The following dependencies are licensed under the MIT License:
|
|
3767
|
-
|
|
3768
|
-
### Rust Crates:
|
|
3769
|
-
|
|
3770
|
-
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3771
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3772
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3773
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3774
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3775
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3776
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3777
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3778
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3779
|
-
|
|
3780
|
-
````text
|
|
3781
|
-
Copyright (c) 2016 Alex Crichton
|
|
3782
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3744
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3783
3745
|
|
|
3784
|
-
Permission is hereby granted, free of charge, to any
|
|
3785
|
-
person obtaining a copy of this software and associated
|
|
3786
|
-
documentation files (the "Software"), to deal in the
|
|
3787
|
-
Software without restriction, including without
|
|
3788
|
-
limitation the rights to use, copy, modify, merge,
|
|
3789
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3790
|
-
the Software, and to permit persons to whom the Software
|
|
3791
|
-
is furnished to do so, subject to the following
|
|
3792
|
-
conditions:
|
|
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:
|
|
3793
3747
|
|
|
3794
|
-
The above copyright notice and this permission notice
|
|
3795
|
-
shall be included in all copies or substantial portions
|
|
3796
|
-
of the Software.
|
|
3748
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3797
3749
|
|
|
3798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3799
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3800
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3801
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3802
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3803
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3804
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3805
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3806
|
-
DEALINGS IN THE SOFTWARE.
|
|
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.
|
|
3807
3751
|
|
|
3808
3752
|
````
|
|
3809
3753
|
|
|
@@ -3813,12 +3757,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3813
3757
|
|
|
3814
3758
|
### Rust Crates:
|
|
3815
3759
|
|
|
3816
|
-
- [
|
|
3760
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3817
3761
|
|
|
3818
3762
|
````text
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
Copyright (c) 2025 rutrum
|
|
3763
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3764
|
+
Copyright (c) 2016 Jason Housley
|
|
3822
3765
|
|
|
3823
3766
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3824
3767
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3827,35 +3770,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3827
3770
|
copies of the Software, and to permit persons to whom the Software is
|
|
3828
3771
|
furnished to do so, subject to the following conditions:
|
|
3829
3772
|
|
|
3830
|
-
The above copyright notice and this permission notice shall be included in
|
|
3831
|
-
copies or substantial portions of the Software.
|
|
3773
|
+
The above copyright notice and this permission notice shall be included in
|
|
3774
|
+
all copies or substantial portions of the Software.
|
|
3832
3775
|
|
|
3833
3776
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3834
3777
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3835
3778
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3836
3779
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3837
3780
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3838
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3839
|
-
SOFTWARE.
|
|
3840
|
-
````
|
|
3841
|
-
|
|
3842
|
-
---
|
|
3843
|
-
|
|
3844
|
-
## The following dependencies are licensed under the MIT License:
|
|
3845
|
-
|
|
3846
|
-
### Rust Crates:
|
|
3847
|
-
|
|
3848
|
-
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3849
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3850
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3851
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3852
|
-
|
|
3853
|
-
````text
|
|
3854
|
-
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:
|
|
3855
|
-
|
|
3856
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3781
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3782
|
+
THE SOFTWARE.
|
|
3857
3783
|
|
|
3858
|
-
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.
|
|
3859
3784
|
````
|
|
3860
3785
|
|
|
3861
3786
|
---
|
|
@@ -3864,10 +3789,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3864
3789
|
|
|
3865
3790
|
### Rust Crates:
|
|
3866
3791
|
|
|
3867
|
-
- [
|
|
3792
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3868
3793
|
|
|
3869
3794
|
````text
|
|
3870
|
-
Copyright (c)
|
|
3795
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3871
3796
|
|
|
3872
3797
|
Permission is hereby granted, free of charge, to any
|
|
3873
3798
|
person obtaining a copy of this software and associated
|
|
@@ -3901,10 +3826,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3901
3826
|
|
|
3902
3827
|
### Rust Crates:
|
|
3903
3828
|
|
|
3904
|
-
- [
|
|
3829
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3905
3830
|
|
|
3906
3831
|
````text
|
|
3907
|
-
Copyright
|
|
3832
|
+
Copyright Mozilla Foundation
|
|
3908
3833
|
|
|
3909
3834
|
Permission is hereby granted, free of charge, to any
|
|
3910
3835
|
person obtaining a copy of this software and associated
|
|
@@ -3938,10 +3863,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3938
3863
|
|
|
3939
3864
|
### Rust Crates:
|
|
3940
3865
|
|
|
3941
|
-
- [
|
|
3866
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3942
3867
|
|
|
3943
3868
|
````text
|
|
3944
|
-
Copyright (c)
|
|
3869
|
+
Copyright (c) 2015 Igor Shaula
|
|
3945
3870
|
|
|
3946
3871
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3947
3872
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3969,10 +3894,10 @@ THE SOFTWARE.
|
|
|
3969
3894
|
|
|
3970
3895
|
### Rust Crates:
|
|
3971
3896
|
|
|
3972
|
-
- [
|
|
3897
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3973
3898
|
|
|
3974
3899
|
````text
|
|
3975
|
-
Copyright (c)
|
|
3900
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3976
3901
|
|
|
3977
3902
|
Permission is hereby granted, free of charge, to any
|
|
3978
3903
|
person obtaining a copy of this software and associated
|
|
@@ -4006,10 +3931,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4006
3931
|
|
|
4007
3932
|
### Rust Crates:
|
|
4008
3933
|
|
|
4009
|
-
- [
|
|
3934
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
4010
3935
|
|
|
4011
3936
|
````text
|
|
4012
|
-
Copyright (c)
|
|
3937
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
4013
3938
|
|
|
4014
3939
|
Permission is hereby granted, free of charge, to any
|
|
4015
3940
|
person obtaining a copy of this software and associated
|
|
@@ -4043,13 +3968,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4043
3968
|
|
|
4044
3969
|
### Rust Crates:
|
|
4045
3970
|
|
|
4046
|
-
- [
|
|
4047
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3971
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
4048
3972
|
|
|
4049
3973
|
````text
|
|
4050
|
-
Copyright (c)
|
|
4051
|
-
|
|
4052
|
-
|
|
3974
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3975
|
+
|
|
3976
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3977
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3978
|
+
in the Software without restriction, including without limitation the rights
|
|
3979
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3980
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3981
|
+
furnished to do so, subject to the following conditions:
|
|
3982
|
+
|
|
3983
|
+
The above copyright notice and this permission notice shall be included in
|
|
3984
|
+
all copies or substantial portions of the Software.
|
|
3985
|
+
|
|
3986
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3987
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3988
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3989
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3990
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3991
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3992
|
+
THE SOFTWARE.
|
|
3993
|
+
|
|
3994
|
+
|
|
3995
|
+
````
|
|
3996
|
+
|
|
3997
|
+
---
|
|
3998
|
+
|
|
3999
|
+
## The following dependencies are licensed under the MIT License:
|
|
4000
|
+
|
|
4001
|
+
### Rust Crates:
|
|
4002
|
+
|
|
4003
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
4004
|
+
|
|
4005
|
+
````text
|
|
4006
|
+
Copyright (c) 2017 Contributors
|
|
4053
4007
|
|
|
4054
4008
|
Permission is hereby granted, free of charge, to any
|
|
4055
4009
|
person obtaining a copy of this software and associated
|
|
@@ -4081,12 +4035,80 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4081
4035
|
|
|
4082
4036
|
## The following dependencies are licensed under the MIT License:
|
|
4083
4037
|
|
|
4038
|
+
### NPM Packages:
|
|
4039
|
+
|
|
4040
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
4041
|
+
|
|
4042
|
+
````text
|
|
4043
|
+
MIT License
|
|
4044
|
+
|
|
4045
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
4046
|
+
|
|
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
|
+
|
|
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.
|
|
4064
|
+
|
|
4065
|
+
````
|
|
4066
|
+
|
|
4067
|
+
---
|
|
4068
|
+
|
|
4069
|
+
## The following dependencies are licensed under the MIT License:
|
|
4070
|
+
|
|
4084
4071
|
### Rust Crates:
|
|
4085
4072
|
|
|
4086
|
-
- [
|
|
4073
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
4087
4074
|
|
|
4088
4075
|
````text
|
|
4089
|
-
|
|
4076
|
+
The MIT License (MIT)
|
|
4077
|
+
|
|
4078
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
4079
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
4080
|
+
|
|
4081
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4082
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4083
|
+
in the Software without restriction, including without limitation the rights
|
|
4084
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4085
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4086
|
+
furnished to do so, subject to the following conditions:
|
|
4087
|
+
|
|
4088
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4089
|
+
copies or substantial portions of the Software.
|
|
4090
|
+
|
|
4091
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4092
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4093
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4094
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4095
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4096
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4097
|
+
SOFTWARE.
|
|
4098
|
+
|
|
4099
|
+
````
|
|
4100
|
+
|
|
4101
|
+
---
|
|
4102
|
+
|
|
4103
|
+
## The following dependencies are licensed under the MIT License:
|
|
4104
|
+
|
|
4105
|
+
### Rust Crates:
|
|
4106
|
+
|
|
4107
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
4108
|
+
|
|
4109
|
+
````text
|
|
4110
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
4111
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4090
4112
|
|
|
4091
4113
|
Permission is hereby granted, free of charge, to any
|
|
4092
4114
|
person obtaining a copy of this software and associated
|
|
@@ -4116,28 +4138,6 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4116
4138
|
|
|
4117
4139
|
---
|
|
4118
4140
|
|
|
4119
|
-
## The following dependencies are licensed under the MIT License:
|
|
4120
|
-
|
|
4121
|
-
### Rust Crates:
|
|
4122
|
-
|
|
4123
|
-
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
4124
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
4125
|
-
|
|
4126
|
-
````text
|
|
4127
|
-
The MIT License (MIT)
|
|
4128
|
-
|
|
4129
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
4130
|
-
|
|
4131
|
-
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:
|
|
4132
|
-
|
|
4133
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4134
|
-
|
|
4135
|
-
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.
|
|
4136
|
-
|
|
4137
|
-
````
|
|
4138
|
-
|
|
4139
|
-
---
|
|
4140
|
-
|
|
4141
4141
|
## The following dependencies are licensed under the MPL-2.0 License:
|
|
4142
4142
|
|
|
4143
4143
|
### Rust Crates:
|
|
@@ -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
|
|