@deveco-codegenie/mcp-bridge-win32-x64 1.1.3 → 1.1.4
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 +1148 -1148
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -23,21 +23,23 @@
|
|
|
23
23
|
|
|
24
24
|
### Rust Crates:
|
|
25
25
|
|
|
26
|
-
- [
|
|
26
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
27
27
|
|
|
28
28
|
````text
|
|
29
|
-
|
|
29
|
+
BSD Zero Clause License
|
|
30
30
|
|
|
31
|
-
|
|
32
|
-
any purpose with or without fee is hereby granted.
|
|
31
|
+
Copyright (c) 2025 Goat
|
|
33
32
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
33
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
34
|
+
purpose with or without fee is hereby granted.
|
|
35
|
+
|
|
36
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
37
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
38
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
39
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
40
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
41
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
42
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
41
43
|
|
|
42
44
|
````
|
|
43
45
|
|
|
@@ -47,23 +49,22 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
47
49
|
|
|
48
50
|
### Rust Crates:
|
|
49
51
|
|
|
50
|
-
- [
|
|
52
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
51
53
|
|
|
52
54
|
````text
|
|
53
|
-
|
|
55
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
54
56
|
|
|
55
|
-
|
|
57
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
58
|
+
any purpose with or without fee is hereby granted.
|
|
56
59
|
|
|
57
|
-
|
|
58
|
-
|
|
60
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
61
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
62
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
63
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
64
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
65
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
66
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
59
67
|
|
|
60
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
61
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
62
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
63
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
64
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
65
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
66
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
67
68
|
````
|
|
68
69
|
|
|
69
70
|
---
|
|
@@ -98,12 +99,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
98
99
|
|
|
99
100
|
### Rust Crates:
|
|
100
101
|
|
|
101
|
-
- [
|
|
102
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
102
103
|
|
|
103
104
|
````text
|
|
104
105
|
BSD Zero Clause License
|
|
105
106
|
|
|
106
|
-
Copyright (c)
|
|
107
|
+
Copyright (c) 2023 kotauskas
|
|
107
108
|
|
|
108
109
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
109
110
|
purpose with or without fee is hereby granted.
|
|
@@ -115,7 +116,6 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
115
116
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
116
117
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
117
118
|
PERFORMANCE OF THIS SOFTWARE.
|
|
118
|
-
|
|
119
119
|
````
|
|
120
120
|
|
|
121
121
|
---
|
|
@@ -704,11 +704,50 @@ THIS SOFTWARE.
|
|
|
704
704
|
|
|
705
705
|
### Rust Crates:
|
|
706
706
|
|
|
707
|
-
- [
|
|
707
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
708
708
|
|
|
709
709
|
````text
|
|
710
|
-
Copyright (c)
|
|
711
|
-
|
|
710
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
711
|
+
|
|
712
|
+
Permission is hereby granted, free of charge, to any
|
|
713
|
+
person obtaining a copy of this software and associated
|
|
714
|
+
documentation files (the "Software"), to deal in the
|
|
715
|
+
Software without restriction, including without
|
|
716
|
+
limitation the rights to use, copy, modify, merge,
|
|
717
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
718
|
+
the Software, and to permit persons to whom the Software
|
|
719
|
+
is furnished to do so, subject to the following
|
|
720
|
+
conditions:
|
|
721
|
+
|
|
722
|
+
The above copyright notice and this permission notice
|
|
723
|
+
shall be included in all copies or substantial portions
|
|
724
|
+
of the Software.
|
|
725
|
+
|
|
726
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
727
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
728
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
729
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
730
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
731
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
732
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
733
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
734
|
+
DEALINGS IN THE SOFTWARE.
|
|
735
|
+
|
|
736
|
+
````
|
|
737
|
+
|
|
738
|
+
---
|
|
739
|
+
|
|
740
|
+
## The following dependencies are licensed under the MIT License:
|
|
741
|
+
|
|
742
|
+
### Rust Crates:
|
|
743
|
+
|
|
744
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
745
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
746
|
+
|
|
747
|
+
````text
|
|
748
|
+
MIT License
|
|
749
|
+
|
|
750
|
+
Copyright (c) 2019 Graham Esau
|
|
712
751
|
|
|
713
752
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
714
753
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -717,17 +756,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
717
756
|
copies of the Software, and to permit persons to whom the Software is
|
|
718
757
|
furnished to do so, subject to the following conditions:
|
|
719
758
|
|
|
720
|
-
The above copyright notice and this permission notice shall be included in
|
|
721
|
-
|
|
759
|
+
The above copyright notice and this permission notice shall be included in all
|
|
760
|
+
copies or substantial portions of the Software.
|
|
722
761
|
|
|
723
762
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
724
763
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
725
764
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
726
765
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
727
766
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
728
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
729
|
-
|
|
730
|
-
|
|
767
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
768
|
+
SOFTWARE.
|
|
731
769
|
|
|
732
770
|
````
|
|
733
771
|
|
|
@@ -775,61 +813,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
775
813
|
|
|
776
814
|
### Rust Crates:
|
|
777
815
|
|
|
778
|
-
- [
|
|
779
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
780
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
781
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
782
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
783
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
784
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
785
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
786
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
787
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
788
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
789
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
790
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
791
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
792
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
793
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
794
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
795
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
796
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
797
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
798
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
799
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
800
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
801
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
802
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
803
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
804
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
805
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
806
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
807
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
816
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
808
817
|
|
|
809
818
|
````text
|
|
810
|
-
|
|
811
|
-
person obtaining a copy of this software and associated
|
|
812
|
-
documentation files (the "Software"), to deal in the
|
|
813
|
-
Software without restriction, including without
|
|
814
|
-
limitation the rights to use, copy, modify, merge,
|
|
815
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
816
|
-
the Software, and to permit persons to whom the Software
|
|
817
|
-
is furnished to do so, subject to the following
|
|
818
|
-
conditions:
|
|
819
|
+
MIT License
|
|
819
820
|
|
|
820
|
-
|
|
821
|
-
shall be included in all copies or substantial portions
|
|
822
|
-
of the Software.
|
|
821
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
823
822
|
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
823
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
824
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
825
|
+
in the Software without restriction, including without limitation the rights
|
|
826
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
827
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
828
|
+
furnished to do so, subject to the following conditions:
|
|
829
|
+
|
|
830
|
+
The above copyright notice and this permission notice shall be included in all
|
|
831
|
+
copies or substantial portions of the Software.
|
|
832
|
+
|
|
833
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
834
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
835
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
836
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
837
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
838
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
839
|
+
SOFTWARE.
|
|
833
840
|
|
|
834
841
|
````
|
|
835
842
|
|
|
@@ -839,10 +846,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
839
846
|
|
|
840
847
|
### Rust Crates:
|
|
841
848
|
|
|
842
|
-
- [
|
|
849
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
850
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
851
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
852
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
843
853
|
|
|
844
854
|
````text
|
|
845
|
-
Copyright (c)
|
|
855
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
846
856
|
|
|
847
857
|
Permission is hereby granted, free of charge, to any
|
|
848
858
|
person obtaining a copy of this software and associated
|
|
@@ -876,10 +886,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
876
886
|
|
|
877
887
|
### Rust Crates:
|
|
878
888
|
|
|
879
|
-
- [
|
|
889
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
880
890
|
|
|
881
891
|
````text
|
|
882
|
-
Copyright
|
|
892
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
883
893
|
|
|
884
894
|
Permission is hereby granted, free of charge, to any
|
|
885
895
|
person obtaining a copy of this software and associated
|
|
@@ -913,11 +923,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
913
923
|
|
|
914
924
|
### Rust Crates:
|
|
915
925
|
|
|
916
|
-
- [
|
|
926
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
917
927
|
|
|
918
928
|
````text
|
|
919
|
-
Copyright (c)
|
|
920
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
929
|
+
Copyright (c) 2016 Anthony Ramine
|
|
921
930
|
|
|
922
931
|
Permission is hereby granted, free of charge, to any
|
|
923
932
|
person obtaining a copy of this software and associated
|
|
@@ -949,14 +958,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
949
958
|
|
|
950
959
|
## The following dependencies are licensed under the MIT License:
|
|
951
960
|
|
|
952
|
-
###
|
|
961
|
+
### Rust Crates:
|
|
953
962
|
|
|
954
|
-
- [
|
|
963
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
955
964
|
|
|
956
965
|
````text
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
966
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
960
967
|
|
|
961
968
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
962
969
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -965,16 +972,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
965
972
|
copies of the Software, and to permit persons to whom the Software is
|
|
966
973
|
furnished to do so, subject to the following conditions:
|
|
967
974
|
|
|
968
|
-
The above copyright notice and this permission notice shall be included in
|
|
969
|
-
copies or substantial portions of the Software.
|
|
975
|
+
The above copyright notice and this permission notice shall be included in
|
|
976
|
+
all copies or substantial portions of the Software.
|
|
970
977
|
|
|
971
978
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
972
979
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
973
980
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
974
981
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
975
982
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
976
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
977
|
-
SOFTWARE.
|
|
983
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
984
|
+
THE SOFTWARE.
|
|
978
985
|
|
|
979
986
|
|
|
980
987
|
````
|
|
@@ -985,35 +992,34 @@ SOFTWARE.
|
|
|
985
992
|
|
|
986
993
|
### Rust Crates:
|
|
987
994
|
|
|
988
|
-
- [
|
|
995
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
989
996
|
|
|
990
997
|
````text
|
|
991
|
-
|
|
992
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
998
|
+
MIT License
|
|
993
999
|
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
limitation the rights to use, copy, modify, merge,
|
|
999
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1000
|
-
the Software, and to permit persons to whom the Software
|
|
1001
|
-
is furnished to do so, subject to the following
|
|
1002
|
-
conditions:
|
|
1000
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1001
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1002
|
+
Copyright (c) 2017 Frommi
|
|
1003
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1003
1004
|
|
|
1004
|
-
The above copyright notice and this permission notice
|
|
1005
|
-
shall be included in all copies or substantial portions
|
|
1006
|
-
of the Software.
|
|
1007
1005
|
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1006
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1007
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1008
|
+
in the Software without restriction, including without limitation the rights
|
|
1009
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1010
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1011
|
+
furnished to do so, subject to the following conditions:
|
|
1012
|
+
|
|
1013
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1014
|
+
copies or substantial portions of the Software.
|
|
1015
|
+
|
|
1016
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1017
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1018
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1019
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1020
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1021
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1022
|
+
SOFTWARE.
|
|
1017
1023
|
|
|
1018
1024
|
````
|
|
1019
1025
|
|
|
@@ -1023,10 +1029,97 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1023
1029
|
|
|
1024
1030
|
### Rust Crates:
|
|
1025
1031
|
|
|
1026
|
-
- [
|
|
1032
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1033
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1034
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1035
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1036
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1037
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1038
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1039
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1040
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1041
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1042
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1043
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1044
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1045
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1046
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1047
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1048
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1049
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1050
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1051
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1052
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1053
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1054
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1055
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1056
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1027
1057
|
|
|
1028
1058
|
````text
|
|
1029
|
-
|
|
1059
|
+
MIT License
|
|
1060
|
+
|
|
1061
|
+
Copyright (c) <year> <copyright holders>
|
|
1062
|
+
|
|
1063
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1064
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1065
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1066
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1067
|
+
following conditions:
|
|
1068
|
+
|
|
1069
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1070
|
+
portions of the Software.
|
|
1071
|
+
|
|
1072
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1073
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1074
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1075
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1076
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1077
|
+
|
|
1078
|
+
````
|
|
1079
|
+
|
|
1080
|
+
---
|
|
1081
|
+
|
|
1082
|
+
## The following dependencies are licensed under the MIT License:
|
|
1083
|
+
|
|
1084
|
+
### Rust Crates:
|
|
1085
|
+
|
|
1086
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1087
|
+
|
|
1088
|
+
````text
|
|
1089
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1090
|
+
|
|
1091
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1092
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1093
|
+
in the Software without restriction, including without limitation the rights
|
|
1094
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1095
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1096
|
+
furnished to do so, subject to the following conditions:
|
|
1097
|
+
|
|
1098
|
+
The above copyright notice and this permission notice shall be included in
|
|
1099
|
+
all copies or substantial portions of the Software.
|
|
1100
|
+
|
|
1101
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1102
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1103
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1104
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1105
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1106
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1107
|
+
THE SOFTWARE.
|
|
1108
|
+
|
|
1109
|
+
````
|
|
1110
|
+
|
|
1111
|
+
---
|
|
1112
|
+
|
|
1113
|
+
## The following dependencies are licensed under the MIT License:
|
|
1114
|
+
|
|
1115
|
+
### Rust Crates:
|
|
1116
|
+
|
|
1117
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1118
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1119
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1120
|
+
|
|
1121
|
+
````text
|
|
1122
|
+
Copyright (c) 2019 Tower Contributors
|
|
1030
1123
|
|
|
1031
1124
|
Permission is hereby granted, free of charge, to any
|
|
1032
1125
|
person obtaining a copy of this software and associated
|
|
@@ -1060,10 +1153,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1060
1153
|
|
|
1061
1154
|
### Rust Crates:
|
|
1062
1155
|
|
|
1063
|
-
- [
|
|
1156
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1064
1157
|
|
|
1065
1158
|
````text
|
|
1066
|
-
Copyright (c)
|
|
1159
|
+
Copyright (c) The Rust Project Developers
|
|
1067
1160
|
|
|
1068
1161
|
Permission is hereby granted, free of charge, to any
|
|
1069
1162
|
person obtaining a copy of this software and associated
|
|
@@ -1097,10 +1190,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1097
1190
|
|
|
1098
1191
|
### Rust Crates:
|
|
1099
1192
|
|
|
1100
|
-
- [
|
|
1193
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1194
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1195
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1101
1196
|
|
|
1102
1197
|
````text
|
|
1103
|
-
|
|
1198
|
+
MIT License
|
|
1199
|
+
|
|
1200
|
+
Copyright (c) Tokio Contributors
|
|
1104
1201
|
|
|
1105
1202
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1106
1203
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1128,10 +1225,54 @@ SOFTWARE.
|
|
|
1128
1225
|
|
|
1129
1226
|
### Rust Crates:
|
|
1130
1227
|
|
|
1131
|
-
- [
|
|
1228
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1132
1229
|
|
|
1133
1230
|
````text
|
|
1134
|
-
Copyright (c)
|
|
1231
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1232
|
+
|
|
1233
|
+
Permission is hereby granted, free of charge, to any
|
|
1234
|
+
person obtaining a copy of this software and associated
|
|
1235
|
+
documentation files (the "Software"), to deal in the
|
|
1236
|
+
Software without restriction, including without
|
|
1237
|
+
limitation the rights to use, copy, modify, merge,
|
|
1238
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1239
|
+
the Software, and to permit persons to whom the Software
|
|
1240
|
+
is furnished to do so, subject to the following
|
|
1241
|
+
conditions:
|
|
1242
|
+
|
|
1243
|
+
The above copyright notice and this permission notice
|
|
1244
|
+
shall be included in all copies or substantial portions
|
|
1245
|
+
of the Software.
|
|
1246
|
+
|
|
1247
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1248
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1249
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1250
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1251
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1252
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1253
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1254
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1255
|
+
DEALINGS IN THE SOFTWARE.
|
|
1256
|
+
|
|
1257
|
+
````
|
|
1258
|
+
|
|
1259
|
+
---
|
|
1260
|
+
|
|
1261
|
+
## The following dependencies are licensed under the MIT License:
|
|
1262
|
+
|
|
1263
|
+
### Rust Crates:
|
|
1264
|
+
|
|
1265
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1266
|
+
|
|
1267
|
+
````text
|
|
1268
|
+
Copyright (c) 2016 The humantime Developers
|
|
1269
|
+
|
|
1270
|
+
Includes parts of http date with the following copyright:
|
|
1271
|
+
Copyright (c) 2016 Pyfisch
|
|
1272
|
+
|
|
1273
|
+
Includes portions of musl libc with the following copyright:
|
|
1274
|
+
Copyright © 2005-2013 Rich Felker
|
|
1275
|
+
|
|
1135
1276
|
|
|
1136
1277
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1137
1278
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1140,16 +1281,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1140
1281
|
copies of the Software, and to permit persons to whom the Software is
|
|
1141
1282
|
furnished to do so, subject to the following conditions:
|
|
1142
1283
|
|
|
1143
|
-
The above copyright notice and this permission notice shall be included in
|
|
1144
|
-
|
|
1284
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1285
|
+
copies or substantial portions of the Software.
|
|
1145
1286
|
|
|
1146
1287
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1147
1288
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1148
1289
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1149
1290
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1150
1291
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1151
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1152
|
-
|
|
1292
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1293
|
+
SOFTWARE.
|
|
1153
1294
|
|
|
1154
1295
|
````
|
|
1155
1296
|
|
|
@@ -1159,10 +1300,10 @@ THE SOFTWARE.
|
|
|
1159
1300
|
|
|
1160
1301
|
### Rust Crates:
|
|
1161
1302
|
|
|
1162
|
-
- [
|
|
1303
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1163
1304
|
|
|
1164
1305
|
````text
|
|
1165
|
-
Copyright (c)
|
|
1306
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1166
1307
|
|
|
1167
1308
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1168
1309
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1171,16 +1312,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1171
1312
|
copies of the Software, and to permit persons to whom the Software is
|
|
1172
1313
|
furnished to do so, subject to the following conditions:
|
|
1173
1314
|
|
|
1174
|
-
The above copyright notice and this permission notice shall be included in
|
|
1175
|
-
|
|
1315
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1316
|
+
copies or substantial portions of the Software.
|
|
1176
1317
|
|
|
1177
1318
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1178
1319
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1179
1320
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1180
1321
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1181
1322
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1182
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1183
|
-
|
|
1323
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1324
|
+
SOFTWARE.
|
|
1184
1325
|
|
|
1185
1326
|
````
|
|
1186
1327
|
|
|
@@ -1190,10 +1331,10 @@ THE SOFTWARE.
|
|
|
1190
1331
|
|
|
1191
1332
|
### Rust Crates:
|
|
1192
1333
|
|
|
1193
|
-
- [
|
|
1334
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1194
1335
|
|
|
1195
1336
|
````text
|
|
1196
|
-
Copyright (c)
|
|
1337
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1197
1338
|
|
|
1198
1339
|
Permission is hereby granted, free of charge, to any
|
|
1199
1340
|
person obtaining a copy of this software and associated
|
|
@@ -1227,19 +1368,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1227
1368
|
|
|
1228
1369
|
### Rust Crates:
|
|
1229
1370
|
|
|
1230
|
-
- [
|
|
1231
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1371
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
1232
1372
|
|
|
1233
1373
|
````text
|
|
1234
|
-
The
|
|
1235
|
-
|
|
1236
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1374
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
1237
1375
|
|
|
1238
|
-
Permission is hereby granted, free of charge, to any
|
|
1376
|
+
Permission is hereby granted, free of charge, to any
|
|
1377
|
+
person obtaining a copy of this software and associated
|
|
1378
|
+
documentation files (the "Software"), to deal in the
|
|
1379
|
+
Software without restriction, including without
|
|
1380
|
+
limitation the rights to use, copy, modify, merge,
|
|
1381
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1382
|
+
the Software, and to permit persons to whom the Software
|
|
1383
|
+
is furnished to do so, subject to the following
|
|
1384
|
+
conditions:
|
|
1239
1385
|
|
|
1240
|
-
The above copyright notice and this permission notice
|
|
1386
|
+
The above copyright notice and this permission notice
|
|
1387
|
+
shall be included in all copies or substantial portions
|
|
1388
|
+
of the Software.
|
|
1241
1389
|
|
|
1242
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1390
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1391
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1392
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1393
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1394
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1395
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1396
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1397
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1398
|
+
DEALINGS IN THE SOFTWARE.
|
|
1243
1399
|
|
|
1244
1400
|
````
|
|
1245
1401
|
|
|
@@ -1249,16 +1405,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1249
1405
|
|
|
1250
1406
|
### Rust Crates:
|
|
1251
1407
|
|
|
1252
|
-
- [
|
|
1408
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1253
1409
|
|
|
1254
1410
|
````text
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1258
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1259
|
-
Copyright (c) 2017 Frommi
|
|
1260
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1261
|
-
|
|
1411
|
+
Copyright (c) 2017 Sean McArthur
|
|
1262
1412
|
|
|
1263
1413
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1264
1414
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1267,16 +1417,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1267
1417
|
copies of the Software, and to permit persons to whom the Software is
|
|
1268
1418
|
furnished to do so, subject to the following conditions:
|
|
1269
1419
|
|
|
1270
|
-
The above copyright notice and this permission notice shall be included in
|
|
1271
|
-
copies or substantial portions of the Software.
|
|
1420
|
+
The above copyright notice and this permission notice shall be included in
|
|
1421
|
+
all copies or substantial portions of the Software.
|
|
1272
1422
|
|
|
1273
1423
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1274
1424
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1275
1425
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1276
1426
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1277
1427
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1278
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1279
|
-
SOFTWARE.
|
|
1428
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1429
|
+
THE SOFTWARE.
|
|
1430
|
+
|
|
1280
1431
|
|
|
1281
1432
|
````
|
|
1282
1433
|
|
|
@@ -1286,12 +1437,16 @@ SOFTWARE.
|
|
|
1286
1437
|
|
|
1287
1438
|
### Rust Crates:
|
|
1288
1439
|
|
|
1289
|
-
- [
|
|
1290
|
-
- [
|
|
1291
|
-
- [
|
|
1440
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1441
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1442
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1443
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1444
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1445
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1292
1446
|
|
|
1293
1447
|
````text
|
|
1294
|
-
Copyright
|
|
1448
|
+
Copyright 2018 Developers of the Rand project
|
|
1449
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1295
1450
|
|
|
1296
1451
|
Permission is hereby granted, free of charge, to any
|
|
1297
1452
|
person obtaining a copy of this software and associated
|
|
@@ -1325,12 +1480,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1325
1480
|
|
|
1326
1481
|
### Rust Crates:
|
|
1327
1482
|
|
|
1328
|
-
- [
|
|
1483
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1484
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1485
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1329
1486
|
|
|
1330
1487
|
````text
|
|
1331
|
-
|
|
1488
|
+
MIT License
|
|
1332
1489
|
|
|
1333
|
-
Copyright (c)
|
|
1490
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1334
1491
|
|
|
1335
1492
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1336
1493
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1358,10 +1515,10 @@ SOFTWARE.
|
|
|
1358
1515
|
|
|
1359
1516
|
### Rust Crates:
|
|
1360
1517
|
|
|
1361
|
-
- [
|
|
1518
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1362
1519
|
|
|
1363
1520
|
````text
|
|
1364
|
-
Copyright (c)
|
|
1521
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1365
1522
|
|
|
1366
1523
|
Permission is hereby granted, free of charge, to any
|
|
1367
1524
|
person obtaining a copy of this software and associated
|
|
@@ -1395,15 +1552,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1395
1552
|
|
|
1396
1553
|
### Rust Crates:
|
|
1397
1554
|
|
|
1398
|
-
- [
|
|
1399
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1400
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1401
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1402
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1403
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1555
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1404
1556
|
|
|
1405
1557
|
````text
|
|
1406
|
-
Copyright (c) 2014
|
|
1558
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1559
|
+
|
|
1560
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1561
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1562
|
+
in the Software without restriction, including without limitation the rights
|
|
1563
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1564
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1565
|
+
furnished to do so, subject to the following conditions:
|
|
1566
|
+
|
|
1567
|
+
The above copyright notice and this permission notice shall be included in
|
|
1568
|
+
all copies or substantial portions of the Software.
|
|
1569
|
+
|
|
1570
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1571
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1572
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1573
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1574
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1575
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1576
|
+
THE SOFTWARE.
|
|
1577
|
+
|
|
1578
|
+
````
|
|
1579
|
+
|
|
1580
|
+
---
|
|
1581
|
+
|
|
1582
|
+
## The following dependencies are licensed under the MIT License:
|
|
1583
|
+
|
|
1584
|
+
### Rust Crates:
|
|
1585
|
+
|
|
1586
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1587
|
+
|
|
1588
|
+
````text
|
|
1589
|
+
Copyright (c) 2016--2023
|
|
1407
1590
|
|
|
1408
1591
|
Permission is hereby granted, free of charge, to any
|
|
1409
1592
|
person obtaining a copy of this software and associated
|
|
@@ -1435,15 +1618,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1435
1618
|
|
|
1436
1619
|
## The following dependencies are licensed under the MIT License:
|
|
1437
1620
|
|
|
1438
|
-
###
|
|
1621
|
+
### Rust Crates:
|
|
1439
1622
|
|
|
1440
|
-
- [
|
|
1441
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1623
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
1442
1624
|
|
|
1443
1625
|
````text
|
|
1444
|
-
|
|
1626
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
1445
1627
|
|
|
1446
|
-
|
|
1628
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1629
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1630
|
+
the Software without restriction, including without limitation the rights to
|
|
1631
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1632
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1633
|
+
subject to the following conditions:
|
|
1634
|
+
|
|
1635
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1636
|
+
copies or substantial portions of the Software.
|
|
1637
|
+
|
|
1638
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1639
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1640
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
1641
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1642
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1643
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1644
|
+
|
|
1645
|
+
````
|
|
1646
|
+
|
|
1647
|
+
---
|
|
1648
|
+
|
|
1649
|
+
## The following dependencies are licensed under the MIT License:
|
|
1650
|
+
|
|
1651
|
+
### Rust Crates:
|
|
1652
|
+
|
|
1653
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1654
|
+
|
|
1655
|
+
````text
|
|
1656
|
+
The MIT License (MIT)
|
|
1657
|
+
|
|
1658
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1659
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1447
1660
|
|
|
1448
1661
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1449
1662
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1471,10 +1684,10 @@ SOFTWARE.
|
|
|
1471
1684
|
|
|
1472
1685
|
### Rust Crates:
|
|
1473
1686
|
|
|
1474
|
-
- [
|
|
1687
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1475
1688
|
|
|
1476
1689
|
````text
|
|
1477
|
-
Copyright (c) 2018
|
|
1690
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1478
1691
|
|
|
1479
1692
|
Permission is hereby granted, free of charge, to any
|
|
1480
1693
|
person obtaining a copy of this software and associated
|
|
@@ -1508,13 +1721,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1508
1721
|
|
|
1509
1722
|
### Rust Crates:
|
|
1510
1723
|
|
|
1511
|
-
- [
|
|
1512
|
-
- [
|
|
1724
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1725
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1726
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1727
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1513
1728
|
|
|
1514
1729
|
````text
|
|
1515
|
-
MIT License
|
|
1730
|
+
The MIT License (MIT)
|
|
1516
1731
|
|
|
1517
|
-
Copyright (c)
|
|
1732
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1518
1733
|
|
|
1519
1734
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1520
1735
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1523,16 +1738,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1523
1738
|
copies of the Software, and to permit persons to whom the Software is
|
|
1524
1739
|
furnished to do so, subject to the following conditions:
|
|
1525
1740
|
|
|
1526
|
-
The above copyright notice and this permission notice shall be included in
|
|
1527
|
-
copies or substantial portions of the Software.
|
|
1741
|
+
The above copyright notice and this permission notice shall be included in
|
|
1742
|
+
all copies or substantial portions of the Software.
|
|
1528
1743
|
|
|
1529
1744
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1530
1745
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1531
1746
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1532
1747
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1533
1748
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1534
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1535
|
-
SOFTWARE.
|
|
1749
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1750
|
+
THE SOFTWARE.
|
|
1536
1751
|
|
|
1537
1752
|
````
|
|
1538
1753
|
|
|
@@ -1542,10 +1757,19 @@ SOFTWARE.
|
|
|
1542
1757
|
|
|
1543
1758
|
### Rust Crates:
|
|
1544
1759
|
|
|
1545
|
-
- [
|
|
1760
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1761
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1762
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1763
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1764
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1765
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1766
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1767
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1768
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1546
1769
|
|
|
1547
1770
|
````text
|
|
1548
|
-
Copyright (c)
|
|
1771
|
+
Copyright (c) 2016 Alex Crichton
|
|
1772
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1549
1773
|
|
|
1550
1774
|
Permission is hereby granted, free of charge, to any
|
|
1551
1775
|
person obtaining a copy of this software and associated
|
|
@@ -1570,6 +1794,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1570
1794
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1571
1795
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1572
1796
|
DEALINGS IN THE SOFTWARE.
|
|
1797
|
+
|
|
1573
1798
|
````
|
|
1574
1799
|
|
|
1575
1800
|
---
|
|
@@ -1578,32 +1803,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1578
1803
|
|
|
1579
1804
|
### Rust Crates:
|
|
1580
1805
|
|
|
1581
|
-
- [
|
|
1582
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1583
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1806
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1584
1807
|
|
|
1585
1808
|
````text
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1809
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1589
1810
|
|
|
1590
|
-
Permission is hereby granted, free of charge, to any
|
|
1591
|
-
of this software and associated
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1811
|
+
Permission is hereby granted, free of charge, to any
|
|
1812
|
+
person obtaining a copy of this software and associated
|
|
1813
|
+
documentation files (the "Software"), to deal in the
|
|
1814
|
+
Software without restriction, including without
|
|
1815
|
+
limitation the rights to use, copy, modify, merge,
|
|
1816
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1817
|
+
the Software, and to permit persons to whom the Software
|
|
1818
|
+
is furnished to do so, subject to the following
|
|
1819
|
+
conditions:
|
|
1596
1820
|
|
|
1597
|
-
The above copyright notice and this permission notice
|
|
1598
|
-
copies or substantial portions
|
|
1821
|
+
The above copyright notice and this permission notice
|
|
1822
|
+
shall be included in all copies or substantial portions
|
|
1823
|
+
of the Software.
|
|
1599
1824
|
|
|
1600
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1601
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1825
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1826
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1827
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1828
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1829
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1830
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1831
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1832
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1833
|
+
DEALINGS IN THE SOFTWARE.
|
|
1607
1834
|
|
|
1608
1835
|
````
|
|
1609
1836
|
|
|
@@ -1613,32 +1840,34 @@ SOFTWARE.
|
|
|
1613
1840
|
|
|
1614
1841
|
### Rust Crates:
|
|
1615
1842
|
|
|
1616
|
-
- [
|
|
1843
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1617
1844
|
|
|
1618
1845
|
````text
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
Copyright (c) 2015 Danny Guo
|
|
1622
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1623
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1846
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1624
1847
|
|
|
1625
|
-
Permission is hereby granted, free of charge, to any
|
|
1626
|
-
of this software and associated
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1848
|
+
Permission is hereby granted, free of charge, to any
|
|
1849
|
+
person obtaining a copy of this software and associated
|
|
1850
|
+
documentation files (the "Software"), to deal in the
|
|
1851
|
+
Software without restriction, including without
|
|
1852
|
+
limitation the rights to use, copy, modify, merge,
|
|
1853
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1854
|
+
the Software, and to permit persons to whom the Software
|
|
1855
|
+
is furnished to do so, subject to the following
|
|
1856
|
+
conditions:
|
|
1631
1857
|
|
|
1632
|
-
The above copyright notice and this permission notice
|
|
1633
|
-
copies or substantial portions
|
|
1858
|
+
The above copyright notice and this permission notice
|
|
1859
|
+
shall be included in all copies or substantial portions
|
|
1860
|
+
of the Software.
|
|
1634
1861
|
|
|
1635
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1636
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1862
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1863
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1864
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1865
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1866
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1867
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1868
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1869
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1870
|
+
DEALINGS IN THE SOFTWARE.
|
|
1642
1871
|
|
|
1643
1872
|
````
|
|
1644
1873
|
|
|
@@ -1648,16 +1877,34 @@ SOFTWARE.
|
|
|
1648
1877
|
|
|
1649
1878
|
### Rust Crates:
|
|
1650
1879
|
|
|
1651
|
-
- [
|
|
1880
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1652
1881
|
|
|
1653
1882
|
````text
|
|
1654
|
-
Copyright
|
|
1883
|
+
Copyright (c) 2019 Carl Lerche
|
|
1655
1884
|
|
|
1656
|
-
Permission is hereby granted, free of charge, to any
|
|
1885
|
+
Permission is hereby granted, free of charge, to any
|
|
1886
|
+
person obtaining a copy of this software and associated
|
|
1887
|
+
documentation files (the "Software"), to deal in the
|
|
1888
|
+
Software without restriction, including without
|
|
1889
|
+
limitation the rights to use, copy, modify, merge,
|
|
1890
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1891
|
+
the Software, and to permit persons to whom the Software
|
|
1892
|
+
is furnished to do so, subject to the following
|
|
1893
|
+
conditions:
|
|
1657
1894
|
|
|
1658
|
-
The above copyright notice and this permission notice
|
|
1895
|
+
The above copyright notice and this permission notice
|
|
1896
|
+
shall be included in all copies or substantial portions
|
|
1897
|
+
of the Software.
|
|
1659
1898
|
|
|
1660
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1899
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1900
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1901
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1902
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1903
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1904
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1905
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1906
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1907
|
+
DEALINGS IN THE SOFTWARE.
|
|
1661
1908
|
|
|
1662
1909
|
````
|
|
1663
1910
|
|
|
@@ -1667,11 +1914,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1667
1914
|
|
|
1668
1915
|
### Rust Crates:
|
|
1669
1916
|
|
|
1670
|
-
- [
|
|
1671
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1917
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1672
1918
|
|
|
1673
1919
|
````text
|
|
1674
|
-
|
|
1920
|
+
The MIT License (MIT)
|
|
1921
|
+
|
|
1922
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1675
1923
|
|
|
1676
1924
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1677
1925
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1697,14 +1945,14 @@ SOFTWARE.
|
|
|
1697
1945
|
|
|
1698
1946
|
## The following dependencies are licensed under the MIT License:
|
|
1699
1947
|
|
|
1700
|
-
###
|
|
1948
|
+
### Rust Crates:
|
|
1701
1949
|
|
|
1702
|
-
- [
|
|
1950
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1703
1951
|
|
|
1704
1952
|
````text
|
|
1705
1953
|
MIT License
|
|
1706
1954
|
|
|
1707
|
-
Copyright (c)
|
|
1955
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1708
1956
|
|
|
1709
1957
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1710
1958
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1724,8 +1972,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1724
1972
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1725
1973
|
SOFTWARE.
|
|
1726
1974
|
|
|
1727
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1728
|
-
|
|
1729
1975
|
````
|
|
1730
1976
|
|
|
1731
1977
|
---
|
|
@@ -1734,16 +1980,10 @@ SOFTWARE.
|
|
|
1734
1980
|
|
|
1735
1981
|
### Rust Crates:
|
|
1736
1982
|
|
|
1737
|
-
- [
|
|
1738
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1739
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1740
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1741
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1742
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1983
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1743
1984
|
|
|
1744
1985
|
````text
|
|
1745
|
-
Copyright 2018
|
|
1746
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1986
|
+
Copyright (c) 2018 Carl Lerche
|
|
1747
1987
|
|
|
1748
1988
|
Permission is hereby granted, free of charge, to any
|
|
1749
1989
|
person obtaining a copy of this software and associated
|
|
@@ -1777,43 +2017,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1777
2017
|
|
|
1778
2018
|
### Rust Crates:
|
|
1779
2019
|
|
|
1780
|
-
- [
|
|
1781
|
-
- [
|
|
1782
|
-
- [
|
|
1783
|
-
- [
|
|
1784
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1785
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1786
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1787
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1788
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2020
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
2021
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2022
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2023
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1789
2024
|
|
|
1790
2025
|
````text
|
|
1791
|
-
|
|
1792
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2026
|
+
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:
|
|
1793
2027
|
|
|
1794
|
-
|
|
1795
|
-
person obtaining a copy of this software and associated
|
|
1796
|
-
documentation files (the "Software"), to deal in the
|
|
1797
|
-
Software without restriction, including without
|
|
1798
|
-
limitation the rights to use, copy, modify, merge,
|
|
1799
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1800
|
-
the Software, and to permit persons to whom the Software
|
|
1801
|
-
is furnished to do so, subject to the following
|
|
1802
|
-
conditions:
|
|
2028
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1803
2029
|
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
of the Software.
|
|
2030
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2031
|
+
````
|
|
1807
2032
|
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
2033
|
+
---
|
|
2034
|
+
|
|
2035
|
+
## The following dependencies are licensed under the MIT License:
|
|
2036
|
+
|
|
2037
|
+
### Rust Crates:
|
|
2038
|
+
|
|
2039
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
2040
|
+
|
|
2041
|
+
````text
|
|
2042
|
+
Copyright (c) 2015 Igor Shaula
|
|
2043
|
+
|
|
2044
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2045
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2046
|
+
in the Software without restriction, including without limitation the rights
|
|
2047
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2048
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2049
|
+
furnished to do so, subject to the following conditions:
|
|
2050
|
+
|
|
2051
|
+
The above copyright notice and this permission notice shall be included in
|
|
2052
|
+
all copies or substantial portions of the Software.
|
|
2053
|
+
|
|
2054
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2055
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2056
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2057
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2058
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2059
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2060
|
+
THE SOFTWARE.
|
|
1817
2061
|
|
|
1818
2062
|
````
|
|
1819
2063
|
|
|
@@ -1823,10 +2067,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1823
2067
|
|
|
1824
2068
|
### Rust Crates:
|
|
1825
2069
|
|
|
1826
|
-
- [
|
|
2070
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1827
2071
|
|
|
1828
2072
|
````text
|
|
1829
|
-
Copyright (c)
|
|
2073
|
+
Copyright (c) 2017 Contributors
|
|
1830
2074
|
|
|
1831
2075
|
Permission is hereby granted, free of charge, to any
|
|
1832
2076
|
person obtaining a copy of this software and associated
|
|
@@ -1860,13 +2104,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1860
2104
|
|
|
1861
2105
|
### Rust Crates:
|
|
1862
2106
|
|
|
1863
|
-
- [
|
|
2107
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2108
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2109
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2110
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2111
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2112
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2113
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2114
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2115
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2116
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2117
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2118
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2119
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2120
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2121
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2122
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2123
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2124
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2125
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2126
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2127
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2128
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2129
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2130
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2131
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2132
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2133
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2134
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2135
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2136
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1864
2137
|
|
|
1865
2138
|
````text
|
|
1866
|
-
Copyright (c) 2017 Carl Lerche
|
|
1867
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1868
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1869
|
-
|
|
1870
2139
|
Permission is hereby granted, free of charge, to any
|
|
1871
2140
|
person obtaining a copy of this software and associated
|
|
1872
2141
|
documentation files (the "Software"), to deal in the
|
|
@@ -1899,11 +2168,78 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1899
2168
|
|
|
1900
2169
|
### Rust Crates:
|
|
1901
2170
|
|
|
1902
|
-
- [
|
|
2171
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1903
2172
|
|
|
1904
2173
|
````text
|
|
1905
|
-
|
|
1906
|
-
|
|
2174
|
+
The MIT License (MIT)
|
|
2175
|
+
|
|
2176
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2177
|
+
|
|
2178
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2179
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2180
|
+
in the Software without restriction, including without limitation the rights
|
|
2181
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2182
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2183
|
+
furnished to do so, subject to the following conditions:
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
The above copyright notice and this permission notice shall be included in
|
|
2187
|
+
all copies or substantial portions of the Software.
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2191
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2192
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2193
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2194
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2195
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2196
|
+
THE SOFTWARE.
|
|
2197
|
+
|
|
2198
|
+
````
|
|
2199
|
+
|
|
2200
|
+
---
|
|
2201
|
+
|
|
2202
|
+
## The following dependencies are licensed under the MIT License:
|
|
2203
|
+
|
|
2204
|
+
### Rust Crates:
|
|
2205
|
+
|
|
2206
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2207
|
+
|
|
2208
|
+
````text
|
|
2209
|
+
MIT License
|
|
2210
|
+
|
|
2211
|
+
Copyright (c) 2025 Callum Oakley
|
|
2212
|
+
|
|
2213
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2214
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2215
|
+
in the Software without restriction, including without limitation the rights
|
|
2216
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2217
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2218
|
+
furnished to do so, subject to the following conditions:
|
|
2219
|
+
|
|
2220
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2221
|
+
copies or substantial portions of the Software.
|
|
2222
|
+
|
|
2223
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2224
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2225
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2226
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2227
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2228
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2229
|
+
SOFTWARE.
|
|
2230
|
+
|
|
2231
|
+
````
|
|
2232
|
+
|
|
2233
|
+
---
|
|
2234
|
+
|
|
2235
|
+
## The following dependencies are licensed under the MIT License:
|
|
2236
|
+
|
|
2237
|
+
### Rust Crates:
|
|
2238
|
+
|
|
2239
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2240
|
+
|
|
2241
|
+
````text
|
|
2242
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1907
2243
|
|
|
1908
2244
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1909
2245
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1923,20 +2259,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1923
2259
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1924
2260
|
THE SOFTWARE.
|
|
1925
2261
|
|
|
2262
|
+
|
|
1926
2263
|
````
|
|
1927
2264
|
|
|
1928
2265
|
---
|
|
1929
2266
|
|
|
1930
2267
|
## The following dependencies are licensed under the MIT License:
|
|
1931
2268
|
|
|
1932
|
-
###
|
|
2269
|
+
### Rust Crates:
|
|
1933
2270
|
|
|
1934
|
-
- [
|
|
2271
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1935
2272
|
|
|
1936
2273
|
````text
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2274
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2275
|
+
Copyright (c) 2016 Jason Housley
|
|
1940
2276
|
|
|
1941
2277
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1942
2278
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1962,14 +2298,47 @@ THE SOFTWARE.
|
|
|
1962
2298
|
|
|
1963
2299
|
## The following dependencies are licensed under the MIT License:
|
|
1964
2300
|
|
|
1965
|
-
###
|
|
2301
|
+
### NPM Packages:
|
|
1966
2302
|
|
|
1967
|
-
- [
|
|
2303
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2304
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
1968
2305
|
|
|
1969
2306
|
````text
|
|
1970
|
-
MIT License
|
|
2307
|
+
MIT License
|
|
1971
2308
|
|
|
1972
|
-
Copyright (c)
|
|
2309
|
+
Copyright (c) Microsoft Corporation.
|
|
2310
|
+
|
|
2311
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2312
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2313
|
+
in the Software without restriction, including without limitation the rights
|
|
2314
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2315
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2316
|
+
furnished to do so, subject to the following conditions:
|
|
2317
|
+
|
|
2318
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2319
|
+
copies or substantial portions of the Software.
|
|
2320
|
+
|
|
2321
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2322
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2323
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2324
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2325
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2326
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2327
|
+
SOFTWARE
|
|
2328
|
+
|
|
2329
|
+
````
|
|
2330
|
+
|
|
2331
|
+
---
|
|
2332
|
+
|
|
2333
|
+
## The following dependencies are licensed under the MIT License:
|
|
2334
|
+
|
|
2335
|
+
### Rust Crates:
|
|
2336
|
+
|
|
2337
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2338
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2339
|
+
|
|
2340
|
+
````text
|
|
2341
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1973
2342
|
|
|
1974
2343
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1975
2344
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1997,10 +2366,10 @@ SOFTWARE.
|
|
|
1997
2366
|
|
|
1998
2367
|
### Rust Crates:
|
|
1999
2368
|
|
|
2000
|
-
- [
|
|
2369
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2001
2370
|
|
|
2002
2371
|
````text
|
|
2003
|
-
Copyright (c) 2019
|
|
2372
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2004
2373
|
|
|
2005
2374
|
Permission is hereby granted, free of charge, to any
|
|
2006
2375
|
person obtaining a copy of this software and associated
|
|
@@ -2034,15 +2403,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2034
2403
|
|
|
2035
2404
|
### Rust Crates:
|
|
2036
2405
|
|
|
2037
|
-
- [
|
|
2038
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2039
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2040
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2041
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2042
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2406
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2043
2407
|
|
|
2044
2408
|
````text
|
|
2045
|
-
Copyright (c) 2019
|
|
2409
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2046
2410
|
|
|
2047
2411
|
Permission is hereby granted, free of charge, to any
|
|
2048
2412
|
person obtaining a copy of this software and associated
|
|
@@ -2076,41 +2440,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2076
2440
|
|
|
2077
2441
|
### Rust Crates:
|
|
2078
2442
|
|
|
2079
|
-
- [
|
|
2443
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2444
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2445
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2446
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2447
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2448
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2080
2449
|
|
|
2081
2450
|
````text
|
|
2082
|
-
Copyright (c) 2019
|
|
2083
|
-
|
|
2084
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2085
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2086
|
-
in the Software without restriction, including without limitation the rights
|
|
2087
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2088
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2089
|
-
furnished to do so, subject to the following conditions:
|
|
2090
|
-
|
|
2091
|
-
The above copyright notice and this permission notice shall be included in
|
|
2092
|
-
all copies or substantial portions of the Software.
|
|
2093
|
-
|
|
2094
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2095
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2096
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2097
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2098
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2099
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2100
|
-
THE SOFTWARE.
|
|
2101
|
-
|
|
2102
|
-
````
|
|
2103
|
-
|
|
2104
|
-
---
|
|
2105
|
-
|
|
2106
|
-
## The following dependencies are licensed under the MIT License:
|
|
2107
|
-
|
|
2108
|
-
### Rust Crates:
|
|
2109
|
-
|
|
2110
|
-
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2111
|
-
|
|
2112
|
-
````text
|
|
2113
|
-
Copyright (c) 2010 The Rust Project Developers
|
|
2451
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2114
2452
|
|
|
2115
2453
|
Permission is hereby granted, free of charge, to any
|
|
2116
2454
|
person obtaining a copy of this software and associated
|
|
@@ -2144,29 +2482,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2144
2482
|
|
|
2145
2483
|
### Rust Crates:
|
|
2146
2484
|
|
|
2147
|
-
- [
|
|
2148
|
-
|
|
2149
|
-
````text
|
|
2150
|
-
Copyright 2016 Nika Layzell
|
|
2151
|
-
|
|
2152
|
-
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:
|
|
2153
|
-
|
|
2154
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2155
|
-
|
|
2156
|
-
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.
|
|
2157
|
-
|
|
2158
|
-
````
|
|
2159
|
-
|
|
2160
|
-
---
|
|
2161
|
-
|
|
2162
|
-
## The following dependencies are licensed under the MIT License:
|
|
2163
|
-
|
|
2164
|
-
### Rust Crates:
|
|
2165
|
-
|
|
2166
|
-
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2485
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
2167
2486
|
|
|
2168
2487
|
````text
|
|
2169
|
-
Copyright
|
|
2488
|
+
Copyright 2023 The Fuchsia Authors
|
|
2170
2489
|
|
|
2171
2490
|
Permission is hereby granted, free of charge, to any
|
|
2172
2491
|
person obtaining a copy of this software and associated
|
|
@@ -2192,6 +2511,37 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
2192
2511
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2193
2512
|
DEALINGS IN THE SOFTWARE.
|
|
2194
2513
|
|
|
2514
|
+
|
|
2515
|
+
````
|
|
2516
|
+
|
|
2517
|
+
---
|
|
2518
|
+
|
|
2519
|
+
## The following dependencies are licensed under the MIT License:
|
|
2520
|
+
|
|
2521
|
+
### NPM Packages:
|
|
2522
|
+
|
|
2523
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2524
|
+
|
|
2525
|
+
````text
|
|
2526
|
+
This software is released under the MIT license:
|
|
2527
|
+
|
|
2528
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2529
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2530
|
+
the Software without restriction, including without limitation the rights to
|
|
2531
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2532
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2533
|
+
subject to the following conditions:
|
|
2534
|
+
|
|
2535
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2536
|
+
copies or substantial portions of the Software.
|
|
2537
|
+
|
|
2538
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2539
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2540
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2541
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2542
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2543
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2544
|
+
|
|
2195
2545
|
````
|
|
2196
2546
|
|
|
2197
2547
|
---
|
|
@@ -2234,49 +2584,11 @@ SOFTWARE.
|
|
|
2234
2584
|
|
|
2235
2585
|
### Rust Crates:
|
|
2236
2586
|
|
|
2237
|
-
- [
|
|
2238
|
-
|
|
2239
|
-
````text
|
|
2240
|
-
Copyright (c) 2019-2021 Tower Contributors
|
|
2241
|
-
|
|
2242
|
-
Permission is hereby granted, free of charge, to any
|
|
2243
|
-
person obtaining a copy of this software and associated
|
|
2244
|
-
documentation files (the "Software"), to deal in the
|
|
2245
|
-
Software without restriction, including without
|
|
2246
|
-
limitation the rights to use, copy, modify, merge,
|
|
2247
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2248
|
-
the Software, and to permit persons to whom the Software
|
|
2249
|
-
is furnished to do so, subject to the following
|
|
2250
|
-
conditions:
|
|
2251
|
-
|
|
2252
|
-
The above copyright notice and this permission notice
|
|
2253
|
-
shall be included in all copies or substantial portions
|
|
2254
|
-
of the Software.
|
|
2255
|
-
|
|
2256
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2257
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2258
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2259
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2260
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2261
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2262
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2263
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2264
|
-
DEALINGS IN THE SOFTWARE.
|
|
2265
|
-
|
|
2266
|
-
````
|
|
2267
|
-
|
|
2268
|
-
---
|
|
2269
|
-
|
|
2270
|
-
## The following dependencies are licensed under the MIT License:
|
|
2271
|
-
|
|
2272
|
-
### Rust Crates:
|
|
2273
|
-
|
|
2274
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2587
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2275
2588
|
|
|
2276
2589
|
````text
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2590
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2591
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2280
2592
|
|
|
2281
2593
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2282
2594
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2304,74 +2616,62 @@ SOFTWARE.
|
|
|
2304
2616
|
|
|
2305
2617
|
### Rust Crates:
|
|
2306
2618
|
|
|
2307
|
-
- [
|
|
2619
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2308
2620
|
|
|
2309
2621
|
````text
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
publish, distribute, sublicense, and/or sell
|
|
2318
|
-
the Software, and to permit persons to whom the Software
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2332
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2333
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2334
|
-
DEALINGS IN THE SOFTWARE.
|
|
2335
|
-
|
|
2622
|
+
The MIT License (MIT)
|
|
2623
|
+
|
|
2624
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2625
|
+
|
|
2626
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2627
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2628
|
+
in the Software without restriction, including without limitation the rights
|
|
2629
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2630
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2631
|
+
furnished to do so, subject to the following conditions:
|
|
2632
|
+
|
|
2633
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2634
|
+
copies or substantial portions of the Software.
|
|
2635
|
+
|
|
2636
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2637
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2638
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2639
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2640
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2641
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2642
|
+
SOFTWARE.
|
|
2336
2643
|
````
|
|
2337
2644
|
|
|
2338
2645
|
---
|
|
2339
2646
|
|
|
2340
2647
|
## The following dependencies are licensed under the MIT License:
|
|
2341
2648
|
|
|
2342
|
-
###
|
|
2649
|
+
### NPM Packages:
|
|
2343
2650
|
|
|
2344
|
-
- [
|
|
2345
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2346
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2347
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2651
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2348
2652
|
|
|
2349
2653
|
````text
|
|
2350
|
-
|
|
2654
|
+
MIT License
|
|
2351
2655
|
|
|
2352
|
-
|
|
2353
|
-
person obtaining a copy of this software and associated
|
|
2354
|
-
documentation files (the "Software"), to deal in the
|
|
2355
|
-
Software without restriction, including without
|
|
2356
|
-
limitation the rights to use, copy, modify, merge,
|
|
2357
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2358
|
-
the Software, and to permit persons to whom the Software
|
|
2359
|
-
is furnished to do so, subject to the following
|
|
2360
|
-
conditions:
|
|
2656
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2361
2657
|
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2658
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2659
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2660
|
+
in the Software without restriction, including without limitation the rights
|
|
2661
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2662
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2663
|
+
furnished to do so, subject to the following conditions:
|
|
2365
2664
|
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
IN
|
|
2374
|
-
|
|
2665
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2666
|
+
copies or substantial portions of the Software.
|
|
2667
|
+
|
|
2668
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2669
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2670
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2671
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2672
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2673
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2674
|
+
SOFTWARE.
|
|
2375
2675
|
|
|
2376
2676
|
````
|
|
2377
2677
|
|
|
@@ -2379,17 +2679,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2379
2679
|
|
|
2380
2680
|
## The following dependencies are licensed under the MIT License:
|
|
2381
2681
|
|
|
2382
|
-
###
|
|
2682
|
+
### NPM Packages:
|
|
2383
2683
|
|
|
2384
|
-
- [
|
|
2385
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2386
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2387
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2684
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2388
2685
|
|
|
2389
2686
|
````text
|
|
2390
|
-
|
|
2687
|
+
MIT License
|
|
2391
2688
|
|
|
2392
|
-
Copyright (c)
|
|
2689
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2393
2690
|
|
|
2394
2691
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2395
2692
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2398,16 +2695,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2398
2695
|
copies of the Software, and to permit persons to whom the Software is
|
|
2399
2696
|
furnished to do so, subject to the following conditions:
|
|
2400
2697
|
|
|
2401
|
-
The above copyright notice and this permission notice shall be included in
|
|
2402
|
-
|
|
2698
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2699
|
+
copies or substantial portions of the Software.
|
|
2403
2700
|
|
|
2404
2701
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2405
2702
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2406
2703
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2407
2704
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2408
2705
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2409
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2410
|
-
|
|
2706
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2707
|
+
SOFTWARE.
|
|
2708
|
+
|
|
2709
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2411
2710
|
|
|
2412
2711
|
````
|
|
2413
2712
|
|
|
@@ -2415,12 +2714,14 @@ THE SOFTWARE.
|
|
|
2415
2714
|
|
|
2416
2715
|
## The following dependencies are licensed under the MIT License:
|
|
2417
2716
|
|
|
2418
|
-
###
|
|
2717
|
+
### NPM Packages:
|
|
2419
2718
|
|
|
2420
|
-
- [
|
|
2719
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2421
2720
|
|
|
2422
2721
|
````text
|
|
2423
|
-
|
|
2722
|
+
The MIT License (MIT)
|
|
2723
|
+
|
|
2724
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2424
2725
|
|
|
2425
2726
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2426
2727
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2440,7 +2741,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2440
2741
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2441
2742
|
THE SOFTWARE.
|
|
2442
2743
|
|
|
2443
|
-
|
|
2444
2744
|
````
|
|
2445
2745
|
|
|
2446
2746
|
---
|
|
@@ -2449,10 +2749,10 @@ THE SOFTWARE.
|
|
|
2449
2749
|
|
|
2450
2750
|
### Rust Crates:
|
|
2451
2751
|
|
|
2452
|
-
- [
|
|
2752
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2453
2753
|
|
|
2454
2754
|
````text
|
|
2455
|
-
Copyright
|
|
2755
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2456
2756
|
|
|
2457
2757
|
Permission is hereby granted, free of charge, to any
|
|
2458
2758
|
person obtaining a copy of this software and associated
|
|
@@ -2486,232 +2786,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2486
2786
|
|
|
2487
2787
|
### Rust Crates:
|
|
2488
2788
|
|
|
2489
|
-
- [
|
|
2789
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2490
2790
|
|
|
2491
2791
|
````text
|
|
2492
|
-
The
|
|
2493
|
-
|
|
2494
|
-
Copyright (c) 2016 Johann Tuffe
|
|
2495
|
-
|
|
2496
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2497
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2498
|
-
in the Software without restriction, including without limitation the rights
|
|
2499
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2500
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2501
|
-
furnished to do so, subject to the following conditions:
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
The above copyright notice and this permission notice shall be included in
|
|
2505
|
-
all copies or substantial portions of the Software.
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2509
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2510
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2511
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2512
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2513
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2514
|
-
THE SOFTWARE.
|
|
2515
|
-
|
|
2516
|
-
````
|
|
2517
|
-
|
|
2518
|
-
---
|
|
2519
|
-
|
|
2520
|
-
## The following dependencies are licensed under the MIT License:
|
|
2521
|
-
|
|
2522
|
-
### Rust Crates:
|
|
2523
|
-
|
|
2524
|
-
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2525
|
-
|
|
2526
|
-
````text
|
|
2527
|
-
MIT License
|
|
2528
|
-
|
|
2529
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2530
|
-
|
|
2531
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2532
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2533
|
-
in the Software without restriction, including without limitation the rights
|
|
2534
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2535
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2536
|
-
furnished to do so, subject to the following conditions:
|
|
2537
|
-
|
|
2538
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2539
|
-
copies or substantial portions of the Software.
|
|
2540
|
-
|
|
2541
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2542
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2543
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2544
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2545
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2546
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2547
|
-
SOFTWARE.
|
|
2548
|
-
|
|
2549
|
-
````
|
|
2550
|
-
|
|
2551
|
-
---
|
|
2552
|
-
|
|
2553
|
-
## The following dependencies are licensed under the MIT License:
|
|
2554
|
-
|
|
2555
|
-
### Rust Crates:
|
|
2556
|
-
|
|
2557
|
-
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2558
|
-
|
|
2559
|
-
````text
|
|
2560
|
-
The MIT License (MIT)
|
|
2561
|
-
|
|
2562
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2563
|
-
|
|
2564
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2565
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2566
|
-
in the Software without restriction, including without limitation the rights
|
|
2567
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2568
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2569
|
-
furnished to do so, subject to the following conditions:
|
|
2570
|
-
|
|
2571
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2572
|
-
copies or substantial portions of the Software.
|
|
2573
|
-
|
|
2574
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2575
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2576
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2577
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2578
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2579
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2580
|
-
SOFTWARE.
|
|
2581
|
-
|
|
2582
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2583
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2584
|
-
````
|
|
2585
|
-
|
|
2586
|
-
---
|
|
2587
|
-
|
|
2588
|
-
## The following dependencies are licensed under the MIT License:
|
|
2589
|
-
|
|
2590
|
-
### Rust Crates:
|
|
2591
|
-
|
|
2592
|
-
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2593
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2594
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2595
|
-
|
|
2596
|
-
````text
|
|
2597
|
-
MIT License
|
|
2598
|
-
|
|
2599
|
-
Copyright (c) Tokio Contributors
|
|
2600
|
-
|
|
2601
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2602
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2603
|
-
in the Software without restriction, including without limitation the rights
|
|
2604
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2605
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2606
|
-
furnished to do so, subject to the following conditions:
|
|
2607
|
-
|
|
2608
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2609
|
-
copies or substantial portions of the Software.
|
|
2610
|
-
|
|
2611
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2612
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2613
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2614
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2615
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2616
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2617
|
-
SOFTWARE.
|
|
2618
|
-
|
|
2619
|
-
````
|
|
2620
|
-
|
|
2621
|
-
---
|
|
2622
|
-
|
|
2623
|
-
## The following dependencies are licensed under the MIT License:
|
|
2624
|
-
|
|
2625
|
-
### NPM Packages:
|
|
2626
|
-
|
|
2627
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2628
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2629
|
-
|
|
2630
|
-
````text
|
|
2631
|
-
MIT License
|
|
2632
|
-
|
|
2633
|
-
Copyright (c) Microsoft Corporation.
|
|
2634
|
-
|
|
2635
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2636
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2637
|
-
in the Software without restriction, including without limitation the rights
|
|
2638
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2639
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2640
|
-
furnished to do so, subject to the following conditions:
|
|
2641
|
-
|
|
2642
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2643
|
-
copies or substantial portions of the Software.
|
|
2644
|
-
|
|
2645
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2646
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2647
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2648
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2649
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2650
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2651
|
-
SOFTWARE
|
|
2652
|
-
|
|
2653
|
-
````
|
|
2654
|
-
|
|
2655
|
-
---
|
|
2656
|
-
|
|
2657
|
-
## The following dependencies are licensed under the MIT License:
|
|
2658
|
-
|
|
2659
|
-
### Rust Crates:
|
|
2660
|
-
|
|
2661
|
-
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2662
|
-
|
|
2663
|
-
````text
|
|
2664
|
-
MIT License
|
|
2665
|
-
|
|
2666
|
-
Copyright (c) 2025 rutrum
|
|
2667
|
-
|
|
2668
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2669
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2670
|
-
in the Software without restriction, including without limitation the rights
|
|
2671
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2672
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2673
|
-
furnished to do so, subject to the following conditions:
|
|
2674
|
-
|
|
2675
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2676
|
-
copies or substantial portions of the Software.
|
|
2677
|
-
|
|
2678
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2679
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2680
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2681
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2682
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2683
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2684
|
-
SOFTWARE.
|
|
2685
|
-
````
|
|
2686
|
-
|
|
2687
|
-
---
|
|
2688
|
-
|
|
2689
|
-
## The following dependencies are licensed under the MIT License:
|
|
2690
|
-
|
|
2691
|
-
### Rust Crates:
|
|
2692
|
-
|
|
2693
|
-
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2694
|
-
|
|
2695
|
-
````text
|
|
2696
|
-
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2792
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2697
2793
|
|
|
2698
|
-
Permission is hereby granted, free of charge, to any
|
|
2699
|
-
of this software and associated
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2794
|
+
Permission is hereby granted, free of charge, to any
|
|
2795
|
+
person obtaining a copy of this software and associated
|
|
2796
|
+
documentation files (the "Software"), to deal in the
|
|
2797
|
+
Software without restriction, including without
|
|
2798
|
+
limitation the rights to use, copy, modify, merge,
|
|
2799
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2800
|
+
the Software, and to permit persons to whom the Software
|
|
2801
|
+
is furnished to do so, subject to the following
|
|
2802
|
+
conditions:
|
|
2704
2803
|
|
|
2705
|
-
The above copyright notice and this permission notice
|
|
2706
|
-
all copies or substantial portions
|
|
2804
|
+
The above copyright notice and this permission notice
|
|
2805
|
+
shall be included in all copies or substantial portions
|
|
2806
|
+
of the Software.
|
|
2707
2807
|
|
|
2708
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2709
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2808
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2809
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2810
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2811
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2812
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2813
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2814
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2815
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2816
|
+
DEALINGS IN THE SOFTWARE.
|
|
2715
2817
|
|
|
2716
2818
|
````
|
|
2717
2819
|
|
|
@@ -2721,10 +2823,10 @@ THE SOFTWARE.
|
|
|
2721
2823
|
|
|
2722
2824
|
### Rust Crates:
|
|
2723
2825
|
|
|
2724
|
-
- [
|
|
2826
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2725
2827
|
|
|
2726
2828
|
````text
|
|
2727
|
-
Copyright (c)
|
|
2829
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2728
2830
|
|
|
2729
2831
|
Permission is hereby granted, free of charge, to any
|
|
2730
2832
|
person obtaining a copy of this software and associated
|
|
@@ -2758,10 +2860,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2758
2860
|
|
|
2759
2861
|
### Rust Crates:
|
|
2760
2862
|
|
|
2761
|
-
- [
|
|
2863
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2762
2864
|
|
|
2763
2865
|
````text
|
|
2764
|
-
Copyright (c)
|
|
2866
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2765
2867
|
|
|
2766
2868
|
Permission is hereby granted, free of charge, to any
|
|
2767
2869
|
person obtaining a copy of this software and associated
|
|
@@ -2795,29 +2897,53 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2795
2897
|
|
|
2796
2898
|
### Rust Crates:
|
|
2797
2899
|
|
|
2798
|
-
- [
|
|
2900
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2799
2901
|
|
|
2800
2902
|
````text
|
|
2801
|
-
Copyright
|
|
2903
|
+
Copyright 2016 Nika Layzell
|
|
2802
2904
|
|
|
2803
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2804
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2805
|
-
in the Software without restriction, including without limitation the rights
|
|
2806
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2807
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2808
|
-
furnished to do so, subject to the following conditions:
|
|
2905
|
+
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:
|
|
2809
2906
|
|
|
2810
|
-
The above copyright notice and this permission notice shall be included in
|
|
2811
|
-
all copies or substantial portions of the Software.
|
|
2907
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2812
2908
|
|
|
2813
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2814
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2815
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2816
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2817
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2818
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2819
|
-
THE SOFTWARE.
|
|
2909
|
+
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.
|
|
2820
2910
|
|
|
2911
|
+
````
|
|
2912
|
+
|
|
2913
|
+
---
|
|
2914
|
+
|
|
2915
|
+
## The following dependencies are licensed under the MIT License:
|
|
2916
|
+
|
|
2917
|
+
### Rust Crates:
|
|
2918
|
+
|
|
2919
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2920
|
+
|
|
2921
|
+
````text
|
|
2922
|
+
Copyright (c) 2016--2017
|
|
2923
|
+
|
|
2924
|
+
Permission is hereby granted, free of charge, to any
|
|
2925
|
+
person obtaining a copy of this software and associated
|
|
2926
|
+
documentation files (the "Software"), to deal in the
|
|
2927
|
+
Software without restriction, including without
|
|
2928
|
+
limitation the rights to use, copy, modify, merge,
|
|
2929
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2930
|
+
the Software, and to permit persons to whom the Software
|
|
2931
|
+
is furnished to do so, subject to the following
|
|
2932
|
+
conditions:
|
|
2933
|
+
|
|
2934
|
+
The above copyright notice and this permission notice
|
|
2935
|
+
shall be included in all copies or substantial portions
|
|
2936
|
+
of the Software.
|
|
2937
|
+
|
|
2938
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2939
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2940
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2941
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2942
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2943
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2944
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2945
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2946
|
+
DEALINGS IN THE SOFTWARE.
|
|
2821
2947
|
|
|
2822
2948
|
````
|
|
2823
2949
|
|
|
@@ -2827,10 +2953,11 @@ THE SOFTWARE.
|
|
|
2827
2953
|
|
|
2828
2954
|
### Rust Crates:
|
|
2829
2955
|
|
|
2830
|
-
- [
|
|
2956
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2831
2957
|
|
|
2832
2958
|
````text
|
|
2833
|
-
Copyright (c)
|
|
2959
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2960
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2834
2961
|
|
|
2835
2962
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2836
2963
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2893,11 +3020,9 @@ SOFTWARE.
|
|
|
2893
3020
|
|
|
2894
3021
|
### Rust Crates:
|
|
2895
3022
|
|
|
2896
|
-
- [
|
|
3023
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
2897
3024
|
|
|
2898
3025
|
````text
|
|
2899
|
-
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2900
|
-
|
|
2901
3026
|
Permission is hereby granted, free of charge, to any
|
|
2902
3027
|
person obtaining a copy of this software and associated
|
|
2903
3028
|
documentation files (the "Software"), to deal in the
|
|
@@ -2921,7 +3046,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2921
3046
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2922
3047
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2923
3048
|
DEALINGS IN THE SOFTWARE.
|
|
2924
|
-
|
|
2925
3049
|
````
|
|
2926
3050
|
|
|
2927
3051
|
---
|
|
@@ -2930,13 +3054,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2930
3054
|
|
|
2931
3055
|
### Rust Crates:
|
|
2932
3056
|
|
|
2933
|
-
- [
|
|
3057
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3058
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2934
3059
|
|
|
2935
3060
|
````text
|
|
2936
3061
|
MIT License
|
|
2937
3062
|
|
|
2938
|
-
Copyright (c) 2025 Callum Oakley
|
|
2939
|
-
|
|
2940
3063
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2941
3064
|
of this software and associated documentation files (the "Software"), to deal
|
|
2942
3065
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2963,35 +3086,16 @@ SOFTWARE.
|
|
|
2963
3086
|
|
|
2964
3087
|
### Rust Crates:
|
|
2965
3088
|
|
|
2966
|
-
- [
|
|
3089
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2967
3090
|
|
|
2968
3091
|
````text
|
|
2969
|
-
Copyright
|
|
2970
|
-
|
|
2971
|
-
Includes parts of http date with the following copyright:
|
|
2972
|
-
Copyright (c) 2016 Pyfisch
|
|
2973
|
-
|
|
2974
|
-
Includes portions of musl libc with the following copyright:
|
|
2975
|
-
Copyright © 2005-2013 Rich Felker
|
|
2976
|
-
|
|
3092
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2977
3093
|
|
|
2978
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2979
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2980
|
-
in the Software without restriction, including without limitation the rights
|
|
2981
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2982
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2983
|
-
furnished to do so, subject to the following conditions:
|
|
3094
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2984
3095
|
|
|
2985
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2986
|
-
copies or substantial portions of the Software.
|
|
3096
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2987
3097
|
|
|
2988
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2989
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2990
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2991
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2992
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2993
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2994
|
-
SOFTWARE.
|
|
3098
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2995
3099
|
|
|
2996
3100
|
````
|
|
2997
3101
|
|
|
@@ -3001,10 +3105,11 @@ SOFTWARE.
|
|
|
3001
3105
|
|
|
3002
3106
|
### Rust Crates:
|
|
3003
3107
|
|
|
3004
|
-
- [
|
|
3108
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3005
3109
|
|
|
3006
3110
|
````text
|
|
3007
|
-
Copyright (c)
|
|
3111
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3112
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3008
3113
|
|
|
3009
3114
|
Permission is hereby granted, free of charge, to any
|
|
3010
3115
|
person obtaining a copy of this software and associated
|
|
@@ -3038,10 +3143,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3038
3143
|
|
|
3039
3144
|
### Rust Crates:
|
|
3040
3145
|
|
|
3041
|
-
- [
|
|
3146
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
3042
3147
|
|
|
3043
3148
|
````text
|
|
3044
|
-
|
|
3149
|
+
MIT License
|
|
3150
|
+
|
|
3151
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
3045
3152
|
|
|
3046
3153
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3047
3154
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3069,34 +3176,30 @@ SOFTWARE.
|
|
|
3069
3176
|
|
|
3070
3177
|
### Rust Crates:
|
|
3071
3178
|
|
|
3072
|
-
- [
|
|
3179
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3073
3180
|
|
|
3074
3181
|
````text
|
|
3075
|
-
|
|
3182
|
+
The MIT License (MIT)
|
|
3076
3183
|
|
|
3077
|
-
|
|
3078
|
-
person obtaining a copy of this software and associated
|
|
3079
|
-
documentation files (the "Software"), to deal in the
|
|
3080
|
-
Software without restriction, including without
|
|
3081
|
-
limitation the rights to use, copy, modify, merge,
|
|
3082
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3083
|
-
the Software, and to permit persons to whom the Software
|
|
3084
|
-
is furnished to do so, subject to the following
|
|
3085
|
-
conditions:
|
|
3184
|
+
Copyright (c) 2015 Alice Maz
|
|
3086
3185
|
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3186
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3187
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3188
|
+
in the Software without restriction, including without limitation the rights
|
|
3189
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3190
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3191
|
+
furnished to do so, subject to the following conditions:
|
|
3090
3192
|
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
IN
|
|
3099
|
-
|
|
3193
|
+
The above copyright notice and this permission notice shall be included in
|
|
3194
|
+
all copies or substantial portions of the Software.
|
|
3195
|
+
|
|
3196
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3197
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3198
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3199
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3200
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3201
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3202
|
+
THE SOFTWARE.
|
|
3100
3203
|
|
|
3101
3204
|
````
|
|
3102
3205
|
|
|
@@ -3106,11 +3209,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3106
3209
|
|
|
3107
3210
|
### Rust Crates:
|
|
3108
3211
|
|
|
3109
|
-
- [
|
|
3212
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3110
3213
|
|
|
3111
3214
|
````text
|
|
3112
|
-
Copyright (c)
|
|
3113
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3215
|
+
Copyright (c) 2015 Steven Allen
|
|
3114
3216
|
|
|
3115
3217
|
Permission is hereby granted, free of charge, to any
|
|
3116
3218
|
person obtaining a copy of this software and associated
|
|
@@ -3144,10 +3246,70 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3144
3246
|
|
|
3145
3247
|
### Rust Crates:
|
|
3146
3248
|
|
|
3147
|
-
- [
|
|
3249
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3250
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3148
3251
|
|
|
3149
3252
|
````text
|
|
3150
|
-
|
|
3253
|
+
The MIT License (MIT)
|
|
3254
|
+
|
|
3255
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3256
|
+
|
|
3257
|
+
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:
|
|
3258
|
+
|
|
3259
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3260
|
+
|
|
3261
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3262
|
+
|
|
3263
|
+
````
|
|
3264
|
+
|
|
3265
|
+
---
|
|
3266
|
+
|
|
3267
|
+
## The following dependencies are licensed under the MIT License:
|
|
3268
|
+
|
|
3269
|
+
### Rust Crates:
|
|
3270
|
+
|
|
3271
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3272
|
+
|
|
3273
|
+
````text
|
|
3274
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3275
|
+
Copyright (c) 2016 Alex Crichton
|
|
3276
|
+
|
|
3277
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3278
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3279
|
+
in the Software without restriction, including without limitation the rights
|
|
3280
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3281
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3282
|
+
furnished to do so, subject to the following conditions:
|
|
3283
|
+
|
|
3284
|
+
The above copyright notice and this permission notice shall be included in
|
|
3285
|
+
all copies or substantial portions of the Software.
|
|
3286
|
+
|
|
3287
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3288
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3289
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3290
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3291
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3292
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3293
|
+
THE SOFTWARE.
|
|
3294
|
+
|
|
3295
|
+
|
|
3296
|
+
````
|
|
3297
|
+
|
|
3298
|
+
---
|
|
3299
|
+
|
|
3300
|
+
## The following dependencies are licensed under the MIT License:
|
|
3301
|
+
|
|
3302
|
+
### Rust Crates:
|
|
3303
|
+
|
|
3304
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3305
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3306
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3307
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3308
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3309
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3310
|
+
|
|
3311
|
+
````text
|
|
3312
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3151
3313
|
|
|
3152
3314
|
Permission is hereby granted, free of charge, to any
|
|
3153
3315
|
person obtaining a copy of this software and associated
|
|
@@ -3181,40 +3343,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3181
3343
|
|
|
3182
3344
|
### Rust Crates:
|
|
3183
3345
|
|
|
3184
|
-
- [
|
|
3185
|
-
|
|
3186
|
-
````text
|
|
3187
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3188
|
-
|
|
3189
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3190
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3191
|
-
the Software without restriction, including without limitation the rights to
|
|
3192
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3193
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3194
|
-
subject to the following conditions:
|
|
3195
|
-
|
|
3196
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3197
|
-
copies or substantial portions of the Software.
|
|
3198
|
-
|
|
3199
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3200
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3201
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3202
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3203
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3204
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3205
|
-
|
|
3206
|
-
````
|
|
3207
|
-
|
|
3208
|
-
---
|
|
3209
|
-
|
|
3210
|
-
## The following dependencies are licensed under the MIT License:
|
|
3211
|
-
|
|
3212
|
-
### Rust Crates:
|
|
3213
|
-
|
|
3214
|
-
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3346
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3215
3347
|
|
|
3216
3348
|
````text
|
|
3217
|
-
Copyright (c)
|
|
3349
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3350
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3218
3351
|
|
|
3219
3352
|
Permission is hereby granted, free of charge, to any
|
|
3220
3353
|
person obtaining a copy of this software and associated
|
|
@@ -3248,10 +3381,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3248
3381
|
|
|
3249
3382
|
### Rust Crates:
|
|
3250
3383
|
|
|
3251
|
-
- [
|
|
3384
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3252
3385
|
|
|
3253
3386
|
````text
|
|
3254
|
-
Copyright (c)
|
|
3387
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3255
3388
|
|
|
3256
3389
|
Permission is hereby granted, free of charge, to any
|
|
3257
3390
|
person obtaining a copy of this software and associated
|
|
@@ -3285,42 +3418,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3285
3418
|
|
|
3286
3419
|
### Rust Crates:
|
|
3287
3420
|
|
|
3288
|
-
- [
|
|
3289
|
-
|
|
3290
|
-
````text
|
|
3291
|
-
Copyright (c) 2018-2019 Sean McArthur
|
|
3292
|
-
|
|
3293
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3294
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3295
|
-
in the Software without restriction, including without limitation the rights
|
|
3296
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3297
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3298
|
-
furnished to do so, subject to the following conditions:
|
|
3299
|
-
|
|
3300
|
-
The above copyright notice and this permission notice shall be included in
|
|
3301
|
-
all copies or substantial portions of the Software.
|
|
3302
|
-
|
|
3303
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3304
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3305
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3306
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3307
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3308
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3309
|
-
THE SOFTWARE.
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
````
|
|
3313
|
-
|
|
3314
|
-
---
|
|
3315
|
-
|
|
3316
|
-
## The following dependencies are licensed under the MIT License:
|
|
3317
|
-
|
|
3318
|
-
### Rust Crates:
|
|
3319
|
-
|
|
3320
|
-
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3421
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3321
3422
|
|
|
3322
3423
|
````text
|
|
3323
|
-
Copyright (c) The
|
|
3424
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3324
3425
|
|
|
3325
3426
|
Permission is hereby granted, free of charge, to any
|
|
3326
3427
|
person obtaining a copy of this software and associated
|
|
@@ -3354,10 +3455,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3354
3455
|
|
|
3355
3456
|
### Rust Crates:
|
|
3356
3457
|
|
|
3357
|
-
- [
|
|
3458
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3459
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3358
3460
|
|
|
3359
3461
|
````text
|
|
3360
|
-
Copyright (c)
|
|
3462
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3463
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3464
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3361
3465
|
|
|
3362
3466
|
Permission is hereby granted, free of charge, to any
|
|
3363
3467
|
person obtaining a copy of this software and associated
|
|
@@ -3391,13 +3495,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3391
3495
|
|
|
3392
3496
|
### Rust Crates:
|
|
3393
3497
|
|
|
3394
|
-
- [
|
|
3498
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
3395
3499
|
|
|
3396
3500
|
````text
|
|
3397
|
-
|
|
3501
|
+
MIT License
|
|
3398
3502
|
|
|
3399
|
-
Copyright (c)
|
|
3400
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3503
|
+
Copyright (c) 2025 rutrum
|
|
3401
3504
|
|
|
3402
3505
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3403
3506
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3416,7 +3519,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
3416
3519
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3417
3520
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3418
3521
|
SOFTWARE.
|
|
3419
|
-
|
|
3420
3522
|
````
|
|
3421
3523
|
|
|
3422
3524
|
---
|
|
@@ -3425,10 +3527,10 @@ SOFTWARE.
|
|
|
3425
3527
|
|
|
3426
3528
|
### Rust Crates:
|
|
3427
3529
|
|
|
3428
|
-
- [
|
|
3530
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3429
3531
|
|
|
3430
3532
|
````text
|
|
3431
|
-
Copyright
|
|
3533
|
+
Copyright Mozilla Foundation
|
|
3432
3534
|
|
|
3433
3535
|
Permission is hereby granted, free of charge, to any
|
|
3434
3536
|
person obtaining a copy of this software and associated
|
|
@@ -3462,29 +3564,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3462
3564
|
|
|
3463
3565
|
### Rust Crates:
|
|
3464
3566
|
|
|
3465
|
-
- [
|
|
3466
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3467
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3468
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3469
|
-
|
|
3470
|
-
````text
|
|
3471
|
-
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:
|
|
3472
|
-
|
|
3473
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3474
|
-
|
|
3475
|
-
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.
|
|
3476
|
-
````
|
|
3477
|
-
|
|
3478
|
-
---
|
|
3479
|
-
|
|
3480
|
-
## The following dependencies are licensed under the MIT License:
|
|
3481
|
-
|
|
3482
|
-
### Rust Crates:
|
|
3483
|
-
|
|
3484
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3567
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3485
3568
|
|
|
3486
3569
|
````text
|
|
3487
|
-
Copyright (c)
|
|
3570
|
+
Copyright (c) 2017 Robert Grosse
|
|
3488
3571
|
|
|
3489
3572
|
Permission is hereby granted, free of charge, to any
|
|
3490
3573
|
person obtaining a copy of this software and associated
|
|
@@ -3509,6 +3592,36 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3509
3592
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3510
3593
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3511
3594
|
DEALINGS IN THE SOFTWARE.
|
|
3595
|
+
````
|
|
3596
|
+
|
|
3597
|
+
---
|
|
3598
|
+
|
|
3599
|
+
## The following dependencies are licensed under the MIT License:
|
|
3600
|
+
|
|
3601
|
+
### Rust Crates:
|
|
3602
|
+
|
|
3603
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3604
|
+
|
|
3605
|
+
````text
|
|
3606
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3607
|
+
|
|
3608
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3609
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3610
|
+
in the Software without restriction, including without limitation the rights
|
|
3611
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3612
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3613
|
+
furnished to do so, subject to the following conditions:
|
|
3614
|
+
|
|
3615
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3616
|
+
copies or substantial portions of the Software.
|
|
3617
|
+
|
|
3618
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3619
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3620
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3621
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3622
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3623
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3624
|
+
SOFTWARE.
|
|
3512
3625
|
|
|
3513
3626
|
````
|
|
3514
3627
|
|
|
@@ -3518,10 +3631,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3518
3631
|
|
|
3519
3632
|
### Rust Crates:
|
|
3520
3633
|
|
|
3521
|
-
- [
|
|
3634
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3522
3635
|
|
|
3523
3636
|
````text
|
|
3524
|
-
Copyright
|
|
3637
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3525
3638
|
|
|
3526
3639
|
Permission is hereby granted, free of charge, to any
|
|
3527
3640
|
person obtaining a copy of this software and associated
|
|
@@ -3547,7 +3660,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3547
3660
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3548
3661
|
DEALINGS IN THE SOFTWARE.
|
|
3549
3662
|
|
|
3550
|
-
|
|
3551
3663
|
````
|
|
3552
3664
|
|
|
3553
3665
|
---
|
|
@@ -3556,11 +3668,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3556
3668
|
|
|
3557
3669
|
### Rust Crates:
|
|
3558
3670
|
|
|
3559
|
-
- [
|
|
3671
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3560
3672
|
|
|
3561
3673
|
````text
|
|
3562
|
-
|
|
3563
|
-
|
|
3674
|
+
The MIT License (MIT)
|
|
3675
|
+
|
|
3676
|
+
Copyright (c) 2015 Danny Guo
|
|
3677
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3678
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3564
3679
|
|
|
3565
3680
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3566
3681
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3569,16 +3684,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3569
3684
|
copies of the Software, and to permit persons to whom the Software is
|
|
3570
3685
|
furnished to do so, subject to the following conditions:
|
|
3571
3686
|
|
|
3572
|
-
The above copyright notice and this permission notice shall be included in
|
|
3573
|
-
|
|
3687
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3688
|
+
copies or substantial portions of the Software.
|
|
3574
3689
|
|
|
3575
3690
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3576
3691
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3577
3692
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3578
3693
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3579
3694
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3580
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3581
|
-
|
|
3695
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3696
|
+
SOFTWARE.
|
|
3582
3697
|
|
|
3583
3698
|
````
|
|
3584
3699
|
|
|
@@ -3588,66 +3703,30 @@ THE SOFTWARE.
|
|
|
3588
3703
|
|
|
3589
3704
|
### Rust Crates:
|
|
3590
3705
|
|
|
3591
|
-
- [
|
|
3706
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3592
3707
|
|
|
3593
3708
|
````text
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3597
|
-
|
|
3598
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3599
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3600
|
-
in the Software without restriction, including without limitation the rights
|
|
3601
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3602
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3603
|
-
furnished to do so, subject to the following conditions:
|
|
3604
|
-
|
|
3605
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3606
|
-
copies or substantial portions of the Software.
|
|
3607
|
-
|
|
3608
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3609
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3610
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3611
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3612
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3613
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3614
|
-
SOFTWARE.
|
|
3615
|
-
````
|
|
3616
|
-
|
|
3617
|
-
---
|
|
3618
|
-
|
|
3619
|
-
## The following dependencies are licensed under the MIT License:
|
|
3620
|
-
|
|
3621
|
-
### Rust Crates:
|
|
3622
|
-
|
|
3623
|
-
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3709
|
+
MIT License
|
|
3624
3710
|
|
|
3625
|
-
|
|
3626
|
-
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3711
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3627
3712
|
|
|
3628
|
-
Permission is hereby granted, free of charge, to any
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
the Software, and to permit persons to whom the Software
|
|
3635
|
-
is furnished to do so, subject to the following
|
|
3636
|
-
conditions:
|
|
3713
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3714
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3715
|
+
in the Software without restriction, including without limitation the rights
|
|
3716
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3717
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3718
|
+
furnished to do so, subject to the following conditions:
|
|
3637
3719
|
|
|
3638
|
-
The above copyright notice and this permission notice
|
|
3639
|
-
|
|
3640
|
-
of the Software.
|
|
3720
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3721
|
+
copies or substantial portions of the Software.
|
|
3641
3722
|
|
|
3642
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3650
|
-
DEALINGS IN THE SOFTWARE.
|
|
3723
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3724
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3725
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3726
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3727
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3728
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3729
|
+
SOFTWARE.
|
|
3651
3730
|
|
|
3652
3731
|
````
|
|
3653
3732
|
|
|
@@ -3657,34 +3736,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3657
3736
|
|
|
3658
3737
|
### Rust Crates:
|
|
3659
3738
|
|
|
3660
|
-
- [
|
|
3739
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3661
3740
|
|
|
3662
3741
|
````text
|
|
3663
|
-
Copyright (c)
|
|
3742
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3664
3743
|
|
|
3665
|
-
Permission is hereby granted, free of charge, to any
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
the Software, and to permit persons to whom the Software
|
|
3672
|
-
is furnished to do so, subject to the following
|
|
3673
|
-
conditions:
|
|
3744
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3745
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3746
|
+
in the Software without restriction, including without limitation the rights
|
|
3747
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3748
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3749
|
+
furnished to do so, subject to the following conditions:
|
|
3674
3750
|
|
|
3675
|
-
The above copyright notice and this permission notice
|
|
3676
|
-
|
|
3677
|
-
of the Software.
|
|
3751
|
+
The above copyright notice and this permission notice shall be included in
|
|
3752
|
+
all copies or substantial portions of the Software.
|
|
3678
3753
|
|
|
3679
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3687
|
-
DEALINGS IN THE SOFTWARE.
|
|
3754
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3755
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3756
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3757
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3758
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3759
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3760
|
+
THE SOFTWARE.
|
|
3688
3761
|
|
|
3689
3762
|
````
|
|
3690
3763
|
|
|
@@ -3694,10 +3767,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3694
3767
|
|
|
3695
3768
|
### Rust Crates:
|
|
3696
3769
|
|
|
3697
|
-
- [
|
|
3770
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3698
3771
|
|
|
3699
3772
|
````text
|
|
3700
|
-
Copyright (c)
|
|
3773
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3701
3774
|
|
|
3702
3775
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3703
3776
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3724,14 +3797,16 @@ THE SOFTWARE.
|
|
|
3724
3797
|
|
|
3725
3798
|
## The following dependencies are licensed under the MIT License:
|
|
3726
3799
|
|
|
3727
|
-
###
|
|
3800
|
+
### NPM Packages:
|
|
3728
3801
|
|
|
3729
|
-
- [
|
|
3730
|
-
- [
|
|
3802
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3803
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3731
3804
|
|
|
3732
3805
|
````text
|
|
3733
3806
|
MIT License
|
|
3734
3807
|
|
|
3808
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3809
|
+
|
|
3735
3810
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3736
3811
|
of this software and associated documentation files (the "Software"), to deal
|
|
3737
3812
|
in the Software without restriction, including without limitation the rights
|
|
@@ -3758,45 +3833,6 @@ SOFTWARE.
|
|
|
3758
3833
|
|
|
3759
3834
|
### Rust Crates:
|
|
3760
3835
|
|
|
3761
|
-
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3762
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3763
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3764
|
-
|
|
3765
|
-
````text
|
|
3766
|
-
Copyright (c) 2013-2025 The rust-url developers
|
|
3767
|
-
|
|
3768
|
-
Permission is hereby granted, free of charge, to any
|
|
3769
|
-
person obtaining a copy of this software and associated
|
|
3770
|
-
documentation files (the "Software"), to deal in the
|
|
3771
|
-
Software without restriction, including without
|
|
3772
|
-
limitation the rights to use, copy, modify, merge,
|
|
3773
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3774
|
-
the Software, and to permit persons to whom the Software
|
|
3775
|
-
is furnished to do so, subject to the following
|
|
3776
|
-
conditions:
|
|
3777
|
-
|
|
3778
|
-
The above copyright notice and this permission notice
|
|
3779
|
-
shall be included in all copies or substantial portions
|
|
3780
|
-
of the Software.
|
|
3781
|
-
|
|
3782
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3783
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3784
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3785
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3786
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3787
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3788
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3789
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3790
|
-
DEALINGS IN THE SOFTWARE.
|
|
3791
|
-
|
|
3792
|
-
````
|
|
3793
|
-
|
|
3794
|
-
---
|
|
3795
|
-
|
|
3796
|
-
## The following dependencies are licensed under the MIT License:
|
|
3797
|
-
|
|
3798
|
-
### Rust Crates:
|
|
3799
|
-
|
|
3800
3836
|
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3801
3837
|
|
|
3802
3838
|
````text
|
|
@@ -3832,13 +3868,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3832
3868
|
|
|
3833
3869
|
## The following dependencies are licensed under the MIT License:
|
|
3834
3870
|
|
|
3835
|
-
###
|
|
3871
|
+
### NPM Packages:
|
|
3836
3872
|
|
|
3837
|
-
- [
|
|
3873
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3838
3874
|
|
|
3839
3875
|
````text
|
|
3840
|
-
|
|
3841
|
-
|
|
3876
|
+
The MIT License (MIT)
|
|
3877
|
+
|
|
3878
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3842
3879
|
|
|
3843
3880
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3844
3881
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3858,59 +3895,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3858
3895
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3859
3896
|
SOFTWARE.
|
|
3860
3897
|
|
|
3861
|
-
````
|
|
3862
|
-
|
|
3863
|
-
---
|
|
3864
|
-
|
|
3865
|
-
## The following dependencies are licensed under the MIT License:
|
|
3866
|
-
|
|
3867
|
-
### Rust Crates:
|
|
3868
|
-
|
|
3869
|
-
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3870
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3871
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3872
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3873
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3874
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3875
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3876
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3877
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3878
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3879
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3880
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3881
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3882
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3883
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3884
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3885
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3886
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3887
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3888
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3889
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3890
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3891
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3892
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3893
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3894
|
-
|
|
3895
|
-
````text
|
|
3896
|
-
MIT License
|
|
3897
|
-
|
|
3898
|
-
Copyright (c) <year> <copyright holders>
|
|
3899
|
-
|
|
3900
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3901
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3902
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3903
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3904
|
-
following conditions:
|
|
3905
|
-
|
|
3906
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3907
|
-
portions of the Software.
|
|
3908
|
-
|
|
3909
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3910
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3911
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3912
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3913
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3914
3898
|
|
|
3915
3899
|
````
|
|
3916
3900
|
|
|
@@ -3920,60 +3904,16 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3920
3904
|
|
|
3921
3905
|
### Rust Crates:
|
|
3922
3906
|
|
|
3923
|
-
- [
|
|
3924
|
-
|
|
3925
|
-
````text
|
|
3926
|
-
MIT License
|
|
3927
|
-
|
|
3928
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3929
|
-
|
|
3930
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3931
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3932
|
-
in the Software without restriction, including without limitation the rights
|
|
3933
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3934
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3935
|
-
furnished to do so, subject to the following conditions:
|
|
3936
|
-
|
|
3937
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3938
|
-
copies or substantial portions of the Software.
|
|
3939
|
-
|
|
3940
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3941
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3942
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3943
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3944
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3945
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3946
|
-
SOFTWARE.
|
|
3947
|
-
|
|
3948
|
-
````
|
|
3949
|
-
|
|
3950
|
-
---
|
|
3951
|
-
|
|
3952
|
-
## The following dependencies are licensed under the MIT License:
|
|
3953
|
-
|
|
3954
|
-
### NPM Packages:
|
|
3955
|
-
|
|
3956
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3907
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3957
3908
|
|
|
3958
3909
|
````text
|
|
3959
|
-
|
|
3910
|
+
Copyright (c) 2015 steffengy
|
|
3960
3911
|
|
|
3961
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3962
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3963
|
-
the Software without restriction, including without limitation the rights to
|
|
3964
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3965
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3966
|
-
subject to the following conditions:
|
|
3912
|
+
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:
|
|
3967
3913
|
|
|
3968
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3969
|
-
copies or substantial portions of the Software.
|
|
3914
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3970
3915
|
|
|
3971
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3972
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3973
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3974
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3975
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3976
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3916
|
+
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.
|
|
3977
3917
|
|
|
3978
3918
|
````
|
|
3979
3919
|
|
|
@@ -3983,16 +3923,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3983
3923
|
|
|
3984
3924
|
### Rust Crates:
|
|
3985
3925
|
|
|
3986
|
-
- [
|
|
3926
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3987
3927
|
|
|
3988
3928
|
````text
|
|
3989
|
-
Copyright (c)
|
|
3929
|
+
Copyright (c) 2017 http-rs authors
|
|
3990
3930
|
|
|
3991
|
-
Permission is hereby granted, free of charge, to any
|
|
3931
|
+
Permission is hereby granted, free of charge, to any
|
|
3932
|
+
person obtaining a copy of this software and associated
|
|
3933
|
+
documentation files (the "Software"), to deal in the
|
|
3934
|
+
Software without restriction, including without
|
|
3935
|
+
limitation the rights to use, copy, modify, merge,
|
|
3936
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3937
|
+
the Software, and to permit persons to whom the Software
|
|
3938
|
+
is furnished to do so, subject to the following
|
|
3939
|
+
conditions:
|
|
3992
3940
|
|
|
3993
|
-
The above copyright notice and this permission notice
|
|
3941
|
+
The above copyright notice and this permission notice
|
|
3942
|
+
shall be included in all copies or substantial portions
|
|
3943
|
+
of the Software.
|
|
3994
3944
|
|
|
3995
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3945
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3946
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3947
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3948
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3949
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3950
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3951
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3952
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3953
|
+
DEALINGS IN THE SOFTWARE.
|
|
3996
3954
|
|
|
3997
3955
|
````
|
|
3998
3956
|
|
|
@@ -4002,12 +3960,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
4002
3960
|
|
|
4003
3961
|
### Rust Crates:
|
|
4004
3962
|
|
|
4005
|
-
- [
|
|
3963
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
4006
3964
|
|
|
4007
3965
|
````text
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
Copyright (c) 2015 Alice Maz
|
|
3966
|
+
Copyright (c) 2019 Eliza Weisman
|
|
4011
3967
|
|
|
4012
3968
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4013
3969
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4035,13 +3991,12 @@ THE SOFTWARE.
|
|
|
4035
3991
|
|
|
4036
3992
|
### Rust Crates:
|
|
4037
3993
|
|
|
4038
|
-
- [
|
|
4039
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3994
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
4040
3995
|
|
|
4041
3996
|
````text
|
|
4042
|
-
Copyright (c)
|
|
4043
|
-
Copyright (c)
|
|
4044
|
-
Copyright (c)
|
|
3997
|
+
Copyright (c) 2017 Carl Lerche
|
|
3998
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3999
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
4045
4000
|
|
|
4046
4001
|
Permission is hereby granted, free of charge, to any
|
|
4047
4002
|
person obtaining a copy of this software and associated
|
|
@@ -4075,9 +4030,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4075
4030
|
|
|
4076
4031
|
### Rust Crates:
|
|
4077
4032
|
|
|
4078
|
-
- [
|
|
4033
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
4034
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
4035
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
4079
4036
|
|
|
4080
4037
|
````text
|
|
4038
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
4039
|
+
|
|
4081
4040
|
Permission is hereby granted, free of charge, to any
|
|
4082
4041
|
person obtaining a copy of this software and associated
|
|
4083
4042
|
documentation files (the "Software"), to deal in the
|
|
@@ -4101,20 +4060,21 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4101
4060
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4102
4061
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4103
4062
|
DEALINGS IN THE SOFTWARE.
|
|
4063
|
+
|
|
4104
4064
|
````
|
|
4105
4065
|
|
|
4106
4066
|
---
|
|
4107
4067
|
|
|
4108
4068
|
## The following dependencies are licensed under the MIT License:
|
|
4109
4069
|
|
|
4110
|
-
###
|
|
4070
|
+
### Rust Crates:
|
|
4111
4071
|
|
|
4112
|
-
- [
|
|
4072
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
4113
4073
|
|
|
4114
4074
|
````text
|
|
4115
|
-
MIT License
|
|
4075
|
+
The MIT License (MIT)
|
|
4116
4076
|
|
|
4117
|
-
Copyright (c)
|
|
4077
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
4118
4078
|
|
|
4119
4079
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4120
4080
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4134,6 +4094,46 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4134
4094
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4135
4095
|
SOFTWARE.
|
|
4136
4096
|
|
|
4097
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
4098
|
+
licences; see files named LICENSE.*.txt for details.
|
|
4099
|
+
````
|
|
4100
|
+
|
|
4101
|
+
---
|
|
4102
|
+
|
|
4103
|
+
## The following dependencies are licensed under the MIT License:
|
|
4104
|
+
|
|
4105
|
+
### Rust Crates:
|
|
4106
|
+
|
|
4107
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
4108
|
+
|
|
4109
|
+
````text
|
|
4110
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
4111
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4112
|
+
|
|
4113
|
+
Permission is hereby granted, free of charge, to any
|
|
4114
|
+
person obtaining a copy of this software and associated
|
|
4115
|
+
documentation files (the "Software"), to deal in the
|
|
4116
|
+
Software without restriction, including without
|
|
4117
|
+
limitation the rights to use, copy, modify, merge,
|
|
4118
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4119
|
+
the Software, and to permit persons to whom the Software
|
|
4120
|
+
is furnished to do so, subject to the following
|
|
4121
|
+
conditions:
|
|
4122
|
+
|
|
4123
|
+
The above copyright notice and this permission notice
|
|
4124
|
+
shall be included in all copies or substantial portions
|
|
4125
|
+
of the Software.
|
|
4126
|
+
|
|
4127
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4128
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4129
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4130
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4131
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4132
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4133
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4134
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4135
|
+
DEALINGS IN THE SOFTWARE.
|
|
4136
|
+
|
|
4137
4137
|
````
|
|
4138
4138
|
|
|
4139
4139
|
---
|