@deveco-codegenie/mcp-bridge-win32-x64 1.1.3 → 1.1.5
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 +1170 -1170
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -23,36 +23,12 @@
|
|
|
23
23
|
|
|
24
24
|
### Rust Crates:
|
|
25
25
|
|
|
26
|
-
- [
|
|
27
|
-
|
|
28
|
-
````text
|
|
29
|
-
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
30
|
-
|
|
31
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
32
|
-
any purpose with or without fee is hereby granted.
|
|
33
|
-
|
|
34
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
35
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
36
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
37
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
38
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
39
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
40
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
41
|
-
|
|
42
|
-
````
|
|
43
|
-
|
|
44
|
-
---
|
|
45
|
-
|
|
46
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
47
|
-
|
|
48
|
-
### Rust Crates:
|
|
49
|
-
|
|
50
|
-
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
26
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
51
27
|
|
|
52
28
|
````text
|
|
53
29
|
BSD Zero Clause License
|
|
54
30
|
|
|
55
|
-
Copyright (c)
|
|
31
|
+
Copyright (c) 2025 Goat
|
|
56
32
|
|
|
57
33
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
58
34
|
purpose with or without fee is hereby granted.
|
|
@@ -64,6 +40,7 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
64
40
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
65
41
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
66
42
|
PERFORMANCE OF THIS SOFTWARE.
|
|
43
|
+
|
|
67
44
|
````
|
|
68
45
|
|
|
69
46
|
---
|
|
@@ -98,12 +75,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
98
75
|
|
|
99
76
|
### Rust Crates:
|
|
100
77
|
|
|
101
|
-
- [
|
|
78
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
102
79
|
|
|
103
80
|
````text
|
|
104
81
|
BSD Zero Clause License
|
|
105
82
|
|
|
106
|
-
Copyright (c)
|
|
83
|
+
Copyright (c) 2023 kotauskas
|
|
107
84
|
|
|
108
85
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
109
86
|
purpose with or without fee is hereby granted.
|
|
@@ -115,6 +92,29 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
115
92
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
116
93
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
117
94
|
PERFORMANCE OF THIS SOFTWARE.
|
|
95
|
+
````
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
100
|
+
|
|
101
|
+
### Rust Crates:
|
|
102
|
+
|
|
103
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
104
|
+
|
|
105
|
+
````text
|
|
106
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
107
|
+
|
|
108
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
109
|
+
any purpose with or without fee is hereby granted.
|
|
110
|
+
|
|
111
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
112
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
113
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
114
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
115
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
116
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
117
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
118
118
|
|
|
119
119
|
````
|
|
120
120
|
|
|
@@ -737,35 +737,51 @@ THE SOFTWARE.
|
|
|
737
737
|
|
|
738
738
|
### Rust Crates:
|
|
739
739
|
|
|
740
|
-
- [
|
|
741
|
-
- [
|
|
740
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
741
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
742
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
743
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
744
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
745
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
746
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
747
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
748
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
749
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
750
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
751
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
752
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
753
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
754
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
755
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
756
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
757
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
758
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
759
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
760
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
761
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
762
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
763
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
764
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
742
765
|
|
|
743
766
|
````text
|
|
744
|
-
|
|
767
|
+
MIT License
|
|
745
768
|
|
|
746
|
-
|
|
747
|
-
person obtaining a copy of this software and associated
|
|
748
|
-
documentation files (the "Software"), to deal in the
|
|
749
|
-
Software without restriction, including without
|
|
750
|
-
limitation the rights to use, copy, modify, merge,
|
|
751
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
752
|
-
the Software, and to permit persons to whom the Software
|
|
753
|
-
is furnished to do so, subject to the following
|
|
754
|
-
conditions:
|
|
769
|
+
Copyright (c) <year> <copyright holders>
|
|
755
770
|
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
771
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
772
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
773
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
774
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
775
|
+
following conditions:
|
|
759
776
|
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
766
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
767
|
-
|
|
768
|
-
DEALINGS IN THE SOFTWARE.
|
|
777
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
778
|
+
portions of the Software.
|
|
779
|
+
|
|
780
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
781
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
782
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
783
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
784
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
769
785
|
|
|
770
786
|
````
|
|
771
787
|
|
|
@@ -775,38 +791,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
775
791
|
|
|
776
792
|
### Rust Crates:
|
|
777
793
|
|
|
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)
|
|
794
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
808
795
|
|
|
809
796
|
````text
|
|
797
|
+
Copyright (c) 2019 Carl Lerche
|
|
798
|
+
|
|
810
799
|
Permission is hereby granted, free of charge, to any
|
|
811
800
|
person obtaining a copy of this software and associated
|
|
812
801
|
documentation files (the "Software"), to deal in the
|
|
@@ -839,10 +828,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
839
828
|
|
|
840
829
|
### Rust Crates:
|
|
841
830
|
|
|
842
|
-
- [
|
|
831
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
843
832
|
|
|
844
833
|
````text
|
|
845
|
-
Copyright
|
|
834
|
+
Copyright 2023 The Fuchsia Authors
|
|
846
835
|
|
|
847
836
|
Permission is hereby granted, free of charge, to any
|
|
848
837
|
person obtaining a copy of this software and associated
|
|
@@ -868,42 +857,40 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
868
857
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
869
858
|
DEALINGS IN THE SOFTWARE.
|
|
870
859
|
|
|
860
|
+
|
|
871
861
|
````
|
|
872
862
|
|
|
873
863
|
---
|
|
874
864
|
|
|
875
865
|
## The following dependencies are licensed under the MIT License:
|
|
876
866
|
|
|
877
|
-
###
|
|
867
|
+
### NPM Packages:
|
|
878
868
|
|
|
879
|
-
- [
|
|
869
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
870
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
880
871
|
|
|
881
872
|
````text
|
|
882
|
-
|
|
873
|
+
MIT License
|
|
883
874
|
|
|
884
|
-
|
|
885
|
-
person obtaining a copy of this software and associated
|
|
886
|
-
documentation files (the "Software"), to deal in the
|
|
887
|
-
Software without restriction, including without
|
|
888
|
-
limitation the rights to use, copy, modify, merge,
|
|
889
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
890
|
-
the Software, and to permit persons to whom the Software
|
|
891
|
-
is furnished to do so, subject to the following
|
|
892
|
-
conditions:
|
|
875
|
+
Copyright (c) Microsoft Corporation.
|
|
893
876
|
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
877
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
878
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
879
|
+
in the Software without restriction, including without limitation the rights
|
|
880
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
881
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
882
|
+
furnished to do so, subject to the following conditions:
|
|
897
883
|
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
IN
|
|
906
|
-
|
|
884
|
+
The above copyright notice and this permission notice shall be included in all
|
|
885
|
+
copies or substantial portions of the Software.
|
|
886
|
+
|
|
887
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
888
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
889
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
890
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
891
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
892
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
893
|
+
SOFTWARE
|
|
907
894
|
|
|
908
895
|
````
|
|
909
896
|
|
|
@@ -911,37 +898,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
911
898
|
|
|
912
899
|
## The following dependencies are licensed under the MIT License:
|
|
913
900
|
|
|
914
|
-
###
|
|
901
|
+
### NPM Packages:
|
|
915
902
|
|
|
916
|
-
- [
|
|
903
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
917
904
|
|
|
918
905
|
````text
|
|
919
|
-
|
|
920
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
906
|
+
This software is released under the MIT license:
|
|
921
907
|
|
|
922
|
-
Permission is hereby granted, free of charge, to any
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
the Software, and to permit persons to whom the Software
|
|
929
|
-
is furnished to do so, subject to the following
|
|
930
|
-
conditions:
|
|
908
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
909
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
910
|
+
the Software without restriction, including without limitation the rights to
|
|
911
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
912
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
913
|
+
subject to the following conditions:
|
|
931
914
|
|
|
932
|
-
The above copyright notice and this permission notice
|
|
933
|
-
|
|
934
|
-
of the Software.
|
|
915
|
+
The above copyright notice and this permission notice shall be included in all
|
|
916
|
+
copies or substantial portions of the Software.
|
|
935
917
|
|
|
936
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
943
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
944
|
-
DEALINGS IN THE SOFTWARE.
|
|
918
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
919
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
920
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
921
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
922
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
923
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
945
924
|
|
|
946
925
|
````
|
|
947
926
|
|
|
@@ -949,14 +928,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
949
928
|
|
|
950
929
|
## The following dependencies are licensed under the MIT License:
|
|
951
930
|
|
|
952
|
-
###
|
|
931
|
+
### Rust Crates:
|
|
953
932
|
|
|
954
|
-
- [
|
|
933
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
934
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
955
935
|
|
|
956
936
|
````text
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
937
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
960
938
|
|
|
961
939
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
962
940
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -976,7 +954,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
976
954
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
977
955
|
SOFTWARE.
|
|
978
956
|
|
|
979
|
-
|
|
980
957
|
````
|
|
981
958
|
|
|
982
959
|
---
|
|
@@ -985,72 +962,16 @@ SOFTWARE.
|
|
|
985
962
|
|
|
986
963
|
### Rust Crates:
|
|
987
964
|
|
|
988
|
-
- [
|
|
965
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
989
966
|
|
|
990
967
|
````text
|
|
991
|
-
Copyright (c)
|
|
992
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
993
|
-
|
|
994
|
-
Permission is hereby granted, free of charge, to any
|
|
995
|
-
person obtaining a copy of this software and associated
|
|
996
|
-
documentation files (the "Software"), to deal in the
|
|
997
|
-
Software without restriction, including without
|
|
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:
|
|
1003
|
-
|
|
1004
|
-
The above copyright notice and this permission notice
|
|
1005
|
-
shall be included in all copies or substantial portions
|
|
1006
|
-
of the Software.
|
|
1007
|
-
|
|
1008
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1009
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1010
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1011
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1012
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1013
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1014
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1015
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1016
|
-
DEALINGS IN THE SOFTWARE.
|
|
1017
|
-
|
|
1018
|
-
````
|
|
1019
|
-
|
|
1020
|
-
---
|
|
1021
|
-
|
|
1022
|
-
## The following dependencies are licensed under the MIT License:
|
|
1023
|
-
|
|
1024
|
-
### Rust Crates:
|
|
1025
|
-
|
|
1026
|
-
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1027
|
-
|
|
1028
|
-
````text
|
|
1029
|
-
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
968
|
+
Copyright (c) 2015 steffengy
|
|
1030
969
|
|
|
1031
|
-
Permission is hereby granted, free of charge, to any
|
|
1032
|
-
person obtaining a copy of this software and associated
|
|
1033
|
-
documentation files (the "Software"), to deal in the
|
|
1034
|
-
Software without restriction, including without
|
|
1035
|
-
limitation the rights to use, copy, modify, merge,
|
|
1036
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1037
|
-
the Software, and to permit persons to whom the Software
|
|
1038
|
-
is furnished to do so, subject to the following
|
|
1039
|
-
conditions:
|
|
970
|
+
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:
|
|
1040
971
|
|
|
1041
|
-
The above copyright notice and this permission notice
|
|
1042
|
-
shall be included in all copies or substantial portions
|
|
1043
|
-
of the Software.
|
|
972
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1044
973
|
|
|
1045
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1046
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1047
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1048
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1049
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1050
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1051
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1052
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1053
|
-
DEALINGS IN THE SOFTWARE.
|
|
974
|
+
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.
|
|
1054
975
|
|
|
1055
976
|
````
|
|
1056
977
|
|
|
@@ -1060,47 +981,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1060
981
|
|
|
1061
982
|
### Rust Crates:
|
|
1062
983
|
|
|
1063
|
-
- [
|
|
984
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1064
985
|
|
|
1065
986
|
````text
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
Permission is hereby granted, free of charge, to any
|
|
1069
|
-
person obtaining a copy of this software and associated
|
|
1070
|
-
documentation files (the "Software"), to deal in the
|
|
1071
|
-
Software without restriction, including without
|
|
1072
|
-
limitation the rights to use, copy, modify, merge,
|
|
1073
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1074
|
-
the Software, and to permit persons to whom the Software
|
|
1075
|
-
is furnished to do so, subject to the following
|
|
1076
|
-
conditions:
|
|
1077
|
-
|
|
1078
|
-
The above copyright notice and this permission notice
|
|
1079
|
-
shall be included in all copies or substantial portions
|
|
1080
|
-
of the Software.
|
|
1081
|
-
|
|
1082
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1083
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1084
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1085
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1086
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1087
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1088
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1089
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1090
|
-
DEALINGS IN THE SOFTWARE.
|
|
1091
|
-
|
|
1092
|
-
````
|
|
1093
|
-
|
|
1094
|
-
---
|
|
1095
|
-
|
|
1096
|
-
## The following dependencies are licensed under the MIT License:
|
|
1097
|
-
|
|
1098
|
-
### Rust Crates:
|
|
1099
|
-
|
|
1100
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
987
|
+
The MIT License (MIT)
|
|
1101
988
|
|
|
1102
|
-
|
|
1103
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
989
|
+
Copyright (c) 2015 Alice Maz
|
|
1104
990
|
|
|
1105
991
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1106
992
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1109,16 +995,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1109
995
|
copies of the Software, and to permit persons to whom the Software is
|
|
1110
996
|
furnished to do so, subject to the following conditions:
|
|
1111
997
|
|
|
1112
|
-
The above copyright notice and this permission notice shall be included in
|
|
1113
|
-
copies or substantial portions of the Software.
|
|
998
|
+
The above copyright notice and this permission notice shall be included in
|
|
999
|
+
all copies or substantial portions of the Software.
|
|
1114
1000
|
|
|
1115
1001
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1116
1002
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1117
1003
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1118
1004
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1119
1005
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1120
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1121
|
-
SOFTWARE.
|
|
1006
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1007
|
+
THE SOFTWARE.
|
|
1122
1008
|
|
|
1123
1009
|
````
|
|
1124
1010
|
|
|
@@ -1128,10 +1014,12 @@ SOFTWARE.
|
|
|
1128
1014
|
|
|
1129
1015
|
### Rust Crates:
|
|
1130
1016
|
|
|
1131
|
-
- [
|
|
1017
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1132
1018
|
|
|
1133
1019
|
````text
|
|
1134
|
-
|
|
1020
|
+
MIT License
|
|
1021
|
+
|
|
1022
|
+
Copyright (c) 2025 Callum Oakley
|
|
1135
1023
|
|
|
1136
1024
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1137
1025
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1140,16 +1028,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1140
1028
|
copies of the Software, and to permit persons to whom the Software is
|
|
1141
1029
|
furnished to do so, subject to the following conditions:
|
|
1142
1030
|
|
|
1143
|
-
The above copyright notice and this permission notice shall be included in
|
|
1144
|
-
|
|
1031
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1032
|
+
copies or substantial portions of the Software.
|
|
1145
1033
|
|
|
1146
1034
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1147
1035
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1148
1036
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1149
1037
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1150
1038
|
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
|
-
|
|
1039
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1040
|
+
SOFTWARE.
|
|
1153
1041
|
|
|
1154
1042
|
````
|
|
1155
1043
|
|
|
@@ -1159,10 +1047,14 @@ THE SOFTWARE.
|
|
|
1159
1047
|
|
|
1160
1048
|
### Rust Crates:
|
|
1161
1049
|
|
|
1162
|
-
- [
|
|
1050
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1051
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1052
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1163
1053
|
|
|
1164
1054
|
````text
|
|
1165
|
-
|
|
1055
|
+
MIT License
|
|
1056
|
+
|
|
1057
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1166
1058
|
|
|
1167
1059
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1168
1060
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1171,16 +1063,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1171
1063
|
copies of the Software, and to permit persons to whom the Software is
|
|
1172
1064
|
furnished to do so, subject to the following conditions:
|
|
1173
1065
|
|
|
1174
|
-
The above copyright notice and this permission notice shall be included in
|
|
1175
|
-
|
|
1066
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1067
|
+
copies or substantial portions of the Software.
|
|
1176
1068
|
|
|
1177
1069
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1178
1070
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1179
1071
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1180
1072
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1181
1073
|
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
|
-
|
|
1074
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1075
|
+
SOFTWARE.
|
|
1184
1076
|
|
|
1185
1077
|
````
|
|
1186
1078
|
|
|
@@ -1190,10 +1082,10 @@ THE SOFTWARE.
|
|
|
1190
1082
|
|
|
1191
1083
|
### Rust Crates:
|
|
1192
1084
|
|
|
1193
|
-
- [
|
|
1085
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1194
1086
|
|
|
1195
1087
|
````text
|
|
1196
|
-
Copyright (c)
|
|
1088
|
+
Copyright (c) The rust-url developers
|
|
1197
1089
|
|
|
1198
1090
|
Permission is hereby granted, free of charge, to any
|
|
1199
1091
|
person obtaining a copy of this software and associated
|
|
@@ -1227,56 +1119,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1227
1119
|
|
|
1228
1120
|
### Rust Crates:
|
|
1229
1121
|
|
|
1230
|
-
- [
|
|
1231
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1232
|
-
|
|
1233
|
-
````text
|
|
1234
|
-
The MIT License (MIT)
|
|
1235
|
-
|
|
1236
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1237
|
-
|
|
1238
|
-
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:
|
|
1239
|
-
|
|
1240
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1241
|
-
|
|
1242
|
-
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.
|
|
1243
|
-
|
|
1244
|
-
````
|
|
1245
|
-
|
|
1246
|
-
---
|
|
1247
|
-
|
|
1248
|
-
## The following dependencies are licensed under the MIT License:
|
|
1249
|
-
|
|
1250
|
-
### Rust Crates:
|
|
1251
|
-
|
|
1252
|
-
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1122
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1253
1123
|
|
|
1254
1124
|
````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
|
-
|
|
1125
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1262
1126
|
|
|
1263
|
-
Permission is hereby granted, free of charge, to any
|
|
1264
|
-
of this software and associated
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1127
|
+
Permission is hereby granted, free of charge, to any
|
|
1128
|
+
person obtaining a copy of this software and associated
|
|
1129
|
+
documentation files (the "Software"), to deal in the
|
|
1130
|
+
Software without restriction, including without
|
|
1131
|
+
limitation the rights to use, copy, modify, merge,
|
|
1132
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1133
|
+
the Software, and to permit persons to whom the Software
|
|
1134
|
+
is furnished to do so, subject to the following
|
|
1135
|
+
conditions:
|
|
1269
1136
|
|
|
1270
|
-
The above copyright notice and this permission notice
|
|
1271
|
-
copies or substantial portions
|
|
1137
|
+
The above copyright notice and this permission notice
|
|
1138
|
+
shall be included in all copies or substantial portions
|
|
1139
|
+
of the Software.
|
|
1272
1140
|
|
|
1273
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1274
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1141
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1142
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1143
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1144
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1145
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1146
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1147
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1148
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1149
|
+
DEALINGS IN THE SOFTWARE.
|
|
1280
1150
|
|
|
1281
1151
|
````
|
|
1282
1152
|
|
|
@@ -1286,12 +1156,10 @@ SOFTWARE.
|
|
|
1286
1156
|
|
|
1287
1157
|
### Rust Crates:
|
|
1288
1158
|
|
|
1289
|
-
- [
|
|
1290
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1291
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1159
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1292
1160
|
|
|
1293
1161
|
````text
|
|
1294
|
-
Copyright (c)
|
|
1162
|
+
Copyright (c) 2016--2023
|
|
1295
1163
|
|
|
1296
1164
|
Permission is hereby granted, free of charge, to any
|
|
1297
1165
|
person obtaining a copy of this software and associated
|
|
@@ -1325,30 +1193,61 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1325
1193
|
|
|
1326
1194
|
### Rust Crates:
|
|
1327
1195
|
|
|
1328
|
-
- [
|
|
1196
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1197
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1198
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1199
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1200
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1201
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1202
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1203
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1204
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1205
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1206
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1207
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1208
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1209
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1210
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1211
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1212
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1213
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1214
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1215
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1216
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1217
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1218
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1219
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1220
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1221
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1222
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1223
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1224
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1225
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1329
1226
|
|
|
1330
1227
|
````text
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
furnished to do so, subject to the following conditions:
|
|
1228
|
+
Permission is hereby granted, free of charge, to any
|
|
1229
|
+
person obtaining a copy of this software and associated
|
|
1230
|
+
documentation files (the "Software"), to deal in the
|
|
1231
|
+
Software without restriction, including without
|
|
1232
|
+
limitation the rights to use, copy, modify, merge,
|
|
1233
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1234
|
+
the Software, and to permit persons to whom the Software
|
|
1235
|
+
is furnished to do so, subject to the following
|
|
1236
|
+
conditions:
|
|
1341
1237
|
|
|
1342
|
-
The above copyright notice and this permission notice
|
|
1343
|
-
copies or substantial portions
|
|
1238
|
+
The above copyright notice and this permission notice
|
|
1239
|
+
shall be included in all copies or substantial portions
|
|
1240
|
+
of the Software.
|
|
1344
1241
|
|
|
1345
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1346
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1242
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1243
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1244
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1245
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1246
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1247
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1248
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1249
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1250
|
+
DEALINGS IN THE SOFTWARE.
|
|
1352
1251
|
|
|
1353
1252
|
````
|
|
1354
1253
|
|
|
@@ -1358,10 +1257,10 @@ SOFTWARE.
|
|
|
1358
1257
|
|
|
1359
1258
|
### Rust Crates:
|
|
1360
1259
|
|
|
1361
|
-
- [
|
|
1260
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1362
1261
|
|
|
1363
1262
|
````text
|
|
1364
|
-
Copyright (c)
|
|
1263
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1365
1264
|
|
|
1366
1265
|
Permission is hereby granted, free of charge, to any
|
|
1367
1266
|
person obtaining a copy of this software and associated
|
|
@@ -1395,15 +1294,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1395
1294
|
|
|
1396
1295
|
### Rust Crates:
|
|
1397
1296
|
|
|
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)
|
|
1297
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1404
1298
|
|
|
1405
1299
|
````text
|
|
1406
|
-
Copyright (c)
|
|
1300
|
+
Copyright (c) 2016--2017
|
|
1407
1301
|
|
|
1408
1302
|
Permission is hereby granted, free of charge, to any
|
|
1409
1303
|
person obtaining a copy of this software and associated
|
|
@@ -1435,15 +1329,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1435
1329
|
|
|
1436
1330
|
## The following dependencies are licensed under the MIT License:
|
|
1437
1331
|
|
|
1438
|
-
###
|
|
1332
|
+
### Rust Crates:
|
|
1439
1333
|
|
|
1440
|
-
- [
|
|
1441
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1334
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1442
1335
|
|
|
1443
1336
|
````text
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
1337
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1447
1338
|
|
|
1448
1339
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1449
1340
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1471,34 +1362,28 @@ SOFTWARE.
|
|
|
1471
1362
|
|
|
1472
1363
|
### Rust Crates:
|
|
1473
1364
|
|
|
1474
|
-
- [
|
|
1365
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1475
1366
|
|
|
1476
1367
|
````text
|
|
1477
|
-
Copyright (c)
|
|
1368
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1478
1369
|
|
|
1479
|
-
Permission is hereby granted, free of charge, to any
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
the Software, and to permit persons to whom the Software
|
|
1486
|
-
is furnished to do so, subject to the following
|
|
1487
|
-
conditions:
|
|
1370
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1371
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1372
|
+
in the Software without restriction, including without limitation the rights
|
|
1373
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1374
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1375
|
+
furnished to do so, subject to the following conditions:
|
|
1488
1376
|
|
|
1489
|
-
The above copyright notice and this permission notice
|
|
1490
|
-
|
|
1491
|
-
of the Software.
|
|
1377
|
+
The above copyright notice and this permission notice shall be included in
|
|
1378
|
+
all copies or substantial portions of the Software.
|
|
1492
1379
|
|
|
1493
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1501
|
-
DEALINGS IN THE SOFTWARE.
|
|
1380
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1381
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1382
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1383
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1384
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1385
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1386
|
+
THE SOFTWARE.
|
|
1502
1387
|
|
|
1503
1388
|
````
|
|
1504
1389
|
|
|
@@ -1508,13 +1393,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1508
1393
|
|
|
1509
1394
|
### Rust Crates:
|
|
1510
1395
|
|
|
1511
|
-
- [
|
|
1512
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1396
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1513
1397
|
|
|
1514
1398
|
````text
|
|
1515
|
-
|
|
1399
|
+
Copyright (c) 2016 The humantime Developers
|
|
1400
|
+
|
|
1401
|
+
Includes parts of http date with the following copyright:
|
|
1402
|
+
Copyright (c) 2016 Pyfisch
|
|
1403
|
+
|
|
1404
|
+
Includes portions of musl libc with the following copyright:
|
|
1405
|
+
Copyright © 2005-2013 Rich Felker
|
|
1516
1406
|
|
|
1517
|
-
Copyright (c) 2019 Graham Esau
|
|
1518
1407
|
|
|
1519
1408
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1520
1409
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1542,10 +1431,11 @@ SOFTWARE.
|
|
|
1542
1431
|
|
|
1543
1432
|
### Rust Crates:
|
|
1544
1433
|
|
|
1545
|
-
- [
|
|
1434
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1546
1435
|
|
|
1547
1436
|
````text
|
|
1548
|
-
Copyright (c)
|
|
1437
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1438
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1549
1439
|
|
|
1550
1440
|
Permission is hereby granted, free of charge, to any
|
|
1551
1441
|
person obtaining a copy of this software and associated
|
|
@@ -1570,6 +1460,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1570
1460
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1571
1461
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1572
1462
|
DEALINGS IN THE SOFTWARE.
|
|
1463
|
+
|
|
1573
1464
|
````
|
|
1574
1465
|
|
|
1575
1466
|
---
|
|
@@ -1578,14 +1469,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1578
1469
|
|
|
1579
1470
|
### Rust Crates:
|
|
1580
1471
|
|
|
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)
|
|
1472
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1584
1473
|
|
|
1585
1474
|
````text
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1475
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1589
1476
|
|
|
1590
1477
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1591
1478
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1594,16 +1481,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1594
1481
|
copies of the Software, and to permit persons to whom the Software is
|
|
1595
1482
|
furnished to do so, subject to the following conditions:
|
|
1596
1483
|
|
|
1597
|
-
The above copyright notice and this permission notice shall be included in
|
|
1598
|
-
copies or substantial portions of the Software.
|
|
1484
|
+
The above copyright notice and this permission notice shall be included in
|
|
1485
|
+
all copies or substantial portions of the Software.
|
|
1599
1486
|
|
|
1600
1487
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1601
1488
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1602
1489
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1603
1490
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1604
1491
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1605
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1606
|
-
SOFTWARE.
|
|
1492
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1493
|
+
THE SOFTWARE.
|
|
1494
|
+
|
|
1607
1495
|
|
|
1608
1496
|
````
|
|
1609
1497
|
|
|
@@ -1613,14 +1501,48 @@ SOFTWARE.
|
|
|
1613
1501
|
|
|
1614
1502
|
### Rust Crates:
|
|
1615
1503
|
|
|
1616
|
-
- [
|
|
1504
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1617
1505
|
|
|
1618
1506
|
````text
|
|
1619
|
-
|
|
1507
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1620
1508
|
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1509
|
+
Permission is hereby granted, free of charge, to any
|
|
1510
|
+
person obtaining a copy of this software and associated
|
|
1511
|
+
documentation files (the "Software"), to deal in the
|
|
1512
|
+
Software without restriction, including without
|
|
1513
|
+
limitation the rights to use, copy, modify, merge,
|
|
1514
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1515
|
+
the Software, and to permit persons to whom the Software
|
|
1516
|
+
is furnished to do so, subject to the following
|
|
1517
|
+
conditions:
|
|
1518
|
+
|
|
1519
|
+
The above copyright notice and this permission notice
|
|
1520
|
+
shall be included in all copies or substantial portions
|
|
1521
|
+
of the Software.
|
|
1522
|
+
|
|
1523
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1524
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1525
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1526
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1527
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1528
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1529
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1530
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1531
|
+
DEALINGS IN THE SOFTWARE.
|
|
1532
|
+
|
|
1533
|
+
````
|
|
1534
|
+
|
|
1535
|
+
---
|
|
1536
|
+
|
|
1537
|
+
## The following dependencies are licensed under the MIT License:
|
|
1538
|
+
|
|
1539
|
+
### Rust Crates:
|
|
1540
|
+
|
|
1541
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1542
|
+
|
|
1543
|
+
````text
|
|
1544
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1545
|
+
Copyright (c) 2016 Jason Housley
|
|
1624
1546
|
|
|
1625
1547
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1626
1548
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1629,16 +1551,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1629
1551
|
copies of the Software, and to permit persons to whom the Software is
|
|
1630
1552
|
furnished to do so, subject to the following conditions:
|
|
1631
1553
|
|
|
1632
|
-
The above copyright notice and this permission notice shall be included in
|
|
1633
|
-
copies or substantial portions of the Software.
|
|
1554
|
+
The above copyright notice and this permission notice shall be included in
|
|
1555
|
+
all copies or substantial portions of the Software.
|
|
1634
1556
|
|
|
1635
1557
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1636
1558
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1637
1559
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1638
1560
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1639
1561
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1640
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1641
|
-
SOFTWARE.
|
|
1562
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1563
|
+
THE SOFTWARE.
|
|
1642
1564
|
|
|
1643
1565
|
````
|
|
1644
1566
|
|
|
@@ -1648,16 +1570,34 @@ SOFTWARE.
|
|
|
1648
1570
|
|
|
1649
1571
|
### Rust Crates:
|
|
1650
1572
|
|
|
1651
|
-
- [
|
|
1573
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1652
1574
|
|
|
1653
1575
|
````text
|
|
1654
|
-
Copyright
|
|
1576
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1655
1577
|
|
|
1656
|
-
Permission is hereby granted, free of charge, to any
|
|
1578
|
+
Permission is hereby granted, free of charge, to any
|
|
1579
|
+
person obtaining a copy of this software and associated
|
|
1580
|
+
documentation files (the "Software"), to deal in the
|
|
1581
|
+
Software without restriction, including without
|
|
1582
|
+
limitation the rights to use, copy, modify, merge,
|
|
1583
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1584
|
+
the Software, and to permit persons to whom the Software
|
|
1585
|
+
is furnished to do so, subject to the following
|
|
1586
|
+
conditions:
|
|
1657
1587
|
|
|
1658
|
-
The above copyright notice and this permission notice
|
|
1588
|
+
The above copyright notice and this permission notice
|
|
1589
|
+
shall be included in all copies or substantial portions
|
|
1590
|
+
of the Software.
|
|
1659
1591
|
|
|
1660
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1592
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1593
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1594
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1595
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1596
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1597
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1598
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1599
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1600
|
+
DEALINGS IN THE SOFTWARE.
|
|
1661
1601
|
|
|
1662
1602
|
````
|
|
1663
1603
|
|
|
@@ -1667,11 +1607,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1667
1607
|
|
|
1668
1608
|
### Rust Crates:
|
|
1669
1609
|
|
|
1670
|
-
- [
|
|
1671
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1610
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1672
1611
|
|
|
1673
1612
|
````text
|
|
1674
|
-
Copyright (c)
|
|
1613
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1675
1614
|
|
|
1676
1615
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1677
1616
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1680,16 +1619,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1680
1619
|
copies of the Software, and to permit persons to whom the Software is
|
|
1681
1620
|
furnished to do so, subject to the following conditions:
|
|
1682
1621
|
|
|
1683
|
-
The above copyright notice and this permission notice shall be included in
|
|
1684
|
-
copies or substantial portions of the Software.
|
|
1622
|
+
The above copyright notice and this permission notice shall be included in
|
|
1623
|
+
all copies or substantial portions of the Software.
|
|
1685
1624
|
|
|
1686
1625
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1687
1626
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1688
1627
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1689
1628
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1690
1629
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1691
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1692
|
-
SOFTWARE.
|
|
1630
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1631
|
+
THE SOFTWARE.
|
|
1693
1632
|
|
|
1694
1633
|
````
|
|
1695
1634
|
|
|
@@ -1697,14 +1636,13 @@ SOFTWARE.
|
|
|
1697
1636
|
|
|
1698
1637
|
## The following dependencies are licensed under the MIT License:
|
|
1699
1638
|
|
|
1700
|
-
###
|
|
1639
|
+
### Rust Crates:
|
|
1701
1640
|
|
|
1702
|
-
- [
|
|
1641
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1703
1642
|
|
|
1704
1643
|
````text
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1644
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1645
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1708
1646
|
|
|
1709
1647
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1710
1648
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1713,18 +1651,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1713
1651
|
copies of the Software, and to permit persons to whom the Software is
|
|
1714
1652
|
furnished to do so, subject to the following conditions:
|
|
1715
1653
|
|
|
1716
|
-
The above copyright notice and this permission notice shall be included in
|
|
1717
|
-
copies or substantial portions of the Software.
|
|
1654
|
+
The above copyright notice and this permission notice shall be included in
|
|
1655
|
+
all copies or substantial portions of the Software.
|
|
1718
1656
|
|
|
1719
1657
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1720
1658
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1721
1659
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1722
1660
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1723
1661
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1724
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1725
|
-
SOFTWARE.
|
|
1726
|
-
|
|
1727
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1662
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1663
|
+
THE SOFTWARE.
|
|
1728
1664
|
|
|
1729
1665
|
````
|
|
1730
1666
|
|
|
@@ -1734,40 +1670,29 @@ SOFTWARE.
|
|
|
1734
1670
|
|
|
1735
1671
|
### Rust Crates:
|
|
1736
1672
|
|
|
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)
|
|
1673
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1743
1674
|
|
|
1744
1675
|
````text
|
|
1745
|
-
Copyright 2018
|
|
1746
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1676
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1747
1677
|
|
|
1748
|
-
Permission is hereby granted, free of charge, to any
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
the Software, and to permit persons to whom the Software
|
|
1755
|
-
is furnished to do so, subject to the following
|
|
1756
|
-
conditions:
|
|
1678
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1679
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1680
|
+
in the Software without restriction, including without limitation the rights
|
|
1681
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1682
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1683
|
+
furnished to do so, subject to the following conditions:
|
|
1757
1684
|
|
|
1758
|
-
The above copyright notice and this permission notice
|
|
1759
|
-
|
|
1760
|
-
|
|
1685
|
+
The above copyright notice and this permission notice shall be included in
|
|
1686
|
+
all copies or substantial portions of the Software.
|
|
1687
|
+
|
|
1688
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1689
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1690
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1691
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1692
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1693
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1694
|
+
THE SOFTWARE.
|
|
1761
1695
|
|
|
1762
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1763
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1764
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1765
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1766
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1767
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1768
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1769
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1770
|
-
DEALINGS IN THE SOFTWARE.
|
|
1771
1696
|
|
|
1772
1697
|
````
|
|
1773
1698
|
|
|
@@ -1777,19 +1702,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1777
1702
|
|
|
1778
1703
|
### Rust Crates:
|
|
1779
1704
|
|
|
1780
|
-
- [
|
|
1781
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1782
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1783
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
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)
|
|
1705
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1789
1706
|
|
|
1790
1707
|
````text
|
|
1791
|
-
Copyright (c)
|
|
1792
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1708
|
+
Copyright (c) 2018 Carl Lerche
|
|
1793
1709
|
|
|
1794
1710
|
Permission is hereby granted, free of charge, to any
|
|
1795
1711
|
person obtaining a copy of this software and associated
|
|
@@ -1823,10 +1739,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1823
1739
|
|
|
1824
1740
|
### Rust Crates:
|
|
1825
1741
|
|
|
1826
|
-
- [
|
|
1742
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1827
1743
|
|
|
1828
1744
|
````text
|
|
1829
|
-
Copyright (c)
|
|
1745
|
+
Copyright (c) 2017 Carl Lerche
|
|
1746
|
+
Copyright (c) 2018 Bastian Köcher
|
|
1747
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1830
1748
|
|
|
1831
1749
|
Permission is hereby granted, free of charge, to any
|
|
1832
1750
|
person obtaining a copy of this software and associated
|
|
@@ -1860,12 +1778,80 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1860
1778
|
|
|
1861
1779
|
### Rust Crates:
|
|
1862
1780
|
|
|
1863
|
-
- [
|
|
1781
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1864
1782
|
|
|
1865
1783
|
````text
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
Copyright (c)
|
|
1784
|
+
The MIT License (MIT)
|
|
1785
|
+
|
|
1786
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1787
|
+
|
|
1788
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1789
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1790
|
+
in the Software without restriction, including without limitation the rights
|
|
1791
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1792
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1793
|
+
furnished to do so, subject to the following conditions:
|
|
1794
|
+
|
|
1795
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1796
|
+
copies or substantial portions of the Software.
|
|
1797
|
+
|
|
1798
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1799
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1800
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1801
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1802
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1803
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1804
|
+
SOFTWARE.
|
|
1805
|
+
|
|
1806
|
+
````
|
|
1807
|
+
|
|
1808
|
+
---
|
|
1809
|
+
|
|
1810
|
+
## The following dependencies are licensed under the MIT License:
|
|
1811
|
+
|
|
1812
|
+
### Rust Crates:
|
|
1813
|
+
|
|
1814
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1815
|
+
|
|
1816
|
+
````text
|
|
1817
|
+
MIT License
|
|
1818
|
+
|
|
1819
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1820
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1821
|
+
Copyright (c) 2017 Frommi
|
|
1822
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1826
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1827
|
+
in the Software without restriction, including without limitation the rights
|
|
1828
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1829
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1830
|
+
furnished to do so, subject to the following conditions:
|
|
1831
|
+
|
|
1832
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1833
|
+
copies or substantial portions of the Software.
|
|
1834
|
+
|
|
1835
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1836
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1837
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1838
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1839
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1840
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1841
|
+
SOFTWARE.
|
|
1842
|
+
|
|
1843
|
+
````
|
|
1844
|
+
|
|
1845
|
+
---
|
|
1846
|
+
|
|
1847
|
+
## The following dependencies are licensed under the MIT License:
|
|
1848
|
+
|
|
1849
|
+
### Rust Crates:
|
|
1850
|
+
|
|
1851
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1852
|
+
|
|
1853
|
+
````text
|
|
1854
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1869
1855
|
|
|
1870
1856
|
Permission is hereby granted, free of charge, to any
|
|
1871
1857
|
person obtaining a copy of this software and associated
|
|
@@ -1899,11 +1885,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1899
1885
|
|
|
1900
1886
|
### Rust Crates:
|
|
1901
1887
|
|
|
1902
|
-
- [
|
|
1888
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1903
1889
|
|
|
1904
1890
|
````text
|
|
1905
|
-
Copyright (c)
|
|
1906
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1891
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1907
1892
|
|
|
1908
1893
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1909
1894
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1929,14 +1914,12 @@ THE SOFTWARE.
|
|
|
1929
1914
|
|
|
1930
1915
|
## The following dependencies are licensed under the MIT License:
|
|
1931
1916
|
|
|
1932
|
-
###
|
|
1917
|
+
### Rust Crates:
|
|
1933
1918
|
|
|
1934
|
-
- [
|
|
1919
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
1935
1920
|
|
|
1936
1921
|
````text
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1922
|
+
Copyright (c) 2015 Igor Shaula
|
|
1940
1923
|
|
|
1941
1924
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1942
1925
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1964,12 +1947,15 @@ THE SOFTWARE.
|
|
|
1964
1947
|
|
|
1965
1948
|
### Rust Crates:
|
|
1966
1949
|
|
|
1967
|
-
- [
|
|
1950
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1951
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1952
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1953
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1968
1954
|
|
|
1969
1955
|
````text
|
|
1970
|
-
MIT License
|
|
1956
|
+
The MIT License (MIT)
|
|
1971
1957
|
|
|
1972
|
-
Copyright (c)
|
|
1958
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1973
1959
|
|
|
1974
1960
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1975
1961
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1978,16 +1964,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1978
1964
|
copies of the Software, and to permit persons to whom the Software is
|
|
1979
1965
|
furnished to do so, subject to the following conditions:
|
|
1980
1966
|
|
|
1981
|
-
The above copyright notice and this permission notice shall be included in
|
|
1982
|
-
copies or substantial portions of the Software.
|
|
1967
|
+
The above copyright notice and this permission notice shall be included in
|
|
1968
|
+
all copies or substantial portions of the Software.
|
|
1983
1969
|
|
|
1984
1970
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1985
1971
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1986
1972
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1987
1973
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1988
1974
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1989
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1990
|
-
SOFTWARE.
|
|
1975
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1976
|
+
THE SOFTWARE.
|
|
1991
1977
|
|
|
1992
1978
|
````
|
|
1993
1979
|
|
|
@@ -1997,10 +1983,10 @@ SOFTWARE.
|
|
|
1997
1983
|
|
|
1998
1984
|
### Rust Crates:
|
|
1999
1985
|
|
|
2000
|
-
- [
|
|
1986
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2001
1987
|
|
|
2002
1988
|
````text
|
|
2003
|
-
Copyright (c) 2019
|
|
1989
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2004
1990
|
|
|
2005
1991
|
Permission is hereby granted, free of charge, to any
|
|
2006
1992
|
person obtaining a copy of this software and associated
|
|
@@ -2034,39 +2020,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2034
2020
|
|
|
2035
2021
|
### Rust Crates:
|
|
2036
2022
|
|
|
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)
|
|
2023
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2043
2024
|
|
|
2044
2025
|
````text
|
|
2045
|
-
|
|
2026
|
+
MIT License
|
|
2046
2027
|
|
|
2047
|
-
|
|
2048
|
-
person obtaining a copy of this software and associated
|
|
2049
|
-
documentation files (the "Software"), to deal in the
|
|
2050
|
-
Software without restriction, including without
|
|
2051
|
-
limitation the rights to use, copy, modify, merge,
|
|
2052
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2053
|
-
the Software, and to permit persons to whom the Software
|
|
2054
|
-
is furnished to do so, subject to the following
|
|
2055
|
-
conditions:
|
|
2028
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2056
2029
|
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2030
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2031
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2032
|
+
in the Software without restriction, including without limitation the rights
|
|
2033
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2034
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2035
|
+
furnished to do so, subject to the following conditions:
|
|
2060
2036
|
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
IN
|
|
2069
|
-
|
|
2037
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2038
|
+
copies or substantial portions of the Software.
|
|
2039
|
+
|
|
2040
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2041
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2042
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2043
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2044
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2045
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2046
|
+
SOFTWARE.
|
|
2070
2047
|
|
|
2071
2048
|
````
|
|
2072
2049
|
|
|
@@ -2076,10 +2053,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2076
2053
|
|
|
2077
2054
|
### Rust Crates:
|
|
2078
2055
|
|
|
2079
|
-
- [
|
|
2056
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2080
2057
|
|
|
2081
2058
|
````text
|
|
2082
|
-
Copyright (c)
|
|
2059
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2060
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2083
2061
|
|
|
2084
2062
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2085
2063
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2088,16 +2066,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2088
2066
|
copies of the Software, and to permit persons to whom the Software is
|
|
2089
2067
|
furnished to do so, subject to the following conditions:
|
|
2090
2068
|
|
|
2091
|
-
The above copyright notice and this permission notice shall be included in
|
|
2092
|
-
|
|
2069
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2070
|
+
copies or substantial portions of the Software.
|
|
2093
2071
|
|
|
2094
2072
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2095
2073
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2096
2074
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2097
2075
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2098
2076
|
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
|
-
|
|
2077
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2078
|
+
SOFTWARE.
|
|
2101
2079
|
|
|
2102
2080
|
````
|
|
2103
2081
|
|
|
@@ -2105,55 +2083,34 @@ THE SOFTWARE.
|
|
|
2105
2083
|
|
|
2106
2084
|
## The following dependencies are licensed under the MIT License:
|
|
2107
2085
|
|
|
2108
|
-
###
|
|
2086
|
+
### NPM Packages:
|
|
2109
2087
|
|
|
2110
|
-
- [
|
|
2088
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2111
2089
|
|
|
2112
2090
|
````text
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
Permission is hereby granted, free of charge, to any
|
|
2116
|
-
person obtaining a copy of this software and associated
|
|
2117
|
-
documentation files (the "Software"), to deal in the
|
|
2118
|
-
Software without restriction, including without
|
|
2119
|
-
limitation the rights to use, copy, modify, merge,
|
|
2120
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2121
|
-
the Software, and to permit persons to whom the Software
|
|
2122
|
-
is furnished to do so, subject to the following
|
|
2123
|
-
conditions:
|
|
2124
|
-
|
|
2125
|
-
The above copyright notice and this permission notice
|
|
2126
|
-
shall be included in all copies or substantial portions
|
|
2127
|
-
of the Software.
|
|
2128
|
-
|
|
2129
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2130
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2131
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2132
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2133
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2134
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2135
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2136
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2137
|
-
DEALINGS IN THE SOFTWARE.
|
|
2138
|
-
|
|
2139
|
-
````
|
|
2140
|
-
|
|
2141
|
-
---
|
|
2142
|
-
|
|
2143
|
-
## The following dependencies are licensed under the MIT License:
|
|
2144
|
-
|
|
2145
|
-
### Rust Crates:
|
|
2091
|
+
MIT License
|
|
2146
2092
|
|
|
2147
|
-
- [
|
|
2093
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2148
2094
|
|
|
2149
|
-
|
|
2150
|
-
|
|
2095
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2096
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2097
|
+
in the Software without restriction, including without limitation the rights
|
|
2098
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2099
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2100
|
+
furnished to do so, subject to the following conditions:
|
|
2151
2101
|
|
|
2152
|
-
|
|
2102
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2103
|
+
copies or substantial portions of the Software.
|
|
2153
2104
|
|
|
2154
|
-
|
|
2105
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2106
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2107
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2108
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2109
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2110
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2111
|
+
SOFTWARE.
|
|
2155
2112
|
|
|
2156
|
-
|
|
2113
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2157
2114
|
|
|
2158
2115
|
````
|
|
2159
2116
|
|
|
@@ -2163,10 +2120,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2163
2120
|
|
|
2164
2121
|
### Rust Crates:
|
|
2165
2122
|
|
|
2166
|
-
- [
|
|
2123
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2124
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2125
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2126
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2127
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2128
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2167
2129
|
|
|
2168
2130
|
````text
|
|
2169
|
-
Copyright
|
|
2131
|
+
Copyright 2018 Developers of the Rand project
|
|
2132
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2170
2133
|
|
|
2171
2134
|
Permission is hereby granted, free of charge, to any
|
|
2172
2135
|
person obtaining a copy of this software and associated
|
|
@@ -2200,13 +2163,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2200
2163
|
|
|
2201
2164
|
### Rust Crates:
|
|
2202
2165
|
|
|
2203
|
-
- [
|
|
2166
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2167
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2204
2168
|
|
|
2205
2169
|
````text
|
|
2206
2170
|
MIT License
|
|
2207
2171
|
|
|
2208
|
-
Copyright (c) 2019
|
|
2209
|
-
Copyright (c) Tokio Contributors
|
|
2172
|
+
Copyright (c) 2019 Graham Esau
|
|
2210
2173
|
|
|
2211
2174
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2212
2175
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2234,10 +2197,10 @@ SOFTWARE.
|
|
|
2234
2197
|
|
|
2235
2198
|
### Rust Crates:
|
|
2236
2199
|
|
|
2237
|
-
- [
|
|
2200
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2238
2201
|
|
|
2239
2202
|
````text
|
|
2240
|
-
Copyright (c)
|
|
2203
|
+
Copyright (c) 2017 Robert Grosse
|
|
2241
2204
|
|
|
2242
2205
|
Permission is hereby granted, free of charge, to any
|
|
2243
2206
|
person obtaining a copy of this software and associated
|
|
@@ -2262,40 +2225,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2262
2225
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2263
2226
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2264
2227
|
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)
|
|
2275
|
-
|
|
2276
|
-
````text
|
|
2277
|
-
MIT License
|
|
2278
|
-
|
|
2279
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2280
|
-
|
|
2281
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2282
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2283
|
-
in the Software without restriction, including without limitation the rights
|
|
2284
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2285
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2286
|
-
furnished to do so, subject to the following conditions:
|
|
2287
|
-
|
|
2288
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2289
|
-
copies or substantial portions of the Software.
|
|
2290
|
-
|
|
2291
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2292
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2293
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2294
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2295
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2296
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2297
|
-
SOFTWARE.
|
|
2298
|
-
|
|
2299
2228
|
````
|
|
2300
2229
|
|
|
2301
2230
|
---
|
|
@@ -2304,10 +2233,11 @@ SOFTWARE.
|
|
|
2304
2233
|
|
|
2305
2234
|
### Rust Crates:
|
|
2306
2235
|
|
|
2307
|
-
- [
|
|
2236
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2237
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2308
2238
|
|
|
2309
2239
|
````text
|
|
2310
|
-
Copyright
|
|
2240
|
+
Copyright (c) 2014 Alex Crichton
|
|
2311
2241
|
|
|
2312
2242
|
Permission is hereby granted, free of charge, to any
|
|
2313
2243
|
person obtaining a copy of this software and associated
|
|
@@ -2341,13 +2271,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2341
2271
|
|
|
2342
2272
|
### Rust Crates:
|
|
2343
2273
|
|
|
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)
|
|
2274
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2348
2275
|
|
|
2349
2276
|
````text
|
|
2350
|
-
Copyright (c)
|
|
2277
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2351
2278
|
|
|
2352
2279
|
Permission is hereby granted, free of charge, to any
|
|
2353
2280
|
person obtaining a copy of this software and associated
|
|
@@ -2381,15 +2308,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2381
2308
|
|
|
2382
2309
|
### Rust Crates:
|
|
2383
2310
|
|
|
2384
|
-
- [
|
|
2385
|
-
- [
|
|
2386
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2387
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2311
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2312
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2388
2313
|
|
|
2389
2314
|
````text
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
Copyright (c) 2015 Andrew Gallant
|
|
2315
|
+
MIT License
|
|
2393
2316
|
|
|
2394
2317
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2395
2318
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2398,16 +2321,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2398
2321
|
copies of the Software, and to permit persons to whom the Software is
|
|
2399
2322
|
furnished to do so, subject to the following conditions:
|
|
2400
2323
|
|
|
2401
|
-
The above copyright notice and this permission notice shall be included in
|
|
2402
|
-
|
|
2324
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2325
|
+
copies or substantial portions of the Software.
|
|
2403
2326
|
|
|
2404
2327
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2405
2328
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2406
2329
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2407
2330
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2408
2331
|
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
|
-
|
|
2332
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2333
|
+
SOFTWARE.
|
|
2411
2334
|
|
|
2412
2335
|
````
|
|
2413
2336
|
|
|
@@ -2417,10 +2340,10 @@ THE SOFTWARE.
|
|
|
2417
2340
|
|
|
2418
2341
|
### Rust Crates:
|
|
2419
2342
|
|
|
2420
|
-
- [
|
|
2343
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2421
2344
|
|
|
2422
2345
|
````text
|
|
2423
|
-
Copyright (c)
|
|
2346
|
+
Copyright (c) 2017 Sean McArthur
|
|
2424
2347
|
|
|
2425
2348
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2426
2349
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2449,69 +2372,29 @@ THE SOFTWARE.
|
|
|
2449
2372
|
|
|
2450
2373
|
### Rust Crates:
|
|
2451
2374
|
|
|
2452
|
-
- [
|
|
2375
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2453
2376
|
|
|
2454
2377
|
````text
|
|
2455
|
-
Copyright (c)
|
|
2456
|
-
|
|
2457
|
-
Permission is hereby granted, free of charge, to any
|
|
2458
|
-
person obtaining a copy of this software and associated
|
|
2459
|
-
documentation files (the "Software"), to deal in the
|
|
2460
|
-
Software without restriction, including without
|
|
2461
|
-
limitation the rights to use, copy, modify, merge,
|
|
2462
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2463
|
-
the Software, and to permit persons to whom the Software
|
|
2464
|
-
is furnished to do so, subject to the following
|
|
2465
|
-
conditions:
|
|
2466
|
-
|
|
2467
|
-
The above copyright notice and this permission notice
|
|
2468
|
-
shall be included in all copies or substantial portions
|
|
2469
|
-
of the Software.
|
|
2470
|
-
|
|
2471
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2472
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2473
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2474
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2475
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2476
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2477
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2478
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2479
|
-
DEALINGS IN THE SOFTWARE.
|
|
2480
|
-
|
|
2481
|
-
````
|
|
2482
|
-
|
|
2483
|
-
---
|
|
2378
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2484
2379
|
|
|
2485
|
-
|
|
2380
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2381
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2382
|
+
in the Software without restriction, including without limitation the rights
|
|
2383
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2384
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2385
|
+
furnished to do so, subject to the following conditions:
|
|
2486
2386
|
|
|
2487
|
-
|
|
2387
|
+
The above copyright notice and this permission notice shall be included in
|
|
2388
|
+
all copies or substantial portions of the Software.
|
|
2488
2389
|
|
|
2489
|
-
|
|
2390
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2391
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2392
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2393
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2394
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2395
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2396
|
+
THE SOFTWARE.
|
|
2490
2397
|
|
|
2491
|
-
````text
|
|
2492
|
-
The MIT License (MIT)
|
|
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
2398
|
|
|
2516
2399
|
````
|
|
2517
2400
|
|
|
@@ -2521,12 +2404,13 @@ THE SOFTWARE.
|
|
|
2521
2404
|
|
|
2522
2405
|
### Rust Crates:
|
|
2523
2406
|
|
|
2524
|
-
- [
|
|
2407
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2525
2408
|
|
|
2526
2409
|
````text
|
|
2527
2410
|
MIT License
|
|
2528
2411
|
|
|
2529
|
-
Copyright (c)
|
|
2412
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2413
|
+
Copyright (c) Tokio Contributors
|
|
2530
2414
|
|
|
2531
2415
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2532
2416
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2554,12 +2438,12 @@ SOFTWARE.
|
|
|
2554
2438
|
|
|
2555
2439
|
### Rust Crates:
|
|
2556
2440
|
|
|
2557
|
-
- [
|
|
2441
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2558
2442
|
|
|
2559
2443
|
````text
|
|
2560
|
-
|
|
2444
|
+
MIT License
|
|
2561
2445
|
|
|
2562
|
-
Copyright (c)
|
|
2446
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2563
2447
|
|
|
2564
2448
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2565
2449
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2579,8 +2463,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2579
2463
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2580
2464
|
SOFTWARE.
|
|
2581
2465
|
|
|
2582
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2583
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2584
2466
|
````
|
|
2585
2467
|
|
|
2586
2468
|
---
|
|
@@ -2589,14 +2471,49 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2589
2471
|
|
|
2590
2472
|
### Rust Crates:
|
|
2591
2473
|
|
|
2592
|
-
- [
|
|
2593
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2594
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2474
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2595
2475
|
|
|
2596
2476
|
````text
|
|
2597
|
-
|
|
2477
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2598
2478
|
|
|
2599
|
-
|
|
2479
|
+
Permission is hereby granted, free of charge, to any
|
|
2480
|
+
person obtaining a copy of this software and associated
|
|
2481
|
+
documentation files (the "Software"), to deal in the
|
|
2482
|
+
Software without restriction, including without
|
|
2483
|
+
limitation the rights to use, copy, modify, merge,
|
|
2484
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2485
|
+
the Software, and to permit persons to whom the Software
|
|
2486
|
+
is furnished to do so, subject to the following
|
|
2487
|
+
conditions:
|
|
2488
|
+
|
|
2489
|
+
The above copyright notice and this permission notice
|
|
2490
|
+
shall be included in all copies or substantial portions
|
|
2491
|
+
of the Software.
|
|
2492
|
+
|
|
2493
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2494
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2495
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2496
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2497
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2498
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2499
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2500
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2501
|
+
DEALINGS IN THE SOFTWARE.
|
|
2502
|
+
|
|
2503
|
+
````
|
|
2504
|
+
|
|
2505
|
+
---
|
|
2506
|
+
|
|
2507
|
+
## The following dependencies are licensed under the MIT License:
|
|
2508
|
+
|
|
2509
|
+
### NPM Packages:
|
|
2510
|
+
|
|
2511
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2512
|
+
|
|
2513
|
+
````text
|
|
2514
|
+
The MIT License (MIT)
|
|
2515
|
+
|
|
2516
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2600
2517
|
|
|
2601
2518
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2602
2519
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2616,39 +2533,43 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2616
2533
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2617
2534
|
SOFTWARE.
|
|
2618
2535
|
|
|
2536
|
+
|
|
2619
2537
|
````
|
|
2620
2538
|
|
|
2621
2539
|
---
|
|
2622
2540
|
|
|
2623
2541
|
## The following dependencies are licensed under the MIT License:
|
|
2624
2542
|
|
|
2625
|
-
###
|
|
2543
|
+
### Rust Crates:
|
|
2626
2544
|
|
|
2627
|
-
- [
|
|
2628
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2545
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2629
2546
|
|
|
2630
2547
|
````text
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
Copyright (c) Microsoft Corporation.
|
|
2548
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2634
2549
|
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2550
|
+
Permission is hereby granted, free of charge, to any
|
|
2551
|
+
person obtaining a copy of this software and associated
|
|
2552
|
+
documentation files (the "Software"), to deal in the
|
|
2553
|
+
Software without restriction, including without
|
|
2554
|
+
limitation the rights to use, copy, modify, merge,
|
|
2555
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2556
|
+
the Software, and to permit persons to whom the Software
|
|
2557
|
+
is furnished to do so, subject to the following
|
|
2558
|
+
conditions:
|
|
2641
2559
|
|
|
2642
|
-
|
|
2643
|
-
|
|
2560
|
+
The above copyright notice and this permission notice
|
|
2561
|
+
shall be included in all copies or substantial portions
|
|
2562
|
+
of the Software.
|
|
2644
2563
|
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2564
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2565
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2566
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2567
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2568
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2569
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2570
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2571
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2572
|
+
DEALINGS IN THE SOFTWARE.
|
|
2652
2573
|
|
|
2653
2574
|
````
|
|
2654
2575
|
|
|
@@ -2658,12 +2579,14 @@ SOFTWARE.
|
|
|
2658
2579
|
|
|
2659
2580
|
### Rust Crates:
|
|
2660
2581
|
|
|
2661
|
-
- [
|
|
2582
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2583
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2584
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2662
2585
|
|
|
2663
2586
|
````text
|
|
2664
2587
|
MIT License
|
|
2665
2588
|
|
|
2666
|
-
Copyright (c)
|
|
2589
|
+
Copyright (c) 2017 Ted Driggs
|
|
2667
2590
|
|
|
2668
2591
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2669
2592
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2682,6 +2605,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2682
2605
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2683
2606
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2684
2607
|
SOFTWARE.
|
|
2608
|
+
|
|
2685
2609
|
````
|
|
2686
2610
|
|
|
2687
2611
|
---
|
|
@@ -2690,28 +2614,34 @@ SOFTWARE.
|
|
|
2690
2614
|
|
|
2691
2615
|
### Rust Crates:
|
|
2692
2616
|
|
|
2693
|
-
- [
|
|
2617
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2694
2618
|
|
|
2695
2619
|
````text
|
|
2696
|
-
Copyright (c)
|
|
2620
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2697
2621
|
|
|
2698
|
-
Permission is hereby granted, free of charge, to any
|
|
2699
|
-
of this software and associated
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2622
|
+
Permission is hereby granted, free of charge, to any
|
|
2623
|
+
person obtaining a copy of this software and associated
|
|
2624
|
+
documentation files (the "Software"), to deal in the
|
|
2625
|
+
Software without restriction, including without
|
|
2626
|
+
limitation the rights to use, copy, modify, merge,
|
|
2627
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2628
|
+
the Software, and to permit persons to whom the Software
|
|
2629
|
+
is furnished to do so, subject to the following
|
|
2630
|
+
conditions:
|
|
2704
2631
|
|
|
2705
|
-
The above copyright notice and this permission notice
|
|
2706
|
-
all copies or substantial portions
|
|
2632
|
+
The above copyright notice and this permission notice
|
|
2633
|
+
shall be included in all copies or substantial portions
|
|
2634
|
+
of the Software.
|
|
2707
2635
|
|
|
2708
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2709
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2636
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2637
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2638
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2639
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2640
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2641
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2642
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2643
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2644
|
+
DEALINGS IN THE SOFTWARE.
|
|
2715
2645
|
|
|
2716
2646
|
````
|
|
2717
2647
|
|
|
@@ -2721,10 +2651,10 @@ THE SOFTWARE.
|
|
|
2721
2651
|
|
|
2722
2652
|
### Rust Crates:
|
|
2723
2653
|
|
|
2724
|
-
- [
|
|
2654
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2725
2655
|
|
|
2726
2656
|
````text
|
|
2727
|
-
Copyright (c)
|
|
2657
|
+
Copyright (c) The Rust Project Developers
|
|
2728
2658
|
|
|
2729
2659
|
Permission is hereby granted, free of charge, to any
|
|
2730
2660
|
person obtaining a copy of this software and associated
|
|
@@ -2758,10 +2688,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2758
2688
|
|
|
2759
2689
|
### Rust Crates:
|
|
2760
2690
|
|
|
2761
|
-
- [
|
|
2691
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2762
2692
|
|
|
2763
2693
|
````text
|
|
2764
|
-
Copyright (c)
|
|
2694
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2765
2695
|
|
|
2766
2696
|
Permission is hereby granted, free of charge, to any
|
|
2767
2697
|
person obtaining a copy of this software and associated
|
|
@@ -2795,10 +2725,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2795
2725
|
|
|
2796
2726
|
### Rust Crates:
|
|
2797
2727
|
|
|
2798
|
-
- [
|
|
2728
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2799
2729
|
|
|
2800
2730
|
````text
|
|
2801
|
-
|
|
2731
|
+
MIT License
|
|
2732
|
+
|
|
2733
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2802
2734
|
|
|
2803
2735
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2804
2736
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2807,17 +2739,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2807
2739
|
copies of the Software, and to permit persons to whom the Software is
|
|
2808
2740
|
furnished to do so, subject to the following conditions:
|
|
2809
2741
|
|
|
2810
|
-
The above copyright notice and this permission notice shall be included in
|
|
2811
|
-
|
|
2742
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2743
|
+
copies or substantial portions of the Software.
|
|
2812
2744
|
|
|
2813
2745
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2814
2746
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2815
2747
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2816
2748
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2817
2749
|
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
|
-
|
|
2820
|
-
|
|
2750
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2751
|
+
SOFTWARE.
|
|
2821
2752
|
|
|
2822
2753
|
````
|
|
2823
2754
|
|
|
@@ -2827,10 +2758,13 @@ THE SOFTWARE.
|
|
|
2827
2758
|
|
|
2828
2759
|
### Rust Crates:
|
|
2829
2760
|
|
|
2830
|
-
- [
|
|
2761
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2831
2762
|
|
|
2832
2763
|
````text
|
|
2833
|
-
|
|
2764
|
+
The MIT License (MIT)
|
|
2765
|
+
|
|
2766
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2767
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2834
2768
|
|
|
2835
2769
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2836
2770
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2839,16 +2773,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2839
2773
|
copies of the Software, and to permit persons to whom the Software is
|
|
2840
2774
|
furnished to do so, subject to the following conditions:
|
|
2841
2775
|
|
|
2842
|
-
The above copyright notice and this permission notice shall be included in
|
|
2843
|
-
|
|
2776
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2777
|
+
copies or substantial portions of the Software.
|
|
2844
2778
|
|
|
2845
2779
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2846
2780
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2847
2781
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2848
2782
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2849
2783
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2850
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2851
|
-
|
|
2784
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2785
|
+
SOFTWARE.
|
|
2852
2786
|
|
|
2853
2787
|
````
|
|
2854
2788
|
|
|
@@ -2858,32 +2792,81 @@ THE SOFTWARE.
|
|
|
2858
2792
|
|
|
2859
2793
|
### Rust Crates:
|
|
2860
2794
|
|
|
2861
|
-
- [
|
|
2862
|
-
- [
|
|
2863
|
-
- [
|
|
2795
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2796
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2797
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2798
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2799
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2800
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2864
2801
|
|
|
2865
2802
|
````text
|
|
2866
|
-
|
|
2803
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2867
2804
|
|
|
2868
|
-
|
|
2805
|
+
Permission is hereby granted, free of charge, to any
|
|
2806
|
+
person obtaining a copy of this software and associated
|
|
2807
|
+
documentation files (the "Software"), to deal in the
|
|
2808
|
+
Software without restriction, including without
|
|
2809
|
+
limitation the rights to use, copy, modify, merge,
|
|
2810
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2811
|
+
the Software, and to permit persons to whom the Software
|
|
2812
|
+
is furnished to do so, subject to the following
|
|
2813
|
+
conditions:
|
|
2869
2814
|
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2874
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2875
|
-
furnished to do so, subject to the following conditions:
|
|
2815
|
+
The above copyright notice and this permission notice
|
|
2816
|
+
shall be included in all copies or substantial portions
|
|
2817
|
+
of the Software.
|
|
2876
2818
|
|
|
2877
|
-
|
|
2878
|
-
|
|
2819
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2820
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2821
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2822
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2823
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2824
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2825
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2826
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2827
|
+
DEALINGS IN THE SOFTWARE.
|
|
2879
2828
|
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2829
|
+
````
|
|
2830
|
+
|
|
2831
|
+
---
|
|
2832
|
+
|
|
2833
|
+
## The following dependencies are licensed under the MIT License:
|
|
2834
|
+
|
|
2835
|
+
### Rust Crates:
|
|
2836
|
+
|
|
2837
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2838
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2839
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2840
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2841
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2842
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2843
|
+
|
|
2844
|
+
````text
|
|
2845
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2846
|
+
|
|
2847
|
+
Permission is hereby granted, free of charge, to any
|
|
2848
|
+
person obtaining a copy of this software and associated
|
|
2849
|
+
documentation files (the "Software"), to deal in the
|
|
2850
|
+
Software without restriction, including without
|
|
2851
|
+
limitation the rights to use, copy, modify, merge,
|
|
2852
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2853
|
+
the Software, and to permit persons to whom the Software
|
|
2854
|
+
is furnished to do so, subject to the following
|
|
2855
|
+
conditions:
|
|
2856
|
+
|
|
2857
|
+
The above copyright notice and this permission notice
|
|
2858
|
+
shall be included in all copies or substantial portions
|
|
2859
|
+
of the Software.
|
|
2860
|
+
|
|
2861
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2862
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2863
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2864
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2865
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2866
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2867
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2868
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2869
|
+
DEALINGS IN THE SOFTWARE.
|
|
2887
2870
|
|
|
2888
2871
|
````
|
|
2889
2872
|
|
|
@@ -2893,10 +2876,10 @@ SOFTWARE.
|
|
|
2893
2876
|
|
|
2894
2877
|
### Rust Crates:
|
|
2895
2878
|
|
|
2896
|
-
- [
|
|
2879
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2897
2880
|
|
|
2898
2881
|
````text
|
|
2899
|
-
Copyright (c) 2019
|
|
2882
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2900
2883
|
|
|
2901
2884
|
Permission is hereby granted, free of charge, to any
|
|
2902
2885
|
person obtaining a copy of this software and associated
|
|
@@ -2930,30 +2913,68 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2930
2913
|
|
|
2931
2914
|
### Rust Crates:
|
|
2932
2915
|
|
|
2933
|
-
- [
|
|
2916
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
2934
2917
|
|
|
2935
2918
|
````text
|
|
2936
|
-
|
|
2919
|
+
Permission is hereby granted, free of charge, to any
|
|
2920
|
+
person obtaining a copy of this software and associated
|
|
2921
|
+
documentation files (the "Software"), to deal in the
|
|
2922
|
+
Software without restriction, including without
|
|
2923
|
+
limitation the rights to use, copy, modify, merge,
|
|
2924
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2925
|
+
the Software, and to permit persons to whom the Software
|
|
2926
|
+
is furnished to do so, subject to the following
|
|
2927
|
+
conditions:
|
|
2937
2928
|
|
|
2938
|
-
|
|
2929
|
+
The above copyright notice and this permission notice
|
|
2930
|
+
shall be included in all copies or substantial portions
|
|
2931
|
+
of the Software.
|
|
2939
2932
|
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2933
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2934
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2935
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2936
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2937
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2938
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2939
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2940
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2941
|
+
DEALINGS IN THE SOFTWARE.
|
|
2942
|
+
````
|
|
2946
2943
|
|
|
2947
|
-
|
|
2948
|
-
copies or substantial portions of the Software.
|
|
2944
|
+
---
|
|
2949
2945
|
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2946
|
+
## The following dependencies are licensed under the MIT License:
|
|
2947
|
+
|
|
2948
|
+
### Rust Crates:
|
|
2949
|
+
|
|
2950
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2951
|
+
|
|
2952
|
+
````text
|
|
2953
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2954
|
+
|
|
2955
|
+
Permission is hereby granted, free of charge, to any
|
|
2956
|
+
person obtaining a copy of this software and associated
|
|
2957
|
+
documentation files (the "Software"), to deal in the
|
|
2958
|
+
Software without restriction, including without
|
|
2959
|
+
limitation the rights to use, copy, modify, merge,
|
|
2960
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2961
|
+
the Software, and to permit persons to whom the Software
|
|
2962
|
+
is furnished to do so, subject to the following
|
|
2963
|
+
conditions:
|
|
2964
|
+
|
|
2965
|
+
The above copyright notice and this permission notice
|
|
2966
|
+
shall be included in all copies or substantial portions
|
|
2967
|
+
of the Software.
|
|
2968
|
+
|
|
2969
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2970
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2971
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2972
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2973
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2974
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2975
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2976
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2977
|
+
DEALINGS IN THE SOFTWARE.
|
|
2957
2978
|
|
|
2958
2979
|
````
|
|
2959
2980
|
|
|
@@ -2963,35 +2984,69 @@ SOFTWARE.
|
|
|
2963
2984
|
|
|
2964
2985
|
### Rust Crates:
|
|
2965
2986
|
|
|
2966
|
-
- [
|
|
2987
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2967
2988
|
|
|
2968
2989
|
````text
|
|
2969
|
-
Copyright (c)
|
|
2990
|
+
Copyright (c) 2015 Steven Allen
|
|
2970
2991
|
|
|
2971
|
-
|
|
2972
|
-
|
|
2992
|
+
Permission is hereby granted, free of charge, to any
|
|
2993
|
+
person obtaining a copy of this software and associated
|
|
2994
|
+
documentation files (the "Software"), to deal in the
|
|
2995
|
+
Software without restriction, including without
|
|
2996
|
+
limitation the rights to use, copy, modify, merge,
|
|
2997
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2998
|
+
the Software, and to permit persons to whom the Software
|
|
2999
|
+
is furnished to do so, subject to the following
|
|
3000
|
+
conditions:
|
|
2973
3001
|
|
|
2974
|
-
|
|
2975
|
-
|
|
3002
|
+
The above copyright notice and this permission notice
|
|
3003
|
+
shall be included in all copies or substantial portions
|
|
3004
|
+
of the Software.
|
|
3005
|
+
|
|
3006
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3007
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3008
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3009
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3010
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3011
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3012
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3013
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3014
|
+
DEALINGS IN THE SOFTWARE.
|
|
2976
3015
|
|
|
3016
|
+
````
|
|
2977
3017
|
|
|
2978
|
-
|
|
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:
|
|
3018
|
+
---
|
|
2984
3019
|
|
|
2985
|
-
The
|
|
2986
|
-
copies or substantial portions of the Software.
|
|
3020
|
+
## The following dependencies are licensed under the MIT License:
|
|
2987
3021
|
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
3022
|
+
### Rust Crates:
|
|
3023
|
+
|
|
3024
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3025
|
+
|
|
3026
|
+
````text
|
|
3027
|
+
The MIT License (MIT)
|
|
3028
|
+
|
|
3029
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3030
|
+
|
|
3031
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3032
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3033
|
+
in the Software without restriction, including without limitation the rights
|
|
3034
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3035
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3036
|
+
furnished to do so, subject to the following conditions:
|
|
3037
|
+
|
|
3038
|
+
|
|
3039
|
+
The above copyright notice and this permission notice shall be included in
|
|
3040
|
+
all copies or substantial portions of the Software.
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3044
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3045
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3046
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3047
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3048
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3049
|
+
THE SOFTWARE.
|
|
2995
3050
|
|
|
2996
3051
|
````
|
|
2997
3052
|
|
|
@@ -3001,10 +3056,12 @@ SOFTWARE.
|
|
|
3001
3056
|
|
|
3002
3057
|
### Rust Crates:
|
|
3003
3058
|
|
|
3004
|
-
- [
|
|
3059
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3060
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3061
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3005
3062
|
|
|
3006
3063
|
````text
|
|
3007
|
-
Copyright (c)
|
|
3064
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3008
3065
|
|
|
3009
3066
|
Permission is hereby granted, free of charge, to any
|
|
3010
3067
|
person obtaining a copy of this software and associated
|
|
@@ -3038,10 +3095,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3038
3095
|
|
|
3039
3096
|
### Rust Crates:
|
|
3040
3097
|
|
|
3041
|
-
- [
|
|
3098
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3099
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3100
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3042
3101
|
|
|
3043
3102
|
````text
|
|
3044
|
-
|
|
3103
|
+
MIT License
|
|
3104
|
+
|
|
3105
|
+
Copyright (c) Tokio Contributors
|
|
3045
3106
|
|
|
3046
3107
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3047
3108
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3069,10 +3130,11 @@ SOFTWARE.
|
|
|
3069
3130
|
|
|
3070
3131
|
### Rust Crates:
|
|
3071
3132
|
|
|
3072
|
-
- [
|
|
3133
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3073
3134
|
|
|
3074
3135
|
````text
|
|
3075
|
-
Copyright (c)
|
|
3136
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3137
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3076
3138
|
|
|
3077
3139
|
Permission is hereby granted, free of charge, to any
|
|
3078
3140
|
person obtaining a copy of this software and associated
|
|
@@ -3106,11 +3168,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3106
3168
|
|
|
3107
3169
|
### Rust Crates:
|
|
3108
3170
|
|
|
3109
|
-
- [
|
|
3171
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3110
3172
|
|
|
3111
3173
|
````text
|
|
3112
|
-
Copyright (c)
|
|
3113
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3174
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3114
3175
|
|
|
3115
3176
|
Permission is hereby granted, free of charge, to any
|
|
3116
3177
|
person obtaining a copy of this software and associated
|
|
@@ -3144,35 +3205,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3144
3205
|
|
|
3145
3206
|
### Rust Crates:
|
|
3146
3207
|
|
|
3147
|
-
- [
|
|
3208
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3148
3209
|
|
|
3149
3210
|
````text
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
publish, distribute, sublicense, and/or sell
|
|
3158
|
-
the Software, and to permit persons to whom the Software
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3172
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3173
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3174
|
-
DEALINGS IN THE SOFTWARE.
|
|
3175
|
-
|
|
3211
|
+
The MIT License (MIT)
|
|
3212
|
+
|
|
3213
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3214
|
+
|
|
3215
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3216
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3217
|
+
in the Software without restriction, including without limitation the rights
|
|
3218
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3219
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3220
|
+
furnished to do so, subject to the following conditions:
|
|
3221
|
+
|
|
3222
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3223
|
+
copies or substantial portions of the Software.
|
|
3224
|
+
|
|
3225
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3226
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3227
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3228
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3229
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3230
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3231
|
+
SOFTWARE.
|
|
3176
3232
|
````
|
|
3177
3233
|
|
|
3178
3234
|
---
|
|
@@ -3211,10 +3267,43 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3211
3267
|
|
|
3212
3268
|
### Rust Crates:
|
|
3213
3269
|
|
|
3214
|
-
- [
|
|
3270
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3215
3271
|
|
|
3216
3272
|
````text
|
|
3217
|
-
|
|
3273
|
+
MIT License
|
|
3274
|
+
|
|
3275
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
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 all
|
|
3285
|
+
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 THE
|
|
3293
|
+
SOFTWARE.
|
|
3294
|
+
|
|
3295
|
+
````
|
|
3296
|
+
|
|
3297
|
+
---
|
|
3298
|
+
|
|
3299
|
+
## The following dependencies are licensed under the MIT License:
|
|
3300
|
+
|
|
3301
|
+
### Rust Crates:
|
|
3302
|
+
|
|
3303
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3304
|
+
|
|
3305
|
+
````text
|
|
3306
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3218
3307
|
|
|
3219
3308
|
Permission is hereby granted, free of charge, to any
|
|
3220
3309
|
person obtaining a copy of this software and associated
|
|
@@ -3248,10 +3337,76 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3248
3337
|
|
|
3249
3338
|
### Rust Crates:
|
|
3250
3339
|
|
|
3251
|
-
- [
|
|
3340
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3341
|
+
|
|
3342
|
+
````text
|
|
3343
|
+
The MIT License (MIT)
|
|
3344
|
+
|
|
3345
|
+
Copyright (c) 2015 Danny Guo
|
|
3346
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3347
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3348
|
+
|
|
3349
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3350
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3351
|
+
in the Software without restriction, including without limitation the rights
|
|
3352
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3353
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3354
|
+
furnished to do so, subject to the following conditions:
|
|
3355
|
+
|
|
3356
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3357
|
+
copies or substantial portions of the Software.
|
|
3358
|
+
|
|
3359
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3360
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3361
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3362
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3363
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3364
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3365
|
+
SOFTWARE.
|
|
3366
|
+
|
|
3367
|
+
````
|
|
3368
|
+
|
|
3369
|
+
---
|
|
3370
|
+
|
|
3371
|
+
## The following dependencies are licensed under the MIT License:
|
|
3372
|
+
|
|
3373
|
+
### Rust Crates:
|
|
3374
|
+
|
|
3375
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3376
|
+
|
|
3377
|
+
````text
|
|
3378
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3379
|
+
|
|
3380
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3381
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3382
|
+
in the Software without restriction, including without limitation the rights
|
|
3383
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3384
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3385
|
+
furnished to do so, subject to the following conditions:
|
|
3386
|
+
|
|
3387
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3388
|
+
copies or substantial portions of the Software.
|
|
3389
|
+
|
|
3390
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3391
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3392
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3393
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3394
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3395
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3396
|
+
SOFTWARE.
|
|
3397
|
+
|
|
3398
|
+
````
|
|
3399
|
+
|
|
3400
|
+
---
|
|
3401
|
+
|
|
3402
|
+
## The following dependencies are licensed under the MIT License:
|
|
3403
|
+
|
|
3404
|
+
### Rust Crates:
|
|
3405
|
+
|
|
3406
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3252
3407
|
|
|
3253
3408
|
````text
|
|
3254
|
-
Copyright (c)
|
|
3409
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
3255
3410
|
|
|
3256
3411
|
Permission is hereby granted, free of charge, to any
|
|
3257
3412
|
person obtaining a copy of this software and associated
|
|
@@ -3285,29 +3440,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3285
3440
|
|
|
3286
3441
|
### Rust Crates:
|
|
3287
3442
|
|
|
3288
|
-
- [
|
|
3443
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3289
3444
|
|
|
3290
3445
|
````text
|
|
3291
|
-
Copyright
|
|
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:
|
|
3446
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3299
3447
|
|
|
3300
|
-
|
|
3301
|
-
all copies or substantial portions of the Software.
|
|
3448
|
+
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:
|
|
3302
3449
|
|
|
3303
|
-
|
|
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.
|
|
3450
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3310
3451
|
|
|
3452
|
+
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.
|
|
3311
3453
|
|
|
3312
3454
|
````
|
|
3313
3455
|
|
|
@@ -3317,34 +3459,16 @@ THE SOFTWARE.
|
|
|
3317
3459
|
|
|
3318
3460
|
### Rust Crates:
|
|
3319
3461
|
|
|
3320
|
-
- [
|
|
3462
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3321
3463
|
|
|
3322
3464
|
````text
|
|
3323
|
-
Copyright
|
|
3465
|
+
Copyright 2016 Nika Layzell
|
|
3324
3466
|
|
|
3325
|
-
Permission is hereby granted, free of charge, to any
|
|
3326
|
-
person obtaining a copy of this software and associated
|
|
3327
|
-
documentation files (the "Software"), to deal in the
|
|
3328
|
-
Software without restriction, including without
|
|
3329
|
-
limitation the rights to use, copy, modify, merge,
|
|
3330
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3331
|
-
the Software, and to permit persons to whom the Software
|
|
3332
|
-
is furnished to do so, subject to the following
|
|
3333
|
-
conditions:
|
|
3467
|
+
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:
|
|
3334
3468
|
|
|
3335
|
-
The above copyright notice and this permission notice
|
|
3336
|
-
shall be included in all copies or substantial portions
|
|
3337
|
-
of the Software.
|
|
3469
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3338
3470
|
|
|
3339
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3340
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3341
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3342
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3343
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3344
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3345
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3346
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3347
|
-
DEALINGS IN THE SOFTWARE.
|
|
3471
|
+
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.
|
|
3348
3472
|
|
|
3349
3473
|
````
|
|
3350
3474
|
|
|
@@ -3354,10 +3478,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3354
3478
|
|
|
3355
3479
|
### Rust Crates:
|
|
3356
3480
|
|
|
3357
|
-
- [
|
|
3481
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3482
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3483
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3484
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3358
3485
|
|
|
3359
3486
|
````text
|
|
3360
|
-
Copyright (c) 2016
|
|
3487
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3361
3488
|
|
|
3362
3489
|
Permission is hereby granted, free of charge, to any
|
|
3363
3490
|
person obtaining a copy of this software and associated
|
|
@@ -3391,13 +3518,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3391
3518
|
|
|
3392
3519
|
### Rust Crates:
|
|
3393
3520
|
|
|
3394
|
-
- [
|
|
3521
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3395
3522
|
|
|
3396
3523
|
````text
|
|
3397
3524
|
The MIT License (MIT)
|
|
3398
3525
|
|
|
3399
|
-
Copyright (c)
|
|
3400
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3526
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3401
3527
|
|
|
3402
3528
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3403
3529
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3417,6 +3543,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3417
3543
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3418
3544
|
SOFTWARE.
|
|
3419
3545
|
|
|
3546
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3547
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3420
3548
|
````
|
|
3421
3549
|
|
|
3422
3550
|
---
|
|
@@ -3425,10 +3553,12 @@ SOFTWARE.
|
|
|
3425
3553
|
|
|
3426
3554
|
### Rust Crates:
|
|
3427
3555
|
|
|
3428
|
-
- [
|
|
3556
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3557
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3558
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3429
3559
|
|
|
3430
3560
|
````text
|
|
3431
|
-
Copyright (c)
|
|
3561
|
+
Copyright (c) 2019 Tower Contributors
|
|
3432
3562
|
|
|
3433
3563
|
Permission is hereby granted, free of charge, to any
|
|
3434
3564
|
person obtaining a copy of this software and associated
|
|
@@ -3462,29 +3592,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3462
3592
|
|
|
3463
3593
|
### Rust Crates:
|
|
3464
3594
|
|
|
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)
|
|
3595
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3485
3596
|
|
|
3486
3597
|
````text
|
|
3487
|
-
Copyright
|
|
3598
|
+
Copyright Mozilla Foundation
|
|
3488
3599
|
|
|
3489
3600
|
Permission is hereby granted, free of charge, to any
|
|
3490
3601
|
person obtaining a copy of this software and associated
|
|
@@ -3518,10 +3629,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3518
3629
|
|
|
3519
3630
|
### Rust Crates:
|
|
3520
3631
|
|
|
3521
|
-
- [
|
|
3632
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3522
3633
|
|
|
3523
3634
|
````text
|
|
3524
|
-
Copyright
|
|
3635
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3636
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3525
3637
|
|
|
3526
3638
|
Permission is hereby granted, free of charge, to any
|
|
3527
3639
|
person obtaining a copy of this software and associated
|
|
@@ -3547,20 +3659,21 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3547
3659
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3548
3660
|
DEALINGS IN THE SOFTWARE.
|
|
3549
3661
|
|
|
3550
|
-
|
|
3551
3662
|
````
|
|
3552
3663
|
|
|
3553
3664
|
---
|
|
3554
3665
|
|
|
3555
3666
|
## The following dependencies are licensed under the MIT License:
|
|
3556
3667
|
|
|
3557
|
-
###
|
|
3668
|
+
### NPM Packages:
|
|
3558
3669
|
|
|
3559
|
-
- [
|
|
3670
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3671
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3560
3672
|
|
|
3561
3673
|
````text
|
|
3562
|
-
|
|
3563
|
-
|
|
3674
|
+
MIT License
|
|
3675
|
+
|
|
3676
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3564
3677
|
|
|
3565
3678
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3566
3679
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3569,16 +3682,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3569
3682
|
copies of the Software, and to permit persons to whom the Software is
|
|
3570
3683
|
furnished to do so, subject to the following conditions:
|
|
3571
3684
|
|
|
3572
|
-
The above copyright notice and this permission notice shall be included in
|
|
3573
|
-
|
|
3685
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3686
|
+
copies or substantial portions of the Software.
|
|
3574
3687
|
|
|
3575
3688
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3576
3689
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3577
3690
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3578
3691
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3579
3692
|
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
|
-
|
|
3693
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3694
|
+
SOFTWARE.
|
|
3582
3695
|
|
|
3583
3696
|
````
|
|
3584
3697
|
|
|
@@ -3586,68 +3699,65 @@ THE SOFTWARE.
|
|
|
3586
3699
|
|
|
3587
3700
|
## The following dependencies are licensed under the MIT License:
|
|
3588
3701
|
|
|
3589
|
-
###
|
|
3702
|
+
### NPM Packages:
|
|
3590
3703
|
|
|
3591
|
-
- [
|
|
3704
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3592
3705
|
|
|
3593
3706
|
````text
|
|
3594
|
-
The MIT License (MIT)
|
|
3595
|
-
|
|
3596
|
-
Copyright (c)
|
|
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
|
|
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
|
|
3614
|
-
SOFTWARE.
|
|
3707
|
+
The MIT License (MIT)
|
|
3708
|
+
|
|
3709
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3710
|
+
|
|
3711
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3712
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3713
|
+
in the Software without restriction, including without limitation the rights
|
|
3714
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3715
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3716
|
+
furnished to do so, subject to the following conditions:
|
|
3717
|
+
|
|
3718
|
+
The above copyright notice and this permission notice shall be included in
|
|
3719
|
+
all copies or substantial portions of the Software.
|
|
3720
|
+
|
|
3721
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3722
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3723
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3724
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3725
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3726
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3727
|
+
THE SOFTWARE.
|
|
3728
|
+
|
|
3615
3729
|
````
|
|
3616
3730
|
|
|
3617
3731
|
---
|
|
3618
3732
|
|
|
3619
3733
|
## The following dependencies are licensed under the MIT License:
|
|
3620
3734
|
|
|
3621
|
-
###
|
|
3735
|
+
### NPM Packages:
|
|
3622
3736
|
|
|
3623
|
-
- [
|
|
3737
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3624
3738
|
|
|
3625
3739
|
````text
|
|
3626
|
-
|
|
3740
|
+
MIT License
|
|
3627
3741
|
|
|
3628
|
-
|
|
3629
|
-
person obtaining a copy of this software and associated
|
|
3630
|
-
documentation files (the "Software"), to deal in the
|
|
3631
|
-
Software without restriction, including without
|
|
3632
|
-
limitation the rights to use, copy, modify, merge,
|
|
3633
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3634
|
-
the Software, and to permit persons to whom the Software
|
|
3635
|
-
is furnished to do so, subject to the following
|
|
3636
|
-
conditions:
|
|
3742
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3637
3743
|
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
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:
|
|
3641
3750
|
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
IN
|
|
3650
|
-
|
|
3751
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3752
|
+
copies or substantial portions of the Software.
|
|
3753
|
+
|
|
3754
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3755
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3756
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3757
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3758
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3759
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3760
|
+
SOFTWARE.
|
|
3651
3761
|
|
|
3652
3762
|
````
|
|
3653
3763
|
|
|
@@ -3657,10 +3767,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3657
3767
|
|
|
3658
3768
|
### Rust Crates:
|
|
3659
3769
|
|
|
3660
|
-
- [
|
|
3770
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3771
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3772
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3773
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3774
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3775
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3776
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3777
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3778
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3661
3779
|
|
|
3662
3780
|
````text
|
|
3663
|
-
Copyright (c)
|
|
3781
|
+
Copyright (c) 2016 Alex Crichton
|
|
3782
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3664
3783
|
|
|
3665
3784
|
Permission is hereby granted, free of charge, to any
|
|
3666
3785
|
person obtaining a copy of this software and associated
|
|
@@ -3694,10 +3813,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3694
3813
|
|
|
3695
3814
|
### Rust Crates:
|
|
3696
3815
|
|
|
3697
|
-
- [
|
|
3816
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
3698
3817
|
|
|
3699
3818
|
````text
|
|
3700
|
-
|
|
3819
|
+
MIT License
|
|
3820
|
+
|
|
3821
|
+
Copyright (c) 2025 rutrum
|
|
3701
3822
|
|
|
3702
3823
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3703
3824
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3706,18 +3827,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3706
3827
|
copies of the Software, and to permit persons to whom the Software is
|
|
3707
3828
|
furnished to do so, subject to the following conditions:
|
|
3708
3829
|
|
|
3709
|
-
The above copyright notice and this permission notice shall be included in
|
|
3710
|
-
|
|
3830
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3831
|
+
copies or substantial portions of the Software.
|
|
3711
3832
|
|
|
3712
3833
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3713
3834
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3714
3835
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3715
3836
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3716
3837
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3717
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3838
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3839
|
+
SOFTWARE.
|
|
3721
3840
|
````
|
|
3722
3841
|
|
|
3723
3842
|
---
|
|
@@ -3726,30 +3845,17 @@ THE SOFTWARE.
|
|
|
3726
3845
|
|
|
3727
3846
|
### Rust Crates:
|
|
3728
3847
|
|
|
3729
|
-
- [
|
|
3730
|
-
- [
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
MIT License
|
|
3734
|
-
|
|
3735
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3736
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3737
|
-
in the Software without restriction, including without limitation the rights
|
|
3738
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3739
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3740
|
-
furnished to do so, subject to the following conditions:
|
|
3848
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3849
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3850
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3851
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3741
3852
|
|
|
3742
|
-
|
|
3743
|
-
|
|
3853
|
+
````text
|
|
3854
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3744
3855
|
|
|
3745
|
-
|
|
3746
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3747
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3748
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3749
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3750
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3751
|
-
SOFTWARE.
|
|
3856
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3752
3857
|
|
|
3858
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3753
3859
|
````
|
|
3754
3860
|
|
|
3755
3861
|
---
|
|
@@ -3758,12 +3864,10 @@ SOFTWARE.
|
|
|
3758
3864
|
|
|
3759
3865
|
### Rust Crates:
|
|
3760
3866
|
|
|
3761
|
-
- [
|
|
3762
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3763
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3867
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3764
3868
|
|
|
3765
3869
|
````text
|
|
3766
|
-
Copyright (c)
|
|
3870
|
+
Copyright (c) 2017 Contributors
|
|
3767
3871
|
|
|
3768
3872
|
Permission is hereby granted, free of charge, to any
|
|
3769
3873
|
person obtaining a copy of this software and associated
|
|
@@ -3797,10 +3901,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3797
3901
|
|
|
3798
3902
|
### Rust Crates:
|
|
3799
3903
|
|
|
3800
|
-
- [
|
|
3904
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3801
3905
|
|
|
3802
3906
|
````text
|
|
3803
|
-
Copyright (c)
|
|
3907
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3804
3908
|
|
|
3805
3909
|
Permission is hereby granted, free of charge, to any
|
|
3806
3910
|
person obtaining a copy of this software and associated
|
|
@@ -3834,98 +3938,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3834
3938
|
|
|
3835
3939
|
### Rust Crates:
|
|
3836
3940
|
|
|
3837
|
-
- [
|
|
3838
|
-
|
|
3839
|
-
````text
|
|
3840
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3841
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3842
|
-
|
|
3843
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3844
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3845
|
-
in the Software without restriction, including without limitation the rights
|
|
3846
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3847
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3848
|
-
furnished to do so, subject to the following conditions:
|
|
3849
|
-
|
|
3850
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3851
|
-
copies or substantial portions of the Software.
|
|
3852
|
-
|
|
3853
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3854
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3855
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3856
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3857
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3858
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3859
|
-
SOFTWARE.
|
|
3860
|
-
|
|
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
|
-
|
|
3915
|
-
````
|
|
3916
|
-
|
|
3917
|
-
---
|
|
3918
|
-
|
|
3919
|
-
## The following dependencies are licensed under the MIT License:
|
|
3920
|
-
|
|
3921
|
-
### Rust Crates:
|
|
3922
|
-
|
|
3923
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3941
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3924
3942
|
|
|
3925
3943
|
````text
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3944
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3929
3945
|
|
|
3930
3946
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3931
3947
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3934,46 +3950,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3934
3950
|
copies of the Software, and to permit persons to whom the Software is
|
|
3935
3951
|
furnished to do so, subject to the following conditions:
|
|
3936
3952
|
|
|
3937
|
-
The above copyright notice and this permission notice shall be included in
|
|
3938
|
-
copies or substantial portions of the Software.
|
|
3953
|
+
The above copyright notice and this permission notice shall be included in
|
|
3954
|
+
all copies or substantial portions of the Software.
|
|
3939
3955
|
|
|
3940
3956
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3941
3957
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3942
3958
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3943
3959
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3944
3960
|
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
|
|
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)
|
|
3957
|
-
|
|
3958
|
-
````text
|
|
3959
|
-
This software is released under the MIT license:
|
|
3960
|
-
|
|
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:
|
|
3967
|
-
|
|
3968
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3969
|
-
copies or substantial portions of the Software.
|
|
3970
|
-
|
|
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.
|
|
3961
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3962
|
+
THE SOFTWARE.
|
|
3977
3963
|
|
|
3978
3964
|
````
|
|
3979
3965
|
|
|
@@ -3983,16 +3969,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3983
3969
|
|
|
3984
3970
|
### Rust Crates:
|
|
3985
3971
|
|
|
3986
|
-
- [
|
|
3972
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3987
3973
|
|
|
3988
3974
|
````text
|
|
3989
|
-
Copyright (c)
|
|
3975
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3990
3976
|
|
|
3991
|
-
Permission is hereby granted, free of charge, to any
|
|
3977
|
+
Permission is hereby granted, free of charge, to any
|
|
3978
|
+
person obtaining a copy of this software and associated
|
|
3979
|
+
documentation files (the "Software"), to deal in the
|
|
3980
|
+
Software without restriction, including without
|
|
3981
|
+
limitation the rights to use, copy, modify, merge,
|
|
3982
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3983
|
+
the Software, and to permit persons to whom the Software
|
|
3984
|
+
is furnished to do so, subject to the following
|
|
3985
|
+
conditions:
|
|
3992
3986
|
|
|
3993
|
-
The above copyright notice and this permission notice
|
|
3987
|
+
The above copyright notice and this permission notice
|
|
3988
|
+
shall be included in all copies or substantial portions
|
|
3989
|
+
of the Software.
|
|
3994
3990
|
|
|
3995
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3991
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3992
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3993
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3994
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3995
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3996
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3997
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3998
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3999
|
+
DEALINGS IN THE SOFTWARE.
|
|
3996
4000
|
|
|
3997
4001
|
````
|
|
3998
4002
|
|
|
@@ -4002,30 +4006,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
4002
4006
|
|
|
4003
4007
|
### Rust Crates:
|
|
4004
4008
|
|
|
4005
|
-
- [
|
|
4009
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
4006
4010
|
|
|
4007
4011
|
````text
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
Copyright (c) 2015 Alice Maz
|
|
4012
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
4011
4013
|
|
|
4012
|
-
Permission is hereby granted, free of charge, to any
|
|
4013
|
-
of this software and associated
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4014
|
+
Permission is hereby granted, free of charge, to any
|
|
4015
|
+
person obtaining a copy of this software and associated
|
|
4016
|
+
documentation files (the "Software"), to deal in the
|
|
4017
|
+
Software without restriction, including without
|
|
4018
|
+
limitation the rights to use, copy, modify, merge,
|
|
4019
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4020
|
+
the Software, and to permit persons to whom the Software
|
|
4021
|
+
is furnished to do so, subject to the following
|
|
4022
|
+
conditions:
|
|
4018
4023
|
|
|
4019
|
-
The above copyright notice and this permission notice
|
|
4020
|
-
all copies or substantial portions
|
|
4024
|
+
The above copyright notice and this permission notice
|
|
4025
|
+
shall be included in all copies or substantial portions
|
|
4026
|
+
of the Software.
|
|
4021
4027
|
|
|
4022
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4023
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4028
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4029
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4030
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4031
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4032
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4033
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4034
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4035
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4036
|
+
DEALINGS IN THE SOFTWARE.
|
|
4029
4037
|
|
|
4030
4038
|
````
|
|
4031
4039
|
|
|
@@ -4075,9 +4083,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4075
4083
|
|
|
4076
4084
|
### Rust Crates:
|
|
4077
4085
|
|
|
4078
|
-
- [
|
|
4086
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
4079
4087
|
|
|
4080
4088
|
````text
|
|
4089
|
+
Copyright (c) 2017 http-rs authors
|
|
4090
|
+
|
|
4081
4091
|
Permission is hereby granted, free of charge, to any
|
|
4082
4092
|
person obtaining a copy of this software and associated
|
|
4083
4093
|
documentation files (the "Software"), to deal in the
|
|
@@ -4101,38 +4111,28 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4101
4111
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4102
4112
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4103
4113
|
DEALINGS IN THE SOFTWARE.
|
|
4114
|
+
|
|
4104
4115
|
````
|
|
4105
4116
|
|
|
4106
4117
|
---
|
|
4107
4118
|
|
|
4108
4119
|
## The following dependencies are licensed under the MIT License:
|
|
4109
4120
|
|
|
4110
|
-
###
|
|
4121
|
+
### Rust Crates:
|
|
4111
4122
|
|
|
4112
|
-
- [
|
|
4123
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
4124
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
4113
4125
|
|
|
4114
4126
|
````text
|
|
4115
|
-
MIT License
|
|
4127
|
+
The MIT License (MIT)
|
|
4116
4128
|
|
|
4117
|
-
Copyright
|
|
4129
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
4118
4130
|
|
|
4119
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4120
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4121
|
-
in the Software without restriction, including without limitation the rights
|
|
4122
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4123
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4124
|
-
furnished to do so, subject to the following conditions:
|
|
4131
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4125
4132
|
|
|
4126
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4127
|
-
copies or substantial portions of the Software.
|
|
4133
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4128
4134
|
|
|
4129
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4130
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4131
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4132
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4133
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4134
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4135
|
-
SOFTWARE.
|
|
4135
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4136
4136
|
|
|
4137
4137
|
````
|
|
4138
4138
|
|
|
@@ -4527,7 +4527,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4527
4527
|
|
|
4528
4528
|
### NPM Packages:
|
|
4529
4529
|
|
|
4530
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.
|
|
4530
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4531
4531
|
|
|
4532
4532
|
````text
|
|
4533
4533
|
Please refer to the package README for license details.
|