@deveco-codegenie/mcp-bridge-darwin-arm64 1.1.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1223 -1223
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -23,23 +23,21 @@
|
|
|
23
23
|
|
|
24
24
|
### Rust Crates:
|
|
25
25
|
|
|
26
|
-
- [
|
|
26
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
27
27
|
|
|
28
28
|
````text
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
Copyright (c) 2025 Goat
|
|
29
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
32
30
|
|
|
33
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
34
|
-
purpose with or without fee is hereby granted.
|
|
31
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
32
|
+
any purpose with or without fee is hereby granted.
|
|
35
33
|
|
|
36
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
37
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
38
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
39
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
40
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
41
|
-
|
|
42
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
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.
|
|
43
41
|
|
|
44
42
|
````
|
|
45
43
|
|
|
@@ -75,21 +73,23 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
75
73
|
|
|
76
74
|
### Rust Crates:
|
|
77
75
|
|
|
78
|
-
- [
|
|
76
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
79
77
|
|
|
80
78
|
````text
|
|
81
|
-
|
|
79
|
+
BSD Zero Clause License
|
|
82
80
|
|
|
83
|
-
|
|
84
|
-
any purpose with or without fee is hereby granted.
|
|
81
|
+
Copyright (c) 2025 Goat
|
|
85
82
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
83
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
84
|
+
purpose with or without fee is hereby granted.
|
|
85
|
+
|
|
86
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
87
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
88
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
89
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
90
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
91
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
92
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
93
93
|
|
|
94
94
|
````
|
|
95
95
|
|
|
@@ -99,9 +99,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
99
99
|
|
|
100
100
|
### Rust Crates:
|
|
101
101
|
|
|
102
|
-
- [
|
|
103
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
104
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
102
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
105
103
|
|
|
106
104
|
````text
|
|
107
105
|
Apache License
|
|
@@ -292,7 +290,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
292
290
|
same "printed page" as the copyright notice for easier
|
|
293
291
|
identification within third-party archives.
|
|
294
292
|
|
|
295
|
-
Copyright
|
|
293
|
+
Copyright 2011 Google Inc.
|
|
296
294
|
|
|
297
295
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
298
296
|
you may not use this file except in compliance with the License.
|
|
@@ -314,7 +312,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
314
312
|
|
|
315
313
|
### Rust Crates:
|
|
316
314
|
|
|
317
|
-
- [
|
|
315
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
316
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
317
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
318
318
|
|
|
319
319
|
````text
|
|
320
320
|
Apache License
|
|
@@ -505,7 +505,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
505
505
|
same "printed page" as the copyright notice for easier
|
|
506
506
|
identification within third-party archives.
|
|
507
507
|
|
|
508
|
-
Copyright
|
|
508
|
+
Copyright [yyyy] [name of copyright owner]
|
|
509
509
|
|
|
510
510
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
511
511
|
you may not use this file except in compliance with the License.
|
|
@@ -679,48 +679,10 @@ THIS SOFTWARE.
|
|
|
679
679
|
|
|
680
680
|
### Rust Crates:
|
|
681
681
|
|
|
682
|
-
- [
|
|
683
|
-
|
|
684
|
-
````text
|
|
685
|
-
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
686
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
687
|
-
|
|
688
|
-
Permission is hereby granted, free of charge, to any
|
|
689
|
-
person obtaining a copy of this software and associated
|
|
690
|
-
documentation files (the "Software"), to deal in the
|
|
691
|
-
Software without restriction, including without
|
|
692
|
-
limitation the rights to use, copy, modify, merge,
|
|
693
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
694
|
-
the Software, and to permit persons to whom the Software
|
|
695
|
-
is furnished to do so, subject to the following
|
|
696
|
-
conditions:
|
|
697
|
-
|
|
698
|
-
The above copyright notice and this permission notice
|
|
699
|
-
shall be included in all copies or substantial portions
|
|
700
|
-
of the Software.
|
|
701
|
-
|
|
702
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
703
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
704
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
705
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
706
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
707
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
708
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
709
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
710
|
-
DEALINGS IN THE SOFTWARE.
|
|
711
|
-
|
|
712
|
-
````
|
|
713
|
-
|
|
714
|
-
---
|
|
715
|
-
|
|
716
|
-
## The following dependencies are licensed under the MIT License:
|
|
717
|
-
|
|
718
|
-
### Rust Crates:
|
|
719
|
-
|
|
720
|
-
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
682
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
721
683
|
|
|
722
684
|
````text
|
|
723
|
-
Copyright (c)
|
|
685
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
724
686
|
|
|
725
687
|
Permission is hereby granted, free of charge, to any
|
|
726
688
|
person obtaining a copy of this software and associated
|
|
@@ -754,10 +716,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
754
716
|
|
|
755
717
|
### Rust Crates:
|
|
756
718
|
|
|
757
|
-
- [
|
|
719
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
758
720
|
|
|
759
721
|
````text
|
|
760
|
-
Copyright (c)
|
|
722
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
761
723
|
|
|
762
724
|
Permission is hereby granted, free of charge, to any
|
|
763
725
|
person obtaining a copy of this software and associated
|
|
@@ -791,12 +753,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
791
753
|
|
|
792
754
|
### Rust Crates:
|
|
793
755
|
|
|
794
|
-
- [
|
|
756
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
795
757
|
|
|
796
758
|
````text
|
|
797
759
|
MIT License
|
|
798
760
|
|
|
799
|
-
Copyright (c)
|
|
761
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
800
762
|
|
|
801
763
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
802
764
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -824,12 +786,12 @@ SOFTWARE.
|
|
|
824
786
|
|
|
825
787
|
### Rust Crates:
|
|
826
788
|
|
|
827
|
-
- [
|
|
789
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
828
790
|
|
|
829
791
|
````text
|
|
830
792
|
The MIT License (MIT)
|
|
831
793
|
|
|
832
|
-
Copyright (c)
|
|
794
|
+
Copyright (c) 2015 Alice Maz
|
|
833
795
|
|
|
834
796
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
835
797
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -838,19 +800,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
838
800
|
copies of the Software, and to permit persons to whom the Software is
|
|
839
801
|
furnished to do so, subject to the following conditions:
|
|
840
802
|
|
|
841
|
-
The above copyright notice and this permission notice shall be included in
|
|
842
|
-
copies or substantial portions of the Software.
|
|
803
|
+
The above copyright notice and this permission notice shall be included in
|
|
804
|
+
all copies or substantial portions of the Software.
|
|
843
805
|
|
|
844
806
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
845
807
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
846
808
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
847
809
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
848
810
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
849
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
850
|
-
SOFTWARE.
|
|
811
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
812
|
+
THE SOFTWARE.
|
|
851
813
|
|
|
852
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
853
|
-
licences; see files named LICENSE.*.txt for details.
|
|
854
814
|
````
|
|
855
815
|
|
|
856
816
|
---
|
|
@@ -859,10 +819,14 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
859
819
|
|
|
860
820
|
### Rust Crates:
|
|
861
821
|
|
|
862
|
-
- [
|
|
822
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
823
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
824
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
863
825
|
|
|
864
826
|
````text
|
|
865
|
-
|
|
827
|
+
MIT License
|
|
828
|
+
|
|
829
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
866
830
|
|
|
867
831
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
868
832
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -871,17 +835,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
871
835
|
copies of the Software, and to permit persons to whom the Software is
|
|
872
836
|
furnished to do so, subject to the following conditions:
|
|
873
837
|
|
|
874
|
-
The above copyright notice and this permission notice shall be included in
|
|
875
|
-
|
|
838
|
+
The above copyright notice and this permission notice shall be included in all
|
|
839
|
+
copies or substantial portions of the Software.
|
|
876
840
|
|
|
877
841
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
878
842
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
879
843
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
880
844
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
881
845
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
882
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
883
|
-
|
|
884
|
-
|
|
846
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
847
|
+
SOFTWARE.
|
|
885
848
|
|
|
886
849
|
````
|
|
887
850
|
|
|
@@ -891,94 +854,30 @@ THE SOFTWARE.
|
|
|
891
854
|
|
|
892
855
|
### Rust Crates:
|
|
893
856
|
|
|
894
|
-
- [
|
|
857
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
858
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
895
859
|
|
|
896
860
|
````text
|
|
897
|
-
The MIT License (MIT)
|
|
898
|
-
|
|
899
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
900
|
-
|
|
901
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
902
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
903
|
-
in the Software without restriction, including without limitation the rights
|
|
904
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
905
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
906
|
-
furnished to do so, subject to the following conditions:
|
|
907
|
-
|
|
908
|
-
The above copyright notice and this permission notice shall be included in all
|
|
909
|
-
copies or substantial portions of the Software.
|
|
910
|
-
|
|
911
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
912
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
913
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
914
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
915
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
916
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
917
|
-
SOFTWARE.
|
|
918
|
-
````
|
|
919
|
-
|
|
920
|
-
---
|
|
921
|
-
|
|
922
|
-
## The following dependencies are licensed under the MIT License:
|
|
923
|
-
|
|
924
|
-
### Rust Crates:
|
|
861
|
+
The MIT License (MIT)
|
|
925
862
|
|
|
926
|
-
|
|
927
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
928
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
929
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
930
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
931
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
932
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
933
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
934
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
935
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
936
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
937
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
938
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
939
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
940
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
941
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
942
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
943
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
944
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
945
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
946
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
947
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
948
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
949
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
950
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
951
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
952
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
953
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
954
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
955
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
956
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
863
|
+
Copyright (c) 2015 Steven Fackler
|
|
957
864
|
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
Software
|
|
963
|
-
|
|
964
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
965
|
-
the Software, and to permit persons to whom the Software
|
|
966
|
-
is furnished to do so, subject to the following
|
|
967
|
-
conditions:
|
|
865
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
866
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
867
|
+
the Software without restriction, including without limitation the rights to
|
|
868
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
869
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
870
|
+
subject to the following conditions:
|
|
968
871
|
|
|
969
|
-
The above copyright notice and this permission notice
|
|
970
|
-
|
|
971
|
-
of the Software.
|
|
872
|
+
The above copyright notice and this permission notice shall be included in all
|
|
873
|
+
copies or substantial portions of the Software.
|
|
972
874
|
|
|
973
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
980
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
981
|
-
DEALINGS IN THE SOFTWARE.
|
|
875
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
876
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
877
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
878
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
879
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
880
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
982
881
|
|
|
983
882
|
````
|
|
984
883
|
|
|
@@ -988,12 +887,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
988
887
|
|
|
989
888
|
### Rust Crates:
|
|
990
889
|
|
|
991
|
-
- [
|
|
890
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
992
891
|
|
|
993
892
|
````text
|
|
994
|
-
|
|
893
|
+
MIT License
|
|
995
894
|
|
|
996
|
-
Copyright (c)
|
|
895
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
997
896
|
|
|
998
897
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
999
898
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1021,10 +920,10 @@ SOFTWARE.
|
|
|
1021
920
|
|
|
1022
921
|
### Rust Crates:
|
|
1023
922
|
|
|
1024
|
-
- [
|
|
923
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1025
924
|
|
|
1026
925
|
````text
|
|
1027
|
-
Copyright (c)
|
|
926
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1028
927
|
|
|
1029
928
|
Permission is hereby granted, free of charge, to any
|
|
1030
929
|
person obtaining a copy of this software and associated
|
|
@@ -1058,29 +957,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1058
957
|
|
|
1059
958
|
### Rust Crates:
|
|
1060
959
|
|
|
1061
|
-
- [
|
|
960
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1062
961
|
|
|
1063
962
|
````text
|
|
1064
|
-
Copyright (c)
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1068
|
-
in the Software without restriction, including without limitation the rights
|
|
1069
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1070
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1071
|
-
furnished to do so, subject to the following conditions:
|
|
963
|
+
Copyright (c) 2017 Carl Lerche
|
|
964
|
+
Copyright (c) 2018 Bastian Köcher
|
|
965
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1072
966
|
|
|
1073
|
-
|
|
1074
|
-
|
|
967
|
+
Permission is hereby granted, free of charge, to any
|
|
968
|
+
person obtaining a copy of this software and associated
|
|
969
|
+
documentation files (the "Software"), to deal in the
|
|
970
|
+
Software without restriction, including without
|
|
971
|
+
limitation the rights to use, copy, modify, merge,
|
|
972
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
973
|
+
the Software, and to permit persons to whom the Software
|
|
974
|
+
is furnished to do so, subject to the following
|
|
975
|
+
conditions:
|
|
1075
976
|
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1080
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1081
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1082
|
-
THE SOFTWARE.
|
|
977
|
+
The above copyright notice and this permission notice
|
|
978
|
+
shall be included in all copies or substantial portions
|
|
979
|
+
of the Software.
|
|
1083
980
|
|
|
981
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
982
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
983
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
984
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
985
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
986
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
987
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
988
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
989
|
+
DEALINGS IN THE SOFTWARE.
|
|
1084
990
|
|
|
1085
991
|
````
|
|
1086
992
|
|
|
@@ -1090,14 +996,49 @@ THE SOFTWARE.
|
|
|
1090
996
|
|
|
1091
997
|
### Rust Crates:
|
|
1092
998
|
|
|
1093
|
-
- [
|
|
999
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
1094
1000
|
|
|
1095
1001
|
````text
|
|
1096
|
-
|
|
1002
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
1097
1003
|
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1004
|
+
Permission is hereby granted, free of charge, to any
|
|
1005
|
+
person obtaining a copy of this software and associated
|
|
1006
|
+
documentation files (the "Software"), to deal in the
|
|
1007
|
+
Software without restriction, including without
|
|
1008
|
+
limitation the rights to use, copy, modify, merge,
|
|
1009
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1010
|
+
the Software, and to permit persons to whom the Software
|
|
1011
|
+
is furnished to do so, subject to the following
|
|
1012
|
+
conditions:
|
|
1013
|
+
|
|
1014
|
+
The above copyright notice and this permission notice
|
|
1015
|
+
shall be included in all copies or substantial portions
|
|
1016
|
+
of the Software.
|
|
1017
|
+
|
|
1018
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1019
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1020
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1021
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1022
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1023
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1024
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1025
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1026
|
+
DEALINGS IN THE SOFTWARE.
|
|
1027
|
+
|
|
1028
|
+
````
|
|
1029
|
+
|
|
1030
|
+
---
|
|
1031
|
+
|
|
1032
|
+
## The following dependencies are licensed under the MIT License:
|
|
1033
|
+
|
|
1034
|
+
### NPM Packages:
|
|
1035
|
+
|
|
1036
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1037
|
+
|
|
1038
|
+
````text
|
|
1039
|
+
MIT License
|
|
1040
|
+
|
|
1041
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1101
1042
|
|
|
1102
1043
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1103
1044
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1117,6 +1058,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1117
1058
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1118
1059
|
SOFTWARE.
|
|
1119
1060
|
|
|
1061
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1062
|
+
|
|
1120
1063
|
````
|
|
1121
1064
|
|
|
1122
1065
|
---
|
|
@@ -1156,10 +1099,10 @@ THE SOFTWARE.
|
|
|
1156
1099
|
|
|
1157
1100
|
### Rust Crates:
|
|
1158
1101
|
|
|
1159
|
-
- [
|
|
1102
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1160
1103
|
|
|
1161
1104
|
````text
|
|
1162
|
-
Copyright (c)
|
|
1105
|
+
Copyright (c) 2014 Chris Wong
|
|
1163
1106
|
|
|
1164
1107
|
Permission is hereby granted, free of charge, to any
|
|
1165
1108
|
person obtaining a copy of this software and associated
|
|
@@ -1191,15 +1134,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1191
1134
|
|
|
1192
1135
|
## The following dependencies are licensed under the MIT License:
|
|
1193
1136
|
|
|
1194
|
-
###
|
|
1137
|
+
### Rust Crates:
|
|
1195
1138
|
|
|
1196
|
-
- [
|
|
1197
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1139
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1198
1140
|
|
|
1199
1141
|
````text
|
|
1200
1142
|
MIT License
|
|
1201
1143
|
|
|
1202
|
-
Copyright
|
|
1144
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1145
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1146
|
+
Copyright (c) 2017 Frommi
|
|
1147
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1203
1148
|
|
|
1204
1149
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1205
1150
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1227,13 +1172,43 @@ SOFTWARE.
|
|
|
1227
1172
|
|
|
1228
1173
|
### Rust Crates:
|
|
1229
1174
|
|
|
1230
|
-
- [
|
|
1175
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1231
1176
|
|
|
1232
1177
|
````text
|
|
1233
|
-
|
|
1178
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1234
1179
|
|
|
1235
|
-
|
|
1236
|
-
|
|
1180
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1181
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1182
|
+
in the Software without restriction, including without limitation the rights
|
|
1183
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1184
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1185
|
+
furnished to do so, subject to the following conditions:
|
|
1186
|
+
|
|
1187
|
+
The above copyright notice and this permission notice shall be included in
|
|
1188
|
+
all copies or substantial portions of the Software.
|
|
1189
|
+
|
|
1190
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1191
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1192
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1193
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1194
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1195
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1196
|
+
THE SOFTWARE.
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
````
|
|
1200
|
+
|
|
1201
|
+
---
|
|
1202
|
+
|
|
1203
|
+
## The following dependencies are licensed under the MIT License:
|
|
1204
|
+
|
|
1205
|
+
### Rust Crates:
|
|
1206
|
+
|
|
1207
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1208
|
+
|
|
1209
|
+
````text
|
|
1210
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1211
|
+
Copyright (c) 2016 Jason Housley
|
|
1237
1212
|
|
|
1238
1213
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1239
1214
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1242,16 +1217,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1242
1217
|
copies of the Software, and to permit persons to whom the Software is
|
|
1243
1218
|
furnished to do so, subject to the following conditions:
|
|
1244
1219
|
|
|
1245
|
-
The above copyright notice and this permission notice shall be included in
|
|
1246
|
-
copies or substantial portions of the Software.
|
|
1220
|
+
The above copyright notice and this permission notice shall be included in
|
|
1221
|
+
all copies or substantial portions of the Software.
|
|
1247
1222
|
|
|
1248
1223
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1249
1224
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1250
1225
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1251
1226
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1252
1227
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1253
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1254
|
-
SOFTWARE.
|
|
1228
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1229
|
+
THE SOFTWARE.
|
|
1255
1230
|
|
|
1256
1231
|
````
|
|
1257
1232
|
|
|
@@ -1261,10 +1236,15 @@ SOFTWARE.
|
|
|
1261
1236
|
|
|
1262
1237
|
### Rust Crates:
|
|
1263
1238
|
|
|
1264
|
-
- [
|
|
1239
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1240
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1241
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1242
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1243
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1244
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1265
1245
|
|
|
1266
1246
|
````text
|
|
1267
|
-
Copyright (c)
|
|
1247
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1268
1248
|
|
|
1269
1249
|
Permission is hereby granted, free of charge, to any
|
|
1270
1250
|
person obtaining a copy of this software and associated
|
|
@@ -1298,10 +1278,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1298
1278
|
|
|
1299
1279
|
### Rust Crates:
|
|
1300
1280
|
|
|
1301
|
-
- [
|
|
1281
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1302
1282
|
|
|
1303
1283
|
````text
|
|
1304
|
-
Copyright
|
|
1284
|
+
Copyright (c) 2015 Steven Allen
|
|
1305
1285
|
|
|
1306
1286
|
Permission is hereby granted, free of charge, to any
|
|
1307
1287
|
person obtaining a copy of this software and associated
|
|
@@ -1335,14 +1315,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1335
1315
|
|
|
1336
1316
|
### Rust Crates:
|
|
1337
1317
|
|
|
1338
|
-
- [
|
|
1339
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1340
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1318
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1341
1319
|
|
|
1342
1320
|
````text
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1321
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1346
1322
|
|
|
1347
1323
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1348
1324
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1351,16 +1327,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1351
1327
|
copies of the Software, and to permit persons to whom the Software is
|
|
1352
1328
|
furnished to do so, subject to the following conditions:
|
|
1353
1329
|
|
|
1354
|
-
The above copyright notice and this permission notice shall be included in
|
|
1355
|
-
copies or substantial portions of the Software.
|
|
1330
|
+
The above copyright notice and this permission notice shall be included in
|
|
1331
|
+
all copies or substantial portions of the Software.
|
|
1356
1332
|
|
|
1357
1333
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1358
1334
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1359
1335
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1360
1336
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1361
1337
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1362
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1363
|
-
SOFTWARE.
|
|
1338
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1339
|
+
THE SOFTWARE.
|
|
1340
|
+
|
|
1364
1341
|
|
|
1365
1342
|
````
|
|
1366
1343
|
|
|
@@ -1370,30 +1347,17 @@ SOFTWARE.
|
|
|
1370
1347
|
|
|
1371
1348
|
### Rust Crates:
|
|
1372
1349
|
|
|
1373
|
-
- [
|
|
1350
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1374
1351
|
|
|
1375
1352
|
````text
|
|
1376
|
-
|
|
1353
|
+
Copyright 2016 Nika Layzell
|
|
1377
1354
|
|
|
1378
|
-
|
|
1355
|
+
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:
|
|
1379
1356
|
|
|
1380
|
-
|
|
1381
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1382
|
-
in the Software without restriction, including without limitation the rights
|
|
1383
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1384
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1385
|
-
furnished to do so, subject to the following conditions:
|
|
1357
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1386
1358
|
|
|
1387
|
-
|
|
1388
|
-
copies or substantial portions of the Software.
|
|
1359
|
+
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.
|
|
1389
1360
|
|
|
1390
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1391
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1392
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1393
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1394
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1395
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1396
|
-
SOFTWARE.
|
|
1397
1361
|
````
|
|
1398
1362
|
|
|
1399
1363
|
---
|
|
@@ -1402,10 +1366,10 @@ SOFTWARE.
|
|
|
1402
1366
|
|
|
1403
1367
|
### Rust Crates:
|
|
1404
1368
|
|
|
1405
|
-
- [
|
|
1369
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1406
1370
|
|
|
1407
1371
|
````text
|
|
1408
|
-
Copyright (c)
|
|
1372
|
+
Copyright (c) 2017 http-rs authors
|
|
1409
1373
|
|
|
1410
1374
|
Permission is hereby granted, free of charge, to any
|
|
1411
1375
|
person obtaining a copy of this software and associated
|
|
@@ -1439,12 +1403,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1439
1403
|
|
|
1440
1404
|
### Rust Crates:
|
|
1441
1405
|
|
|
1442
|
-
- [
|
|
1406
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1443
1407
|
|
|
1444
1408
|
````text
|
|
1445
|
-
|
|
1409
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1446
1410
|
|
|
1447
|
-
|
|
1411
|
+
Permission is hereby granted, free of charge, to any
|
|
1412
|
+
person obtaining a copy of this software and associated
|
|
1413
|
+
documentation files (the "Software"), to deal in the
|
|
1414
|
+
Software without restriction, including without
|
|
1415
|
+
limitation the rights to use, copy, modify, merge,
|
|
1416
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1417
|
+
the Software, and to permit persons to whom the Software
|
|
1418
|
+
is furnished to do so, subject to the following
|
|
1419
|
+
conditions:
|
|
1420
|
+
|
|
1421
|
+
The above copyright notice and this permission notice
|
|
1422
|
+
shall be included in all copies or substantial portions
|
|
1423
|
+
of the Software.
|
|
1424
|
+
|
|
1425
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1426
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1427
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1428
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1429
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1430
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1431
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1432
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1433
|
+
DEALINGS IN THE SOFTWARE.
|
|
1434
|
+
|
|
1435
|
+
````
|
|
1436
|
+
|
|
1437
|
+
---
|
|
1438
|
+
|
|
1439
|
+
## The following dependencies are licensed under the MIT License:
|
|
1440
|
+
|
|
1441
|
+
### Rust Crates:
|
|
1442
|
+
|
|
1443
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1444
|
+
|
|
1445
|
+
````text
|
|
1446
|
+
The MIT License (MIT)
|
|
1447
|
+
|
|
1448
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1448
1449
|
|
|
1449
1450
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1450
1451
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1464,6 +1465,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1464
1465
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1465
1466
|
SOFTWARE.
|
|
1466
1467
|
|
|
1468
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1469
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1467
1470
|
````
|
|
1468
1471
|
|
|
1469
1472
|
---
|
|
@@ -1472,10 +1475,10 @@ SOFTWARE.
|
|
|
1472
1475
|
|
|
1473
1476
|
### Rust Crates:
|
|
1474
1477
|
|
|
1475
|
-
- [
|
|
1478
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1476
1479
|
|
|
1477
1480
|
````text
|
|
1478
|
-
Copyright (c)
|
|
1481
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1479
1482
|
|
|
1480
1483
|
Permission is hereby granted, free of charge, to any
|
|
1481
1484
|
person obtaining a copy of this software and associated
|
|
@@ -1509,81 +1512,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1509
1512
|
|
|
1510
1513
|
### Rust Crates:
|
|
1511
1514
|
|
|
1512
|
-
- [
|
|
1515
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
1513
1516
|
|
|
1514
1517
|
````text
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
---
|
|
1526
|
-
|
|
1527
|
-
## The following dependencies are licensed under the MIT License:
|
|
1528
|
-
|
|
1529
|
-
### Rust Crates:
|
|
1530
|
-
|
|
1531
|
-
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1532
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1533
|
-
|
|
1534
|
-
````text
|
|
1535
|
-
The MIT License (MIT)
|
|
1536
|
-
|
|
1537
|
-
Copyright (c) 2015 Steven Fackler
|
|
1538
|
-
|
|
1539
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1540
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1541
|
-
the Software without restriction, including without limitation the rights to
|
|
1542
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1543
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1544
|
-
subject to the following conditions:
|
|
1545
|
-
|
|
1546
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1547
|
-
copies or substantial portions of the Software.
|
|
1548
|
-
|
|
1549
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1550
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1551
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1552
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1553
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1554
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1555
|
-
|
|
1556
|
-
````
|
|
1557
|
-
|
|
1558
|
-
---
|
|
1559
|
-
|
|
1560
|
-
## The following dependencies are licensed under the MIT License:
|
|
1561
|
-
|
|
1562
|
-
### Rust Crates:
|
|
1563
|
-
|
|
1564
|
-
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1565
|
-
|
|
1566
|
-
````text
|
|
1567
|
-
MIT License
|
|
1568
|
-
|
|
1569
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1570
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1571
|
-
in the Software without restriction, including without limitation the rights
|
|
1572
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1573
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1574
|
-
furnished to do so, subject to the following conditions:
|
|
1575
|
-
|
|
1576
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1577
|
-
copies or substantial portions of the Software.
|
|
1518
|
+
Permission is hereby granted, free of charge, to any
|
|
1519
|
+
person obtaining a copy of this software and associated
|
|
1520
|
+
documentation files (the "Software"), to deal in the
|
|
1521
|
+
Software without restriction, including without
|
|
1522
|
+
limitation the rights to use, copy, modify, merge,
|
|
1523
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1524
|
+
the Software, and to permit persons to whom the Software
|
|
1525
|
+
is furnished to do so, subject to the following
|
|
1526
|
+
conditions:
|
|
1578
1527
|
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1583
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1584
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1585
|
-
SOFTWARE.
|
|
1528
|
+
The above copyright notice and this permission notice
|
|
1529
|
+
shall be included in all copies or substantial portions
|
|
1530
|
+
of the Software.
|
|
1586
1531
|
|
|
1532
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1533
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1534
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1535
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1536
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1537
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1538
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1539
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1540
|
+
DEALINGS IN THE SOFTWARE.
|
|
1587
1541
|
````
|
|
1588
1542
|
|
|
1589
1543
|
---
|
|
@@ -1592,29 +1546,34 @@ SOFTWARE.
|
|
|
1592
1546
|
|
|
1593
1547
|
### Rust Crates:
|
|
1594
1548
|
|
|
1595
|
-
- [
|
|
1549
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1596
1550
|
|
|
1597
1551
|
````text
|
|
1598
|
-
Copyright (c) 2017
|
|
1599
|
-
|
|
1600
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1601
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1602
|
-
in the Software without restriction, including without limitation the rights
|
|
1603
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1604
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1605
|
-
furnished to do so, subject to the following conditions:
|
|
1552
|
+
Copyright (c) 2017 Contributors
|
|
1606
1553
|
|
|
1607
|
-
|
|
1608
|
-
|
|
1554
|
+
Permission is hereby granted, free of charge, to any
|
|
1555
|
+
person obtaining a copy of this software and associated
|
|
1556
|
+
documentation files (the "Software"), to deal in the
|
|
1557
|
+
Software without restriction, including without
|
|
1558
|
+
limitation the rights to use, copy, modify, merge,
|
|
1559
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1560
|
+
the Software, and to permit persons to whom the Software
|
|
1561
|
+
is furnished to do so, subject to the following
|
|
1562
|
+
conditions:
|
|
1609
1563
|
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1614
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1615
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1616
|
-
THE SOFTWARE.
|
|
1564
|
+
The above copyright notice and this permission notice
|
|
1565
|
+
shall be included in all copies or substantial portions
|
|
1566
|
+
of the Software.
|
|
1617
1567
|
|
|
1568
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1569
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1570
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1571
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1572
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1573
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1574
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1575
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1576
|
+
DEALINGS IN THE SOFTWARE.
|
|
1618
1577
|
|
|
1619
1578
|
````
|
|
1620
1579
|
|
|
@@ -1624,10 +1583,10 @@ THE SOFTWARE.
|
|
|
1624
1583
|
|
|
1625
1584
|
### Rust Crates:
|
|
1626
1585
|
|
|
1627
|
-
- [
|
|
1586
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1628
1587
|
|
|
1629
1588
|
````text
|
|
1630
|
-
Copyright (c)
|
|
1589
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1631
1590
|
|
|
1632
1591
|
Permission is hereby granted, free of charge, to any
|
|
1633
1592
|
person obtaining a copy of this software and associated
|
|
@@ -1659,14 +1618,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1659
1618
|
|
|
1660
1619
|
## The following dependencies are licensed under the MIT License:
|
|
1661
1620
|
|
|
1662
|
-
###
|
|
1621
|
+
### Rust Crates:
|
|
1663
1622
|
|
|
1664
|
-
- [
|
|
1623
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1665
1624
|
|
|
1666
1625
|
````text
|
|
1667
1626
|
MIT License
|
|
1668
1627
|
|
|
1669
|
-
Copyright (c)
|
|
1628
|
+
Copyright (c) 2025 Callum Oakley
|
|
1670
1629
|
|
|
1671
1630
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1672
1631
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1694,10 +1653,10 @@ SOFTWARE.
|
|
|
1694
1653
|
|
|
1695
1654
|
### Rust Crates:
|
|
1696
1655
|
|
|
1697
|
-
- [
|
|
1656
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
1698
1657
|
|
|
1699
1658
|
````text
|
|
1700
|
-
Copyright (c)
|
|
1659
|
+
Copyright (c) 2018 directories-rs contributors
|
|
1701
1660
|
|
|
1702
1661
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1703
1662
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1725,15 +1684,11 @@ SOFTWARE.
|
|
|
1725
1684
|
|
|
1726
1685
|
### Rust Crates:
|
|
1727
1686
|
|
|
1728
|
-
- [
|
|
1729
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1730
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1687
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
1731
1688
|
|
|
1732
1689
|
````text
|
|
1733
1690
|
MIT License
|
|
1734
1691
|
|
|
1735
|
-
Copyright (c) Tokio Contributors
|
|
1736
|
-
|
|
1737
1692
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1738
1693
|
of this software and associated documentation files (the "Software"), to deal
|
|
1739
1694
|
in the Software without restriction, including without limitation the rights
|
|
@@ -1760,33 +1715,35 @@ SOFTWARE.
|
|
|
1760
1715
|
|
|
1761
1716
|
### Rust Crates:
|
|
1762
1717
|
|
|
1763
|
-
- [
|
|
1764
|
-
- [
|
|
1765
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1766
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1718
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1719
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1767
1720
|
|
|
1768
1721
|
````text
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1722
|
+
Copyright (c) 2014 Alex Crichton
|
|
1772
1723
|
|
|
1773
|
-
Permission is hereby granted, free of charge, to any
|
|
1774
|
-
of this software and associated
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1724
|
+
Permission is hereby granted, free of charge, to any
|
|
1725
|
+
person obtaining a copy of this software and associated
|
|
1726
|
+
documentation files (the "Software"), to deal in the
|
|
1727
|
+
Software without restriction, including without
|
|
1728
|
+
limitation the rights to use, copy, modify, merge,
|
|
1729
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1730
|
+
the Software, and to permit persons to whom the Software
|
|
1731
|
+
is furnished to do so, subject to the following
|
|
1732
|
+
conditions:
|
|
1779
1733
|
|
|
1780
|
-
The above copyright notice and this permission notice
|
|
1781
|
-
all copies or substantial portions
|
|
1734
|
+
The above copyright notice and this permission notice
|
|
1735
|
+
shall be included in all copies or substantial portions
|
|
1736
|
+
of the Software.
|
|
1782
1737
|
|
|
1783
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1784
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1738
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1739
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1740
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1741
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1742
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1743
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1744
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1745
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1746
|
+
DEALINGS IN THE SOFTWARE.
|
|
1790
1747
|
|
|
1791
1748
|
````
|
|
1792
1749
|
|
|
@@ -1796,30 +1753,34 @@ THE SOFTWARE.
|
|
|
1796
1753
|
|
|
1797
1754
|
### Rust Crates:
|
|
1798
1755
|
|
|
1799
|
-
- [
|
|
1756
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1800
1757
|
|
|
1801
1758
|
````text
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
Copyright (c) 2015 Alice Maz
|
|
1759
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1805
1760
|
|
|
1806
|
-
Permission is hereby granted, free of charge, to any
|
|
1807
|
-
of this software and associated
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1761
|
+
Permission is hereby granted, free of charge, to any
|
|
1762
|
+
person obtaining a copy of this software and associated
|
|
1763
|
+
documentation files (the "Software"), to deal in the
|
|
1764
|
+
Software without restriction, including without
|
|
1765
|
+
limitation the rights to use, copy, modify, merge,
|
|
1766
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1767
|
+
the Software, and to permit persons to whom the Software
|
|
1768
|
+
is furnished to do so, subject to the following
|
|
1769
|
+
conditions:
|
|
1812
1770
|
|
|
1813
|
-
The above copyright notice and this permission notice
|
|
1814
|
-
all copies or substantial portions
|
|
1771
|
+
The above copyright notice and this permission notice
|
|
1772
|
+
shall be included in all copies or substantial portions
|
|
1773
|
+
of the Software.
|
|
1815
1774
|
|
|
1816
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1817
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1775
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1776
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1777
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1778
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1779
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1780
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1781
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1782
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1783
|
+
DEALINGS IN THE SOFTWARE.
|
|
1823
1784
|
|
|
1824
1785
|
````
|
|
1825
1786
|
|
|
@@ -1829,12 +1790,12 @@ THE SOFTWARE.
|
|
|
1829
1790
|
|
|
1830
1791
|
### Rust Crates:
|
|
1831
1792
|
|
|
1832
|
-
- [
|
|
1833
|
-
- [
|
|
1834
|
-
- [
|
|
1793
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1794
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1795
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1835
1796
|
|
|
1836
1797
|
````text
|
|
1837
|
-
Copyright (c)
|
|
1798
|
+
Copyright (c) 2019 Tower Contributors
|
|
1838
1799
|
|
|
1839
1800
|
Permission is hereby granted, free of charge, to any
|
|
1840
1801
|
person obtaining a copy of this software and associated
|
|
@@ -1868,28 +1829,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1868
1829
|
|
|
1869
1830
|
### Rust Crates:
|
|
1870
1831
|
|
|
1871
|
-
- [
|
|
1832
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
1872
1833
|
|
|
1873
1834
|
````text
|
|
1874
|
-
Copyright (c)
|
|
1875
|
-
|
|
1876
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1877
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1878
|
-
in the Software without restriction, including without limitation the rights
|
|
1879
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1880
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1881
|
-
furnished to do so, subject to the following conditions:
|
|
1835
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
1882
1836
|
|
|
1883
|
-
|
|
1884
|
-
|
|
1837
|
+
Permission is hereby granted, free of charge, to any
|
|
1838
|
+
person obtaining a copy of this software and associated
|
|
1839
|
+
documentation files (the "Software"), to deal in the
|
|
1840
|
+
Software without restriction, including without
|
|
1841
|
+
limitation the rights to use, copy, modify, merge,
|
|
1842
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1843
|
+
the Software, and to permit persons to whom the Software
|
|
1844
|
+
is furnished to do so, subject to the following
|
|
1845
|
+
conditions:
|
|
1885
1846
|
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
THE
|
|
1847
|
+
The above copyright notice and this permission notice
|
|
1848
|
+
shall be included in all copies or substantial portions
|
|
1849
|
+
of the Software.
|
|
1850
|
+
|
|
1851
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1852
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1853
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1854
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1855
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1856
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1857
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1858
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1859
|
+
DEALINGS IN THE SOFTWARE.
|
|
1893
1860
|
|
|
1894
1861
|
````
|
|
1895
1862
|
|
|
@@ -1899,15 +1866,10 @@ THE SOFTWARE.
|
|
|
1899
1866
|
|
|
1900
1867
|
### Rust Crates:
|
|
1901
1868
|
|
|
1902
|
-
- [
|
|
1903
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1904
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1905
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1906
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1907
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1869
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1908
1870
|
|
|
1909
1871
|
````text
|
|
1910
|
-
Copyright (c)
|
|
1872
|
+
Copyright (c) 2016--2017
|
|
1911
1873
|
|
|
1912
1874
|
Permission is hereby granted, free of charge, to any
|
|
1913
1875
|
person obtaining a copy of this software and associated
|
|
@@ -1941,10 +1903,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1941
1903
|
|
|
1942
1904
|
### Rust Crates:
|
|
1943
1905
|
|
|
1944
|
-
- [
|
|
1906
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1945
1907
|
|
|
1946
1908
|
````text
|
|
1947
|
-
Copyright (c)
|
|
1909
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1948
1910
|
|
|
1949
1911
|
Permission is hereby granted, free of charge, to any
|
|
1950
1912
|
person obtaining a copy of this software and associated
|
|
@@ -1978,17 +1940,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1978
1940
|
|
|
1979
1941
|
### Rust Crates:
|
|
1980
1942
|
|
|
1981
|
-
- [
|
|
1943
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1982
1944
|
|
|
1983
1945
|
````text
|
|
1984
|
-
Copyright (c)
|
|
1985
|
-
|
|
1986
|
-
Includes parts of http date with the following copyright:
|
|
1987
|
-
Copyright (c) 2016 Pyfisch
|
|
1988
|
-
|
|
1989
|
-
Includes portions of musl libc with the following copyright:
|
|
1990
|
-
Copyright © 2005-2013 Rich Felker
|
|
1991
|
-
|
|
1946
|
+
Copyright (c) 2017 Sean McArthur
|
|
1992
1947
|
|
|
1993
1948
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1994
1949
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1997,16 +1952,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1997
1952
|
copies of the Software, and to permit persons to whom the Software is
|
|
1998
1953
|
furnished to do so, subject to the following conditions:
|
|
1999
1954
|
|
|
2000
|
-
The above copyright notice and this permission notice shall be included in
|
|
2001
|
-
copies or substantial portions of the Software.
|
|
1955
|
+
The above copyright notice and this permission notice shall be included in
|
|
1956
|
+
all copies or substantial portions of the Software.
|
|
2002
1957
|
|
|
2003
1958
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2004
1959
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2005
1960
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2006
1961
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2007
1962
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2008
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2009
|
-
SOFTWARE.
|
|
1963
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1964
|
+
THE SOFTWARE.
|
|
1965
|
+
|
|
2010
1966
|
|
|
2011
1967
|
````
|
|
2012
1968
|
|
|
@@ -2014,41 +1970,33 @@ SOFTWARE.
|
|
|
2014
1970
|
|
|
2015
1971
|
## The following dependencies are licensed under the MIT License:
|
|
2016
1972
|
|
|
2017
|
-
###
|
|
1973
|
+
### NPM Packages:
|
|
2018
1974
|
|
|
2019
|
-
- [
|
|
2020
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2021
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2022
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2023
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2024
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1975
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2025
1976
|
|
|
2026
1977
|
````text
|
|
2027
|
-
|
|
1978
|
+
The MIT License (MIT)
|
|
2028
1979
|
|
|
2029
|
-
|
|
2030
|
-
person obtaining a copy of this software and associated
|
|
2031
|
-
documentation files (the "Software"), to deal in the
|
|
2032
|
-
Software without restriction, including without
|
|
2033
|
-
limitation the rights to use, copy, modify, merge,
|
|
2034
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2035
|
-
the Software, and to permit persons to whom the Software
|
|
2036
|
-
is furnished to do so, subject to the following
|
|
2037
|
-
conditions:
|
|
1980
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2038
1981
|
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
1982
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1983
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1984
|
+
in the Software without restriction, including without limitation the rights
|
|
1985
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1986
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1987
|
+
furnished to do so, subject to the following conditions:
|
|
1988
|
+
|
|
1989
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1990
|
+
copies or substantial portions of the Software.
|
|
1991
|
+
|
|
1992
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1993
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1994
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1995
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1996
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1997
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1998
|
+
SOFTWARE.
|
|
2042
1999
|
|
|
2043
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2044
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2045
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2046
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2047
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2048
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2049
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2050
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2051
|
-
DEALINGS IN THE SOFTWARE.
|
|
2052
2000
|
|
|
2053
2001
|
````
|
|
2054
2002
|
|
|
@@ -2058,10 +2006,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2058
2006
|
|
|
2059
2007
|
### Rust Crates:
|
|
2060
2008
|
|
|
2061
|
-
- [
|
|
2009
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2062
2010
|
|
|
2063
2011
|
````text
|
|
2064
|
-
Copyright (c) The
|
|
2012
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2065
2013
|
|
|
2066
2014
|
Permission is hereby granted, free of charge, to any
|
|
2067
2015
|
person obtaining a copy of this software and associated
|
|
@@ -2093,14 +2041,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2093
2041
|
|
|
2094
2042
|
## The following dependencies are licensed under the MIT License:
|
|
2095
2043
|
|
|
2096
|
-
###
|
|
2044
|
+
### Rust Crates:
|
|
2097
2045
|
|
|
2098
|
-
- [
|
|
2046
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2099
2047
|
|
|
2100
2048
|
````text
|
|
2101
|
-
The
|
|
2102
|
-
|
|
2103
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2049
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2050
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2104
2051
|
|
|
2105
2052
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2106
2053
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2109,16 +2056,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2109
2056
|
copies of the Software, and to permit persons to whom the Software is
|
|
2110
2057
|
furnished to do so, subject to the following conditions:
|
|
2111
2058
|
|
|
2112
|
-
The above copyright notice and this permission notice shall be included in
|
|
2113
|
-
|
|
2059
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2060
|
+
copies or substantial portions of the Software.
|
|
2114
2061
|
|
|
2115
2062
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2116
2063
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2117
2064
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2118
2065
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2119
2066
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2120
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2121
|
-
|
|
2067
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2068
|
+
SOFTWARE.
|
|
2122
2069
|
|
|
2123
2070
|
````
|
|
2124
2071
|
|
|
@@ -2128,29 +2075,16 @@ THE SOFTWARE.
|
|
|
2128
2075
|
|
|
2129
2076
|
### Rust Crates:
|
|
2130
2077
|
|
|
2131
|
-
- [
|
|
2078
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2132
2079
|
|
|
2133
2080
|
````text
|
|
2134
|
-
Copyright
|
|
2135
|
-
|
|
2136
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2137
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2138
|
-
in the Software without restriction, including without limitation the rights
|
|
2139
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2140
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2141
|
-
furnished to do so, subject to the following conditions:
|
|
2081
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2142
2082
|
|
|
2143
|
-
|
|
2144
|
-
all copies or substantial portions of the Software.
|
|
2083
|
+
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:
|
|
2145
2084
|
|
|
2146
|
-
|
|
2147
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2148
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2149
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2150
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2151
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2152
|
-
THE SOFTWARE.
|
|
2085
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2153
2086
|
|
|
2087
|
+
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.
|
|
2154
2088
|
|
|
2155
2089
|
````
|
|
2156
2090
|
|
|
@@ -2193,10 +2127,10 @@ THE SOFTWARE.
|
|
|
2193
2127
|
|
|
2194
2128
|
### Rust Crates:
|
|
2195
2129
|
|
|
2196
|
-
- [
|
|
2130
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
2197
2131
|
|
|
2198
2132
|
````text
|
|
2199
|
-
Copyright
|
|
2133
|
+
Copyright 2023 The Fuchsia Authors
|
|
2200
2134
|
|
|
2201
2135
|
Permission is hereby granted, free of charge, to any
|
|
2202
2136
|
person obtaining a copy of this software and associated
|
|
@@ -2222,6 +2156,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
2222
2156
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2223
2157
|
DEALINGS IN THE SOFTWARE.
|
|
2224
2158
|
|
|
2159
|
+
|
|
2225
2160
|
````
|
|
2226
2161
|
|
|
2227
2162
|
---
|
|
@@ -2230,10 +2165,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2230
2165
|
|
|
2231
2166
|
### Rust Crates:
|
|
2232
2167
|
|
|
2233
|
-
- [
|
|
2168
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2169
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2170
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2171
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2172
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2173
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2234
2174
|
|
|
2235
2175
|
````text
|
|
2236
|
-
Copyright (c)
|
|
2176
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2237
2177
|
|
|
2238
2178
|
Permission is hereby granted, free of charge, to any
|
|
2239
2179
|
person obtaining a copy of this software and associated
|
|
@@ -2265,29 +2205,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2265
2205
|
|
|
2266
2206
|
## The following dependencies are licensed under the MIT License:
|
|
2267
2207
|
|
|
2268
|
-
###
|
|
2208
|
+
### Rust Crates:
|
|
2269
2209
|
|
|
2270
|
-
- [
|
|
2210
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2271
2211
|
|
|
2272
2212
|
````text
|
|
2273
|
-
|
|
2213
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2274
2214
|
|
|
2275
|
-
Permission is hereby granted, free of charge, to any
|
|
2276
|
-
|
|
2277
|
-
the Software
|
|
2278
|
-
|
|
2279
|
-
the
|
|
2280
|
-
|
|
2215
|
+
Permission is hereby granted, free of charge, to any
|
|
2216
|
+
person obtaining a copy of this software and associated
|
|
2217
|
+
documentation files (the "Software"), to deal in the
|
|
2218
|
+
Software without restriction, including without
|
|
2219
|
+
limitation the rights to use, copy, modify, merge,
|
|
2220
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2221
|
+
the Software, and to permit persons to whom the Software
|
|
2222
|
+
is furnished to do so, subject to the following
|
|
2223
|
+
conditions:
|
|
2281
2224
|
|
|
2282
|
-
The above copyright notice and this permission notice
|
|
2283
|
-
copies or substantial portions
|
|
2225
|
+
The above copyright notice and this permission notice
|
|
2226
|
+
shall be included in all copies or substantial portions
|
|
2227
|
+
of the Software.
|
|
2284
2228
|
|
|
2285
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2286
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2229
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2230
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2231
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2232
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2233
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2234
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2235
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2236
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2237
|
+
DEALINGS IN THE SOFTWARE.
|
|
2291
2238
|
|
|
2292
2239
|
````
|
|
2293
2240
|
|
|
@@ -2297,10 +2244,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2297
2244
|
|
|
2298
2245
|
### Rust Crates:
|
|
2299
2246
|
|
|
2300
|
-
- [
|
|
2247
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2248
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2249
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2301
2250
|
|
|
2302
2251
|
````text
|
|
2303
|
-
Copyright (c)
|
|
2252
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2304
2253
|
|
|
2305
2254
|
Permission is hereby granted, free of charge, to any
|
|
2306
2255
|
person obtaining a copy of this software and associated
|
|
@@ -2334,17 +2283,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2334
2283
|
|
|
2335
2284
|
### Rust Crates:
|
|
2336
2285
|
|
|
2337
|
-
- [
|
|
2338
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2339
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2340
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2286
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2341
2287
|
|
|
2342
2288
|
````text
|
|
2343
|
-
|
|
2289
|
+
Copyright (c) 2018 Carl Lerche
|
|
2344
2290
|
|
|
2345
|
-
|
|
2291
|
+
Permission is hereby granted, free of charge, to any
|
|
2292
|
+
person obtaining a copy of this software and associated
|
|
2293
|
+
documentation files (the "Software"), to deal in the
|
|
2294
|
+
Software without restriction, including without
|
|
2295
|
+
limitation the rights to use, copy, modify, merge,
|
|
2296
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2297
|
+
the Software, and to permit persons to whom the Software
|
|
2298
|
+
is furnished to do so, subject to the following
|
|
2299
|
+
conditions:
|
|
2300
|
+
|
|
2301
|
+
The above copyright notice and this permission notice
|
|
2302
|
+
shall be included in all copies or substantial portions
|
|
2303
|
+
of the Software.
|
|
2304
|
+
|
|
2305
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2306
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2307
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2308
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2309
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2310
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2311
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2312
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2313
|
+
DEALINGS IN THE SOFTWARE.
|
|
2346
2314
|
|
|
2347
|
-
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.
|
|
2348
2315
|
````
|
|
2349
2316
|
|
|
2350
2317
|
---
|
|
@@ -2353,10 +2320,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2353
2320
|
|
|
2354
2321
|
### Rust Crates:
|
|
2355
2322
|
|
|
2356
|
-
- [
|
|
2323
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2324
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2357
2325
|
|
|
2358
2326
|
````text
|
|
2359
|
-
Copyright (c)
|
|
2327
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2360
2328
|
|
|
2361
2329
|
Permission is hereby granted, free of charge, to any
|
|
2362
2330
|
person obtaining a copy of this software and associated
|
|
@@ -2390,42 +2358,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2390
2358
|
|
|
2391
2359
|
### Rust Crates:
|
|
2392
2360
|
|
|
2393
|
-
- [
|
|
2394
|
-
|
|
2395
|
-
````text
|
|
2396
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2397
|
-
|
|
2398
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2399
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2400
|
-
the Software without restriction, including without limitation the rights to
|
|
2401
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2402
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2403
|
-
subject to the following conditions:
|
|
2404
|
-
|
|
2405
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2406
|
-
copies or substantial portions of the Software.
|
|
2407
|
-
|
|
2408
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2409
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2410
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2411
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2412
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2413
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2414
|
-
|
|
2415
|
-
````
|
|
2416
|
-
|
|
2417
|
-
---
|
|
2418
|
-
|
|
2419
|
-
## The following dependencies are licensed under the MIT License:
|
|
2420
|
-
|
|
2421
|
-
### Rust Crates:
|
|
2422
|
-
|
|
2423
|
-
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2361
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2424
2362
|
|
|
2425
2363
|
````text
|
|
2426
|
-
Copyright (c)
|
|
2427
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2428
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2364
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2429
2365
|
|
|
2430
2366
|
Permission is hereby granted, free of charge, to any
|
|
2431
2367
|
person obtaining a copy of this software and associated
|
|
@@ -2459,34 +2395,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2459
2395
|
|
|
2460
2396
|
### Rust Crates:
|
|
2461
2397
|
|
|
2462
|
-
- [
|
|
2398
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2463
2399
|
|
|
2464
2400
|
````text
|
|
2465
|
-
Copyright (c)
|
|
2401
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2466
2402
|
|
|
2467
|
-
Permission is hereby granted, free of charge, to any
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
the Software, and to permit persons to whom the Software
|
|
2474
|
-
is furnished to do so, subject to the following
|
|
2475
|
-
conditions:
|
|
2403
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2404
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2405
|
+
in the Software without restriction, including without limitation the rights
|
|
2406
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2407
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2408
|
+
furnished to do so, subject to the following conditions:
|
|
2476
2409
|
|
|
2477
|
-
The above copyright notice and this permission notice
|
|
2478
|
-
|
|
2479
|
-
of the Software.
|
|
2410
|
+
The above copyright notice and this permission notice shall be included in
|
|
2411
|
+
all copies or substantial portions of the Software.
|
|
2480
2412
|
|
|
2481
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2489
|
-
DEALINGS IN THE SOFTWARE.
|
|
2413
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2414
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2415
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2416
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2417
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2418
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2419
|
+
THE SOFTWARE.
|
|
2490
2420
|
|
|
2491
2421
|
````
|
|
2492
2422
|
|
|
@@ -2494,21 +2424,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2494
2424
|
|
|
2495
2425
|
## The following dependencies are licensed under the MIT License:
|
|
2496
2426
|
|
|
2497
|
-
###
|
|
2427
|
+
### NPM Packages:
|
|
2498
2428
|
|
|
2499
|
-
- [
|
|
2500
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2429
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2501
2430
|
|
|
2502
2431
|
````text
|
|
2503
|
-
|
|
2432
|
+
MIT License
|
|
2504
2433
|
|
|
2505
|
-
Copyright
|
|
2434
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2506
2435
|
|
|
2507
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2436
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2437
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2438
|
+
in the Software without restriction, including without limitation the rights
|
|
2439
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2440
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2441
|
+
furnished to do so, subject to the following conditions:
|
|
2508
2442
|
|
|
2509
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2443
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2444
|
+
copies or substantial portions of the Software.
|
|
2510
2445
|
|
|
2511
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2446
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2447
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2448
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2449
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2450
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2451
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2452
|
+
SOFTWARE.
|
|
2512
2453
|
|
|
2513
2454
|
````
|
|
2514
2455
|
|
|
@@ -2518,80 +2459,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2518
2459
|
|
|
2519
2460
|
### Rust Crates:
|
|
2520
2461
|
|
|
2521
|
-
- [
|
|
2462
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2463
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2464
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2522
2465
|
|
|
2523
2466
|
````text
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
Permission is hereby granted, free of charge, to any
|
|
2527
|
-
person obtaining a copy of this software and associated
|
|
2528
|
-
documentation files (the "Software"), to deal in the
|
|
2529
|
-
Software without restriction, including without
|
|
2530
|
-
limitation the rights to use, copy, modify, merge,
|
|
2531
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2532
|
-
the Software, and to permit persons to whom the Software
|
|
2533
|
-
is furnished to do so, subject to the following
|
|
2534
|
-
conditions:
|
|
2535
|
-
|
|
2536
|
-
The above copyright notice and this permission notice
|
|
2537
|
-
shall be included in all copies or substantial portions
|
|
2538
|
-
of the Software.
|
|
2539
|
-
|
|
2540
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2541
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2542
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2543
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2544
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2545
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2546
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2547
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2548
|
-
DEALINGS IN THE SOFTWARE.
|
|
2549
|
-
|
|
2550
|
-
````
|
|
2551
|
-
|
|
2552
|
-
---
|
|
2553
|
-
|
|
2554
|
-
## The following dependencies are licensed under the MIT License:
|
|
2555
|
-
|
|
2556
|
-
### Rust Crates:
|
|
2557
|
-
|
|
2558
|
-
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2559
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2560
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2561
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2562
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2563
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2564
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2565
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2566
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2467
|
+
MIT License
|
|
2567
2468
|
|
|
2568
|
-
|
|
2569
|
-
Copyright (c) 2016 Alex Crichton
|
|
2570
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2469
|
+
Copyright (c) 2017 Ted Driggs
|
|
2571
2470
|
|
|
2572
|
-
Permission is hereby granted, free of charge, to any
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
the Software, and to permit persons to whom the Software
|
|
2579
|
-
is furnished to do so, subject to the following
|
|
2580
|
-
conditions:
|
|
2471
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2472
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2473
|
+
in the Software without restriction, including without limitation the rights
|
|
2474
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2475
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2476
|
+
furnished to do so, subject to the following conditions:
|
|
2581
2477
|
|
|
2582
|
-
The above copyright notice and this permission notice
|
|
2583
|
-
|
|
2584
|
-
of the Software.
|
|
2478
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2479
|
+
copies or substantial portions of the Software.
|
|
2585
2480
|
|
|
2586
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2594
|
-
DEALINGS IN THE SOFTWARE.
|
|
2481
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2482
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2483
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2484
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2485
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2486
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2487
|
+
SOFTWARE.
|
|
2595
2488
|
|
|
2596
2489
|
````
|
|
2597
2490
|
|
|
@@ -2599,14 +2492,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2599
2492
|
|
|
2600
2493
|
## The following dependencies are licensed under the MIT License:
|
|
2601
2494
|
|
|
2602
|
-
###
|
|
2495
|
+
### Rust Crates:
|
|
2603
2496
|
|
|
2604
|
-
- [
|
|
2497
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2605
2498
|
|
|
2606
2499
|
````text
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2500
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2610
2501
|
|
|
2611
2502
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2612
2503
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2626,8 +2517,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2626
2517
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2627
2518
|
SOFTWARE.
|
|
2628
2519
|
|
|
2629
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2630
|
-
|
|
2631
2520
|
````
|
|
2632
2521
|
|
|
2633
2522
|
---
|
|
@@ -2636,10 +2525,19 @@ SOFTWARE.
|
|
|
2636
2525
|
|
|
2637
2526
|
### Rust Crates:
|
|
2638
2527
|
|
|
2639
|
-
- [
|
|
2528
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2529
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2530
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2531
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2532
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2533
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2534
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2535
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2536
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2640
2537
|
|
|
2641
2538
|
````text
|
|
2642
|
-
Copyright (c)
|
|
2539
|
+
Copyright (c) 2016 Alex Crichton
|
|
2540
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2643
2541
|
|
|
2644
2542
|
Permission is hereby granted, free of charge, to any
|
|
2645
2543
|
person obtaining a copy of this software and associated
|
|
@@ -2673,10 +2571,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2673
2571
|
|
|
2674
2572
|
### Rust Crates:
|
|
2675
2573
|
|
|
2676
|
-
- [
|
|
2574
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2575
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2677
2576
|
|
|
2678
2577
|
````text
|
|
2679
|
-
|
|
2578
|
+
The MIT License (MIT)
|
|
2579
|
+
|
|
2580
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2581
|
+
|
|
2582
|
+
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:
|
|
2583
|
+
|
|
2584
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2585
|
+
|
|
2586
|
+
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.
|
|
2587
|
+
|
|
2588
|
+
````
|
|
2589
|
+
|
|
2590
|
+
---
|
|
2591
|
+
|
|
2592
|
+
## The following dependencies are licensed under the MIT License:
|
|
2593
|
+
|
|
2594
|
+
### Rust Crates:
|
|
2595
|
+
|
|
2596
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2597
|
+
|
|
2598
|
+
````text
|
|
2599
|
+
Copyright Mozilla Foundation
|
|
2680
2600
|
|
|
2681
2601
|
Permission is hereby granted, free of charge, to any
|
|
2682
2602
|
person obtaining a copy of this software and associated
|
|
@@ -2701,6 +2621,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2701
2621
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2702
2622
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2703
2623
|
DEALINGS IN THE SOFTWARE.
|
|
2624
|
+
|
|
2704
2625
|
````
|
|
2705
2626
|
|
|
2706
2627
|
---
|
|
@@ -2709,10 +2630,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2709
2630
|
|
|
2710
2631
|
### Rust Crates:
|
|
2711
2632
|
|
|
2712
|
-
- [
|
|
2633
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2634
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2635
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2636
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2713
2637
|
|
|
2714
2638
|
````text
|
|
2715
|
-
|
|
2639
|
+
The MIT License (MIT)
|
|
2640
|
+
|
|
2641
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2716
2642
|
|
|
2717
2643
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2718
2644
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2721,53 +2647,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2721
2647
|
copies of the Software, and to permit persons to whom the Software is
|
|
2722
2648
|
furnished to do so, subject to the following conditions:
|
|
2723
2649
|
|
|
2724
|
-
The above copyright notice and this permission notice shall be included in
|
|
2725
|
-
copies or substantial portions of the Software.
|
|
2650
|
+
The above copyright notice and this permission notice shall be included in
|
|
2651
|
+
all copies or substantial portions of the Software.
|
|
2726
2652
|
|
|
2727
2653
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2728
2654
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2729
2655
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2730
2656
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2731
2657
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2732
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2733
|
-
SOFTWARE.
|
|
2734
|
-
|
|
2735
|
-
````
|
|
2736
|
-
|
|
2737
|
-
---
|
|
2738
|
-
|
|
2739
|
-
## The following dependencies are licensed under the MIT License:
|
|
2740
|
-
|
|
2741
|
-
### Rust Crates:
|
|
2742
|
-
|
|
2743
|
-
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2744
|
-
|
|
2745
|
-
````text
|
|
2746
|
-
Copyright (c) 2014 Chris Wong
|
|
2747
|
-
|
|
2748
|
-
Permission is hereby granted, free of charge, to any
|
|
2749
|
-
person obtaining a copy of this software and associated
|
|
2750
|
-
documentation files (the "Software"), to deal in the
|
|
2751
|
-
Software without restriction, including without
|
|
2752
|
-
limitation the rights to use, copy, modify, merge,
|
|
2753
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2754
|
-
the Software, and to permit persons to whom the Software
|
|
2755
|
-
is furnished to do so, subject to the following
|
|
2756
|
-
conditions:
|
|
2757
|
-
|
|
2758
|
-
The above copyright notice and this permission notice
|
|
2759
|
-
shall be included in all copies or substantial portions
|
|
2760
|
-
of the Software.
|
|
2761
|
-
|
|
2762
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2763
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2764
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2765
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2766
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2767
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2768
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2769
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2770
|
-
DEALINGS IN THE SOFTWARE.
|
|
2658
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2659
|
+
THE SOFTWARE.
|
|
2771
2660
|
|
|
2772
2661
|
````
|
|
2773
2662
|
|
|
@@ -2777,48 +2666,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2777
2666
|
|
|
2778
2667
|
### Rust Crates:
|
|
2779
2668
|
|
|
2780
|
-
- [
|
|
2669
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2670
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2781
2671
|
|
|
2782
2672
|
````text
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
Permission is hereby granted, free of charge, to any
|
|
2786
|
-
person obtaining a copy of this software and associated
|
|
2787
|
-
documentation files (the "Software"), to deal in the
|
|
2788
|
-
Software without restriction, including without
|
|
2789
|
-
limitation the rights to use, copy, modify, merge,
|
|
2790
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2791
|
-
the Software, and to permit persons to whom the Software
|
|
2792
|
-
is furnished to do so, subject to the following
|
|
2793
|
-
conditions:
|
|
2794
|
-
|
|
2795
|
-
The above copyright notice and this permission notice
|
|
2796
|
-
shall be included in all copies or substantial portions
|
|
2797
|
-
of the Software.
|
|
2798
|
-
|
|
2799
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2800
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2801
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2802
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2803
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2804
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2805
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2806
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2807
|
-
DEALINGS IN THE SOFTWARE.
|
|
2808
|
-
|
|
2809
|
-
````
|
|
2810
|
-
|
|
2811
|
-
---
|
|
2812
|
-
|
|
2813
|
-
## The following dependencies are licensed under the MIT License:
|
|
2814
|
-
|
|
2815
|
-
### Rust Crates:
|
|
2816
|
-
|
|
2817
|
-
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2818
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2673
|
+
MIT License
|
|
2819
2674
|
|
|
2820
|
-
|
|
2821
|
-
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2675
|
+
Copyright (c) 2019 Graham Esau
|
|
2822
2676
|
|
|
2823
2677
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2824
2678
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2846,12 +2700,10 @@ SOFTWARE.
|
|
|
2846
2700
|
|
|
2847
2701
|
### Rust Crates:
|
|
2848
2702
|
|
|
2849
|
-
- [
|
|
2703
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2850
2704
|
|
|
2851
2705
|
````text
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2706
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2855
2707
|
|
|
2856
2708
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2857
2709
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2860,16 +2712,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2860
2712
|
copies of the Software, and to permit persons to whom the Software is
|
|
2861
2713
|
furnished to do so, subject to the following conditions:
|
|
2862
2714
|
|
|
2863
|
-
The above copyright notice and this permission notice shall be included in
|
|
2864
|
-
copies or substantial portions of the Software.
|
|
2715
|
+
The above copyright notice and this permission notice shall be included in
|
|
2716
|
+
all copies or substantial portions of the Software.
|
|
2865
2717
|
|
|
2866
2718
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2867
2719
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2868
2720
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2869
2721
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2870
2722
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2871
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2872
|
-
SOFTWARE.
|
|
2723
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2724
|
+
THE SOFTWARE.
|
|
2725
|
+
|
|
2873
2726
|
|
|
2874
2727
|
````
|
|
2875
2728
|
|
|
@@ -2879,9 +2732,14 @@ SOFTWARE.
|
|
|
2879
2732
|
|
|
2880
2733
|
### Rust Crates:
|
|
2881
2734
|
|
|
2882
|
-
- [
|
|
2735
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2736
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2883
2737
|
|
|
2884
2738
|
````text
|
|
2739
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2740
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2741
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2742
|
+
|
|
2885
2743
|
Permission is hereby granted, free of charge, to any
|
|
2886
2744
|
person obtaining a copy of this software and associated
|
|
2887
2745
|
documentation files (the "Software"), to deal in the
|
|
@@ -2905,6 +2763,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2905
2763
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2906
2764
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2907
2765
|
DEALINGS IN THE SOFTWARE.
|
|
2766
|
+
|
|
2908
2767
|
````
|
|
2909
2768
|
|
|
2910
2769
|
---
|
|
@@ -2913,15 +2772,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2913
2772
|
|
|
2914
2773
|
### Rust Crates:
|
|
2915
2774
|
|
|
2916
|
-
- [
|
|
2775
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2776
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2777
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2917
2778
|
|
|
2918
2779
|
````text
|
|
2919
2780
|
MIT License
|
|
2920
2781
|
|
|
2921
|
-
Copyright
|
|
2922
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2923
|
-
Copyright (c) 2017 Frommi
|
|
2924
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2782
|
+
Copyright (c) Tokio Contributors
|
|
2925
2783
|
|
|
2926
2784
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2927
2785
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2949,28 +2807,34 @@ SOFTWARE.
|
|
|
2949
2807
|
|
|
2950
2808
|
### Rust Crates:
|
|
2951
2809
|
|
|
2952
|
-
- [
|
|
2810
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2953
2811
|
|
|
2954
2812
|
````text
|
|
2955
|
-
Copyright (c)
|
|
2813
|
+
Copyright (c) The rust-url developers
|
|
2956
2814
|
|
|
2957
|
-
Permission is hereby granted, free of charge, to any
|
|
2958
|
-
of this software and associated
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2815
|
+
Permission is hereby granted, free of charge, to any
|
|
2816
|
+
person obtaining a copy of this software and associated
|
|
2817
|
+
documentation files (the "Software"), to deal in the
|
|
2818
|
+
Software without restriction, including without
|
|
2819
|
+
limitation the rights to use, copy, modify, merge,
|
|
2820
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2821
|
+
the Software, and to permit persons to whom the Software
|
|
2822
|
+
is furnished to do so, subject to the following
|
|
2823
|
+
conditions:
|
|
2963
2824
|
|
|
2964
|
-
The above copyright notice and this permission notice
|
|
2965
|
-
all copies or substantial portions
|
|
2825
|
+
The above copyright notice and this permission notice
|
|
2826
|
+
shall be included in all copies or substantial portions
|
|
2827
|
+
of the Software.
|
|
2966
2828
|
|
|
2967
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2968
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2829
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2830
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2831
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2832
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2833
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2834
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2835
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2836
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2837
|
+
DEALINGS IN THE SOFTWARE.
|
|
2974
2838
|
|
|
2975
2839
|
````
|
|
2976
2840
|
|
|
@@ -2980,16 +2844,10 @@ THE SOFTWARE.
|
|
|
2980
2844
|
|
|
2981
2845
|
### Rust Crates:
|
|
2982
2846
|
|
|
2983
|
-
- [
|
|
2984
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2985
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2986
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2987
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2988
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2847
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2989
2848
|
|
|
2990
2849
|
````text
|
|
2991
|
-
Copyright
|
|
2992
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2850
|
+
Copyright (c) 2017 Robert Grosse
|
|
2993
2851
|
|
|
2994
2852
|
Permission is hereby granted, free of charge, to any
|
|
2995
2853
|
person obtaining a copy of this software and associated
|
|
@@ -3014,7 +2872,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3014
2872
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3015
2873
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3016
2874
|
DEALINGS IN THE SOFTWARE.
|
|
3017
|
-
|
|
3018
2875
|
````
|
|
3019
2876
|
|
|
3020
2877
|
---
|
|
@@ -3023,14 +2880,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3023
2880
|
|
|
3024
2881
|
### Rust Crates:
|
|
3025
2882
|
|
|
3026
|
-
- [
|
|
3027
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3028
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2883
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3029
2884
|
|
|
3030
2885
|
````text
|
|
3031
2886
|
MIT License
|
|
3032
2887
|
|
|
3033
|
-
Copyright (c)
|
|
2888
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3034
2889
|
|
|
3035
2890
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3036
2891
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3058,68 +2913,30 @@ SOFTWARE.
|
|
|
3058
2913
|
|
|
3059
2914
|
### Rust Crates:
|
|
3060
2915
|
|
|
3061
|
-
- [
|
|
3062
|
-
|
|
3063
|
-
````text
|
|
3064
|
-
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3065
|
-
|
|
3066
|
-
Permission is hereby granted, free of charge, to any
|
|
3067
|
-
person obtaining a copy of this software and associated
|
|
3068
|
-
documentation files (the "Software"), to deal in the
|
|
3069
|
-
Software without restriction, including without
|
|
3070
|
-
limitation the rights to use, copy, modify, merge,
|
|
3071
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3072
|
-
the Software, and to permit persons to whom the Software
|
|
3073
|
-
is furnished to do so, subject to the following
|
|
3074
|
-
conditions:
|
|
3075
|
-
|
|
3076
|
-
The above copyright notice and this permission notice
|
|
3077
|
-
shall be included in all copies or substantial portions
|
|
3078
|
-
of the Software.
|
|
3079
|
-
|
|
3080
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3081
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3082
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3083
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3084
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3085
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3086
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3087
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3088
|
-
DEALINGS IN THE SOFTWARE.
|
|
3089
|
-
|
|
3090
|
-
````
|
|
3091
|
-
|
|
3092
|
-
---
|
|
3093
|
-
|
|
3094
|
-
## The following dependencies are licensed under the MIT License:
|
|
3095
|
-
|
|
3096
|
-
### NPM Packages:
|
|
3097
|
-
|
|
3098
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3099
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2916
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3100
2917
|
|
|
3101
2918
|
````text
|
|
3102
|
-
|
|
2919
|
+
The MIT License (MIT)
|
|
3103
2920
|
|
|
3104
|
-
|
|
2921
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3105
2922
|
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
2923
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2924
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2925
|
+
in the Software without restriction, including without limitation the rights
|
|
2926
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2927
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2928
|
+
furnished to do so, subject to the following conditions:
|
|
3112
2929
|
|
|
3113
|
-
|
|
3114
|
-
|
|
2930
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2931
|
+
copies or substantial portions of the Software.
|
|
3115
2932
|
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
2933
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2934
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2935
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2936
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2937
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2938
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2939
|
+
SOFTWARE.
|
|
3123
2940
|
|
|
3124
2941
|
````
|
|
3125
2942
|
|
|
@@ -3129,10 +2946,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3129
2946
|
|
|
3130
2947
|
### Rust Crates:
|
|
3131
2948
|
|
|
3132
|
-
- [
|
|
2949
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3133
2950
|
|
|
3134
2951
|
````text
|
|
3135
|
-
Copyright (c)
|
|
2952
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3136
2953
|
|
|
3137
2954
|
Permission is hereby granted, free of charge, to any
|
|
3138
2955
|
person obtaining a copy of this software and associated
|
|
@@ -3166,10 +2983,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3166
2983
|
|
|
3167
2984
|
### Rust Crates:
|
|
3168
2985
|
|
|
3169
|
-
- [
|
|
2986
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3170
2987
|
|
|
3171
2988
|
````text
|
|
3172
|
-
Copyright (c)
|
|
2989
|
+
Copyright (c) 2016--2023
|
|
3173
2990
|
|
|
3174
2991
|
Permission is hereby granted, free of charge, to any
|
|
3175
2992
|
person obtaining a copy of this software and associated
|
|
@@ -3240,89 +3057,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3240
3057
|
|
|
3241
3058
|
### Rust Crates:
|
|
3242
3059
|
|
|
3243
|
-
- [
|
|
3244
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3060
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3245
3061
|
|
|
3246
3062
|
````text
|
|
3247
|
-
Copyright (c)
|
|
3248
|
-
|
|
3249
|
-
Permission is hereby granted, free of charge, to any
|
|
3250
|
-
person obtaining a copy of this software and associated
|
|
3251
|
-
documentation files (the "Software"), to deal in the
|
|
3252
|
-
Software without restriction, including without
|
|
3253
|
-
limitation the rights to use, copy, modify, merge,
|
|
3254
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3255
|
-
the Software, and to permit persons to whom the Software
|
|
3256
|
-
is furnished to do so, subject to the following
|
|
3257
|
-
conditions:
|
|
3258
|
-
|
|
3259
|
-
The above copyright notice and this permission notice
|
|
3260
|
-
shall be included in all copies or substantial portions
|
|
3261
|
-
of the Software.
|
|
3262
|
-
|
|
3263
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3264
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3265
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3266
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3267
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3268
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3269
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3270
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3271
|
-
DEALINGS IN THE SOFTWARE.
|
|
3272
|
-
|
|
3273
|
-
````
|
|
3274
|
-
|
|
3275
|
-
---
|
|
3276
|
-
|
|
3277
|
-
## The following dependencies are licensed under the MIT License:
|
|
3278
|
-
|
|
3279
|
-
### Rust Crates:
|
|
3280
|
-
|
|
3281
|
-
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3282
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3283
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3284
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3285
|
-
|
|
3286
|
-
````text
|
|
3287
|
-
Copyright (c) 2016 The Rust Project Developers
|
|
3288
|
-
|
|
3289
|
-
Permission is hereby granted, free of charge, to any
|
|
3290
|
-
person obtaining a copy of this software and associated
|
|
3291
|
-
documentation files (the "Software"), to deal in the
|
|
3292
|
-
Software without restriction, including without
|
|
3293
|
-
limitation the rights to use, copy, modify, merge,
|
|
3294
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3295
|
-
the Software, and to permit persons to whom the Software
|
|
3296
|
-
is furnished to do so, subject to the following
|
|
3297
|
-
conditions:
|
|
3298
|
-
|
|
3299
|
-
The above copyright notice and this permission notice
|
|
3300
|
-
shall be included in all copies or substantial portions
|
|
3301
|
-
of the Software.
|
|
3302
|
-
|
|
3303
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3304
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3305
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3306
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3307
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3308
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3309
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3310
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3311
|
-
DEALINGS IN THE SOFTWARE.
|
|
3312
|
-
|
|
3313
|
-
````
|
|
3314
|
-
|
|
3315
|
-
---
|
|
3316
|
-
|
|
3317
|
-
## The following dependencies are licensed under the MIT License:
|
|
3063
|
+
Copyright (c) 2016 The humantime Developers
|
|
3318
3064
|
|
|
3319
|
-
|
|
3065
|
+
Includes parts of http date with the following copyright:
|
|
3066
|
+
Copyright (c) 2016 Pyfisch
|
|
3320
3067
|
|
|
3321
|
-
|
|
3068
|
+
Includes portions of musl libc with the following copyright:
|
|
3069
|
+
Copyright © 2005-2013 Rich Felker
|
|
3322
3070
|
|
|
3323
|
-
````text
|
|
3324
|
-
Copyright (c) 2017 Daniel Abramov
|
|
3325
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3326
3071
|
|
|
3327
3072
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3328
3073
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3331,16 +3076,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3331
3076
|
copies of the Software, and to permit persons to whom the Software is
|
|
3332
3077
|
furnished to do so, subject to the following conditions:
|
|
3333
3078
|
|
|
3334
|
-
The above copyright notice and this permission notice shall be included in
|
|
3335
|
-
|
|
3079
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3080
|
+
copies or substantial portions of the Software.
|
|
3336
3081
|
|
|
3337
3082
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3338
3083
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3339
3084
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3340
3085
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3341
3086
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3342
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3343
|
-
|
|
3087
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3088
|
+
SOFTWARE.
|
|
3344
3089
|
|
|
3345
3090
|
````
|
|
3346
3091
|
|
|
@@ -3350,10 +3095,46 @@ THE SOFTWARE.
|
|
|
3350
3095
|
|
|
3351
3096
|
### Rust Crates:
|
|
3352
3097
|
|
|
3353
|
-
- [
|
|
3098
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3354
3099
|
|
|
3355
3100
|
````text
|
|
3356
|
-
|
|
3101
|
+
The MIT License (MIT)
|
|
3102
|
+
|
|
3103
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3104
|
+
|
|
3105
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3106
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3107
|
+
in the Software without restriction, including without limitation the rights
|
|
3108
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3109
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3110
|
+
furnished to do so, subject to the following conditions:
|
|
3111
|
+
|
|
3112
|
+
|
|
3113
|
+
The above copyright notice and this permission notice shall be included in
|
|
3114
|
+
all copies or substantial portions of the Software.
|
|
3115
|
+
|
|
3116
|
+
|
|
3117
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3118
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3119
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3120
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3121
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3122
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3123
|
+
THE SOFTWARE.
|
|
3124
|
+
|
|
3125
|
+
````
|
|
3126
|
+
|
|
3127
|
+
---
|
|
3128
|
+
|
|
3129
|
+
## The following dependencies are licensed under the MIT License:
|
|
3130
|
+
|
|
3131
|
+
### Rust Crates:
|
|
3132
|
+
|
|
3133
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3134
|
+
|
|
3135
|
+
````text
|
|
3136
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3137
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3357
3138
|
|
|
3358
3139
|
Permission is hereby granted, free of charge, to any
|
|
3359
3140
|
person obtaining a copy of this software and associated
|
|
@@ -3387,11 +3168,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3387
3168
|
|
|
3388
3169
|
### Rust Crates:
|
|
3389
3170
|
|
|
3390
|
-
- [
|
|
3171
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3391
3172
|
|
|
3392
3173
|
````text
|
|
3393
|
-
Copyright (c)
|
|
3394
|
-
Copyright (c) 2016 Alex Crichton
|
|
3174
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3395
3175
|
|
|
3396
3176
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3397
3177
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3411,7 +3191,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3411
3191
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3412
3192
|
THE SOFTWARE.
|
|
3413
3193
|
|
|
3414
|
-
|
|
3415
3194
|
````
|
|
3416
3195
|
|
|
3417
3196
|
---
|
|
@@ -3420,10 +3199,10 @@ THE SOFTWARE.
|
|
|
3420
3199
|
|
|
3421
3200
|
### Rust Crates:
|
|
3422
3201
|
|
|
3423
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.
|
|
3202
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3424
3203
|
|
|
3425
3204
|
````text
|
|
3426
|
-
Copyright (c) 2018-
|
|
3205
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3427
3206
|
Copyright (c) 2014 The Rust Project Developers
|
|
3428
3207
|
|
|
3429
3208
|
Permission is hereby granted, free of charge, to any
|
|
@@ -3458,29 +3237,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3458
3237
|
|
|
3459
3238
|
### Rust Crates:
|
|
3460
3239
|
|
|
3461
|
-
- [
|
|
3240
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3241
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3242
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3243
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3462
3244
|
|
|
3463
3245
|
````text
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3467
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3468
|
-
in the Software without restriction, including without limitation the rights
|
|
3469
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3470
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3471
|
-
furnished to do so, subject to the following conditions:
|
|
3472
|
-
|
|
3473
|
-
The above copyright notice and this permission notice shall be included in
|
|
3474
|
-
all copies or substantial portions of the Software.
|
|
3246
|
+
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:
|
|
3475
3247
|
|
|
3476
|
-
|
|
3477
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3478
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3479
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3480
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3481
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3482
|
-
THE SOFTWARE.
|
|
3248
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3483
3249
|
|
|
3250
|
+
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.
|
|
3484
3251
|
````
|
|
3485
3252
|
|
|
3486
3253
|
---
|
|
@@ -3489,12 +3256,16 @@ THE SOFTWARE.
|
|
|
3489
3256
|
|
|
3490
3257
|
### Rust Crates:
|
|
3491
3258
|
|
|
3492
|
-
- [
|
|
3493
|
-
- [
|
|
3494
|
-
- [
|
|
3259
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3260
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3261
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3262
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3263
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3264
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3495
3265
|
|
|
3496
3266
|
````text
|
|
3497
|
-
Copyright
|
|
3267
|
+
Copyright 2018 Developers of the Rand project
|
|
3268
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3498
3269
|
|
|
3499
3270
|
Permission is hereby granted, free of charge, to any
|
|
3500
3271
|
person obtaining a copy of this software and associated
|
|
@@ -3528,11 +3299,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3528
3299
|
|
|
3529
3300
|
### Rust Crates:
|
|
3530
3301
|
|
|
3531
|
-
- [
|
|
3302
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3303
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3304
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3305
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3306
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3307
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3308
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3309
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3310
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3311
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3312
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3313
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3314
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3315
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3316
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3317
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3318
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3319
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3320
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
3321
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3322
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3323
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3324
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3325
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3326
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3327
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3328
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3329
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3330
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3331
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3332
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3532
3333
|
|
|
3533
3334
|
````text
|
|
3534
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
3535
|
-
|
|
3536
3335
|
Permission is hereby granted, free of charge, to any
|
|
3537
3336
|
person obtaining a copy of this software and associated
|
|
3538
3337
|
documentation files (the "Software"), to deal in the
|
|
@@ -3565,37 +3364,27 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3565
3364
|
|
|
3566
3365
|
### Rust Crates:
|
|
3567
3366
|
|
|
3568
|
-
- [
|
|
3569
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3367
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
3570
3368
|
|
|
3571
3369
|
````text
|
|
3572
|
-
Copyright (
|
|
3573
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3574
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3370
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3575
3371
|
|
|
3576
|
-
Permission is hereby granted, free of charge, to any
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
the Software, and to permit persons to whom the Software
|
|
3583
|
-
is furnished to do so, subject to the following
|
|
3584
|
-
conditions:
|
|
3372
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3373
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3374
|
+
the Software without restriction, including without limitation the rights to
|
|
3375
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3376
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3377
|
+
subject to the following conditions:
|
|
3585
3378
|
|
|
3586
|
-
The above copyright notice and this permission notice
|
|
3587
|
-
|
|
3588
|
-
of the Software.
|
|
3379
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3380
|
+
copies or substantial portions of the Software.
|
|
3589
3381
|
|
|
3590
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3597
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3598
|
-
DEALINGS IN THE SOFTWARE.
|
|
3382
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3383
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3384
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3385
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3386
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3387
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3599
3388
|
|
|
3600
3389
|
````
|
|
3601
3390
|
|
|
@@ -3603,12 +3392,82 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3603
3392
|
|
|
3604
3393
|
## The following dependencies are licensed under the MIT License:
|
|
3605
3394
|
|
|
3606
|
-
###
|
|
3395
|
+
### NPM Packages:
|
|
3607
3396
|
|
|
3608
|
-
- [
|
|
3397
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3609
3398
|
|
|
3610
3399
|
````text
|
|
3611
|
-
|
|
3400
|
+
The MIT License (MIT)
|
|
3401
|
+
|
|
3402
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3403
|
+
|
|
3404
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3405
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3406
|
+
in the Software without restriction, including without limitation the rights
|
|
3407
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3408
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3409
|
+
furnished to do so, subject to the following conditions:
|
|
3410
|
+
|
|
3411
|
+
The above copyright notice and this permission notice shall be included in
|
|
3412
|
+
all copies or substantial portions of the Software.
|
|
3413
|
+
|
|
3414
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3415
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3416
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3417
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3418
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3419
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3420
|
+
THE SOFTWARE.
|
|
3421
|
+
|
|
3422
|
+
````
|
|
3423
|
+
|
|
3424
|
+
---
|
|
3425
|
+
|
|
3426
|
+
## The following dependencies are licensed under the MIT License:
|
|
3427
|
+
|
|
3428
|
+
### NPM Packages:
|
|
3429
|
+
|
|
3430
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3431
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3432
|
+
|
|
3433
|
+
````text
|
|
3434
|
+
MIT License
|
|
3435
|
+
|
|
3436
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3437
|
+
|
|
3438
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3439
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3440
|
+
in the Software without restriction, including without limitation the rights
|
|
3441
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3442
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3443
|
+
furnished to do so, subject to the following conditions:
|
|
3444
|
+
|
|
3445
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3446
|
+
copies or substantial portions of the Software.
|
|
3447
|
+
|
|
3448
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3449
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3450
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3451
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3452
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3453
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3454
|
+
SOFTWARE.
|
|
3455
|
+
|
|
3456
|
+
````
|
|
3457
|
+
|
|
3458
|
+
---
|
|
3459
|
+
|
|
3460
|
+
## The following dependencies are licensed under the MIT License:
|
|
3461
|
+
|
|
3462
|
+
### Rust Crates:
|
|
3463
|
+
|
|
3464
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3465
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3466
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3467
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3468
|
+
|
|
3469
|
+
````text
|
|
3470
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3612
3471
|
|
|
3613
3472
|
Permission is hereby granted, free of charge, to any
|
|
3614
3473
|
person obtaining a copy of this software and associated
|
|
@@ -3642,33 +3501,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3642
3501
|
|
|
3643
3502
|
### Rust Crates:
|
|
3644
3503
|
|
|
3645
|
-
- [
|
|
3646
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3647
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3648
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3649
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3650
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3651
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3504
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3652
3505
|
|
|
3653
3506
|
````text
|
|
3654
3507
|
MIT License
|
|
3655
3508
|
|
|
3656
|
-
Copyright (c)
|
|
3509
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
3510
|
+
Copyright (c) Tokio Contributors
|
|
3657
3511
|
|
|
3658
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3659
|
-
associated documentation files (the "Software"), to deal
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3512
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3513
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3514
|
+
in the Software without restriction, including without limitation the rights
|
|
3515
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3516
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3517
|
+
furnished to do so, subject to the following conditions:
|
|
3663
3518
|
|
|
3664
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3665
|
-
portions of the Software.
|
|
3519
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3520
|
+
copies or substantial portions of the Software.
|
|
3666
3521
|
|
|
3667
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3668
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3522
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3523
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3524
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3525
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3526
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3527
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3528
|
+
SOFTWARE.
|
|
3672
3529
|
|
|
3673
3530
|
````
|
|
3674
3531
|
|
|
@@ -3678,34 +3535,30 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3678
3535
|
|
|
3679
3536
|
### Rust Crates:
|
|
3680
3537
|
|
|
3681
|
-
- [
|
|
3538
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3682
3539
|
|
|
3683
3540
|
````text
|
|
3684
|
-
Copyright (c)
|
|
3541
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3542
|
+
Copyright (c) 2016 Alex Crichton
|
|
3685
3543
|
|
|
3686
|
-
Permission is hereby granted, free of charge, to any
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
the Software, and to permit persons to whom the Software
|
|
3693
|
-
is furnished to do so, subject to the following
|
|
3694
|
-
conditions:
|
|
3544
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3545
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3546
|
+
in the Software without restriction, including without limitation the rights
|
|
3547
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3548
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3549
|
+
furnished to do so, subject to the following conditions:
|
|
3695
3550
|
|
|
3696
|
-
The above copyright notice and this permission notice
|
|
3697
|
-
|
|
3698
|
-
|
|
3551
|
+
The above copyright notice and this permission notice shall be included in
|
|
3552
|
+
all copies or substantial portions of the Software.
|
|
3553
|
+
|
|
3554
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3555
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3556
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3557
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3558
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3559
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3560
|
+
THE SOFTWARE.
|
|
3699
3561
|
|
|
3700
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3701
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3702
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3703
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3704
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3705
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3706
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3707
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3708
|
-
DEALINGS IN THE SOFTWARE.
|
|
3709
3562
|
|
|
3710
3563
|
````
|
|
3711
3564
|
|
|
@@ -3715,32 +3568,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3715
3568
|
|
|
3716
3569
|
### Rust Crates:
|
|
3717
3570
|
|
|
3718
|
-
- [
|
|
3571
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3719
3572
|
|
|
3720
3573
|
````text
|
|
3721
|
-
The MIT License (MIT)
|
|
3722
|
-
|
|
3723
|
-
Copyright (c)
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3738
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3739
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
3740
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3741
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3742
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3743
|
-
|
|
3574
|
+
The MIT License (MIT)
|
|
3575
|
+
|
|
3576
|
+
Copyright (c) 2015 Danny Guo
|
|
3577
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3578
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3579
|
+
|
|
3580
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3581
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3582
|
+
in the Software without restriction, including without limitation the rights
|
|
3583
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3584
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3585
|
+
furnished to do so, subject to the following conditions:
|
|
3586
|
+
|
|
3587
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3588
|
+
copies or substantial portions of the Software.
|
|
3589
|
+
|
|
3590
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3591
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3592
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3593
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3594
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3595
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3596
|
+
SOFTWARE.
|
|
3744
3597
|
|
|
3745
3598
|
````
|
|
3746
3599
|
|
|
@@ -3750,16 +3603,29 @@ THE SOFTWARE.
|
|
|
3750
3603
|
|
|
3751
3604
|
### Rust Crates:
|
|
3752
3605
|
|
|
3753
|
-
- [
|
|
3606
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
3607
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3754
3608
|
|
|
3755
3609
|
````text
|
|
3756
|
-
Copyright
|
|
3610
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
3757
3611
|
|
|
3758
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3612
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3613
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3614
|
+
in the Software without restriction, including without limitation the rights
|
|
3615
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3616
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3617
|
+
furnished to do so, subject to the following conditions:
|
|
3759
3618
|
|
|
3760
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3619
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3620
|
+
copies or substantial portions of the Software.
|
|
3761
3621
|
|
|
3762
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3622
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3623
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3624
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3625
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3626
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3627
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3628
|
+
SOFTWARE.
|
|
3763
3629
|
|
|
3764
3630
|
````
|
|
3765
3631
|
|
|
@@ -3769,10 +3635,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3769
3635
|
|
|
3770
3636
|
### Rust Crates:
|
|
3771
3637
|
|
|
3772
|
-
- [
|
|
3638
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3773
3639
|
|
|
3774
3640
|
````text
|
|
3775
|
-
Copyright (c)
|
|
3641
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3642
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3776
3643
|
|
|
3777
3644
|
Permission is hereby granted, free of charge, to any
|
|
3778
3645
|
person obtaining a copy of this software and associated
|
|
@@ -3806,10 +3673,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3806
3673
|
|
|
3807
3674
|
### Rust Crates:
|
|
3808
3675
|
|
|
3809
|
-
- [
|
|
3676
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3810
3677
|
|
|
3811
3678
|
````text
|
|
3812
|
-
Copyright (c)
|
|
3679
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3813
3680
|
|
|
3814
3681
|
Permission is hereby granted, free of charge, to any
|
|
3815
3682
|
person obtaining a copy of this software and associated
|
|
@@ -3843,30 +3710,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3843
3710
|
|
|
3844
3711
|
### Rust Crates:
|
|
3845
3712
|
|
|
3846
|
-
- [
|
|
3713
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3847
3714
|
|
|
3848
3715
|
````text
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
3716
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3852
3717
|
|
|
3853
|
-
Permission is hereby granted, free of charge, to any
|
|
3854
|
-
of this software and associated
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3718
|
+
Permission is hereby granted, free of charge, to any
|
|
3719
|
+
person obtaining a copy of this software and associated
|
|
3720
|
+
documentation files (the "Software"), to deal in the
|
|
3721
|
+
Software without restriction, including without
|
|
3722
|
+
limitation the rights to use, copy, modify, merge,
|
|
3723
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3724
|
+
the Software, and to permit persons to whom the Software
|
|
3725
|
+
is furnished to do so, subject to the following
|
|
3726
|
+
conditions:
|
|
3859
3727
|
|
|
3860
|
-
The above copyright notice and this permission notice
|
|
3861
|
-
copies or substantial portions
|
|
3728
|
+
The above copyright notice and this permission notice
|
|
3729
|
+
shall be included in all copies or substantial portions
|
|
3730
|
+
of the Software.
|
|
3862
3731
|
|
|
3863
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3864
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3732
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3733
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3734
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3735
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3736
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3737
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3738
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3739
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3740
|
+
DEALINGS IN THE SOFTWARE.
|
|
3870
3741
|
|
|
3871
3742
|
````
|
|
3872
3743
|
|
|
@@ -3874,33 +3745,72 @@ SOFTWARE.
|
|
|
3874
3745
|
|
|
3875
3746
|
## The following dependencies are licensed under the MIT License:
|
|
3876
3747
|
|
|
3877
|
-
###
|
|
3748
|
+
### Rust Crates:
|
|
3878
3749
|
|
|
3879
|
-
- [
|
|
3750
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3880
3751
|
|
|
3881
3752
|
````text
|
|
3882
|
-
The
|
|
3753
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3883
3754
|
|
|
3884
|
-
|
|
3755
|
+
Permission is hereby granted, free of charge, to any
|
|
3756
|
+
person obtaining a copy of this software and associated
|
|
3757
|
+
documentation files (the "Software"), to deal in the
|
|
3758
|
+
Software without restriction, including without
|
|
3759
|
+
limitation the rights to use, copy, modify, merge,
|
|
3760
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3761
|
+
the Software, and to permit persons to whom the Software
|
|
3762
|
+
is furnished to do so, subject to the following
|
|
3763
|
+
conditions:
|
|
3885
3764
|
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3890
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3891
|
-
furnished to do so, subject to the following conditions:
|
|
3765
|
+
The above copyright notice and this permission notice
|
|
3766
|
+
shall be included in all copies or substantial portions
|
|
3767
|
+
of the Software.
|
|
3892
3768
|
|
|
3893
|
-
|
|
3894
|
-
|
|
3769
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3770
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3771
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3772
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3773
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3774
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3775
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3776
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3777
|
+
DEALINGS IN THE SOFTWARE.
|
|
3895
3778
|
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3779
|
+
````
|
|
3780
|
+
|
|
3781
|
+
---
|
|
3782
|
+
|
|
3783
|
+
## The following dependencies are licensed under the MIT License:
|
|
3784
|
+
|
|
3785
|
+
### Rust Crates:
|
|
3786
|
+
|
|
3787
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3788
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3789
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3790
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3791
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3792
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3793
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3794
|
+
|
|
3795
|
+
````text
|
|
3796
|
+
MIT License
|
|
3797
|
+
|
|
3798
|
+
Copyright (c) <year> <copyright holders>
|
|
3799
|
+
|
|
3800
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3801
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3802
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3803
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3804
|
+
following conditions:
|
|
3805
|
+
|
|
3806
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3807
|
+
portions of the Software.
|
|
3903
3808
|
|
|
3809
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3810
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3811
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3812
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3813
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3904
3814
|
|
|
3905
3815
|
````
|
|
3906
3816
|
|
|
@@ -3910,11 +3820,10 @@ SOFTWARE.
|
|
|
3910
3820
|
|
|
3911
3821
|
### Rust Crates:
|
|
3912
3822
|
|
|
3913
|
-
- [
|
|
3823
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3914
3824
|
|
|
3915
3825
|
````text
|
|
3916
|
-
Copyright (c)
|
|
3917
|
-
Copyright (c) 2016 Jason Housley
|
|
3826
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3918
3827
|
|
|
3919
3828
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3920
3829
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3942,48 +3851,10 @@ THE SOFTWARE.
|
|
|
3942
3851
|
|
|
3943
3852
|
### Rust Crates:
|
|
3944
3853
|
|
|
3945
|
-
- [
|
|
3946
|
-
|
|
3947
|
-
````text
|
|
3948
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3949
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3950
|
-
|
|
3951
|
-
Permission is hereby granted, free of charge, to any
|
|
3952
|
-
person obtaining a copy of this software and associated
|
|
3953
|
-
documentation files (the "Software"), to deal in the
|
|
3954
|
-
Software without restriction, including without
|
|
3955
|
-
limitation the rights to use, copy, modify, merge,
|
|
3956
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3957
|
-
the Software, and to permit persons to whom the Software
|
|
3958
|
-
is furnished to do so, subject to the following
|
|
3959
|
-
conditions:
|
|
3960
|
-
|
|
3961
|
-
The above copyright notice and this permission notice
|
|
3962
|
-
shall be included in all copies or substantial portions
|
|
3963
|
-
of the Software.
|
|
3964
|
-
|
|
3965
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3966
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3967
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3968
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3969
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3970
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3971
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3972
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3973
|
-
DEALINGS IN THE SOFTWARE.
|
|
3974
|
-
|
|
3975
|
-
````
|
|
3976
|
-
|
|
3977
|
-
---
|
|
3978
|
-
|
|
3979
|
-
## The following dependencies are licensed under the MIT License:
|
|
3980
|
-
|
|
3981
|
-
### Rust Crates:
|
|
3982
|
-
|
|
3983
|
-
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3854
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3984
3855
|
|
|
3985
3856
|
````text
|
|
3986
|
-
Copyright (c)
|
|
3857
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3987
3858
|
|
|
3988
3859
|
Permission is hereby granted, free of charge, to any
|
|
3989
3860
|
person obtaining a copy of this software and associated
|
|
@@ -4015,37 +3886,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4015
3886
|
|
|
4016
3887
|
## The following dependencies are licensed under the MIT License:
|
|
4017
3888
|
|
|
4018
|
-
###
|
|
3889
|
+
### NPM Packages:
|
|
4019
3890
|
|
|
4020
|
-
- [
|
|
4021
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3891
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4022
3892
|
|
|
4023
3893
|
````text
|
|
4024
|
-
|
|
3894
|
+
This software is released under the MIT license:
|
|
4025
3895
|
|
|
4026
|
-
Permission is hereby granted, free of charge, to any
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
the Software, and to permit persons to whom the Software
|
|
4033
|
-
is furnished to do so, subject to the following
|
|
4034
|
-
conditions:
|
|
3896
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3897
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3898
|
+
the Software without restriction, including without limitation the rights to
|
|
3899
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3900
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3901
|
+
subject to the following conditions:
|
|
4035
3902
|
|
|
4036
|
-
The above copyright notice and this permission notice
|
|
4037
|
-
|
|
4038
|
-
of the Software.
|
|
3903
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3904
|
+
copies or substantial portions of the Software.
|
|
4039
3905
|
|
|
4040
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4047
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4048
|
-
DEALINGS IN THE SOFTWARE.
|
|
3906
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3907
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3908
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3909
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3910
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3911
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4049
3912
|
|
|
4050
3913
|
````
|
|
4051
3914
|
|
|
@@ -4055,11 +3918,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4055
3918
|
|
|
4056
3919
|
### Rust Crates:
|
|
4057
3920
|
|
|
4058
|
-
- [
|
|
3921
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
4059
3922
|
|
|
4060
3923
|
````text
|
|
4061
|
-
Copyright (c)
|
|
4062
|
-
Copyright (c)
|
|
3924
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3925
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
4063
3926
|
|
|
4064
3927
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4065
3928
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4068,16 +3931,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4068
3931
|
copies of the Software, and to permit persons to whom the Software is
|
|
4069
3932
|
furnished to do so, subject to the following conditions:
|
|
4070
3933
|
|
|
4071
|
-
The above copyright notice and this permission notice shall be included in
|
|
4072
|
-
copies or substantial portions of the Software.
|
|
3934
|
+
The above copyright notice and this permission notice shall be included in
|
|
3935
|
+
all copies or substantial portions of the Software.
|
|
4073
3936
|
|
|
4074
3937
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4075
3938
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4076
3939
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4077
3940
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4078
3941
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4079
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4080
|
-
SOFTWARE.
|
|
3942
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3943
|
+
THE SOFTWARE.
|
|
4081
3944
|
|
|
4082
3945
|
````
|
|
4083
3946
|
|
|
@@ -4087,13 +3950,12 @@ SOFTWARE.
|
|
|
4087
3950
|
|
|
4088
3951
|
### Rust Crates:
|
|
4089
3952
|
|
|
4090
|
-
- [
|
|
4091
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3953
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
4092
3954
|
|
|
4093
3955
|
````text
|
|
4094
3956
|
MIT License
|
|
4095
3957
|
|
|
4096
|
-
Copyright (c)
|
|
3958
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
4097
3959
|
|
|
4098
3960
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4099
3961
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4121,12 +3983,49 @@ SOFTWARE.
|
|
|
4121
3983
|
|
|
4122
3984
|
### Rust Crates:
|
|
4123
3985
|
|
|
4124
|
-
- [
|
|
3986
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3987
|
+
|
|
3988
|
+
````text
|
|
3989
|
+
Copyright (c) The Rust Project Developers
|
|
3990
|
+
|
|
3991
|
+
Permission is hereby granted, free of charge, to any
|
|
3992
|
+
person obtaining a copy of this software and associated
|
|
3993
|
+
documentation files (the "Software"), to deal in the
|
|
3994
|
+
Software without restriction, including without
|
|
3995
|
+
limitation the rights to use, copy, modify, merge,
|
|
3996
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3997
|
+
the Software, and to permit persons to whom the Software
|
|
3998
|
+
is furnished to do so, subject to the following
|
|
3999
|
+
conditions:
|
|
4000
|
+
|
|
4001
|
+
The above copyright notice and this permission notice
|
|
4002
|
+
shall be included in all copies or substantial portions
|
|
4003
|
+
of the Software.
|
|
4004
|
+
|
|
4005
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4006
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4007
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4008
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4009
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4010
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4011
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4012
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4013
|
+
DEALINGS IN THE SOFTWARE.
|
|
4014
|
+
|
|
4015
|
+
````
|
|
4016
|
+
|
|
4017
|
+
---
|
|
4018
|
+
|
|
4019
|
+
## The following dependencies are licensed under the MIT License:
|
|
4020
|
+
|
|
4021
|
+
### Rust Crates:
|
|
4022
|
+
|
|
4023
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
4125
4024
|
|
|
4126
4025
|
````text
|
|
4127
4026
|
MIT License
|
|
4128
4027
|
|
|
4129
|
-
Copyright (c)
|
|
4028
|
+
Copyright (c) 2025 rutrum
|
|
4130
4029
|
|
|
4131
4030
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4132
4031
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4145,7 +4044,38 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
4145
4044
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4146
4045
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4147
4046
|
SOFTWARE.
|
|
4047
|
+
````
|
|
4048
|
+
|
|
4049
|
+
---
|
|
4050
|
+
|
|
4051
|
+
## The following dependencies are licensed under the MIT License:
|
|
4052
|
+
|
|
4053
|
+
### Rust Crates:
|
|
4054
|
+
|
|
4055
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
4148
4056
|
|
|
4057
|
+
````text
|
|
4058
|
+
The MIT License (MIT)
|
|
4059
|
+
|
|
4060
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
4061
|
+
|
|
4062
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4063
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4064
|
+
in the Software without restriction, including without limitation the rights
|
|
4065
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4066
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4067
|
+
furnished to do so, subject to the following conditions:
|
|
4068
|
+
|
|
4069
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4070
|
+
copies or substantial portions of the Software.
|
|
4071
|
+
|
|
4072
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4073
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4074
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4075
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4076
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4077
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4078
|
+
SOFTWARE.
|
|
4149
4079
|
````
|
|
4150
4080
|
|
|
4151
4081
|
---
|
|
@@ -4154,10 +4084,10 @@ SOFTWARE.
|
|
|
4154
4084
|
|
|
4155
4085
|
### Rust Crates:
|
|
4156
4086
|
|
|
4157
|
-
- [
|
|
4087
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
4158
4088
|
|
|
4159
4089
|
````text
|
|
4160
|
-
Copyright
|
|
4090
|
+
Copyright (c) 2019 Carl Lerche
|
|
4161
4091
|
|
|
4162
4092
|
Permission is hereby granted, free of charge, to any
|
|
4163
4093
|
person obtaining a copy of this software and associated
|
|
@@ -4183,7 +4113,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
4183
4113
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4184
4114
|
DEALINGS IN THE SOFTWARE.
|
|
4185
4115
|
|
|
4186
|
-
|
|
4187
4116
|
````
|
|
4188
4117
|
|
|
4189
4118
|
---
|
|
@@ -4192,31 +4121,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4192
4121
|
|
|
4193
4122
|
### Rust Crates:
|
|
4194
4123
|
|
|
4195
|
-
- [
|
|
4124
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
4196
4125
|
|
|
4197
4126
|
````text
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
4201
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
4127
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
4202
4128
|
|
|
4203
|
-
Permission is hereby granted, free of charge, to any
|
|
4204
|
-
of this software and associated
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4129
|
+
Permission is hereby granted, free of charge, to any
|
|
4130
|
+
person obtaining a copy of this software and associated
|
|
4131
|
+
documentation files (the "Software"), to deal in the
|
|
4132
|
+
Software without restriction, including without
|
|
4133
|
+
limitation the rights to use, copy, modify, merge,
|
|
4134
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4135
|
+
the Software, and to permit persons to whom the Software
|
|
4136
|
+
is furnished to do so, subject to the following
|
|
4137
|
+
conditions:
|
|
4209
4138
|
|
|
4210
|
-
The above copyright notice and this permission notice
|
|
4211
|
-
copies or substantial portions
|
|
4139
|
+
The above copyright notice and this permission notice
|
|
4140
|
+
shall be included in all copies or substantial portions
|
|
4141
|
+
of the Software.
|
|
4212
4142
|
|
|
4213
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4214
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4143
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4144
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4145
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4146
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4147
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4148
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4149
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4150
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4151
|
+
DEALINGS IN THE SOFTWARE.
|
|
4220
4152
|
|
|
4221
4153
|
````
|
|
4222
4154
|
|
|
@@ -4226,10 +4158,10 @@ SOFTWARE.
|
|
|
4226
4158
|
|
|
4227
4159
|
### Rust Crates:
|
|
4228
4160
|
|
|
4229
|
-
- [
|
|
4161
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
4230
4162
|
|
|
4231
4163
|
````text
|
|
4232
|
-
Copyright (c) 2017
|
|
4164
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
4233
4165
|
|
|
4234
4166
|
Permission is hereby granted, free of charge, to any
|
|
4235
4167
|
person obtaining a copy of this software and associated
|
|
@@ -4259,6 +4191,74 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4259
4191
|
|
|
4260
4192
|
---
|
|
4261
4193
|
|
|
4194
|
+
## The following dependencies are licensed under the MIT License:
|
|
4195
|
+
|
|
4196
|
+
### NPM Packages:
|
|
4197
|
+
|
|
4198
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
4199
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
4200
|
+
|
|
4201
|
+
````text
|
|
4202
|
+
MIT License
|
|
4203
|
+
|
|
4204
|
+
Copyright (c) Microsoft Corporation.
|
|
4205
|
+
|
|
4206
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4207
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4208
|
+
in the Software without restriction, including without limitation the rights
|
|
4209
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4210
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4211
|
+
furnished to do so, subject to the following conditions:
|
|
4212
|
+
|
|
4213
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4214
|
+
copies or substantial portions of the Software.
|
|
4215
|
+
|
|
4216
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4217
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4218
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4219
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4220
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4221
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4222
|
+
SOFTWARE
|
|
4223
|
+
|
|
4224
|
+
````
|
|
4225
|
+
|
|
4226
|
+
---
|
|
4227
|
+
|
|
4228
|
+
## The following dependencies are licensed under the MIT License:
|
|
4229
|
+
|
|
4230
|
+
### Rust Crates:
|
|
4231
|
+
|
|
4232
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
4233
|
+
|
|
4234
|
+
````text
|
|
4235
|
+
The MIT License (MIT)
|
|
4236
|
+
|
|
4237
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
4238
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
4239
|
+
|
|
4240
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4241
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4242
|
+
in the Software without restriction, including without limitation the rights
|
|
4243
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4244
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4245
|
+
furnished to do so, subject to the following conditions:
|
|
4246
|
+
|
|
4247
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4248
|
+
copies or substantial portions of the Software.
|
|
4249
|
+
|
|
4250
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4251
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4252
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4253
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4254
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4255
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4256
|
+
SOFTWARE.
|
|
4257
|
+
|
|
4258
|
+
````
|
|
4259
|
+
|
|
4260
|
+
---
|
|
4261
|
+
|
|
4262
4262
|
## The following dependencies are licensed under the MPL-2.0 License:
|
|
4263
4263
|
|
|
4264
4264
|
### Rust Crates:
|
|
@@ -4648,7 +4648,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4648
4648
|
|
|
4649
4649
|
### NPM Packages:
|
|
4650
4650
|
|
|
4651
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.
|
|
4651
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4652
4652
|
|
|
4653
4653
|
````text
|
|
4654
4654
|
Please refer to the package README for license details.
|