@deveco-codegenie/mcp-bridge-darwin-x64 1.1.7 → 1.1.8

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.
@@ -22,23 +22,21 @@
22
22
 
23
23
  ### Rust Crates:
24
24
 
25
- - [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
25
+ - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
26
26
 
27
27
  ````text
28
- BSD Zero Clause License
29
-
30
- Copyright (c) 2024 kotauskas
28
+ Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
31
29
 
32
- Permission to use, copy, modify, and/or distribute this software for any
33
- purpose with or without fee is hereby granted.
30
+ Permission to use, copy, modify, and/or distribute this software for
31
+ any purpose with or without fee is hereby granted.
34
32
 
35
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
36
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
37
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
38
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
39
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
40
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41
- PERFORMANCE OF THIS SOFTWARE.
33
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
35
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
36
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
38
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
39
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
42
40
 
43
41
  ````
44
42
 
@@ -48,21 +46,23 @@ PERFORMANCE OF THIS SOFTWARE.
48
46
 
49
47
  ### Rust Crates:
50
48
 
51
- - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
49
+ - [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
52
50
 
53
51
  ````text
54
- Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
52
+ BSD Zero Clause License
55
53
 
56
- Permission to use, copy, modify, and/or distribute this software for
57
- any purpose with or without fee is hereby granted.
54
+ Copyright (c) 2024 kotauskas
58
55
 
59
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
60
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
61
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
62
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
63
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
64
- AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
65
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
56
+ Permission to use, copy, modify, and/or distribute this software for any
57
+ purpose with or without fee is hereby granted.
58
+
59
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
60
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
61
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
62
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
63
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
64
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
65
+ PERFORMANCE OF THIS SOFTWARE.
66
66
 
67
67
  ````
68
68
 
@@ -670,6 +670,40 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
670
670
  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
671
671
  THIS SOFTWARE.
672
672
 
673
+ ````
674
+
675
+ ---
676
+
677
+ ## The following dependencies are licensed under the MIT License:
678
+
679
+ ### NPM Packages:
680
+
681
+ - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
682
+
683
+ ````text
684
+ The MIT License (MIT)
685
+
686
+ Copyright (c) 2015-2021 Evgeny Poberezkin
687
+
688
+ Permission is hereby granted, free of charge, to any person obtaining a copy
689
+ of this software and associated documentation files (the "Software"), to deal
690
+ in the Software without restriction, including without limitation the rights
691
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
692
+ copies of the Software, and to permit persons to whom the Software is
693
+ furnished to do so, subject to the following conditions:
694
+
695
+ The above copyright notice and this permission notice shall be included in all
696
+ copies or substantial portions of the Software.
697
+
698
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
699
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
700
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
701
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
702
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
703
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
704
+ SOFTWARE.
705
+
706
+
673
707
  ````
674
708
 
675
709
  ---
@@ -678,12 +712,75 @@ THIS SOFTWARE.
678
712
 
679
713
  ### Rust Crates:
680
714
 
681
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
682
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
683
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
715
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
716
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
717
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
718
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
719
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
720
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
721
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
722
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
723
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
724
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
725
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
726
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
727
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
728
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
729
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
730
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
731
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
732
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
733
+ - [semver](https://github.com/dtolnay/semver) (1.0.28)
734
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
735
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
736
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
737
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
738
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
739
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
740
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
741
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
742
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
743
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
744
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
745
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
684
746
 
685
747
  ````text
686
- Copyright (c) 2019 Tower Contributors
748
+ Permission is hereby granted, free of charge, to any
749
+ person obtaining a copy of this software and associated
750
+ documentation files (the "Software"), to deal in the
751
+ Software without restriction, including without
752
+ limitation the rights to use, copy, modify, merge,
753
+ publish, distribute, sublicense, and/or sell copies of
754
+ the Software, and to permit persons to whom the Software
755
+ is furnished to do so, subject to the following
756
+ conditions:
757
+
758
+ The above copyright notice and this permission notice
759
+ shall be included in all copies or substantial portions
760
+ of the Software.
761
+
762
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
763
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
764
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
765
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
766
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
767
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
768
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
769
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
770
+ DEALINGS IN THE SOFTWARE.
771
+
772
+ ````
773
+
774
+ ---
775
+
776
+ ## The following dependencies are licensed under the MIT License:
777
+
778
+ ### Rust Crates:
779
+
780
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
781
+
782
+ ````text
783
+ Copyright (c) 2014-2026 Alex Crichton
687
784
 
688
785
  Permission is hereby granted, free of charge, to any
689
786
  person obtaining a copy of this software and associated
@@ -717,16 +814,34 @@ DEALINGS IN THE SOFTWARE.
717
814
 
718
815
  ### Rust Crates:
719
816
 
720
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
817
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
721
818
 
722
819
  ````text
723
- Copyright 2017 Juniper Networks, Inc.
820
+ Copyright (c) 2017 Contributors
724
821
 
725
- 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:
822
+ Permission is hereby granted, free of charge, to any
823
+ person obtaining a copy of this software and associated
824
+ documentation files (the "Software"), to deal in the
825
+ Software without restriction, including without
826
+ limitation the rights to use, copy, modify, merge,
827
+ publish, distribute, sublicense, and/or sell copies of
828
+ the Software, and to permit persons to whom the Software
829
+ is furnished to do so, subject to the following
830
+ conditions:
726
831
 
727
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
832
+ The above copyright notice and this permission notice
833
+ shall be included in all copies or substantial portions
834
+ of the Software.
728
835
 
729
- 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.
836
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
837
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
838
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
839
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
840
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
841
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
842
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
843
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
844
+ DEALINGS IN THE SOFTWARE.
730
845
 
731
846
  ````
732
847
 
@@ -736,32 +851,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
736
851
 
737
852
  ### Rust Crates:
738
853
 
739
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
740
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
741
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
854
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
855
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
742
856
 
743
857
  ````text
744
- MIT License
858
+ The MIT License (MIT)
745
859
 
746
- Copyright (c) 2017 Ted Driggs
860
+ Copyright 2016 Google Inc. All Rights Reserved.
747
861
 
748
- Permission is hereby granted, free of charge, to any person obtaining a copy
749
- of this software and associated documentation files (the "Software"), to deal
750
- in the Software without restriction, including without limitation the rights
751
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
752
- copies of the Software, and to permit persons to whom the Software is
753
- furnished to do so, subject to the following conditions:
862
+ 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:
754
863
 
755
- The above copyright notice and this permission notice shall be included in all
756
- copies or substantial portions of the Software.
864
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
757
865
 
758
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
759
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
760
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
761
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
762
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
763
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
764
- SOFTWARE.
866
+ 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.
765
867
 
766
868
  ````
767
869
 
@@ -771,13 +873,15 @@ SOFTWARE.
771
873
 
772
874
  ### Rust Crates:
773
875
 
774
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
775
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
876
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
877
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
878
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
879
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
880
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
881
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
776
882
 
777
883
  ````text
778
- Copyright (c) 2006-2009 Graydon Hoare
779
- Copyright (c) 2009-2013 Mozilla Foundation
780
- Copyright (c) 2016 Artyom Pavlov
884
+ Copyright (c) 2019 Tokio Contributors
781
885
 
782
886
  Permission is hereby granted, free of charge, to any
783
887
  person obtaining a copy of this software and associated
@@ -811,12 +915,11 @@ DEALINGS IN THE SOFTWARE.
811
915
 
812
916
  ### Rust Crates:
813
917
 
814
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
918
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
815
919
 
816
920
  ````text
817
- The MIT License (MIT)
818
-
819
- Copyright (c) 2014 Mathijs van de Nes
921
+ Copyright (c) 2013-2014 The Rust Project Developers.
922
+ Copyright (c) 2015-2020 The rust-hex Developers
820
923
 
821
924
  Permission is hereby granted, free of charge, to any person obtaining a copy
822
925
  of this software and associated documentation files (the "Software"), to deal
@@ -836,8 +939,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
836
939
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
837
940
  SOFTWARE.
838
941
 
839
- Some files in the "tests/data" subdirectory of this repository are under other
840
- licences; see files named LICENSE.*.txt for details.
841
942
  ````
842
943
 
843
944
  ---
@@ -846,13 +947,11 @@ licences; see files named LICENSE.*.txt for details.
846
947
 
847
948
  ### Rust Crates:
848
949
 
849
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
850
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
950
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
851
951
 
852
952
  ````text
853
- MIT License
854
-
855
- Copyright (c) 2019 Graham Esau
953
+ Copyright (c) 2017 Alexey Galakhov
954
+ Copyright (c) 2016 Jason Housley
856
955
 
857
956
  Permission is hereby granted, free of charge, to any person obtaining a copy
858
957
  of this software and associated documentation files (the "Software"), to deal
@@ -861,16 +960,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
861
960
  copies of the Software, and to permit persons to whom the Software is
862
961
  furnished to do so, subject to the following conditions:
863
962
 
864
- The above copyright notice and this permission notice shall be included in all
865
- copies or substantial portions of the Software.
963
+ The above copyright notice and this permission notice shall be included in
964
+ all copies or substantial portions of the Software.
866
965
 
867
966
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
868
967
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
869
968
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
870
969
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
871
970
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
872
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
873
- SOFTWARE.
971
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
972
+ THE SOFTWARE.
874
973
 
875
974
  ````
876
975
 
@@ -880,10 +979,10 @@ SOFTWARE.
880
979
 
881
980
  ### Rust Crates:
882
981
 
883
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
982
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
884
983
 
885
984
  ````text
886
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
985
+ Copyright (c) 2019 Nick Fitzgerald
887
986
 
888
987
  Permission is hereby granted, free of charge, to any
889
988
  person obtaining a copy of this software and associated
@@ -917,43 +1016,10 @@ DEALINGS IN THE SOFTWARE.
917
1016
 
918
1017
  ### Rust Crates:
919
1018
 
920
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
921
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
1019
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
922
1020
 
923
1021
  ````text
924
- The MIT License (MIT)
925
-
926
- Copyright (c) 2015 Steven Fackler
927
-
928
- Permission is hereby granted, free of charge, to any person obtaining a copy of
929
- this software and associated documentation files (the "Software"), to deal in
930
- the Software without restriction, including without limitation the rights to
931
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
932
- the Software, and to permit persons to whom the Software is furnished to do so,
933
- subject to the following conditions:
934
-
935
- The above copyright notice and this permission notice shall be included in all
936
- copies or substantial portions of the Software.
937
-
938
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
939
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
940
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
941
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
942
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
943
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
944
-
945
- ````
946
-
947
- ---
948
-
949
- ## The following dependencies are licensed under the MIT License:
950
-
951
- ### Rust Crates:
952
-
953
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
954
-
955
- ````text
956
- Copyright (c) 2010 The Rust Project Developers
1022
+ Copyright (c) 2016 Anthony Ramine
957
1023
 
958
1024
  Permission is hereby granted, free of charge, to any
959
1025
  person obtaining a copy of this software and associated
@@ -987,13 +1053,15 @@ DEALINGS IN THE SOFTWARE.
987
1053
 
988
1054
  ### Rust Crates:
989
1055
 
990
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1056
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1057
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1058
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1059
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
991
1060
 
992
1061
  ````text
993
- MIT License
1062
+ The MIT License (MIT)
994
1063
 
995
- Copyright (c) 2019 Yoshua Wuyts
996
- Copyright (c) Tokio Contributors
1064
+ Copyright (c) 2015 Andrew Gallant
997
1065
 
998
1066
  Permission is hereby granted, free of charge, to any person obtaining a copy
999
1067
  of this software and associated documentation files (the "Software"), to deal
@@ -1002,16 +1070,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1002
1070
  copies of the Software, and to permit persons to whom the Software is
1003
1071
  furnished to do so, subject to the following conditions:
1004
1072
 
1005
- The above copyright notice and this permission notice shall be included in all
1006
- copies or substantial portions of the Software.
1073
+ The above copyright notice and this permission notice shall be included in
1074
+ all copies or substantial portions of the Software.
1007
1075
 
1008
1076
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1009
1077
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1010
1078
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1011
1079
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1012
1080
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1013
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1014
- SOFTWARE.
1081
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1082
+ THE SOFTWARE.
1015
1083
 
1016
1084
  ````
1017
1085
 
@@ -1019,14 +1087,15 @@ SOFTWARE.
1019
1087
 
1020
1088
  ## The following dependencies are licensed under the MIT License:
1021
1089
 
1022
- ### NPM Packages:
1090
+ ### Rust Crates:
1023
1091
 
1024
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
1092
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
1093
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
1025
1094
 
1026
1095
  ````text
1027
- The MIT License (MIT)
1096
+ MIT License
1028
1097
 
1029
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
1098
+ Copyright (c) 2019 Graham Esau
1030
1099
 
1031
1100
  Permission is hereby granted, free of charge, to any person obtaining a copy
1032
1101
  of this software and associated documentation files (the "Software"), to deal
@@ -1035,54 +1104,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1035
1104
  copies of the Software, and to permit persons to whom the Software is
1036
1105
  furnished to do so, subject to the following conditions:
1037
1106
 
1038
- The above copyright notice and this permission notice shall be included in
1039
- all copies or substantial portions of the Software.
1107
+ The above copyright notice and this permission notice shall be included in all
1108
+ copies or substantial portions of the Software.
1040
1109
 
1041
1110
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1042
1111
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1043
1112
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1044
1113
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1045
1114
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1046
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1047
- THE SOFTWARE.
1048
-
1049
- ````
1050
-
1051
- ---
1052
-
1053
- ## The following dependencies are licensed under the MIT License:
1054
-
1055
- ### Rust Crates:
1056
-
1057
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1058
-
1059
- ````text
1060
- Copyright (c) 2018-2026 The rust-random Project Developers
1061
- Copyright (c) 2014 The Rust Project Developers
1062
-
1063
- Permission is hereby granted, free of charge, to any
1064
- person obtaining a copy of this software and associated
1065
- documentation files (the "Software"), to deal in the
1066
- Software without restriction, including without
1067
- limitation the rights to use, copy, modify, merge,
1068
- publish, distribute, sublicense, and/or sell copies of
1069
- the Software, and to permit persons to whom the Software
1070
- is furnished to do so, subject to the following
1071
- conditions:
1072
-
1073
- The above copyright notice and this permission notice
1074
- shall be included in all copies or substantial portions
1075
- of the Software.
1076
-
1077
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1078
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1079
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1080
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1081
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1082
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1083
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1084
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1085
- DEALINGS IN THE SOFTWARE.
1115
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1116
+ SOFTWARE.
1086
1117
 
1087
1118
  ````
1088
1119
 
@@ -1092,34 +1123,29 @@ DEALINGS IN THE SOFTWARE.
1092
1123
 
1093
1124
  ### Rust Crates:
1094
1125
 
1095
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
1126
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1096
1127
 
1097
1128
  ````text
1098
- Copyright (c) 2021 RustCrypto Developers
1129
+ Copyright (c) 2017 Daniel Abramov
1130
+ Copyright (c) 2017 Alexey Galakhov
1099
1131
 
1100
- Permission is hereby granted, free of charge, to any
1101
- person obtaining a copy of this software and associated
1102
- documentation files (the "Software"), to deal in the
1103
- Software without restriction, including without
1104
- limitation the rights to use, copy, modify, merge,
1105
- publish, distribute, sublicense, and/or sell copies of
1106
- the Software, and to permit persons to whom the Software
1107
- is furnished to do so, subject to the following
1108
- conditions:
1132
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1133
+ of this software and associated documentation files (the "Software"), to deal
1134
+ in the Software without restriction, including without limitation the rights
1135
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1136
+ copies of the Software, and to permit persons to whom the Software is
1137
+ furnished to do so, subject to the following conditions:
1109
1138
 
1110
- The above copyright notice and this permission notice
1111
- shall be included in all copies or substantial portions
1112
- of the Software.
1139
+ The above copyright notice and this permission notice shall be included in
1140
+ all copies or substantial portions of the Software.
1113
1141
 
1114
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1115
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1116
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1117
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1118
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1119
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1120
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1121
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1122
- DEALINGS IN THE SOFTWARE.
1142
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1143
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1144
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1145
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1146
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1147
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1148
+ THE SOFTWARE.
1123
1149
 
1124
1150
  ````
1125
1151
 
@@ -1127,30 +1153,29 @@ DEALINGS IN THE SOFTWARE.
1127
1153
 
1128
1154
  ## The following dependencies are licensed under the MIT License:
1129
1155
 
1130
- ### Rust Crates:
1156
+ ### NPM Packages:
1131
1157
 
1132
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
1158
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
1133
1159
 
1134
1160
  ````text
1135
- Copyright (c) 2018 directories-rs contributors
1161
+ This software is released under the MIT license:
1136
1162
 
1137
- Permission is hereby granted, free of charge, to any person obtaining a copy
1138
- of this software and associated documentation files (the "Software"), to deal
1139
- in the Software without restriction, including without limitation the rights
1140
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1141
- copies of the Software, and to permit persons to whom the Software is
1142
- furnished to do so, subject to the following conditions:
1163
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1164
+ this software and associated documentation files (the "Software"), to deal in
1165
+ the Software without restriction, including without limitation the rights to
1166
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1167
+ the Software, and to permit persons to whom the Software is furnished to do so,
1168
+ subject to the following conditions:
1143
1169
 
1144
1170
  The above copyright notice and this permission notice shall be included in all
1145
1171
  copies or substantial portions of the Software.
1146
1172
 
1147
1173
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1148
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1149
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1150
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1151
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1152
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1153
- SOFTWARE.
1174
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1175
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1176
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1177
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1178
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1154
1179
 
1155
1180
  ````
1156
1181
 
@@ -1160,17 +1185,13 @@ SOFTWARE.
1160
1185
 
1161
1186
  ### Rust Crates:
1162
1187
 
1163
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
1188
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1164
1189
 
1165
1190
  ````text
1166
- Copyright (c) 2016 The humantime Developers
1167
-
1168
- Includes parts of http date with the following copyright:
1169
- Copyright (c) 2016 Pyfisch
1170
-
1171
- Includes portions of musl libc with the following copyright:
1172
- Copyright © 2005-2013 Rich Felker
1191
+ The MIT License (MIT)
1173
1192
 
1193
+ Copyright (c) 2015-2020 Julien Cretin
1194
+ Copyright (c) 2017-2020 Google Inc.
1174
1195
 
1175
1196
  Permission is hereby granted, free of charge, to any person obtaining a copy
1176
1197
  of this software and associated documentation files (the "Software"), to deal
@@ -1198,12 +1219,12 @@ SOFTWARE.
1198
1219
 
1199
1220
  ### Rust Crates:
1200
1221
 
1201
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
1222
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
1202
1223
 
1203
1224
  ````text
1204
- MIT License
1225
+ The MIT License (MIT)
1205
1226
 
1206
- Copyright (c) [2021] [Marvin Countryman]
1227
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
1207
1228
 
1208
1229
  Permission is hereby granted, free of charge, to any person obtaining a copy
1209
1230
  of this software and associated documentation files (the "Software"), to deal
@@ -1212,16 +1233,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1212
1233
  copies of the Software, and to permit persons to whom the Software is
1213
1234
  furnished to do so, subject to the following conditions:
1214
1235
 
1215
- The above copyright notice and this permission notice shall be included in all
1216
- copies or substantial portions of the Software.
1236
+ The above copyright notice and this permission notice shall be included in
1237
+ all copies or substantial portions of the Software.
1217
1238
 
1218
1239
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1219
1240
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1220
1241
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1221
1242
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1222
1243
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1223
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1224
- SOFTWARE.
1244
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1245
+ THE SOFTWARE.
1225
1246
 
1226
1247
  ````
1227
1248
 
@@ -1231,12 +1252,10 @@ SOFTWARE.
1231
1252
 
1232
1253
  ### Rust Crates:
1233
1254
 
1234
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
1255
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
1235
1256
 
1236
1257
  ````text
1237
- The MIT License (MIT)
1238
-
1239
- Copyright (c) 2014 Paho Lurie-Gregg
1258
+ Copyright (c) 2015-2025 Sean McArthur
1240
1259
 
1241
1260
  Permission is hereby granted, free of charge, to any person obtaining a copy
1242
1261
  of this software and associated documentation files (the "Software"), to deal
@@ -1245,16 +1264,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1245
1264
  copies of the Software, and to permit persons to whom the Software is
1246
1265
  furnished to do so, subject to the following conditions:
1247
1266
 
1248
- The above copyright notice and this permission notice shall be included in all
1249
- copies or substantial portions of the Software.
1267
+ The above copyright notice and this permission notice shall be included in
1268
+ all copies or substantial portions of the Software.
1250
1269
 
1251
1270
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1252
1271
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1253
1272
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1254
1273
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1255
1274
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1256
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1257
- SOFTWARE.
1275
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1276
+ THE SOFTWARE.
1277
+
1258
1278
 
1259
1279
  ````
1260
1280
 
@@ -1264,31 +1284,48 @@ SOFTWARE.
1264
1284
 
1265
1285
  ### Rust Crates:
1266
1286
 
1267
- - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
1268
- - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
1269
- - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
1270
- - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
1287
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
1271
1288
 
1272
1289
  ````text
1273
- 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:
1274
-
1275
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1290
+ The MIT License (MIT)
1291
+
1292
+ Copyright (c) 2016 Johann Tuffe
1293
+
1294
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1295
+ of this software and associated documentation files (the "Software"), to deal
1296
+ in the Software without restriction, including without limitation the rights
1297
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1298
+ copies of the Software, and to permit persons to whom the Software is
1299
+ furnished to do so, subject to the following conditions:
1300
+
1301
+
1302
+ The above copyright notice and this permission notice shall be included in
1303
+ all copies or substantial portions of the Software.
1304
+
1305
+
1306
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1307
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1308
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1309
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1310
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1311
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1312
+ THE SOFTWARE.
1276
1313
 
1277
- 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.
1278
1314
  ````
1279
1315
 
1280
1316
  ---
1281
1317
 
1282
1318
  ## The following dependencies are licensed under the MIT License:
1283
1319
 
1284
- ### NPM Packages:
1320
+ ### Rust Crates:
1285
1321
 
1286
- - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
1322
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1287
1323
 
1288
1324
  ````text
1289
- The MIT License (MIT)
1325
+ MIT License
1290
1326
 
1291
- Copyright (c) 2015-2021 Evgeny Poberezkin
1327
+ Copyright (c) 2019 Yoshua Wuyts
1328
+ Copyright (c) Tokio Contributors
1292
1329
 
1293
1330
  Permission is hereby granted, free of charge, to any person obtaining a copy
1294
1331
  of this software and associated documentation files (the "Software"), to deal
@@ -1308,7 +1345,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1308
1345
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1309
1346
  SOFTWARE.
1310
1347
 
1311
-
1312
1348
  ````
1313
1349
 
1314
1350
  ---
@@ -1354,12 +1390,14 @@ DEALINGS IN THE SOFTWARE.
1354
1390
 
1355
1391
  ### Rust Crates:
1356
1392
 
1357
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1393
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
1394
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
1395
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
1358
1396
 
1359
1397
  ````text
1360
1398
  MIT License
1361
1399
 
1362
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1400
+ Copyright (c) 2017 Ted Driggs
1363
1401
 
1364
1402
  Permission is hereby granted, free of charge, to any person obtaining a copy
1365
1403
  of this software and associated documentation files (the "Software"), to deal
@@ -1387,11 +1425,11 @@ SOFTWARE.
1387
1425
 
1388
1426
  ### Rust Crates:
1389
1427
 
1390
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
1391
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
1428
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1392
1429
 
1393
1430
  ````text
1394
- Copyright (c) 2012-2013 Mozilla Foundation
1431
+ Copyright (c) 2018-2026 The rust-random Project Developers
1432
+ Copyright (c) 2014 The Rust Project Developers
1395
1433
 
1396
1434
  Permission is hereby granted, free of charge, to any
1397
1435
  person obtaining a copy of this software and associated
@@ -1425,34 +1463,28 @@ DEALINGS IN THE SOFTWARE.
1425
1463
 
1426
1464
  ### Rust Crates:
1427
1465
 
1428
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
1466
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
1429
1467
 
1430
1468
  ````text
1431
- Copyright (c) 2017 Contributors
1469
+ Copyright (c) 2014-2026 Sean McArthur
1432
1470
 
1433
- Permission is hereby granted, free of charge, to any
1434
- person obtaining a copy of this software and associated
1435
- documentation files (the "Software"), to deal in the
1436
- Software without restriction, including without
1437
- limitation the rights to use, copy, modify, merge,
1438
- publish, distribute, sublicense, and/or sell copies of
1439
- the Software, and to permit persons to whom the Software
1440
- is furnished to do so, subject to the following
1441
- conditions:
1471
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1472
+ of this software and associated documentation files (the "Software"), to deal
1473
+ in the Software without restriction, including without limitation the rights
1474
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1475
+ copies of the Software, and to permit persons to whom the Software is
1476
+ furnished to do so, subject to the following conditions:
1442
1477
 
1443
- The above copyright notice and this permission notice
1444
- shall be included in all copies or substantial portions
1445
- of the Software.
1478
+ The above copyright notice and this permission notice shall be included in
1479
+ all copies or substantial portions of the Software.
1446
1480
 
1447
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1448
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1449
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1450
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1451
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1452
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1453
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1454
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1455
- DEALINGS IN THE SOFTWARE.
1481
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1482
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1483
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1484
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1485
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1486
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1487
+ THE SOFTWARE.
1456
1488
 
1457
1489
  ````
1458
1490
 
@@ -1462,10 +1494,10 @@ DEALINGS IN THE SOFTWARE.
1462
1494
 
1463
1495
  ### Rust Crates:
1464
1496
 
1465
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
1497
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1466
1498
 
1467
1499
  ````text
1468
- Copyright 2016 Nika Layzell
1500
+ Copyright 2017 Juniper Networks, Inc.
1469
1501
 
1470
1502
  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:
1471
1503
 
@@ -1481,14 +1513,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1481
1513
 
1482
1514
  ### Rust Crates:
1483
1515
 
1484
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1485
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1486
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1516
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
1487
1517
 
1488
1518
  ````text
1489
- MIT License
1490
-
1491
- Copyright (c) Tokio Contributors
1519
+ Copyright (c) 2018-2023 Sean McArthur
1520
+ Copyright (c) 2016 Alex Crichton
1492
1521
 
1493
1522
  Permission is hereby granted, free of charge, to any person obtaining a copy
1494
1523
  of this software and associated documentation files (the "Software"), to deal
@@ -1497,16 +1526,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1497
1526
  copies of the Software, and to permit persons to whom the Software is
1498
1527
  furnished to do so, subject to the following conditions:
1499
1528
 
1500
- The above copyright notice and this permission notice shall be included in all
1501
- copies or substantial portions of the Software.
1529
+ The above copyright notice and this permission notice shall be included in
1530
+ all copies or substantial portions of the Software.
1502
1531
 
1503
1532
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1504
1533
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1505
1534
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1506
1535
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1507
1536
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1508
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1509
- SOFTWARE.
1537
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1538
+ THE SOFTWARE.
1539
+
1510
1540
 
1511
1541
  ````
1512
1542
 
@@ -1516,10 +1546,10 @@ SOFTWARE.
1516
1546
 
1517
1547
  ### Rust Crates:
1518
1548
 
1519
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
1549
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
1520
1550
 
1521
1551
  ````text
1522
- Copyright (c) 2013-2016 The rust-url developers
1552
+ Copyright (c) 2018 The Servo Project Developers
1523
1553
 
1524
1554
  Permission is hereby granted, free of charge, to any
1525
1555
  person obtaining a copy of this software and associated
@@ -1553,14 +1583,10 @@ DEALINGS IN THE SOFTWARE.
1553
1583
 
1554
1584
  ### Rust Crates:
1555
1585
 
1556
- - [educe](https://github.com/magiclen/educe) (0.5.11)
1557
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1558
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1586
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
1559
1587
 
1560
1588
  ````text
1561
- MIT License
1562
-
1563
- Copyright (c) 2023 magiclen.org (Ron Li)
1589
+ Copyright (c) 2023-2025 Sean McArthur
1564
1590
 
1565
1591
  Permission is hereby granted, free of charge, to any person obtaining a copy
1566
1592
  of this software and associated documentation files (the "Software"), to deal
@@ -1569,16 +1595,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1569
1595
  copies of the Software, and to permit persons to whom the Software is
1570
1596
  furnished to do so, subject to the following conditions:
1571
1597
 
1572
- The above copyright notice and this permission notice shall be included in all
1573
- copies or substantial portions of the Software.
1598
+ The above copyright notice and this permission notice shall be included in
1599
+ all copies or substantial portions of the Software.
1574
1600
 
1575
1601
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1576
1602
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1577
1603
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1578
1604
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1579
1605
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1580
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1581
- SOFTWARE.
1606
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1607
+ THE SOFTWARE.
1582
1608
 
1583
1609
  ````
1584
1610
 
@@ -1625,32 +1651,14 @@ DEALINGS IN THE SOFTWARE.
1625
1651
 
1626
1652
  ### Rust Crates:
1627
1653
 
1628
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
1629
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
1654
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1655
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1656
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1630
1657
 
1631
1658
  ````text
1632
- The MIT License (MIT)
1633
-
1634
- Copyright 2016 Google Inc. All Rights Reserved.
1635
-
1636
- 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:
1637
-
1638
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1639
-
1640
- 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.
1641
-
1642
- ````
1643
-
1644
- ---
1645
-
1646
- ## The following dependencies are licensed under the MIT License:
1647
-
1648
- ### Rust Crates:
1649
-
1650
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
1659
+ MIT License
1651
1660
 
1652
- ````text
1653
- Copyright (c) 2016 The rust-native-tls Developers
1661
+ Copyright (c) Tokio Contributors
1654
1662
 
1655
1663
  Permission is hereby granted, free of charge, to any person obtaining a copy
1656
1664
  of this software and associated documentation files (the "Software"), to deal
@@ -1678,29 +1686,34 @@ SOFTWARE.
1678
1686
 
1679
1687
  ### Rust Crates:
1680
1688
 
1681
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
1682
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1689
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
1683
1690
 
1684
1691
  ````text
1685
- Copyright (c) 2018-2019 dirs-rs contributors
1692
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
1686
1693
 
1687
- Permission is hereby granted, free of charge, to any person obtaining a copy
1688
- of this software and associated documentation files (the "Software"), to deal
1689
- in the Software without restriction, including without limitation the rights
1690
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1691
- copies of the Software, and to permit persons to whom the Software is
1692
- furnished to do so, subject to the following conditions:
1694
+ Permission is hereby granted, free of charge, to any
1695
+ person obtaining a copy of this software and associated
1696
+ documentation files (the "Software"), to deal in the
1697
+ Software without restriction, including without
1698
+ limitation the rights to use, copy, modify, merge,
1699
+ publish, distribute, sublicense, and/or sell copies of
1700
+ the Software, and to permit persons to whom the Software
1701
+ is furnished to do so, subject to the following
1702
+ conditions:
1693
1703
 
1694
- The above copyright notice and this permission notice shall be included in all
1695
- copies or substantial portions of the Software.
1704
+ The above copyright notice and this permission notice
1705
+ shall be included in all copies or substantial portions
1706
+ of the Software.
1696
1707
 
1697
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1698
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1699
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1700
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1701
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1702
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1703
- SOFTWARE.
1708
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1709
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1710
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1711
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1712
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1713
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1714
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1715
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1716
+ DEALINGS IN THE SOFTWARE.
1704
1717
 
1705
1718
  ````
1706
1719
 
@@ -1710,12 +1723,10 @@ SOFTWARE.
1710
1723
 
1711
1724
  ### Rust Crates:
1712
1725
 
1713
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
1726
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
1714
1727
 
1715
1728
  ````text
1716
- Copyright (c) 2017 Carl Lerche
1717
- Copyright (c) 2018 Bastian Köcher
1718
- Copyright (c) 2019-2020 Artem Vorotnikov
1729
+ Copyright 2023 The Fuchsia Authors
1719
1730
 
1720
1731
  Permission is hereby granted, free of charge, to any
1721
1732
  person obtaining a copy of this software and associated
@@ -1741,20 +1752,21 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1741
1752
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1742
1753
  DEALINGS IN THE SOFTWARE.
1743
1754
 
1755
+
1744
1756
  ````
1745
1757
 
1746
1758
  ---
1747
1759
 
1748
1760
  ## The following dependencies are licensed under the MIT License:
1749
1761
 
1750
- ### NPM Packages:
1762
+ ### Rust Crates:
1751
1763
 
1752
- - [json5](https://github.com/json5/json5) (2.2.3)
1764
+ - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
1753
1765
 
1754
1766
  ````text
1755
1767
  MIT License
1756
1768
 
1757
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
1769
+ Copyright (c) 2025 rutrum
1758
1770
 
1759
1771
  Permission is hereby granted, free of charge, to any person obtaining a copy
1760
1772
  of this software and associated documentation files (the "Software"), to deal
@@ -1773,45 +1785,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1773
1785
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1774
1786
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1775
1787
  SOFTWARE.
1776
-
1777
- [others]: https://github.com/json5/json5/contributors
1778
-
1779
- ````
1780
-
1781
- ---
1782
-
1783
- ## The following dependencies are licensed under the MIT License:
1784
-
1785
- ### Rust Crates:
1786
-
1787
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
1788
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
1789
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
1790
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
1791
-
1792
- ````text
1793
- The MIT License (MIT)
1794
-
1795
- Copyright (c) 2015 Andrew Gallant
1796
-
1797
- Permission is hereby granted, free of charge, to any person obtaining a copy
1798
- of this software and associated documentation files (the "Software"), to deal
1799
- in the Software without restriction, including without limitation the rights
1800
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1801
- copies of the Software, and to permit persons to whom the Software is
1802
- furnished to do so, subject to the following conditions:
1803
-
1804
- The above copyright notice and this permission notice shall be included in
1805
- all copies or substantial portions of the Software.
1806
-
1807
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1808
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1809
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1810
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1811
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1812
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1813
- THE SOFTWARE.
1814
-
1815
1788
  ````
1816
1789
 
1817
1790
  ---
@@ -1844,39 +1817,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1844
1817
  THE SOFTWARE.
1845
1818
 
1846
1819
 
1847
- ````
1848
-
1849
- ---
1850
-
1851
- ## The following dependencies are licensed under the MIT License:
1852
-
1853
- ### NPM Packages:
1854
-
1855
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.9) (0.0.9)
1856
-
1857
- ````text
1858
- MIT License
1859
-
1860
- Copyright (c) 2026 Huawei Device Co., Ltd.
1861
-
1862
- Permission is hereby granted, free of charge, to any person obtaining a copy
1863
- of this software and associated documentation files (the "Software"), to deal
1864
- in the Software without restriction, including without limitation the rights
1865
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1866
- copies of the Software, and to permit persons to whom the Software is
1867
- furnished to do so, subject to the following conditions:
1868
-
1869
- The above copyright notice and this permission notice shall be included in all
1870
- copies or substantial portions of the Software.
1871
-
1872
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1873
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1874
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1875
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1876
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1877
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1878
- SOFTWARE.
1879
-
1880
1820
  ````
1881
1821
 
1882
1822
  ---
@@ -1918,10 +1858,11 @@ SOFTWARE.
1918
1858
 
1919
1859
  ### Rust Crates:
1920
1860
 
1921
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1861
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1862
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1922
1863
 
1923
1864
  ````text
1924
- Copyright (c) 2018-2019 The RustCrypto Project Developers
1865
+ Copyright (c) 2014 Alex Crichton
1925
1866
 
1926
1867
  Permission is hereby granted, free of charge, to any
1927
1868
  person obtaining a copy of this software and associated
@@ -1986,11 +1927,10 @@ SOFTWARE.
1986
1927
 
1987
1928
  ### Rust Crates:
1988
1929
 
1989
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1990
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1930
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
1991
1931
 
1992
1932
  ````text
1993
- Copyright (c) 2014 Alex Crichton
1933
+ Copyright (c) 2016--2017
1994
1934
 
1995
1935
  Permission is hereby granted, free of charge, to any
1996
1936
  person obtaining a copy of this software and associated
@@ -2024,10 +1964,10 @@ DEALINGS IN THE SOFTWARE.
2024
1964
 
2025
1965
  ### Rust Crates:
2026
1966
 
2027
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
1967
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2028
1968
 
2029
1969
  ````text
2030
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
1970
+ Copyright (c) 2017 Artyom Pavlov
2031
1971
 
2032
1972
  Permission is hereby granted, free of charge, to any
2033
1973
  person obtaining a copy of this software and associated
@@ -2061,64 +2001,33 @@ DEALINGS IN THE SOFTWARE.
2061
2001
 
2062
2002
  ### Rust Crates:
2063
2003
 
2064
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2065
- - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
2066
- - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
2067
- - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
2068
- - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
2069
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2070
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2004
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
2071
2005
 
2072
2006
  ````text
2073
- MIT License
2074
-
2075
- Copyright (c) <year> <copyright holders>
2076
-
2077
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2078
- associated documentation files (the "Software"), to deal in the Software without restriction, including
2079
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2080
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2081
- following conditions:
2082
-
2083
- The above copyright notice and this permission notice shall be included in all copies or substantial
2084
- portions of the Software.
2085
-
2086
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2087
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2088
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2089
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2090
- USE OR OTHER DEALINGS IN THE SOFTWARE.
2091
-
2092
- ````
2093
-
2094
- ---
2095
-
2096
- ## The following dependencies are licensed under the MIT License:
2097
-
2098
- ### NPM Packages:
2099
-
2100
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
2007
+ The MIT License (MIT)
2101
2008
 
2102
- ````text
2103
- This software is released under the MIT license:
2009
+ Copyright (c) 2014 Mathijs van de Nes
2104
2010
 
2105
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2106
- this software and associated documentation files (the "Software"), to deal in
2107
- the Software without restriction, including without limitation the rights to
2108
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2109
- the Software, and to permit persons to whom the Software is furnished to do so,
2110
- subject to the following conditions:
2011
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2012
+ of this software and associated documentation files (the "Software"), to deal
2013
+ in the Software without restriction, including without limitation the rights
2014
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2015
+ copies of the Software, and to permit persons to whom the Software is
2016
+ furnished to do so, subject to the following conditions:
2111
2017
 
2112
2018
  The above copyright notice and this permission notice shall be included in all
2113
2019
  copies or substantial portions of the Software.
2114
2020
 
2115
2021
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2116
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2117
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2118
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2119
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2120
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2022
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2023
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2024
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2025
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2026
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2027
+ SOFTWARE.
2121
2028
 
2029
+ Some files in the "tests/data" subdirectory of this repository are under other
2030
+ licences; see files named LICENSE.*.txt for details.
2122
2031
  ````
2123
2032
 
2124
2033
  ---
@@ -2127,10 +2036,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2127
2036
 
2128
2037
  ### Rust Crates:
2129
2038
 
2130
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
2039
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
2131
2040
 
2132
2041
  ````text
2133
- Copyright Mozilla Foundation
2042
+ Copyright (c) 2019 The CryptoCorrosion Contributors
2134
2043
 
2135
2044
  Permission is hereby granted, free of charge, to any
2136
2045
  person obtaining a copy of this software and associated
@@ -2164,11 +2073,10 @@ DEALINGS IN THE SOFTWARE.
2164
2073
 
2165
2074
  ### Rust Crates:
2166
2075
 
2167
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
2076
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2168
2077
 
2169
2078
  ````text
2170
- Copyright (c) 2017 Daniel Abramov
2171
- Copyright (c) 2017 Alexey Galakhov
2079
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
2172
2080
 
2173
2081
  Permission is hereby granted, free of charge, to any person obtaining a copy
2174
2082
  of this software and associated documentation files (the "Software"), to deal
@@ -2196,41 +2104,10 @@ THE SOFTWARE.
2196
2104
 
2197
2105
  ### Rust Crates:
2198
2106
 
2199
- - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2200
-
2201
- ````text
2202
- Copyright 2018 Parity Technologies (UK) Ltd.
2203
-
2204
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2205
- this software and associated documentation files (the "Software"), to deal in
2206
- the Software without restriction, including without limitation the rights to
2207
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2208
- the Software, and to permit persons to whom the Software is furnished to do so,
2209
- subject to the following conditions:
2210
-
2211
- The above copyright notice and this permission notice shall be included in all
2212
- copies or substantial portions of the Software.
2213
-
2214
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2215
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2216
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2217
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2218
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2219
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2220
-
2221
- ````
2222
-
2223
- ---
2224
-
2225
- ## The following dependencies are licensed under the MIT License:
2226
-
2227
- ### Rust Crates:
2228
-
2229
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
2107
+ - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
2230
2108
 
2231
2109
  ````text
2232
- Copyright (c) 2018-2024 The rust-random Project Developers
2233
- Copyright (c) 2014 The Rust Project Developers
2110
+ Copyright (c) 2015 The Rust Project Developers
2234
2111
 
2235
2112
  Permission is hereby granted, free of charge, to any
2236
2113
  person obtaining a copy of this software and associated
@@ -2264,34 +2141,30 @@ DEALINGS IN THE SOFTWARE.
2264
2141
 
2265
2142
  ### Rust Crates:
2266
2143
 
2267
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
2144
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
2268
2145
 
2269
2146
  ````text
2270
- Copyright (c) 2016--2023
2147
+ MIT License
2271
2148
 
2272
- Permission is hereby granted, free of charge, to any
2273
- person obtaining a copy of this software and associated
2274
- documentation files (the "Software"), to deal in the
2275
- Software without restriction, including without
2276
- limitation the rights to use, copy, modify, merge,
2277
- publish, distribute, sublicense, and/or sell copies of
2278
- the Software, and to permit persons to whom the Software
2279
- is furnished to do so, subject to the following
2280
- conditions:
2149
+ Copyright (c) 2017 Nikolai Vazquez
2281
2150
 
2282
- The above copyright notice and this permission notice
2283
- shall be included in all copies or substantial portions
2284
- of the Software.
2151
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2152
+ of this software and associated documentation files (the "Software"), to deal
2153
+ in the Software without restriction, including without limitation the rights
2154
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2155
+ copies of the Software, and to permit persons to whom the Software is
2156
+ furnished to do so, subject to the following conditions:
2285
2157
 
2286
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2287
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2288
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2289
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2290
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2291
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2292
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2293
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2294
- DEALINGS IN THE SOFTWARE.
2158
+ The above copyright notice and this permission notice shall be included in all
2159
+ copies or substantial portions of the Software.
2160
+
2161
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2162
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2163
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2164
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2165
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2166
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2167
+ SOFTWARE.
2295
2168
 
2296
2169
  ````
2297
2170
 
@@ -2301,35 +2174,27 @@ DEALINGS IN THE SOFTWARE.
2301
2174
 
2302
2175
  ### Rust Crates:
2303
2176
 
2304
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
2177
+ - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2305
2178
 
2306
2179
  ````text
2307
- Copyright 2023 The Fuchsia Authors
2308
-
2309
- Permission is hereby granted, free of charge, to any
2310
- person obtaining a copy of this software and associated
2311
- documentation files (the "Software"), to deal in the
2312
- Software without restriction, including without
2313
- limitation the rights to use, copy, modify, merge,
2314
- publish, distribute, sublicense, and/or sell copies of
2315
- the Software, and to permit persons to whom the Software
2316
- is furnished to do so, subject to the following
2317
- conditions:
2180
+ Copyright 2018 Parity Technologies (UK) Ltd.
2318
2181
 
2319
- The above copyright notice and this permission notice
2320
- shall be included in all copies or substantial portions
2321
- of the Software.
2182
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2183
+ this software and associated documentation files (the "Software"), to deal in
2184
+ the Software without restriction, including without limitation the rights to
2185
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2186
+ the Software, and to permit persons to whom the Software is furnished to do so,
2187
+ subject to the following conditions:
2322
2188
 
2323
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2324
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2325
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2326
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2327
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2328
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2329
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2330
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2331
- DEALINGS IN THE SOFTWARE.
2189
+ The above copyright notice and this permission notice shall be included in all
2190
+ copies or substantial portions of the Software.
2332
2191
 
2192
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2193
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2194
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2195
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2196
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2197
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2333
2198
 
2334
2199
  ````
2335
2200
 
@@ -2339,10 +2204,10 @@ DEALINGS IN THE SOFTWARE.
2339
2204
 
2340
2205
  ### Rust Crates:
2341
2206
 
2342
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
2207
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2343
2208
 
2344
2209
  ````text
2345
- Copyright (c) 2023-2025 Sean McArthur
2210
+ Copyright (c) 2016-2025 Sean McArthur
2346
2211
 
2347
2212
  Permission is hereby granted, free of charge, to any person obtaining a copy
2348
2213
  of this software and associated documentation files (the "Software"), to deal
@@ -2362,6 +2227,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2362
2227
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2363
2228
  THE SOFTWARE.
2364
2229
 
2230
+
2365
2231
  ````
2366
2232
 
2367
2233
  ---
@@ -2370,34 +2236,30 @@ THE SOFTWARE.
2370
2236
 
2371
2237
  ### Rust Crates:
2372
2238
 
2373
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
2239
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
2374
2240
 
2375
2241
  ````text
2376
- Copyright (c) The rust-url developers
2242
+ The MIT License (MIT)
2377
2243
 
2378
- Permission is hereby granted, free of charge, to any
2379
- person obtaining a copy of this software and associated
2380
- documentation files (the "Software"), to deal in the
2381
- Software without restriction, including without
2382
- limitation the rights to use, copy, modify, merge,
2383
- publish, distribute, sublicense, and/or sell copies of
2384
- the Software, and to permit persons to whom the Software
2385
- is furnished to do so, subject to the following
2386
- conditions:
2244
+ Copyright (c) 2014 Paho Lurie-Gregg
2387
2245
 
2388
- The above copyright notice and this permission notice
2389
- shall be included in all copies or substantial portions
2390
- of the Software.
2246
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2247
+ of this software and associated documentation files (the "Software"), to deal
2248
+ in the Software without restriction, including without limitation the rights
2249
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2250
+ copies of the Software, and to permit persons to whom the Software is
2251
+ furnished to do so, subject to the following conditions:
2391
2252
 
2392
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2393
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2394
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2395
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2396
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2397
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2398
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2399
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2400
- DEALINGS IN THE SOFTWARE.
2253
+ The above copyright notice and this permission notice shall be included in all
2254
+ copies or substantial portions of the Software.
2255
+
2256
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2257
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2258
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2259
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2260
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2261
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2262
+ SOFTWARE.
2401
2263
 
2402
2264
  ````
2403
2265
 
@@ -2405,36 +2267,66 @@ DEALINGS IN THE SOFTWARE.
2405
2267
 
2406
2268
  ## The following dependencies are licensed under the MIT License:
2407
2269
 
2408
- ### Rust Crates:
2270
+ ### NPM Packages:
2409
2271
 
2410
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
2272
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2273
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
2411
2274
 
2412
2275
  ````text
2413
- Copyright (c) 2020 Andrew D. Straw
2276
+ MIT License
2414
2277
 
2415
- Permission is hereby granted, free of charge, to any
2416
- person obtaining a copy of this software and associated
2417
- documentation files (the "Software"), to deal in the
2418
- Software without restriction, including without
2419
- limitation the rights to use, copy, modify, merge,
2420
- publish, distribute, sublicense, and/or sell copies of
2421
- the Software, and to permit persons to whom the Software
2422
- is furnished to do so, subject to the following
2423
- conditions:
2278
+ Copyright (c) Microsoft Corporation.
2424
2279
 
2425
- The above copyright notice and this permission notice
2426
- shall be included in all copies or substantial portions
2427
- of the Software.
2280
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2281
+ of this software and associated documentation files (the "Software"), to deal
2282
+ in the Software without restriction, including without limitation the rights
2283
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2284
+ copies of the Software, and to permit persons to whom the Software is
2285
+ furnished to do so, subject to the following conditions:
2428
2286
 
2429
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2430
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2431
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2432
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2433
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2434
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2435
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2436
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2437
- DEALINGS IN THE SOFTWARE.
2287
+ The above copyright notice and this permission notice shall be included in all
2288
+ copies or substantial portions of the Software.
2289
+
2290
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2291
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2292
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2293
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2294
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2295
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2296
+ SOFTWARE
2297
+
2298
+ ````
2299
+
2300
+ ---
2301
+
2302
+ ## The following dependencies are licensed under the MIT License:
2303
+
2304
+ ### NPM Packages:
2305
+
2306
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
2307
+
2308
+ ````text
2309
+ MIT License
2310
+
2311
+ Copyright (c) 2026 Huawei Device Co., Ltd.
2312
+
2313
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2314
+ of this software and associated documentation files (the "Software"), to deal
2315
+ in the Software without restriction, including without limitation the rights
2316
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2317
+ copies of the Software, and to permit persons to whom the Software is
2318
+ furnished to do so, subject to the following conditions:
2319
+
2320
+ The above copyright notice and this permission notice shall be included in all
2321
+ copies or substantial portions of the Software.
2322
+
2323
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2324
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2325
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2326
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2327
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2328
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2329
+ SOFTWARE.
2438
2330
 
2439
2331
  ````
2440
2332
 
@@ -2444,11 +2336,10 @@ DEALINGS IN THE SOFTWARE.
2444
2336
 
2445
2337
  ### Rust Crates:
2446
2338
 
2447
- - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
2339
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
2448
2340
 
2449
2341
  ````text
2450
- Copyright (c) 2018-2025 The rust-random Project Developers
2451
- Copyright (c) 2014 The Rust Project Developers
2342
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
2452
2343
 
2453
2344
  Permission is hereby granted, free of charge, to any
2454
2345
  person obtaining a copy of this software and associated
@@ -2482,12 +2373,14 @@ DEALINGS IN THE SOFTWARE.
2482
2373
 
2483
2374
  ### Rust Crates:
2484
2375
 
2485
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2376
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2486
2377
 
2487
2378
  ````text
2488
- MIT License
2379
+ The MIT License (MIT)
2489
2380
 
2490
- Copyright (c) 2018-2021 The RustCrypto Project Developers
2381
+ Copyright (c) 2015 Danny Guo
2382
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2383
+ Copyright (c) 2018 Akash Kurdekar
2491
2384
 
2492
2385
  Permission is hereby granted, free of charge, to any person obtaining a copy
2493
2386
  of this software and associated documentation files (the "Software"), to deal
@@ -2515,10 +2408,15 @@ SOFTWARE.
2515
2408
 
2516
2409
  ### Rust Crates:
2517
2410
 
2518
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
2411
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
2412
+ - [log](https://github.com/rust-lang/log) (0.4.29)
2413
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
2414
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
2415
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
2416
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
2519
2417
 
2520
2418
  ````text
2521
- Copyright (c) The Rust Project Developers
2419
+ Copyright (c) 2014 The Rust Project Developers
2522
2420
 
2523
2421
  Permission is hereby granted, free of charge, to any
2524
2422
  person obtaining a copy of this software and associated
@@ -2552,15 +2450,10 @@ DEALINGS IN THE SOFTWARE.
2552
2450
 
2553
2451
  ### Rust Crates:
2554
2452
 
2555
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
2556
- - [log](https://github.com/rust-lang/log) (0.4.29)
2557
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
2558
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
2559
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
2560
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
2453
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
2561
2454
 
2562
2455
  ````text
2563
- Copyright (c) 2014 The Rust Project Developers
2456
+ Copyright Mozilla Foundation
2564
2457
 
2565
2458
  Permission is hereby granted, free of charge, to any
2566
2459
  person obtaining a copy of this software and associated
@@ -2594,13 +2487,46 @@ DEALINGS IN THE SOFTWARE.
2594
2487
 
2595
2488
  ### Rust Crates:
2596
2489
 
2597
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
2490
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
2598
2491
 
2599
2492
  ````text
2600
- The MIT License (MIT)
2493
+ MIT License
2601
2494
 
2602
- Copyright (c) 2015-2020 Julien Cretin
2603
- Copyright (c) 2017-2020 Google Inc.
2495
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
2496
+
2497
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2498
+ of this software and associated documentation files (the "Software"), to deal
2499
+ in the Software without restriction, including without limitation the rights
2500
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2501
+ copies of the Software, and to permit persons to whom the Software is
2502
+ furnished to do so, subject to the following conditions:
2503
+
2504
+ The above copyright notice and this permission notice shall be included in all
2505
+ copies or substantial portions of the Software.
2506
+
2507
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2508
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2509
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2510
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2511
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2512
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2513
+ SOFTWARE.
2514
+
2515
+ ````
2516
+
2517
+ ---
2518
+
2519
+ ## The following dependencies are licensed under the MIT License:
2520
+
2521
+ ### NPM Packages:
2522
+
2523
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
2524
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
2525
+
2526
+ ````text
2527
+ MIT License
2528
+
2529
+ Copyright (c) 2017 Evgeny Poberezkin
2604
2530
 
2605
2531
  Permission is hereby granted, free of charge, to any person obtaining a copy
2606
2532
  of this software and associated documentation files (the "Software"), to deal
@@ -2628,32 +2554,16 @@ SOFTWARE.
2628
2554
 
2629
2555
  ### Rust Crates:
2630
2556
 
2631
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2557
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2632
2558
 
2633
2559
  ````text
2634
- The MIT License (MIT)
2635
-
2636
- Copyright (c) 2016 Johann Tuffe
2637
-
2638
- Permission is hereby granted, free of charge, to any person obtaining a copy
2639
- of this software and associated documentation files (the "Software"), to deal
2640
- in the Software without restriction, including without limitation the rights
2641
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2642
- copies of the Software, and to permit persons to whom the Software is
2643
- furnished to do so, subject to the following conditions:
2644
-
2645
-
2646
- The above copyright notice and this permission notice shall be included in
2647
- all copies or substantial portions of the Software.
2648
-
2649
-
2650
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2651
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2652
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2653
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2654
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2655
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2656
- THE SOFTWARE.
2560
+ Copyright 2016 Nika Layzell
2561
+
2562
+ 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:
2563
+
2564
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2565
+
2566
+ 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.
2657
2567
 
2658
2568
  ````
2659
2569
 
@@ -2663,10 +2573,10 @@ THE SOFTWARE.
2663
2573
 
2664
2574
  ### Rust Crates:
2665
2575
 
2666
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
2576
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
2667
2577
 
2668
2578
  ````text
2669
- Copyright (c) 2015 Steven Allen
2579
+ Copyright (c) The Rust Project Developers
2670
2580
 
2671
2581
  Permission is hereby granted, free of charge, to any
2672
2582
  person obtaining a copy of this software and associated
@@ -2700,28 +2610,33 @@ DEALINGS IN THE SOFTWARE.
2700
2610
 
2701
2611
  ### Rust Crates:
2702
2612
 
2703
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2613
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2614
+ - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
2615
+ - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
2616
+ - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
2617
+ - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
2618
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2619
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2704
2620
 
2705
2621
  ````text
2706
- Copyright (c) 2014 Carl Lerche and other MIO contributors
2622
+ MIT License
2707
2623
 
2708
- Permission is hereby granted, free of charge, to any person obtaining a copy
2709
- of this software and associated documentation files (the "Software"), to deal
2710
- in the Software without restriction, including without limitation the rights
2711
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2712
- copies of the Software, and to permit persons to whom the Software is
2713
- furnished to do so, subject to the following conditions:
2624
+ Copyright (c) <year> <copyright holders>
2714
2625
 
2715
- The above copyright notice and this permission notice shall be included in
2716
- all copies or substantial portions of the Software.
2626
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2627
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
2628
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2629
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2630
+ following conditions:
2717
2631
 
2718
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2719
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2720
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2721
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2722
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2723
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2724
- THE SOFTWARE.
2632
+ The above copyright notice and this permission notice shall be included in all copies or substantial
2633
+ portions of the Software.
2634
+
2635
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2636
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2637
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2638
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2639
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
2725
2640
 
2726
2641
  ````
2727
2642
 
@@ -2731,19 +2646,10 @@ THE SOFTWARE.
2731
2646
 
2732
2647
  ### Rust Crates:
2733
2648
 
2734
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2735
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2736
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2737
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2738
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2739
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2740
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2741
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2742
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2649
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
2743
2650
 
2744
2651
  ````text
2745
- Copyright (c) 2016 Alex Crichton
2746
- Copyright (c) 2017 The Tokio Authors
2652
+ Copyright (c) 2021 RustCrypto Developers
2747
2653
 
2748
2654
  Permission is hereby granted, free of charge, to any
2749
2655
  person obtaining a copy of this software and associated
@@ -2777,13 +2683,10 @@ DEALINGS IN THE SOFTWARE.
2777
2683
 
2778
2684
  ### Rust Crates:
2779
2685
 
2780
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
2781
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
2782
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
2783
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
2686
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
2784
2687
 
2785
2688
  ````text
2786
- Copyright (c) 2016 The Rust Project Developers
2689
+ Copyright (c) 2014 Chris Wong
2787
2690
 
2788
2691
  Permission is hereby granted, free of charge, to any
2789
2692
  person obtaining a copy of this software and associated
@@ -2817,9 +2720,12 @@ DEALINGS IN THE SOFTWARE.
2817
2720
 
2818
2721
  ### Rust Crates:
2819
2722
 
2820
- - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
2723
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
2724
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
2821
2725
 
2822
2726
  ````text
2727
+ Copyright (c) 2012-2013 Mozilla Foundation
2728
+
2823
2729
  Permission is hereby granted, free of charge, to any
2824
2730
  person obtaining a copy of this software and associated
2825
2731
  documentation files (the "Software"), to deal in the
@@ -2843,6 +2749,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2843
2749
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2844
2750
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2845
2751
  DEALINGS IN THE SOFTWARE.
2752
+
2846
2753
  ````
2847
2754
 
2848
2755
  ---
@@ -2851,34 +2758,18 @@ DEALINGS IN THE SOFTWARE.
2851
2758
 
2852
2759
  ### Rust Crates:
2853
2760
 
2854
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2761
+ - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
2762
+ - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
2763
+ - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
2764
+ - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
2855
2765
 
2856
2766
  ````text
2857
- The MIT License (MIT)
2767
+ 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:
2858
2768
 
2859
- Copyright (c) 2015 Danny Guo
2860
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2861
- Copyright (c) 2018 Akash Kurdekar
2769
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2862
2770
 
2863
- Permission is hereby granted, free of charge, to any person obtaining a copy
2864
- of this software and associated documentation files (the "Software"), to deal
2865
- in the Software without restriction, including without limitation the rights
2866
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2867
- copies of the Software, and to permit persons to whom the Software is
2868
- furnished to do so, subject to the following conditions:
2869
-
2870
- The above copyright notice and this permission notice shall be included in all
2871
- copies or substantial portions of the Software.
2872
-
2873
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2874
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2875
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2876
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2877
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2878
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2879
- SOFTWARE.
2880
-
2881
- ````
2771
+ 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.
2772
+ ````
2882
2773
 
2883
2774
  ---
2884
2775
 
@@ -2886,10 +2777,10 @@ SOFTWARE.
2886
2777
 
2887
2778
  ### Rust Crates:
2888
2779
 
2889
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
2780
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
2890
2781
 
2891
2782
  ````text
2892
- Copyright (c) 2018 The Servo Project Developers
2783
+ Copyright (c) 2013-2016 The rust-url developers
2893
2784
 
2894
2785
  Permission is hereby granted, free of charge, to any
2895
2786
  person obtaining a copy of this software and associated
@@ -2923,10 +2814,10 @@ DEALINGS IN THE SOFTWARE.
2923
2814
 
2924
2815
  ### Rust Crates:
2925
2816
 
2926
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
2817
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
2927
2818
 
2928
2819
  ````text
2929
- Copyright (c) 2019-2021 Tower Contributors
2820
+ Copyright (c) 2016--2023
2930
2821
 
2931
2822
  Permission is hereby granted, free of charge, to any
2932
2823
  person obtaining a copy of this software and associated
@@ -2960,10 +2851,11 @@ DEALINGS IN THE SOFTWARE.
2960
2851
 
2961
2852
  ### Rust Crates:
2962
2853
 
2963
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2854
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
2964
2855
 
2965
2856
  ````text
2966
- Copyright (c) 2019 Carl Lerche
2857
+ Copyright (c) 2018-2024 The rust-random Project Developers
2858
+ Copyright (c) 2014 The Rust Project Developers
2967
2859
 
2968
2860
  Permission is hereby granted, free of charge, to any
2969
2861
  person obtaining a copy of this software and associated
@@ -2997,43 +2889,12 @@ DEALINGS IN THE SOFTWARE.
2997
2889
 
2998
2890
  ### Rust Crates:
2999
2891
 
3000
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
2892
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
3001
2893
 
3002
2894
  ````text
3003
- MIT License
3004
-
3005
- Copyright (c) 2025 Callum Oakley
3006
-
3007
- Permission is hereby granted, free of charge, to any person obtaining a copy
3008
- of this software and associated documentation files (the "Software"), to deal
3009
- in the Software without restriction, including without limitation the rights
3010
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3011
- copies of the Software, and to permit persons to whom the Software is
3012
- furnished to do so, subject to the following conditions:
3013
-
3014
- The above copyright notice and this permission notice shall be included in all
3015
- copies or substantial portions of the Software.
3016
-
3017
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3018
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3019
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3020
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3021
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3022
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3023
- SOFTWARE.
3024
-
3025
- ````
3026
-
3027
- ---
3028
-
3029
- ## The following dependencies are licensed under the MIT License:
3030
-
3031
- ### Rust Crates:
3032
-
3033
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
2895
+ The MIT License (MIT)
3034
2896
 
3035
- ````text
3036
- Copyright (c) 2017 Sean McArthur
2897
+ Copyright (c) 2015 Alice Maz
3037
2898
 
3038
2899
  Permission is hereby granted, free of charge, to any person obtaining a copy
3039
2900
  of this software and associated documentation files (the "Software"), to deal
@@ -3053,74 +2914,44 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3053
2914
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3054
2915
  THE SOFTWARE.
3055
2916
 
3056
-
3057
2917
  ````
3058
2918
 
3059
2919
  ---
3060
2920
 
3061
2921
  ## The following dependencies are licensed under the MIT License:
3062
2922
 
3063
- ### NPM Packages:
3064
-
3065
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3066
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
3067
-
3068
- ````text
3069
- MIT License
3070
-
3071
- Copyright (c) Microsoft Corporation.
3072
-
3073
- Permission is hereby granted, free of charge, to any person obtaining a copy
3074
- of this software and associated documentation files (the "Software"), to deal
3075
- in the Software without restriction, including without limitation the rights
3076
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3077
- copies of the Software, and to permit persons to whom the Software is
3078
- furnished to do so, subject to the following conditions:
3079
-
3080
- The above copyright notice and this permission notice shall be included in all
3081
- copies or substantial portions of the Software.
3082
-
3083
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3084
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3085
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3086
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3087
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3088
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3089
- SOFTWARE
3090
-
3091
- ````
3092
-
3093
- ---
3094
-
3095
- ## The following dependencies are licensed under the MIT License:
3096
-
3097
- ### NPM Packages:
2923
+ ### Rust Crates:
3098
2924
 
3099
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
3100
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
2925
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
2926
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2927
+ - [url](https://github.com/servo/rust-url) (2.5.8)
3101
2928
 
3102
2929
  ````text
3103
- MIT License
3104
-
3105
- Copyright (c) 2017 Evgeny Poberezkin
2930
+ Copyright (c) 2013-2025 The rust-url developers
3106
2931
 
3107
- Permission is hereby granted, free of charge, to any person obtaining a copy
3108
- of this software and associated documentation files (the "Software"), to deal
3109
- in the Software without restriction, including without limitation the rights
3110
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3111
- copies of the Software, and to permit persons to whom the Software is
3112
- furnished to do so, subject to the following conditions:
2932
+ Permission is hereby granted, free of charge, to any
2933
+ person obtaining a copy of this software and associated
2934
+ documentation files (the "Software"), to deal in the
2935
+ Software without restriction, including without
2936
+ limitation the rights to use, copy, modify, merge,
2937
+ publish, distribute, sublicense, and/or sell copies of
2938
+ the Software, and to permit persons to whom the Software
2939
+ is furnished to do so, subject to the following
2940
+ conditions:
3113
2941
 
3114
- The above copyright notice and this permission notice shall be included in all
3115
- copies or substantial portions of the Software.
2942
+ The above copyright notice and this permission notice
2943
+ shall be included in all copies or substantial portions
2944
+ of the Software.
3116
2945
 
3117
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3118
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3119
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3120
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3121
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3122
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3123
- SOFTWARE.
2946
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2947
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2948
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2949
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2950
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2951
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2952
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2953
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2954
+ DEALINGS IN THE SOFTWARE.
3124
2955
 
3125
2956
  ````
3126
2957
 
@@ -3130,30 +2961,30 @@ SOFTWARE.
3130
2961
 
3131
2962
  ### Rust Crates:
3132
2963
 
3133
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
2964
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2965
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
3134
2966
 
3135
2967
  ````text
3136
- MIT License
2968
+ The MIT License (MIT)
3137
2969
 
3138
- Copyright (c) 2017 Nikolai Vazquez
2970
+ Copyright (c) 2015 Steven Fackler
3139
2971
 
3140
- Permission is hereby granted, free of charge, to any person obtaining a copy
3141
- of this software and associated documentation files (the "Software"), to deal
3142
- in the Software without restriction, including without limitation the rights
3143
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3144
- copies of the Software, and to permit persons to whom the Software is
3145
- furnished to do so, subject to the following conditions:
2972
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2973
+ this software and associated documentation files (the "Software"), to deal in
2974
+ the Software without restriction, including without limitation the rights to
2975
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2976
+ the Software, and to permit persons to whom the Software is furnished to do so,
2977
+ subject to the following conditions:
3146
2978
 
3147
2979
  The above copyright notice and this permission notice shall be included in all
3148
2980
  copies or substantial portions of the Software.
3149
2981
 
3150
2982
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3151
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3152
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3153
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3154
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3155
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3156
- SOFTWARE.
2983
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2984
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2985
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2986
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2987
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3157
2988
 
3158
2989
  ````
3159
2990
 
@@ -3163,10 +2994,10 @@ SOFTWARE.
3163
2994
 
3164
2995
  ### Rust Crates:
3165
2996
 
3166
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
2997
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
3167
2998
 
3168
2999
  ````text
3169
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
3000
+ Copyright (c) 2018 Carl Lerche
3170
3001
 
3171
3002
  Permission is hereby granted, free of charge, to any
3172
3003
  person obtaining a copy of this software and associated
@@ -3200,10 +3031,10 @@ DEALINGS IN THE SOFTWARE.
3200
3031
 
3201
3032
  ### Rust Crates:
3202
3033
 
3203
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
3034
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
3204
3035
 
3205
3036
  ````text
3206
- Copyright (c) 2014-2026 Alex Crichton
3037
+ Copyright (c) 2010 The Rust Project Developers
3207
3038
 
3208
3039
  Permission is hereby granted, free of charge, to any
3209
3040
  person obtaining a copy of this software and associated
@@ -3237,10 +3068,10 @@ DEALINGS IN THE SOFTWARE.
3237
3068
 
3238
3069
  ### Rust Crates:
3239
3070
 
3240
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
3071
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3241
3072
 
3242
3073
  ````text
3243
- Copyright (c) 2016 Anthony Ramine
3074
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3244
3075
 
3245
3076
  Permission is hereby granted, free of charge, to any
3246
3077
  person obtaining a copy of this software and associated
@@ -3274,12 +3105,17 @@ DEALINGS IN THE SOFTWARE.
3274
3105
 
3275
3106
  ### Rust Crates:
3276
3107
 
3277
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
3108
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
3278
3109
 
3279
3110
  ````text
3280
- The MIT License (MIT)
3111
+ Copyright (c) 2016 The humantime Developers
3112
+
3113
+ Includes parts of http date with the following copyright:
3114
+ Copyright (c) 2016 Pyfisch
3115
+
3116
+ Includes portions of musl libc with the following copyright:
3117
+ Copyright © 2005-2013 Rich Felker
3281
3118
 
3282
- Copyright (c) 2015 Alice Maz
3283
3119
 
3284
3120
  Permission is hereby granted, free of charge, to any person obtaining a copy
3285
3121
  of this software and associated documentation files (the "Software"), to deal
@@ -3288,16 +3124,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3288
3124
  copies of the Software, and to permit persons to whom the Software is
3289
3125
  furnished to do so, subject to the following conditions:
3290
3126
 
3291
- The above copyright notice and this permission notice shall be included in
3292
- all copies or substantial portions of the Software.
3127
+ The above copyright notice and this permission notice shall be included in all
3128
+ copies or substantial portions of the Software.
3293
3129
 
3294
3130
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3295
3131
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3296
3132
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3297
3133
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3298
3134
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3299
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3300
- THE SOFTWARE.
3135
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3136
+ SOFTWARE.
3301
3137
 
3302
3138
  ````
3303
3139
 
@@ -3307,10 +3143,10 @@ THE SOFTWARE.
3307
3143
 
3308
3144
  ### Rust Crates:
3309
3145
 
3310
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
3146
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3311
3147
 
3312
3148
  ````text
3313
- Copyright (c) 2018 Carl Lerche
3149
+ Copyright (c) 2015 Steven Allen
3314
3150
 
3315
3151
  Permission is hereby granted, free of charge, to any
3316
3152
  person obtaining a copy of this software and associated
@@ -3344,28 +3180,34 @@ DEALINGS IN THE SOFTWARE.
3344
3180
 
3345
3181
  ### Rust Crates:
3346
3182
 
3347
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3183
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
3348
3184
 
3349
3185
  ````text
3350
- Copyright (c) 2014-2026 Sean McArthur
3186
+ Copyright (c) The rust-url developers
3351
3187
 
3352
- Permission is hereby granted, free of charge, to any person obtaining a copy
3353
- of this software and associated documentation files (the "Software"), to deal
3354
- in the Software without restriction, including without limitation the rights
3355
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3356
- copies of the Software, and to permit persons to whom the Software is
3357
- furnished to do so, subject to the following conditions:
3188
+ Permission is hereby granted, free of charge, to any
3189
+ person obtaining a copy of this software and associated
3190
+ documentation files (the "Software"), to deal in the
3191
+ Software without restriction, including without
3192
+ limitation the rights to use, copy, modify, merge,
3193
+ publish, distribute, sublicense, and/or sell copies of
3194
+ the Software, and to permit persons to whom the Software
3195
+ is furnished to do so, subject to the following
3196
+ conditions:
3358
3197
 
3359
- The above copyright notice and this permission notice shall be included in
3360
- all copies or substantial portions of the Software.
3198
+ The above copyright notice and this permission notice
3199
+ shall be included in all copies or substantial portions
3200
+ of the Software.
3361
3201
 
3362
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3363
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3364
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3365
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3366
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3367
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3368
- THE SOFTWARE.
3202
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3203
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3204
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3205
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3206
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3207
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3208
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3209
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3210
+ DEALINGS IN THE SOFTWARE.
3369
3211
 
3370
3212
  ````
3371
3213
 
@@ -3375,12 +3217,89 @@ THE SOFTWARE.
3375
3217
 
3376
3218
  ### Rust Crates:
3377
3219
 
3378
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
3220
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
3221
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
3222
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
3223
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
3379
3224
 
3380
3225
  ````text
3381
- The MIT License (MIT)
3226
+ Copyright (c) 2016 The Rust Project Developers
3382
3227
 
3383
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
3228
+ Permission is hereby granted, free of charge, to any
3229
+ person obtaining a copy of this software and associated
3230
+ documentation files (the "Software"), to deal in the
3231
+ Software without restriction, including without
3232
+ limitation the rights to use, copy, modify, merge,
3233
+ publish, distribute, sublicense, and/or sell copies of
3234
+ the Software, and to permit persons to whom the Software
3235
+ is furnished to do so, subject to the following
3236
+ conditions:
3237
+
3238
+ The above copyright notice and this permission notice
3239
+ shall be included in all copies or substantial portions
3240
+ of the Software.
3241
+
3242
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3243
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3244
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3245
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3246
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3247
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3248
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3249
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3250
+ DEALINGS IN THE SOFTWARE.
3251
+
3252
+ ````
3253
+
3254
+ ---
3255
+
3256
+ ## The following dependencies are licensed under the MIT License:
3257
+
3258
+ ### Rust Crates:
3259
+
3260
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
3261
+
3262
+ ````text
3263
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
3264
+
3265
+ Permission is hereby granted, free of charge, to any
3266
+ person obtaining a copy of this software and associated
3267
+ documentation files (the "Software"), to deal in the
3268
+ Software without restriction, including without
3269
+ limitation the rights to use, copy, modify, merge,
3270
+ publish, distribute, sublicense, and/or sell copies of
3271
+ the Software, and to permit persons to whom the Software
3272
+ is furnished to do so, subject to the following
3273
+ conditions:
3274
+
3275
+ The above copyright notice and this permission notice
3276
+ shall be included in all copies or substantial portions
3277
+ of the Software.
3278
+
3279
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3280
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3281
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3282
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3283
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3284
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3285
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3286
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3287
+ DEALINGS IN THE SOFTWARE.
3288
+
3289
+ ````
3290
+
3291
+ ---
3292
+
3293
+ ## The following dependencies are licensed under the MIT License:
3294
+
3295
+ ### NPM Packages:
3296
+
3297
+ - [json5](https://github.com/json5/json5) (2.2.3)
3298
+
3299
+ ````text
3300
+ MIT License
3301
+
3302
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
3384
3303
 
3385
3304
  Permission is hereby granted, free of charge, to any person obtaining a copy
3386
3305
  of this software and associated documentation files (the "Software"), to deal
@@ -3389,16 +3308,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3389
3308
  copies of the Software, and to permit persons to whom the Software is
3390
3309
  furnished to do so, subject to the following conditions:
3391
3310
 
3392
- The above copyright notice and this permission notice shall be included in
3393
- all copies or substantial portions of the Software.
3311
+ The above copyright notice and this permission notice shall be included in all
3312
+ copies or substantial portions of the Software.
3394
3313
 
3395
3314
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3396
3315
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3397
3316
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3398
3317
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3399
3318
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3400
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3401
- THE SOFTWARE.
3319
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3320
+ SOFTWARE.
3321
+
3322
+ [others]: https://github.com/json5/json5/contributors
3402
3323
 
3403
3324
  ````
3404
3325
 
@@ -3444,10 +3365,10 @@ SOFTWARE.
3444
3365
 
3445
3366
  ### Rust Crates:
3446
3367
 
3447
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3368
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3448
3369
 
3449
3370
  ````text
3450
- Copyright (c) 2019 The CryptoCorrosion Contributors
3371
+ Copyright (c) 2019-2021 Tower Contributors
3451
3372
 
3452
3373
  Permission is hereby granted, free of charge, to any
3453
3374
  person obtaining a copy of this software and associated
@@ -3479,12 +3400,14 @@ DEALINGS IN THE SOFTWARE.
3479
3400
 
3480
3401
  ## The following dependencies are licensed under the MIT License:
3481
3402
 
3482
- ### Rust Crates:
3403
+ ### NPM Packages:
3483
3404
 
3484
- - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
3405
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
3485
3406
 
3486
3407
  ````text
3487
- Copyright (c) 2019 Eliza Weisman
3408
+ The MIT License (MIT)
3409
+
3410
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
3488
3411
 
3489
3412
  Permission is hereby granted, free of charge, to any person obtaining a copy
3490
3413
  of this software and associated documentation files (the "Software"), to deal
@@ -3512,11 +3435,42 @@ THE SOFTWARE.
3512
3435
 
3513
3436
  ### Rust Crates:
3514
3437
 
3515
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
3438
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
3516
3439
 
3517
3440
  ````text
3518
- Copyright (c) 2017 Alexey Galakhov
3519
- Copyright (c) 2016 Jason Housley
3441
+ The MIT License (MIT)
3442
+
3443
+ Copyright (c) 2015 Bartłomiej Kamiński
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 all
3453
+ 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 THE
3461
+ SOFTWARE.
3462
+ ````
3463
+
3464
+ ---
3465
+
3466
+ ## The following dependencies are licensed under the MIT License:
3467
+
3468
+ ### Rust Crates:
3469
+
3470
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
3471
+
3472
+ ````text
3473
+ Copyright (c) 2019 Eliza Weisman
3520
3474
 
3521
3475
  Permission is hereby granted, free of charge, to any person obtaining a copy
3522
3476
  of this software and associated documentation files (the "Software"), to deal
@@ -3544,10 +3498,10 @@ THE SOFTWARE.
3544
3498
 
3545
3499
  ### Rust Crates:
3546
3500
 
3547
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
3501
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
3548
3502
 
3549
3503
  ````text
3550
- Copyright (c) 2019 Nick Fitzgerald
3504
+ Copyright (c) 2017 tokio-jsonrpc developers
3551
3505
 
3552
3506
  Permission is hereby granted, free of charge, to any
3553
3507
  person obtaining a copy of this software and associated
@@ -3581,10 +3535,10 @@ DEALINGS IN THE SOFTWARE.
3581
3535
 
3582
3536
  ### Rust Crates:
3583
3537
 
3584
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
3538
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3585
3539
 
3586
3540
  ````text
3587
- Copyright (c) 2017 Artyom Pavlov
3541
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3588
3542
 
3589
3543
  Permission is hereby granted, free of charge, to any
3590
3544
  person obtaining a copy of this software and associated
@@ -3618,11 +3572,10 @@ DEALINGS IN THE SOFTWARE.
3618
3572
 
3619
3573
  ### Rust Crates:
3620
3574
 
3621
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
3575
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
3622
3576
 
3623
3577
  ````text
3624
- Copyright (c) 2013-2014 The Rust Project Developers.
3625
- Copyright (c) 2015-2020 The rust-hex Developers
3578
+ Copyright (c) 2017 Sean McArthur
3626
3579
 
3627
3580
  Permission is hereby granted, free of charge, to any person obtaining a copy
3628
3581
  of this software and associated documentation files (the "Software"), to deal
@@ -3631,16 +3584,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3631
3584
  copies of the Software, and to permit persons to whom the Software is
3632
3585
  furnished to do so, subject to the following conditions:
3633
3586
 
3634
- The above copyright notice and this permission notice shall be included in all
3635
- copies or substantial portions of the Software.
3587
+ The above copyright notice and this permission notice shall be included in
3588
+ all copies or substantial portions of the Software.
3636
3589
 
3637
3590
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3638
3591
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3639
3592
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3640
3593
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3641
3594
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3642
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3643
- SOFTWARE.
3595
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3596
+ THE SOFTWARE.
3597
+
3644
3598
 
3645
3599
  ````
3646
3600
 
@@ -3650,10 +3604,13 @@ SOFTWARE.
3650
3604
 
3651
3605
  ### Rust Crates:
3652
3606
 
3653
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
3607
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
3608
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
3654
3609
 
3655
3610
  ````text
3656
- Copyright (c) 2014 Chris Wong
3611
+ Copyright (c) 2006-2009 Graydon Hoare
3612
+ Copyright (c) 2009-2013 Mozilla Foundation
3613
+ Copyright (c) 2016 Artyom Pavlov
3657
3614
 
3658
3615
  Permission is hereby granted, free of charge, to any
3659
3616
  person obtaining a copy of this software and associated
@@ -3687,34 +3644,32 @@ DEALINGS IN THE SOFTWARE.
3687
3644
 
3688
3645
  ### Rust Crates:
3689
3646
 
3690
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3647
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
3648
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
3649
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
3691
3650
 
3692
3651
  ````text
3693
- Copyright 2019-2024 YOSHIOKA Takuma
3652
+ MIT License
3694
3653
 
3695
- Permission is hereby granted, free of charge, to any
3696
- person obtaining a copy of this software and associated
3697
- documentation files (the "Software"), to deal in the
3698
- Software without restriction, including without
3699
- limitation the rights to use, copy, modify, merge,
3700
- publish, distribute, sublicense, and/or sell copies of
3701
- the Software, and to permit persons to whom the Software
3702
- is furnished to do so, subject to the following
3703
- conditions:
3654
+ Copyright (c) 2023 magiclen.org (Ron Li)
3704
3655
 
3705
- The above copyright notice and this permission notice
3706
- shall be included in all copies or substantial portions
3707
- of the Software.
3656
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3657
+ of this software and associated documentation files (the "Software"), to deal
3658
+ in the Software without restriction, including without limitation the rights
3659
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3660
+ copies of the Software, and to permit persons to whom the Software is
3661
+ furnished to do so, subject to the following conditions:
3708
3662
 
3709
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3710
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3711
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3712
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3713
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3714
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3715
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3716
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3717
- DEALINGS IN THE SOFTWARE.
3663
+ The above copyright notice and this permission notice shall be included in all
3664
+ copies or substantial portions of the Software.
3665
+
3666
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3667
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3668
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3669
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3670
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3671
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3672
+ SOFTWARE.
3718
3673
 
3719
3674
  ````
3720
3675
 
@@ -3724,39 +3679,82 @@ DEALINGS IN THE SOFTWARE.
3724
3679
 
3725
3680
  ### Rust Crates:
3726
3681
 
3727
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
3728
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
3729
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
3730
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
3731
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
3732
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
3733
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
3734
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
3735
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
3736
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
3737
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
3738
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
3739
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
3740
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
3741
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
3742
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
3743
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
3744
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
3745
- - [semver](https://github.com/dtolnay/semver) (1.0.28)
3746
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
3747
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
3748
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
3749
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
3750
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
3751
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
3752
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
3753
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
3754
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
3755
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
3756
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
3757
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
3682
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
3683
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
3684
+
3685
+ ````text
3686
+ Copyright (c) 2018-2019 dirs-rs contributors
3687
+
3688
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3689
+ of this software and associated documentation files (the "Software"), to deal
3690
+ in the Software without restriction, including without limitation the rights
3691
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3692
+ copies of the Software, and to permit persons to whom the Software is
3693
+ furnished to do so, subject to the following conditions:
3694
+
3695
+ The above copyright notice and this permission notice shall be included in all
3696
+ copies or substantial portions of the Software.
3697
+
3698
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3699
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3700
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3701
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3702
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3703
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3704
+ SOFTWARE.
3705
+
3706
+ ````
3707
+
3708
+ ---
3709
+
3710
+ ## The following dependencies are licensed under the MIT License:
3711
+
3712
+ ### Rust Crates:
3713
+
3714
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
3758
3715
 
3759
3716
  ````text
3717
+ MIT License
3718
+
3719
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
3720
+
3721
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3722
+ of this software and associated documentation files (the "Software"), to deal
3723
+ in the Software without restriction, including without limitation the rights
3724
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3725
+ copies of the Software, and to permit persons to whom the Software is
3726
+ furnished to do so, subject to the following conditions:
3727
+
3728
+ The above copyright notice and this permission notice shall be included in all
3729
+ copies or substantial portions of the Software.
3730
+
3731
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3732
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3733
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3734
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3735
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3736
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3737
+ SOFTWARE.
3738
+
3739
+ ````
3740
+
3741
+ ---
3742
+
3743
+ ## The following dependencies are licensed under the MIT License:
3744
+
3745
+ ### Rust Crates:
3746
+
3747
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
3748
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
3749
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3750
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
3751
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3752
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3753
+
3754
+ ````text
3755
+ Copyright 2018 Developers of the Rand project
3756
+ Copyright (c) 2014 The Rust Project Developers
3757
+
3760
3758
  Permission is hereby granted, free of charge, to any
3761
3759
  person obtaining a copy of this software and associated
3762
3760
  documentation files (the "Software"), to deal in the
@@ -3789,30 +3787,29 @@ DEALINGS IN THE SOFTWARE.
3789
3787
 
3790
3788
  ### Rust Crates:
3791
3789
 
3792
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
3790
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
3793
3791
 
3794
3792
  ````text
3795
- The MIT License (MIT)
3796
-
3797
- Copyright (c) 2015 Bartłomiej Kamiński
3798
-
3799
- Permission is hereby granted, free of charge, to any person obtaining a copy
3800
- of this software and associated documentation files (the "Software"), to deal
3801
- in the Software without restriction, including without limitation the rights
3802
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3803
- copies of the Software, and to permit persons to whom the Software is
3804
- furnished to do so, subject to the following conditions:
3805
-
3806
- The above copyright notice and this permission notice shall be included in all
3807
- copies or substantial portions of the Software.
3808
-
3809
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3810
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3811
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3812
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3813
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3814
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3793
+ Copyright (c) 2016 The rust-native-tls Developers
3794
+
3795
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3796
+ of this software and associated documentation files (the "Software"), to deal
3797
+ in the Software without restriction, including without limitation the rights
3798
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3799
+ copies of the Software, and to permit persons to whom the Software is
3800
+ furnished to do so, subject to the following conditions:
3801
+
3802
+ The above copyright notice and this permission notice shall be included in all
3803
+ copies or substantial portions of the Software.
3804
+
3805
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3806
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3807
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3808
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3809
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3810
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3815
3811
  SOFTWARE.
3812
+
3816
3813
  ````
3817
3814
 
3818
3815
  ---
@@ -3821,10 +3818,10 @@ SOFTWARE.
3821
3818
 
3822
3819
  ### Rust Crates:
3823
3820
 
3824
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
3821
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
3825
3822
 
3826
3823
  ````text
3827
- Copyright (c) 2016-2025 Sean McArthur
3824
+ Copyright (c) 2018 directories-rs contributors
3828
3825
 
3829
3826
  Permission is hereby granted, free of charge, to any person obtaining a copy
3830
3827
  of this software and associated documentation files (the "Software"), to deal
@@ -3833,17 +3830,54 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3833
3830
  copies of the Software, and to permit persons to whom the Software is
3834
3831
  furnished to do so, subject to the following conditions:
3835
3832
 
3836
- The above copyright notice and this permission notice shall be included in
3837
- all copies or substantial portions of the Software.
3833
+ The above copyright notice and this permission notice shall be included in all
3834
+ copies or substantial portions of the Software.
3835
+
3836
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3837
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3838
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3839
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3840
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3841
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3842
+ SOFTWARE.
3843
+
3844
+ ````
3845
+
3846
+ ---
3847
+
3848
+ ## The following dependencies are licensed under the MIT License:
3849
+
3850
+ ### Rust Crates:
3851
+
3852
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
3853
+
3854
+ ````text
3855
+ Copyright (c) 2018-2025 The rust-random Project Developers
3856
+ Copyright (c) 2014 The Rust Project Developers
3857
+
3858
+ Permission is hereby granted, free of charge, to any
3859
+ person obtaining a copy of this software and associated
3860
+ documentation files (the "Software"), to deal in the
3861
+ Software without restriction, including without
3862
+ limitation the rights to use, copy, modify, merge,
3863
+ publish, distribute, sublicense, and/or sell copies of
3864
+ the Software, and to permit persons to whom the Software
3865
+ is furnished to do so, subject to the following
3866
+ conditions:
3838
3867
 
3839
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3840
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3841
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3842
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3843
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3844
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3845
- THE SOFTWARE.
3868
+ The above copyright notice and this permission notice
3869
+ shall be included in all copies or substantial portions
3870
+ of the Software.
3846
3871
 
3872
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3873
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3874
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3875
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3876
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3877
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3878
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3879
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3880
+ DEALINGS IN THE SOFTWARE.
3847
3881
 
3848
3882
  ````
3849
3883
 
@@ -3853,16 +3887,10 @@ THE SOFTWARE.
3853
3887
 
3854
3888
  ### Rust Crates:
3855
3889
 
3856
- - [rand](https://github.com/rust-random/rand) (0.8.5)
3857
- - [rand](https://github.com/rust-random/rand) (0.9.4)
3858
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3859
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
3860
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3861
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3890
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3862
3891
 
3863
3892
  ````text
3864
- Copyright 2018 Developers of the Rand project
3865
- Copyright (c) 2014 The Rust Project Developers
3893
+ Copyright 2019-2024 YOSHIOKA Takuma
3866
3894
 
3867
3895
  Permission is hereby granted, free of charge, to any
3868
3896
  person obtaining a copy of this software and associated
@@ -3896,10 +3924,10 @@ DEALINGS IN THE SOFTWARE.
3896
3924
 
3897
3925
  ### Rust Crates:
3898
3926
 
3899
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
3927
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
3900
3928
 
3901
3929
  ````text
3902
- Copyright (c) 2017 tokio-jsonrpc developers
3930
+ Copyright (c) 2017 Robert Grosse
3903
3931
 
3904
3932
  Permission is hereby granted, free of charge, to any
3905
3933
  person obtaining a copy of this software and associated
@@ -3924,7 +3952,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3924
3952
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3925
3953
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3926
3954
  DEALINGS IN THE SOFTWARE.
3927
-
3928
3955
  ````
3929
3956
 
3930
3957
  ---
@@ -3933,10 +3960,10 @@ DEALINGS IN THE SOFTWARE.
3933
3960
 
3934
3961
  ### Rust Crates:
3935
3962
 
3936
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3963
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3937
3964
 
3938
3965
  ````text
3939
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3966
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3940
3967
 
3941
3968
  Permission is hereby granted, free of charge, to any
3942
3969
  person obtaining a copy of this software and associated
@@ -3970,10 +3997,12 @@ DEALINGS IN THE SOFTWARE.
3970
3997
 
3971
3998
  ### Rust Crates:
3972
3999
 
3973
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
4000
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
3974
4001
 
3975
4002
  ````text
3976
- Copyright (c) 2015-2025 Sean McArthur
4003
+ MIT License
4004
+
4005
+ Copyright (c) [2021] [Marvin Countryman]
3977
4006
 
3978
4007
  Permission is hereby granted, free of charge, to any person obtaining a copy
3979
4008
  of this software and associated documentation files (the "Software"), to deal
@@ -3982,17 +4011,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3982
4011
  copies of the Software, and to permit persons to whom the Software is
3983
4012
  furnished to do so, subject to the following conditions:
3984
4013
 
3985
- The above copyright notice and this permission notice shall be included in
3986
- all copies or substantial portions of the Software.
4014
+ The above copyright notice and this permission notice shall be included in all
4015
+ copies or substantial portions of the Software.
3987
4016
 
3988
4017
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3989
4018
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3990
4019
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3991
4020
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3992
4021
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3993
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3994
- THE SOFTWARE.
3995
-
4022
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4023
+ SOFTWARE.
3996
4024
 
3997
4025
  ````
3998
4026
 
@@ -4002,12 +4030,12 @@ THE SOFTWARE.
4002
4030
 
4003
4031
  ### Rust Crates:
4004
4032
 
4005
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
4006
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
4007
- - [url](https://github.com/servo/rust-url) (2.5.8)
4033
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
4008
4034
 
4009
4035
  ````text
4010
- Copyright (c) 2013-2025 The rust-url developers
4036
+ Copyright (c) 2017 Carl Lerche
4037
+ Copyright (c) 2018 Bastian Köcher
4038
+ Copyright (c) 2019-2020 Artem Vorotnikov
4011
4039
 
4012
4040
  Permission is hereby granted, free of charge, to any
4013
4041
  person obtaining a copy of this software and associated
@@ -4041,10 +4069,12 @@ DEALINGS IN THE SOFTWARE.
4041
4069
 
4042
4070
  ### Rust Crates:
4043
4071
 
4044
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
4072
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
4073
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
4074
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
4045
4075
 
4046
4076
  ````text
4047
- Copyright (c) 2020-2025 The RustCrypto Project Developers
4077
+ Copyright (c) 2019 Tower Contributors
4048
4078
 
4049
4079
  Permission is hereby granted, free of charge, to any
4050
4080
  person obtaining a copy of this software and associated
@@ -4078,10 +4108,43 @@ DEALINGS IN THE SOFTWARE.
4078
4108
 
4079
4109
  ### Rust Crates:
4080
4110
 
4081
- - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
4111
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
4082
4112
 
4083
4113
  ````text
4084
- Copyright (c) 2015 The Rust Project Developers
4114
+ MIT License
4115
+
4116
+ Copyright (c) 2025 Callum Oakley
4117
+
4118
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4119
+ of this software and associated documentation files (the "Software"), to deal
4120
+ in the Software without restriction, including without limitation the rights
4121
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4122
+ copies of the Software, and to permit persons to whom the Software is
4123
+ furnished to do so, subject to the following conditions:
4124
+
4125
+ The above copyright notice and this permission notice shall be included in all
4126
+ copies or substantial portions of the Software.
4127
+
4128
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4129
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4130
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4131
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4132
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4133
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4134
+ SOFTWARE.
4135
+
4136
+ ````
4137
+
4138
+ ---
4139
+
4140
+ ## The following dependencies are licensed under the MIT License:
4141
+
4142
+ ### Rust Crates:
4143
+
4144
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
4145
+
4146
+ ````text
4147
+ Copyright (c) 2020 Andrew D. Straw
4085
4148
 
4086
4149
  Permission is hereby granted, free of charge, to any
4087
4150
  person obtaining a copy of this software and associated
@@ -4115,10 +4178,19 @@ DEALINGS IN THE SOFTWARE.
4115
4178
 
4116
4179
  ### Rust Crates:
4117
4180
 
4118
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
4181
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
4182
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
4183
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
4184
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
4185
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
4186
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
4187
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
4188
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
4189
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
4119
4190
 
4120
4191
  ````text
4121
- Copyright (c) 2016--2017
4192
+ Copyright (c) 2016 Alex Crichton
4193
+ Copyright (c) 2017 The Tokio Authors
4122
4194
 
4123
4195
  Permission is hereby granted, free of charge, to any
4124
4196
  person obtaining a copy of this software and associated
@@ -4152,16 +4224,9 @@ DEALINGS IN THE SOFTWARE.
4152
4224
 
4153
4225
  ### Rust Crates:
4154
4226
 
4155
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
4156
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
4157
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
4158
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
4159
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
4160
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
4227
+ - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
4161
4228
 
4162
4229
  ````text
4163
- Copyright (c) 2019 Tokio Contributors
4164
-
4165
4230
  Permission is hereby granted, free of charge, to any
4166
4231
  person obtaining a copy of this software and associated
4167
4232
  documentation files (the "Software"), to deal in the
@@ -4185,39 +4250,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4185
4250
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4186
4251
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4187
4252
  DEALINGS IN THE SOFTWARE.
4188
-
4189
- ````
4190
-
4191
- ---
4192
-
4193
- ## The following dependencies are licensed under the MIT License:
4194
-
4195
- ### Rust Crates:
4196
-
4197
- - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
4198
-
4199
- ````text
4200
- MIT License
4201
-
4202
- Copyright (c) 2025 rutrum
4203
-
4204
- Permission is hereby granted, free of charge, to any person obtaining a copy
4205
- of this software and associated documentation files (the "Software"), to deal
4206
- in the Software without restriction, including without limitation the rights
4207
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4208
- copies of the Software, and to permit persons to whom the Software is
4209
- furnished to do so, subject to the following conditions:
4210
-
4211
- The above copyright notice and this permission notice shall be included in all
4212
- copies or substantial portions of the Software.
4213
-
4214
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4215
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4216
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4217
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4218
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4219
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4220
- SOFTWARE.
4221
4253
  ````
4222
4254
 
4223
4255
  ---
@@ -4226,10 +4258,10 @@ SOFTWARE.
4226
4258
 
4227
4259
  ### Rust Crates:
4228
4260
 
4229
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
4261
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
4230
4262
 
4231
4263
  ````text
4232
- Copyright (c) 2017 Robert Grosse
4264
+ Copyright (c) 2019 Carl Lerche
4233
4265
 
4234
4266
  Permission is hereby granted, free of charge, to any
4235
4267
  person obtaining a copy of this software and associated
@@ -4254,38 +4286,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4254
4286
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4255
4287
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4256
4288
  DEALINGS IN THE SOFTWARE.
4257
- ````
4258
-
4259
- ---
4260
-
4261
- ## The following dependencies are licensed under the MIT License:
4262
-
4263
- ### Rust Crates:
4264
-
4265
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
4266
-
4267
- ````text
4268
- Copyright (c) 2018-2023 Sean McArthur
4269
- Copyright (c) 2016 Alex Crichton
4270
-
4271
- Permission is hereby granted, free of charge, to any person obtaining a copy
4272
- of this software and associated documentation files (the "Software"), to deal
4273
- in the Software without restriction, including without limitation the rights
4274
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4275
- copies of the Software, and to permit persons to whom the Software is
4276
- furnished to do so, subject to the following conditions:
4277
-
4278
- The above copyright notice and this permission notice shall be included in
4279
- all copies or substantial portions of the Software.
4280
-
4281
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4282
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4283
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4284
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4285
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4286
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4287
- THE SOFTWARE.
4288
-
4289
4289
 
4290
4290
  ````
4291
4291
 
@@ -4680,14 +4680,31 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
4680
4680
 
4681
4681
  ### Rust Crates:
4682
4682
 
4683
- - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4683
+ - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4684
+ - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4685
+ - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4686
+ - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4687
+ - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4688
+ - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4689
+ - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4690
+ - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4691
+ - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4692
+ - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4693
+ - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4694
+ - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4695
+ - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4696
+ - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4697
+ - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4698
+ - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4699
+ - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4700
+ - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4684
4701
 
4685
4702
  ````text
4686
4703
  UNICODE LICENSE V3
4687
4704
 
4688
4705
  COPYRIGHT AND PERMISSION NOTICE
4689
4706
 
4690
- Copyright © 1991-2023 Unicode, Inc.
4707
+ Copyright © 2020-2024 Unicode, Inc.
4691
4708
 
4692
4709
  NOTICE TO USER: Carefully read the following legal agreement. BY
4693
4710
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4723,6 +4740,13 @@ not be used in advertising or otherwise to promote the sale, use or other
4723
4740
  dealings in these Data Files or Software without prior written
4724
4741
  authorization of the copyright holder.
4725
4742
 
4743
+ SPDX-License-Identifier: Unicode-3.0
4744
+
4745
+
4746
+
4747
+ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4748
+ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4749
+
4726
4750
  ````
4727
4751
 
4728
4752
  ---
@@ -4731,31 +4755,14 @@ authorization of the copyright holder.
4731
4755
 
4732
4756
  ### Rust Crates:
4733
4757
 
4734
- - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4735
- - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4736
- - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4737
- - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4738
- - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4739
- - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4740
- - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4741
- - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4742
- - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4743
- - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4744
- - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4745
- - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4746
- - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4747
- - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4748
- - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4749
- - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4750
- - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4751
- - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4758
+ - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4752
4759
 
4753
4760
  ````text
4754
4761
  UNICODE LICENSE V3
4755
4762
 
4756
4763
  COPYRIGHT AND PERMISSION NOTICE
4757
4764
 
4758
- Copyright © 2020-2024 Unicode, Inc.
4765
+ Copyright © 1991-2023 Unicode, Inc.
4759
4766
 
4760
4767
  NOTICE TO USER: Carefully read the following legal agreement. BY
4761
4768
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4791,12 +4798,5 @@ not be used in advertising or otherwise to promote the sale, use or other
4791
4798
  dealings in these Data Files or Software without prior written
4792
4799
  authorization of the copyright holder.
4793
4800
 
4794
- SPDX-License-Identifier: Unicode-3.0
4795
-
4796
-
4797
-
4798
- Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4799
- ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4800
-
4801
4801
  ````
4802
4802