@deveco-codegenie/mcp-bridge-win32-x64 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1242 -1242
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
|
|
23
23
|
### Rust Crates:
|
|
24
24
|
|
|
25
|
-
- [
|
|
25
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
26
26
|
|
|
27
27
|
````text
|
|
28
28
|
BSD Zero Clause License
|
|
29
29
|
|
|
30
|
-
Copyright (c)
|
|
30
|
+
Copyright (c) 2023 kotauskas
|
|
31
31
|
|
|
32
32
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
33
|
purpose with or without fee is hereby granted.
|
|
@@ -39,7 +39,6 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
39
39
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
40
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
41
|
PERFORMANCE OF THIS SOFTWARE.
|
|
42
|
-
|
|
43
42
|
````
|
|
44
43
|
|
|
45
44
|
---
|
|
@@ -48,23 +47,22 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
48
47
|
|
|
49
48
|
### Rust Crates:
|
|
50
49
|
|
|
51
|
-
- [
|
|
50
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
52
51
|
|
|
53
52
|
````text
|
|
54
|
-
|
|
53
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
55
54
|
|
|
56
|
-
|
|
55
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
56
|
+
any purpose with or without fee is hereby granted.
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
59
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
60
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
61
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
62
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
63
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
64
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
60
65
|
|
|
61
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
62
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
63
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
64
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
65
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
66
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
67
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
68
66
|
````
|
|
69
67
|
|
|
70
68
|
---
|
|
@@ -73,12 +71,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
73
71
|
|
|
74
72
|
### Rust Crates:
|
|
75
73
|
|
|
76
|
-
- [
|
|
74
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
77
75
|
|
|
78
76
|
````text
|
|
79
77
|
BSD Zero Clause License
|
|
80
78
|
|
|
81
|
-
Copyright (c)
|
|
79
|
+
Copyright (c) 2024 kotauskas
|
|
82
80
|
|
|
83
81
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
84
82
|
purpose with or without fee is hereby granted.
|
|
@@ -99,21 +97,23 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
99
97
|
|
|
100
98
|
### Rust Crates:
|
|
101
99
|
|
|
102
|
-
- [
|
|
100
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
103
101
|
|
|
104
102
|
````text
|
|
105
|
-
|
|
103
|
+
BSD Zero Clause License
|
|
106
104
|
|
|
107
|
-
|
|
108
|
-
any purpose with or without fee is hereby granted.
|
|
105
|
+
Copyright (c) 2025 Goat
|
|
109
106
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
107
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
108
|
+
purpose with or without fee is hereby granted.
|
|
109
|
+
|
|
110
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
111
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
112
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
113
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
114
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
115
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
116
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
117
117
|
|
|
118
118
|
````
|
|
119
119
|
|
|
@@ -703,10 +703,10 @@ THIS SOFTWARE.
|
|
|
703
703
|
|
|
704
704
|
### Rust Crates:
|
|
705
705
|
|
|
706
|
-
- [
|
|
706
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
707
707
|
|
|
708
708
|
````text
|
|
709
|
-
Copyright (c)
|
|
709
|
+
Copyright (c) 2018 Carl Lerche
|
|
710
710
|
|
|
711
711
|
Permission is hereby granted, free of charge, to any
|
|
712
712
|
person obtaining a copy of this software and associated
|
|
@@ -738,14 +738,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
738
738
|
|
|
739
739
|
## The following dependencies are licensed under the MIT License:
|
|
740
740
|
|
|
741
|
-
###
|
|
741
|
+
### Rust Crates:
|
|
742
742
|
|
|
743
|
-
- [
|
|
743
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
744
744
|
|
|
745
745
|
````text
|
|
746
|
-
|
|
746
|
+
Copyright (c) 2017 Robert Grosse
|
|
747
747
|
|
|
748
|
-
|
|
748
|
+
Permission is hereby granted, free of charge, to any
|
|
749
|
+
person obtaining a copy of this software and associated
|
|
750
|
+
documentation files (the "Software"), to deal in the
|
|
751
|
+
Software without restriction, including without
|
|
752
|
+
limitation the rights to use, copy, modify, merge,
|
|
753
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
754
|
+
the Software, and to permit persons to whom the Software
|
|
755
|
+
is furnished to do so, subject to the following
|
|
756
|
+
conditions:
|
|
757
|
+
|
|
758
|
+
The above copyright notice and this permission notice
|
|
759
|
+
shall be included in all copies or substantial portions
|
|
760
|
+
of the Software.
|
|
761
|
+
|
|
762
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
763
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
764
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
765
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
766
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
767
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
768
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
769
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
770
|
+
DEALINGS IN THE SOFTWARE.
|
|
771
|
+
````
|
|
772
|
+
|
|
773
|
+
---
|
|
774
|
+
|
|
775
|
+
## The following dependencies are licensed under the MIT License:
|
|
776
|
+
|
|
777
|
+
### Rust Crates:
|
|
778
|
+
|
|
779
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
780
|
+
|
|
781
|
+
````text
|
|
782
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
783
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
749
784
|
|
|
750
785
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
751
786
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -765,7 +800,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
765
800
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
766
801
|
SOFTWARE.
|
|
767
802
|
|
|
768
|
-
|
|
769
803
|
````
|
|
770
804
|
|
|
771
805
|
---
|
|
@@ -774,35 +808,32 @@ SOFTWARE.
|
|
|
774
808
|
|
|
775
809
|
### Rust Crates:
|
|
776
810
|
|
|
777
|
-
- [
|
|
811
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
812
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
813
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
778
814
|
|
|
779
815
|
````text
|
|
780
|
-
|
|
781
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
816
|
+
MIT License
|
|
782
817
|
|
|
783
|
-
|
|
784
|
-
person obtaining a copy of this software and associated
|
|
785
|
-
documentation files (the "Software"), to deal in the
|
|
786
|
-
Software without restriction, including without
|
|
787
|
-
limitation the rights to use, copy, modify, merge,
|
|
788
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
789
|
-
the Software, and to permit persons to whom the Software
|
|
790
|
-
is furnished to do so, subject to the following
|
|
791
|
-
conditions:
|
|
818
|
+
Copyright (c) 2017 Ted Driggs
|
|
792
819
|
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
820
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
821
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
822
|
+
in the Software without restriction, including without limitation the rights
|
|
823
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
824
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
825
|
+
furnished to do so, subject to the following conditions:
|
|
796
826
|
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
IN
|
|
805
|
-
|
|
827
|
+
The above copyright notice and this permission notice shall be included in all
|
|
828
|
+
copies or substantial portions of the Software.
|
|
829
|
+
|
|
830
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
831
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
832
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
833
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
834
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
835
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
836
|
+
SOFTWARE.
|
|
806
837
|
|
|
807
838
|
````
|
|
808
839
|
|
|
@@ -812,11 +843,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
812
843
|
|
|
813
844
|
### Rust Crates:
|
|
814
845
|
|
|
815
|
-
- [
|
|
846
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
847
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
848
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
816
849
|
|
|
817
850
|
````text
|
|
818
|
-
Copyright (c)
|
|
819
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
851
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
820
852
|
|
|
821
853
|
Permission is hereby granted, free of charge, to any
|
|
822
854
|
person obtaining a copy of this software and associated
|
|
@@ -850,11 +882,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
850
882
|
|
|
851
883
|
### Rust Crates:
|
|
852
884
|
|
|
853
|
-
- [
|
|
885
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
886
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
887
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
888
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
889
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
890
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
891
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
892
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
893
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
894
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
895
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
896
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
897
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
898
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
899
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
900
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
901
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
902
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
903
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
904
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
905
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
906
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
907
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
908
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
909
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
910
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
911
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
912
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
913
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
914
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
854
915
|
|
|
855
916
|
````text
|
|
856
|
-
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
857
|
-
|
|
858
917
|
Permission is hereby granted, free of charge, to any
|
|
859
918
|
person obtaining a copy of this software and associated
|
|
860
919
|
documentation files (the "Software"), to deal in the
|
|
@@ -887,11 +946,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
887
946
|
|
|
888
947
|
### Rust Crates:
|
|
889
948
|
|
|
890
|
-
- [
|
|
891
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
949
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
892
950
|
|
|
893
951
|
````text
|
|
894
|
-
Copyright (c)
|
|
952
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
895
953
|
|
|
896
954
|
Permission is hereby granted, free of charge, to any
|
|
897
955
|
person obtaining a copy of this software and associated
|
|
@@ -925,29 +983,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
925
983
|
|
|
926
984
|
### Rust Crates:
|
|
927
985
|
|
|
928
|
-
- [
|
|
986
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
987
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
988
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
989
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
990
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
991
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
992
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
993
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
994
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
995
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
996
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
997
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
998
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
999
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1000
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1001
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1002
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1003
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1004
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1005
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1006
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1007
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1008
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1009
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1010
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
929
1011
|
|
|
930
1012
|
````text
|
|
931
|
-
|
|
932
|
-
Copyright (c) 2016 Jason Housley
|
|
1013
|
+
MIT License
|
|
933
1014
|
|
|
934
|
-
|
|
935
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
936
|
-
in the Software without restriction, including without limitation the rights
|
|
937
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
938
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
939
|
-
furnished to do so, subject to the following conditions:
|
|
1015
|
+
Copyright (c) <year> <copyright holders>
|
|
940
1016
|
|
|
941
|
-
|
|
942
|
-
|
|
1017
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1018
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1019
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1020
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1021
|
+
following conditions:
|
|
943
1022
|
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
THE SOFTWARE
|
|
1023
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1024
|
+
portions of the Software.
|
|
1025
|
+
|
|
1026
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1027
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1028
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1029
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1030
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
951
1031
|
|
|
952
1032
|
````
|
|
953
1033
|
|
|
@@ -957,10 +1037,48 @@ THE SOFTWARE.
|
|
|
957
1037
|
|
|
958
1038
|
### Rust Crates:
|
|
959
1039
|
|
|
960
|
-
- [
|
|
1040
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
961
1041
|
|
|
962
1042
|
````text
|
|
963
|
-
Copyright (c)
|
|
1043
|
+
Copyright (c) 2016 The humantime Developers
|
|
1044
|
+
|
|
1045
|
+
Includes parts of http date with the following copyright:
|
|
1046
|
+
Copyright (c) 2016 Pyfisch
|
|
1047
|
+
|
|
1048
|
+
Includes portions of musl libc with the following copyright:
|
|
1049
|
+
Copyright © 2005-2013 Rich Felker
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1053
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1054
|
+
in the Software without restriction, including without limitation the rights
|
|
1055
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1056
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1057
|
+
furnished to do so, subject to the following conditions:
|
|
1058
|
+
|
|
1059
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1060
|
+
copies or substantial portions of the Software.
|
|
1061
|
+
|
|
1062
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1063
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1064
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1065
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1066
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1067
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1068
|
+
SOFTWARE.
|
|
1069
|
+
|
|
1070
|
+
````
|
|
1071
|
+
|
|
1072
|
+
---
|
|
1073
|
+
|
|
1074
|
+
## The following dependencies are licensed under the MIT License:
|
|
1075
|
+
|
|
1076
|
+
### Rust Crates:
|
|
1077
|
+
|
|
1078
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1079
|
+
|
|
1080
|
+
````text
|
|
1081
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
964
1082
|
|
|
965
1083
|
Permission is hereby granted, free of charge, to any
|
|
966
1084
|
person obtaining a copy of this software and associated
|
|
@@ -994,43 +1112,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
994
1112
|
|
|
995
1113
|
### Rust Crates:
|
|
996
1114
|
|
|
997
|
-
- [
|
|
998
|
-
|
|
999
|
-
````text
|
|
1000
|
-
The MIT License (MIT)
|
|
1001
|
-
|
|
1002
|
-
Copyright (c) 2015 Alice Maz
|
|
1003
|
-
|
|
1004
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1005
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1006
|
-
in the Software without restriction, including without limitation the rights
|
|
1007
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1008
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1009
|
-
furnished to do so, subject to the following conditions:
|
|
1010
|
-
|
|
1011
|
-
The above copyright notice and this permission notice shall be included in
|
|
1012
|
-
all copies or substantial portions of the Software.
|
|
1013
|
-
|
|
1014
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1015
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1016
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1017
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1018
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1019
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1020
|
-
THE SOFTWARE.
|
|
1021
|
-
|
|
1022
|
-
````
|
|
1023
|
-
|
|
1024
|
-
---
|
|
1025
|
-
|
|
1026
|
-
## The following dependencies are licensed under the MIT License:
|
|
1027
|
-
|
|
1028
|
-
### Rust Crates:
|
|
1029
|
-
|
|
1030
|
-
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1115
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
1031
1116
|
|
|
1032
1117
|
````text
|
|
1033
|
-
Copyright (c)
|
|
1118
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
1034
1119
|
|
|
1035
1120
|
Permission is hereby granted, free of charge, to any
|
|
1036
1121
|
person obtaining a copy of this software and associated
|
|
@@ -1064,11 +1149,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1064
1149
|
|
|
1065
1150
|
### Rust Crates:
|
|
1066
1151
|
|
|
1067
|
-
- [
|
|
1068
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1152
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1069
1153
|
|
|
1070
1154
|
````text
|
|
1071
|
-
Copyright (c)
|
|
1155
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1072
1156
|
|
|
1073
1157
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1074
1158
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1096,13 +1180,10 @@ SOFTWARE.
|
|
|
1096
1180
|
|
|
1097
1181
|
### Rust Crates:
|
|
1098
1182
|
|
|
1099
|
-
- [
|
|
1100
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1183
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1101
1184
|
|
|
1102
1185
|
````text
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
Copyright (c) 2019 Graham Esau
|
|
1186
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1106
1187
|
|
|
1107
1188
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1108
1189
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1111,16 +1192,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1111
1192
|
copies of the Software, and to permit persons to whom the Software is
|
|
1112
1193
|
furnished to do so, subject to the following conditions:
|
|
1113
1194
|
|
|
1114
|
-
The above copyright notice and this permission notice shall be included in
|
|
1115
|
-
copies or substantial portions of the Software.
|
|
1195
|
+
The above copyright notice and this permission notice shall be included in
|
|
1196
|
+
all copies or substantial portions of the Software.
|
|
1116
1197
|
|
|
1117
1198
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1118
1199
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1119
1200
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1120
1201
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1121
1202
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1122
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1123
|
-
SOFTWARE.
|
|
1203
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1204
|
+
THE SOFTWARE.
|
|
1205
|
+
|
|
1124
1206
|
|
|
1125
1207
|
````
|
|
1126
1208
|
|
|
@@ -1128,14 +1210,14 @@ SOFTWARE.
|
|
|
1128
1210
|
|
|
1129
1211
|
## The following dependencies are licensed under the MIT License:
|
|
1130
1212
|
|
|
1131
|
-
###
|
|
1213
|
+
### NPM Packages:
|
|
1132
1214
|
|
|
1133
|
-
- [
|
|
1215
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1134
1216
|
|
|
1135
1217
|
````text
|
|
1136
1218
|
The MIT License (MIT)
|
|
1137
1219
|
|
|
1138
|
-
Copyright (c)
|
|
1220
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1139
1221
|
|
|
1140
1222
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1141
1223
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1155,8 +1237,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1155
1237
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1156
1238
|
SOFTWARE.
|
|
1157
1239
|
|
|
1158
|
-
|
|
1159
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1240
|
+
|
|
1160
1241
|
````
|
|
1161
1242
|
|
|
1162
1243
|
---
|
|
@@ -1165,68 +1246,31 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1165
1246
|
|
|
1166
1247
|
### NPM Packages:
|
|
1167
1248
|
|
|
1168
|
-
- [
|
|
1169
|
-
- [
|
|
1249
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1250
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1170
1251
|
|
|
1171
1252
|
````text
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
Copyright (c) Microsoft Corporation.
|
|
1175
|
-
|
|
1176
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1177
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1178
|
-
in the Software without restriction, including without limitation the rights
|
|
1179
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1180
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1181
|
-
furnished to do so, subject to the following conditions:
|
|
1182
|
-
|
|
1183
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1184
|
-
copies or substantial portions of the Software.
|
|
1185
|
-
|
|
1186
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1187
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1188
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1189
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1190
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1191
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1192
|
-
SOFTWARE
|
|
1193
|
-
|
|
1194
|
-
````
|
|
1195
|
-
|
|
1196
|
-
---
|
|
1197
|
-
|
|
1198
|
-
## The following dependencies are licensed under the MIT License:
|
|
1199
|
-
|
|
1200
|
-
### Rust Crates:
|
|
1201
|
-
|
|
1202
|
-
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1253
|
+
MIT License
|
|
1203
1254
|
|
|
1204
|
-
|
|
1205
|
-
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1255
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1206
1256
|
|
|
1207
|
-
Permission is hereby granted, free of charge, to any
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
the Software, and to permit persons to whom the Software
|
|
1214
|
-
is furnished to do so, subject to the following
|
|
1215
|
-
conditions:
|
|
1257
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1258
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1259
|
+
in the Software without restriction, including without limitation the rights
|
|
1260
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1261
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1262
|
+
furnished to do so, subject to the following conditions:
|
|
1216
1263
|
|
|
1217
|
-
The above copyright notice and this permission notice
|
|
1218
|
-
|
|
1219
|
-
of the Software.
|
|
1264
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1265
|
+
copies or substantial portions of the Software.
|
|
1220
1266
|
|
|
1221
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1229
|
-
DEALINGS IN THE SOFTWARE.
|
|
1267
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1268
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1269
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1270
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1271
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1272
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1273
|
+
SOFTWARE.
|
|
1230
1274
|
|
|
1231
1275
|
````
|
|
1232
1276
|
|
|
@@ -1236,12 +1280,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1236
1280
|
|
|
1237
1281
|
### NPM Packages:
|
|
1238
1282
|
|
|
1239
|
-
- [
|
|
1283
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1240
1284
|
|
|
1241
1285
|
````text
|
|
1242
|
-
|
|
1286
|
+
MIT License
|
|
1243
1287
|
|
|
1244
|
-
Copyright (c)
|
|
1288
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1245
1289
|
|
|
1246
1290
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1247
1291
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1250,16 +1294,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1250
1294
|
copies of the Software, and to permit persons to whom the Software is
|
|
1251
1295
|
furnished to do so, subject to the following conditions:
|
|
1252
1296
|
|
|
1253
|
-
The above copyright notice and this permission notice shall be included in
|
|
1254
|
-
|
|
1297
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1298
|
+
copies or substantial portions of the Software.
|
|
1255
1299
|
|
|
1256
1300
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1257
1301
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1258
1302
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1259
1303
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1260
1304
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1261
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1262
|
-
|
|
1305
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1306
|
+
SOFTWARE.
|
|
1307
|
+
|
|
1308
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1263
1309
|
|
|
1264
1310
|
````
|
|
1265
1311
|
|
|
@@ -1267,14 +1313,13 @@ THE SOFTWARE.
|
|
|
1267
1313
|
|
|
1268
1314
|
## The following dependencies are licensed under the MIT License:
|
|
1269
1315
|
|
|
1270
|
-
###
|
|
1316
|
+
### Rust Crates:
|
|
1271
1317
|
|
|
1272
|
-
- [
|
|
1318
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1273
1319
|
|
|
1274
1320
|
````text
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
1321
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1322
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1278
1323
|
|
|
1279
1324
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1280
1325
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1283,16 +1328,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1283
1328
|
copies of the Software, and to permit persons to whom the Software is
|
|
1284
1329
|
furnished to do so, subject to the following conditions:
|
|
1285
1330
|
|
|
1286
|
-
The above copyright notice and this permission notice shall be included in
|
|
1287
|
-
copies or substantial portions of the Software.
|
|
1331
|
+
The above copyright notice and this permission notice shall be included in
|
|
1332
|
+
all copies or substantial portions of the Software.
|
|
1288
1333
|
|
|
1289
1334
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1290
1335
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1291
1336
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1292
1337
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1293
1338
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1294
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1295
|
-
SOFTWARE.
|
|
1339
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1340
|
+
THE SOFTWARE.
|
|
1296
1341
|
|
|
1297
1342
|
````
|
|
1298
1343
|
|
|
@@ -1302,14 +1347,13 @@ SOFTWARE.
|
|
|
1302
1347
|
|
|
1303
1348
|
### Rust Crates:
|
|
1304
1349
|
|
|
1305
|
-
- [
|
|
1306
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1307
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1350
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1308
1351
|
|
|
1309
1352
|
````text
|
|
1310
|
-
MIT License
|
|
1353
|
+
The MIT License (MIT)
|
|
1311
1354
|
|
|
1312
|
-
Copyright (c)
|
|
1355
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1356
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1313
1357
|
|
|
1314
1358
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1315
1359
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1337,10 +1381,13 @@ SOFTWARE.
|
|
|
1337
1381
|
|
|
1338
1382
|
### Rust Crates:
|
|
1339
1383
|
|
|
1340
|
-
- [
|
|
1384
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1385
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1341
1386
|
|
|
1342
1387
|
````text
|
|
1343
|
-
Copyright (c)
|
|
1388
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1389
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1390
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1344
1391
|
|
|
1345
1392
|
Permission is hereby granted, free of charge, to any
|
|
1346
1393
|
person obtaining a copy of this software and associated
|
|
@@ -1374,34 +1421,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1374
1421
|
|
|
1375
1422
|
### Rust Crates:
|
|
1376
1423
|
|
|
1377
|
-
- [
|
|
1424
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1378
1425
|
|
|
1379
1426
|
````text
|
|
1380
|
-
Copyright (c)
|
|
1427
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1428
|
+
Copyright (c) 2016 Jason Housley
|
|
1381
1429
|
|
|
1382
|
-
Permission is hereby granted, free of charge, to any
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
the Software, and to permit persons to whom the Software
|
|
1389
|
-
is furnished to do so, subject to the following
|
|
1390
|
-
conditions:
|
|
1430
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1431
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1432
|
+
in the Software without restriction, including without limitation the rights
|
|
1433
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1434
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1435
|
+
furnished to do so, subject to the following conditions:
|
|
1391
1436
|
|
|
1392
|
-
The above copyright notice and this permission notice
|
|
1393
|
-
|
|
1394
|
-
of the Software.
|
|
1437
|
+
The above copyright notice and this permission notice shall be included in
|
|
1438
|
+
all copies or substantial portions of the Software.
|
|
1395
1439
|
|
|
1396
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1404
|
-
DEALINGS IN THE SOFTWARE.
|
|
1440
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1441
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1442
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1443
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1444
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1445
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1446
|
+
THE SOFTWARE.
|
|
1405
1447
|
|
|
1406
1448
|
````
|
|
1407
1449
|
|
|
@@ -1409,14 +1451,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1409
1451
|
|
|
1410
1452
|
## The following dependencies are licensed under the MIT License:
|
|
1411
1453
|
|
|
1412
|
-
###
|
|
1454
|
+
### Rust Crates:
|
|
1413
1455
|
|
|
1414
|
-
- [
|
|
1456
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1415
1457
|
|
|
1416
1458
|
````text
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
1459
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1460
|
+
Copyright (c) 2016 Alex Crichton
|
|
1420
1461
|
|
|
1421
1462
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1422
1463
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1425,16 +1466,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1425
1466
|
copies of the Software, and to permit persons to whom the Software is
|
|
1426
1467
|
furnished to do so, subject to the following conditions:
|
|
1427
1468
|
|
|
1428
|
-
The above copyright notice and this permission notice shall be included in
|
|
1429
|
-
copies or substantial portions of the Software.
|
|
1469
|
+
The above copyright notice and this permission notice shall be included in
|
|
1470
|
+
all copies or substantial portions of the Software.
|
|
1430
1471
|
|
|
1431
1472
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1432
1473
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1433
1474
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1434
1475
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1435
1476
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1436
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1437
|
-
SOFTWARE.
|
|
1477
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1478
|
+
THE SOFTWARE.
|
|
1479
|
+
|
|
1438
1480
|
|
|
1439
1481
|
````
|
|
1440
1482
|
|
|
@@ -1444,10 +1486,11 @@ SOFTWARE.
|
|
|
1444
1486
|
|
|
1445
1487
|
### Rust Crates:
|
|
1446
1488
|
|
|
1447
|
-
- [
|
|
1489
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1448
1490
|
|
|
1449
1491
|
````text
|
|
1450
|
-
Copyright (c)
|
|
1492
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1493
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1451
1494
|
|
|
1452
1495
|
Permission is hereby granted, free of charge, to any
|
|
1453
1496
|
person obtaining a copy of this software and associated
|
|
@@ -1481,61 +1524,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1481
1524
|
|
|
1482
1525
|
### Rust Crates:
|
|
1483
1526
|
|
|
1484
|
-
- [
|
|
1485
|
-
|
|
1486
|
-
````text
|
|
1487
|
-
Copyright (c) 2015-2025 Sean McArthur
|
|
1488
|
-
|
|
1489
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1490
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1491
|
-
in the Software without restriction, including without limitation the rights
|
|
1492
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1493
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1494
|
-
furnished to do so, subject to the following conditions:
|
|
1495
|
-
|
|
1496
|
-
The above copyright notice and this permission notice shall be included in
|
|
1497
|
-
all copies or substantial portions of the Software.
|
|
1498
|
-
|
|
1499
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1500
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1501
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1502
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1503
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1504
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1505
|
-
THE SOFTWARE.
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
````
|
|
1509
|
-
|
|
1510
|
-
---
|
|
1511
|
-
|
|
1512
|
-
## The following dependencies are licensed under the MIT License:
|
|
1513
|
-
|
|
1514
|
-
### Rust Crates:
|
|
1515
|
-
|
|
1516
|
-
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
1517
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
1518
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
1519
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1520
|
-
|
|
1521
|
-
````text
|
|
1522
|
-
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:
|
|
1523
|
-
|
|
1524
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1525
|
-
|
|
1526
|
-
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.
|
|
1527
|
-
````
|
|
1528
|
-
|
|
1529
|
-
---
|
|
1530
|
-
|
|
1531
|
-
## The following dependencies are licensed under the MIT License:
|
|
1532
|
-
|
|
1533
|
-
### Rust Crates:
|
|
1534
|
-
|
|
1535
|
-
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1527
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1536
1528
|
|
|
1537
1529
|
````text
|
|
1538
|
-
Copyright (c)
|
|
1530
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1539
1531
|
|
|
1540
1532
|
Permission is hereby granted, free of charge, to any
|
|
1541
1533
|
person obtaining a copy of this software and associated
|
|
@@ -1569,27 +1561,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1569
1561
|
|
|
1570
1562
|
### Rust Crates:
|
|
1571
1563
|
|
|
1572
|
-
- [
|
|
1564
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1573
1565
|
|
|
1574
1566
|
````text
|
|
1575
|
-
|
|
1567
|
+
MIT License
|
|
1576
1568
|
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
the Software
|
|
1582
|
-
|
|
1569
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1570
|
+
|
|
1571
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1572
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1573
|
+
in the Software without restriction, including without limitation the rights
|
|
1574
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1575
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1576
|
+
furnished to do so, subject to the following conditions:
|
|
1583
1577
|
|
|
1584
1578
|
The above copyright notice and this permission notice shall be included in all
|
|
1585
1579
|
copies or substantial portions of the Software.
|
|
1586
1580
|
|
|
1587
1581
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1588
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1589
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1590
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1591
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1592
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1582
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1583
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1584
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1585
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1586
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1587
|
+
SOFTWARE.
|
|
1593
1588
|
|
|
1594
1589
|
````
|
|
1595
1590
|
|
|
@@ -1599,35 +1594,30 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1599
1594
|
|
|
1600
1595
|
### Rust Crates:
|
|
1601
1596
|
|
|
1602
|
-
- [
|
|
1597
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1603
1598
|
|
|
1604
1599
|
````text
|
|
1605
|
-
|
|
1606
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1600
|
+
The MIT License (MIT)
|
|
1607
1601
|
|
|
1608
|
-
|
|
1609
|
-
person obtaining a copy of this software and associated
|
|
1610
|
-
documentation files (the "Software"), to deal in the
|
|
1611
|
-
Software without restriction, including without
|
|
1612
|
-
limitation the rights to use, copy, modify, merge,
|
|
1613
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1614
|
-
the Software, and to permit persons to whom the Software
|
|
1615
|
-
is furnished to do so, subject to the following
|
|
1616
|
-
conditions:
|
|
1602
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1617
1603
|
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1604
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1605
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1606
|
+
in the Software without restriction, including without limitation the rights
|
|
1607
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1608
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1609
|
+
furnished to do so, subject to the following conditions:
|
|
1621
1610
|
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
IN
|
|
1630
|
-
|
|
1611
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1612
|
+
copies or substantial portions of the Software.
|
|
1613
|
+
|
|
1614
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1615
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1616
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1617
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1618
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1619
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1620
|
+
SOFTWARE.
|
|
1631
1621
|
|
|
1632
1622
|
````
|
|
1633
1623
|
|
|
@@ -1635,41 +1625,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1635
1625
|
|
|
1636
1626
|
## The following dependencies are licensed under the MIT License:
|
|
1637
1627
|
|
|
1638
|
-
###
|
|
1628
|
+
### NPM Packages:
|
|
1639
1629
|
|
|
1640
|
-
- [
|
|
1641
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1642
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1643
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1644
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1645
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1630
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1646
1631
|
|
|
1647
1632
|
````text
|
|
1648
|
-
|
|
1633
|
+
This software is released under the MIT license:
|
|
1649
1634
|
|
|
1650
|
-
Permission is hereby granted, free of charge, to any
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
the Software, and to permit persons to whom the Software
|
|
1657
|
-
is furnished to do so, subject to the following
|
|
1658
|
-
conditions:
|
|
1635
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1636
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1637
|
+
the Software without restriction, including without limitation the rights to
|
|
1638
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1639
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1640
|
+
subject to the following conditions:
|
|
1659
1641
|
|
|
1660
|
-
The above copyright notice and this permission notice
|
|
1661
|
-
|
|
1662
|
-
of the Software.
|
|
1642
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1643
|
+
copies or substantial portions of the Software.
|
|
1663
1644
|
|
|
1664
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1671
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1672
|
-
DEALINGS IN THE SOFTWARE.
|
|
1645
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1646
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1647
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1648
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1649
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1650
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1673
1651
|
|
|
1674
1652
|
````
|
|
1675
1653
|
|
|
@@ -1679,10 +1657,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1679
1657
|
|
|
1680
1658
|
### Rust Crates:
|
|
1681
1659
|
|
|
1682
|
-
- [
|
|
1660
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1683
1661
|
|
|
1684
1662
|
````text
|
|
1685
|
-
Copyright (c)
|
|
1663
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1686
1664
|
|
|
1687
1665
|
Permission is hereby granted, free of charge, to any
|
|
1688
1666
|
person obtaining a copy of this software and associated
|
|
@@ -1716,10 +1694,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1716
1694
|
|
|
1717
1695
|
### Rust Crates:
|
|
1718
1696
|
|
|
1719
|
-
- [
|
|
1697
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1698
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1699
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1720
1700
|
|
|
1721
1701
|
````text
|
|
1722
|
-
Copyright (c)
|
|
1702
|
+
Copyright (c) 2019 Tower Contributors
|
|
1723
1703
|
|
|
1724
1704
|
Permission is hereby granted, free of charge, to any
|
|
1725
1705
|
person obtaining a copy of this software and associated
|
|
@@ -1751,38 +1731,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1751
1731
|
|
|
1752
1732
|
## The following dependencies are licensed under the MIT License:
|
|
1753
1733
|
|
|
1754
|
-
###
|
|
1734
|
+
### NPM Packages:
|
|
1755
1735
|
|
|
1756
|
-
- [
|
|
1757
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1758
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1736
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
1759
1737
|
|
|
1760
1738
|
````text
|
|
1761
|
-
|
|
1739
|
+
MIT License
|
|
1762
1740
|
|
|
1763
|
-
|
|
1764
|
-
person obtaining a copy of this software and associated
|
|
1765
|
-
documentation files (the "Software"), to deal in the
|
|
1766
|
-
Software without restriction, including without
|
|
1767
|
-
limitation the rights to use, copy, modify, merge,
|
|
1768
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1769
|
-
the Software, and to permit persons to whom the Software
|
|
1770
|
-
is furnished to do so, subject to the following
|
|
1771
|
-
conditions:
|
|
1741
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
1772
1742
|
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1743
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1744
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1745
|
+
in the Software without restriction, including without limitation the rights
|
|
1746
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1747
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1748
|
+
furnished to do so, subject to the following conditions:
|
|
1776
1749
|
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
IN
|
|
1785
|
-
|
|
1750
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1751
|
+
copies or substantial portions of the Software.
|
|
1752
|
+
|
|
1753
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1754
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1755
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1756
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1757
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1758
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1759
|
+
SOFTWARE.
|
|
1786
1760
|
|
|
1787
1761
|
````
|
|
1788
1762
|
|
|
@@ -1790,14 +1764,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1790
1764
|
|
|
1791
1765
|
## The following dependencies are licensed under the MIT License:
|
|
1792
1766
|
|
|
1793
|
-
###
|
|
1767
|
+
### NPM Packages:
|
|
1794
1768
|
|
|
1795
|
-
- [
|
|
1769
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1796
1770
|
|
|
1797
1771
|
````text
|
|
1798
1772
|
MIT License
|
|
1799
1773
|
|
|
1800
|
-
Copyright (c)
|
|
1774
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1801
1775
|
|
|
1802
1776
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1803
1777
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1825,116 +1799,10 @@ SOFTWARE.
|
|
|
1825
1799
|
|
|
1826
1800
|
### Rust Crates:
|
|
1827
1801
|
|
|
1828
|
-
- [
|
|
1829
|
-
|
|
1830
|
-
````text
|
|
1831
|
-
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1832
|
-
|
|
1833
|
-
Permission is hereby granted, free of charge, to any
|
|
1834
|
-
person obtaining a copy of this software and associated
|
|
1835
|
-
documentation files (the "Software"), to deal in the
|
|
1836
|
-
Software without restriction, including without
|
|
1837
|
-
limitation the rights to use, copy, modify, merge,
|
|
1838
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1839
|
-
the Software, and to permit persons to whom the Software
|
|
1840
|
-
is furnished to do so, subject to the following
|
|
1841
|
-
conditions:
|
|
1842
|
-
|
|
1843
|
-
The above copyright notice and this permission notice
|
|
1844
|
-
shall be included in all copies or substantial portions
|
|
1845
|
-
of the Software.
|
|
1846
|
-
|
|
1847
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1848
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1849
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1850
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1851
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1852
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1853
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1854
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1855
|
-
DEALINGS IN THE SOFTWARE.
|
|
1856
|
-
|
|
1857
|
-
````
|
|
1858
|
-
|
|
1859
|
-
---
|
|
1860
|
-
|
|
1861
|
-
## The following dependencies are licensed under the MIT License:
|
|
1862
|
-
|
|
1863
|
-
### Rust Crates:
|
|
1864
|
-
|
|
1865
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1866
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1867
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1868
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1869
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1870
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1871
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1872
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1873
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1874
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1875
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1876
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1877
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1878
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1879
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1880
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1881
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1882
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1883
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1884
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1885
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1886
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1887
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1888
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1889
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1890
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1891
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1892
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1893
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1894
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1895
|
-
|
|
1896
|
-
````text
|
|
1897
|
-
Permission is hereby granted, free of charge, to any
|
|
1898
|
-
person obtaining a copy of this software and associated
|
|
1899
|
-
documentation files (the "Software"), to deal in the
|
|
1900
|
-
Software without restriction, including without
|
|
1901
|
-
limitation the rights to use, copy, modify, merge,
|
|
1902
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1903
|
-
the Software, and to permit persons to whom the Software
|
|
1904
|
-
is furnished to do so, subject to the following
|
|
1905
|
-
conditions:
|
|
1906
|
-
|
|
1907
|
-
The above copyright notice and this permission notice
|
|
1908
|
-
shall be included in all copies or substantial portions
|
|
1909
|
-
of the Software.
|
|
1910
|
-
|
|
1911
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1912
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1913
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1914
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1915
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1916
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1917
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1918
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1919
|
-
DEALINGS IN THE SOFTWARE.
|
|
1920
|
-
|
|
1921
|
-
````
|
|
1922
|
-
|
|
1923
|
-
---
|
|
1924
|
-
|
|
1925
|
-
## The following dependencies are licensed under the MIT License:
|
|
1926
|
-
|
|
1927
|
-
### Rust Crates:
|
|
1928
|
-
|
|
1929
|
-
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1930
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1931
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1932
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1802
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1933
1803
|
|
|
1934
1804
|
````text
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1805
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1938
1806
|
|
|
1939
1807
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1940
1808
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1962,16 +1830,28 @@ THE SOFTWARE.
|
|
|
1962
1830
|
|
|
1963
1831
|
### Rust Crates:
|
|
1964
1832
|
|
|
1965
|
-
- [
|
|
1833
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1966
1834
|
|
|
1967
1835
|
````text
|
|
1968
|
-
Copyright
|
|
1836
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1969
1837
|
|
|
1970
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1838
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1839
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1840
|
+
in the Software without restriction, including without limitation the rights
|
|
1841
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1842
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1843
|
+
furnished to do so, subject to the following conditions:
|
|
1971
1844
|
|
|
1972
|
-
The above copyright notice and this permission notice shall be included in
|
|
1845
|
+
The above copyright notice and this permission notice shall be included in
|
|
1846
|
+
all copies or substantial portions of the Software.
|
|
1973
1847
|
|
|
1974
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1848
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1849
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1850
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1851
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1852
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1853
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1854
|
+
THE SOFTWARE.
|
|
1975
1855
|
|
|
1976
1856
|
````
|
|
1977
1857
|
|
|
@@ -1981,10 +1861,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1981
1861
|
|
|
1982
1862
|
### Rust Crates:
|
|
1983
1863
|
|
|
1984
|
-
- [
|
|
1864
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1865
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
1985
1866
|
|
|
1986
1867
|
````text
|
|
1987
|
-
|
|
1868
|
+
MIT License
|
|
1988
1869
|
|
|
1989
1870
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1990
1871
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1993,16 +1874,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1993
1874
|
copies of the Software, and to permit persons to whom the Software is
|
|
1994
1875
|
furnished to do so, subject to the following conditions:
|
|
1995
1876
|
|
|
1996
|
-
The above copyright notice and this permission notice shall be included in
|
|
1997
|
-
|
|
1877
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1878
|
+
copies or substantial portions of the Software.
|
|
1998
1879
|
|
|
1999
1880
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2000
1881
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2001
1882
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2002
1883
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2003
1884
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2004
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2005
|
-
|
|
1885
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1886
|
+
SOFTWARE.
|
|
2006
1887
|
|
|
2007
1888
|
````
|
|
2008
1889
|
|
|
@@ -2012,13 +1893,10 @@ THE SOFTWARE.
|
|
|
2012
1893
|
|
|
2013
1894
|
### Rust Crates:
|
|
2014
1895
|
|
|
2015
|
-
- [
|
|
2016
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1896
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2017
1897
|
|
|
2018
1898
|
````text
|
|
2019
|
-
Copyright
|
|
2020
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2021
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1899
|
+
Copyright Mozilla Foundation
|
|
2022
1900
|
|
|
2023
1901
|
Permission is hereby granted, free of charge, to any
|
|
2024
1902
|
person obtaining a copy of this software and associated
|
|
@@ -2050,12 +1928,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2050
1928
|
|
|
2051
1929
|
## The following dependencies are licensed under the MIT License:
|
|
2052
1930
|
|
|
2053
|
-
###
|
|
1931
|
+
### NPM Packages:
|
|
2054
1932
|
|
|
2055
|
-
- [
|
|
1933
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2056
1934
|
|
|
2057
1935
|
````text
|
|
2058
|
-
|
|
1936
|
+
The MIT License (MIT)
|
|
1937
|
+
|
|
1938
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2059
1939
|
|
|
2060
1940
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2061
1941
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2083,34 +1963,28 @@ THE SOFTWARE.
|
|
|
2083
1963
|
|
|
2084
1964
|
### Rust Crates:
|
|
2085
1965
|
|
|
2086
|
-
- [
|
|
1966
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2087
1967
|
|
|
2088
1968
|
````text
|
|
2089
|
-
Copyright (c)
|
|
1969
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2090
1970
|
|
|
2091
|
-
Permission is hereby granted, free of charge, to any
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
the Software, and to permit persons to whom the Software
|
|
2098
|
-
is furnished to do so, subject to the following
|
|
2099
|
-
conditions:
|
|
1971
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1972
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1973
|
+
in the Software without restriction, including without limitation the rights
|
|
1974
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1975
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1976
|
+
furnished to do so, subject to the following conditions:
|
|
2100
1977
|
|
|
2101
|
-
The above copyright notice and this permission notice
|
|
2102
|
-
|
|
2103
|
-
of the Software.
|
|
1978
|
+
The above copyright notice and this permission notice shall be included in
|
|
1979
|
+
all copies or substantial portions of the Software.
|
|
2104
1980
|
|
|
2105
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2113
|
-
DEALINGS IN THE SOFTWARE.
|
|
1981
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1982
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1983
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1984
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1985
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1986
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1987
|
+
THE SOFTWARE.
|
|
2114
1988
|
|
|
2115
1989
|
````
|
|
2116
1990
|
|
|
@@ -2120,10 +1994,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2120
1994
|
|
|
2121
1995
|
### Rust Crates:
|
|
2122
1996
|
|
|
2123
|
-
- [
|
|
1997
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2124
1998
|
|
|
2125
1999
|
````text
|
|
2126
|
-
Copyright (c)
|
|
2000
|
+
Copyright (c) The rust-url developers
|
|
2127
2001
|
|
|
2128
2002
|
Permission is hereby granted, free of charge, to any
|
|
2129
2003
|
person obtaining a copy of this software and associated
|
|
@@ -2157,47 +2031,106 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2157
2031
|
|
|
2158
2032
|
### Rust Crates:
|
|
2159
2033
|
|
|
2160
|
-
- [
|
|
2034
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2161
2035
|
|
|
2162
2036
|
````text
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
Permission is hereby granted, free of charge, to any
|
|
2166
|
-
person obtaining a copy of this software and associated
|
|
2167
|
-
documentation files (the "Software"), to deal in the
|
|
2168
|
-
Software without restriction, including without
|
|
2169
|
-
limitation the rights to use, copy, modify, merge,
|
|
2170
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2171
|
-
the Software, and to permit persons to whom the Software
|
|
2172
|
-
is furnished to do so, subject to the following
|
|
2173
|
-
conditions:
|
|
2174
|
-
|
|
2175
|
-
The above copyright notice and this permission notice
|
|
2176
|
-
shall be included in all copies or substantial portions
|
|
2177
|
-
of the Software.
|
|
2037
|
+
MIT License
|
|
2178
2038
|
|
|
2179
|
-
|
|
2180
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2181
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2182
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2183
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2184
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2185
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2186
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2187
|
-
DEALINGS IN THE SOFTWARE.
|
|
2039
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2188
2040
|
|
|
2189
|
-
|
|
2041
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2042
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2043
|
+
in the Software without restriction, including without limitation the rights
|
|
2044
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2045
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2046
|
+
furnished to do so, subject to the following conditions:
|
|
2190
2047
|
|
|
2191
|
-
|
|
2048
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2049
|
+
copies or substantial portions of the Software.
|
|
2050
|
+
|
|
2051
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2052
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2053
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2054
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2055
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2056
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2057
|
+
SOFTWARE.
|
|
2058
|
+
|
|
2059
|
+
````
|
|
2060
|
+
|
|
2061
|
+
---
|
|
2192
2062
|
|
|
2193
2063
|
## The following dependencies are licensed under the MIT License:
|
|
2194
2064
|
|
|
2195
2065
|
### Rust Crates:
|
|
2196
2066
|
|
|
2197
|
-
- [
|
|
2067
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2198
2068
|
|
|
2199
2069
|
````text
|
|
2200
|
-
|
|
2070
|
+
MIT License
|
|
2071
|
+
|
|
2072
|
+
Copyright (c) 2025 Callum Oakley
|
|
2073
|
+
|
|
2074
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2075
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2076
|
+
in the Software without restriction, including without limitation the rights
|
|
2077
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2078
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2079
|
+
furnished to do so, subject to the following conditions:
|
|
2080
|
+
|
|
2081
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2082
|
+
copies or substantial portions of the Software.
|
|
2083
|
+
|
|
2084
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2085
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2086
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2087
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2088
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2089
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2090
|
+
SOFTWARE.
|
|
2091
|
+
|
|
2092
|
+
````
|
|
2093
|
+
|
|
2094
|
+
---
|
|
2095
|
+
|
|
2096
|
+
## The following dependencies are licensed under the MIT License:
|
|
2097
|
+
|
|
2098
|
+
### Rust Crates:
|
|
2099
|
+
|
|
2100
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2101
|
+
|
|
2102
|
+
````text
|
|
2103
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2104
|
+
|
|
2105
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2106
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2107
|
+
the Software without restriction, including without limitation the rights to
|
|
2108
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2109
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2110
|
+
subject to the following conditions:
|
|
2111
|
+
|
|
2112
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2113
|
+
copies or substantial portions of the Software.
|
|
2114
|
+
|
|
2115
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2116
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2117
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2118
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2119
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2120
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2121
|
+
|
|
2122
|
+
````
|
|
2123
|
+
|
|
2124
|
+
---
|
|
2125
|
+
|
|
2126
|
+
## The following dependencies are licensed under the MIT License:
|
|
2127
|
+
|
|
2128
|
+
### Rust Crates:
|
|
2129
|
+
|
|
2130
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2131
|
+
|
|
2132
|
+
````text
|
|
2133
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2201
2134
|
|
|
2202
2135
|
Permission is hereby granted, free of charge, to any
|
|
2203
2136
|
person obtaining a copy of this software and associated
|
|
@@ -2231,12 +2164,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2231
2164
|
|
|
2232
2165
|
### Rust Crates:
|
|
2233
2166
|
|
|
2234
|
-
- [
|
|
2167
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2235
2168
|
|
|
2236
2169
|
````text
|
|
2237
|
-
MIT License
|
|
2170
|
+
The MIT License (MIT)
|
|
2238
2171
|
|
|
2239
|
-
Copyright (c)
|
|
2172
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2240
2173
|
|
|
2241
2174
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2242
2175
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2256,6 +2189,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2256
2189
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2257
2190
|
SOFTWARE.
|
|
2258
2191
|
|
|
2192
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2193
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2259
2194
|
````
|
|
2260
2195
|
|
|
2261
2196
|
---
|
|
@@ -2264,13 +2199,42 @@ SOFTWARE.
|
|
|
2264
2199
|
|
|
2265
2200
|
### Rust Crates:
|
|
2266
2201
|
|
|
2267
|
-
- [
|
|
2268
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2202
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2269
2203
|
|
|
2270
2204
|
````text
|
|
2271
|
-
|
|
2205
|
+
Copyright (c) 2017 Sean McArthur
|
|
2272
2206
|
|
|
2273
|
-
|
|
2207
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2208
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2209
|
+
in the Software without restriction, including without limitation the rights
|
|
2210
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2211
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2212
|
+
furnished to do so, subject to the following conditions:
|
|
2213
|
+
|
|
2214
|
+
The above copyright notice and this permission notice shall be included in
|
|
2215
|
+
all copies or substantial portions of the Software.
|
|
2216
|
+
|
|
2217
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2218
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2219
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2220
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2221
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2222
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2223
|
+
THE SOFTWARE.
|
|
2224
|
+
|
|
2225
|
+
|
|
2226
|
+
````
|
|
2227
|
+
|
|
2228
|
+
---
|
|
2229
|
+
|
|
2230
|
+
## The following dependencies are licensed under the MIT License:
|
|
2231
|
+
|
|
2232
|
+
### Rust Crates:
|
|
2233
|
+
|
|
2234
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
2235
|
+
|
|
2236
|
+
````text
|
|
2237
|
+
Copyright (c) 2015 steffengy
|
|
2274
2238
|
|
|
2275
2239
|
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:
|
|
2276
2240
|
|
|
@@ -2286,12 +2250,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2286
2250
|
|
|
2287
2251
|
### Rust Crates:
|
|
2288
2252
|
|
|
2289
|
-
- [
|
|
2253
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2290
2254
|
|
|
2291
2255
|
````text
|
|
2292
2256
|
MIT License
|
|
2293
2257
|
|
|
2294
|
-
Copyright (c)
|
|
2258
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2295
2259
|
|
|
2296
2260
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2297
2261
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2310,6 +2274,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2310
2274
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2311
2275
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2312
2276
|
SOFTWARE.
|
|
2277
|
+
|
|
2313
2278
|
````
|
|
2314
2279
|
|
|
2315
2280
|
---
|
|
@@ -2318,14 +2283,11 @@ SOFTWARE.
|
|
|
2318
2283
|
|
|
2319
2284
|
### Rust Crates:
|
|
2320
2285
|
|
|
2321
|
-
- [
|
|
2322
|
-
- [
|
|
2323
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2286
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2287
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2324
2288
|
|
|
2325
2289
|
````text
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
Copyright (c) Tokio Contributors
|
|
2290
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2329
2291
|
|
|
2330
2292
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2331
2293
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2353,10 +2315,13 @@ SOFTWARE.
|
|
|
2353
2315
|
|
|
2354
2316
|
### Rust Crates:
|
|
2355
2317
|
|
|
2356
|
-
- [
|
|
2318
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2319
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2320
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2321
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2357
2322
|
|
|
2358
2323
|
````text
|
|
2359
|
-
Copyright (c)
|
|
2324
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2360
2325
|
|
|
2361
2326
|
Permission is hereby granted, free of charge, to any
|
|
2362
2327
|
person obtaining a copy of this software and associated
|
|
@@ -2390,15 +2355,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2390
2355
|
|
|
2391
2356
|
### Rust Crates:
|
|
2392
2357
|
|
|
2393
|
-
- [
|
|
2394
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2395
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2396
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2397
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2398
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2358
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2399
2359
|
|
|
2400
2360
|
````text
|
|
2401
|
-
|
|
2361
|
+
MIT License
|
|
2362
|
+
|
|
2363
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2364
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2365
|
+
Copyright (c) 2017 Frommi
|
|
2366
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2370
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2371
|
+
in the Software without restriction, including without limitation the rights
|
|
2372
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2373
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2374
|
+
furnished to do so, subject to the following conditions:
|
|
2375
|
+
|
|
2376
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2377
|
+
copies or substantial portions of the Software.
|
|
2378
|
+
|
|
2379
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2380
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2381
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2382
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2383
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2384
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2385
|
+
SOFTWARE.
|
|
2386
|
+
|
|
2387
|
+
````
|
|
2388
|
+
|
|
2389
|
+
---
|
|
2390
|
+
|
|
2391
|
+
## The following dependencies are licensed under the MIT License:
|
|
2392
|
+
|
|
2393
|
+
### Rust Crates:
|
|
2394
|
+
|
|
2395
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2396
|
+
|
|
2397
|
+
````text
|
|
2398
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2402
2399
|
|
|
2403
2400
|
Permission is hereby granted, free of charge, to any
|
|
2404
2401
|
person obtaining a copy of this software and associated
|
|
@@ -2432,10 +2429,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2432
2429
|
|
|
2433
2430
|
### Rust Crates:
|
|
2434
2431
|
|
|
2435
|
-
- [
|
|
2432
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2436
2433
|
|
|
2437
2434
|
````text
|
|
2438
|
-
Copyright (c)
|
|
2435
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2439
2436
|
|
|
2440
2437
|
Permission is hereby granted, free of charge, to any
|
|
2441
2438
|
person obtaining a copy of this software and associated
|
|
@@ -2469,29 +2466,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2469
2466
|
|
|
2470
2467
|
### Rust Crates:
|
|
2471
2468
|
|
|
2472
|
-
- [
|
|
2469
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2473
2470
|
|
|
2474
2471
|
````text
|
|
2475
|
-
Copyright (c)
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2479
|
-
in the Software without restriction, including without limitation the rights
|
|
2480
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2481
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2482
|
-
furnished to do so, subject to the following conditions:
|
|
2472
|
+
Copyright (c) 2017 Carl Lerche
|
|
2473
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2474
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2483
2475
|
|
|
2484
|
-
|
|
2485
|
-
|
|
2476
|
+
Permission is hereby granted, free of charge, to any
|
|
2477
|
+
person obtaining a copy of this software and associated
|
|
2478
|
+
documentation files (the "Software"), to deal in the
|
|
2479
|
+
Software without restriction, including without
|
|
2480
|
+
limitation the rights to use, copy, modify, merge,
|
|
2481
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2482
|
+
the Software, and to permit persons to whom the Software
|
|
2483
|
+
is furnished to do so, subject to the following
|
|
2484
|
+
conditions:
|
|
2486
2485
|
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2491
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2492
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2493
|
-
THE SOFTWARE.
|
|
2486
|
+
The above copyright notice and this permission notice
|
|
2487
|
+
shall be included in all copies or substantial portions
|
|
2488
|
+
of the Software.
|
|
2494
2489
|
|
|
2490
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2491
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2492
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2493
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2494
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2495
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2496
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2497
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2498
|
+
DEALINGS IN THE SOFTWARE.
|
|
2495
2499
|
|
|
2496
2500
|
````
|
|
2497
2501
|
|
|
@@ -2501,12 +2505,10 @@ THE SOFTWARE.
|
|
|
2501
2505
|
|
|
2502
2506
|
### Rust Crates:
|
|
2503
2507
|
|
|
2504
|
-
- [
|
|
2508
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2505
2509
|
|
|
2506
2510
|
````text
|
|
2507
|
-
Copyright (c)
|
|
2508
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2509
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2511
|
+
Copyright (c) 2019 Carl Lerche
|
|
2510
2512
|
|
|
2511
2513
|
Permission is hereby granted, free of charge, to any
|
|
2512
2514
|
person obtaining a copy of this software and associated
|
|
@@ -2540,10 +2542,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2540
2542
|
|
|
2541
2543
|
### Rust Crates:
|
|
2542
2544
|
|
|
2543
|
-
- [
|
|
2545
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2546
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2547
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2548
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2549
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2550
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2544
2551
|
|
|
2545
2552
|
````text
|
|
2546
|
-
Copyright (c)
|
|
2553
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2547
2554
|
|
|
2548
2555
|
Permission is hereby granted, free of charge, to any
|
|
2549
2556
|
person obtaining a copy of this software and associated
|
|
@@ -2568,6 +2575,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2568
2575
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2569
2576
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2570
2577
|
DEALINGS IN THE SOFTWARE.
|
|
2578
|
+
|
|
2571
2579
|
````
|
|
2572
2580
|
|
|
2573
2581
|
---
|
|
@@ -2576,64 +2584,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2576
2584
|
|
|
2577
2585
|
### Rust Crates:
|
|
2578
2586
|
|
|
2579
|
-
- [
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2586
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2587
|
-
|
|
2588
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2589
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2590
|
-
in the Software without restriction, including without limitation the rights
|
|
2591
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2592
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2593
|
-
furnished to do so, subject to the following conditions:
|
|
2594
|
-
|
|
2595
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2596
|
-
copies or substantial portions of the Software.
|
|
2597
|
-
|
|
2598
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2599
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2600
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2601
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2602
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2603
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2604
|
-
SOFTWARE.
|
|
2605
|
-
|
|
2606
|
-
````
|
|
2607
|
-
|
|
2608
|
-
---
|
|
2609
|
-
|
|
2610
|
-
## The following dependencies are licensed under the MIT License:
|
|
2611
|
-
|
|
2612
|
-
### Rust Crates:
|
|
2613
|
-
|
|
2614
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2587
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2588
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2589
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2590
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2591
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2592
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2615
2593
|
|
|
2616
2594
|
````text
|
|
2617
|
-
Copyright (c)
|
|
2618
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
2595
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2619
2596
|
|
|
2620
|
-
Permission is hereby granted, free of charge, to any
|
|
2621
|
-
of this software and associated
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2597
|
+
Permission is hereby granted, free of charge, to any
|
|
2598
|
+
person obtaining a copy of this software and associated
|
|
2599
|
+
documentation files (the "Software"), to deal in the
|
|
2600
|
+
Software without restriction, including without
|
|
2601
|
+
limitation the rights to use, copy, modify, merge,
|
|
2602
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2603
|
+
the Software, and to permit persons to whom the Software
|
|
2604
|
+
is furnished to do so, subject to the following
|
|
2605
|
+
conditions:
|
|
2626
2606
|
|
|
2627
|
-
The above copyright notice and this permission notice
|
|
2628
|
-
all copies or substantial portions
|
|
2607
|
+
The above copyright notice and this permission notice
|
|
2608
|
+
shall be included in all copies or substantial portions
|
|
2609
|
+
of the Software.
|
|
2629
2610
|
|
|
2630
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2631
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2611
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2612
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2613
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2614
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2615
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2616
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2617
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2618
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2619
|
+
DEALINGS IN THE SOFTWARE.
|
|
2637
2620
|
|
|
2638
2621
|
````
|
|
2639
2622
|
|
|
@@ -2643,30 +2626,34 @@ THE SOFTWARE.
|
|
|
2643
2626
|
|
|
2644
2627
|
### Rust Crates:
|
|
2645
2628
|
|
|
2646
|
-
- [
|
|
2629
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2647
2630
|
|
|
2648
2631
|
````text
|
|
2649
|
-
The
|
|
2650
|
-
|
|
2651
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2632
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2652
2633
|
|
|
2653
|
-
Permission is hereby granted, free of charge, to any
|
|
2654
|
-
of this software and associated
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2634
|
+
Permission is hereby granted, free of charge, to any
|
|
2635
|
+
person obtaining a copy of this software and associated
|
|
2636
|
+
documentation files (the "Software"), to deal in the
|
|
2637
|
+
Software without restriction, including without
|
|
2638
|
+
limitation the rights to use, copy, modify, merge,
|
|
2639
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2640
|
+
the Software, and to permit persons to whom the Software
|
|
2641
|
+
is furnished to do so, subject to the following
|
|
2642
|
+
conditions:
|
|
2659
2643
|
|
|
2660
|
-
The above copyright notice and this permission notice
|
|
2661
|
-
copies or substantial portions
|
|
2644
|
+
The above copyright notice and this permission notice
|
|
2645
|
+
shall be included in all copies or substantial portions
|
|
2646
|
+
of the Software.
|
|
2662
2647
|
|
|
2663
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2664
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2648
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2649
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2650
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2651
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2652
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2653
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2654
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2655
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2656
|
+
DEALINGS IN THE SOFTWARE.
|
|
2670
2657
|
|
|
2671
2658
|
````
|
|
2672
2659
|
|
|
@@ -2676,10 +2663,11 @@ SOFTWARE.
|
|
|
2676
2663
|
|
|
2677
2664
|
### Rust Crates:
|
|
2678
2665
|
|
|
2679
|
-
- [
|
|
2666
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2667
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2680
2668
|
|
|
2681
2669
|
````text
|
|
2682
|
-
Copyright (c)
|
|
2670
|
+
Copyright (c) 2014 Alex Crichton
|
|
2683
2671
|
|
|
2684
2672
|
Permission is hereby granted, free of charge, to any
|
|
2685
2673
|
person obtaining a copy of this software and associated
|
|
@@ -2713,10 +2701,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2713
2701
|
|
|
2714
2702
|
### Rust Crates:
|
|
2715
2703
|
|
|
2716
|
-
- [
|
|
2704
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2705
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2706
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2707
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2708
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2709
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2717
2710
|
|
|
2718
2711
|
````text
|
|
2719
|
-
Copyright
|
|
2712
|
+
Copyright 2018 Developers of the Rand project
|
|
2713
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2720
2714
|
|
|
2721
2715
|
Permission is hereby granted, free of charge, to any
|
|
2722
2716
|
person obtaining a copy of this software and associated
|
|
@@ -2750,10 +2744,76 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2750
2744
|
|
|
2751
2745
|
### Rust Crates:
|
|
2752
2746
|
|
|
2753
|
-
- [
|
|
2747
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2754
2748
|
|
|
2755
2749
|
````text
|
|
2756
|
-
Copyright 2019
|
|
2750
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2751
|
+
|
|
2752
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2753
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2754
|
+
in the Software without restriction, including without limitation the rights
|
|
2755
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2756
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2757
|
+
furnished to do so, subject to the following conditions:
|
|
2758
|
+
|
|
2759
|
+
The above copyright notice and this permission notice shall be included in
|
|
2760
|
+
all copies or substantial portions of the Software.
|
|
2761
|
+
|
|
2762
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2763
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2764
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2765
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2766
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2767
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2768
|
+
THE SOFTWARE.
|
|
2769
|
+
|
|
2770
|
+
|
|
2771
|
+
````
|
|
2772
|
+
|
|
2773
|
+
---
|
|
2774
|
+
|
|
2775
|
+
## The following dependencies are licensed under the MIT License:
|
|
2776
|
+
|
|
2777
|
+
### NPM Packages:
|
|
2778
|
+
|
|
2779
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2780
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2781
|
+
|
|
2782
|
+
````text
|
|
2783
|
+
MIT License
|
|
2784
|
+
|
|
2785
|
+
Copyright (c) Microsoft Corporation.
|
|
2786
|
+
|
|
2787
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2788
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2789
|
+
in the Software without restriction, including without limitation the rights
|
|
2790
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2791
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2792
|
+
furnished to do so, subject to the following conditions:
|
|
2793
|
+
|
|
2794
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2795
|
+
copies or substantial portions of the Software.
|
|
2796
|
+
|
|
2797
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2798
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2799
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2800
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2801
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2802
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2803
|
+
SOFTWARE
|
|
2804
|
+
|
|
2805
|
+
````
|
|
2806
|
+
|
|
2807
|
+
---
|
|
2808
|
+
|
|
2809
|
+
## The following dependencies are licensed under the MIT License:
|
|
2810
|
+
|
|
2811
|
+
### Rust Crates:
|
|
2812
|
+
|
|
2813
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2814
|
+
|
|
2815
|
+
````text
|
|
2816
|
+
Copyright (c) 2017 Contributors
|
|
2757
2817
|
|
|
2758
2818
|
Permission is hereby granted, free of charge, to any
|
|
2759
2819
|
person obtaining a copy of this software and associated
|
|
@@ -2787,10 +2847,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2787
2847
|
|
|
2788
2848
|
### Rust Crates:
|
|
2789
2849
|
|
|
2790
|
-
- [
|
|
2850
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2791
2851
|
|
|
2792
2852
|
````text
|
|
2793
|
-
|
|
2853
|
+
MIT License
|
|
2854
|
+
|
|
2855
|
+
Copyright (c) 2025 rutrum
|
|
2794
2856
|
|
|
2795
2857
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2796
2858
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2809,7 +2871,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2809
2871
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2810
2872
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2811
2873
|
SOFTWARE.
|
|
2812
|
-
|
|
2813
2874
|
````
|
|
2814
2875
|
|
|
2815
2876
|
---
|
|
@@ -2818,19 +2879,10 @@ SOFTWARE.
|
|
|
2818
2879
|
|
|
2819
2880
|
### Rust Crates:
|
|
2820
2881
|
|
|
2821
|
-
- [
|
|
2822
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2823
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2824
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2825
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2826
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2827
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2828
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2829
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2882
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2830
2883
|
|
|
2831
2884
|
````text
|
|
2832
|
-
Copyright (c) 2016
|
|
2833
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2885
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2834
2886
|
|
|
2835
2887
|
Permission is hereby granted, free of charge, to any
|
|
2836
2888
|
person obtaining a copy of this software and associated
|
|
@@ -2864,10 +2916,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2864
2916
|
|
|
2865
2917
|
### Rust Crates:
|
|
2866
2918
|
|
|
2867
|
-
- [
|
|
2919
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2920
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2868
2921
|
|
|
2869
2922
|
````text
|
|
2870
|
-
|
|
2923
|
+
The MIT License (MIT)
|
|
2924
|
+
|
|
2925
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2926
|
+
|
|
2927
|
+
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:
|
|
2928
|
+
|
|
2929
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2930
|
+
|
|
2931
|
+
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.
|
|
2932
|
+
|
|
2933
|
+
````
|
|
2934
|
+
|
|
2935
|
+
---
|
|
2936
|
+
|
|
2937
|
+
## The following dependencies are licensed under the MIT License:
|
|
2938
|
+
|
|
2939
|
+
### Rust Crates:
|
|
2940
|
+
|
|
2941
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2942
|
+
|
|
2943
|
+
````text
|
|
2944
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2871
2945
|
|
|
2872
2946
|
Permission is hereby granted, free of charge, to any
|
|
2873
2947
|
person obtaining a copy of this software and associated
|
|
@@ -2901,10 +2975,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2901
2975
|
|
|
2902
2976
|
### Rust Crates:
|
|
2903
2977
|
|
|
2904
|
-
- [
|
|
2978
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2905
2979
|
|
|
2906
2980
|
````text
|
|
2907
|
-
Copyright (c)
|
|
2981
|
+
Copyright (c) The Rust Project Developers
|
|
2908
2982
|
|
|
2909
2983
|
Permission is hereby granted, free of charge, to any
|
|
2910
2984
|
person obtaining a copy of this software and associated
|
|
@@ -2938,11 +3012,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2938
3012
|
|
|
2939
3013
|
### Rust Crates:
|
|
2940
3014
|
|
|
2941
|
-
- [
|
|
3015
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3016
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2942
3017
|
|
|
2943
3018
|
````text
|
|
2944
|
-
|
|
2945
|
-
|
|
3019
|
+
MIT License
|
|
3020
|
+
|
|
3021
|
+
Copyright (c) 2019 Graham Esau
|
|
2946
3022
|
|
|
2947
3023
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2948
3024
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2970,16 +3046,15 @@ SOFTWARE.
|
|
|
2970
3046
|
|
|
2971
3047
|
### Rust Crates:
|
|
2972
3048
|
|
|
2973
|
-
- [
|
|
3049
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3050
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3051
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3052
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2974
3053
|
|
|
2975
3054
|
````text
|
|
2976
|
-
MIT License
|
|
2977
|
-
|
|
2978
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2979
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2980
|
-
Copyright (c) 2017 Frommi
|
|
2981
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3055
|
+
The MIT License (MIT)
|
|
2982
3056
|
|
|
3057
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2983
3058
|
|
|
2984
3059
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2985
3060
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2988,16 +3063,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2988
3063
|
copies of the Software, and to permit persons to whom the Software is
|
|
2989
3064
|
furnished to do so, subject to the following conditions:
|
|
2990
3065
|
|
|
2991
|
-
The above copyright notice and this permission notice shall be included in
|
|
2992
|
-
copies or substantial portions of the Software.
|
|
3066
|
+
The above copyright notice and this permission notice shall be included in
|
|
3067
|
+
all copies or substantial portions of the Software.
|
|
2993
3068
|
|
|
2994
3069
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2995
3070
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2996
3071
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2997
3072
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2998
3073
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2999
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3000
|
-
SOFTWARE.
|
|
3074
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3075
|
+
THE SOFTWARE.
|
|
3001
3076
|
|
|
3002
3077
|
````
|
|
3003
3078
|
|
|
@@ -3007,9 +3082,12 @@ SOFTWARE.
|
|
|
3007
3082
|
|
|
3008
3083
|
### Rust Crates:
|
|
3009
3084
|
|
|
3010
|
-
- [
|
|
3085
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3011
3086
|
|
|
3012
3087
|
````text
|
|
3088
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3089
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3090
|
+
|
|
3013
3091
|
Permission is hereby granted, free of charge, to any
|
|
3014
3092
|
person obtaining a copy of this software and associated
|
|
3015
3093
|
documentation files (the "Software"), to deal in the
|
|
@@ -3033,6 +3111,38 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3033
3111
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3034
3112
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3035
3113
|
DEALINGS IN THE SOFTWARE.
|
|
3114
|
+
|
|
3115
|
+
````
|
|
3116
|
+
|
|
3117
|
+
---
|
|
3118
|
+
|
|
3119
|
+
## The following dependencies are licensed under the MIT License:
|
|
3120
|
+
|
|
3121
|
+
### Rust Crates:
|
|
3122
|
+
|
|
3123
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3124
|
+
|
|
3125
|
+
````text
|
|
3126
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3127
|
+
|
|
3128
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3129
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3130
|
+
in the Software without restriction, including without limitation the rights
|
|
3131
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3132
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3133
|
+
furnished to do so, subject to the following conditions:
|
|
3134
|
+
|
|
3135
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3136
|
+
copies or substantial portions of the Software.
|
|
3137
|
+
|
|
3138
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3139
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3140
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3141
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3142
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3143
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3144
|
+
SOFTWARE.
|
|
3145
|
+
|
|
3036
3146
|
````
|
|
3037
3147
|
|
|
3038
3148
|
---
|
|
@@ -3074,10 +3184,11 @@ SOFTWARE.
|
|
|
3074
3184
|
|
|
3075
3185
|
### Rust Crates:
|
|
3076
3186
|
|
|
3077
|
-
- [
|
|
3187
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3078
3188
|
|
|
3079
3189
|
````text
|
|
3080
|
-
Copyright (c)
|
|
3190
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3191
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3081
3192
|
|
|
3082
3193
|
Permission is hereby granted, free of charge, to any
|
|
3083
3194
|
person obtaining a copy of this software and associated
|
|
@@ -3111,10 +3222,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3111
3222
|
|
|
3112
3223
|
### Rust Crates:
|
|
3113
3224
|
|
|
3114
|
-
- [
|
|
3225
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3115
3226
|
|
|
3116
3227
|
````text
|
|
3117
|
-
Copyright (c)
|
|
3228
|
+
Copyright (c) 2017 http-rs authors
|
|
3229
|
+
|
|
3230
|
+
Permission is hereby granted, free of charge, to any
|
|
3231
|
+
person obtaining a copy of this software and associated
|
|
3232
|
+
documentation files (the "Software"), to deal in the
|
|
3233
|
+
Software without restriction, including without
|
|
3234
|
+
limitation the rights to use, copy, modify, merge,
|
|
3235
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3236
|
+
the Software, and to permit persons to whom the Software
|
|
3237
|
+
is furnished to do so, subject to the following
|
|
3238
|
+
conditions:
|
|
3239
|
+
|
|
3240
|
+
The above copyright notice and this permission notice
|
|
3241
|
+
shall be included in all copies or substantial portions
|
|
3242
|
+
of the Software.
|
|
3243
|
+
|
|
3244
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3245
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3246
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3247
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3248
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3249
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3250
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3251
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3252
|
+
DEALINGS IN THE SOFTWARE.
|
|
3253
|
+
|
|
3254
|
+
````
|
|
3255
|
+
|
|
3256
|
+
---
|
|
3257
|
+
|
|
3258
|
+
## The following dependencies are licensed under the MIT License:
|
|
3259
|
+
|
|
3260
|
+
### Rust Crates:
|
|
3261
|
+
|
|
3262
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3263
|
+
|
|
3264
|
+
````text
|
|
3265
|
+
The MIT License (MIT)
|
|
3266
|
+
|
|
3267
|
+
Copyright (c) 2015 Alice Maz
|
|
3118
3268
|
|
|
3119
3269
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3120
3270
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3134,7 +3284,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3134
3284
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3135
3285
|
THE SOFTWARE.
|
|
3136
3286
|
|
|
3137
|
-
|
|
3138
3287
|
````
|
|
3139
3288
|
|
|
3140
3289
|
---
|
|
@@ -3143,13 +3292,10 @@ THE SOFTWARE.
|
|
|
3143
3292
|
|
|
3144
3293
|
### Rust Crates:
|
|
3145
3294
|
|
|
3146
|
-
- [
|
|
3147
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3148
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3149
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3295
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3150
3296
|
|
|
3151
3297
|
````text
|
|
3152
|
-
Copyright (c)
|
|
3298
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3153
3299
|
|
|
3154
3300
|
Permission is hereby granted, free of charge, to any
|
|
3155
3301
|
person obtaining a copy of this software and associated
|
|
@@ -3183,10 +3329,73 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3183
3329
|
|
|
3184
3330
|
### Rust Crates:
|
|
3185
3331
|
|
|
3186
|
-
- [
|
|
3332
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3187
3333
|
|
|
3188
3334
|
````text
|
|
3189
|
-
|
|
3335
|
+
The MIT License (MIT)
|
|
3336
|
+
|
|
3337
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3338
|
+
|
|
3339
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3340
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3341
|
+
in the Software without restriction, including without limitation the rights
|
|
3342
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3343
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3344
|
+
furnished to do so, subject to the following conditions:
|
|
3345
|
+
|
|
3346
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3347
|
+
copies or substantial portions of the Software.
|
|
3348
|
+
|
|
3349
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3350
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3351
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3352
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3353
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3354
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3355
|
+
SOFTWARE.
|
|
3356
|
+
````
|
|
3357
|
+
|
|
3358
|
+
---
|
|
3359
|
+
|
|
3360
|
+
## The following dependencies are licensed under the MIT License:
|
|
3361
|
+
|
|
3362
|
+
### Rust Crates:
|
|
3363
|
+
|
|
3364
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3365
|
+
|
|
3366
|
+
````text
|
|
3367
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3368
|
+
|
|
3369
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3370
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3371
|
+
in the Software without restriction, including without limitation the rights
|
|
3372
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3373
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3374
|
+
furnished to do so, subject to the following conditions:
|
|
3375
|
+
|
|
3376
|
+
The above copyright notice and this permission notice shall be included in
|
|
3377
|
+
all copies or substantial portions of the Software.
|
|
3378
|
+
|
|
3379
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3380
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3381
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3382
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3383
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3384
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3385
|
+
THE SOFTWARE.
|
|
3386
|
+
|
|
3387
|
+
````
|
|
3388
|
+
|
|
3389
|
+
---
|
|
3390
|
+
|
|
3391
|
+
## The following dependencies are licensed under the MIT License:
|
|
3392
|
+
|
|
3393
|
+
### Rust Crates:
|
|
3394
|
+
|
|
3395
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3396
|
+
|
|
3397
|
+
````text
|
|
3398
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3190
3399
|
|
|
3191
3400
|
Permission is hereby granted, free of charge, to any
|
|
3192
3401
|
person obtaining a copy of this software and associated
|
|
@@ -3220,10 +3429,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3220
3429
|
|
|
3221
3430
|
### Rust Crates:
|
|
3222
3431
|
|
|
3223
|
-
- [
|
|
3432
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3224
3433
|
|
|
3225
3434
|
````text
|
|
3226
|
-
Copyright (c) 2016
|
|
3435
|
+
Copyright (c) 2016--2017
|
|
3227
3436
|
|
|
3228
3437
|
Permission is hereby granted, free of charge, to any
|
|
3229
3438
|
person obtaining a copy of this software and associated
|
|
@@ -3257,32 +3466,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3257
3466
|
|
|
3258
3467
|
### Rust Crates:
|
|
3259
3468
|
|
|
3260
|
-
- [
|
|
3261
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3262
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3469
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3263
3470
|
|
|
3264
3471
|
````text
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3472
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3268
3473
|
|
|
3269
|
-
Permission is hereby granted, free of charge, to any
|
|
3270
|
-
of this software and associated
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3474
|
+
Permission is hereby granted, free of charge, to any
|
|
3475
|
+
person obtaining a copy of this software and associated
|
|
3476
|
+
documentation files (the "Software"), to deal in the
|
|
3477
|
+
Software without restriction, including without
|
|
3478
|
+
limitation the rights to use, copy, modify, merge,
|
|
3479
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3480
|
+
the Software, and to permit persons to whom the Software
|
|
3481
|
+
is furnished to do so, subject to the following
|
|
3482
|
+
conditions:
|
|
3275
3483
|
|
|
3276
|
-
The above copyright notice and this permission notice
|
|
3277
|
-
copies or substantial portions
|
|
3484
|
+
The above copyright notice and this permission notice
|
|
3485
|
+
shall be included in all copies or substantial portions
|
|
3486
|
+
of the Software.
|
|
3278
3487
|
|
|
3279
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3280
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3488
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3489
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3490
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3491
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3492
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3493
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3494
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3495
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3496
|
+
DEALINGS IN THE SOFTWARE.
|
|
3286
3497
|
|
|
3287
3498
|
````
|
|
3288
3499
|
|
|
@@ -3292,17 +3503,10 @@ SOFTWARE.
|
|
|
3292
3503
|
|
|
3293
3504
|
### Rust Crates:
|
|
3294
3505
|
|
|
3295
|
-
- [
|
|
3506
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3296
3507
|
|
|
3297
3508
|
````text
|
|
3298
|
-
Copyright (c) 2016
|
|
3299
|
-
|
|
3300
|
-
Includes parts of http date with the following copyright:
|
|
3301
|
-
Copyright (c) 2016 Pyfisch
|
|
3302
|
-
|
|
3303
|
-
Includes portions of musl libc with the following copyright:
|
|
3304
|
-
Copyright © 2005-2013 Rich Felker
|
|
3305
|
-
|
|
3509
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3306
3510
|
|
|
3307
3511
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3308
3512
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3311,47 +3515,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3311
3515
|
copies of the Software, and to permit persons to whom the Software is
|
|
3312
3516
|
furnished to do so, subject to the following conditions:
|
|
3313
3517
|
|
|
3314
|
-
The above copyright notice and this permission notice shall be included in
|
|
3315
|
-
copies or substantial portions of the Software.
|
|
3518
|
+
The above copyright notice and this permission notice shall be included in
|
|
3519
|
+
all copies or substantial portions of the Software.
|
|
3316
3520
|
|
|
3317
3521
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3318
3522
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3319
3523
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3320
3524
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3321
3525
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3322
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3323
|
-
SOFTWARE.
|
|
3526
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3527
|
+
THE SOFTWARE.
|
|
3324
3528
|
|
|
3325
|
-
````
|
|
3326
|
-
|
|
3327
|
-
---
|
|
3328
|
-
|
|
3329
|
-
## The following dependencies are licensed under the MIT License:
|
|
3330
|
-
|
|
3331
|
-
### Rust Crates:
|
|
3332
|
-
|
|
3333
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3334
|
-
|
|
3335
|
-
````text
|
|
3336
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
3337
|
-
|
|
3338
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3339
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3340
|
-
in the Software without restriction, including without limitation the rights
|
|
3341
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3342
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3343
|
-
furnished to do so, subject to the following conditions:
|
|
3344
|
-
|
|
3345
|
-
The above copyright notice and this permission notice shall be included in
|
|
3346
|
-
all copies or substantial portions of the Software.
|
|
3347
|
-
|
|
3348
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3349
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3350
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3351
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3352
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3353
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3354
|
-
THE SOFTWARE.
|
|
3355
3529
|
|
|
3356
3530
|
````
|
|
3357
3531
|
|
|
@@ -3361,98 +3535,9 @@ THE SOFTWARE.
|
|
|
3361
3535
|
|
|
3362
3536
|
### Rust Crates:
|
|
3363
3537
|
|
|
3364
|
-
- [
|
|
3365
|
-
|
|
3366
|
-
````text
|
|
3367
|
-
The MIT License (MIT)
|
|
3368
|
-
|
|
3369
|
-
Copyright (c) 2016 Johann Tuffe
|
|
3370
|
-
|
|
3371
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3372
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3373
|
-
in the Software without restriction, including without limitation the rights
|
|
3374
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3375
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3376
|
-
furnished to do so, subject to the following conditions:
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
The above copyright notice and this permission notice shall be included in
|
|
3380
|
-
all copies or substantial portions of the Software.
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3384
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3385
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3386
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3387
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3388
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3389
|
-
THE SOFTWARE.
|
|
3390
|
-
|
|
3391
|
-
````
|
|
3392
|
-
|
|
3393
|
-
---
|
|
3394
|
-
|
|
3395
|
-
## The following dependencies are licensed under the MIT License:
|
|
3396
|
-
|
|
3397
|
-
### Rust Crates:
|
|
3398
|
-
|
|
3399
|
-
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3400
|
-
|
|
3401
|
-
````text
|
|
3402
|
-
Copyright (c) 2015 steffengy
|
|
3403
|
-
|
|
3404
|
-
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:
|
|
3405
|
-
|
|
3406
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3407
|
-
|
|
3408
|
-
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.
|
|
3409
|
-
|
|
3410
|
-
````
|
|
3411
|
-
|
|
3412
|
-
---
|
|
3413
|
-
|
|
3414
|
-
## The following dependencies are licensed under the MIT License:
|
|
3415
|
-
|
|
3416
|
-
### Rust Crates:
|
|
3417
|
-
|
|
3418
|
-
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3419
|
-
|
|
3420
|
-
````text
|
|
3421
|
-
MIT License
|
|
3422
|
-
|
|
3423
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
3424
|
-
|
|
3425
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3426
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3427
|
-
in the Software without restriction, including without limitation the rights
|
|
3428
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3429
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3430
|
-
furnished to do so, subject to the following conditions:
|
|
3431
|
-
|
|
3432
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3433
|
-
copies or substantial portions of the Software.
|
|
3434
|
-
|
|
3435
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3436
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3437
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3438
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3439
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3440
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3441
|
-
SOFTWARE.
|
|
3442
|
-
|
|
3443
|
-
````
|
|
3444
|
-
|
|
3445
|
-
---
|
|
3446
|
-
|
|
3447
|
-
## The following dependencies are licensed under the MIT License:
|
|
3448
|
-
|
|
3449
|
-
### Rust Crates:
|
|
3450
|
-
|
|
3451
|
-
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3538
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
3452
3539
|
|
|
3453
3540
|
````text
|
|
3454
|
-
Copyright (c) 2017 Artyom Pavlov
|
|
3455
|
-
|
|
3456
3541
|
Permission is hereby granted, free of charge, to any
|
|
3457
3542
|
person obtaining a copy of this software and associated
|
|
3458
3543
|
documentation files (the "Software"), to deal in the
|
|
@@ -3476,7 +3561,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3476
3561
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3477
3562
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3478
3563
|
DEALINGS IN THE SOFTWARE.
|
|
3479
|
-
|
|
3480
3564
|
````
|
|
3481
3565
|
|
|
3482
3566
|
---
|
|
@@ -3485,12 +3569,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3485
3569
|
|
|
3486
3570
|
### Rust Crates:
|
|
3487
3571
|
|
|
3488
|
-
- [
|
|
3489
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3490
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3572
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3491
3573
|
|
|
3492
3574
|
````text
|
|
3493
|
-
Copyright (c)
|
|
3575
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3494
3576
|
|
|
3495
3577
|
Permission is hereby granted, free of charge, to any
|
|
3496
3578
|
person obtaining a copy of this software and associated
|
|
@@ -3524,30 +3606,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3524
3606
|
|
|
3525
3607
|
### Rust Crates:
|
|
3526
3608
|
|
|
3527
|
-
- [
|
|
3609
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3528
3610
|
|
|
3529
3611
|
````text
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3612
|
+
The MIT License (MIT)
|
|
3613
|
+
|
|
3614
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3615
|
+
|
|
3616
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3617
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3618
|
+
in the Software without restriction, including without limitation the rights
|
|
3619
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3620
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3621
|
+
furnished to do so, subject to the following conditions:
|
|
3622
|
+
|
|
3623
|
+
|
|
3624
|
+
The above copyright notice and this permission notice shall be included in
|
|
3625
|
+
all copies or substantial portions of the Software.
|
|
3626
|
+
|
|
3627
|
+
|
|
3628
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3629
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3630
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3631
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3632
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3633
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3634
|
+
THE SOFTWARE.
|
|
3551
3635
|
|
|
3552
3636
|
````
|
|
3553
3637
|
|
|
@@ -3557,28 +3641,34 @@ THE SOFTWARE.
|
|
|
3557
3641
|
|
|
3558
3642
|
### Rust Crates:
|
|
3559
3643
|
|
|
3560
|
-
- [
|
|
3644
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3561
3645
|
|
|
3562
3646
|
````text
|
|
3563
|
-
Copyright (c)
|
|
3647
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3564
3648
|
|
|
3565
|
-
Permission is hereby granted, free of charge, to any
|
|
3566
|
-
of this software and associated
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3649
|
+
Permission is hereby granted, free of charge, to any
|
|
3650
|
+
person obtaining a copy of this software and associated
|
|
3651
|
+
documentation files (the "Software"), to deal in the
|
|
3652
|
+
Software without restriction, including without
|
|
3653
|
+
limitation the rights to use, copy, modify, merge,
|
|
3654
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3655
|
+
the Software, and to permit persons to whom the Software
|
|
3656
|
+
is furnished to do so, subject to the following
|
|
3657
|
+
conditions:
|
|
3571
3658
|
|
|
3572
|
-
The above copyright notice and this permission notice
|
|
3573
|
-
all copies or substantial portions
|
|
3659
|
+
The above copyright notice and this permission notice
|
|
3660
|
+
shall be included in all copies or substantial portions
|
|
3661
|
+
of the Software.
|
|
3574
3662
|
|
|
3575
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3576
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3663
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3664
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3665
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3666
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3667
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3668
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3669
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3670
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3671
|
+
DEALINGS IN THE SOFTWARE.
|
|
3582
3672
|
|
|
3583
3673
|
````
|
|
3584
3674
|
|
|
@@ -3588,13 +3678,14 @@ THE SOFTWARE.
|
|
|
3588
3678
|
|
|
3589
3679
|
### Rust Crates:
|
|
3590
3680
|
|
|
3591
|
-
- [
|
|
3681
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3592
3682
|
|
|
3593
3683
|
````text
|
|
3594
|
-
MIT License
|
|
3684
|
+
The MIT License (MIT)
|
|
3595
3685
|
|
|
3596
|
-
Copyright (c)
|
|
3597
|
-
Copyright (c)
|
|
3686
|
+
Copyright (c) 2015 Danny Guo
|
|
3687
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3688
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3598
3689
|
|
|
3599
3690
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3600
3691
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3622,31 +3713,16 @@ SOFTWARE.
|
|
|
3622
3713
|
|
|
3623
3714
|
### Rust Crates:
|
|
3624
3715
|
|
|
3625
|
-
- [
|
|
3716
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3626
3717
|
|
|
3627
3718
|
````text
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
3631
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3719
|
+
Copyright 2016 Nika Layzell
|
|
3632
3720
|
|
|
3633
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3634
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3635
|
-
in the Software without restriction, including without limitation the rights
|
|
3636
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3637
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3638
|
-
furnished to do so, subject to the following conditions:
|
|
3721
|
+
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:
|
|
3639
3722
|
|
|
3640
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3641
|
-
copies or substantial portions of the Software.
|
|
3723
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3642
3724
|
|
|
3643
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3644
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3645
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3646
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3647
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3648
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3649
|
-
SOFTWARE.
|
|
3725
|
+
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.
|
|
3650
3726
|
|
|
3651
3727
|
````
|
|
3652
3728
|
|
|
@@ -3656,17 +3732,17 @@ SOFTWARE.
|
|
|
3656
3732
|
|
|
3657
3733
|
### Rust Crates:
|
|
3658
3734
|
|
|
3659
|
-
- [
|
|
3735
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3736
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3737
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3738
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3660
3739
|
|
|
3661
3740
|
````text
|
|
3662
|
-
Copyright 2016 Nika Layzell
|
|
3663
|
-
|
|
3664
3741
|
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:
|
|
3665
3742
|
|
|
3666
3743
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3667
3744
|
|
|
3668
3745
|
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.
|
|
3669
|
-
|
|
3670
3746
|
````
|
|
3671
3747
|
|
|
3672
3748
|
---
|
|
@@ -3675,10 +3751,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3675
3751
|
|
|
3676
3752
|
### Rust Crates:
|
|
3677
3753
|
|
|
3678
|
-
- [
|
|
3754
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3679
3755
|
|
|
3680
3756
|
````text
|
|
3681
|
-
Copyright 2023
|
|
3757
|
+
Copyright (c) 2016--2023
|
|
3682
3758
|
|
|
3683
3759
|
Permission is hereby granted, free of charge, to any
|
|
3684
3760
|
person obtaining a copy of this software and associated
|
|
@@ -3704,7 +3780,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3704
3780
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3705
3781
|
DEALINGS IN THE SOFTWARE.
|
|
3706
3782
|
|
|
3707
|
-
|
|
3708
3783
|
````
|
|
3709
3784
|
|
|
3710
3785
|
---
|
|
@@ -3713,127 +3788,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3713
3788
|
|
|
3714
3789
|
### Rust Crates:
|
|
3715
3790
|
|
|
3716
|
-
- [
|
|
3717
|
-
|
|
3718
|
-
````text
|
|
3719
|
-
MIT License
|
|
3720
|
-
|
|
3721
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3722
|
-
|
|
3723
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3724
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3725
|
-
in the Software without restriction, including without limitation the rights
|
|
3726
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3727
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3728
|
-
furnished to do so, subject to the following conditions:
|
|
3729
|
-
|
|
3730
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3731
|
-
copies or substantial portions of the Software.
|
|
3732
|
-
|
|
3733
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3734
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3735
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3736
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3737
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3738
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3739
|
-
SOFTWARE.
|
|
3740
|
-
|
|
3741
|
-
````
|
|
3742
|
-
|
|
3743
|
-
---
|
|
3744
|
-
|
|
3745
|
-
## The following dependencies are licensed under the MIT License:
|
|
3746
|
-
|
|
3747
|
-
### NPM Packages:
|
|
3748
|
-
|
|
3749
|
-
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3750
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3751
|
-
|
|
3752
|
-
````text
|
|
3753
|
-
MIT License
|
|
3754
|
-
|
|
3755
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
3756
|
-
|
|
3757
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3758
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3759
|
-
in the Software without restriction, including without limitation the rights
|
|
3760
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3761
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3762
|
-
furnished to do so, subject to the following conditions:
|
|
3763
|
-
|
|
3764
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3765
|
-
copies or substantial portions of the Software.
|
|
3766
|
-
|
|
3767
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3768
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3769
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3770
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3771
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3772
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3773
|
-
SOFTWARE.
|
|
3774
|
-
|
|
3775
|
-
````
|
|
3776
|
-
|
|
3777
|
-
---
|
|
3778
|
-
|
|
3779
|
-
## The following dependencies are licensed under the MIT License:
|
|
3780
|
-
|
|
3781
|
-
### NPM Packages:
|
|
3782
|
-
|
|
3783
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3791
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3784
3792
|
|
|
3785
3793
|
````text
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3789
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3790
|
-
the Software without restriction, including without limitation the rights to
|
|
3791
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3792
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3793
|
-
subject to the following conditions:
|
|
3794
|
-
|
|
3795
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3796
|
-
copies or substantial portions of the Software.
|
|
3797
|
-
|
|
3798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3799
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3800
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3801
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3802
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3803
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3804
|
-
|
|
3805
|
-
````
|
|
3806
|
-
|
|
3807
|
-
---
|
|
3794
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3808
3795
|
|
|
3809
|
-
|
|
3796
|
+
Permission is hereby granted, free of charge, to any
|
|
3797
|
+
person obtaining a copy of this software and associated
|
|
3798
|
+
documentation files (the "Software"), to deal in the
|
|
3799
|
+
Software without restriction, including without
|
|
3800
|
+
limitation the rights to use, copy, modify, merge,
|
|
3801
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3802
|
+
the Software, and to permit persons to whom the Software
|
|
3803
|
+
is furnished to do so, subject to the following
|
|
3804
|
+
conditions:
|
|
3810
3805
|
|
|
3811
|
-
|
|
3806
|
+
The above copyright notice and this permission notice
|
|
3807
|
+
shall be included in all copies or substantial portions
|
|
3808
|
+
of the Software.
|
|
3812
3809
|
|
|
3813
|
-
|
|
3810
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3811
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3812
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3813
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3814
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3815
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3816
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3817
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3818
|
+
DEALINGS IN THE SOFTWARE.
|
|
3814
3819
|
|
|
3815
|
-
````text
|
|
3816
|
-
The MIT License (MIT)
|
|
3817
|
-
|
|
3818
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3819
|
-
|
|
3820
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3821
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3822
|
-
in the Software without restriction, including without limitation the rights
|
|
3823
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3824
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3825
|
-
furnished to do so, subject to the following conditions:
|
|
3826
|
-
|
|
3827
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3828
|
-
copies or substantial portions of the Software.
|
|
3829
|
-
|
|
3830
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3831
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3832
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3833
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3834
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3835
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3836
|
-
SOFTWARE.
|
|
3837
3820
|
````
|
|
3838
3821
|
|
|
3839
3822
|
---
|
|
@@ -3842,29 +3825,34 @@ SOFTWARE.
|
|
|
3842
3825
|
|
|
3843
3826
|
### Rust Crates:
|
|
3844
3827
|
|
|
3845
|
-
- [
|
|
3828
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3846
3829
|
|
|
3847
3830
|
````text
|
|
3848
|
-
Copyright (c)
|
|
3849
|
-
|
|
3850
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3851
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3852
|
-
in the Software without restriction, including without limitation the rights
|
|
3853
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3854
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3855
|
-
furnished to do so, subject to the following conditions:
|
|
3831
|
+
Copyright (c) 2015 Steven Allen
|
|
3856
3832
|
|
|
3857
|
-
|
|
3858
|
-
|
|
3833
|
+
Permission is hereby granted, free of charge, to any
|
|
3834
|
+
person obtaining a copy of this software and associated
|
|
3835
|
+
documentation files (the "Software"), to deal in the
|
|
3836
|
+
Software without restriction, including without
|
|
3837
|
+
limitation the rights to use, copy, modify, merge,
|
|
3838
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3839
|
+
the Software, and to permit persons to whom the Software
|
|
3840
|
+
is furnished to do so, subject to the following
|
|
3841
|
+
conditions:
|
|
3859
3842
|
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3864
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3865
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3866
|
-
THE SOFTWARE.
|
|
3843
|
+
The above copyright notice and this permission notice
|
|
3844
|
+
shall be included in all copies or substantial portions
|
|
3845
|
+
of the Software.
|
|
3867
3846
|
|
|
3847
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3848
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3849
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3850
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3851
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3852
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3853
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3854
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3855
|
+
DEALINGS IN THE SOFTWARE.
|
|
3868
3856
|
|
|
3869
3857
|
````
|
|
3870
3858
|
|
|
@@ -3872,14 +3860,15 @@ THE SOFTWARE.
|
|
|
3872
3860
|
|
|
3873
3861
|
## The following dependencies are licensed under the MIT License:
|
|
3874
3862
|
|
|
3875
|
-
###
|
|
3863
|
+
### Rust Crates:
|
|
3876
3864
|
|
|
3877
|
-
- [
|
|
3865
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3878
3866
|
|
|
3879
3867
|
````text
|
|
3880
3868
|
MIT License
|
|
3881
3869
|
|
|
3882
|
-
Copyright (c)
|
|
3870
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
3871
|
+
Copyright (c) Tokio Contributors
|
|
3883
3872
|
|
|
3884
3873
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3885
3874
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3899,7 +3888,42 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3899
3888
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3900
3889
|
SOFTWARE.
|
|
3901
3890
|
|
|
3902
|
-
|
|
3891
|
+
````
|
|
3892
|
+
|
|
3893
|
+
---
|
|
3894
|
+
|
|
3895
|
+
## The following dependencies are licensed under the MIT License:
|
|
3896
|
+
|
|
3897
|
+
### Rust Crates:
|
|
3898
|
+
|
|
3899
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3900
|
+
|
|
3901
|
+
````text
|
|
3902
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3903
|
+
|
|
3904
|
+
Permission is hereby granted, free of charge, to any
|
|
3905
|
+
person obtaining a copy of this software and associated
|
|
3906
|
+
documentation files (the "Software"), to deal in the
|
|
3907
|
+
Software without restriction, including without
|
|
3908
|
+
limitation the rights to use, copy, modify, merge,
|
|
3909
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3910
|
+
the Software, and to permit persons to whom the Software
|
|
3911
|
+
is furnished to do so, subject to the following
|
|
3912
|
+
conditions:
|
|
3913
|
+
|
|
3914
|
+
The above copyright notice and this permission notice
|
|
3915
|
+
shall be included in all copies or substantial portions
|
|
3916
|
+
of the Software.
|
|
3917
|
+
|
|
3918
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3919
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3920
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3921
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3922
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3923
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3924
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3925
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3926
|
+
DEALINGS IN THE SOFTWARE.
|
|
3903
3927
|
|
|
3904
3928
|
````
|
|
3905
3929
|
|
|
@@ -3909,10 +3933,10 @@ SOFTWARE.
|
|
|
3909
3933
|
|
|
3910
3934
|
### Rust Crates:
|
|
3911
3935
|
|
|
3912
|
-
- [
|
|
3936
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3913
3937
|
|
|
3914
3938
|
````text
|
|
3915
|
-
Copyright (c)
|
|
3939
|
+
Copyright (c) 2015 Igor Shaula
|
|
3916
3940
|
|
|
3917
3941
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3918
3942
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3940,10 +3964,10 @@ THE SOFTWARE.
|
|
|
3940
3964
|
|
|
3941
3965
|
### Rust Crates:
|
|
3942
3966
|
|
|
3943
|
-
- [
|
|
3967
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3944
3968
|
|
|
3945
3969
|
````text
|
|
3946
|
-
Copyright (c)
|
|
3970
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3947
3971
|
|
|
3948
3972
|
Permission is hereby granted, free of charge, to any
|
|
3949
3973
|
person obtaining a copy of this software and associated
|
|
@@ -3977,10 +4001,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3977
4001
|
|
|
3978
4002
|
### Rust Crates:
|
|
3979
4003
|
|
|
3980
|
-
- [
|
|
4004
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
4005
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4006
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3981
4007
|
|
|
3982
4008
|
````text
|
|
3983
|
-
|
|
4009
|
+
MIT License
|
|
4010
|
+
|
|
4011
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3984
4012
|
|
|
3985
4013
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3986
4014
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4008,16 +4036,45 @@ SOFTWARE.
|
|
|
4008
4036
|
|
|
4009
4037
|
### Rust Crates:
|
|
4010
4038
|
|
|
4011
|
-
- [
|
|
4012
|
-
- [
|
|
4013
|
-
- [
|
|
4014
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
4015
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
4016
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
4039
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
4040
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
4041
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
4017
4042
|
|
|
4018
4043
|
````text
|
|
4019
|
-
|
|
4020
|
-
|
|
4044
|
+
MIT License
|
|
4045
|
+
|
|
4046
|
+
Copyright (c) Tokio Contributors
|
|
4047
|
+
|
|
4048
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4049
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4050
|
+
in the Software without restriction, including without limitation the rights
|
|
4051
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4052
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4053
|
+
furnished to do so, subject to the following conditions:
|
|
4054
|
+
|
|
4055
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4056
|
+
copies or substantial portions of the Software.
|
|
4057
|
+
|
|
4058
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4059
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4060
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4061
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4062
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4063
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4064
|
+
SOFTWARE.
|
|
4065
|
+
|
|
4066
|
+
````
|
|
4067
|
+
|
|
4068
|
+
---
|
|
4069
|
+
|
|
4070
|
+
## The following dependencies are licensed under the MIT License:
|
|
4071
|
+
|
|
4072
|
+
### Rust Crates:
|
|
4073
|
+
|
|
4074
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
4075
|
+
|
|
4076
|
+
````text
|
|
4077
|
+
Copyright 2023 The Fuchsia Authors
|
|
4021
4078
|
|
|
4022
4079
|
Permission is hereby granted, free of charge, to any
|
|
4023
4080
|
person obtaining a copy of this software and associated
|
|
@@ -4043,59 +4100,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
4043
4100
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4044
4101
|
DEALINGS IN THE SOFTWARE.
|
|
4045
4102
|
|
|
4046
|
-
````
|
|
4047
|
-
|
|
4048
|
-
---
|
|
4049
|
-
|
|
4050
|
-
## The following dependencies are licensed under the MIT License:
|
|
4051
|
-
|
|
4052
|
-
### Rust Crates:
|
|
4053
|
-
|
|
4054
|
-
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
4055
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
4056
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
4057
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
4058
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
4059
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4060
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4061
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
4062
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
4063
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
4064
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
4065
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
4066
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
4067
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
4068
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
4069
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
4070
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
4071
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
4072
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
4073
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
4074
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
4075
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
4076
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
4077
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
4078
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
4079
|
-
|
|
4080
|
-
````text
|
|
4081
|
-
MIT License
|
|
4082
|
-
|
|
4083
|
-
Copyright (c) <year> <copyright holders>
|
|
4084
|
-
|
|
4085
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
4086
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
4087
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4088
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
4089
|
-
following conditions:
|
|
4090
|
-
|
|
4091
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
4092
|
-
portions of the Software.
|
|
4093
|
-
|
|
4094
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
4095
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
4096
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4097
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4098
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4099
4103
|
|
|
4100
4104
|
````
|
|
4101
4105
|
|
|
@@ -4105,29 +4109,16 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4105
4109
|
|
|
4106
4110
|
### Rust Crates:
|
|
4107
4111
|
|
|
4108
|
-
- [
|
|
4109
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
4112
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
4110
4113
|
|
|
4111
4114
|
````text
|
|
4112
|
-
|
|
4115
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
4113
4116
|
|
|
4114
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4115
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4116
|
-
in the Software without restriction, including without limitation the rights
|
|
4117
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4118
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4119
|
-
furnished to do so, subject to the following conditions:
|
|
4117
|
+
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:
|
|
4120
4118
|
|
|
4121
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4122
|
-
copies or substantial portions of the Software.
|
|
4119
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4123
4120
|
|
|
4124
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4125
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4126
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4127
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4128
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4129
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4130
|
-
SOFTWARE.
|
|
4121
|
+
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.
|
|
4131
4122
|
|
|
4132
4123
|
````
|
|
4133
4124
|
|
|
@@ -4137,10 +4128,19 @@ SOFTWARE.
|
|
|
4137
4128
|
|
|
4138
4129
|
### Rust Crates:
|
|
4139
4130
|
|
|
4140
|
-
- [
|
|
4131
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4132
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4133
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4134
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4135
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4136
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4137
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4138
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4139
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4141
4140
|
|
|
4142
4141
|
````text
|
|
4143
|
-
Copyright (c)
|
|
4142
|
+
Copyright (c) 2016 Alex Crichton
|
|
4143
|
+
Copyright (c) 2017 The Tokio Authors
|
|
4144
4144
|
|
|
4145
4145
|
Permission is hereby granted, free of charge, to any
|
|
4146
4146
|
person obtaining a copy of this software and associated
|
|
@@ -4559,31 +4559,14 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4559
4559
|
|
|
4560
4560
|
### Rust Crates:
|
|
4561
4561
|
|
|
4562
|
-
- [
|
|
4563
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4564
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4565
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4566
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4567
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4568
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4569
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4570
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4571
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4572
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4573
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4574
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4575
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4576
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4577
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4578
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4579
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4562
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4580
4563
|
|
|
4581
4564
|
````text
|
|
4582
4565
|
UNICODE LICENSE V3
|
|
4583
4566
|
|
|
4584
4567
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4585
4568
|
|
|
4586
|
-
Copyright ©
|
|
4569
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4587
4570
|
|
|
4588
4571
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4589
4572
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4619,13 +4602,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4619
4602
|
dealings in these Data Files or Software without prior written
|
|
4620
4603
|
authorization of the copyright holder.
|
|
4621
4604
|
|
|
4622
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4623
|
-
|
|
4624
|
-
—
|
|
4625
|
-
|
|
4626
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4627
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4628
|
-
|
|
4629
4605
|
````
|
|
4630
4606
|
|
|
4631
4607
|
---
|
|
@@ -4634,14 +4610,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4634
4610
|
|
|
4635
4611
|
### Rust Crates:
|
|
4636
4612
|
|
|
4637
|
-
- [
|
|
4613
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4614
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4615
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4616
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4617
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4618
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4619
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4620
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4621
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4622
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4623
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4624
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4625
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4626
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4627
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4628
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4629
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4630
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4638
4631
|
|
|
4639
4632
|
````text
|
|
4640
4633
|
UNICODE LICENSE V3
|
|
4641
4634
|
|
|
4642
4635
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4643
4636
|
|
|
4644
|
-
Copyright ©
|
|
4637
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4645
4638
|
|
|
4646
4639
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4647
4640
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4677,5 +4670,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4677
4670
|
dealings in these Data Files or Software without prior written
|
|
4678
4671
|
authorization of the copyright holder.
|
|
4679
4672
|
|
|
4673
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4674
|
+
|
|
4675
|
+
—
|
|
4676
|
+
|
|
4677
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4678
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4679
|
+
|
|
4680
4680
|
````
|
|
4681
4681
|
|