@deveco-codegenie/mcp-bridge-win32-x64 1.1.0 → 1.1.2
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 +1259 -1259
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -210,9 +210,7 @@ limitations under the License.
|
|
|
210
210
|
|
|
211
211
|
### Rust Crates:
|
|
212
212
|
|
|
213
|
-
- [
|
|
214
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
215
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
213
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
216
214
|
|
|
217
215
|
````text
|
|
218
216
|
Apache License
|
|
@@ -403,7 +401,7 @@ limitations under the License.
|
|
|
403
401
|
same "printed page" as the copyright notice for easier
|
|
404
402
|
identification within third-party archives.
|
|
405
403
|
|
|
406
|
-
Copyright
|
|
404
|
+
Copyright 2011 Google Inc.
|
|
407
405
|
|
|
408
406
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
409
407
|
you may not use this file except in compliance with the License.
|
|
@@ -425,7 +423,9 @@ limitations under the License.
|
|
|
425
423
|
|
|
426
424
|
### Rust Crates:
|
|
427
425
|
|
|
428
|
-
- [
|
|
426
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
427
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
428
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
429
429
|
|
|
430
430
|
````text
|
|
431
431
|
Apache License
|
|
@@ -616,7 +616,7 @@ limitations under the License.
|
|
|
616
616
|
same "printed page" as the copyright notice for easier
|
|
617
617
|
identification within third-party archives.
|
|
618
618
|
|
|
619
|
-
Copyright
|
|
619
|
+
Copyright [yyyy] [name of copyright owner]
|
|
620
620
|
|
|
621
621
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
622
622
|
you may not use this file except in compliance with the License.
|
|
@@ -638,49 +638,6 @@ limitations under the License.
|
|
|
638
638
|
|
|
639
639
|
### NPM Packages:
|
|
640
640
|
|
|
641
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.0)
|
|
642
|
-
|
|
643
|
-
````text
|
|
644
|
-
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
645
|
-
Copyright (c) 2021-present The Fastify team
|
|
646
|
-
All rights reserved.
|
|
647
|
-
|
|
648
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
649
|
-
|
|
650
|
-
Redistribution and use in source and binary forms, with or without
|
|
651
|
-
modification, are permitted provided that the following conditions are met:
|
|
652
|
-
* Redistributions of source code must retain the above copyright
|
|
653
|
-
notice, this list of conditions and the following disclaimer.
|
|
654
|
-
* Redistributions in binary form must reproduce the above copyright
|
|
655
|
-
notice, this list of conditions and the following disclaimer in the
|
|
656
|
-
documentation and/or other materials provided with the distribution.
|
|
657
|
-
* The names of any contributors may not be used to endorse or promote
|
|
658
|
-
products derived from this software without specific prior written
|
|
659
|
-
permission.
|
|
660
|
-
|
|
661
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
662
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
663
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
664
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
|
|
665
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
666
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
667
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
668
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
669
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
670
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
671
|
-
|
|
672
|
-
* * *
|
|
673
|
-
|
|
674
|
-
The complete list of contributors can be found at:
|
|
675
|
-
- https://github.com/garycourt/uri-js/graphs/contributors
|
|
676
|
-
````
|
|
677
|
-
|
|
678
|
-
---
|
|
679
|
-
|
|
680
|
-
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
681
|
-
|
|
682
|
-
### NPM Packages:
|
|
683
|
-
|
|
684
641
|
- [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
|
|
685
642
|
|
|
686
643
|
````text
|
|
@@ -714,14 +671,45 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
714
671
|
|
|
715
672
|
---
|
|
716
673
|
|
|
717
|
-
## The following dependencies are licensed under the
|
|
674
|
+
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
718
675
|
|
|
719
676
|
### NPM Packages:
|
|
720
677
|
|
|
721
|
-
- [
|
|
678
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.0)
|
|
722
679
|
|
|
723
680
|
````text
|
|
724
|
-
|
|
681
|
+
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
682
|
+
Copyright (c) 2021-present The Fastify team
|
|
683
|
+
All rights reserved.
|
|
684
|
+
|
|
685
|
+
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
686
|
+
|
|
687
|
+
Redistribution and use in source and binary forms, with or without
|
|
688
|
+
modification, are permitted provided that the following conditions are met:
|
|
689
|
+
* Redistributions of source code must retain the above copyright
|
|
690
|
+
notice, this list of conditions and the following disclaimer.
|
|
691
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
692
|
+
notice, this list of conditions and the following disclaimer in the
|
|
693
|
+
documentation and/or other materials provided with the distribution.
|
|
694
|
+
* The names of any contributors may not be used to endorse or promote
|
|
695
|
+
products derived from this software without specific prior written
|
|
696
|
+
permission.
|
|
697
|
+
|
|
698
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
699
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
700
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
701
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
|
|
702
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
703
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
704
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
705
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
706
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
707
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
708
|
+
|
|
709
|
+
* * *
|
|
710
|
+
|
|
711
|
+
The complete list of contributors can be found at:
|
|
712
|
+
- https://github.com/garycourt/uri-js/graphs/contributors
|
|
725
713
|
````
|
|
726
714
|
|
|
727
715
|
---
|
|
@@ -777,39 +765,14 @@ THIS SOFTWARE.
|
|
|
777
765
|
|
|
778
766
|
---
|
|
779
767
|
|
|
780
|
-
## The following dependencies are licensed under the
|
|
768
|
+
## The following dependencies are licensed under the ISC License:
|
|
781
769
|
|
|
782
|
-
###
|
|
770
|
+
### NPM Packages:
|
|
783
771
|
|
|
784
|
-
- [
|
|
772
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.3) (0.0.3)
|
|
785
773
|
|
|
786
774
|
````text
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
Permission is hereby granted, free of charge, to any
|
|
790
|
-
person obtaining a copy of this software and associated
|
|
791
|
-
documentation files (the "Software"), to deal in the
|
|
792
|
-
Software without restriction, including without
|
|
793
|
-
limitation the rights to use, copy, modify, merge,
|
|
794
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
795
|
-
the Software, and to permit persons to whom the Software
|
|
796
|
-
is furnished to do so, subject to the following
|
|
797
|
-
conditions:
|
|
798
|
-
|
|
799
|
-
The above copyright notice and this permission notice
|
|
800
|
-
shall be included in all copies or substantial portions
|
|
801
|
-
of the Software.
|
|
802
|
-
|
|
803
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
804
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
805
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
806
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
807
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
808
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
809
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
810
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
811
|
-
DEALINGS IN THE SOFTWARE.
|
|
812
|
-
|
|
775
|
+
Please refer to the package README for license details.
|
|
813
776
|
````
|
|
814
777
|
|
|
815
778
|
---
|
|
@@ -818,15 +781,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
818
781
|
|
|
819
782
|
### Rust Crates:
|
|
820
783
|
|
|
821
|
-
- [
|
|
822
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
823
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
824
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
784
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
825
785
|
|
|
826
786
|
````text
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
Copyright (c) 2015 Andrew Gallant
|
|
787
|
+
Copyright (c) 2018 directories-rs contributors
|
|
830
788
|
|
|
831
789
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
832
790
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -835,16 +793,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
835
793
|
copies of the Software, and to permit persons to whom the Software is
|
|
836
794
|
furnished to do so, subject to the following conditions:
|
|
837
795
|
|
|
838
|
-
The above copyright notice and this permission notice shall be included in
|
|
839
|
-
|
|
796
|
+
The above copyright notice and this permission notice shall be included in all
|
|
797
|
+
copies or substantial portions of the Software.
|
|
840
798
|
|
|
841
799
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
842
800
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
843
801
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
844
802
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
845
803
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
846
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
847
|
-
|
|
804
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
805
|
+
SOFTWARE.
|
|
848
806
|
|
|
849
807
|
````
|
|
850
808
|
|
|
@@ -854,30 +812,17 @@ THE SOFTWARE.
|
|
|
854
812
|
|
|
855
813
|
### Rust Crates:
|
|
856
814
|
|
|
857
|
-
- [
|
|
815
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
858
816
|
|
|
859
817
|
````text
|
|
860
|
-
|
|
818
|
+
Copyright (c) 2015 steffengy
|
|
861
819
|
|
|
862
|
-
|
|
820
|
+
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:
|
|
863
821
|
|
|
864
|
-
|
|
865
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
866
|
-
in the Software without restriction, including without limitation the rights
|
|
867
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
868
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
869
|
-
furnished to do so, subject to the following conditions:
|
|
822
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
870
823
|
|
|
871
|
-
|
|
872
|
-
copies or substantial portions of the Software.
|
|
824
|
+
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.
|
|
873
825
|
|
|
874
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
875
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
876
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
877
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
878
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
879
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
880
|
-
SOFTWARE.
|
|
881
826
|
````
|
|
882
827
|
|
|
883
828
|
---
|
|
@@ -886,10 +831,16 @@ SOFTWARE.
|
|
|
886
831
|
|
|
887
832
|
### Rust Crates:
|
|
888
833
|
|
|
889
|
-
- [
|
|
834
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
835
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
836
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
837
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
838
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
839
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
890
840
|
|
|
891
841
|
````text
|
|
892
|
-
Copyright
|
|
842
|
+
Copyright 2018 Developers of the Rand project
|
|
843
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
893
844
|
|
|
894
845
|
Permission is hereby granted, free of charge, to any
|
|
895
846
|
person obtaining a copy of this software and associated
|
|
@@ -923,13 +874,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
923
874
|
|
|
924
875
|
### Rust Crates:
|
|
925
876
|
|
|
926
|
-
- [
|
|
877
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
927
878
|
|
|
928
879
|
````text
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
932
|
-
Copyright (c) Tokio Contributors
|
|
880
|
+
Copyright (c) 2017 Sean McArthur
|
|
933
881
|
|
|
934
882
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
935
883
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -938,51 +886,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
938
886
|
copies of the Software, and to permit persons to whom the Software is
|
|
939
887
|
furnished to do so, subject to the following conditions:
|
|
940
888
|
|
|
941
|
-
The above copyright notice and this permission notice shall be included in
|
|
942
|
-
copies or substantial portions of the Software.
|
|
889
|
+
The above copyright notice and this permission notice shall be included in
|
|
890
|
+
all copies or substantial portions of the Software.
|
|
943
891
|
|
|
944
892
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
945
893
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
946
894
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
947
895
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
948
896
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
949
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
950
|
-
SOFTWARE.
|
|
951
|
-
|
|
952
|
-
````
|
|
953
|
-
|
|
954
|
-
---
|
|
955
|
-
|
|
956
|
-
## The following dependencies are licensed under the MIT License:
|
|
957
|
-
|
|
958
|
-
### Rust Crates:
|
|
959
|
-
|
|
960
|
-
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
897
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
898
|
+
THE SOFTWARE.
|
|
961
899
|
|
|
962
|
-
````text
|
|
963
|
-
The MIT License (MIT)
|
|
964
|
-
|
|
965
|
-
Copyright (c) 2016 Johann Tuffe
|
|
966
|
-
|
|
967
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
968
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
969
|
-
in the Software without restriction, including without limitation the rights
|
|
970
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
971
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
972
|
-
furnished to do so, subject to the following conditions:
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
The above copyright notice and this permission notice shall be included in
|
|
976
|
-
all copies or substantial portions of the Software.
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
980
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
981
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
982
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
983
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
984
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
985
|
-
THE SOFTWARE.
|
|
986
900
|
|
|
987
901
|
````
|
|
988
902
|
|
|
@@ -992,10 +906,10 @@ THE SOFTWARE.
|
|
|
992
906
|
|
|
993
907
|
### Rust Crates:
|
|
994
908
|
|
|
995
|
-
- [
|
|
909
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
996
910
|
|
|
997
911
|
````text
|
|
998
|
-
Copyright (c)
|
|
912
|
+
Copyright (c) 2017 Robert Grosse
|
|
999
913
|
|
|
1000
914
|
Permission is hereby granted, free of charge, to any
|
|
1001
915
|
person obtaining a copy of this software and associated
|
|
@@ -1020,7 +934,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1020
934
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1021
935
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1022
936
|
DEALINGS IN THE SOFTWARE.
|
|
1023
|
-
|
|
1024
937
|
````
|
|
1025
938
|
|
|
1026
939
|
---
|
|
@@ -1029,28 +942,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1029
942
|
|
|
1030
943
|
### Rust Crates:
|
|
1031
944
|
|
|
1032
|
-
- [
|
|
945
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1033
946
|
|
|
1034
947
|
````text
|
|
1035
|
-
Copyright
|
|
948
|
+
Copyright 2016 Nika Layzell
|
|
1036
949
|
|
|
1037
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1038
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1039
|
-
in the Software without restriction, including without limitation the rights
|
|
1040
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1041
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1042
|
-
furnished to do so, subject to the following conditions:
|
|
950
|
+
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:
|
|
1043
951
|
|
|
1044
|
-
The above copyright notice and this permission notice shall be included in
|
|
1045
|
-
all copies or substantial portions of the Software.
|
|
952
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1046
953
|
|
|
1047
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1048
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1049
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1050
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1051
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1052
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1053
|
-
THE SOFTWARE.
|
|
954
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1054
955
|
|
|
1055
956
|
````
|
|
1056
957
|
|
|
@@ -1058,47 +959,12 @@ THE SOFTWARE.
|
|
|
1058
959
|
|
|
1059
960
|
## The following dependencies are licensed under the MIT License:
|
|
1060
961
|
|
|
1061
|
-
###
|
|
962
|
+
### Rust Crates:
|
|
1062
963
|
|
|
1063
|
-
- [
|
|
964
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1064
965
|
|
|
1065
966
|
````text
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1069
|
-
|
|
1070
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1071
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1072
|
-
in the Software without restriction, including without limitation the rights
|
|
1073
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1074
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1075
|
-
furnished to do so, subject to the following conditions:
|
|
1076
|
-
|
|
1077
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1078
|
-
copies or substantial portions of the Software.
|
|
1079
|
-
|
|
1080
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1081
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1082
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1083
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1084
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1085
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1086
|
-
SOFTWARE.
|
|
1087
|
-
|
|
1088
|
-
[others]: https://github.com/json5/json5/contributors
|
|
1089
|
-
|
|
1090
|
-
````
|
|
1091
|
-
|
|
1092
|
-
---
|
|
1093
|
-
|
|
1094
|
-
## The following dependencies are licensed under the MIT License:
|
|
1095
|
-
|
|
1096
|
-
### Rust Crates:
|
|
1097
|
-
|
|
1098
|
-
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1099
|
-
|
|
1100
|
-
````text
|
|
1101
|
-
Copyright Mozilla Foundation
|
|
967
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1102
968
|
|
|
1103
969
|
Permission is hereby granted, free of charge, to any
|
|
1104
970
|
person obtaining a copy of this software and associated
|
|
@@ -1132,13 +998,44 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1132
998
|
|
|
1133
999
|
### NPM Packages:
|
|
1134
1000
|
|
|
1135
|
-
- [
|
|
1136
|
-
|
|
1001
|
+
- [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
|
|
1002
|
+
|
|
1003
|
+
````text
|
|
1004
|
+
pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
|
|
1005
|
+
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
1006
|
+
|
|
1007
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1008
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1009
|
+
in the Software without restriction, including without limitation the rights
|
|
1010
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1011
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1012
|
+
furnished to do so, subject to the following conditions:
|
|
1013
|
+
|
|
1014
|
+
The above copyright notice and this permission notice shall be included in
|
|
1015
|
+
all copies or substantial portions of the Software.
|
|
1016
|
+
|
|
1017
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1018
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1019
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1020
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1021
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1022
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1023
|
+
THE SOFTWARE.
|
|
1024
|
+
|
|
1025
|
+
````
|
|
1026
|
+
|
|
1027
|
+
---
|
|
1028
|
+
|
|
1029
|
+
## The following dependencies are licensed under the MIT License:
|
|
1030
|
+
|
|
1031
|
+
### Rust Crates:
|
|
1032
|
+
|
|
1033
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
1137
1034
|
|
|
1138
1035
|
````text
|
|
1139
1036
|
MIT License
|
|
1140
1037
|
|
|
1141
|
-
Copyright (c)
|
|
1038
|
+
Copyright (c) 2025 rutrum
|
|
1142
1039
|
|
|
1143
1040
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1144
1041
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1157,7 +1054,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1157
1054
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1158
1055
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1159
1056
|
SOFTWARE.
|
|
1160
|
-
|
|
1161
1057
|
````
|
|
1162
1058
|
|
|
1163
1059
|
---
|
|
@@ -1166,10 +1062,15 @@ SOFTWARE.
|
|
|
1166
1062
|
|
|
1167
1063
|
### Rust Crates:
|
|
1168
1064
|
|
|
1169
|
-
- [
|
|
1065
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1066
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1067
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1068
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1069
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1070
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1170
1071
|
|
|
1171
1072
|
````text
|
|
1172
|
-
Copyright (c) 2019
|
|
1073
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1173
1074
|
|
|
1174
1075
|
Permission is hereby granted, free of charge, to any
|
|
1175
1076
|
person obtaining a copy of this software and associated
|
|
@@ -1203,30 +1104,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1203
1104
|
|
|
1204
1105
|
### Rust Crates:
|
|
1205
1106
|
|
|
1206
|
-
- [
|
|
1107
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1207
1108
|
|
|
1208
1109
|
````text
|
|
1209
|
-
The
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
furnished to do so, subject to the following
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1110
|
+
Copyright (c) The Rust Project Developers
|
|
1111
|
+
|
|
1112
|
+
Permission is hereby granted, free of charge, to any
|
|
1113
|
+
person obtaining a copy of this software and associated
|
|
1114
|
+
documentation files (the "Software"), to deal in the
|
|
1115
|
+
Software without restriction, including without
|
|
1116
|
+
limitation the rights to use, copy, modify, merge,
|
|
1117
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1118
|
+
the Software, and to permit persons to whom the Software
|
|
1119
|
+
is furnished to do so, subject to the following
|
|
1120
|
+
conditions:
|
|
1121
|
+
|
|
1122
|
+
The above copyright notice and this permission notice
|
|
1123
|
+
shall be included in all copies or substantial portions
|
|
1124
|
+
of the Software.
|
|
1125
|
+
|
|
1126
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1127
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1128
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1129
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1130
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1131
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1132
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1133
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1134
|
+
DEALINGS IN THE SOFTWARE.
|
|
1135
|
+
|
|
1230
1136
|
````
|
|
1231
1137
|
|
|
1232
1138
|
---
|
|
@@ -1235,17 +1141,13 @@ SOFTWARE.
|
|
|
1235
1141
|
|
|
1236
1142
|
### Rust Crates:
|
|
1237
1143
|
|
|
1238
|
-
- [
|
|
1144
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1239
1145
|
|
|
1240
1146
|
````text
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
Includes parts of http date with the following copyright:
|
|
1244
|
-
Copyright (c) 2016 Pyfisch
|
|
1245
|
-
|
|
1246
|
-
Includes portions of musl libc with the following copyright:
|
|
1247
|
-
Copyright © 2005-2013 Rich Felker
|
|
1147
|
+
MIT License
|
|
1248
1148
|
|
|
1149
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1150
|
+
Copyright (c) Tokio Contributors
|
|
1249
1151
|
|
|
1250
1152
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1251
1153
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1273,12 +1175,74 @@ SOFTWARE.
|
|
|
1273
1175
|
|
|
1274
1176
|
### Rust Crates:
|
|
1275
1177
|
|
|
1276
|
-
- [
|
|
1178
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1179
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1180
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1181
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1182
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1183
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1184
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1185
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1186
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1187
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1188
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1189
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1190
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1191
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1192
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1193
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1194
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1195
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1196
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1197
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1198
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1199
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1200
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1201
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1202
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1203
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1204
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1205
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1206
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1207
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1277
1208
|
|
|
1278
1209
|
````text
|
|
1279
|
-
|
|
1210
|
+
Permission is hereby granted, free of charge, to any
|
|
1211
|
+
person obtaining a copy of this software and associated
|
|
1212
|
+
documentation files (the "Software"), to deal in the
|
|
1213
|
+
Software without restriction, including without
|
|
1214
|
+
limitation the rights to use, copy, modify, merge,
|
|
1215
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1216
|
+
the Software, and to permit persons to whom the Software
|
|
1217
|
+
is furnished to do so, subject to the following
|
|
1218
|
+
conditions:
|
|
1280
1219
|
|
|
1281
|
-
|
|
1220
|
+
The above copyright notice and this permission notice
|
|
1221
|
+
shall be included in all copies or substantial portions
|
|
1222
|
+
of the Software.
|
|
1223
|
+
|
|
1224
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1225
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1226
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1227
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1228
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1229
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1230
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1231
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1232
|
+
DEALINGS IN THE SOFTWARE.
|
|
1233
|
+
|
|
1234
|
+
````
|
|
1235
|
+
|
|
1236
|
+
---
|
|
1237
|
+
|
|
1238
|
+
## The following dependencies are licensed under the MIT License:
|
|
1239
|
+
|
|
1240
|
+
### Rust Crates:
|
|
1241
|
+
|
|
1242
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1243
|
+
|
|
1244
|
+
````text
|
|
1245
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1282
1246
|
|
|
1283
1247
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1284
1248
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1306,13 +1270,12 @@ THE SOFTWARE.
|
|
|
1306
1270
|
|
|
1307
1271
|
### Rust Crates:
|
|
1308
1272
|
|
|
1309
|
-
- [
|
|
1310
|
-
- [
|
|
1311
|
-
- [
|
|
1312
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1273
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1274
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1275
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1313
1276
|
|
|
1314
1277
|
````text
|
|
1315
|
-
Copyright (c)
|
|
1278
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1316
1279
|
|
|
1317
1280
|
Permission is hereby granted, free of charge, to any
|
|
1318
1281
|
person obtaining a copy of this software and associated
|
|
@@ -1344,60 +1307,26 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1344
1307
|
|
|
1345
1308
|
## The following dependencies are licensed under the MIT License:
|
|
1346
1309
|
|
|
1347
|
-
###
|
|
1310
|
+
### Rust Crates:
|
|
1348
1311
|
|
|
1349
|
-
- [
|
|
1350
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
1312
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1351
1313
|
|
|
1352
1314
|
````text
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
Copyright (c) Microsoft Corporation.
|
|
1315
|
+
Copyright (c) 2015 Steven Allen
|
|
1356
1316
|
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1317
|
+
Permission is hereby granted, free of charge, to any
|
|
1318
|
+
person obtaining a copy of this software and associated
|
|
1319
|
+
documentation files (the "Software"), to deal in the
|
|
1320
|
+
Software without restriction, including without
|
|
1321
|
+
limitation the rights to use, copy, modify, merge,
|
|
1322
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1323
|
+
the Software, and to permit persons to whom the Software
|
|
1324
|
+
is furnished to do so, subject to the following
|
|
1325
|
+
conditions:
|
|
1363
1326
|
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1368
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1369
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1370
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1371
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1372
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1373
|
-
SOFTWARE
|
|
1374
|
-
|
|
1375
|
-
````
|
|
1376
|
-
|
|
1377
|
-
---
|
|
1378
|
-
|
|
1379
|
-
## The following dependencies are licensed under the MIT License:
|
|
1380
|
-
|
|
1381
|
-
### Rust Crates:
|
|
1382
|
-
|
|
1383
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1384
|
-
|
|
1385
|
-
````text
|
|
1386
|
-
Copyright (c) 2019 Carl Lerche
|
|
1387
|
-
|
|
1388
|
-
Permission is hereby granted, free of charge, to any
|
|
1389
|
-
person obtaining a copy of this software and associated
|
|
1390
|
-
documentation files (the "Software"), to deal in the
|
|
1391
|
-
Software without restriction, including without
|
|
1392
|
-
limitation the rights to use, copy, modify, merge,
|
|
1393
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1394
|
-
the Software, and to permit persons to whom the Software
|
|
1395
|
-
is furnished to do so, subject to the following
|
|
1396
|
-
conditions:
|
|
1397
|
-
|
|
1398
|
-
The above copyright notice and this permission notice
|
|
1399
|
-
shall be included in all copies or substantial portions
|
|
1400
|
-
of the Software.
|
|
1327
|
+
The above copyright notice and this permission notice
|
|
1328
|
+
shall be included in all copies or substantial portions
|
|
1329
|
+
of the Software.
|
|
1401
1330
|
|
|
1402
1331
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1403
1332
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
@@ -1417,16 +1346,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1417
1346
|
|
|
1418
1347
|
### Rust Crates:
|
|
1419
1348
|
|
|
1420
|
-
- [
|
|
1349
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1421
1350
|
|
|
1422
1351
|
````text
|
|
1423
|
-
Copyright
|
|
1352
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1424
1353
|
|
|
1425
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1354
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1355
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1356
|
+
in the Software without restriction, including without limitation the rights
|
|
1357
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1358
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1359
|
+
furnished to do so, subject to the following conditions:
|
|
1426
1360
|
|
|
1427
|
-
The above copyright notice and this permission notice shall be included in
|
|
1361
|
+
The above copyright notice and this permission notice shall be included in
|
|
1362
|
+
all copies or substantial portions of the Software.
|
|
1363
|
+
|
|
1364
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1365
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1366
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1367
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1368
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1369
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1370
|
+
THE SOFTWARE.
|
|
1428
1371
|
|
|
1429
|
-
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.
|
|
1430
1372
|
|
|
1431
1373
|
````
|
|
1432
1374
|
|
|
@@ -1436,10 +1378,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1436
1378
|
|
|
1437
1379
|
### Rust Crates:
|
|
1438
1380
|
|
|
1439
|
-
- [
|
|
1381
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1440
1382
|
|
|
1441
1383
|
````text
|
|
1442
|
-
Copyright (c)
|
|
1384
|
+
Copyright (c) 2016--2023
|
|
1443
1385
|
|
|
1444
1386
|
Permission is hereby granted, free of charge, to any
|
|
1445
1387
|
person obtaining a copy of this software and associated
|
|
@@ -1471,12 +1413,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1471
1413
|
|
|
1472
1414
|
## The following dependencies are licensed under the MIT License:
|
|
1473
1415
|
|
|
1474
|
-
###
|
|
1416
|
+
### NPM Packages:
|
|
1475
1417
|
|
|
1476
|
-
- [
|
|
1418
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1477
1419
|
|
|
1478
1420
|
````text
|
|
1479
|
-
|
|
1421
|
+
The MIT License (MIT)
|
|
1422
|
+
|
|
1423
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1480
1424
|
|
|
1481
1425
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1482
1426
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1496,6 +1440,43 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1496
1440
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1497
1441
|
THE SOFTWARE.
|
|
1498
1442
|
|
|
1443
|
+
````
|
|
1444
|
+
|
|
1445
|
+
---
|
|
1446
|
+
|
|
1447
|
+
## The following dependencies are licensed under the MIT License:
|
|
1448
|
+
|
|
1449
|
+
### Rust Crates:
|
|
1450
|
+
|
|
1451
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1452
|
+
|
|
1453
|
+
````text
|
|
1454
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1455
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1456
|
+
|
|
1457
|
+
Permission is hereby granted, free of charge, to any
|
|
1458
|
+
person obtaining a copy of this software and associated
|
|
1459
|
+
documentation files (the "Software"), to deal in the
|
|
1460
|
+
Software without restriction, including without
|
|
1461
|
+
limitation the rights to use, copy, modify, merge,
|
|
1462
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1463
|
+
the Software, and to permit persons to whom the Software
|
|
1464
|
+
is furnished to do so, subject to the following
|
|
1465
|
+
conditions:
|
|
1466
|
+
|
|
1467
|
+
The above copyright notice and this permission notice
|
|
1468
|
+
shall be included in all copies or substantial portions
|
|
1469
|
+
of the Software.
|
|
1470
|
+
|
|
1471
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1472
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1473
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1474
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1475
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1476
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1477
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1478
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1479
|
+
DEALINGS IN THE SOFTWARE.
|
|
1499
1480
|
|
|
1500
1481
|
````
|
|
1501
1482
|
|
|
@@ -1505,11 +1486,10 @@ THE SOFTWARE.
|
|
|
1505
1486
|
|
|
1506
1487
|
### Rust Crates:
|
|
1507
1488
|
|
|
1508
|
-
- [
|
|
1489
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1509
1490
|
|
|
1510
1491
|
````text
|
|
1511
|
-
Copyright (c)
|
|
1512
|
-
Copyright (c) 2016 Jason Housley
|
|
1492
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1513
1493
|
|
|
1514
1494
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1515
1495
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1570,12 +1550,10 @@ SOFTWARE.
|
|
|
1570
1550
|
|
|
1571
1551
|
### Rust Crates:
|
|
1572
1552
|
|
|
1573
|
-
- [
|
|
1574
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1575
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1553
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1576
1554
|
|
|
1577
1555
|
````text
|
|
1578
|
-
Copyright (c)
|
|
1556
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1579
1557
|
|
|
1580
1558
|
Permission is hereby granted, free of charge, to any
|
|
1581
1559
|
person obtaining a copy of this software and associated
|
|
@@ -1609,10 +1587,109 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1609
1587
|
|
|
1610
1588
|
### Rust Crates:
|
|
1611
1589
|
|
|
1612
|
-
- [
|
|
1590
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1613
1591
|
|
|
1614
1592
|
````text
|
|
1615
|
-
Copyright (c)
|
|
1593
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1594
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1595
|
+
|
|
1596
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1597
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1598
|
+
in the Software without restriction, including without limitation the rights
|
|
1599
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1600
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1601
|
+
furnished to do so, subject to the following conditions:
|
|
1602
|
+
|
|
1603
|
+
The above copyright notice and this permission notice shall be included in
|
|
1604
|
+
all copies or substantial portions of the Software.
|
|
1605
|
+
|
|
1606
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1607
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1608
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1609
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1610
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1611
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1612
|
+
THE SOFTWARE.
|
|
1613
|
+
|
|
1614
|
+
````
|
|
1615
|
+
|
|
1616
|
+
---
|
|
1617
|
+
|
|
1618
|
+
## The following dependencies are licensed under the MIT License:
|
|
1619
|
+
|
|
1620
|
+
### Rust Crates:
|
|
1621
|
+
|
|
1622
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1623
|
+
|
|
1624
|
+
````text
|
|
1625
|
+
The MIT License (MIT)
|
|
1626
|
+
|
|
1627
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1628
|
+
|
|
1629
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1630
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1631
|
+
in the Software without restriction, including without limitation the rights
|
|
1632
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1633
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1634
|
+
furnished to do so, subject to the following conditions:
|
|
1635
|
+
|
|
1636
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1637
|
+
copies or substantial portions of the Software.
|
|
1638
|
+
|
|
1639
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1640
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1641
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1642
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1643
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1644
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1645
|
+
SOFTWARE.
|
|
1646
|
+
````
|
|
1647
|
+
|
|
1648
|
+
---
|
|
1649
|
+
|
|
1650
|
+
## The following dependencies are licensed under the MIT License:
|
|
1651
|
+
|
|
1652
|
+
### Rust Crates:
|
|
1653
|
+
|
|
1654
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1655
|
+
|
|
1656
|
+
````text
|
|
1657
|
+
The MIT License (MIT)
|
|
1658
|
+
|
|
1659
|
+
Copyright (c) 2015 Danny Guo
|
|
1660
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1661
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1662
|
+
|
|
1663
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1664
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1665
|
+
in the Software without restriction, including without limitation the rights
|
|
1666
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1667
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1668
|
+
furnished to do so, subject to the following conditions:
|
|
1669
|
+
|
|
1670
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1671
|
+
copies or substantial portions of the Software.
|
|
1672
|
+
|
|
1673
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1674
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1675
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1676
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1677
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1678
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1679
|
+
SOFTWARE.
|
|
1680
|
+
|
|
1681
|
+
````
|
|
1682
|
+
|
|
1683
|
+
---
|
|
1684
|
+
|
|
1685
|
+
## The following dependencies are licensed under the MIT License:
|
|
1686
|
+
|
|
1687
|
+
### Rust Crates:
|
|
1688
|
+
|
|
1689
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1690
|
+
|
|
1691
|
+
````text
|
|
1692
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1616
1693
|
|
|
1617
1694
|
Permission is hereby granted, free of charge, to any
|
|
1618
1695
|
person obtaining a copy of this software and associated
|
|
@@ -1646,12 +1723,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1646
1723
|
|
|
1647
1724
|
### Rust Crates:
|
|
1648
1725
|
|
|
1649
|
-
- [
|
|
1726
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1727
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1650
1728
|
|
|
1651
1729
|
````text
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1730
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1655
1731
|
|
|
1656
1732
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1657
1733
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1679,14 +1755,12 @@ SOFTWARE.
|
|
|
1679
1755
|
|
|
1680
1756
|
### Rust Crates:
|
|
1681
1757
|
|
|
1682
|
-
- [
|
|
1683
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1684
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1758
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1685
1759
|
|
|
1686
1760
|
````text
|
|
1687
1761
|
MIT License
|
|
1688
1762
|
|
|
1689
|
-
Copyright (c)
|
|
1763
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1690
1764
|
|
|
1691
1765
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1692
1766
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1712,14 +1786,14 @@ SOFTWARE.
|
|
|
1712
1786
|
|
|
1713
1787
|
## The following dependencies are licensed under the MIT License:
|
|
1714
1788
|
|
|
1715
|
-
###
|
|
1789
|
+
### NPM Packages:
|
|
1716
1790
|
|
|
1717
|
-
- [json5](https://github.com/
|
|
1791
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1718
1792
|
|
|
1719
1793
|
````text
|
|
1720
1794
|
MIT License
|
|
1721
1795
|
|
|
1722
|
-
Copyright (c)
|
|
1796
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1723
1797
|
|
|
1724
1798
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1725
1799
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1739,6 +1813,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1739
1813
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1740
1814
|
SOFTWARE.
|
|
1741
1815
|
|
|
1816
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1817
|
+
|
|
1742
1818
|
````
|
|
1743
1819
|
|
|
1744
1820
|
---
|
|
@@ -1747,11 +1823,10 @@ SOFTWARE.
|
|
|
1747
1823
|
|
|
1748
1824
|
### Rust Crates:
|
|
1749
1825
|
|
|
1750
|
-
- [
|
|
1826
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1751
1827
|
|
|
1752
1828
|
````text
|
|
1753
|
-
Copyright (c)
|
|
1754
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1829
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1755
1830
|
|
|
1756
1831
|
Permission is hereby granted, free of charge, to any
|
|
1757
1832
|
person obtaining a copy of this software and associated
|
|
@@ -1785,10 +1860,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1785
1860
|
|
|
1786
1861
|
### Rust Crates:
|
|
1787
1862
|
|
|
1788
|
-
- [
|
|
1863
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1789
1864
|
|
|
1790
1865
|
````text
|
|
1791
|
-
Copyright (c)
|
|
1866
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1792
1867
|
|
|
1793
1868
|
Permission is hereby granted, free of charge, to any
|
|
1794
1869
|
person obtaining a copy of this software and associated
|
|
@@ -1822,9 +1897,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1822
1897
|
|
|
1823
1898
|
### Rust Crates:
|
|
1824
1899
|
|
|
1825
|
-
- [
|
|
1900
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1826
1901
|
|
|
1827
1902
|
````text
|
|
1903
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1904
|
+
|
|
1828
1905
|
Permission is hereby granted, free of charge, to any
|
|
1829
1906
|
person obtaining a copy of this software and associated
|
|
1830
1907
|
documentation files (the "Software"), to deal in the
|
|
@@ -1848,6 +1925,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1848
1925
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1849
1926
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1850
1927
|
DEALINGS IN THE SOFTWARE.
|
|
1928
|
+
|
|
1851
1929
|
````
|
|
1852
1930
|
|
|
1853
1931
|
---
|
|
@@ -1896,28 +1974,70 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1896
1974
|
|
|
1897
1975
|
### Rust Crates:
|
|
1898
1976
|
|
|
1899
|
-
- [
|
|
1977
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1978
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1900
1979
|
|
|
1901
1980
|
````text
|
|
1902
|
-
Copyright (c) 2014
|
|
1981
|
+
Copyright (c) 2014 Alex Crichton
|
|
1903
1982
|
|
|
1904
|
-
Permission is hereby granted, free of charge, to any
|
|
1983
|
+
Permission is hereby granted, free of charge, to any
|
|
1984
|
+
person obtaining a copy of this software and associated
|
|
1985
|
+
documentation files (the "Software"), to deal in the
|
|
1986
|
+
Software without restriction, including without
|
|
1987
|
+
limitation the rights to use, copy, modify, merge,
|
|
1988
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1989
|
+
the Software, and to permit persons to whom the Software
|
|
1990
|
+
is furnished to do so, subject to the following
|
|
1991
|
+
conditions:
|
|
1992
|
+
|
|
1993
|
+
The above copyright notice and this permission notice
|
|
1994
|
+
shall be included in all copies or substantial portions
|
|
1995
|
+
of the Software.
|
|
1996
|
+
|
|
1997
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1998
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1999
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2000
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2001
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2002
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2003
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2004
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2005
|
+
DEALINGS IN THE SOFTWARE.
|
|
2006
|
+
|
|
2007
|
+
````
|
|
2008
|
+
|
|
2009
|
+
---
|
|
2010
|
+
|
|
2011
|
+
## The following dependencies are licensed under the MIT License:
|
|
2012
|
+
|
|
2013
|
+
### Rust Crates:
|
|
2014
|
+
|
|
2015
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2016
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2017
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2018
|
+
|
|
2019
|
+
````text
|
|
2020
|
+
MIT License
|
|
2021
|
+
|
|
2022
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2023
|
+
|
|
2024
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1905
2025
|
of this software and associated documentation files (the "Software"), to deal
|
|
1906
2026
|
in the Software without restriction, including without limitation the rights
|
|
1907
2027
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1908
2028
|
copies of the Software, and to permit persons to whom the Software is
|
|
1909
2029
|
furnished to do so, subject to the following conditions:
|
|
1910
2030
|
|
|
1911
|
-
The above copyright notice and this permission notice shall be included in
|
|
1912
|
-
|
|
2031
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2032
|
+
copies or substantial portions of the Software.
|
|
1913
2033
|
|
|
1914
2034
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1915
2035
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1916
2036
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1917
2037
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1918
2038
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1919
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1920
|
-
|
|
2039
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2040
|
+
SOFTWARE.
|
|
1921
2041
|
|
|
1922
2042
|
````
|
|
1923
2043
|
|
|
@@ -1927,10 +2047,75 @@ THE SOFTWARE.
|
|
|
1927
2047
|
|
|
1928
2048
|
### Rust Crates:
|
|
1929
2049
|
|
|
1930
|
-
- [
|
|
2050
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
1931
2051
|
|
|
1932
2052
|
````text
|
|
1933
|
-
Copyright (
|
|
2053
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2054
|
+
|
|
2055
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2056
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2057
|
+
the Software without restriction, including without limitation the rights to
|
|
2058
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2059
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2060
|
+
subject to the following conditions:
|
|
2061
|
+
|
|
2062
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2063
|
+
copies or substantial portions of the Software.
|
|
2064
|
+
|
|
2065
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2066
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2067
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2068
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2069
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2070
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2071
|
+
|
|
2072
|
+
````
|
|
2073
|
+
|
|
2074
|
+
---
|
|
2075
|
+
|
|
2076
|
+
## The following dependencies are licensed under the MIT License:
|
|
2077
|
+
|
|
2078
|
+
### Rust Crates:
|
|
2079
|
+
|
|
2080
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2081
|
+
|
|
2082
|
+
````text
|
|
2083
|
+
MIT License
|
|
2084
|
+
|
|
2085
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2086
|
+
|
|
2087
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2088
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2089
|
+
in the Software without restriction, including without limitation the rights
|
|
2090
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2091
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2092
|
+
furnished to do so, subject to the following conditions:
|
|
2093
|
+
|
|
2094
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2095
|
+
copies or substantial portions of the Software.
|
|
2096
|
+
|
|
2097
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2098
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2099
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2100
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2101
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2102
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2103
|
+
SOFTWARE.
|
|
2104
|
+
|
|
2105
|
+
````
|
|
2106
|
+
|
|
2107
|
+
---
|
|
2108
|
+
|
|
2109
|
+
## The following dependencies are licensed under the MIT License:
|
|
2110
|
+
|
|
2111
|
+
### NPM Packages:
|
|
2112
|
+
|
|
2113
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
|
|
2114
|
+
|
|
2115
|
+
````text
|
|
2116
|
+
The MIT License (MIT)
|
|
2117
|
+
|
|
2118
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1934
2119
|
|
|
1935
2120
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1936
2121
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1950,6 +2135,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1950
2135
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1951
2136
|
SOFTWARE.
|
|
1952
2137
|
|
|
2138
|
+
|
|
1953
2139
|
````
|
|
1954
2140
|
|
|
1955
2141
|
---
|
|
@@ -1958,10 +2144,15 @@ SOFTWARE.
|
|
|
1958
2144
|
|
|
1959
2145
|
### Rust Crates:
|
|
1960
2146
|
|
|
1961
|
-
- [
|
|
2147
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2148
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2149
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2150
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1962
2151
|
|
|
1963
2152
|
````text
|
|
1964
|
-
|
|
2153
|
+
The MIT License (MIT)
|
|
2154
|
+
|
|
2155
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1965
2156
|
|
|
1966
2157
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1967
2158
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1981,7 +2172,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1981
2172
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1982
2173
|
THE SOFTWARE.
|
|
1983
2174
|
|
|
1984
|
-
|
|
1985
2175
|
````
|
|
1986
2176
|
|
|
1987
2177
|
---
|
|
@@ -1990,16 +2180,10 @@ THE SOFTWARE.
|
|
|
1990
2180
|
|
|
1991
2181
|
### Rust Crates:
|
|
1992
2182
|
|
|
1993
|
-
- [
|
|
1994
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1995
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1996
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1997
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1998
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2183
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1999
2184
|
|
|
2000
2185
|
````text
|
|
2001
|
-
Copyright
|
|
2002
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2186
|
+
Copyright (c) 2017 http-rs authors
|
|
2003
2187
|
|
|
2004
2188
|
Permission is hereby granted, free of charge, to any
|
|
2005
2189
|
person obtaining a copy of this software and associated
|
|
@@ -2031,13 +2215,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2031
2215
|
|
|
2032
2216
|
## The following dependencies are licensed under the MIT License:
|
|
2033
2217
|
|
|
2034
|
-
###
|
|
2218
|
+
### Rust Crates:
|
|
2035
2219
|
|
|
2036
|
-
- [
|
|
2220
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2037
2221
|
|
|
2038
2222
|
````text
|
|
2039
|
-
|
|
2040
|
-
|
|
2223
|
+
MIT License
|
|
2224
|
+
|
|
2225
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2226
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2227
|
+
Copyright (c) 2017 Frommi
|
|
2228
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2229
|
+
|
|
2230
|
+
|
|
2231
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2232
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2233
|
+
in the Software without restriction, including without limitation the rights
|
|
2234
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2235
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2236
|
+
furnished to do so, subject to the following conditions:
|
|
2237
|
+
|
|
2238
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2239
|
+
copies or substantial portions of the Software.
|
|
2240
|
+
|
|
2241
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2242
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2243
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2244
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2245
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2246
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2247
|
+
SOFTWARE.
|
|
2248
|
+
|
|
2249
|
+
````
|
|
2250
|
+
|
|
2251
|
+
---
|
|
2252
|
+
|
|
2253
|
+
## The following dependencies are licensed under the MIT License:
|
|
2254
|
+
|
|
2255
|
+
### Rust Crates:
|
|
2256
|
+
|
|
2257
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2258
|
+
|
|
2259
|
+
````text
|
|
2260
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2041
2261
|
|
|
2042
2262
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2043
2263
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2057,42 +2277,40 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2057
2277
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2058
2278
|
THE SOFTWARE.
|
|
2059
2279
|
|
|
2280
|
+
|
|
2060
2281
|
````
|
|
2061
2282
|
|
|
2062
2283
|
---
|
|
2063
2284
|
|
|
2064
2285
|
## The following dependencies are licensed under the MIT License:
|
|
2065
2286
|
|
|
2066
|
-
###
|
|
2287
|
+
### NPM Packages:
|
|
2067
2288
|
|
|
2068
|
-
- [
|
|
2289
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2290
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2069
2291
|
|
|
2070
2292
|
````text
|
|
2071
|
-
|
|
2293
|
+
MIT License
|
|
2072
2294
|
|
|
2073
|
-
|
|
2074
|
-
person obtaining a copy of this software and associated
|
|
2075
|
-
documentation files (the "Software"), to deal in the
|
|
2076
|
-
Software without restriction, including without
|
|
2077
|
-
limitation the rights to use, copy, modify, merge,
|
|
2078
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2079
|
-
the Software, and to permit persons to whom the Software
|
|
2080
|
-
is furnished to do so, subject to the following
|
|
2081
|
-
conditions:
|
|
2295
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2082
2296
|
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2297
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2298
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2299
|
+
in the Software without restriction, including without limitation the rights
|
|
2300
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2301
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2302
|
+
furnished to do so, subject to the following conditions:
|
|
2086
2303
|
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
IN
|
|
2095
|
-
|
|
2304
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2305
|
+
copies or substantial portions of the Software.
|
|
2306
|
+
|
|
2307
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2308
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2309
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2310
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2311
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2312
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2313
|
+
SOFTWARE.
|
|
2096
2314
|
|
|
2097
2315
|
````
|
|
2098
2316
|
|
|
@@ -2102,12 +2320,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2102
2320
|
|
|
2103
2321
|
### Rust Crates:
|
|
2104
2322
|
|
|
2105
|
-
- [
|
|
2106
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2107
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2323
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2108
2324
|
|
|
2109
2325
|
````text
|
|
2110
|
-
Copyright (c) 2019
|
|
2326
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2111
2327
|
|
|
2112
2328
|
Permission is hereby granted, free of charge, to any
|
|
2113
2329
|
person obtaining a copy of this software and associated
|
|
@@ -2141,38 +2357,119 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2141
2357
|
|
|
2142
2358
|
### Rust Crates:
|
|
2143
2359
|
|
|
2144
|
-
- [
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2360
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2361
|
+
|
|
2362
|
+
````text
|
|
2363
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2364
|
+
Copyright (c) 2016 Alex Crichton
|
|
2365
|
+
|
|
2366
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2367
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2368
|
+
in the Software without restriction, including without limitation the rights
|
|
2369
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2370
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2371
|
+
furnished to do so, subject to the following conditions:
|
|
2372
|
+
|
|
2373
|
+
The above copyright notice and this permission notice shall be included in
|
|
2374
|
+
all copies or substantial portions of the Software.
|
|
2375
|
+
|
|
2376
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2377
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2378
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2379
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2380
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2381
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2382
|
+
THE SOFTWARE.
|
|
2383
|
+
|
|
2384
|
+
|
|
2385
|
+
````
|
|
2386
|
+
|
|
2387
|
+
---
|
|
2388
|
+
|
|
2389
|
+
## The following dependencies are licensed under the MIT License:
|
|
2390
|
+
|
|
2391
|
+
### Rust Crates:
|
|
2392
|
+
|
|
2393
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2394
|
+
|
|
2395
|
+
````text
|
|
2396
|
+
The MIT License (MIT)
|
|
2397
|
+
|
|
2398
|
+
Copyright (c) 2015 Alice Maz
|
|
2399
|
+
|
|
2400
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2401
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2402
|
+
in the Software without restriction, including without limitation the rights
|
|
2403
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2404
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2405
|
+
furnished to do so, subject to the following conditions:
|
|
2406
|
+
|
|
2407
|
+
The above copyright notice and this permission notice shall be included in
|
|
2408
|
+
all copies or substantial portions of the Software.
|
|
2409
|
+
|
|
2410
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2411
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2412
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2413
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2414
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2415
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2416
|
+
THE SOFTWARE.
|
|
2417
|
+
|
|
2418
|
+
````
|
|
2419
|
+
|
|
2420
|
+
---
|
|
2421
|
+
|
|
2422
|
+
## The following dependencies are licensed under the MIT License:
|
|
2423
|
+
|
|
2424
|
+
### Rust Crates:
|
|
2425
|
+
|
|
2426
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2427
|
+
|
|
2428
|
+
````text
|
|
2429
|
+
MIT License
|
|
2430
|
+
|
|
2431
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2432
|
+
|
|
2433
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2434
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2435
|
+
in the Software without restriction, including without limitation the rights
|
|
2436
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2437
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2438
|
+
furnished to do so, subject to the following conditions:
|
|
2439
|
+
|
|
2440
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2441
|
+
copies or substantial portions of the Software.
|
|
2442
|
+
|
|
2443
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2444
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2445
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2446
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2447
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2448
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2449
|
+
SOFTWARE.
|
|
2450
|
+
|
|
2451
|
+
````
|
|
2452
|
+
|
|
2453
|
+
---
|
|
2454
|
+
|
|
2455
|
+
## The following dependencies are licensed under the MIT License:
|
|
2456
|
+
|
|
2457
|
+
### Rust Crates:
|
|
2458
|
+
|
|
2459
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2460
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2461
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2462
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2463
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2464
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2465
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2466
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2467
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2174
2468
|
|
|
2175
2469
|
````text
|
|
2470
|
+
Copyright (c) 2016 Alex Crichton
|
|
2471
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2472
|
+
|
|
2176
2473
|
Permission is hereby granted, free of charge, to any
|
|
2177
2474
|
person obtaining a copy of this software and associated
|
|
2178
2475
|
documentation files (the "Software"), to deal in the
|
|
@@ -2205,10 +2502,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2205
2502
|
|
|
2206
2503
|
### Rust Crates:
|
|
2207
2504
|
|
|
2208
|
-
- [
|
|
2505
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2506
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2507
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2209
2508
|
|
|
2210
2509
|
````text
|
|
2211
|
-
|
|
2510
|
+
MIT License
|
|
2511
|
+
|
|
2512
|
+
Copyright (c) 2017 Ted Driggs
|
|
2513
|
+
|
|
2514
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2515
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2516
|
+
in the Software without restriction, including without limitation the rights
|
|
2517
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2518
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2519
|
+
furnished to do so, subject to the following conditions:
|
|
2520
|
+
|
|
2521
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2522
|
+
copies or substantial portions of the Software.
|
|
2523
|
+
|
|
2524
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2525
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2526
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2527
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2528
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2529
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2530
|
+
SOFTWARE.
|
|
2531
|
+
|
|
2532
|
+
````
|
|
2533
|
+
|
|
2534
|
+
---
|
|
2535
|
+
|
|
2536
|
+
## The following dependencies are licensed under the MIT License:
|
|
2537
|
+
|
|
2538
|
+
### Rust Crates:
|
|
2539
|
+
|
|
2540
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2541
|
+
|
|
2542
|
+
````text
|
|
2543
|
+
Copyright (c) 2019 Carl Lerche
|
|
2212
2544
|
|
|
2213
2545
|
Permission is hereby granted, free of charge, to any
|
|
2214
2546
|
person obtaining a copy of this software and associated
|
|
@@ -2242,10 +2574,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2242
2574
|
|
|
2243
2575
|
### Rust Crates:
|
|
2244
2576
|
|
|
2245
|
-
- [
|
|
2577
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2246
2578
|
|
|
2247
2579
|
````text
|
|
2248
|
-
Copyright (c)
|
|
2580
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2249
2581
|
|
|
2250
2582
|
Permission is hereby granted, free of charge, to any
|
|
2251
2583
|
person obtaining a copy of this software and associated
|
|
@@ -2279,30 +2611,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2279
2611
|
|
|
2280
2612
|
### NPM Packages:
|
|
2281
2613
|
|
|
2282
|
-
- [
|
|
2614
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2615
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2283
2616
|
|
|
2284
2617
|
````text
|
|
2285
|
-
MIT License
|
|
2618
|
+
MIT License
|
|
2286
2619
|
|
|
2287
|
-
Copyright (c)
|
|
2620
|
+
Copyright (c) Microsoft Corporation.
|
|
2288
2621
|
|
|
2289
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2290
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2291
|
-
in the Software without restriction, including without limitation the rights
|
|
2292
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2293
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2294
|
-
furnished to do so, subject to the following conditions:
|
|
2622
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2623
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2624
|
+
in the Software without restriction, including without limitation the rights
|
|
2625
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2626
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2627
|
+
furnished to do so, subject to the following conditions:
|
|
2295
2628
|
|
|
2296
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2297
|
-
copies or substantial portions of the Software.
|
|
2629
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2630
|
+
copies or substantial portions of the Software.
|
|
2298
2631
|
|
|
2299
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2300
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2301
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2302
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2303
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2304
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2305
|
-
SOFTWARE
|
|
2632
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2633
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2634
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2635
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2636
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2637
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2638
|
+
SOFTWARE
|
|
2306
2639
|
|
|
2307
2640
|
````
|
|
2308
2641
|
|
|
@@ -2312,13 +2645,10 @@ SOFTWARE.
|
|
|
2312
2645
|
|
|
2313
2646
|
### Rust Crates:
|
|
2314
2647
|
|
|
2315
|
-
- [
|
|
2316
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2648
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2317
2649
|
|
|
2318
2650
|
````text
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
Copyright (c) 2019 Graham Esau
|
|
2651
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2322
2652
|
|
|
2323
2653
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2324
2654
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2327,16 +2657,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2327
2657
|
copies of the Software, and to permit persons to whom the Software is
|
|
2328
2658
|
furnished to do so, subject to the following conditions:
|
|
2329
2659
|
|
|
2330
|
-
The above copyright notice and this permission notice shall be included in
|
|
2331
|
-
copies or substantial portions of the Software.
|
|
2660
|
+
The above copyright notice and this permission notice shall be included in
|
|
2661
|
+
all copies or substantial portions of the Software.
|
|
2332
2662
|
|
|
2333
2663
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2334
2664
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2335
2665
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2336
2666
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2337
2667
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2338
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2339
|
-
SOFTWARE.
|
|
2668
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2669
|
+
THE SOFTWARE.
|
|
2340
2670
|
|
|
2341
2671
|
````
|
|
2342
2672
|
|
|
@@ -2346,10 +2676,10 @@ SOFTWARE.
|
|
|
2346
2676
|
|
|
2347
2677
|
### Rust Crates:
|
|
2348
2678
|
|
|
2349
|
-
- [
|
|
2679
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2350
2680
|
|
|
2351
2681
|
````text
|
|
2352
|
-
Copyright
|
|
2682
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2353
2683
|
|
|
2354
2684
|
Permission is hereby granted, free of charge, to any
|
|
2355
2685
|
person obtaining a copy of this software and associated
|
|
@@ -2383,11 +2713,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2383
2713
|
|
|
2384
2714
|
### Rust Crates:
|
|
2385
2715
|
|
|
2386
|
-
- [
|
|
2387
|
-
- [
|
|
2716
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2717
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2388
2718
|
|
|
2389
2719
|
````text
|
|
2390
|
-
|
|
2720
|
+
MIT License
|
|
2391
2721
|
|
|
2392
2722
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2393
2723
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2415,12 +2745,10 @@ SOFTWARE.
|
|
|
2415
2745
|
|
|
2416
2746
|
### Rust Crates:
|
|
2417
2747
|
|
|
2418
|
-
- [
|
|
2748
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2419
2749
|
|
|
2420
2750
|
````text
|
|
2421
|
-
Copyright (c)
|
|
2422
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2423
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2751
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2424
2752
|
|
|
2425
2753
|
Permission is hereby granted, free of charge, to any
|
|
2426
2754
|
person obtaining a copy of this software and associated
|
|
@@ -2454,52 +2782,20 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2454
2782
|
|
|
2455
2783
|
### Rust Crates:
|
|
2456
2784
|
|
|
2457
|
-
- [
|
|
2785
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2458
2786
|
|
|
2459
2787
|
````text
|
|
2460
|
-
Copyright (c)
|
|
2461
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2462
|
-
|
|
2463
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2464
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2465
|
-
in the Software without restriction, including without limitation the rights
|
|
2466
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2467
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2468
|
-
furnished to do so, subject to the following conditions:
|
|
2788
|
+
Copyright (c) 2016--2017
|
|
2469
2789
|
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
SOFTWARE.
|
|
2480
|
-
|
|
2481
|
-
````
|
|
2482
|
-
|
|
2483
|
-
---
|
|
2484
|
-
|
|
2485
|
-
## The following dependencies are licensed under the MIT License:
|
|
2486
|
-
|
|
2487
|
-
### Rust Crates:
|
|
2488
|
-
|
|
2489
|
-
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2490
|
-
|
|
2491
|
-
````text
|
|
2492
|
-
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2493
|
-
|
|
2494
|
-
Permission is hereby granted, free of charge, to any
|
|
2495
|
-
person obtaining a copy of this software and associated
|
|
2496
|
-
documentation files (the "Software"), to deal in the
|
|
2497
|
-
Software without restriction, including without
|
|
2498
|
-
limitation the rights to use, copy, modify, merge,
|
|
2499
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2500
|
-
the Software, and to permit persons to whom the Software
|
|
2501
|
-
is furnished to do so, subject to the following
|
|
2502
|
-
conditions:
|
|
2790
|
+
Permission is hereby granted, free of charge, to any
|
|
2791
|
+
person obtaining a copy of this software and associated
|
|
2792
|
+
documentation files (the "Software"), to deal in the
|
|
2793
|
+
Software without restriction, including without
|
|
2794
|
+
limitation the rights to use, copy, modify, merge,
|
|
2795
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2796
|
+
the Software, and to permit persons to whom the Software
|
|
2797
|
+
is furnished to do so, subject to the following
|
|
2798
|
+
conditions:
|
|
2503
2799
|
|
|
2504
2800
|
The above copyright notice and this permission notice
|
|
2505
2801
|
shall be included in all copies or substantial portions
|
|
@@ -2523,34 +2819,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2523
2819
|
|
|
2524
2820
|
### Rust Crates:
|
|
2525
2821
|
|
|
2526
|
-
- [
|
|
2822
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2527
2823
|
|
|
2528
2824
|
````text
|
|
2529
|
-
Copyright (c)
|
|
2825
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2530
2826
|
|
|
2531
|
-
Permission is hereby granted, free of charge, to any
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
the Software, and to permit persons to whom the Software
|
|
2538
|
-
is furnished to do so, subject to the following
|
|
2539
|
-
conditions:
|
|
2827
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2828
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2829
|
+
in the Software without restriction, including without limitation the rights
|
|
2830
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2831
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2832
|
+
furnished to do so, subject to the following conditions:
|
|
2540
2833
|
|
|
2541
|
-
The above copyright notice and this permission notice
|
|
2542
|
-
|
|
2543
|
-
of the Software.
|
|
2834
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2835
|
+
copies or substantial portions of the Software.
|
|
2544
2836
|
|
|
2545
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2553
|
-
DEALINGS IN THE SOFTWARE.
|
|
2837
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2838
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2839
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2840
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2841
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2842
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2843
|
+
SOFTWARE.
|
|
2554
2844
|
|
|
2555
2845
|
````
|
|
2556
2846
|
|
|
@@ -2560,10 +2850,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2560
2850
|
|
|
2561
2851
|
### Rust Crates:
|
|
2562
2852
|
|
|
2563
|
-
- [
|
|
2853
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2564
2854
|
|
|
2565
2855
|
````text
|
|
2566
|
-
Copyright (c)
|
|
2856
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2567
2857
|
|
|
2568
2858
|
Permission is hereby granted, free of charge, to any
|
|
2569
2859
|
person obtaining a copy of this software and associated
|
|
@@ -2597,12 +2887,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2597
2887
|
|
|
2598
2888
|
### Rust Crates:
|
|
2599
2889
|
|
|
2600
|
-
- [
|
|
2890
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2601
2891
|
|
|
2602
2892
|
````text
|
|
2603
2893
|
MIT License
|
|
2604
2894
|
|
|
2605
|
-
Copyright (c)
|
|
2895
|
+
Copyright (c) 2025 Callum Oakley
|
|
2606
2896
|
|
|
2607
2897
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2608
2898
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2630,39 +2920,35 @@ SOFTWARE.
|
|
|
2630
2920
|
|
|
2631
2921
|
### Rust Crates:
|
|
2632
2922
|
|
|
2633
|
-
- [
|
|
2634
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2635
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2636
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2637
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2638
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2923
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2639
2924
|
|
|
2640
2925
|
````text
|
|
2641
|
-
Copyright (c)
|
|
2926
|
+
Copyright (c) 2016 The humantime Developers
|
|
2642
2927
|
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
documentation files (the "Software"), to deal in the
|
|
2646
|
-
Software without restriction, including without
|
|
2647
|
-
limitation the rights to use, copy, modify, merge,
|
|
2648
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2649
|
-
the Software, and to permit persons to whom the Software
|
|
2650
|
-
is furnished to do so, subject to the following
|
|
2651
|
-
conditions:
|
|
2928
|
+
Includes parts of http date with the following copyright:
|
|
2929
|
+
Copyright (c) 2016 Pyfisch
|
|
2652
2930
|
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
of the Software.
|
|
2931
|
+
Includes portions of musl libc with the following copyright:
|
|
2932
|
+
Copyright © 2005-2013 Rich Felker
|
|
2656
2933
|
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2934
|
+
|
|
2935
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2936
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2937
|
+
in the Software without restriction, including without limitation the rights
|
|
2938
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2939
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2940
|
+
furnished to do so, subject to the following conditions:
|
|
2941
|
+
|
|
2942
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2943
|
+
copies or substantial portions of the Software.
|
|
2944
|
+
|
|
2945
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2946
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2947
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2948
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2949
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2950
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2951
|
+
SOFTWARE.
|
|
2666
2952
|
|
|
2667
2953
|
````
|
|
2668
2954
|
|
|
@@ -2672,15 +2958,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2672
2958
|
|
|
2673
2959
|
### Rust Crates:
|
|
2674
2960
|
|
|
2675
|
-
- [
|
|
2676
|
-
- [
|
|
2677
|
-
- [
|
|
2678
|
-
- [
|
|
2679
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2680
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2961
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2962
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2963
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2964
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2681
2965
|
|
|
2682
2966
|
````text
|
|
2683
|
-
Copyright (c)
|
|
2967
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2684
2968
|
|
|
2685
2969
|
Permission is hereby granted, free of charge, to any
|
|
2686
2970
|
person obtaining a copy of this software and associated
|
|
@@ -2714,29 +2998,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2714
2998
|
|
|
2715
2999
|
### Rust Crates:
|
|
2716
3000
|
|
|
2717
|
-
- [
|
|
2718
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2719
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2720
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2721
|
-
|
|
2722
|
-
````text
|
|
2723
|
-
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:
|
|
2724
|
-
|
|
2725
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2726
|
-
|
|
2727
|
-
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.
|
|
2728
|
-
````
|
|
2729
|
-
|
|
2730
|
-
---
|
|
2731
|
-
|
|
2732
|
-
## The following dependencies are licensed under the MIT License:
|
|
2733
|
-
|
|
2734
|
-
### Rust Crates:
|
|
2735
|
-
|
|
2736
|
-
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3001
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2737
3002
|
|
|
2738
3003
|
````text
|
|
2739
|
-
Copyright (c)
|
|
3004
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2740
3005
|
|
|
2741
3006
|
Permission is hereby granted, free of charge, to any
|
|
2742
3007
|
person obtaining a copy of this software and associated
|
|
@@ -2770,34 +3035,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2770
3035
|
|
|
2771
3036
|
### Rust Crates:
|
|
2772
3037
|
|
|
2773
|
-
- [
|
|
3038
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2774
3039
|
|
|
2775
3040
|
````text
|
|
2776
|
-
Copyright (c)
|
|
3041
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3042
|
+
Copyright (c) 2016 Jason Housley
|
|
2777
3043
|
|
|
2778
|
-
Permission is hereby granted, free of charge, to any
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
the Software, and to permit persons to whom the Software
|
|
2785
|
-
is furnished to do so, subject to the following
|
|
2786
|
-
conditions:
|
|
3044
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3045
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3046
|
+
in the Software without restriction, including without limitation the rights
|
|
3047
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3048
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3049
|
+
furnished to do so, subject to the following conditions:
|
|
2787
3050
|
|
|
2788
|
-
The above copyright notice and this permission notice
|
|
2789
|
-
|
|
2790
|
-
of the Software.
|
|
3051
|
+
The above copyright notice and this permission notice shall be included in
|
|
3052
|
+
all copies or substantial portions of the Software.
|
|
2791
3053
|
|
|
2792
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2800
|
-
DEALINGS IN THE SOFTWARE.
|
|
3054
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3055
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3056
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3057
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3058
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3059
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3060
|
+
THE SOFTWARE.
|
|
2801
3061
|
|
|
2802
3062
|
````
|
|
2803
3063
|
|
|
@@ -2807,34 +3067,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2807
3067
|
|
|
2808
3068
|
### Rust Crates:
|
|
2809
3069
|
|
|
2810
|
-
- [
|
|
3070
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3071
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2811
3072
|
|
|
2812
3073
|
````text
|
|
2813
|
-
|
|
3074
|
+
The MIT License (MIT)
|
|
2814
3075
|
|
|
2815
|
-
|
|
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:
|
|
3076
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2824
3077
|
|
|
2825
|
-
|
|
2826
|
-
shall be included in all copies or substantial portions
|
|
2827
|
-
of the Software.
|
|
3078
|
+
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:
|
|
2828
3079
|
|
|
2829
|
-
|
|
2830
|
-
|
|
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.
|
|
3080
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3081
|
+
|
|
3082
|
+
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.
|
|
2838
3083
|
|
|
2839
3084
|
````
|
|
2840
3085
|
|
|
@@ -2842,37 +3087,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2842
3087
|
|
|
2843
3088
|
## The following dependencies are licensed under the MIT License:
|
|
2844
3089
|
|
|
2845
|
-
###
|
|
3090
|
+
### NPM Packages:
|
|
2846
3091
|
|
|
2847
|
-
- [
|
|
3092
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2848
3093
|
|
|
2849
3094
|
````text
|
|
2850
|
-
|
|
3095
|
+
MIT License
|
|
2851
3096
|
|
|
2852
|
-
|
|
2853
|
-
person obtaining a copy of this software and associated
|
|
2854
|
-
documentation files (the "Software"), to deal in the
|
|
2855
|
-
Software without restriction, including without
|
|
2856
|
-
limitation the rights to use, copy, modify, merge,
|
|
2857
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2858
|
-
the Software, and to permit persons to whom the Software
|
|
2859
|
-
is furnished to do so, subject to the following
|
|
2860
|
-
conditions:
|
|
3097
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2861
3098
|
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
3099
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3100
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3101
|
+
in the Software without restriction, including without limitation the rights
|
|
3102
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3103
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3104
|
+
furnished to do so, subject to the following conditions:
|
|
2865
3105
|
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2869
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2870
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2871
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2872
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2873
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2874
|
-
DEALINGS IN THE SOFTWARE.
|
|
3106
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3107
|
+
copies or substantial portions of the Software.
|
|
2875
3108
|
|
|
3109
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3110
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3111
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3112
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3113
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3114
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3115
|
+
SOFTWARE.
|
|
2876
3116
|
|
|
2877
3117
|
````
|
|
2878
3118
|
|
|
@@ -2882,48 +3122,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2882
3122
|
|
|
2883
3123
|
### Rust Crates:
|
|
2884
3124
|
|
|
2885
|
-
- [
|
|
3125
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3126
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3127
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3128
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2886
3129
|
|
|
2887
3130
|
````text
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
Permission is hereby granted, free of charge, to any
|
|
2891
|
-
person obtaining a copy of this software and associated
|
|
2892
|
-
documentation files (the "Software"), to deal in the
|
|
2893
|
-
Software without restriction, including without
|
|
2894
|
-
limitation the rights to use, copy, modify, merge,
|
|
2895
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2896
|
-
the Software, and to permit persons to whom the Software
|
|
2897
|
-
is furnished to do so, subject to the following
|
|
2898
|
-
conditions:
|
|
3131
|
+
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:
|
|
2899
3132
|
|
|
2900
|
-
The above copyright notice and this permission notice
|
|
2901
|
-
shall be included in all copies or substantial portions
|
|
2902
|
-
of the Software.
|
|
3133
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2903
3134
|
|
|
2904
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2905
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2906
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2907
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2908
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2909
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2910
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2911
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2912
|
-
DEALINGS IN THE SOFTWARE.
|
|
3135
|
+
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.
|
|
2913
3136
|
````
|
|
2914
3137
|
|
|
2915
3138
|
---
|
|
2916
3139
|
|
|
2917
3140
|
## The following dependencies are licensed under the MIT License:
|
|
2918
3141
|
|
|
2919
|
-
###
|
|
3142
|
+
### Rust Crates:
|
|
2920
3143
|
|
|
2921
|
-
- [
|
|
3144
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3145
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2922
3146
|
|
|
2923
3147
|
````text
|
|
2924
|
-
|
|
3148
|
+
MIT License
|
|
2925
3149
|
|
|
2926
|
-
Copyright (c)
|
|
3150
|
+
Copyright (c) 2019 Graham Esau
|
|
2927
3151
|
|
|
2928
3152
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2929
3153
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2932,16 +3156,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2932
3156
|
copies of the Software, and to permit persons to whom the Software is
|
|
2933
3157
|
furnished to do so, subject to the following conditions:
|
|
2934
3158
|
|
|
2935
|
-
The above copyright notice and this permission notice shall be included in
|
|
2936
|
-
|
|
3159
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3160
|
+
copies or substantial portions of the Software.
|
|
2937
3161
|
|
|
2938
3162
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2939
3163
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2940
3164
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2941
3165
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2942
3166
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2943
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2944
|
-
|
|
3167
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3168
|
+
SOFTWARE.
|
|
2945
3169
|
|
|
2946
3170
|
````
|
|
2947
3171
|
|
|
@@ -2951,12 +3175,51 @@ THE SOFTWARE.
|
|
|
2951
3175
|
|
|
2952
3176
|
### Rust Crates:
|
|
2953
3177
|
|
|
2954
|
-
- [
|
|
3178
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3179
|
+
|
|
3180
|
+
````text
|
|
3181
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3182
|
+
|
|
3183
|
+
Permission is hereby granted, free of charge, to any
|
|
3184
|
+
person obtaining a copy of this software and associated
|
|
3185
|
+
documentation files (the "Software"), to deal in the
|
|
3186
|
+
Software without restriction, including without
|
|
3187
|
+
limitation the rights to use, copy, modify, merge,
|
|
3188
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3189
|
+
the Software, and to permit persons to whom the Software
|
|
3190
|
+
is furnished to do so, subject to the following
|
|
3191
|
+
conditions:
|
|
3192
|
+
|
|
3193
|
+
The above copyright notice and this permission notice
|
|
3194
|
+
shall be included in all copies or substantial portions
|
|
3195
|
+
of the Software.
|
|
3196
|
+
|
|
3197
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3198
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3199
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3200
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3201
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3202
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3203
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3204
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3205
|
+
DEALINGS IN THE SOFTWARE.
|
|
3206
|
+
|
|
3207
|
+
````
|
|
3208
|
+
|
|
3209
|
+
---
|
|
3210
|
+
|
|
3211
|
+
## The following dependencies are licensed under the MIT License:
|
|
3212
|
+
|
|
3213
|
+
### Rust Crates:
|
|
3214
|
+
|
|
3215
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3216
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3217
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2955
3218
|
|
|
2956
3219
|
````text
|
|
2957
3220
|
MIT License
|
|
2958
3221
|
|
|
2959
|
-
Copyright (c)
|
|
3222
|
+
Copyright (c) Tokio Contributors
|
|
2960
3223
|
|
|
2961
3224
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2962
3225
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2984,30 +3247,34 @@ SOFTWARE.
|
|
|
2984
3247
|
|
|
2985
3248
|
### Rust Crates:
|
|
2986
3249
|
|
|
2987
|
-
- [
|
|
3250
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2988
3251
|
|
|
2989
3252
|
````text
|
|
2990
|
-
Copyright (c)
|
|
2991
|
-
Copyright (c) 2016 Alex Crichton
|
|
2992
|
-
|
|
2993
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2994
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2995
|
-
in the Software without restriction, including without limitation the rights
|
|
2996
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2997
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2998
|
-
furnished to do so, subject to the following conditions:
|
|
3253
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2999
3254
|
|
|
3000
|
-
|
|
3001
|
-
|
|
3255
|
+
Permission is hereby granted, free of charge, to any
|
|
3256
|
+
person obtaining a copy of this software and associated
|
|
3257
|
+
documentation files (the "Software"), to deal in the
|
|
3258
|
+
Software without restriction, including without
|
|
3259
|
+
limitation the rights to use, copy, modify, merge,
|
|
3260
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3261
|
+
the Software, and to permit persons to whom the Software
|
|
3262
|
+
is furnished to do so, subject to the following
|
|
3263
|
+
conditions:
|
|
3002
3264
|
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3007
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3008
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3009
|
-
THE SOFTWARE.
|
|
3265
|
+
The above copyright notice and this permission notice
|
|
3266
|
+
shall be included in all copies or substantial portions
|
|
3267
|
+
of the Software.
|
|
3010
3268
|
|
|
3269
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3270
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3271
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3272
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3273
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3274
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3275
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3276
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3277
|
+
DEALINGS IN THE SOFTWARE.
|
|
3011
3278
|
|
|
3012
3279
|
````
|
|
3013
3280
|
|
|
@@ -3017,10 +3284,10 @@ THE SOFTWARE.
|
|
|
3017
3284
|
|
|
3018
3285
|
### Rust Crates:
|
|
3019
3286
|
|
|
3020
|
-
- [
|
|
3287
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3021
3288
|
|
|
3022
3289
|
````text
|
|
3023
|
-
Copyright (c)
|
|
3290
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3024
3291
|
|
|
3025
3292
|
Permission is hereby granted, free of charge, to any
|
|
3026
3293
|
person obtaining a copy of this software and associated
|
|
@@ -3054,11 +3321,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3054
3321
|
|
|
3055
3322
|
### Rust Crates:
|
|
3056
3323
|
|
|
3057
|
-
- [
|
|
3058
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3324
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3059
3325
|
|
|
3060
3326
|
````text
|
|
3061
|
-
Copyright
|
|
3327
|
+
Copyright Mozilla Foundation
|
|
3062
3328
|
|
|
3063
3329
|
Permission is hereby granted, free of charge, to any
|
|
3064
3330
|
person obtaining a copy of this software and associated
|
|
@@ -3092,10 +3358,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3092
3358
|
|
|
3093
3359
|
### Rust Crates:
|
|
3094
3360
|
|
|
3095
|
-
- [
|
|
3361
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3096
3362
|
|
|
3097
3363
|
````text
|
|
3098
|
-
Copyright (c)
|
|
3364
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3365
|
+
|
|
3366
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3367
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3368
|
+
in the Software without restriction, including without limitation the rights
|
|
3369
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3370
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3371
|
+
furnished to do so, subject to the following conditions:
|
|
3372
|
+
|
|
3373
|
+
The above copyright notice and this permission notice shall be included in
|
|
3374
|
+
all copies or substantial portions of the Software.
|
|
3375
|
+
|
|
3376
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3377
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3378
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3379
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3380
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3381
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3382
|
+
THE SOFTWARE.
|
|
3383
|
+
|
|
3384
|
+
|
|
3385
|
+
````
|
|
3386
|
+
|
|
3387
|
+
---
|
|
3388
|
+
|
|
3389
|
+
## The following dependencies are licensed under the MIT License:
|
|
3390
|
+
|
|
3391
|
+
### Rust Crates:
|
|
3392
|
+
|
|
3393
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3394
|
+
|
|
3395
|
+
````text
|
|
3396
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3099
3397
|
|
|
3100
3398
|
Permission is hereby granted, free of charge, to any
|
|
3101
3399
|
person obtaining a copy of this software and associated
|
|
@@ -3129,16 +3427,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3129
3427
|
|
|
3130
3428
|
### Rust Crates:
|
|
3131
3429
|
|
|
3132
|
-
- [
|
|
3430
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3133
3431
|
|
|
3134
3432
|
````text
|
|
3135
|
-
Copyright 2016
|
|
3433
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3136
3434
|
|
|
3137
|
-
Permission is hereby granted, free of charge, to any
|
|
3435
|
+
Permission is hereby granted, free of charge, to any
|
|
3436
|
+
person obtaining a copy of this software and associated
|
|
3437
|
+
documentation files (the "Software"), to deal in the
|
|
3438
|
+
Software without restriction, including without
|
|
3439
|
+
limitation the rights to use, copy, modify, merge,
|
|
3440
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3441
|
+
the Software, and to permit persons to whom the Software
|
|
3442
|
+
is furnished to do so, subject to the following
|
|
3443
|
+
conditions:
|
|
3138
3444
|
|
|
3139
|
-
The above copyright notice and this permission notice
|
|
3445
|
+
The above copyright notice and this permission notice
|
|
3446
|
+
shall be included in all copies or substantial portions
|
|
3447
|
+
of the Software.
|
|
3140
3448
|
|
|
3141
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3449
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3450
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3451
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3452
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3453
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3454
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3455
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3456
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3457
|
+
DEALINGS IN THE SOFTWARE.
|
|
3142
3458
|
|
|
3143
3459
|
````
|
|
3144
3460
|
|
|
@@ -3148,10 +3464,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3148
3464
|
|
|
3149
3465
|
### Rust Crates:
|
|
3150
3466
|
|
|
3151
|
-
- [
|
|
3467
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3152
3468
|
|
|
3153
3469
|
````text
|
|
3154
|
-
Copyright (c)
|
|
3470
|
+
Copyright (c) 2015 Igor Shaula
|
|
3155
3471
|
|
|
3156
3472
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3157
3473
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3177,14 +3493,15 @@ THE SOFTWARE.
|
|
|
3177
3493
|
|
|
3178
3494
|
## The following dependencies are licensed under the MIT License:
|
|
3179
3495
|
|
|
3180
|
-
###
|
|
3496
|
+
### Rust Crates:
|
|
3181
3497
|
|
|
3182
|
-
- [
|
|
3498
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3183
3499
|
|
|
3184
3500
|
````text
|
|
3185
3501
|
The MIT License (MIT)
|
|
3186
3502
|
|
|
3187
|
-
Copyright (c) 2015-
|
|
3503
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3504
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3188
3505
|
|
|
3189
3506
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3190
3507
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3204,7 +3521,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3204
3521
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3205
3522
|
SOFTWARE.
|
|
3206
3523
|
|
|
3207
|
-
|
|
3208
3524
|
````
|
|
3209
3525
|
|
|
3210
3526
|
---
|
|
@@ -3213,28 +3529,34 @@ SOFTWARE.
|
|
|
3213
3529
|
|
|
3214
3530
|
### Rust Crates:
|
|
3215
3531
|
|
|
3216
|
-
- [
|
|
3532
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3217
3533
|
|
|
3218
3534
|
````text
|
|
3219
|
-
Copyright
|
|
3220
|
-
|
|
3221
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3222
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3223
|
-
in the Software without restriction, including without limitation the rights
|
|
3224
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3225
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3226
|
-
furnished to do so, subject to the following conditions:
|
|
3227
|
-
|
|
3228
|
-
The above copyright notice and this permission notice shall be included in
|
|
3229
|
-
all copies or substantial portions of the Software.
|
|
3535
|
+
Copyright 2023 The Fuchsia Authors
|
|
3230
3536
|
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3537
|
+
Permission is hereby granted, free of charge, to any
|
|
3538
|
+
person obtaining a copy of this software and associated
|
|
3539
|
+
documentation files (the "Software"), to deal in the
|
|
3540
|
+
Software without restriction, including without
|
|
3541
|
+
limitation the rights to use, copy, modify, merge,
|
|
3542
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3543
|
+
the Software, and to permit persons to whom the Software
|
|
3544
|
+
is furnished to do so, subject to the following
|
|
3545
|
+
conditions:
|
|
3546
|
+
|
|
3547
|
+
The above copyright notice and this permission notice
|
|
3548
|
+
shall be included in all copies or substantial portions
|
|
3549
|
+
of the Software.
|
|
3550
|
+
|
|
3551
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3552
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3553
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3554
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3555
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3556
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3557
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3558
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3559
|
+
DEALINGS IN THE SOFTWARE.
|
|
3238
3560
|
|
|
3239
3561
|
|
|
3240
3562
|
````
|
|
@@ -3245,30 +3567,36 @@ THE SOFTWARE.
|
|
|
3245
3567
|
|
|
3246
3568
|
### Rust Crates:
|
|
3247
3569
|
|
|
3248
|
-
- [
|
|
3570
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3249
3571
|
|
|
3250
3572
|
````text
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
Copyright (c)
|
|
3573
|
+
Copyright (c) 2017 Carl Lerche
|
|
3574
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3575
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3254
3576
|
|
|
3255
|
-
Permission is hereby granted, free of charge, to any
|
|
3256
|
-
of this software and associated
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3577
|
+
Permission is hereby granted, free of charge, to any
|
|
3578
|
+
person obtaining a copy of this software and associated
|
|
3579
|
+
documentation files (the "Software"), to deal in the
|
|
3580
|
+
Software without restriction, including without
|
|
3581
|
+
limitation the rights to use, copy, modify, merge,
|
|
3582
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3583
|
+
the Software, and to permit persons to whom the Software
|
|
3584
|
+
is furnished to do so, subject to the following
|
|
3585
|
+
conditions:
|
|
3261
3586
|
|
|
3262
|
-
The above copyright notice and this permission notice
|
|
3263
|
-
copies or substantial portions
|
|
3587
|
+
The above copyright notice and this permission notice
|
|
3588
|
+
shall be included in all copies or substantial portions
|
|
3589
|
+
of the Software.
|
|
3264
3590
|
|
|
3265
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3266
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3591
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3592
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3593
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3594
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3595
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3596
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3597
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3598
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3599
|
+
DEALINGS IN THE SOFTWARE.
|
|
3272
3600
|
|
|
3273
3601
|
````
|
|
3274
3602
|
|
|
@@ -3278,14 +3606,12 @@ SOFTWARE.
|
|
|
3278
3606
|
|
|
3279
3607
|
### Rust Crates:
|
|
3280
3608
|
|
|
3281
|
-
- [
|
|
3609
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3282
3610
|
|
|
3283
3611
|
````text
|
|
3284
3612
|
The MIT License (MIT)
|
|
3285
3613
|
|
|
3286
|
-
Copyright (c)
|
|
3287
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3288
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
3614
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3289
3615
|
|
|
3290
3616
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3291
3617
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3305,6 +3631,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3305
3631
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3306
3632
|
SOFTWARE.
|
|
3307
3633
|
|
|
3634
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3635
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3308
3636
|
````
|
|
3309
3637
|
|
|
3310
3638
|
---
|
|
@@ -3313,28 +3641,34 @@ SOFTWARE.
|
|
|
3313
3641
|
|
|
3314
3642
|
### Rust Crates:
|
|
3315
3643
|
|
|
3316
|
-
- [
|
|
3644
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3317
3645
|
|
|
3318
3646
|
````text
|
|
3319
|
-
Copyright (c)
|
|
3647
|
+
Copyright (c) 2018 Carl Lerche
|
|
3320
3648
|
|
|
3321
|
-
Permission is hereby granted, free of charge, to any
|
|
3322
|
-
of this software and associated
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3649
|
+
Permission is hereby granted, free of charge, to any
|
|
3650
|
+
person obtaining a copy of this software and associated
|
|
3651
|
+
documentation files (the "Software"), to deal in the
|
|
3652
|
+
Software without restriction, including without
|
|
3653
|
+
limitation the rights to use, copy, modify, merge,
|
|
3654
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3655
|
+
the Software, and to permit persons to whom the Software
|
|
3656
|
+
is furnished to do so, subject to the following
|
|
3657
|
+
conditions:
|
|
3327
3658
|
|
|
3328
|
-
The above copyright notice and this permission notice
|
|
3329
|
-
all copies or substantial portions
|
|
3659
|
+
The above copyright notice and this permission notice
|
|
3660
|
+
shall be included in all copies or substantial portions
|
|
3661
|
+
of the Software.
|
|
3330
3662
|
|
|
3331
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3332
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3663
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3664
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3665
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3666
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3667
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3668
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3669
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3670
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3671
|
+
DEALINGS IN THE SOFTWARE.
|
|
3338
3672
|
|
|
3339
3673
|
````
|
|
3340
3674
|
|
|
@@ -3382,16 +3716,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3382
3716
|
|
|
3383
3717
|
### Rust Crates:
|
|
3384
3718
|
|
|
3385
|
-
- [
|
|
3719
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3386
3720
|
|
|
3387
3721
|
````text
|
|
3388
|
-
Copyright (c)
|
|
3722
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3389
3723
|
|
|
3390
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3724
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3725
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3726
|
+
in the Software without restriction, including without limitation the rights
|
|
3727
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3728
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3729
|
+
furnished to do so, subject to the following conditions:
|
|
3391
3730
|
|
|
3392
|
-
The above copyright notice and this permission notice shall be included in
|
|
3731
|
+
The above copyright notice and this permission notice shall be included in
|
|
3732
|
+
all copies or substantial portions of the Software.
|
|
3393
3733
|
|
|
3394
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3734
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3735
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3736
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3737
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3738
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3739
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3740
|
+
THE SOFTWARE.
|
|
3395
3741
|
|
|
3396
3742
|
````
|
|
3397
3743
|
|
|
@@ -3401,19 +3747,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3401
3747
|
|
|
3402
3748
|
### Rust Crates:
|
|
3403
3749
|
|
|
3404
|
-
- [
|
|
3405
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3750
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3406
3751
|
|
|
3407
3752
|
````text
|
|
3408
|
-
The MIT License (MIT)
|
|
3409
|
-
|
|
3410
|
-
Copyright 2016
|
|
3411
|
-
|
|
3412
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3753
|
+
The MIT License (MIT)
|
|
3754
|
+
|
|
3755
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3756
|
+
|
|
3757
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3758
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3759
|
+
in the Software without restriction, including without limitation the rights
|
|
3760
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3761
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3762
|
+
furnished to do so, subject to the following conditions:
|
|
3763
|
+
|
|
3764
|
+
|
|
3765
|
+
The above copyright notice and this permission notice shall be included in
|
|
3766
|
+
all copies or substantial portions of the Software.
|
|
3767
|
+
|
|
3768
|
+
|
|
3769
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3770
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3771
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3772
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3773
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3774
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3775
|
+
THE SOFTWARE.
|
|
3417
3776
|
|
|
3418
3777
|
````
|
|
3419
3778
|
|
|
@@ -3423,10 +3782,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3423
3782
|
|
|
3424
3783
|
### Rust Crates:
|
|
3425
3784
|
|
|
3426
|
-
- [
|
|
3785
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3786
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3787
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3427
3788
|
|
|
3428
3789
|
````text
|
|
3429
|
-
Copyright 2019
|
|
3790
|
+
Copyright (c) 2019 Tower Contributors
|
|
3430
3791
|
|
|
3431
3792
|
Permission is hereby granted, free of charge, to any
|
|
3432
3793
|
person obtaining a copy of this software and associated
|
|
@@ -3460,28 +3821,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3460
3821
|
|
|
3461
3822
|
### Rust Crates:
|
|
3462
3823
|
|
|
3463
|
-
- [
|
|
3824
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3825
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3826
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3827
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3828
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3829
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3830
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3831
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3832
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3833
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3834
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3835
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3836
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3837
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3838
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3839
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3840
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3841
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3842
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3843
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3844
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3845
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3846
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3847
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3848
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3464
3849
|
|
|
3465
3850
|
````text
|
|
3466
|
-
|
|
3851
|
+
MIT License
|
|
3467
3852
|
|
|
3468
|
-
|
|
3469
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3470
|
-
in the Software without restriction, including without limitation the rights
|
|
3471
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3472
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3473
|
-
furnished to do so, subject to the following conditions:
|
|
3853
|
+
Copyright (c) <year> <copyright holders>
|
|
3474
3854
|
|
|
3475
|
-
|
|
3476
|
-
|
|
3855
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3856
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3857
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3858
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3859
|
+
following conditions:
|
|
3477
3860
|
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
THE SOFTWARE
|
|
3861
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3862
|
+
portions of the Software.
|
|
3863
|
+
|
|
3864
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3865
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3866
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3867
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3868
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3485
3869
|
|
|
3486
3870
|
````
|
|
3487
3871
|
|
|
@@ -3491,13 +3875,12 @@ THE SOFTWARE.
|
|
|
3491
3875
|
|
|
3492
3876
|
### Rust Crates:
|
|
3493
3877
|
|
|
3494
|
-
- [
|
|
3878
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3495
3879
|
|
|
3496
3880
|
````text
|
|
3497
3881
|
The MIT License (MIT)
|
|
3498
3882
|
|
|
3499
|
-
Copyright (c)
|
|
3500
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3883
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3501
3884
|
|
|
3502
3885
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3503
3886
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3525,42 +3908,11 @@ SOFTWARE.
|
|
|
3525
3908
|
|
|
3526
3909
|
### Rust Crates:
|
|
3527
3910
|
|
|
3528
|
-
- [
|
|
3529
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
3911
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3530
3912
|
|
|
3531
3913
|
````text
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3535
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3536
|
-
in the Software without restriction, including without limitation the rights
|
|
3537
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3538
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3539
|
-
furnished to do so, subject to the following conditions:
|
|
3540
|
-
|
|
3541
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3542
|
-
copies or substantial portions of the Software.
|
|
3543
|
-
|
|
3544
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3545
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3546
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3547
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3548
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3549
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3550
|
-
SOFTWARE.
|
|
3551
|
-
|
|
3552
|
-
````
|
|
3553
|
-
|
|
3554
|
-
---
|
|
3555
|
-
|
|
3556
|
-
## The following dependencies are licensed under the MIT License:
|
|
3557
|
-
|
|
3558
|
-
### Rust Crates:
|
|
3559
|
-
|
|
3560
|
-
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3561
|
-
|
|
3562
|
-
````text
|
|
3563
|
-
Copyright (c) 2019-2021 Tower Contributors
|
|
3914
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3915
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3564
3916
|
|
|
3565
3917
|
Permission is hereby granted, free of charge, to any
|
|
3566
3918
|
person obtaining a copy of this software and associated
|
|
@@ -3594,10 +3946,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3594
3946
|
|
|
3595
3947
|
### Rust Crates:
|
|
3596
3948
|
|
|
3597
|
-
- [
|
|
3949
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3598
3950
|
|
|
3599
3951
|
````text
|
|
3600
|
-
Copyright (c)
|
|
3952
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3953
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3601
3954
|
|
|
3602
3955
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3603
3956
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3606,17 +3959,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3606
3959
|
copies of the Software, and to permit persons to whom the Software is
|
|
3607
3960
|
furnished to do so, subject to the following conditions:
|
|
3608
3961
|
|
|
3609
|
-
The above copyright notice and this permission notice shall be included in
|
|
3610
|
-
|
|
3962
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3963
|
+
copies or substantial portions of the Software.
|
|
3611
3964
|
|
|
3612
3965
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3613
3966
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3614
3967
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3615
3968
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3616
3969
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3617
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3618
|
-
|
|
3619
|
-
|
|
3970
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3971
|
+
SOFTWARE.
|
|
3620
3972
|
|
|
3621
3973
|
````
|
|
3622
3974
|
|
|
@@ -3626,34 +3978,16 @@ THE SOFTWARE.
|
|
|
3626
3978
|
|
|
3627
3979
|
### Rust Crates:
|
|
3628
3980
|
|
|
3629
|
-
- [
|
|
3981
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3630
3982
|
|
|
3631
3983
|
````text
|
|
3632
|
-
Copyright
|
|
3984
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3633
3985
|
|
|
3634
|
-
Permission is hereby granted, free of charge, to any
|
|
3635
|
-
person obtaining a copy of this software and associated
|
|
3636
|
-
documentation files (the "Software"), to deal in the
|
|
3637
|
-
Software without restriction, including without
|
|
3638
|
-
limitation the rights to use, copy, modify, merge,
|
|
3639
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3640
|
-
the Software, and to permit persons to whom the Software
|
|
3641
|
-
is furnished to do so, subject to the following
|
|
3642
|
-
conditions:
|
|
3986
|
+
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:
|
|
3643
3987
|
|
|
3644
|
-
The above copyright notice and this permission notice
|
|
3645
|
-
shall be included in all copies or substantial portions
|
|
3646
|
-
of the Software.
|
|
3988
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3647
3989
|
|
|
3648
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3649
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3650
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3651
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3652
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3653
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3654
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3655
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3656
|
-
DEALINGS IN THE SOFTWARE.
|
|
3990
|
+
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.
|
|
3657
3991
|
|
|
3658
3992
|
````
|
|
3659
3993
|
|
|
@@ -3663,10 +3997,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3663
3997
|
|
|
3664
3998
|
### Rust Crates:
|
|
3665
3999
|
|
|
3666
|
-
- [
|
|
4000
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
4001
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
4002
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
4003
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
4004
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
4005
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3667
4006
|
|
|
3668
4007
|
````text
|
|
3669
|
-
Copyright (c)
|
|
4008
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3670
4009
|
|
|
3671
4010
|
Permission is hereby granted, free of charge, to any
|
|
3672
4011
|
person obtaining a copy of this software and associated
|
|
@@ -3700,49 +4039,9 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3700
4039
|
|
|
3701
4040
|
### Rust Crates:
|
|
3702
4041
|
|
|
3703
|
-
- [
|
|
3704
|
-
|
|
3705
|
-
````text
|
|
3706
|
-
MIT License
|
|
3707
|
-
|
|
3708
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3709
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3710
|
-
Copyright (c) 2017 Frommi
|
|
3711
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3715
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3716
|
-
in the Software without restriction, including without limitation the rights
|
|
3717
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3718
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3719
|
-
furnished to do so, subject to the following conditions:
|
|
3720
|
-
|
|
3721
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3722
|
-
copies or substantial portions of the Software.
|
|
3723
|
-
|
|
3724
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3725
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3726
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3727
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3728
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3729
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3730
|
-
SOFTWARE.
|
|
3731
|
-
|
|
3732
|
-
````
|
|
3733
|
-
|
|
3734
|
-
---
|
|
3735
|
-
|
|
3736
|
-
## The following dependencies are licensed under the MIT License:
|
|
3737
|
-
|
|
3738
|
-
### Rust Crates:
|
|
3739
|
-
|
|
3740
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
4042
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
3741
4043
|
|
|
3742
4044
|
````text
|
|
3743
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3744
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3745
|
-
|
|
3746
4045
|
Permission is hereby granted, free of charge, to any
|
|
3747
4046
|
person obtaining a copy of this software and associated
|
|
3748
4047
|
documentation files (the "Software"), to deal in the
|
|
@@ -3766,7 +4065,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3766
4065
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3767
4066
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3768
4067
|
DEALINGS IN THE SOFTWARE.
|
|
3769
|
-
|
|
3770
4068
|
````
|
|
3771
4069
|
|
|
3772
4070
|
---
|
|
@@ -3775,45 +4073,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3775
4073
|
|
|
3776
4074
|
### Rust Crates:
|
|
3777
4075
|
|
|
3778
|
-
- [
|
|
3779
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3780
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3781
|
-
|
|
3782
|
-
````text
|
|
3783
|
-
MIT License
|
|
3784
|
-
|
|
3785
|
-
Copyright (c) 2017 Ted Driggs
|
|
3786
|
-
|
|
3787
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3788
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3789
|
-
in the Software without restriction, including without limitation the rights
|
|
3790
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3791
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3792
|
-
furnished to do so, subject to the following conditions:
|
|
3793
|
-
|
|
3794
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3795
|
-
copies or substantial portions of the Software.
|
|
3796
|
-
|
|
3797
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3798
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3799
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3800
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3801
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3802
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3803
|
-
SOFTWARE.
|
|
3804
|
-
|
|
3805
|
-
````
|
|
3806
|
-
|
|
3807
|
-
---
|
|
3808
|
-
|
|
3809
|
-
## The following dependencies are licensed under the MIT License:
|
|
3810
|
-
|
|
3811
|
-
### Rust Crates:
|
|
3812
|
-
|
|
3813
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
4076
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3814
4077
|
|
|
3815
4078
|
````text
|
|
3816
|
-
Copyright (c)
|
|
4079
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3817
4080
|
|
|
3818
4081
|
Permission is hereby granted, free of charge, to any
|
|
3819
4082
|
person obtaining a copy of this software and associated
|
|
@@ -3847,10 +4110,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3847
4110
|
|
|
3848
4111
|
### Rust Crates:
|
|
3849
4112
|
|
|
3850
|
-
- [
|
|
4113
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3851
4114
|
|
|
3852
4115
|
````text
|
|
3853
|
-
Copyright (c)
|
|
4116
|
+
Copyright (c) 2017 Contributors
|
|
3854
4117
|
|
|
3855
4118
|
Permission is hereby granted, free of charge, to any
|
|
3856
4119
|
person obtaining a copy of this software and associated
|
|
@@ -3884,222 +4147,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3884
4147
|
|
|
3885
4148
|
### Rust Crates:
|
|
3886
4149
|
|
|
3887
|
-
- [
|
|
3888
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3889
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3890
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3891
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3892
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3893
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3894
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3895
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3896
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3897
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3898
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3899
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3900
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3901
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3902
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3903
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3904
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3905
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3906
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3907
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3908
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3909
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3910
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3911
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3912
|
-
|
|
3913
|
-
````text
|
|
3914
|
-
MIT License
|
|
3915
|
-
|
|
3916
|
-
Copyright (c) <year> <copyright holders>
|
|
3917
|
-
|
|
3918
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3919
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3920
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3921
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3922
|
-
following conditions:
|
|
3923
|
-
|
|
3924
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3925
|
-
portions of the Software.
|
|
3926
|
-
|
|
3927
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3928
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3929
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3930
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3931
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3932
|
-
|
|
3933
|
-
````
|
|
3934
|
-
|
|
3935
|
-
---
|
|
3936
|
-
|
|
3937
|
-
## The following dependencies are licensed under the MIT License:
|
|
3938
|
-
|
|
3939
|
-
### Rust Crates:
|
|
3940
|
-
|
|
3941
|
-
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3942
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3943
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3944
|
-
|
|
3945
|
-
````text
|
|
3946
|
-
MIT License
|
|
3947
|
-
|
|
3948
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3949
|
-
|
|
3950
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3951
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3952
|
-
in the Software without restriction, including without limitation the rights
|
|
3953
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3954
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3955
|
-
furnished to do so, subject to the following conditions:
|
|
3956
|
-
|
|
3957
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3958
|
-
copies or substantial portions of the Software.
|
|
3959
|
-
|
|
3960
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3961
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3962
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3963
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3964
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3965
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3966
|
-
SOFTWARE.
|
|
3967
|
-
|
|
3968
|
-
````
|
|
3969
|
-
|
|
3970
|
-
---
|
|
3971
|
-
|
|
3972
|
-
## The following dependencies are licensed under the MIT License:
|
|
3973
|
-
|
|
3974
|
-
### Rust Crates:
|
|
3975
|
-
|
|
3976
|
-
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
3977
|
-
|
|
3978
|
-
````text
|
|
3979
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3980
|
-
|
|
3981
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3982
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3983
|
-
the Software without restriction, including without limitation the rights to
|
|
3984
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3985
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3986
|
-
subject to the following conditions:
|
|
3987
|
-
|
|
3988
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3989
|
-
copies or substantial portions of the Software.
|
|
3990
|
-
|
|
3991
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3992
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3993
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3994
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3995
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3996
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3997
|
-
|
|
3998
|
-
````
|
|
3999
|
-
|
|
4000
|
-
---
|
|
4001
|
-
|
|
4002
|
-
## The following dependencies are licensed under the MIT License:
|
|
4003
|
-
|
|
4004
|
-
### NPM Packages:
|
|
4005
|
-
|
|
4006
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4007
|
-
|
|
4008
|
-
````text
|
|
4009
|
-
This software is released under the MIT license:
|
|
4010
|
-
|
|
4011
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4012
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
4013
|
-
the Software without restriction, including without limitation the rights to
|
|
4014
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4015
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4016
|
-
subject to the following conditions:
|
|
4017
|
-
|
|
4018
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4019
|
-
copies or substantial portions of the Software.
|
|
4020
|
-
|
|
4021
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4022
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4023
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4024
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4025
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4026
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4027
|
-
|
|
4028
|
-
````
|
|
4029
|
-
|
|
4030
|
-
---
|
|
4031
|
-
|
|
4032
|
-
## The following dependencies are licensed under the MIT License:
|
|
4033
|
-
|
|
4034
|
-
### Rust Crates:
|
|
4035
|
-
|
|
4036
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
4037
|
-
|
|
4038
|
-
````text
|
|
4039
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
4040
|
-
|
|
4041
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4042
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4043
|
-
in the Software without restriction, including without limitation the rights
|
|
4044
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4045
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4046
|
-
furnished to do so, subject to the following conditions:
|
|
4047
|
-
|
|
4048
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4049
|
-
copies or substantial portions of the Software.
|
|
4050
|
-
|
|
4051
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4052
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4053
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4054
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4055
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4056
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4057
|
-
SOFTWARE.
|
|
4058
|
-
|
|
4059
|
-
````
|
|
4060
|
-
|
|
4061
|
-
---
|
|
4062
|
-
|
|
4063
|
-
## The following dependencies are licensed under the MIT License:
|
|
4064
|
-
|
|
4065
|
-
### Rust Crates:
|
|
4066
|
-
|
|
4067
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
4068
|
-
|
|
4069
|
-
````text
|
|
4070
|
-
Copyright (c) 2017 Daniel Abramov
|
|
4071
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
4072
|
-
|
|
4073
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4074
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4075
|
-
in the Software without restriction, including without limitation the rights
|
|
4076
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4077
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4078
|
-
furnished to do so, subject to the following conditions:
|
|
4079
|
-
|
|
4080
|
-
The above copyright notice and this permission notice shall be included in
|
|
4081
|
-
all copies or substantial portions of the Software.
|
|
4082
|
-
|
|
4083
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4084
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4085
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4086
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4087
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4088
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4089
|
-
THE SOFTWARE.
|
|
4090
|
-
|
|
4091
|
-
````
|
|
4092
|
-
|
|
4093
|
-
---
|
|
4094
|
-
|
|
4095
|
-
## The following dependencies are licensed under the MIT License:
|
|
4096
|
-
|
|
4097
|
-
### Rust Crates:
|
|
4098
|
-
|
|
4099
|
-
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
4150
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
4100
4151
|
|
|
4101
4152
|
````text
|
|
4102
|
-
Copyright (c)
|
|
4153
|
+
Copyright (c) 2016 Anthony Ramine
|
|
4103
4154
|
|
|
4104
4155
|
Permission is hereby granted, free of charge, to any
|
|
4105
4156
|
person obtaining a copy of this software and associated
|
|
@@ -4133,54 +4184,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4133
4184
|
|
|
4134
4185
|
### Rust Crates:
|
|
4135
4186
|
|
|
4136
|
-
- [
|
|
4137
|
-
|
|
4138
|
-
````text
|
|
4139
|
-
The MIT License (MIT)
|
|
4140
|
-
|
|
4141
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
4142
|
-
|
|
4143
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4144
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4145
|
-
in the Software without restriction, including without limitation the rights
|
|
4146
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4147
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4148
|
-
furnished to do so, subject to the following conditions:
|
|
4149
|
-
|
|
4150
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4151
|
-
copies or substantial portions of the Software.
|
|
4152
|
-
|
|
4153
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4154
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4155
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4156
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4157
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4158
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4159
|
-
SOFTWARE.
|
|
4160
|
-
|
|
4161
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
4162
|
-
licences; see files named LICENSE.*.txt for details.
|
|
4163
|
-
````
|
|
4164
|
-
|
|
4165
|
-
---
|
|
4166
|
-
|
|
4167
|
-
## The following dependencies are licensed under the MIT License:
|
|
4168
|
-
|
|
4169
|
-
### Rust Crates:
|
|
4170
|
-
|
|
4171
|
-
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4172
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4173
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4174
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4175
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4176
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4177
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4178
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4179
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4187
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
4180
4188
|
|
|
4181
4189
|
````text
|
|
4182
|
-
Copyright (c)
|
|
4183
|
-
Copyright (c) 2017 The Tokio Authors
|
|
4190
|
+
Copyright (c) The rust-url developers
|
|
4184
4191
|
|
|
4185
4192
|
Permission is hereby granted, free of charge, to any
|
|
4186
4193
|
person obtaining a copy of this software and associated
|
|
@@ -4212,36 +4219,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4212
4219
|
|
|
4213
4220
|
## The following dependencies are licensed under the MIT License:
|
|
4214
4221
|
|
|
4215
|
-
###
|
|
4222
|
+
### NPM Packages:
|
|
4216
4223
|
|
|
4217
|
-
- [
|
|
4224
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4218
4225
|
|
|
4219
4226
|
````text
|
|
4220
|
-
|
|
4227
|
+
This software is released under the MIT license:
|
|
4221
4228
|
|
|
4222
|
-
Permission is hereby granted, free of charge, to any
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
the Software, and to permit persons to whom the Software
|
|
4229
|
-
is furnished to do so, subject to the following
|
|
4230
|
-
conditions:
|
|
4229
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4230
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
4231
|
+
the Software without restriction, including without limitation the rights to
|
|
4232
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4233
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4234
|
+
subject to the following conditions:
|
|
4231
4235
|
|
|
4232
|
-
The above copyright notice and this permission notice
|
|
4233
|
-
|
|
4234
|
-
of the Software.
|
|
4236
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4237
|
+
copies or substantial portions of the Software.
|
|
4235
4238
|
|
|
4236
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4243
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4244
|
-
DEALINGS IN THE SOFTWARE.
|
|
4239
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4240
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4241
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4242
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4243
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4244
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4245
4245
|
|
|
4246
4246
|
````
|
|
4247
4247
|
|