@deveco-codegenie/mcp-bridge-darwin-x64 1.1.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1252 -1252
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -17,32 +17,6 @@
|
|
|
17
17
|
- UNKNOWN: 1
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
---
|
|
21
|
-
|
|
22
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
23
|
-
|
|
24
|
-
### Rust Crates:
|
|
25
|
-
|
|
26
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
27
|
-
|
|
28
|
-
````text
|
|
29
|
-
BSD Zero Clause License
|
|
30
|
-
|
|
31
|
-
Copyright (c) 2024 kotauskas
|
|
32
|
-
|
|
33
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
34
|
-
purpose with or without fee is hereby granted.
|
|
35
|
-
|
|
36
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
37
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
38
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
39
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
40
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
41
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
42
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
43
|
-
|
|
44
|
-
````
|
|
45
|
-
|
|
46
20
|
---
|
|
47
21
|
|
|
48
22
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -95,6 +69,32 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
95
69
|
|
|
96
70
|
---
|
|
97
71
|
|
|
72
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
73
|
+
|
|
74
|
+
### Rust Crates:
|
|
75
|
+
|
|
76
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
77
|
+
|
|
78
|
+
````text
|
|
79
|
+
BSD Zero Clause License
|
|
80
|
+
|
|
81
|
+
Copyright (c) 2024 kotauskas
|
|
82
|
+
|
|
83
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
84
|
+
purpose with or without fee is hereby granted.
|
|
85
|
+
|
|
86
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
87
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
88
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
89
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
90
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
91
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
92
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
93
|
+
|
|
94
|
+
````
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
98
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
99
99
|
|
|
100
100
|
### Rust Crates:
|
|
@@ -679,17 +679,12 @@ THIS SOFTWARE.
|
|
|
679
679
|
|
|
680
680
|
### Rust Crates:
|
|
681
681
|
|
|
682
|
-
- [
|
|
682
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
683
683
|
|
|
684
684
|
````text
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
Includes parts of http date with the following copyright:
|
|
688
|
-
Copyright (c) 2016 Pyfisch
|
|
689
|
-
|
|
690
|
-
Includes portions of musl libc with the following copyright:
|
|
691
|
-
Copyright © 2005-2013 Rich Felker
|
|
685
|
+
MIT License
|
|
692
686
|
|
|
687
|
+
Copyright (c) 2025 rutrum
|
|
693
688
|
|
|
694
689
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
695
690
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -708,6 +703,70 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
708
703
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
709
704
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
710
705
|
SOFTWARE.
|
|
706
|
+
````
|
|
707
|
+
|
|
708
|
+
---
|
|
709
|
+
|
|
710
|
+
## The following dependencies are licensed under the MIT License:
|
|
711
|
+
|
|
712
|
+
### Rust Crates:
|
|
713
|
+
|
|
714
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
715
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
716
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
717
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
718
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
719
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
720
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
721
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
722
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
723
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
724
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
725
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
726
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
727
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
728
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
729
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
730
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
731
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
732
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
733
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
734
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
735
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
736
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
737
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
738
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
739
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
740
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
741
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
742
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
743
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
744
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
745
|
+
|
|
746
|
+
````text
|
|
747
|
+
Permission is hereby granted, free of charge, to any
|
|
748
|
+
person obtaining a copy of this software and associated
|
|
749
|
+
documentation files (the "Software"), to deal in the
|
|
750
|
+
Software without restriction, including without
|
|
751
|
+
limitation the rights to use, copy, modify, merge,
|
|
752
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
753
|
+
the Software, and to permit persons to whom the Software
|
|
754
|
+
is furnished to do so, subject to the following
|
|
755
|
+
conditions:
|
|
756
|
+
|
|
757
|
+
The above copyright notice and this permission notice
|
|
758
|
+
shall be included in all copies or substantial portions
|
|
759
|
+
of the Software.
|
|
760
|
+
|
|
761
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
762
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
763
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
764
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
765
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
766
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
767
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
768
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
769
|
+
DEALINGS IN THE SOFTWARE.
|
|
711
770
|
|
|
712
771
|
````
|
|
713
772
|
|
|
@@ -717,33 +776,35 @@ SOFTWARE.
|
|
|
717
776
|
|
|
718
777
|
### Rust Crates:
|
|
719
778
|
|
|
720
|
-
- [
|
|
779
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
721
780
|
|
|
722
781
|
````text
|
|
723
|
-
|
|
782
|
+
Copyright 2023 The Fuchsia Authors
|
|
724
783
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
784
|
+
Permission is hereby granted, free of charge, to any
|
|
785
|
+
person obtaining a copy of this software and associated
|
|
786
|
+
documentation files (the "Software"), to deal in the
|
|
787
|
+
Software without restriction, including without
|
|
788
|
+
limitation the rights to use, copy, modify, merge,
|
|
789
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
790
|
+
the Software, and to permit persons to whom the Software
|
|
791
|
+
is furnished to do so, subject to the following
|
|
792
|
+
conditions:
|
|
729
793
|
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
734
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
735
|
-
furnished to do so, subject to the following conditions:
|
|
794
|
+
The above copyright notice and this permission notice
|
|
795
|
+
shall be included in all copies or substantial portions
|
|
796
|
+
of the Software.
|
|
736
797
|
|
|
737
|
-
|
|
738
|
-
|
|
798
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
799
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
800
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
801
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
802
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
803
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
804
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
805
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
806
|
+
DEALINGS IN THE SOFTWARE.
|
|
739
807
|
|
|
740
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
741
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
742
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
743
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
744
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
745
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
746
|
-
SOFTWARE.
|
|
747
808
|
|
|
748
809
|
````
|
|
749
810
|
|
|
@@ -753,14 +814,14 @@ SOFTWARE.
|
|
|
753
814
|
|
|
754
815
|
### Rust Crates:
|
|
755
816
|
|
|
756
|
-
- [
|
|
817
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
818
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
819
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
757
820
|
|
|
758
821
|
````text
|
|
759
|
-
|
|
822
|
+
MIT License
|
|
760
823
|
|
|
761
|
-
Copyright (c)
|
|
762
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
763
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
824
|
+
Copyright (c) Tokio Contributors
|
|
764
825
|
|
|
765
826
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
766
827
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -788,29 +849,17 @@ SOFTWARE.
|
|
|
788
849
|
|
|
789
850
|
### Rust Crates:
|
|
790
851
|
|
|
791
|
-
- [
|
|
852
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
853
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
854
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
855
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
792
856
|
|
|
793
857
|
````text
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
797
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
798
|
-
in the Software without restriction, including without limitation the rights
|
|
799
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
800
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
801
|
-
furnished to do so, subject to the following conditions:
|
|
802
|
-
|
|
803
|
-
The above copyright notice and this permission notice shall be included in
|
|
804
|
-
all copies or substantial portions of the Software.
|
|
858
|
+
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:
|
|
805
859
|
|
|
806
|
-
|
|
807
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
808
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
809
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
810
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
811
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
812
|
-
THE SOFTWARE.
|
|
860
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
813
861
|
|
|
862
|
+
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.
|
|
814
863
|
````
|
|
815
864
|
|
|
816
865
|
---
|
|
@@ -819,30 +868,36 @@ THE SOFTWARE.
|
|
|
819
868
|
|
|
820
869
|
### Rust Crates:
|
|
821
870
|
|
|
822
|
-
- [
|
|
871
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
872
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
873
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
823
874
|
|
|
824
875
|
````text
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
876
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
828
877
|
|
|
829
|
-
Permission is hereby granted, free of charge, to any
|
|
830
|
-
of this software and associated
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
878
|
+
Permission is hereby granted, free of charge, to any
|
|
879
|
+
person obtaining a copy of this software and associated
|
|
880
|
+
documentation files (the "Software"), to deal in the
|
|
881
|
+
Software without restriction, including without
|
|
882
|
+
limitation the rights to use, copy, modify, merge,
|
|
883
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
884
|
+
the Software, and to permit persons to whom the Software
|
|
885
|
+
is furnished to do so, subject to the following
|
|
886
|
+
conditions:
|
|
835
887
|
|
|
836
|
-
The above copyright notice and this permission notice
|
|
837
|
-
copies or substantial portions
|
|
888
|
+
The above copyright notice and this permission notice
|
|
889
|
+
shall be included in all copies or substantial portions
|
|
890
|
+
of the Software.
|
|
838
891
|
|
|
839
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
840
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
892
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
893
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
894
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
895
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
896
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
897
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
898
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
899
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
900
|
+
DEALINGS IN THE SOFTWARE.
|
|
846
901
|
|
|
847
902
|
````
|
|
848
903
|
|
|
@@ -852,30 +907,35 @@ SOFTWARE.
|
|
|
852
907
|
|
|
853
908
|
### Rust Crates:
|
|
854
909
|
|
|
855
|
-
- [
|
|
910
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
911
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
856
912
|
|
|
857
913
|
````text
|
|
858
|
-
|
|
914
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
859
915
|
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
furnished to do so, subject to the following
|
|
916
|
+
Permission is hereby granted, free of charge, to any
|
|
917
|
+
person obtaining a copy of this software and associated
|
|
918
|
+
documentation files (the "Software"), to deal in the
|
|
919
|
+
Software without restriction, including without
|
|
920
|
+
limitation the rights to use, copy, modify, merge,
|
|
921
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
922
|
+
the Software, and to permit persons to whom the Software
|
|
923
|
+
is furnished to do so, subject to the following
|
|
924
|
+
conditions:
|
|
868
925
|
|
|
869
|
-
The above copyright notice and this permission notice
|
|
870
|
-
all copies or substantial portions
|
|
926
|
+
The above copyright notice and this permission notice
|
|
927
|
+
shall be included in all copies or substantial portions
|
|
928
|
+
of the Software.
|
|
871
929
|
|
|
872
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
873
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
930
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
931
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
932
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
933
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
934
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
935
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
936
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
937
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
938
|
+
DEALINGS IN THE SOFTWARE.
|
|
879
939
|
|
|
880
940
|
````
|
|
881
941
|
|
|
@@ -885,29 +945,30 @@ THE SOFTWARE.
|
|
|
885
945
|
|
|
886
946
|
### Rust Crates:
|
|
887
947
|
|
|
888
|
-
- [
|
|
889
|
-
- [
|
|
948
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
949
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
890
950
|
|
|
891
951
|
````text
|
|
892
|
-
|
|
952
|
+
The MIT License (MIT)
|
|
893
953
|
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
954
|
+
Copyright (c) 2015 Steven Fackler
|
|
955
|
+
|
|
956
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
957
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
958
|
+
the Software without restriction, including without limitation the rights to
|
|
959
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
960
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
961
|
+
subject to the following conditions:
|
|
900
962
|
|
|
901
963
|
The above copyright notice and this permission notice shall be included in all
|
|
902
964
|
copies or substantial portions of the Software.
|
|
903
965
|
|
|
904
966
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
905
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
SOFTWARE.
|
|
967
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
968
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
969
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
970
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
971
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
911
972
|
|
|
912
973
|
````
|
|
913
974
|
|
|
@@ -917,12 +978,10 @@ SOFTWARE.
|
|
|
917
978
|
|
|
918
979
|
### Rust Crates:
|
|
919
980
|
|
|
920
|
-
- [
|
|
921
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
922
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
981
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
923
982
|
|
|
924
983
|
````text
|
|
925
|
-
Copyright (c)
|
|
984
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
926
985
|
|
|
927
986
|
Permission is hereby granted, free of charge, to any
|
|
928
987
|
person obtaining a copy of this software and associated
|
|
@@ -956,10 +1015,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
956
1015
|
|
|
957
1016
|
### Rust Crates:
|
|
958
1017
|
|
|
959
|
-
- [
|
|
1018
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
960
1019
|
|
|
961
1020
|
````text
|
|
962
|
-
Copyright (c)
|
|
1021
|
+
Copyright (c) 2017 Sean McArthur
|
|
1022
|
+
|
|
1023
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1024
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1025
|
+
in the Software without restriction, including without limitation the rights
|
|
1026
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1027
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1028
|
+
furnished to do so, subject to the following conditions:
|
|
1029
|
+
|
|
1030
|
+
The above copyright notice and this permission notice shall be included in
|
|
1031
|
+
all copies or substantial portions of the Software.
|
|
1032
|
+
|
|
1033
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1034
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1035
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1036
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1037
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1038
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1039
|
+
THE SOFTWARE.
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
````
|
|
1043
|
+
|
|
1044
|
+
---
|
|
1045
|
+
|
|
1046
|
+
## The following dependencies are licensed under the MIT License:
|
|
1047
|
+
|
|
1048
|
+
### Rust Crates:
|
|
1049
|
+
|
|
1050
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
1051
|
+
|
|
1052
|
+
````text
|
|
1053
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
963
1054
|
|
|
964
1055
|
Permission is hereby granted, free of charge, to any
|
|
965
1056
|
person obtaining a copy of this software and associated
|
|
@@ -993,12 +1084,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
993
1084
|
|
|
994
1085
|
### Rust Crates:
|
|
995
1086
|
|
|
996
|
-
- [
|
|
1087
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
997
1088
|
|
|
998
1089
|
````text
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1090
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1002
1091
|
|
|
1003
1092
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1004
1093
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1026,33 +1115,34 @@ THE SOFTWARE.
|
|
|
1026
1115
|
|
|
1027
1116
|
### Rust Crates:
|
|
1028
1117
|
|
|
1029
|
-
- [
|
|
1030
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1031
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1032
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1033
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1034
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1035
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1118
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1036
1119
|
|
|
1037
1120
|
````text
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
Copyright (c) <year> <copyright holders>
|
|
1121
|
+
Copyright (c) The Rust Project Developers
|
|
1041
1122
|
|
|
1042
|
-
Permission is hereby granted, free of charge, to any
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1123
|
+
Permission is hereby granted, free of charge, to any
|
|
1124
|
+
person obtaining a copy of this software and associated
|
|
1125
|
+
documentation files (the "Software"), to deal in the
|
|
1126
|
+
Software without restriction, including without
|
|
1127
|
+
limitation the rights to use, copy, modify, merge,
|
|
1128
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1129
|
+
the Software, and to permit persons to whom the Software
|
|
1130
|
+
is furnished to do so, subject to the following
|
|
1131
|
+
conditions:
|
|
1047
1132
|
|
|
1048
|
-
The above copyright notice and this permission notice
|
|
1049
|
-
|
|
1133
|
+
The above copyright notice and this permission notice
|
|
1134
|
+
shall be included in all copies or substantial portions
|
|
1135
|
+
of the Software.
|
|
1050
1136
|
|
|
1051
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1137
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1138
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1139
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1140
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1141
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1142
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1143
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1144
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1145
|
+
DEALINGS IN THE SOFTWARE.
|
|
1056
1146
|
|
|
1057
1147
|
````
|
|
1058
1148
|
|
|
@@ -1062,10 +1152,13 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1062
1152
|
|
|
1063
1153
|
### Rust Crates:
|
|
1064
1154
|
|
|
1065
|
-
- [
|
|
1155
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1156
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1066
1157
|
|
|
1067
1158
|
````text
|
|
1068
|
-
|
|
1159
|
+
MIT License
|
|
1160
|
+
|
|
1161
|
+
Copyright (c) 2019 Graham Esau
|
|
1069
1162
|
|
|
1070
1163
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1071
1164
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1093,15 +1186,10 @@ SOFTWARE.
|
|
|
1093
1186
|
|
|
1094
1187
|
### Rust Crates:
|
|
1095
1188
|
|
|
1096
|
-
- [
|
|
1097
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1098
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1099
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1100
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1101
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1189
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1102
1190
|
|
|
1103
1191
|
````text
|
|
1104
|
-
Copyright (c)
|
|
1192
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1105
1193
|
|
|
1106
1194
|
Permission is hereby granted, free of charge, to any
|
|
1107
1195
|
person obtaining a copy of this software and associated
|
|
@@ -1154,10 +1242,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1154
1242
|
|
|
1155
1243
|
### Rust Crates:
|
|
1156
1244
|
|
|
1157
|
-
- [
|
|
1245
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1158
1246
|
|
|
1159
1247
|
````text
|
|
1160
|
-
Copyright (c)
|
|
1248
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1249
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1161
1250
|
|
|
1162
1251
|
Permission is hereby granted, free of charge, to any
|
|
1163
1252
|
person obtaining a copy of this software and associated
|
|
@@ -1191,10 +1280,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1191
1280
|
|
|
1192
1281
|
### Rust Crates:
|
|
1193
1282
|
|
|
1194
|
-
- [
|
|
1283
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1195
1284
|
|
|
1196
1285
|
````text
|
|
1197
|
-
Copyright
|
|
1286
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1198
1287
|
|
|
1199
1288
|
Permission is hereby granted, free of charge, to any
|
|
1200
1289
|
person obtaining a copy of this software and associated
|
|
@@ -1228,19 +1317,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1228
1317
|
|
|
1229
1318
|
### Rust Crates:
|
|
1230
1319
|
|
|
1231
|
-
- [
|
|
1232
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1320
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1233
1321
|
|
|
1234
1322
|
````text
|
|
1235
1323
|
The MIT License (MIT)
|
|
1236
1324
|
|
|
1237
|
-
Copyright
|
|
1325
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1238
1326
|
|
|
1239
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1327
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1328
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1329
|
+
in the Software without restriction, including without limitation the rights
|
|
1330
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1331
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1332
|
+
furnished to do so, subject to the following conditions:
|
|
1240
1333
|
|
|
1241
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1334
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1335
|
+
copies or substantial portions of the Software.
|
|
1242
1336
|
|
|
1243
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1337
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1338
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1339
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1340
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1341
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1342
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1343
|
+
SOFTWARE.
|
|
1244
1344
|
|
|
1245
1345
|
````
|
|
1246
1346
|
|
|
@@ -1250,10 +1350,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1250
1350
|
|
|
1251
1351
|
### Rust Crates:
|
|
1252
1352
|
|
|
1253
|
-
- [
|
|
1353
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1254
1354
|
|
|
1255
1355
|
````text
|
|
1256
|
-
Copyright (c)
|
|
1356
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1257
1357
|
|
|
1258
1358
|
Permission is hereby granted, free of charge, to any
|
|
1259
1359
|
person obtaining a copy of this software and associated
|
|
@@ -1287,62 +1387,25 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1287
1387
|
|
|
1288
1388
|
### Rust Crates:
|
|
1289
1389
|
|
|
1290
|
-
- [
|
|
1390
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1291
1391
|
|
|
1292
1392
|
````text
|
|
1293
|
-
The
|
|
1294
|
-
|
|
1295
|
-
Copyright (c) 2016 Johann Tuffe
|
|
1296
|
-
|
|
1297
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1298
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1299
|
-
in the Software without restriction, including without limitation the rights
|
|
1300
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1301
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1302
|
-
furnished to do so, subject to the following conditions:
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
The above copyright notice and this permission notice shall be included in
|
|
1306
|
-
all copies or substantial portions of the Software.
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1310
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1311
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1312
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1313
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1314
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1315
|
-
THE SOFTWARE.
|
|
1393
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1394
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1316
1395
|
|
|
1317
|
-
|
|
1396
|
+
Permission is hereby granted, free of charge, to any
|
|
1397
|
+
person obtaining a copy of this software and associated
|
|
1398
|
+
documentation files (the "Software"), to deal in the
|
|
1399
|
+
Software without restriction, including without
|
|
1400
|
+
limitation the rights to use, copy, modify, merge,
|
|
1401
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1402
|
+
the Software, and to permit persons to whom the Software
|
|
1403
|
+
is furnished to do so, subject to the following
|
|
1404
|
+
conditions:
|
|
1318
1405
|
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
### Rust Crates:
|
|
1324
|
-
|
|
1325
|
-
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1326
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1327
|
-
|
|
1328
|
-
````text
|
|
1329
|
-
Copyright (c) 2006-2009 Graydon Hoare
|
|
1330
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1331
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1332
|
-
|
|
1333
|
-
Permission is hereby granted, free of charge, to any
|
|
1334
|
-
person obtaining a copy of this software and associated
|
|
1335
|
-
documentation files (the "Software"), to deal in the
|
|
1336
|
-
Software without restriction, including without
|
|
1337
|
-
limitation the rights to use, copy, modify, merge,
|
|
1338
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1339
|
-
the Software, and to permit persons to whom the Software
|
|
1340
|
-
is furnished to do so, subject to the following
|
|
1341
|
-
conditions:
|
|
1342
|
-
|
|
1343
|
-
The above copyright notice and this permission notice
|
|
1344
|
-
shall be included in all copies or substantial portions
|
|
1345
|
-
of the Software.
|
|
1406
|
+
The above copyright notice and this permission notice
|
|
1407
|
+
shall be included in all copies or substantial portions
|
|
1408
|
+
of the Software.
|
|
1346
1409
|
|
|
1347
1410
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1348
1411
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
@@ -1362,12 +1425,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1362
1425
|
|
|
1363
1426
|
### Rust Crates:
|
|
1364
1427
|
|
|
1365
|
-
- [
|
|
1428
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1366
1429
|
|
|
1367
1430
|
````text
|
|
1368
|
-
Copyright (c)
|
|
1369
|
-
|
|
1370
|
-
|
|
1431
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1432
|
+
|
|
1433
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1434
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1435
|
+
in the Software without restriction, including without limitation the rights
|
|
1436
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1437
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1438
|
+
furnished to do so, subject to the following conditions:
|
|
1439
|
+
|
|
1440
|
+
The above copyright notice and this permission notice shall be included in
|
|
1441
|
+
all copies or substantial portions of the Software.
|
|
1442
|
+
|
|
1443
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1444
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1445
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1446
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1447
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1448
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1449
|
+
THE SOFTWARE.
|
|
1450
|
+
|
|
1451
|
+
````
|
|
1452
|
+
|
|
1453
|
+
---
|
|
1454
|
+
|
|
1455
|
+
## The following dependencies are licensed under the MIT License:
|
|
1456
|
+
|
|
1457
|
+
### Rust Crates:
|
|
1458
|
+
|
|
1459
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1460
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1461
|
+
|
|
1462
|
+
````text
|
|
1463
|
+
Copyright (c) 2014 Alex Crichton
|
|
1371
1464
|
|
|
1372
1465
|
Permission is hereby granted, free of charge, to any
|
|
1373
1466
|
person obtaining a copy of this software and associated
|
|
@@ -1401,44 +1494,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1401
1494
|
|
|
1402
1495
|
### Rust Crates:
|
|
1403
1496
|
|
|
1404
|
-
- [
|
|
1405
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1406
|
-
|
|
1407
|
-
````text
|
|
1408
|
-
MIT License
|
|
1409
|
-
|
|
1410
|
-
Copyright (c) 2019 Graham Esau
|
|
1411
|
-
|
|
1412
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1413
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1414
|
-
in the Software without restriction, including without limitation the rights
|
|
1415
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1416
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1417
|
-
furnished to do so, subject to the following conditions:
|
|
1418
|
-
|
|
1419
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1420
|
-
copies or substantial portions of the Software.
|
|
1421
|
-
|
|
1422
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1423
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1424
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1425
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1426
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1427
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1428
|
-
SOFTWARE.
|
|
1429
|
-
|
|
1430
|
-
````
|
|
1431
|
-
|
|
1432
|
-
---
|
|
1433
|
-
|
|
1434
|
-
## The following dependencies are licensed under the MIT License:
|
|
1435
|
-
|
|
1436
|
-
### Rust Crates:
|
|
1437
|
-
|
|
1438
|
-
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1497
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1439
1498
|
|
|
1440
1499
|
````text
|
|
1441
|
-
Copyright (c)
|
|
1500
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1442
1501
|
|
|
1443
1502
|
Permission is hereby granted, free of charge, to any
|
|
1444
1503
|
person obtaining a copy of this software and associated
|
|
@@ -1472,39 +1531,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1472
1531
|
|
|
1473
1532
|
### Rust Crates:
|
|
1474
1533
|
|
|
1475
|
-
- [
|
|
1476
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1477
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1478
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1479
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1480
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1481
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1482
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1483
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1484
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1485
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1486
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1487
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1488
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1489
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1490
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1491
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1492
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1493
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1494
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1495
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1496
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1497
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1498
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1499
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1500
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1501
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1502
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1503
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1504
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1505
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1534
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1506
1535
|
|
|
1507
1536
|
````text
|
|
1537
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1538
|
+
|
|
1508
1539
|
Permission is hereby granted, free of charge, to any
|
|
1509
1540
|
person obtaining a copy of this software and associated
|
|
1510
1541
|
documentation files (the "Software"), to deal in the
|
|
@@ -1537,10 +1568,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1537
1568
|
|
|
1538
1569
|
### Rust Crates:
|
|
1539
1570
|
|
|
1540
|
-
- [
|
|
1571
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1541
1572
|
|
|
1542
1573
|
````text
|
|
1543
|
-
Copyright (c)
|
|
1574
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1575
|
+
Copyright (c) 2016 Jason Housley
|
|
1544
1576
|
|
|
1545
1577
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1546
1578
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1568,10 +1600,10 @@ THE SOFTWARE.
|
|
|
1568
1600
|
|
|
1569
1601
|
### Rust Crates:
|
|
1570
1602
|
|
|
1571
|
-
- [
|
|
1603
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1572
1604
|
|
|
1573
1605
|
````text
|
|
1574
|
-
Copyright
|
|
1606
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1575
1607
|
|
|
1576
1608
|
Permission is hereby granted, free of charge, to any
|
|
1577
1609
|
person obtaining a copy of this software and associated
|
|
@@ -1605,34 +1637,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1605
1637
|
|
|
1606
1638
|
### Rust Crates:
|
|
1607
1639
|
|
|
1608
|
-
- [
|
|
1640
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1609
1641
|
|
|
1610
1642
|
````text
|
|
1611
|
-
|
|
1643
|
+
The MIT License (MIT)
|
|
1612
1644
|
|
|
1613
|
-
|
|
1614
|
-
person obtaining a copy of this software and associated
|
|
1615
|
-
documentation files (the "Software"), to deal in the
|
|
1616
|
-
Software without restriction, including without
|
|
1617
|
-
limitation the rights to use, copy, modify, merge,
|
|
1618
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1619
|
-
the Software, and to permit persons to whom the Software
|
|
1620
|
-
is furnished to do so, subject to the following
|
|
1621
|
-
conditions:
|
|
1645
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1622
1646
|
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1647
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1648
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1649
|
+
in the Software without restriction, including without limitation the rights
|
|
1650
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1651
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1652
|
+
furnished to do so, subject to the following conditions:
|
|
1626
1653
|
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
IN
|
|
1635
|
-
|
|
1654
|
+
The above copyright notice and this permission notice shall be included in
|
|
1655
|
+
all copies or substantial portions of the Software.
|
|
1656
|
+
|
|
1657
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1658
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1659
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1660
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1661
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1662
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1663
|
+
THE SOFTWARE.
|
|
1636
1664
|
|
|
1637
1665
|
````
|
|
1638
1666
|
|
|
@@ -1642,12 +1670,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1642
1670
|
|
|
1643
1671
|
### Rust Crates:
|
|
1644
1672
|
|
|
1645
|
-
- [
|
|
1646
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1647
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1673
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1648
1674
|
|
|
1649
1675
|
````text
|
|
1650
|
-
Copyright (c)
|
|
1676
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1677
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1678
|
+
|
|
1679
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1680
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1681
|
+
in the Software without restriction, including without limitation the rights
|
|
1682
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1683
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1684
|
+
furnished to do so, subject to the following conditions:
|
|
1685
|
+
|
|
1686
|
+
The above copyright notice and this permission notice shall be included in
|
|
1687
|
+
all copies or substantial portions of the Software.
|
|
1688
|
+
|
|
1689
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1690
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1691
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1692
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1693
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1694
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1695
|
+
THE SOFTWARE.
|
|
1696
|
+
|
|
1697
|
+
````
|
|
1698
|
+
|
|
1699
|
+
---
|
|
1700
|
+
|
|
1701
|
+
## The following dependencies are licensed under the MIT License:
|
|
1702
|
+
|
|
1703
|
+
### Rust Crates:
|
|
1704
|
+
|
|
1705
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1706
|
+
|
|
1707
|
+
````text
|
|
1708
|
+
Copyright Mozilla Foundation
|
|
1651
1709
|
|
|
1652
1710
|
Permission is hereby granted, free of charge, to any
|
|
1653
1711
|
person obtaining a copy of this software and associated
|
|
@@ -1679,15 +1737,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1679
1737
|
|
|
1680
1738
|
## The following dependencies are licensed under the MIT License:
|
|
1681
1739
|
|
|
1682
|
-
###
|
|
1740
|
+
### NPM Packages:
|
|
1683
1741
|
|
|
1684
|
-
- [
|
|
1742
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1685
1743
|
|
|
1686
1744
|
````text
|
|
1687
|
-
MIT License
|
|
1745
|
+
The MIT License (MIT)
|
|
1688
1746
|
|
|
1689
|
-
Copyright (c)
|
|
1690
|
-
Copyright (c) Tokio Contributors
|
|
1747
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1691
1748
|
|
|
1692
1749
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1693
1750
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1696,16 +1753,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1696
1753
|
copies of the Software, and to permit persons to whom the Software is
|
|
1697
1754
|
furnished to do so, subject to the following conditions:
|
|
1698
1755
|
|
|
1699
|
-
The above copyright notice and this permission notice shall be included in
|
|
1700
|
-
copies or substantial portions of the Software.
|
|
1756
|
+
The above copyright notice and this permission notice shall be included in
|
|
1757
|
+
all copies or substantial portions of the Software.
|
|
1701
1758
|
|
|
1702
1759
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1703
1760
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1704
1761
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1705
1762
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1706
1763
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1707
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1708
|
-
SOFTWARE.
|
|
1764
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1765
|
+
THE SOFTWARE.
|
|
1709
1766
|
|
|
1710
1767
|
````
|
|
1711
1768
|
|
|
@@ -1715,14 +1772,11 @@ SOFTWARE.
|
|
|
1715
1772
|
|
|
1716
1773
|
### Rust Crates:
|
|
1717
1774
|
|
|
1718
|
-
- [
|
|
1719
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1720
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1775
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1721
1776
|
|
|
1722
1777
|
````text
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
Copyright (c) Tokio Contributors
|
|
1778
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1779
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1726
1780
|
|
|
1727
1781
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1728
1782
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1750,12 +1804,44 @@ SOFTWARE.
|
|
|
1750
1804
|
|
|
1751
1805
|
### Rust Crates:
|
|
1752
1806
|
|
|
1753
|
-
- [
|
|
1807
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1808
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1754
1809
|
|
|
1755
1810
|
````text
|
|
1756
|
-
Copyright
|
|
1811
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1757
1812
|
|
|
1758
|
-
Permission is hereby granted, free of charge, to any
|
|
1813
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1814
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1815
|
+
in the Software without restriction, including without limitation the rights
|
|
1816
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1817
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1818
|
+
furnished to do so, subject to the following conditions:
|
|
1819
|
+
|
|
1820
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1821
|
+
copies or substantial portions of the Software.
|
|
1822
|
+
|
|
1823
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1824
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1825
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1826
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1827
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1828
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1829
|
+
SOFTWARE.
|
|
1830
|
+
|
|
1831
|
+
````
|
|
1832
|
+
|
|
1833
|
+
---
|
|
1834
|
+
|
|
1835
|
+
## The following dependencies are licensed under the MIT License:
|
|
1836
|
+
|
|
1837
|
+
### Rust Crates:
|
|
1838
|
+
|
|
1839
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1840
|
+
|
|
1841
|
+
````text
|
|
1842
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1843
|
+
|
|
1844
|
+
Permission is hereby granted, free of charge, to any
|
|
1759
1845
|
person obtaining a copy of this software and associated
|
|
1760
1846
|
documentation files (the "Software"), to deal in the
|
|
1761
1847
|
Software without restriction, including without
|
|
@@ -1787,10 +1873,123 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1787
1873
|
|
|
1788
1874
|
### Rust Crates:
|
|
1789
1875
|
|
|
1790
|
-
- [
|
|
1876
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1791
1877
|
|
|
1792
1878
|
````text
|
|
1793
|
-
Copyright (c)
|
|
1879
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1880
|
+
|
|
1881
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1882
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1883
|
+
in the Software without restriction, including without limitation the rights
|
|
1884
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1885
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1886
|
+
furnished to do so, subject to the following conditions:
|
|
1887
|
+
|
|
1888
|
+
The above copyright notice and this permission notice shall be included in
|
|
1889
|
+
all copies or substantial portions of the Software.
|
|
1890
|
+
|
|
1891
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1892
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1893
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1894
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1895
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1896
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1897
|
+
THE SOFTWARE.
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
````
|
|
1901
|
+
|
|
1902
|
+
---
|
|
1903
|
+
|
|
1904
|
+
## The following dependencies are licensed under the MIT License:
|
|
1905
|
+
|
|
1906
|
+
### Rust Crates:
|
|
1907
|
+
|
|
1908
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1909
|
+
|
|
1910
|
+
````text
|
|
1911
|
+
Copyright 2016 Nika Layzell
|
|
1912
|
+
|
|
1913
|
+
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:
|
|
1914
|
+
|
|
1915
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1916
|
+
|
|
1917
|
+
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.
|
|
1918
|
+
|
|
1919
|
+
````
|
|
1920
|
+
|
|
1921
|
+
---
|
|
1922
|
+
|
|
1923
|
+
## The following dependencies are licensed under the MIT License:
|
|
1924
|
+
|
|
1925
|
+
### Rust Crates:
|
|
1926
|
+
|
|
1927
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1928
|
+
|
|
1929
|
+
````text
|
|
1930
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1931
|
+
|
|
1932
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1933
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1934
|
+
in the Software without restriction, including without limitation the rights
|
|
1935
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1936
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1937
|
+
furnished to do so, subject to the following conditions:
|
|
1938
|
+
|
|
1939
|
+
The above copyright notice and this permission notice shall be included in
|
|
1940
|
+
all copies or substantial portions of the Software.
|
|
1941
|
+
|
|
1942
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1943
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1944
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1945
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1946
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1947
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1948
|
+
THE SOFTWARE.
|
|
1949
|
+
|
|
1950
|
+
````
|
|
1951
|
+
|
|
1952
|
+
---
|
|
1953
|
+
|
|
1954
|
+
## The following dependencies are licensed under the MIT License:
|
|
1955
|
+
|
|
1956
|
+
### Rust Crates:
|
|
1957
|
+
|
|
1958
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1959
|
+
|
|
1960
|
+
````text
|
|
1961
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1962
|
+
|
|
1963
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1964
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1965
|
+
in the Software without restriction, including without limitation the rights
|
|
1966
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1967
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1968
|
+
furnished to do so, subject to the following conditions:
|
|
1969
|
+
|
|
1970
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1971
|
+
copies or substantial portions of the Software.
|
|
1972
|
+
|
|
1973
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1974
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1975
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1976
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1977
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1978
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1979
|
+
SOFTWARE.
|
|
1980
|
+
|
|
1981
|
+
````
|
|
1982
|
+
|
|
1983
|
+
---
|
|
1984
|
+
|
|
1985
|
+
## The following dependencies are licensed under the MIT License:
|
|
1986
|
+
|
|
1987
|
+
### Rust Crates:
|
|
1988
|
+
|
|
1989
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1990
|
+
|
|
1991
|
+
````text
|
|
1992
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1794
1993
|
|
|
1795
1994
|
Permission is hereby granted, free of charge, to any
|
|
1796
1995
|
person obtaining a copy of this software and associated
|
|
@@ -1824,10 +2023,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1824
2023
|
|
|
1825
2024
|
### Rust Crates:
|
|
1826
2025
|
|
|
1827
|
-
- [
|
|
2026
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2027
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2028
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2029
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1828
2030
|
|
|
1829
2031
|
````text
|
|
1830
|
-
|
|
2032
|
+
The MIT License (MIT)
|
|
2033
|
+
|
|
2034
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2035
|
+
|
|
2036
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2037
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2038
|
+
in the Software without restriction, including without limitation the rights
|
|
2039
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2040
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2041
|
+
furnished to do so, subject to the following conditions:
|
|
2042
|
+
|
|
2043
|
+
The above copyright notice and this permission notice shall be included in
|
|
2044
|
+
all copies or substantial portions of the Software.
|
|
2045
|
+
|
|
2046
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2047
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2048
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2049
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2050
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2051
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2052
|
+
THE SOFTWARE.
|
|
2053
|
+
|
|
2054
|
+
````
|
|
2055
|
+
|
|
2056
|
+
---
|
|
2057
|
+
|
|
2058
|
+
## The following dependencies are licensed under the MIT License:
|
|
2059
|
+
|
|
2060
|
+
### Rust Crates:
|
|
2061
|
+
|
|
2062
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2063
|
+
|
|
2064
|
+
````text
|
|
2065
|
+
Copyright (c) 2017 Robert Grosse
|
|
1831
2066
|
|
|
1832
2067
|
Permission is hereby granted, free of charge, to any
|
|
1833
2068
|
person obtaining a copy of this software and associated
|
|
@@ -1852,6 +2087,36 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1852
2087
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1853
2088
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1854
2089
|
DEALINGS IN THE SOFTWARE.
|
|
2090
|
+
````
|
|
2091
|
+
|
|
2092
|
+
---
|
|
2093
|
+
|
|
2094
|
+
## The following dependencies are licensed under the MIT License:
|
|
2095
|
+
|
|
2096
|
+
### Rust Crates:
|
|
2097
|
+
|
|
2098
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2099
|
+
|
|
2100
|
+
````text
|
|
2101
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2102
|
+
|
|
2103
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2104
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2105
|
+
in the Software without restriction, including without limitation the rights
|
|
2106
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2107
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2108
|
+
furnished to do so, subject to the following conditions:
|
|
2109
|
+
|
|
2110
|
+
The above copyright notice and this permission notice shall be included in
|
|
2111
|
+
all copies or substantial portions of the Software.
|
|
2112
|
+
|
|
2113
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2114
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2115
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2116
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2117
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2118
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2119
|
+
THE SOFTWARE.
|
|
1855
2120
|
|
|
1856
2121
|
|
|
1857
2122
|
````
|
|
@@ -1862,10 +2127,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1862
2127
|
|
|
1863
2128
|
### Rust Crates:
|
|
1864
2129
|
|
|
1865
|
-
- [
|
|
2130
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1866
2131
|
|
|
1867
2132
|
````text
|
|
1868
|
-
|
|
2133
|
+
The MIT License (MIT)
|
|
2134
|
+
|
|
2135
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1869
2136
|
|
|
1870
2137
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1871
2138
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1885,6 +2152,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1885
2152
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1886
2153
|
SOFTWARE.
|
|
1887
2154
|
|
|
2155
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2156
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1888
2157
|
````
|
|
1889
2158
|
|
|
1890
2159
|
---
|
|
@@ -1893,11 +2162,10 @@ SOFTWARE.
|
|
|
1893
2162
|
|
|
1894
2163
|
### Rust Crates:
|
|
1895
2164
|
|
|
1896
|
-
- [
|
|
2165
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1897
2166
|
|
|
1898
2167
|
````text
|
|
1899
|
-
Copyright (c)
|
|
1900
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2168
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1901
2169
|
|
|
1902
2170
|
Permission is hereby granted, free of charge, to any
|
|
1903
2171
|
person obtaining a copy of this software and associated
|
|
@@ -1931,10 +2199,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1931
2199
|
|
|
1932
2200
|
### Rust Crates:
|
|
1933
2201
|
|
|
1934
|
-
- [
|
|
2202
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
2203
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2204
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1935
2205
|
|
|
1936
2206
|
````text
|
|
1937
|
-
Copyright (c)
|
|
2207
|
+
Copyright (c) 2019 Tower Contributors
|
|
1938
2208
|
|
|
1939
2209
|
Permission is hereby granted, free of charge, to any
|
|
1940
2210
|
person obtaining a copy of this software and associated
|
|
@@ -1968,10 +2238,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1968
2238
|
|
|
1969
2239
|
### Rust Crates:
|
|
1970
2240
|
|
|
1971
|
-
- [
|
|
2241
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1972
2242
|
|
|
1973
2243
|
````text
|
|
1974
|
-
Copyright (c)
|
|
2244
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1975
2245
|
|
|
1976
2246
|
Permission is hereby granted, free of charge, to any
|
|
1977
2247
|
person obtaining a copy of this software and associated
|
|
@@ -2005,20 +2275,88 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2005
2275
|
|
|
2006
2276
|
### Rust Crates:
|
|
2007
2277
|
|
|
2008
|
-
- [
|
|
2278
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2009
2279
|
|
|
2010
2280
|
````text
|
|
2011
|
-
|
|
2281
|
+
MIT License
|
|
2012
2282
|
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
publish, distribute, sublicense, and/or sell
|
|
2019
|
-
the Software, and to permit persons to whom the Software
|
|
2020
|
-
|
|
2021
|
-
|
|
2283
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2284
|
+
|
|
2285
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2286
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2287
|
+
in the Software without restriction, including without limitation the rights
|
|
2288
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2289
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2290
|
+
furnished to do so, subject to the following conditions:
|
|
2291
|
+
|
|
2292
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2293
|
+
copies or substantial portions of the Software.
|
|
2294
|
+
|
|
2295
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2296
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2297
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2298
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2299
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2300
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2301
|
+
SOFTWARE.
|
|
2302
|
+
|
|
2303
|
+
````
|
|
2304
|
+
|
|
2305
|
+
---
|
|
2306
|
+
|
|
2307
|
+
## The following dependencies are licensed under the MIT License:
|
|
2308
|
+
|
|
2309
|
+
### Rust Crates:
|
|
2310
|
+
|
|
2311
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2312
|
+
|
|
2313
|
+
````text
|
|
2314
|
+
The MIT License (MIT)
|
|
2315
|
+
|
|
2316
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2317
|
+
|
|
2318
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2319
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2320
|
+
in the Software without restriction, including without limitation the rights
|
|
2321
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2322
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2323
|
+
furnished to do so, subject to the following conditions:
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
The above copyright notice and this permission notice shall be included in
|
|
2327
|
+
all copies or substantial portions of the Software.
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2331
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2332
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2333
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2334
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2335
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2336
|
+
THE SOFTWARE.
|
|
2337
|
+
|
|
2338
|
+
````
|
|
2339
|
+
|
|
2340
|
+
---
|
|
2341
|
+
|
|
2342
|
+
## The following dependencies are licensed under the MIT License:
|
|
2343
|
+
|
|
2344
|
+
### Rust Crates:
|
|
2345
|
+
|
|
2346
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2347
|
+
|
|
2348
|
+
````text
|
|
2349
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2350
|
+
|
|
2351
|
+
Permission is hereby granted, free of charge, to any
|
|
2352
|
+
person obtaining a copy of this software and associated
|
|
2353
|
+
documentation files (the "Software"), to deal in the
|
|
2354
|
+
Software without restriction, including without
|
|
2355
|
+
limitation the rights to use, copy, modify, merge,
|
|
2356
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2357
|
+
the Software, and to permit persons to whom the Software
|
|
2358
|
+
is furnished to do so, subject to the following
|
|
2359
|
+
conditions:
|
|
2022
2360
|
|
|
2023
2361
|
The above copyright notice and this permission notice
|
|
2024
2362
|
shall be included in all copies or substantial portions
|
|
@@ -2042,16 +2380,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2042
2380
|
|
|
2043
2381
|
### Rust Crates:
|
|
2044
2382
|
|
|
2045
|
-
- [
|
|
2383
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2384
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2385
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2386
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2387
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2388
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2046
2389
|
|
|
2047
2390
|
````text
|
|
2048
|
-
Copyright
|
|
2391
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2049
2392
|
|
|
2050
|
-
Permission is hereby granted, free of charge, to any
|
|
2393
|
+
Permission is hereby granted, free of charge, to any
|
|
2394
|
+
person obtaining a copy of this software and associated
|
|
2395
|
+
documentation files (the "Software"), to deal in the
|
|
2396
|
+
Software without restriction, including without
|
|
2397
|
+
limitation the rights to use, copy, modify, merge,
|
|
2398
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2399
|
+
the Software, and to permit persons to whom the Software
|
|
2400
|
+
is furnished to do so, subject to the following
|
|
2401
|
+
conditions:
|
|
2051
2402
|
|
|
2052
|
-
The above copyright notice and this permission notice
|
|
2403
|
+
The above copyright notice and this permission notice
|
|
2404
|
+
shall be included in all copies or substantial portions
|
|
2405
|
+
of the Software.
|
|
2053
2406
|
|
|
2054
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2407
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2408
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2409
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2410
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2411
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2412
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2413
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2414
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2415
|
+
DEALINGS IN THE SOFTWARE.
|
|
2055
2416
|
|
|
2056
2417
|
````
|
|
2057
2418
|
|
|
@@ -2061,13 +2422,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2061
2422
|
|
|
2062
2423
|
### Rust Crates:
|
|
2063
2424
|
|
|
2064
|
-
- [
|
|
2425
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2065
2426
|
|
|
2066
2427
|
````text
|
|
2067
|
-
|
|
2428
|
+
MIT License
|
|
2068
2429
|
|
|
2069
|
-
Copyright (c)
|
|
2070
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2430
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2071
2431
|
|
|
2072
2432
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2073
2433
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2095,11 +2455,10 @@ SOFTWARE.
|
|
|
2095
2455
|
|
|
2096
2456
|
### Rust Crates:
|
|
2097
2457
|
|
|
2098
|
-
- [
|
|
2458
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2099
2459
|
|
|
2100
2460
|
````text
|
|
2101
|
-
Copyright (c)
|
|
2102
|
-
Copyright (c) 2016 Jason Housley
|
|
2461
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2103
2462
|
|
|
2104
2463
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2105
2464
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2108,16 +2467,51 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2108
2467
|
copies of the Software, and to permit persons to whom the Software is
|
|
2109
2468
|
furnished to do so, subject to the following conditions:
|
|
2110
2469
|
|
|
2111
|
-
The above copyright notice and this permission notice shall be included in
|
|
2112
|
-
|
|
2470
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2471
|
+
copies or substantial portions of the Software.
|
|
2113
2472
|
|
|
2114
2473
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2115
2474
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2116
2475
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2117
2476
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2118
2477
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2119
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2120
|
-
|
|
2478
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2479
|
+
SOFTWARE.
|
|
2480
|
+
|
|
2481
|
+
````
|
|
2482
|
+
|
|
2483
|
+
---
|
|
2484
|
+
|
|
2485
|
+
## The following dependencies are licensed under the MIT License:
|
|
2486
|
+
|
|
2487
|
+
### NPM Packages:
|
|
2488
|
+
|
|
2489
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2490
|
+
|
|
2491
|
+
````text
|
|
2492
|
+
MIT License
|
|
2493
|
+
|
|
2494
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2495
|
+
|
|
2496
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2497
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2498
|
+
in the Software without restriction, including without limitation the rights
|
|
2499
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2500
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2501
|
+
furnished to do so, subject to the following conditions:
|
|
2502
|
+
|
|
2503
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2504
|
+
copies or substantial portions of the Software.
|
|
2505
|
+
|
|
2506
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2507
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2508
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2509
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2510
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2511
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2512
|
+
SOFTWARE.
|
|
2513
|
+
|
|
2514
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2121
2515
|
|
|
2122
2516
|
````
|
|
2123
2517
|
|
|
@@ -2127,11 +2521,10 @@ THE SOFTWARE.
|
|
|
2127
2521
|
|
|
2128
2522
|
### Rust Crates:
|
|
2129
2523
|
|
|
2130
|
-
- [
|
|
2131
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2524
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2132
2525
|
|
|
2133
2526
|
````text
|
|
2134
|
-
Copyright (c)
|
|
2527
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2135
2528
|
|
|
2136
2529
|
Permission is hereby granted, free of charge, to any
|
|
2137
2530
|
person obtaining a copy of this software and associated
|
|
@@ -2165,10 +2558,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2165
2558
|
|
|
2166
2559
|
### Rust Crates:
|
|
2167
2560
|
|
|
2168
|
-
- [
|
|
2561
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2562
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2563
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2564
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2565
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2566
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2169
2567
|
|
|
2170
2568
|
````text
|
|
2171
|
-
Copyright (c)
|
|
2569
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2172
2570
|
|
|
2173
2571
|
Permission is hereby granted, free of charge, to any
|
|
2174
2572
|
person obtaining a copy of this software and associated
|
|
@@ -2200,36 +2598,59 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2200
2598
|
|
|
2201
2599
|
## The following dependencies are licensed under the MIT License:
|
|
2202
2600
|
|
|
2601
|
+
### NPM Packages:
|
|
2602
|
+
|
|
2603
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2604
|
+
|
|
2605
|
+
````text
|
|
2606
|
+
This software is released under the MIT license:
|
|
2607
|
+
|
|
2608
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2609
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2610
|
+
the Software without restriction, including without limitation the rights to
|
|
2611
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2612
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2613
|
+
subject to the following conditions:
|
|
2614
|
+
|
|
2615
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2616
|
+
copies or substantial portions of the Software.
|
|
2617
|
+
|
|
2618
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2619
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2620
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2621
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2622
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2623
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2624
|
+
|
|
2625
|
+
````
|
|
2626
|
+
|
|
2627
|
+
---
|
|
2628
|
+
|
|
2629
|
+
## The following dependencies are licensed under the MIT License:
|
|
2630
|
+
|
|
2203
2631
|
### Rust Crates:
|
|
2204
2632
|
|
|
2205
|
-
- [
|
|
2633
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2206
2634
|
|
|
2207
2635
|
````text
|
|
2208
|
-
Copyright
|
|
2636
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2209
2637
|
|
|
2210
|
-
Permission is hereby granted, free of charge, to any
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
the Software, and to permit persons to whom the Software
|
|
2217
|
-
is furnished to do so, subject to the following
|
|
2218
|
-
conditions:
|
|
2638
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2639
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2640
|
+
the Software without restriction, including without limitation the rights to
|
|
2641
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2642
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2643
|
+
subject to the following conditions:
|
|
2219
2644
|
|
|
2220
|
-
The above copyright notice and this permission notice
|
|
2221
|
-
|
|
2222
|
-
of the Software.
|
|
2645
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2646
|
+
copies or substantial portions of the Software.
|
|
2223
2647
|
|
|
2224
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2231
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2232
|
-
DEALINGS IN THE SOFTWARE.
|
|
2648
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2649
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2650
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2651
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2652
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2653
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2233
2654
|
|
|
2234
2655
|
````
|
|
2235
2656
|
|
|
@@ -2239,10 +2660,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2239
2660
|
|
|
2240
2661
|
### Rust Crates:
|
|
2241
2662
|
|
|
2242
|
-
- [
|
|
2663
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2243
2664
|
|
|
2244
2665
|
````text
|
|
2245
|
-
Copyright (c)
|
|
2666
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2246
2667
|
|
|
2247
2668
|
Permission is hereby granted, free of charge, to any
|
|
2248
2669
|
person obtaining a copy of this software and associated
|
|
@@ -2276,11 +2697,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2276
2697
|
|
|
2277
2698
|
### Rust Crates:
|
|
2278
2699
|
|
|
2279
|
-
- [
|
|
2700
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2280
2701
|
|
|
2281
2702
|
````text
|
|
2282
|
-
Copyright (c)
|
|
2283
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2703
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2284
2704
|
|
|
2285
2705
|
Permission is hereby granted, free of charge, to any
|
|
2286
2706
|
person obtaining a copy of this software and associated
|
|
@@ -2314,34 +2734,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2314
2734
|
|
|
2315
2735
|
### Rust Crates:
|
|
2316
2736
|
|
|
2317
|
-
- [
|
|
2737
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2318
2738
|
|
|
2319
2739
|
````text
|
|
2320
|
-
Copyright (c)
|
|
2740
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2741
|
+
Copyright (c) 2016 Alex Crichton
|
|
2321
2742
|
|
|
2322
|
-
Permission is hereby granted, free of charge, to any
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
the Software, and to permit persons to whom the Software
|
|
2329
|
-
is furnished to do so, subject to the following
|
|
2330
|
-
conditions:
|
|
2743
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2744
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2745
|
+
in the Software without restriction, including without limitation the rights
|
|
2746
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2747
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2748
|
+
furnished to do so, subject to the following conditions:
|
|
2331
2749
|
|
|
2332
|
-
The above copyright notice and this permission notice
|
|
2333
|
-
|
|
2334
|
-
|
|
2750
|
+
The above copyright notice and this permission notice shall be included in
|
|
2751
|
+
all copies or substantial portions of the Software.
|
|
2752
|
+
|
|
2753
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2754
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2755
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2756
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2757
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2758
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2759
|
+
THE SOFTWARE.
|
|
2335
2760
|
|
|
2336
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2337
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2338
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2339
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2340
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2341
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2342
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2343
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2344
|
-
DEALINGS IN THE SOFTWARE.
|
|
2345
2761
|
|
|
2346
2762
|
````
|
|
2347
2763
|
|
|
@@ -2382,11 +2798,9 @@ SOFTWARE.
|
|
|
2382
2798
|
|
|
2383
2799
|
### Rust Crates:
|
|
2384
2800
|
|
|
2385
|
-
- [
|
|
2801
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
2386
2802
|
|
|
2387
2803
|
````text
|
|
2388
|
-
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2389
|
-
|
|
2390
2804
|
Permission is hereby granted, free of charge, to any
|
|
2391
2805
|
person obtaining a copy of this software and associated
|
|
2392
2806
|
documentation files (the "Software"), to deal in the
|
|
@@ -2410,7 +2824,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2410
2824
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2411
2825
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2412
2826
|
DEALINGS IN THE SOFTWARE.
|
|
2413
|
-
|
|
2414
2827
|
````
|
|
2415
2828
|
|
|
2416
2829
|
---
|
|
@@ -2419,44 +2832,52 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2419
2832
|
|
|
2420
2833
|
### Rust Crates:
|
|
2421
2834
|
|
|
2422
|
-
- [
|
|
2835
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2423
2836
|
|
|
2424
2837
|
````text
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
furnished to do so, subject to the following
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2838
|
+
Copyright (c) 2019 Carl Lerche
|
|
2839
|
+
|
|
2840
|
+
Permission is hereby granted, free of charge, to any
|
|
2841
|
+
person obtaining a copy of this software and associated
|
|
2842
|
+
documentation files (the "Software"), to deal in the
|
|
2843
|
+
Software without restriction, including without
|
|
2844
|
+
limitation the rights to use, copy, modify, merge,
|
|
2845
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2846
|
+
the Software, and to permit persons to whom the Software
|
|
2847
|
+
is furnished to do so, subject to the following
|
|
2848
|
+
conditions:
|
|
2849
|
+
|
|
2850
|
+
The above copyright notice and this permission notice
|
|
2851
|
+
shall be included in all copies or substantial portions
|
|
2852
|
+
of the Software.
|
|
2853
|
+
|
|
2854
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2855
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2856
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2857
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2858
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2859
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2860
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2861
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2862
|
+
DEALINGS IN THE SOFTWARE.
|
|
2863
|
+
|
|
2446
2864
|
````
|
|
2447
2865
|
|
|
2448
2866
|
---
|
|
2449
2867
|
|
|
2450
2868
|
## The following dependencies are licensed under the MIT License:
|
|
2451
2869
|
|
|
2452
|
-
###
|
|
2870
|
+
### Rust Crates:
|
|
2453
2871
|
|
|
2454
|
-
- [
|
|
2872
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2455
2873
|
|
|
2456
2874
|
````text
|
|
2457
|
-
|
|
2875
|
+
MIT License
|
|
2458
2876
|
|
|
2459
|
-
Copyright
|
|
2877
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2878
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2879
|
+
Copyright (c) 2017 Frommi
|
|
2880
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2460
2881
|
|
|
2461
2882
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2462
2883
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2476,41 +2897,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2476
2897
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2477
2898
|
SOFTWARE.
|
|
2478
2899
|
|
|
2479
|
-
|
|
2480
|
-
````
|
|
2481
|
-
|
|
2482
|
-
---
|
|
2483
|
-
|
|
2484
|
-
## The following dependencies are licensed under the MIT License:
|
|
2485
|
-
|
|
2486
|
-
### NPM Packages:
|
|
2487
|
-
|
|
2488
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2489
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2490
|
-
|
|
2491
|
-
````text
|
|
2492
|
-
MIT License
|
|
2493
|
-
|
|
2494
|
-
Copyright (c) Microsoft Corporation.
|
|
2495
|
-
|
|
2496
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2497
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2498
|
-
in the Software without restriction, including without limitation the rights
|
|
2499
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2500
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2501
|
-
furnished to do so, subject to the following conditions:
|
|
2502
|
-
|
|
2503
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2504
|
-
copies or substantial portions of the Software.
|
|
2505
|
-
|
|
2506
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2507
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2508
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2509
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2510
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2511
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2512
|
-
SOFTWARE
|
|
2513
|
-
|
|
2514
2900
|
````
|
|
2515
2901
|
|
|
2516
2902
|
---
|
|
@@ -2556,16 +2942,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2556
2942
|
|
|
2557
2943
|
### Rust Crates:
|
|
2558
2944
|
|
|
2559
|
-
- [
|
|
2560
|
-
- [
|
|
2561
|
-
- [
|
|
2562
|
-
- [
|
|
2563
|
-
- [
|
|
2564
|
-
- [
|
|
2945
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2946
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2947
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2948
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2949
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2950
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2951
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2952
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2953
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2565
2954
|
|
|
2566
2955
|
````text
|
|
2567
|
-
Copyright
|
|
2568
|
-
Copyright (c)
|
|
2956
|
+
Copyright (c) 2016 Alex Crichton
|
|
2957
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2569
2958
|
|
|
2570
2959
|
Permission is hereby granted, free of charge, to any
|
|
2571
2960
|
person obtaining a copy of this software and associated
|
|
@@ -2599,11 +2988,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2599
2988
|
|
|
2600
2989
|
### Rust Crates:
|
|
2601
2990
|
|
|
2602
|
-
- [
|
|
2991
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2603
2992
|
|
|
2604
2993
|
````text
|
|
2605
|
-
Copyright (c)
|
|
2606
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2994
|
+
Copyright (c) The rust-url developers
|
|
2607
2995
|
|
|
2608
2996
|
Permission is hereby granted, free of charge, to any
|
|
2609
2997
|
person obtaining a copy of this software and associated
|
|
@@ -2637,14 +3025,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2637
3025
|
|
|
2638
3026
|
### Rust Crates:
|
|
2639
3027
|
|
|
2640
|
-
- [
|
|
2641
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2642
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3028
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2643
3029
|
|
|
2644
3030
|
````text
|
|
2645
3031
|
MIT License
|
|
2646
3032
|
|
|
2647
|
-
Copyright (c)
|
|
3033
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2648
3034
|
|
|
2649
3035
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2650
3036
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2670,12 +3056,14 @@ SOFTWARE.
|
|
|
2670
3056
|
|
|
2671
3057
|
## The following dependencies are licensed under the MIT License:
|
|
2672
3058
|
|
|
2673
|
-
###
|
|
3059
|
+
### NPM Packages:
|
|
2674
3060
|
|
|
2675
|
-
- [
|
|
3061
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2676
3062
|
|
|
2677
3063
|
````text
|
|
2678
|
-
|
|
3064
|
+
MIT License
|
|
3065
|
+
|
|
3066
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2679
3067
|
|
|
2680
3068
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2681
3069
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2684,17 +3072,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2684
3072
|
copies of the Software, and to permit persons to whom the Software is
|
|
2685
3073
|
furnished to do so, subject to the following conditions:
|
|
2686
3074
|
|
|
2687
|
-
The above copyright notice and this permission notice shall be included in
|
|
2688
|
-
|
|
3075
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3076
|
+
copies or substantial portions of the Software.
|
|
2689
3077
|
|
|
2690
3078
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2691
3079
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2692
3080
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2693
3081
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2694
3082
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2695
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2696
|
-
|
|
2697
|
-
|
|
3083
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3084
|
+
SOFTWARE.
|
|
2698
3085
|
|
|
2699
3086
|
````
|
|
2700
3087
|
|
|
@@ -2704,33 +3091,37 @@ THE SOFTWARE.
|
|
|
2704
3091
|
|
|
2705
3092
|
### Rust Crates:
|
|
2706
3093
|
|
|
2707
|
-
- [
|
|
3094
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2708
3095
|
|
|
2709
3096
|
````text
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
Copyright (c)
|
|
3097
|
+
Copyright (c) 2017 Carl Lerche
|
|
3098
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3099
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2713
3100
|
|
|
2714
|
-
Permission is hereby granted, free of charge, to any
|
|
2715
|
-
of this software and associated
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
3101
|
+
Permission is hereby granted, free of charge, to any
|
|
3102
|
+
person obtaining a copy of this software and associated
|
|
3103
|
+
documentation files (the "Software"), to deal in the
|
|
3104
|
+
Software without restriction, including without
|
|
3105
|
+
limitation the rights to use, copy, modify, merge,
|
|
3106
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3107
|
+
the Software, and to permit persons to whom the Software
|
|
3108
|
+
is furnished to do so, subject to the following
|
|
3109
|
+
conditions:
|
|
2720
3110
|
|
|
2721
|
-
The above copyright notice and this permission notice
|
|
2722
|
-
copies or substantial portions
|
|
3111
|
+
The above copyright notice and this permission notice
|
|
3112
|
+
shall be included in all copies or substantial portions
|
|
3113
|
+
of the Software.
|
|
2723
3114
|
|
|
2724
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2725
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
3115
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3116
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3117
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3118
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3119
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3120
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3121
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3122
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3123
|
+
DEALINGS IN THE SOFTWARE.
|
|
2731
3124
|
|
|
2732
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2733
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2734
3125
|
````
|
|
2735
3126
|
|
|
2736
3127
|
---
|
|
@@ -2739,11 +3130,13 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2739
3130
|
|
|
2740
3131
|
### Rust Crates:
|
|
2741
3132
|
|
|
2742
|
-
- [
|
|
2743
|
-
- [
|
|
3133
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3134
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2744
3135
|
|
|
2745
3136
|
````text
|
|
2746
|
-
Copyright (c)
|
|
3137
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3138
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3139
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2747
3140
|
|
|
2748
3141
|
Permission is hereby granted, free of charge, to any
|
|
2749
3142
|
person obtaining a copy of this software and associated
|
|
@@ -2777,12 +3170,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2777
3170
|
|
|
2778
3171
|
### Rust Crates:
|
|
2779
3172
|
|
|
2780
|
-
- [
|
|
3173
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2781
3174
|
|
|
2782
3175
|
````text
|
|
2783
|
-
MIT License
|
|
3176
|
+
The MIT License (MIT)
|
|
2784
3177
|
|
|
2785
|
-
Copyright (c)
|
|
3178
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3179
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2786
3180
|
|
|
2787
3181
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2788
3182
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2810,12 +3204,14 @@ SOFTWARE.
|
|
|
2810
3204
|
|
|
2811
3205
|
### Rust Crates:
|
|
2812
3206
|
|
|
2813
|
-
- [
|
|
3207
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
3208
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3209
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2814
3210
|
|
|
2815
3211
|
````text
|
|
2816
3212
|
MIT License
|
|
2817
3213
|
|
|
2818
|
-
Copyright (c)
|
|
3214
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2819
3215
|
|
|
2820
3216
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2821
3217
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2841,34 +3237,32 @@ SOFTWARE.
|
|
|
2841
3237
|
|
|
2842
3238
|
## The following dependencies are licensed under the MIT License:
|
|
2843
3239
|
|
|
2844
|
-
###
|
|
3240
|
+
### Rust Crates:
|
|
2845
3241
|
|
|
2846
|
-
- [
|
|
2847
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3242
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2848
3243
|
|
|
2849
3244
|
````text
|
|
2850
|
-
MIT License
|
|
2851
|
-
|
|
2852
|
-
Copyright (c)
|
|
2853
|
-
|
|
2854
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2855
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2856
|
-
in the Software without restriction, including without limitation the rights
|
|
2857
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2858
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2859
|
-
furnished to do so, subject to the following conditions:
|
|
2860
|
-
|
|
2861
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2862
|
-
copies or substantial portions of the Software.
|
|
2863
|
-
|
|
2864
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2865
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2866
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2867
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2868
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2869
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3245
|
+
The MIT License (MIT)
|
|
3246
|
+
|
|
3247
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3248
|
+
|
|
3249
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3250
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3251
|
+
in the Software without restriction, including without limitation the rights
|
|
3252
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3253
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3254
|
+
furnished to do so, subject to the following conditions:
|
|
3255
|
+
|
|
3256
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3257
|
+
copies or substantial portions of the Software.
|
|
3258
|
+
|
|
3259
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3260
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3261
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3262
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3263
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3264
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2870
3265
|
SOFTWARE.
|
|
2871
|
-
|
|
2872
3266
|
````
|
|
2873
3267
|
|
|
2874
3268
|
---
|
|
@@ -2877,10 +3271,10 @@ SOFTWARE.
|
|
|
2877
3271
|
|
|
2878
3272
|
### Rust Crates:
|
|
2879
3273
|
|
|
2880
|
-
- [
|
|
3274
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2881
3275
|
|
|
2882
3276
|
````text
|
|
2883
|
-
Copyright (c)
|
|
3277
|
+
Copyright (c) 2016--2023
|
|
2884
3278
|
|
|
2885
3279
|
Permission is hereby granted, free of charge, to any
|
|
2886
3280
|
person obtaining a copy of this software and associated
|
|
@@ -2914,27 +3308,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2914
3308
|
|
|
2915
3309
|
### Rust Crates:
|
|
2916
3310
|
|
|
2917
|
-
- [
|
|
3311
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2918
3312
|
|
|
2919
3313
|
````text
|
|
2920
|
-
Copyright
|
|
3314
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2921
3315
|
|
|
2922
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2923
|
-
this software and associated documentation files (the "Software"), to deal
|
|
2924
|
-
the Software without restriction, including without limitation the rights
|
|
2925
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2926
|
-
the Software, and to permit persons to whom the Software is
|
|
2927
|
-
subject to the following conditions:
|
|
3316
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3317
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3318
|
+
in the Software without restriction, including without limitation the rights
|
|
3319
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3320
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3321
|
+
furnished to do so, subject to the following conditions:
|
|
2928
3322
|
|
|
2929
|
-
The above copyright notice and this permission notice shall be included in
|
|
2930
|
-
copies or substantial portions of the Software.
|
|
3323
|
+
The above copyright notice and this permission notice shall be included in
|
|
3324
|
+
all copies or substantial portions of the Software.
|
|
2931
3325
|
|
|
2932
3326
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2933
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2934
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2935
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2936
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2937
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3327
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3328
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3329
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3330
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3331
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3332
|
+
THE SOFTWARE.
|
|
2938
3333
|
|
|
2939
3334
|
````
|
|
2940
3335
|
|
|
@@ -2944,34 +3339,31 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2944
3339
|
|
|
2945
3340
|
### Rust Crates:
|
|
2946
3341
|
|
|
2947
|
-
- [
|
|
3342
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2948
3343
|
|
|
2949
3344
|
````text
|
|
2950
|
-
|
|
3345
|
+
MIT License
|
|
2951
3346
|
|
|
2952
|
-
|
|
2953
|
-
person obtaining a copy of this software and associated
|
|
2954
|
-
documentation files (the "Software"), to deal in the
|
|
2955
|
-
Software without restriction, including without
|
|
2956
|
-
limitation the rights to use, copy, modify, merge,
|
|
2957
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2958
|
-
the Software, and to permit persons to whom the Software
|
|
2959
|
-
is furnished to do so, subject to the following
|
|
2960
|
-
conditions:
|
|
3347
|
+
Copyright (c) 2025 Callum Oakley
|
|
2961
3348
|
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
3349
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3350
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3351
|
+
in the Software without restriction, including without limitation the rights
|
|
3352
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3353
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3354
|
+
furnished to do so, subject to the following conditions:
|
|
3355
|
+
|
|
3356
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3357
|
+
copies or substantial portions of the Software.
|
|
3358
|
+
|
|
3359
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3360
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3361
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3362
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3363
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3364
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3365
|
+
SOFTWARE.
|
|
2965
3366
|
|
|
2966
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2967
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2968
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2969
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2970
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2971
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2972
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2973
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2974
|
-
DEALINGS IN THE SOFTWARE.
|
|
2975
3367
|
````
|
|
2976
3368
|
|
|
2977
3369
|
---
|
|
@@ -2980,10 +3372,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2980
3372
|
|
|
2981
3373
|
### Rust Crates:
|
|
2982
3374
|
|
|
2983
|
-
- [
|
|
3375
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2984
3376
|
|
|
2985
3377
|
````text
|
|
2986
|
-
Copyright (c)
|
|
3378
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2987
3379
|
|
|
2988
3380
|
Permission is hereby granted, free of charge, to any
|
|
2989
3381
|
person obtaining a copy of this software and associated
|
|
@@ -3017,10 +3409,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3017
3409
|
|
|
3018
3410
|
### Rust Crates:
|
|
3019
3411
|
|
|
3020
|
-
- [
|
|
3412
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
3021
3413
|
|
|
3022
3414
|
````text
|
|
3023
|
-
Copyright (c)
|
|
3415
|
+
Copyright (c) 2014 Chris Wong
|
|
3024
3416
|
|
|
3025
3417
|
Permission is hereby granted, free of charge, to any
|
|
3026
3418
|
person obtaining a copy of this software and associated
|
|
@@ -3052,32 +3444,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3052
3444
|
|
|
3053
3445
|
## The following dependencies are licensed under the MIT License:
|
|
3054
3446
|
|
|
3055
|
-
###
|
|
3447
|
+
### Rust Crates:
|
|
3056
3448
|
|
|
3057
|
-
- [
|
|
3449
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3450
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3451
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3452
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3453
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3454
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3455
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3058
3456
|
|
|
3059
3457
|
````text
|
|
3060
|
-
|
|
3458
|
+
MIT License
|
|
3061
3459
|
|
|
3062
|
-
Copyright (c)
|
|
3460
|
+
Copyright (c) <year> <copyright holders>
|
|
3063
3461
|
|
|
3064
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
furnished to do so, subject to the following conditions:
|
|
3462
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3463
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3464
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3465
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3466
|
+
following conditions:
|
|
3070
3467
|
|
|
3071
|
-
The above copyright notice and this permission notice shall be included in
|
|
3072
|
-
|
|
3468
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3469
|
+
portions of the Software.
|
|
3073
3470
|
|
|
3074
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3080
|
-
THE SOFTWARE.
|
|
3471
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3472
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3473
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3474
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3475
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3081
3476
|
|
|
3082
3477
|
````
|
|
3083
3478
|
|
|
@@ -3085,12 +3480,15 @@ THE SOFTWARE.
|
|
|
3085
3480
|
|
|
3086
3481
|
## The following dependencies are licensed under the MIT License:
|
|
3087
3482
|
|
|
3088
|
-
###
|
|
3483
|
+
### NPM Packages:
|
|
3089
3484
|
|
|
3090
|
-
- [
|
|
3485
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3486
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3091
3487
|
|
|
3092
3488
|
````text
|
|
3093
|
-
|
|
3489
|
+
MIT License
|
|
3490
|
+
|
|
3491
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3094
3492
|
|
|
3095
3493
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3096
3494
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3099,16 +3497,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3099
3497
|
copies of the Software, and to permit persons to whom the Software is
|
|
3100
3498
|
furnished to do so, subject to the following conditions:
|
|
3101
3499
|
|
|
3102
|
-
The above copyright notice and this permission notice shall be included in
|
|
3103
|
-
|
|
3500
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3501
|
+
copies or substantial portions of the Software.
|
|
3104
3502
|
|
|
3105
3503
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3106
3504
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3107
3505
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3108
3506
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3109
3507
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3110
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3111
|
-
|
|
3508
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3509
|
+
SOFTWARE.
|
|
3112
3510
|
|
|
3113
3511
|
````
|
|
3114
3512
|
|
|
@@ -3118,10 +3516,10 @@ THE SOFTWARE.
|
|
|
3118
3516
|
|
|
3119
3517
|
### Rust Crates:
|
|
3120
3518
|
|
|
3121
|
-
- [
|
|
3519
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3122
3520
|
|
|
3123
3521
|
````text
|
|
3124
|
-
Copyright (c)
|
|
3522
|
+
Copyright (c) 2018 Carl Lerche
|
|
3125
3523
|
|
|
3126
3524
|
Permission is hereby granted, free of charge, to any
|
|
3127
3525
|
person obtaining a copy of this software and associated
|
|
@@ -3155,10 +3553,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3155
3553
|
|
|
3156
3554
|
### Rust Crates:
|
|
3157
3555
|
|
|
3158
|
-
- [
|
|
3556
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3159
3557
|
|
|
3160
3558
|
````text
|
|
3161
|
-
Copyright (c)
|
|
3559
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3162
3560
|
|
|
3163
3561
|
Permission is hereby granted, free of charge, to any
|
|
3164
3562
|
person obtaining a copy of this software and associated
|
|
@@ -3192,30 +3590,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3192
3590
|
|
|
3193
3591
|
### Rust Crates:
|
|
3194
3592
|
|
|
3195
|
-
- [
|
|
3593
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3196
3594
|
|
|
3197
3595
|
````text
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3596
|
+
Copyright (c) 2017 Contributors
|
|
3201
3597
|
|
|
3202
|
-
Permission is hereby granted, free of charge, to any
|
|
3203
|
-
of this software and associated
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3598
|
+
Permission is hereby granted, free of charge, to any
|
|
3599
|
+
person obtaining a copy of this software and associated
|
|
3600
|
+
documentation files (the "Software"), to deal in the
|
|
3601
|
+
Software without restriction, including without
|
|
3602
|
+
limitation the rights to use, copy, modify, merge,
|
|
3603
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3604
|
+
the Software, and to permit persons to whom the Software
|
|
3605
|
+
is furnished to do so, subject to the following
|
|
3606
|
+
conditions:
|
|
3208
3607
|
|
|
3209
|
-
The above copyright notice and this permission notice
|
|
3210
|
-
copies or substantial portions
|
|
3608
|
+
The above copyright notice and this permission notice
|
|
3609
|
+
shall be included in all copies or substantial portions
|
|
3610
|
+
of the Software.
|
|
3211
3611
|
|
|
3212
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3213
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3612
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3613
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3614
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3615
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3616
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3617
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3618
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3619
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3620
|
+
DEALINGS IN THE SOFTWARE.
|
|
3219
3621
|
|
|
3220
3622
|
````
|
|
3221
3623
|
|
|
@@ -3223,57 +3625,23 @@ SOFTWARE.
|
|
|
3223
3625
|
|
|
3224
3626
|
## The following dependencies are licensed under the MIT License:
|
|
3225
3627
|
|
|
3226
|
-
###
|
|
3628
|
+
### Rust Crates:
|
|
3227
3629
|
|
|
3228
|
-
- [
|
|
3630
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3229
3631
|
|
|
3230
3632
|
````text
|
|
3231
|
-
|
|
3633
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3634
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3232
3635
|
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
furnished to do so, subject to the following
|
|
3241
|
-
|
|
3242
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3243
|
-
copies or substantial portions of the Software.
|
|
3244
|
-
|
|
3245
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3246
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3247
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3248
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3249
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3250
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3251
|
-
SOFTWARE.
|
|
3252
|
-
|
|
3253
|
-
[others]: https://github.com/json5/json5/contributors
|
|
3254
|
-
|
|
3255
|
-
````
|
|
3256
|
-
|
|
3257
|
-
---
|
|
3258
|
-
|
|
3259
|
-
## The following dependencies are licensed under the MIT License:
|
|
3260
|
-
|
|
3261
|
-
### Rust Crates:
|
|
3262
|
-
|
|
3263
|
-
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3264
|
-
|
|
3265
|
-
````text
|
|
3266
|
-
Copyright (c) 2015 Steven Allen
|
|
3267
|
-
|
|
3268
|
-
Permission is hereby granted, free of charge, to any
|
|
3269
|
-
person obtaining a copy of this software and associated
|
|
3270
|
-
documentation files (the "Software"), to deal in the
|
|
3271
|
-
Software without restriction, including without
|
|
3272
|
-
limitation the rights to use, copy, modify, merge,
|
|
3273
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3274
|
-
the Software, and to permit persons to whom the Software
|
|
3275
|
-
is furnished to do so, subject to the following
|
|
3276
|
-
conditions:
|
|
3636
|
+
Permission is hereby granted, free of charge, to any
|
|
3637
|
+
person obtaining a copy of this software and associated
|
|
3638
|
+
documentation files (the "Software"), to deal in the
|
|
3639
|
+
Software without restriction, including without
|
|
3640
|
+
limitation the rights to use, copy, modify, merge,
|
|
3641
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3642
|
+
the Software, and to permit persons to whom the Software
|
|
3643
|
+
is furnished to do so, subject to the following
|
|
3644
|
+
conditions:
|
|
3277
3645
|
|
|
3278
3646
|
The above copyright notice and this permission notice
|
|
3279
3647
|
shall be included in all copies or substantial portions
|
|
@@ -3297,47 +3665,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3297
3665
|
|
|
3298
3666
|
### Rust Crates:
|
|
3299
3667
|
|
|
3300
|
-
- [
|
|
3668
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3669
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3670
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3301
3671
|
|
|
3302
3672
|
````text
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
Permission is hereby granted, free of charge, to any
|
|
3306
|
-
person obtaining a copy of this software and associated
|
|
3307
|
-
documentation files (the "Software"), to deal in the
|
|
3308
|
-
Software without restriction, including without
|
|
3309
|
-
limitation the rights to use, copy, modify, merge,
|
|
3310
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3311
|
-
the Software, and to permit persons to whom the Software
|
|
3312
|
-
is furnished to do so, subject to the following
|
|
3313
|
-
conditions:
|
|
3314
|
-
|
|
3315
|
-
The above copyright notice and this permission notice
|
|
3316
|
-
shall be included in all copies or substantial portions
|
|
3317
|
-
of the Software.
|
|
3318
|
-
|
|
3319
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3320
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3321
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3322
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3323
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3324
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3325
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3326
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3327
|
-
DEALINGS IN THE SOFTWARE.
|
|
3328
|
-
|
|
3329
|
-
````
|
|
3330
|
-
|
|
3331
|
-
---
|
|
3332
|
-
|
|
3333
|
-
## The following dependencies are licensed under the MIT License:
|
|
3334
|
-
|
|
3335
|
-
### Rust Crates:
|
|
3336
|
-
|
|
3337
|
-
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3673
|
+
MIT License
|
|
3338
3674
|
|
|
3339
|
-
|
|
3340
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
3675
|
+
Copyright (c) 2017 Ted Driggs
|
|
3341
3676
|
|
|
3342
3677
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3343
3678
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3346,17 +3681,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3346
3681
|
copies of the Software, and to permit persons to whom the Software is
|
|
3347
3682
|
furnished to do so, subject to the following conditions:
|
|
3348
3683
|
|
|
3349
|
-
The above copyright notice and this permission notice shall be included in
|
|
3350
|
-
|
|
3684
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3685
|
+
copies or substantial portions of the Software.
|
|
3351
3686
|
|
|
3352
3687
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3353
3688
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3354
3689
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3355
3690
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3356
3691
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3357
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3358
|
-
|
|
3359
|
-
|
|
3692
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3693
|
+
SOFTWARE.
|
|
3360
3694
|
|
|
3361
3695
|
````
|
|
3362
3696
|
|
|
@@ -3366,10 +3700,10 @@ THE SOFTWARE.
|
|
|
3366
3700
|
|
|
3367
3701
|
### Rust Crates:
|
|
3368
3702
|
|
|
3369
|
-
- [
|
|
3703
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3370
3704
|
|
|
3371
3705
|
````text
|
|
3372
|
-
Copyright (c)
|
|
3706
|
+
Copyright (c) 2016--2017
|
|
3373
3707
|
|
|
3374
3708
|
Permission is hereby granted, free of charge, to any
|
|
3375
3709
|
person obtaining a copy of this software and associated
|
|
@@ -3395,136 +3729,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3395
3729
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3396
3730
|
DEALINGS IN THE SOFTWARE.
|
|
3397
3731
|
|
|
3398
|
-
````
|
|
3399
|
-
|
|
3400
|
-
---
|
|
3401
|
-
|
|
3402
|
-
## The following dependencies are licensed under the MIT License:
|
|
3403
|
-
|
|
3404
|
-
### NPM Packages:
|
|
3405
|
-
|
|
3406
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3407
|
-
|
|
3408
|
-
````text
|
|
3409
|
-
MIT License
|
|
3410
|
-
|
|
3411
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
3412
|
-
|
|
3413
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3414
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3415
|
-
in the Software without restriction, including without limitation the rights
|
|
3416
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3417
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3418
|
-
furnished to do so, subject to the following conditions:
|
|
3419
|
-
|
|
3420
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3421
|
-
copies or substantial portions of the Software.
|
|
3422
|
-
|
|
3423
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3424
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3425
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3426
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3427
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3428
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3429
|
-
SOFTWARE.
|
|
3430
|
-
|
|
3431
|
-
````
|
|
3432
|
-
|
|
3433
|
-
---
|
|
3434
|
-
|
|
3435
|
-
## The following dependencies are licensed under the MIT License:
|
|
3436
|
-
|
|
3437
|
-
### Rust Crates:
|
|
3438
|
-
|
|
3439
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3440
|
-
|
|
3441
|
-
````text
|
|
3442
|
-
Copyright (c) 2017 Daniel Abramov
|
|
3443
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3444
|
-
|
|
3445
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3446
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3447
|
-
in the Software without restriction, including without limitation the rights
|
|
3448
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3449
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3450
|
-
furnished to do so, subject to the following conditions:
|
|
3451
|
-
|
|
3452
|
-
The above copyright notice and this permission notice shall be included in
|
|
3453
|
-
all copies or substantial portions of the Software.
|
|
3454
|
-
|
|
3455
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3456
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3457
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3458
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3459
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3460
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3461
|
-
THE SOFTWARE.
|
|
3462
|
-
|
|
3463
|
-
````
|
|
3464
|
-
|
|
3465
|
-
---
|
|
3466
|
-
|
|
3467
|
-
## The following dependencies are licensed under the MIT License:
|
|
3468
|
-
|
|
3469
|
-
### Rust Crates:
|
|
3470
|
-
|
|
3471
|
-
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
3472
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3473
|
-
|
|
3474
|
-
````text
|
|
3475
|
-
The MIT License (MIT)
|
|
3476
|
-
|
|
3477
|
-
Copyright (c) 2015 Steven Fackler
|
|
3478
|
-
|
|
3479
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3480
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3481
|
-
the Software without restriction, including without limitation the rights to
|
|
3482
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3483
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3484
|
-
subject to the following conditions:
|
|
3485
|
-
|
|
3486
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3487
|
-
copies or substantial portions of the Software.
|
|
3488
|
-
|
|
3489
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3490
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3491
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3492
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3493
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3494
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3495
|
-
|
|
3496
|
-
````
|
|
3497
|
-
|
|
3498
|
-
---
|
|
3499
|
-
|
|
3500
|
-
## The following dependencies are licensed under the MIT License:
|
|
3501
|
-
|
|
3502
|
-
### Rust Crates:
|
|
3503
|
-
|
|
3504
|
-
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3505
|
-
|
|
3506
|
-
````text
|
|
3507
|
-
Copyright (c) 2015-2025 Sean McArthur
|
|
3508
|
-
|
|
3509
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3510
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3511
|
-
in the Software without restriction, including without limitation the rights
|
|
3512
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3513
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3514
|
-
furnished to do so, subject to the following conditions:
|
|
3515
|
-
|
|
3516
|
-
The above copyright notice and this permission notice shall be included in
|
|
3517
|
-
all copies or substantial portions of the Software.
|
|
3518
|
-
|
|
3519
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3520
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3521
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3522
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3523
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3524
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3525
|
-
THE SOFTWARE.
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
3732
|
````
|
|
3529
3733
|
|
|
3530
3734
|
---
|
|
@@ -3533,83 +3737,10 @@ THE SOFTWARE.
|
|
|
3533
3737
|
|
|
3534
3738
|
### Rust Crates:
|
|
3535
3739
|
|
|
3536
|
-
- [
|
|
3537
|
-
|
|
3538
|
-
````text
|
|
3539
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
3540
|
-
|
|
3541
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3542
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3543
|
-
in the Software without restriction, including without limitation the rights
|
|
3544
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3545
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3546
|
-
furnished to do so, subject to the following conditions:
|
|
3547
|
-
|
|
3548
|
-
The above copyright notice and this permission notice shall be included in
|
|
3549
|
-
all copies or substantial portions of the Software.
|
|
3550
|
-
|
|
3551
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3552
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3553
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3554
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3555
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3556
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3557
|
-
THE SOFTWARE.
|
|
3558
|
-
|
|
3559
|
-
````
|
|
3560
|
-
|
|
3561
|
-
---
|
|
3562
|
-
|
|
3563
|
-
## The following dependencies are licensed under the MIT License:
|
|
3564
|
-
|
|
3565
|
-
### Rust Crates:
|
|
3566
|
-
|
|
3567
|
-
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3568
|
-
|
|
3569
|
-
````text
|
|
3570
|
-
MIT License
|
|
3571
|
-
|
|
3572
|
-
Copyright (c) 2025 Callum Oakley
|
|
3573
|
-
|
|
3574
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3575
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3576
|
-
in the Software without restriction, including without limitation the rights
|
|
3577
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3578
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3579
|
-
furnished to do so, subject to the following conditions:
|
|
3580
|
-
|
|
3581
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3582
|
-
copies or substantial portions of the Software.
|
|
3583
|
-
|
|
3584
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3585
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3586
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3587
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3588
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3589
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3590
|
-
SOFTWARE.
|
|
3591
|
-
|
|
3592
|
-
````
|
|
3593
|
-
|
|
3594
|
-
---
|
|
3595
|
-
|
|
3596
|
-
## The following dependencies are licensed under the MIT License:
|
|
3597
|
-
|
|
3598
|
-
### Rust Crates:
|
|
3599
|
-
|
|
3600
|
-
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3601
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3602
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3603
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3604
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3605
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3606
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3607
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3608
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3740
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3609
3741
|
|
|
3610
3742
|
````text
|
|
3611
|
-
Copyright (c)
|
|
3612
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3743
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3613
3744
|
|
|
3614
3745
|
Permission is hereby granted, free of charge, to any
|
|
3615
3746
|
person obtaining a copy of this software and associated
|
|
@@ -3643,34 +3774,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3643
3774
|
|
|
3644
3775
|
### Rust Crates:
|
|
3645
3776
|
|
|
3646
|
-
- [
|
|
3777
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3778
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3647
3779
|
|
|
3648
3780
|
````text
|
|
3649
|
-
|
|
3781
|
+
The MIT License (MIT)
|
|
3650
3782
|
|
|
3651
|
-
|
|
3652
|
-
person obtaining a copy of this software and associated
|
|
3653
|
-
documentation files (the "Software"), to deal in the
|
|
3654
|
-
Software without restriction, including without
|
|
3655
|
-
limitation the rights to use, copy, modify, merge,
|
|
3656
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3657
|
-
the Software, and to permit persons to whom the Software
|
|
3658
|
-
is furnished to do so, subject to the following
|
|
3659
|
-
conditions:
|
|
3783
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3660
3784
|
|
|
3661
|
-
|
|
3662
|
-
shall be included in all copies or substantial portions
|
|
3663
|
-
of the Software.
|
|
3785
|
+
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:
|
|
3664
3786
|
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3668
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3669
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3670
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3671
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3672
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3673
|
-
DEALINGS IN THE SOFTWARE.
|
|
3787
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3788
|
+
|
|
3789
|
+
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.
|
|
3674
3790
|
|
|
3675
3791
|
````
|
|
3676
3792
|
|
|
@@ -3680,15 +3796,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3680
3796
|
|
|
3681
3797
|
### Rust Crates:
|
|
3682
3798
|
|
|
3683
|
-
- [
|
|
3684
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3685
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3686
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3799
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3687
3800
|
|
|
3688
3801
|
````text
|
|
3689
|
-
The
|
|
3802
|
+
Copyright (c) 2016 The humantime Developers
|
|
3803
|
+
|
|
3804
|
+
Includes parts of http date with the following copyright:
|
|
3805
|
+
Copyright (c) 2016 Pyfisch
|
|
3806
|
+
|
|
3807
|
+
Includes portions of musl libc with the following copyright:
|
|
3808
|
+
Copyright © 2005-2013 Rich Felker
|
|
3690
3809
|
|
|
3691
|
-
Copyright (c) 2015 Andrew Gallant
|
|
3692
3810
|
|
|
3693
3811
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3694
3812
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3697,16 +3815,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3697
3815
|
copies of the Software, and to permit persons to whom the Software is
|
|
3698
3816
|
furnished to do so, subject to the following conditions:
|
|
3699
3817
|
|
|
3700
|
-
The above copyright notice and this permission notice shall be included in
|
|
3701
|
-
|
|
3818
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3819
|
+
copies or substantial portions of the Software.
|
|
3702
3820
|
|
|
3703
3821
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3704
3822
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3705
3823
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3706
3824
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3707
3825
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3708
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3709
|
-
|
|
3826
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3827
|
+
SOFTWARE.
|
|
3710
3828
|
|
|
3711
3829
|
````
|
|
3712
3830
|
|
|
@@ -3716,11 +3834,13 @@ THE SOFTWARE.
|
|
|
3716
3834
|
|
|
3717
3835
|
### Rust Crates:
|
|
3718
3836
|
|
|
3719
|
-
- [
|
|
3837
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3720
3838
|
|
|
3721
3839
|
````text
|
|
3722
|
-
|
|
3723
|
-
|
|
3840
|
+
MIT License
|
|
3841
|
+
|
|
3842
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
3843
|
+
Copyright (c) Tokio Contributors
|
|
3724
3844
|
|
|
3725
3845
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3726
3846
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3746,78 +3866,33 @@ SOFTWARE.
|
|
|
3746
3866
|
|
|
3747
3867
|
## The following dependencies are licensed under the MIT License:
|
|
3748
3868
|
|
|
3749
|
-
###
|
|
3869
|
+
### NPM Packages:
|
|
3750
3870
|
|
|
3751
|
-
- [
|
|
3871
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3872
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
3752
3873
|
|
|
3753
3874
|
````text
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
Permission is hereby granted, free of charge, to any
|
|
3757
|
-
person obtaining a copy of this software and associated
|
|
3758
|
-
documentation files (the "Software"), to deal in the
|
|
3759
|
-
Software without restriction, including without
|
|
3760
|
-
limitation the rights to use, copy, modify, merge,
|
|
3761
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3762
|
-
the Software, and to permit persons to whom the Software
|
|
3763
|
-
is furnished to do so, subject to the following
|
|
3764
|
-
conditions:
|
|
3765
|
-
|
|
3766
|
-
The above copyright notice and this permission notice
|
|
3767
|
-
shall be included in all copies or substantial portions
|
|
3768
|
-
of the Software.
|
|
3769
|
-
|
|
3770
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3771
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3772
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3773
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3774
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3775
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3776
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3777
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3778
|
-
DEALINGS IN THE SOFTWARE.
|
|
3779
|
-
|
|
3780
|
-
````
|
|
3781
|
-
|
|
3782
|
-
---
|
|
3783
|
-
|
|
3784
|
-
## The following dependencies are licensed under the MIT License:
|
|
3785
|
-
|
|
3786
|
-
### Rust Crates:
|
|
3787
|
-
|
|
3788
|
-
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3789
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3790
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3791
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3792
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3793
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3875
|
+
MIT License
|
|
3794
3876
|
|
|
3795
|
-
|
|
3796
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3877
|
+
Copyright (c) Microsoft Corporation.
|
|
3797
3878
|
|
|
3798
|
-
Permission is hereby granted, free of charge, to any
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
the Software, and to permit persons to whom the Software
|
|
3805
|
-
is furnished to do so, subject to the following
|
|
3806
|
-
conditions:
|
|
3879
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3880
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3881
|
+
in the Software without restriction, including without limitation the rights
|
|
3882
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3883
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3884
|
+
furnished to do so, subject to the following conditions:
|
|
3807
3885
|
|
|
3808
|
-
The above copyright notice and this permission notice
|
|
3809
|
-
|
|
3810
|
-
of the Software.
|
|
3886
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3887
|
+
copies or substantial portions of the Software.
|
|
3811
3888
|
|
|
3812
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3820
|
-
DEALINGS IN THE SOFTWARE.
|
|
3889
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3890
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3891
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3892
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3893
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3894
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3895
|
+
SOFTWARE
|
|
3821
3896
|
|
|
3822
3897
|
````
|
|
3823
3898
|
|
|
@@ -3827,10 +3902,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3827
3902
|
|
|
3828
3903
|
### Rust Crates:
|
|
3829
3904
|
|
|
3830
|
-
- [
|
|
3905
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3906
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3907
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3908
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3909
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3910
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3831
3911
|
|
|
3832
3912
|
````text
|
|
3833
|
-
Copyright
|
|
3913
|
+
Copyright 2018 Developers of the Rand project
|
|
3914
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3834
3915
|
|
|
3835
3916
|
Permission is hereby granted, free of charge, to any
|
|
3836
3917
|
person obtaining a copy of this software and associated
|
|
@@ -3864,43 +3945,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3864
3945
|
|
|
3865
3946
|
### Rust Crates:
|
|
3866
3947
|
|
|
3867
|
-
- [
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
Copyright (c) 2016 Alex Crichton
|
|
3872
|
-
|
|
3873
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3874
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3875
|
-
in the Software without restriction, including without limitation the rights
|
|
3876
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3877
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3878
|
-
furnished to do so, subject to the following conditions:
|
|
3879
|
-
|
|
3880
|
-
The above copyright notice and this permission notice shall be included in
|
|
3881
|
-
all copies or substantial portions of the Software.
|
|
3882
|
-
|
|
3883
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3884
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3885
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3886
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3887
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3888
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3889
|
-
THE SOFTWARE.
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
````
|
|
3893
|
-
|
|
3894
|
-
---
|
|
3895
|
-
|
|
3896
|
-
## The following dependencies are licensed under the MIT License:
|
|
3897
|
-
|
|
3898
|
-
### Rust Crates:
|
|
3899
|
-
|
|
3900
|
-
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3948
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3949
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3950
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3951
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3901
3952
|
|
|
3902
3953
|
````text
|
|
3903
|
-
Copyright (c)
|
|
3954
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3904
3955
|
|
|
3905
3956
|
Permission is hereby granted, free of charge, to any
|
|
3906
3957
|
person obtaining a copy of this software and associated
|
|
@@ -3934,10 +3985,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3934
3985
|
|
|
3935
3986
|
### Rust Crates:
|
|
3936
3987
|
|
|
3937
|
-
- [
|
|
3988
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3938
3989
|
|
|
3939
3990
|
````text
|
|
3940
|
-
Copyright (c)
|
|
3991
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3941
3992
|
|
|
3942
3993
|
Permission is hereby granted, free of charge, to any
|
|
3943
3994
|
person obtaining a copy of this software and associated
|
|
@@ -3971,10 +4022,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3971
4022
|
|
|
3972
4023
|
### Rust Crates:
|
|
3973
4024
|
|
|
3974
|
-
- [
|
|
4025
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3975
4026
|
|
|
3976
4027
|
````text
|
|
3977
|
-
|
|
4028
|
+
The MIT License (MIT)
|
|
4029
|
+
|
|
4030
|
+
Copyright (c) 2015 Danny Guo
|
|
4031
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
4032
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3978
4033
|
|
|
3979
4034
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3980
4035
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3983,17 +4038,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3983
4038
|
copies of the Software, and to permit persons to whom the Software is
|
|
3984
4039
|
furnished to do so, subject to the following conditions:
|
|
3985
4040
|
|
|
3986
|
-
The above copyright notice and this permission notice shall be included in
|
|
3987
|
-
|
|
4041
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4042
|
+
copies or substantial portions of the Software.
|
|
3988
4043
|
|
|
3989
4044
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3990
4045
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3991
4046
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3992
4047
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3993
4048
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3994
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3995
|
-
|
|
3996
|
-
|
|
4049
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4050
|
+
SOFTWARE.
|
|
3997
4051
|
|
|
3998
4052
|
````
|
|
3999
4053
|
|
|
@@ -4003,13 +4057,10 @@ THE SOFTWARE.
|
|
|
4003
4057
|
|
|
4004
4058
|
### Rust Crates:
|
|
4005
4059
|
|
|
4006
|
-
- [
|
|
4007
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
4008
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
4009
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
4060
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
4010
4061
|
|
|
4011
4062
|
````text
|
|
4012
|
-
Copyright (c)
|
|
4063
|
+
Copyright (c) 2017 http-rs authors
|
|
4013
4064
|
|
|
4014
4065
|
Permission is hereby granted, free of charge, to any
|
|
4015
4066
|
person obtaining a copy of this software and associated
|
|
@@ -4043,32 +4094,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4043
4094
|
|
|
4044
4095
|
### Rust Crates:
|
|
4045
4096
|
|
|
4046
|
-
- [
|
|
4097
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
4047
4098
|
|
|
4048
4099
|
````text
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
publish, distribute, sublicense, and/or sell
|
|
4055
|
-
the Software, and to permit persons to whom the Software
|
|
4056
|
-
|
|
4057
|
-
|
|
4100
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
4101
|
+
|
|
4102
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4103
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4104
|
+
in the Software without restriction, including without limitation the rights
|
|
4105
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4106
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4107
|
+
furnished to do so, subject to the following conditions:
|
|
4108
|
+
|
|
4109
|
+
The above copyright notice and this permission notice shall be included in
|
|
4110
|
+
all copies or substantial portions of the Software.
|
|
4111
|
+
|
|
4112
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4113
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4114
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4115
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4116
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4117
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4118
|
+
THE SOFTWARE.
|
|
4058
4119
|
|
|
4059
|
-
The above copyright notice and this permission notice
|
|
4060
|
-
shall be included in all copies or substantial portions
|
|
4061
|
-
of the Software.
|
|
4062
4120
|
|
|
4063
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4064
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4065
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4066
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4067
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4068
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4069
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4070
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4071
|
-
DEALINGS IN THE SOFTWARE.
|
|
4072
4121
|
````
|
|
4073
4122
|
|
|
4074
4123
|
---
|
|
@@ -4077,12 +4126,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4077
4126
|
|
|
4078
4127
|
### Rust Crates:
|
|
4079
4128
|
|
|
4080
|
-
- [
|
|
4129
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
4081
4130
|
|
|
4082
4131
|
````text
|
|
4083
4132
|
MIT License
|
|
4084
4133
|
|
|
4085
|
-
Copyright (c)
|
|
4134
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
4086
4135
|
|
|
4087
4136
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4088
4137
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4101,22 +4150,21 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
4101
4150
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4102
4151
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4103
4152
|
SOFTWARE.
|
|
4153
|
+
|
|
4104
4154
|
````
|
|
4105
4155
|
|
|
4106
4156
|
---
|
|
4107
4157
|
|
|
4108
4158
|
## The following dependencies are licensed under the MIT License:
|
|
4109
4159
|
|
|
4110
|
-
###
|
|
4160
|
+
### NPM Packages:
|
|
4111
4161
|
|
|
4112
|
-
- [
|
|
4113
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4114
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4162
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
4115
4163
|
|
|
4116
4164
|
````text
|
|
4117
|
-
MIT License
|
|
4165
|
+
The MIT License (MIT)
|
|
4118
4166
|
|
|
4119
|
-
Copyright (c)
|
|
4167
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
4120
4168
|
|
|
4121
4169
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4122
4170
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4136,6 +4184,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4136
4184
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4137
4185
|
SOFTWARE.
|
|
4138
4186
|
|
|
4187
|
+
|
|
4139
4188
|
````
|
|
4140
4189
|
|
|
4141
4190
|
---
|
|
@@ -4144,10 +4193,10 @@ SOFTWARE.
|
|
|
4144
4193
|
|
|
4145
4194
|
### Rust Crates:
|
|
4146
4195
|
|
|
4147
|
-
- [
|
|
4196
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
4148
4197
|
|
|
4149
4198
|
````text
|
|
4150
|
-
Copyright (c)
|
|
4199
|
+
Copyright (c) 2015 Steven Allen
|
|
4151
4200
|
|
|
4152
4201
|
Permission is hereby granted, free of charge, to any
|
|
4153
4202
|
person obtaining a copy of this software and associated
|
|
@@ -4181,12 +4230,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4181
4230
|
|
|
4182
4231
|
### Rust Crates:
|
|
4183
4232
|
|
|
4184
|
-
- [
|
|
4233
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
4185
4234
|
|
|
4186
4235
|
````text
|
|
4187
4236
|
The MIT License (MIT)
|
|
4188
4237
|
|
|
4189
|
-
Copyright (c)
|
|
4238
|
+
Copyright (c) 2015 Alice Maz
|
|
4190
4239
|
|
|
4191
4240
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4192
4241
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4195,65 +4244,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4195
4244
|
copies of the Software, and to permit persons to whom the Software is
|
|
4196
4245
|
furnished to do so, subject to the following conditions:
|
|
4197
4246
|
|
|
4198
|
-
The above copyright notice and this permission notice shall be included in
|
|
4199
|
-
copies or substantial portions of the Software.
|
|
4247
|
+
The above copyright notice and this permission notice shall be included in
|
|
4248
|
+
all copies or substantial portions of the Software.
|
|
4200
4249
|
|
|
4201
4250
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4202
4251
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4203
4252
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4204
4253
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4205
4254
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4206
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4207
|
-
SOFTWARE.
|
|
4208
|
-
|
|
4209
|
-
````
|
|
4210
|
-
|
|
4211
|
-
---
|
|
4212
|
-
|
|
4213
|
-
## The following dependencies are licensed under the MIT License:
|
|
4214
|
-
|
|
4215
|
-
### Rust Crates:
|
|
4216
|
-
|
|
4217
|
-
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
4218
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
4219
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
4220
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
4221
|
-
|
|
4222
|
-
````text
|
|
4223
|
-
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:
|
|
4224
|
-
|
|
4225
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4226
|
-
|
|
4227
|
-
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.
|
|
4228
|
-
````
|
|
4229
|
-
|
|
4230
|
-
---
|
|
4231
|
-
|
|
4232
|
-
## The following dependencies are licensed under the MIT License:
|
|
4233
|
-
|
|
4234
|
-
### NPM Packages:
|
|
4235
|
-
|
|
4236
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4237
|
-
|
|
4238
|
-
````text
|
|
4239
|
-
This software is released under the MIT license:
|
|
4240
|
-
|
|
4241
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4242
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
4243
|
-
the Software without restriction, including without limitation the rights to
|
|
4244
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4245
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4246
|
-
subject to the following conditions:
|
|
4247
|
-
|
|
4248
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4249
|
-
copies or substantial portions of the Software.
|
|
4250
|
-
|
|
4251
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4252
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4253
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4254
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4255
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4256
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4255
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4256
|
+
THE SOFTWARE.
|
|
4257
4257
|
|
|
4258
4258
|
````
|
|
4259
4259
|
|
|
@@ -4648,7 +4648,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4648
4648
|
|
|
4649
4649
|
### NPM Packages:
|
|
4650
4650
|
|
|
4651
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.
|
|
4651
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4652
4652
|
|
|
4653
4653
|
````text
|
|
4654
4654
|
Please refer to the package README for license details.
|
|
@@ -4660,14 +4660,31 @@ Please refer to the package README for license details.
|
|
|
4660
4660
|
|
|
4661
4661
|
### Rust Crates:
|
|
4662
4662
|
|
|
4663
|
-
- [
|
|
4663
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4664
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4665
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4666
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4667
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4668
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4669
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4670
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4671
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4672
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4673
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4674
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4675
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4676
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4677
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4678
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4679
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4680
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4664
4681
|
|
|
4665
4682
|
````text
|
|
4666
4683
|
UNICODE LICENSE V3
|
|
4667
4684
|
|
|
4668
4685
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4669
4686
|
|
|
4670
|
-
Copyright ©
|
|
4687
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4671
4688
|
|
|
4672
4689
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4673
4690
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4703,6 +4720,13 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4703
4720
|
dealings in these Data Files or Software without prior written
|
|
4704
4721
|
authorization of the copyright holder.
|
|
4705
4722
|
|
|
4723
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4724
|
+
|
|
4725
|
+
—
|
|
4726
|
+
|
|
4727
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4728
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4729
|
+
|
|
4706
4730
|
````
|
|
4707
4731
|
|
|
4708
4732
|
---
|
|
@@ -4711,31 +4735,14 @@ authorization of the copyright holder.
|
|
|
4711
4735
|
|
|
4712
4736
|
### Rust Crates:
|
|
4713
4737
|
|
|
4714
|
-
- [
|
|
4715
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4716
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4717
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4718
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4719
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4720
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4721
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4722
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4723
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4724
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4725
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4726
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4727
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4728
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4729
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4730
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4731
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4738
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4732
4739
|
|
|
4733
4740
|
````text
|
|
4734
4741
|
UNICODE LICENSE V3
|
|
4735
4742
|
|
|
4736
4743
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4737
4744
|
|
|
4738
|
-
Copyright ©
|
|
4745
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4739
4746
|
|
|
4740
4747
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4741
4748
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4771,12 +4778,5 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4771
4778
|
dealings in these Data Files or Software without prior written
|
|
4772
4779
|
authorization of the copyright holder.
|
|
4773
4780
|
|
|
4774
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4775
|
-
|
|
4776
|
-
—
|
|
4777
|
-
|
|
4778
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4779
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4780
|
-
|
|
4781
4781
|
````
|
|
4782
4782
|
|