@deveco-codegenie/mcp-bridge-darwin-x64 1.1.3 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,12 +23,12 @@
23
23
 
24
24
  ### Rust Crates:
25
25
 
26
- - [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
26
+ - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
27
27
 
28
28
  ````text
29
29
  BSD Zero Clause License
30
30
 
31
- Copyright (c) 2024 kotauskas
31
+ Copyright (c) 2025 Goat
32
32
 
33
33
  Permission to use, copy, modify, and/or distribute this software for any
34
34
  purpose with or without fee is hereby granted.
@@ -49,12 +49,12 @@ PERFORMANCE OF THIS SOFTWARE.
49
49
 
50
50
  ### Rust Crates:
51
51
 
52
- - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
52
+ - [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
53
53
 
54
54
  ````text
55
55
  BSD Zero Clause License
56
56
 
57
- Copyright (c) 2025 Goat
57
+ Copyright (c) 2024 kotauskas
58
58
 
59
59
  Permission to use, copy, modify, and/or distribute this software for any
60
60
  purpose with or without fee is hereby granted.
@@ -99,7 +99,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
99
99
 
100
100
  ### Rust Crates:
101
101
 
102
- - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
102
+ - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
103
+ - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
104
+ - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
103
105
 
104
106
  ````text
105
107
  Apache License
@@ -290,7 +292,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
290
292
  same "printed page" as the copyright notice for easier
291
293
  identification within third-party archives.
292
294
 
293
- Copyright 2011 Google Inc.
295
+ Copyright [yyyy] [name of copyright owner]
294
296
 
295
297
  Licensed under the Apache License, Version 2.0 (the "License");
296
298
  you may not use this file except in compliance with the License.
@@ -399,9 +401,7 @@ limitations under the License.
399
401
 
400
402
  ### Rust Crates:
401
403
 
402
- - [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
403
- - [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
404
- - [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
404
+ - [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
405
405
 
406
406
  ````text
407
407
  Apache License
@@ -592,7 +592,7 @@ limitations under the License.
592
592
  same "printed page" as the copyright notice for easier
593
593
  identification within third-party archives.
594
594
 
595
- Copyright [yyyy] [name of copyright owner]
595
+ Copyright 2011 Google Inc.
596
596
 
597
597
  Licensed under the Apache License, Version 2.0 (the "License");
598
598
  you may not use this file except in compliance with the License.
@@ -679,10 +679,11 @@ THIS SOFTWARE.
679
679
 
680
680
  ### Rust Crates:
681
681
 
682
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
682
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
683
683
 
684
684
  ````text
685
- Copyright (c) 2018 The Servo Project Developers
685
+ Copyright (c) 2018-2024 The rust-random Project Developers
686
+ Copyright (c) 2014 The Rust Project Developers
686
687
 
687
688
  Permission is hereby granted, free of charge, to any
688
689
  person obtaining a copy of this software and associated
@@ -716,34 +717,29 @@ DEALINGS IN THE SOFTWARE.
716
717
 
717
718
  ### Rust Crates:
718
719
 
719
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
720
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
720
721
 
721
722
  ````text
722
- Copyright Mozilla Foundation
723
+ Copyright (c) 2015-2025 Sean McArthur
723
724
 
724
- Permission is hereby granted, free of charge, to any
725
- person obtaining a copy of this software and associated
726
- documentation files (the "Software"), to deal in the
727
- Software without restriction, including without
728
- limitation the rights to use, copy, modify, merge,
729
- publish, distribute, sublicense, and/or sell copies of
730
- the Software, and to permit persons to whom the Software
731
- is furnished to do so, subject to the following
732
- conditions:
725
+ Permission is hereby granted, free of charge, to any person obtaining a copy
726
+ of this software and associated documentation files (the "Software"), to deal
727
+ in the Software without restriction, including without limitation the rights
728
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
729
+ copies of the Software, and to permit persons to whom the Software is
730
+ furnished to do so, subject to the following conditions:
733
731
 
734
- The above copyright notice and this permission notice
735
- shall be included in all copies or substantial portions
736
- of the Software.
732
+ The above copyright notice and this permission notice shall be included in
733
+ all copies or substantial portions of the Software.
734
+
735
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
736
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
737
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
738
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
739
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
740
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
741
+ THE SOFTWARE.
737
742
 
738
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
739
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
740
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
741
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
742
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
743
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
744
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
745
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
746
- DEALINGS IN THE SOFTWARE.
747
743
 
748
744
  ````
749
745
 
@@ -753,34 +749,28 @@ DEALINGS IN THE SOFTWARE.
753
749
 
754
750
  ### Rust Crates:
755
751
 
756
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
752
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
757
753
 
758
754
  ````text
759
- Copyright (c) The Rust Project Developers
755
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
760
756
 
761
- Permission is hereby granted, free of charge, to any
762
- person obtaining a copy of this software and associated
763
- documentation files (the "Software"), to deal in the
764
- Software without restriction, including without
765
- limitation the rights to use, copy, modify, merge,
766
- publish, distribute, sublicense, and/or sell copies of
767
- the Software, and to permit persons to whom the Software
768
- is furnished to do so, subject to the following
769
- conditions:
757
+ Permission is hereby granted, free of charge, to any person obtaining a copy
758
+ of this software and associated documentation files (the "Software"), to deal
759
+ in the Software without restriction, including without limitation the rights
760
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
761
+ copies of the Software, and to permit persons to whom the Software is
762
+ furnished to do so, subject to the following conditions:
770
763
 
771
- The above copyright notice and this permission notice
772
- shall be included in all copies or substantial portions
773
- of the Software.
764
+ The above copyright notice and this permission notice shall be included in
765
+ all copies or substantial portions of the Software.
774
766
 
775
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
776
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
777
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
778
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
779
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
780
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
781
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
782
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
783
- DEALINGS IN THE SOFTWARE.
767
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
768
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
769
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
770
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
771
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
772
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
773
+ THE SOFTWARE.
784
774
 
785
775
  ````
786
776
 
@@ -790,11 +780,15 @@ DEALINGS IN THE SOFTWARE.
790
780
 
791
781
  ### Rust Crates:
792
782
 
793
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
783
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
784
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
785
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
786
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
787
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
788
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
794
789
 
795
790
  ````text
796
- Copyright (c) 2018-2024 The rust-random Project Developers
797
- Copyright (c) 2014 The Rust Project Developers
791
+ Copyright (c) 2019 Tokio Contributors
798
792
 
799
793
  Permission is hereby granted, free of charge, to any
800
794
  person obtaining a copy of this software and associated
@@ -828,10 +822,10 @@ DEALINGS IN THE SOFTWARE.
828
822
 
829
823
  ### Rust Crates:
830
824
 
831
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
825
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
832
826
 
833
827
  ````text
834
- Copyright (c) 2023-2025 Sean McArthur
828
+ Copyright (c) 2017 Sean McArthur
835
829
 
836
830
  Permission is hereby granted, free of charge, to any person obtaining a copy
837
831
  of this software and associated documentation files (the "Software"), to deal
@@ -851,38 +845,39 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
851
845
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
852
846
  THE SOFTWARE.
853
847
 
848
+
854
849
  ````
855
850
 
856
851
  ---
857
852
 
858
853
  ## The following dependencies are licensed under the MIT License:
859
854
 
860
- ### Rust Crates:
855
+ ### NPM Packages:
861
856
 
862
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
863
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
857
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
864
858
 
865
859
  ````text
866
860
  The MIT License (MIT)
867
861
 
868
- Copyright (c) 2015 Steven Fackler
862
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
869
863
 
870
- Permission is hereby granted, free of charge, to any person obtaining a copy of
871
- this software and associated documentation files (the "Software"), to deal in
872
- the Software without restriction, including without limitation the rights to
873
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
874
- the Software, and to permit persons to whom the Software is furnished to do so,
875
- subject to the following conditions:
864
+ Permission is hereby granted, free of charge, to any person obtaining a copy
865
+ of this software and associated documentation files (the "Software"), to deal
866
+ in the Software without restriction, including without limitation the rights
867
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
868
+ copies of the Software, and to permit persons to whom the Software is
869
+ furnished to do so, subject to the following conditions:
876
870
 
877
- The above copyright notice and this permission notice shall be included in all
878
- copies or substantial portions of the Software.
871
+ The above copyright notice and this permission notice shall be included in
872
+ all copies or substantial portions of the Software.
879
873
 
880
874
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
881
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
882
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
883
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
884
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
885
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
875
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
876
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
877
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
878
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
879
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
880
+ THE SOFTWARE.
886
881
 
887
882
  ````
888
883
 
@@ -892,52 +887,48 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
892
887
 
893
888
  ### Rust Crates:
894
889
 
895
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
890
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
896
891
 
897
892
  ````text
898
- Copyright (c) 2013-2016 The rust-url developers
893
+ The MIT License (MIT)
899
894
 
900
- Permission is hereby granted, free of charge, to any
901
- person obtaining a copy of this software and associated
902
- documentation files (the "Software"), to deal in the
903
- Software without restriction, including without
904
- limitation the rights to use, copy, modify, merge,
905
- publish, distribute, sublicense, and/or sell copies of
906
- the Software, and to permit persons to whom the Software
907
- is furnished to do so, subject to the following
908
- conditions:
895
+ Copyright (c) 2014 Mathijs van de Nes
909
896
 
910
- The above copyright notice and this permission notice
911
- shall be included in all copies or substantial portions
912
- of the Software.
897
+ Permission is hereby granted, free of charge, to any person obtaining a copy
898
+ of this software and associated documentation files (the "Software"), to deal
899
+ in the Software without restriction, including without limitation the rights
900
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
901
+ copies of the Software, and to permit persons to whom the Software is
902
+ furnished to do so, subject to the following conditions:
913
903
 
914
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
915
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
916
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
917
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
918
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
919
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
920
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
921
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
922
- DEALINGS IN THE SOFTWARE.
904
+ The above copyright notice and this permission notice shall be included in all
905
+ copies or substantial portions of the Software.
906
+
907
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
908
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
909
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
910
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
911
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
912
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
913
+ SOFTWARE.
923
914
 
915
+ Some files in the "tests/data" subdirectory of this repository are under other
916
+ licences; see files named LICENSE.*.txt for details.
924
917
  ````
925
918
 
926
919
  ---
927
920
 
928
921
  ## The following dependencies are licensed under the MIT License:
929
922
 
930
- ### Rust Crates:
923
+ ### NPM Packages:
931
924
 
932
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
925
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
926
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
933
927
 
934
928
  ````text
935
929
  MIT License
936
930
 
937
- Copyright 2013-2014 RAD Game Tools and Valve Software
938
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
939
- Copyright (c) 2017 Frommi
940
- Copyright (c) 2017-2024 oyvindln
931
+ Copyright (c) 2017 Evgeny Poberezkin
941
932
 
942
933
  Permission is hereby granted, free of charge, to any person obtaining a copy
943
934
  of this software and associated documentation files (the "Software"), to deal
@@ -965,10 +956,10 @@ SOFTWARE.
965
956
 
966
957
  ### Rust Crates:
967
958
 
968
- - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
959
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
969
960
 
970
961
  ````text
971
- Copyright (c) 2015 The Rust Project Developers
962
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
972
963
 
973
964
  Permission is hereby granted, free of charge, to any
974
965
  person obtaining a copy of this software and associated
@@ -1000,45 +991,33 @@ DEALINGS IN THE SOFTWARE.
1000
991
 
1001
992
  ## The following dependencies are licensed under the MIT License:
1002
993
 
1003
- ### Rust Crates:
994
+ ### NPM Packages:
1004
995
 
1005
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
1006
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
1007
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
1008
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
1009
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
1010
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
1011
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
1012
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
1013
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
996
+ - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
1014
997
 
1015
998
  ````text
1016
- Copyright (c) 2016 Alex Crichton
1017
- Copyright (c) 2017 The Tokio Authors
999
+ The MIT License (MIT)
1018
1000
 
1019
- Permission is hereby granted, free of charge, to any
1020
- person obtaining a copy of this software and associated
1021
- documentation files (the "Software"), to deal in the
1022
- Software without restriction, including without
1023
- limitation the rights to use, copy, modify, merge,
1024
- publish, distribute, sublicense, and/or sell copies of
1025
- the Software, and to permit persons to whom the Software
1026
- is furnished to do so, subject to the following
1027
- conditions:
1001
+ Copyright (c) 2015-2021 Evgeny Poberezkin
1028
1002
 
1029
- The above copyright notice and this permission notice
1030
- shall be included in all copies or substantial portions
1031
- of the Software.
1003
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1004
+ of this software and associated documentation files (the "Software"), to deal
1005
+ in the Software without restriction, including without limitation the rights
1006
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1007
+ copies of the Software, and to permit persons to whom the Software is
1008
+ furnished to do so, subject to the following conditions:
1009
+
1010
+ The above copyright notice and this permission notice shall be included in all
1011
+ copies or substantial portions of the Software.
1012
+
1013
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1014
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1015
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1016
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1017
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1018
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1019
+ SOFTWARE.
1032
1020
 
1033
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1034
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1035
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1036
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1037
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1038
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1039
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1040
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1041
- DEALINGS IN THE SOFTWARE.
1042
1021
 
1043
1022
  ````
1044
1023
 
@@ -1048,34 +1027,32 @@ DEALINGS IN THE SOFTWARE.
1048
1027
 
1049
1028
  ### Rust Crates:
1050
1029
 
1051
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
1030
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
1031
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1032
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
1052
1033
 
1053
1034
  ````text
1054
- Copyright (c) 2015 Steven Allen
1035
+ MIT License
1055
1036
 
1056
- Permission is hereby granted, free of charge, to any
1057
- person obtaining a copy of this software and associated
1058
- documentation files (the "Software"), to deal in the
1059
- Software without restriction, including without
1060
- limitation the rights to use, copy, modify, merge,
1061
- publish, distribute, sublicense, and/or sell copies of
1062
- the Software, and to permit persons to whom the Software
1063
- is furnished to do so, subject to the following
1064
- conditions:
1037
+ Copyright (c) 2023 magiclen.org (Ron Li)
1065
1038
 
1066
- The above copyright notice and this permission notice
1067
- shall be included in all copies or substantial portions
1068
- of the Software.
1039
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1040
+ of this software and associated documentation files (the "Software"), to deal
1041
+ in the Software without restriction, including without limitation the rights
1042
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1043
+ copies of the Software, and to permit persons to whom the Software is
1044
+ furnished to do so, subject to the following conditions:
1069
1045
 
1070
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1071
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1072
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1073
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1074
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1075
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1076
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1077
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1078
- DEALINGS IN THE SOFTWARE.
1046
+ The above copyright notice and this permission notice shall be included in all
1047
+ copies or substantial portions of the Software.
1048
+
1049
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1050
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1051
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1052
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1053
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1054
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1055
+ SOFTWARE.
1079
1056
 
1080
1057
  ````
1081
1058
 
@@ -1085,30 +1062,32 @@ DEALINGS IN THE SOFTWARE.
1085
1062
 
1086
1063
  ### Rust Crates:
1087
1064
 
1088
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
1065
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1089
1066
 
1090
1067
  ````text
1091
- The MIT License (MIT)
1092
-
1093
- Copyright (c) 2015 Bartłomiej Kamiński
1094
-
1095
- Permission is hereby granted, free of charge, to any person obtaining a copy
1096
- of this software and associated documentation files (the "Software"), to deal
1097
- in the Software without restriction, including without limitation the rights
1098
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1099
- copies of the Software, and to permit persons to whom the Software is
1100
- furnished to do so, subject to the following conditions:
1101
-
1102
- The above copyright notice and this permission notice shall be included in all
1103
- copies or substantial portions of the Software.
1104
-
1105
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1106
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1107
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1108
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1109
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1110
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1068
+ The MIT License (MIT)
1069
+
1070
+ Copyright (c) 2015-2020 Julien Cretin
1071
+ Copyright (c) 2017-2020 Google Inc.
1072
+
1073
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1074
+ of this software and associated documentation files (the "Software"), to deal
1075
+ in the Software without restriction, including without limitation the rights
1076
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1077
+ copies of the Software, and to permit persons to whom the Software is
1078
+ furnished to do so, subject to the following conditions:
1079
+
1080
+ The above copyright notice and this permission notice shall be included in all
1081
+ copies or substantial portions of the Software.
1082
+
1083
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1084
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1085
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1086
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1087
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1088
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1111
1089
  SOFTWARE.
1090
+
1112
1091
  ````
1113
1092
 
1114
1093
  ---
@@ -1117,12 +1096,12 @@ SOFTWARE.
1117
1096
 
1118
1097
  ### Rust Crates:
1119
1098
 
1120
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
1099
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
1121
1100
 
1122
1101
  ````text
1123
1102
  The MIT License (MIT)
1124
1103
 
1125
- Copyright (c) 2015 Alice Maz
1104
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
1126
1105
 
1127
1106
  Permission is hereby granted, free of charge, to any person obtaining a copy
1128
1107
  of this software and associated documentation files (the "Software"), to deal
@@ -1150,11 +1129,11 @@ THE SOFTWARE.
1150
1129
 
1151
1130
  ### Rust Crates:
1152
1131
 
1153
- - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
1132
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1133
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1154
1134
 
1155
1135
  ````text
1156
- Copyright (c) 2018-2025 The rust-random Project Developers
1157
- Copyright (c) 2014 The Rust Project Developers
1136
+ Copyright (c) 2014 Alex Crichton
1158
1137
 
1159
1138
  Permission is hereby granted, free of charge, to any
1160
1139
  person obtaining a copy of this software and associated
@@ -1188,34 +1167,32 @@ DEALINGS IN THE SOFTWARE.
1188
1167
 
1189
1168
  ### Rust Crates:
1190
1169
 
1191
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
1170
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
1171
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
1172
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
1192
1173
 
1193
1174
  ````text
1194
- Copyright 2019-2024 YOSHIOKA Takuma
1175
+ MIT License
1195
1176
 
1196
- Permission is hereby granted, free of charge, to any
1197
- person obtaining a copy of this software and associated
1198
- documentation files (the "Software"), to deal in the
1199
- Software without restriction, including without
1200
- limitation the rights to use, copy, modify, merge,
1201
- publish, distribute, sublicense, and/or sell copies of
1202
- the Software, and to permit persons to whom the Software
1203
- is furnished to do so, subject to the following
1204
- conditions:
1177
+ Copyright (c) Tokio Contributors
1205
1178
 
1206
- The above copyright notice and this permission notice
1207
- shall be included in all copies or substantial portions
1208
- of the Software.
1179
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1180
+ of this software and associated documentation files (the "Software"), to deal
1181
+ in the Software without restriction, including without limitation the rights
1182
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1183
+ copies of the Software, and to permit persons to whom the Software is
1184
+ furnished to do so, subject to the following conditions:
1209
1185
 
1210
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1211
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1212
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1213
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1214
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1215
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1216
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1217
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1218
- DEALINGS IN THE SOFTWARE.
1186
+ The above copyright notice and this permission notice shall be included in all
1187
+ copies or substantial portions of the Software.
1188
+
1189
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1190
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1191
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1192
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1193
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1194
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1195
+ SOFTWARE.
1219
1196
 
1220
1197
  ````
1221
1198
 
@@ -1225,14 +1202,10 @@ DEALINGS IN THE SOFTWARE.
1225
1202
 
1226
1203
  ### Rust Crates:
1227
1204
 
1228
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
1229
- - [log](https://github.com/rust-lang/log) (0.4.29)
1230
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
1231
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
1232
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
1233
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
1205
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1234
1206
 
1235
1207
  ````text
1208
+ Copyright (c) 2018-2026 The rust-random Project Developers
1236
1209
  Copyright (c) 2014 The Rust Project Developers
1237
1210
 
1238
1211
  Permission is hereby granted, free of charge, to any
@@ -1267,80 +1240,12 @@ DEALINGS IN THE SOFTWARE.
1267
1240
 
1268
1241
  ### Rust Crates:
1269
1242
 
1270
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
1271
-
1272
- ````text
1273
- The MIT License (MIT)
1274
-
1275
- Copyright (c) 2014 Mathijs van de Nes
1276
-
1277
- Permission is hereby granted, free of charge, to any person obtaining a copy
1278
- of this software and associated documentation files (the "Software"), to deal
1279
- in the Software without restriction, including without limitation the rights
1280
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1281
- copies of the Software, and to permit persons to whom the Software is
1282
- furnished to do so, subject to the following conditions:
1283
-
1284
- The above copyright notice and this permission notice shall be included in all
1285
- copies or substantial portions of the Software.
1286
-
1287
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1288
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1289
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1290
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1291
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1292
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1293
- SOFTWARE.
1294
-
1295
- Some files in the "tests/data" subdirectory of this repository are under other
1296
- licences; see files named LICENSE.*.txt for details.
1297
- ````
1298
-
1299
- ---
1300
-
1301
- ## The following dependencies are licensed under the MIT License:
1302
-
1303
- ### Rust Crates:
1304
-
1305
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
1306
-
1307
- ````text
1308
- Copyright (c) 2016-2025 Sean McArthur
1309
-
1310
- Permission is hereby granted, free of charge, to any person obtaining a copy
1311
- of this software and associated documentation files (the "Software"), to deal
1312
- in the Software without restriction, including without limitation the rights
1313
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1314
- copies of the Software, and to permit persons to whom the Software is
1315
- furnished to do so, subject to the following conditions:
1316
-
1317
- The above copyright notice and this permission notice shall be included in
1318
- all copies or substantial portions of the Software.
1319
-
1320
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1321
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1322
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1323
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1324
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1325
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1326
- THE SOFTWARE.
1327
-
1328
-
1329
- ````
1330
-
1331
- ---
1332
-
1333
- ## The following dependencies are licensed under the MIT License:
1334
-
1335
- ### Rust Crates:
1336
-
1337
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1243
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
1338
1244
 
1339
1245
  ````text
1340
1246
  MIT License
1341
1247
 
1342
- Copyright (c) 2019 Yoshua Wuyts
1343
- Copyright (c) Tokio Contributors
1248
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
1344
1249
 
1345
1250
  Permission is hereby granted, free of charge, to any person obtaining a copy
1346
1251
  of this software and associated documentation files (the "Software"), to deal
@@ -1368,10 +1273,10 @@ SOFTWARE.
1368
1273
 
1369
1274
  ### Rust Crates:
1370
1275
 
1371
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
1276
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
1372
1277
 
1373
1278
  ````text
1374
- Copyright (c) 2021 RustCrypto Developers
1279
+ Copyright (c) 2017 Contributors
1375
1280
 
1376
1281
  Permission is hereby granted, free of charge, to any
1377
1282
  person obtaining a copy of this software and associated
@@ -1405,13 +1310,10 @@ DEALINGS IN THE SOFTWARE.
1405
1310
 
1406
1311
  ### Rust Crates:
1407
1312
 
1408
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
1409
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
1313
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1410
1314
 
1411
1315
  ````text
1412
- Copyright (c) 2006-2009 Graydon Hoare
1413
- Copyright (c) 2009-2013 Mozilla Foundation
1414
- Copyright (c) 2016 Artyom Pavlov
1316
+ Copyright (c) 2016 Anthony Ramine
1415
1317
 
1416
1318
  Permission is hereby granted, free of charge, to any
1417
1319
  person obtaining a copy of this software and associated
@@ -1443,14 +1345,14 @@ DEALINGS IN THE SOFTWARE.
1443
1345
 
1444
1346
  ## The following dependencies are licensed under the MIT License:
1445
1347
 
1446
- ### NPM Packages:
1348
+ ### Rust Crates:
1447
1349
 
1448
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
1350
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1449
1351
 
1450
1352
  ````text
1451
- The MIT License (MIT)
1353
+ MIT License
1452
1354
 
1453
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
1355
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1454
1356
 
1455
1357
  Permission is hereby granted, free of charge, to any person obtaining a copy
1456
1358
  of this software and associated documentation files (the "Software"), to deal
@@ -1459,16 +1361,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1459
1361
  copies of the Software, and to permit persons to whom the Software is
1460
1362
  furnished to do so, subject to the following conditions:
1461
1363
 
1462
- The above copyright notice and this permission notice shall be included in
1463
- all copies or substantial portions of the Software.
1364
+ The above copyright notice and this permission notice shall be included in all
1365
+ copies or substantial portions of the Software.
1464
1366
 
1465
1367
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1466
1368
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1467
1369
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1468
1370
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1469
1371
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1470
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1471
- THE SOFTWARE.
1372
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1373
+ SOFTWARE.
1472
1374
 
1473
1375
  ````
1474
1376
 
@@ -1478,28 +1380,34 @@ THE SOFTWARE.
1478
1380
 
1479
1381
  ### Rust Crates:
1480
1382
 
1481
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
1383
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1482
1384
 
1483
1385
  ````text
1484
- Copyright (c) 2014 Carl Lerche and other MIO contributors
1386
+ Copyright (c) 2019-2021 Tower Contributors
1485
1387
 
1486
- Permission is hereby granted, free of charge, to any person obtaining a copy
1487
- of this software and associated documentation files (the "Software"), to deal
1488
- in the Software without restriction, including without limitation the rights
1489
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1490
- copies of the Software, and to permit persons to whom the Software is
1491
- furnished to do so, subject to the following conditions:
1388
+ Permission is hereby granted, free of charge, to any
1389
+ person obtaining a copy of this software and associated
1390
+ documentation files (the "Software"), to deal in the
1391
+ Software without restriction, including without
1392
+ limitation the rights to use, copy, modify, merge,
1393
+ publish, distribute, sublicense, and/or sell copies of
1394
+ the Software, and to permit persons to whom the Software
1395
+ is furnished to do so, subject to the following
1396
+ conditions:
1492
1397
 
1493
- The above copyright notice and this permission notice shall be included in
1494
- all copies or substantial portions of the Software.
1398
+ The above copyright notice and this permission notice
1399
+ shall be included in all copies or substantial portions
1400
+ of the Software.
1495
1401
 
1496
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1497
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1498
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1499
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1500
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1501
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1502
- THE SOFTWARE.
1402
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1403
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1404
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1405
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1406
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1407
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1408
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1409
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1410
+ DEALINGS IN THE SOFTWARE.
1503
1411
 
1504
1412
  ````
1505
1413
 
@@ -1509,12 +1417,10 @@ THE SOFTWARE.
1509
1417
 
1510
1418
  ### Rust Crates:
1511
1419
 
1512
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
1513
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
1514
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
1420
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
1515
1421
 
1516
1422
  ````text
1517
- Copyright (c) 2019 Tower Contributors
1423
+ Copyright (c) 2017 tokio-jsonrpc developers
1518
1424
 
1519
1425
  Permission is hereby granted, free of charge, to any
1520
1426
  person obtaining a copy of this software and associated
@@ -1579,34 +1485,28 @@ THE SOFTWARE.
1579
1485
 
1580
1486
  ### Rust Crates:
1581
1487
 
1582
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
1488
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
1583
1489
 
1584
1490
  ````text
1585
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
1491
+ Copyright (c) 2023-2025 Sean McArthur
1586
1492
 
1587
- Permission is hereby granted, free of charge, to any
1588
- person obtaining a copy of this software and associated
1589
- documentation files (the "Software"), to deal in the
1590
- Software without restriction, including without
1591
- limitation the rights to use, copy, modify, merge,
1592
- publish, distribute, sublicense, and/or sell copies of
1593
- the Software, and to permit persons to whom the Software
1594
- is furnished to do so, subject to the following
1595
- conditions:
1493
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1494
+ of this software and associated documentation files (the "Software"), to deal
1495
+ in the Software without restriction, including without limitation the rights
1496
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1497
+ copies of the Software, and to permit persons to whom the Software is
1498
+ furnished to do so, subject to the following conditions:
1596
1499
 
1597
- The above copyright notice and this permission notice
1598
- shall be included in all copies or substantial portions
1599
- of the Software.
1500
+ The above copyright notice and this permission notice shall be included in
1501
+ all copies or substantial portions of the Software.
1600
1502
 
1601
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1602
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1603
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1604
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1605
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1606
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1607
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1608
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1609
- DEALINGS IN THE SOFTWARE.
1503
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1504
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1505
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1506
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1507
+ 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
1509
+ THE SOFTWARE.
1610
1510
 
1611
1511
  ````
1612
1512
 
@@ -1616,10 +1516,10 @@ DEALINGS IN THE SOFTWARE.
1616
1516
 
1617
1517
  ### Rust Crates:
1618
1518
 
1619
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
1519
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
1620
1520
 
1621
1521
  ````text
1622
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
1522
+ Copyright (c) 2021 RustCrypto Developers
1623
1523
 
1624
1524
  Permission is hereby granted, free of charge, to any
1625
1525
  person obtaining a copy of this software and associated
@@ -1653,11 +1553,12 @@ DEALINGS IN THE SOFTWARE.
1653
1553
 
1654
1554
  ### Rust Crates:
1655
1555
 
1656
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
1556
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
1657
1557
 
1658
1558
  ````text
1659
- Copyright (c) 2018-2023 Sean McArthur
1660
- Copyright (c) 2016 Alex Crichton
1559
+ MIT License
1560
+
1561
+ Copyright (c) 2017 Nikolai Vazquez
1661
1562
 
1662
1563
  Permission is hereby granted, free of charge, to any person obtaining a copy
1663
1564
  of this software and associated documentation files (the "Software"), to deal
@@ -1666,17 +1567,51 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1666
1567
  copies of the Software, and to permit persons to whom the Software is
1667
1568
  furnished to do so, subject to the following conditions:
1668
1569
 
1669
- The above copyright notice and this permission notice shall be included in
1670
- all copies or substantial portions of the Software.
1570
+ The above copyright notice and this permission notice shall be included in all
1571
+ copies or substantial portions of the Software.
1671
1572
 
1672
1573
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1673
1574
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1674
1575
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1675
1576
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1676
1577
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1677
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1678
- THE SOFTWARE.
1578
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1579
+ SOFTWARE.
1580
+
1581
+ ````
1582
+
1583
+ ---
1584
+
1585
+ ## The following dependencies are licensed under the MIT License:
1586
+
1587
+ ### Rust Crates:
1588
+
1589
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
1590
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
1591
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
1592
+
1593
+ ````text
1594
+ MIT License
1595
+
1596
+ Copyright (c) 2017 Ted Driggs
1597
+
1598
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1599
+ of this software and associated documentation files (the "Software"), to deal
1600
+ in the Software without restriction, including without limitation the rights
1601
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1602
+ copies of the Software, and to permit persons to whom the Software is
1603
+ furnished to do so, subject to the following conditions:
1604
+
1605
+ The above copyright notice and this permission notice shall be included in all
1606
+ copies or substantial portions of the Software.
1679
1607
 
1608
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1609
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1610
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1611
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1612
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1613
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1614
+ SOFTWARE.
1680
1615
 
1681
1616
  ````
1682
1617
 
@@ -1686,35 +1621,28 @@ THE SOFTWARE.
1686
1621
 
1687
1622
  ### Rust Crates:
1688
1623
 
1689
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
1624
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
1690
1625
 
1691
1626
  ````text
1692
- Copyright (c) 2018-2026 The rust-random Project Developers
1693
- Copyright (c) 2014 The Rust Project Developers
1627
+ Copyright (c) 2018 directories-rs contributors
1694
1628
 
1695
- Permission is hereby granted, free of charge, to any
1696
- person obtaining a copy of this software and associated
1697
- documentation files (the "Software"), to deal in the
1698
- Software without restriction, including without
1699
- limitation the rights to use, copy, modify, merge,
1700
- publish, distribute, sublicense, and/or sell copies of
1701
- the Software, and to permit persons to whom the Software
1702
- is furnished to do so, subject to the following
1703
- conditions:
1629
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1630
+ of this software and associated documentation files (the "Software"), to deal
1631
+ in the Software without restriction, including without limitation the rights
1632
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1633
+ copies of the Software, and to permit persons to whom the Software is
1634
+ furnished to do so, subject to the following conditions:
1704
1635
 
1705
- The above copyright notice and this permission notice
1706
- shall be included in all copies or substantial portions
1707
- of the Software.
1636
+ The above copyright notice and this permission notice shall be included in all
1637
+ copies or substantial portions of the Software.
1708
1638
 
1709
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1710
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1711
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1712
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1713
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1714
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1715
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1716
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1717
- DEALINGS IN THE SOFTWARE.
1639
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1640
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1641
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1642
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1643
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1644
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1645
+ SOFTWARE.
1718
1646
 
1719
1647
  ````
1720
1648
 
@@ -1724,10 +1652,10 @@ DEALINGS IN THE SOFTWARE.
1724
1652
 
1725
1653
  ### Rust Crates:
1726
1654
 
1727
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1655
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1728
1656
 
1729
1657
  ````text
1730
- Copyright (c) 2016--2023
1658
+ Copyright (c) 2018 Carl Lerche
1731
1659
 
1732
1660
  Permission is hereby granted, free of charge, to any
1733
1661
  person obtaining a copy of this software and associated
@@ -1761,12 +1689,11 @@ DEALINGS IN THE SOFTWARE.
1761
1689
 
1762
1690
  ### Rust Crates:
1763
1691
 
1764
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
1692
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1765
1693
 
1766
1694
  ````text
1767
- The MIT License (MIT)
1768
-
1769
- Copyright (c) 2014 Paho Lurie-Gregg
1695
+ Copyright (c) 2017 Daniel Abramov
1696
+ Copyright (c) 2017 Alexey Galakhov
1770
1697
 
1771
1698
  Permission is hereby granted, free of charge, to any person obtaining a copy
1772
1699
  of this software and associated documentation files (the "Software"), to deal
@@ -1775,16 +1702,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1775
1702
  copies of the Software, and to permit persons to whom the Software is
1776
1703
  furnished to do so, subject to the following conditions:
1777
1704
 
1778
- The above copyright notice and this permission notice shall be included in all
1779
- copies or substantial portions of the Software.
1705
+ The above copyright notice and this permission notice shall be included in
1706
+ all copies or substantial portions of the Software.
1780
1707
 
1781
1708
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1782
1709
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1783
1710
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1784
1711
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1785
1712
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1786
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1787
- SOFTWARE.
1713
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1714
+ THE SOFTWARE.
1788
1715
 
1789
1716
  ````
1790
1717
 
@@ -1794,11 +1721,13 @@ SOFTWARE.
1794
1721
 
1795
1722
  ### Rust Crates:
1796
1723
 
1797
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
1724
+ - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
1798
1725
 
1799
1726
  ````text
1800
1727
  MIT License
1801
1728
 
1729
+ Copyright (c) 2025 rutrum
1730
+
1802
1731
  Permission is hereby granted, free of charge, to any person obtaining a copy
1803
1732
  of this software and associated documentation files (the "Software"), to deal
1804
1733
  in the Software without restriction, including without limitation the rights
@@ -1816,7 +1745,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1816
1745
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1817
1746
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1818
1747
  SOFTWARE.
1819
-
1820
1748
  ````
1821
1749
 
1822
1750
  ---
@@ -1825,39 +1753,11 @@ SOFTWARE.
1825
1753
 
1826
1754
  ### Rust Crates:
1827
1755
 
1828
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
1829
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
1830
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
1831
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
1832
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
1833
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
1834
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
1835
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
1836
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
1837
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
1838
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
1839
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
1840
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
1841
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
1842
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
1843
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
1844
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
1845
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
1846
- - [semver](https://github.com/dtolnay/semver) (1.0.28)
1847
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
1848
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
1849
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
1850
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
1851
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
1852
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
1853
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
1854
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
1855
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
1856
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
1857
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
1858
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
1756
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
1859
1757
 
1860
1758
  ````text
1759
+ Copyright (c) 2019 Nick Fitzgerald
1760
+
1861
1761
  Permission is hereby granted, free of charge, to any
1862
1762
  person obtaining a copy of this software and associated
1863
1763
  documentation files (the "Software"), to deal in the
@@ -1890,20 +1790,54 @@ DEALINGS IN THE SOFTWARE.
1890
1790
 
1891
1791
  ### Rust Crates:
1892
1792
 
1893
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1793
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1894
1794
 
1895
1795
  ````text
1896
- Copyright (c) 2018 Carl Lerche
1897
-
1898
- Permission is hereby granted, free of charge, to any
1899
- person obtaining a copy of this software and associated
1900
- documentation files (the "Software"), to deal in the
1901
- Software without restriction, including without
1902
- limitation the rights to use, copy, modify, merge,
1903
- publish, distribute, sublicense, and/or sell copies of
1904
- the Software, and to permit persons to whom the Software
1905
- is furnished to do so, subject to the following
1906
- conditions:
1796
+ MIT License
1797
+
1798
+ Copyright (c) 2019 Yoshua Wuyts
1799
+ Copyright (c) Tokio Contributors
1800
+
1801
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1802
+ of this software and associated documentation files (the "Software"), to deal
1803
+ in the Software without restriction, including without limitation the rights
1804
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1805
+ copies of the Software, and to permit persons to whom the Software is
1806
+ furnished to do so, subject to the following conditions:
1807
+
1808
+ The above copyright notice and this permission notice shall be included in all
1809
+ copies or substantial portions of the Software.
1810
+
1811
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1812
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1813
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1814
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1815
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1816
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1817
+ SOFTWARE.
1818
+
1819
+ ````
1820
+
1821
+ ---
1822
+
1823
+ ## The following dependencies are licensed under the MIT License:
1824
+
1825
+ ### Rust Crates:
1826
+
1827
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
1828
+
1829
+ ````text
1830
+ Copyright (c) 2016--2023
1831
+
1832
+ Permission is hereby granted, free of charge, to any
1833
+ person obtaining a copy of this software and associated
1834
+ documentation files (the "Software"), to deal in the
1835
+ Software without restriction, including without
1836
+ limitation the rights to use, copy, modify, merge,
1837
+ publish, distribute, sublicense, and/or sell copies of
1838
+ the Software, and to permit persons to whom the Software
1839
+ is furnished to do so, subject to the following
1840
+ conditions:
1907
1841
 
1908
1842
  The above copyright notice and this permission notice
1909
1843
  shall be included in all copies or substantial portions
@@ -1927,13 +1861,10 @@ DEALINGS IN THE SOFTWARE.
1927
1861
 
1928
1862
  ### Rust Crates:
1929
1863
 
1930
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
1931
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
1932
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
1933
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
1864
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
1934
1865
 
1935
1866
  ````text
1936
- Copyright (c) 2016 The Rust Project Developers
1867
+ Copyright (c) 2010 The Rust Project Developers
1937
1868
 
1938
1869
  Permission is hereby granted, free of charge, to any
1939
1870
  person obtaining a copy of this software and associated
@@ -1967,16 +1898,34 @@ DEALINGS IN THE SOFTWARE.
1967
1898
 
1968
1899
  ### Rust Crates:
1969
1900
 
1970
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1901
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1971
1902
 
1972
1903
  ````text
1973
- Copyright 2017 Juniper Networks, Inc.
1904
+ Copyright Mozilla Foundation
1974
1905
 
1975
- 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:
1906
+ Permission is hereby granted, free of charge, to any
1907
+ person obtaining a copy of this software and associated
1908
+ documentation files (the "Software"), to deal in the
1909
+ Software without restriction, including without
1910
+ limitation the rights to use, copy, modify, merge,
1911
+ publish, distribute, sublicense, and/or sell copies of
1912
+ the Software, and to permit persons to whom the Software
1913
+ is furnished to do so, subject to the following
1914
+ conditions:
1976
1915
 
1977
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1916
+ The above copyright notice and this permission notice
1917
+ shall be included in all copies or substantial portions
1918
+ of the Software.
1978
1919
 
1979
- 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.
1920
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1921
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1922
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1923
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1924
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1925
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1926
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1927
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1928
+ DEALINGS IN THE SOFTWARE.
1980
1929
 
1981
1930
  ````
1982
1931
 
@@ -1986,16 +1935,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1986
1935
 
1987
1936
  ### Rust Crates:
1988
1937
 
1989
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
1938
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
1990
1939
 
1991
1940
  ````text
1992
- Copyright 2016 Nika Layzell
1941
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
1993
1942
 
1994
- 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:
1943
+ Permission is hereby granted, free of charge, to any
1944
+ person obtaining a copy of this software and associated
1945
+ documentation files (the "Software"), to deal in the
1946
+ Software without restriction, including without
1947
+ limitation the rights to use, copy, modify, merge,
1948
+ publish, distribute, sublicense, and/or sell copies of
1949
+ the Software, and to permit persons to whom the Software
1950
+ is furnished to do so, subject to the following
1951
+ conditions:
1995
1952
 
1996
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1953
+ The above copyright notice and this permission notice
1954
+ shall be included in all copies or substantial portions
1955
+ of the Software.
1997
1956
 
1998
- 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.
1957
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1958
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1959
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1960
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1961
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1962
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1963
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1964
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1965
+ DEALINGS IN THE SOFTWARE.
1999
1966
 
2000
1967
  ````
2001
1968
 
@@ -2005,28 +1972,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2005
1972
 
2006
1973
  ### Rust Crates:
2007
1974
 
2008
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
1975
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
2009
1976
 
2010
1977
  ````text
2011
- Copyright (c) 2018 directories-rs contributors
1978
+ Copyright (c) 2014 Chris Wong
2012
1979
 
2013
- Permission is hereby granted, free of charge, to any person obtaining a copy
2014
- of this software and associated documentation files (the "Software"), to deal
2015
- in the Software without restriction, including without limitation the rights
2016
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2017
- copies of the Software, and to permit persons to whom the Software is
2018
- furnished to do so, subject to the following conditions:
1980
+ Permission is hereby granted, free of charge, to any
1981
+ person obtaining a copy of this software and associated
1982
+ documentation files (the "Software"), to deal in the
1983
+ Software without restriction, including without
1984
+ limitation the rights to use, copy, modify, merge,
1985
+ publish, distribute, sublicense, and/or sell copies of
1986
+ the Software, and to permit persons to whom the Software
1987
+ is furnished to do so, subject to the following
1988
+ conditions:
2019
1989
 
2020
- The above copyright notice and this permission notice shall be included in all
2021
- copies or substantial portions of the Software.
1990
+ The above copyright notice and this permission notice
1991
+ shall be included in all copies or substantial portions
1992
+ of the Software.
2022
1993
 
2023
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2024
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2025
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2026
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2027
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2028
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2029
- SOFTWARE.
1994
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1995
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1996
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1997
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1998
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1999
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2000
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2001
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2002
+ DEALINGS IN THE SOFTWARE.
2030
2003
 
2031
2004
  ````
2032
2005
 
@@ -2036,12 +2009,12 @@ SOFTWARE.
2036
2009
 
2037
2010
  ### Rust Crates:
2038
2011
 
2039
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
2012
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2040
2013
 
2041
2014
  ````text
2042
- The MIT License (MIT)
2015
+ MIT License
2043
2016
 
2044
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
2017
+ Copyright (c) [2021] [Marvin Countryman]
2045
2018
 
2046
2019
  Permission is hereby granted, free of charge, to any person obtaining a copy
2047
2020
  of this software and associated documentation files (the "Software"), to deal
@@ -2050,16 +2023,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2050
2023
  copies of the Software, and to permit persons to whom the Software is
2051
2024
  furnished to do so, subject to the following conditions:
2052
2025
 
2053
- The above copyright notice and this permission notice shall be included in
2054
- all copies or substantial portions of the Software.
2026
+ The above copyright notice and this permission notice shall be included in all
2027
+ copies or substantial portions of the Software.
2055
2028
 
2056
2029
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2057
2030
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2058
2031
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2059
2032
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2060
2033
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2061
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2062
- THE SOFTWARE.
2034
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2035
+ SOFTWARE.
2063
2036
 
2064
2037
  ````
2065
2038
 
@@ -2069,10 +2042,14 @@ THE SOFTWARE.
2069
2042
 
2070
2043
  ### Rust Crates:
2071
2044
 
2072
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
2045
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2073
2046
 
2074
2047
  ````text
2075
- Copyright (c) 2016 The rust-native-tls Developers
2048
+ The MIT License (MIT)
2049
+
2050
+ Copyright (c) 2015 Danny Guo
2051
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2052
+ Copyright (c) 2018 Akash Kurdekar
2076
2053
 
2077
2054
  Permission is hereby granted, free of charge, to any person obtaining a copy
2078
2055
  of this software and associated documentation files (the "Software"), to deal
@@ -2100,10 +2077,12 @@ SOFTWARE.
2100
2077
 
2101
2078
  ### Rust Crates:
2102
2079
 
2103
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
2080
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2104
2081
 
2105
2082
  ````text
2106
- Copyright (c) 2016 Anthony Ramine
2083
+ Copyright (c) 2017 Carl Lerche
2084
+ Copyright (c) 2018 Bastian Köcher
2085
+ Copyright (c) 2019-2020 Artem Vorotnikov
2107
2086
 
2108
2087
  Permission is hereby granted, free of charge, to any
2109
2088
  person obtaining a copy of this software and associated
@@ -2135,33 +2114,32 @@ DEALINGS IN THE SOFTWARE.
2135
2114
 
2136
2115
  ## The following dependencies are licensed under the MIT License:
2137
2116
 
2138
- ### NPM Packages:
2117
+ ### Rust Crates:
2139
2118
 
2140
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2141
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
2119
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2120
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
2142
2121
 
2143
2122
  ````text
2144
- MIT License
2123
+ The MIT License (MIT)
2145
2124
 
2146
- Copyright (c) Microsoft Corporation.
2125
+ Copyright (c) 2015 Steven Fackler
2147
2126
 
2148
- Permission is hereby granted, free of charge, to any person obtaining a copy
2149
- of this software and associated documentation files (the "Software"), to deal
2150
- in the Software without restriction, including without limitation the rights
2151
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2152
- copies of the Software, and to permit persons to whom the Software is
2153
- furnished to do so, subject to the following conditions:
2127
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2128
+ this software and associated documentation files (the "Software"), to deal in
2129
+ the Software without restriction, including without limitation the rights to
2130
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2131
+ the Software, and to permit persons to whom the Software is furnished to do so,
2132
+ subject to the following conditions:
2154
2133
 
2155
- The above copyright notice and this permission notice shall be included in all
2156
- copies or substantial portions of the Software.
2134
+ The above copyright notice and this permission notice shall be included in all
2135
+ copies or substantial portions of the Software.
2157
2136
 
2158
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2159
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2160
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2161
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2162
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2163
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2164
- SOFTWARE
2137
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2138
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2139
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2140
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2141
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2142
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2165
2143
 
2166
2144
  ````
2167
2145
 
@@ -2171,11 +2149,10 @@ DEALINGS IN THE SOFTWARE.
2171
2149
 
2172
2150
  ### Rust Crates:
2173
2151
 
2174
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
2152
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
2175
2153
 
2176
2154
  ````text
2177
- Copyright (c) 2017 Daniel Abramov
2178
- Copyright (c) 2017 Alexey Galakhov
2155
+ Copyright (c) 2016-2025 Sean McArthur
2179
2156
 
2180
2157
  Permission is hereby granted, free of charge, to any person obtaining a copy
2181
2158
  of this software and associated documentation files (the "Software"), to deal
@@ -2195,6 +2172,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2195
2172
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2196
2173
  THE SOFTWARE.
2197
2174
 
2175
+
2198
2176
  ````
2199
2177
 
2200
2178
  ---
@@ -2203,31 +2181,40 @@ THE SOFTWARE.
2203
2181
 
2204
2182
  ### Rust Crates:
2205
2183
 
2206
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
2184
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
2185
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
2186
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
2187
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
2188
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
2189
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
2207
2190
 
2208
2191
  ````text
2209
- The MIT License (MIT)
2210
-
2211
- Copyright (c) 2015-2020 Julien Cretin
2212
- Copyright (c) 2017-2020 Google Inc.
2192
+ Copyright 2018 Developers of the Rand project
2193
+ Copyright (c) 2014 The Rust Project Developers
2213
2194
 
2214
- Permission is hereby granted, free of charge, to any person obtaining a copy
2215
- of this software and associated documentation files (the "Software"), to deal
2216
- in the Software without restriction, including without limitation the rights
2217
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2218
- copies of the Software, and to permit persons to whom the Software is
2219
- furnished to do so, subject to the following conditions:
2195
+ Permission is hereby granted, free of charge, to any
2196
+ person obtaining a copy of this software and associated
2197
+ documentation files (the "Software"), to deal in the
2198
+ Software without restriction, including without
2199
+ limitation the rights to use, copy, modify, merge,
2200
+ publish, distribute, sublicense, and/or sell copies of
2201
+ the Software, and to permit persons to whom the Software
2202
+ is furnished to do so, subject to the following
2203
+ conditions:
2220
2204
 
2221
- The above copyright notice and this permission notice shall be included in all
2222
- copies or substantial portions of the Software.
2205
+ The above copyright notice and this permission notice
2206
+ shall be included in all copies or substantial portions
2207
+ of the Software.
2223
2208
 
2224
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2225
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2226
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2227
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2228
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2229
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2230
- SOFTWARE.
2209
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2210
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2211
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2212
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2213
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2214
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2215
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2216
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2217
+ DEALINGS IN THE SOFTWARE.
2231
2218
 
2232
2219
  ````
2233
2220
 
@@ -2237,11 +2224,10 @@ SOFTWARE.
2237
2224
 
2238
2225
  ### Rust Crates:
2239
2226
 
2240
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
2241
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
2227
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
2242
2228
 
2243
2229
  ````text
2244
- Copyright (c) 2012-2013 Mozilla Foundation
2230
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
2245
2231
 
2246
2232
  Permission is hereby granted, free of charge, to any
2247
2233
  person obtaining a copy of this software and associated
@@ -2275,63 +2261,34 @@ DEALINGS IN THE SOFTWARE.
2275
2261
 
2276
2262
  ### Rust Crates:
2277
2263
 
2278
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2279
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2280
-
2281
- ````text
2282
- MIT License
2283
-
2284
- Copyright (c) 2019 Graham Esau
2285
-
2286
- Permission is hereby granted, free of charge, to any person obtaining a copy
2287
- of this software and associated documentation files (the "Software"), to deal
2288
- in the Software without restriction, including without limitation the rights
2289
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2290
- copies of the Software, and to permit persons to whom the Software is
2291
- furnished to do so, subject to the following conditions:
2292
-
2293
- The above copyright notice and this permission notice shall be included in all
2294
- copies or substantial portions of the Software.
2295
-
2296
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2297
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2298
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2299
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2300
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2301
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2302
- SOFTWARE.
2303
-
2304
- ````
2305
-
2306
- ---
2307
-
2308
- ## The following dependencies are licensed under the MIT License:
2309
-
2310
- ### Rust Crates:
2311
-
2312
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2264
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
2313
2265
 
2314
2266
  ````text
2315
- Copyright (c) 2013-2014 The Rust Project Developers.
2316
- Copyright (c) 2015-2020 The rust-hex Developers
2267
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
2317
2268
 
2318
- Permission is hereby granted, free of charge, to any person obtaining a copy
2319
- of this software and associated documentation files (the "Software"), to deal
2320
- in the Software without restriction, including without limitation the rights
2321
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2322
- copies of the Software, and to permit persons to whom the Software is
2323
- furnished to do so, subject to the following conditions:
2269
+ Permission is hereby granted, free of charge, to any
2270
+ person obtaining a copy of this software and associated
2271
+ documentation files (the "Software"), to deal in the
2272
+ Software without restriction, including without
2273
+ limitation the rights to use, copy, modify, merge,
2274
+ publish, distribute, sublicense, and/or sell copies of
2275
+ the Software, and to permit persons to whom the Software
2276
+ is furnished to do so, subject to the following
2277
+ conditions:
2324
2278
 
2325
- The above copyright notice and this permission notice shall be included in all
2326
- copies or substantial portions of the Software.
2279
+ The above copyright notice and this permission notice
2280
+ shall be included in all copies or substantial portions
2281
+ of the Software.
2327
2282
 
2328
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2329
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2330
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2331
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2332
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2333
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2334
- SOFTWARE.
2283
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2284
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2285
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2286
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2287
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2288
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2289
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2290
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2291
+ DEALINGS IN THE SOFTWARE.
2335
2292
 
2336
2293
  ````
2337
2294
 
@@ -2341,10 +2298,10 @@ SOFTWARE.
2341
2298
 
2342
2299
  ### Rust Crates:
2343
2300
 
2344
- - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
2301
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
2345
2302
 
2346
2303
  ````text
2347
- Copyright (c) The rust-url developers
2304
+ Copyright (c) 2017 Robert Grosse
2348
2305
 
2349
2306
  Permission is hereby granted, free of charge, to any
2350
2307
  person obtaining a copy of this software and associated
@@ -2369,22 +2326,20 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2369
2326
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2370
2327
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2371
2328
  DEALINGS IN THE SOFTWARE.
2372
-
2373
2329
  ````
2374
2330
 
2375
2331
  ---
2376
2332
 
2377
2333
  ## The following dependencies are licensed under the MIT License:
2378
2334
 
2379
- ### NPM Packages:
2335
+ ### Rust Crates:
2380
2336
 
2381
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
2382
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
2337
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
2383
2338
 
2384
2339
  ````text
2385
- MIT License
2340
+ The MIT License (MIT)
2386
2341
 
2387
- Copyright (c) 2017 Evgeny Poberezkin
2342
+ Copyright (c) 2014 Paho Lurie-Gregg
2388
2343
 
2389
2344
  Permission is hereby granted, free of charge, to any person obtaining a copy
2390
2345
  of this software and associated documentation files (the "Software"), to deal
@@ -2412,10 +2367,40 @@ SOFTWARE.
2412
2367
 
2413
2368
  ### Rust Crates:
2414
2369
 
2415
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2370
+ - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
2416
2371
 
2417
2372
  ````text
2418
- Copyright (c) 2019 Carl Lerche
2373
+ Copyright 2018 Parity Technologies (UK) Ltd.
2374
+
2375
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2376
+ this software and associated documentation files (the "Software"), to deal in
2377
+ the Software without restriction, including without limitation the rights to
2378
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2379
+ the Software, and to permit persons to whom the Software is furnished to do so,
2380
+ subject to the following conditions:
2381
+
2382
+ The above copyright notice and this permission notice shall be included in all
2383
+ copies or substantial portions of the Software.
2384
+
2385
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2386
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2387
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2388
+ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2389
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2390
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2391
+
2392
+ ````
2393
+
2394
+ ---
2395
+
2396
+ ## The following dependencies are licensed under the MIT License:
2397
+
2398
+ ### Rust Crates:
2399
+
2400
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2401
+
2402
+ ````text
2403
+ Copyright (c) 2016 Amanieu d'Antras
2419
2404
 
2420
2405
  Permission is hereby granted, free of charge, to any
2421
2406
  person obtaining a copy of this software and associated
@@ -2449,10 +2434,12 @@ DEALINGS IN THE SOFTWARE.
2449
2434
 
2450
2435
  ### Rust Crates:
2451
2436
 
2452
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2437
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
2438
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
2439
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
2453
2440
 
2454
2441
  ````text
2455
- Copyright (c) 2017 Artyom Pavlov
2442
+ Copyright (c) 2019 Tower Contributors
2456
2443
 
2457
2444
  Permission is hereby granted, free of charge, to any
2458
2445
  person obtaining a copy of this software and associated
@@ -2486,19 +2473,30 @@ DEALINGS IN THE SOFTWARE.
2486
2473
 
2487
2474
  ### Rust Crates:
2488
2475
 
2489
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
2490
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
2476
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
2491
2477
 
2492
2478
  ````text
2493
- The MIT License (MIT)
2479
+ Copyright (c) 2018-2023 Sean McArthur
2480
+ Copyright (c) 2016 Alex Crichton
2494
2481
 
2495
- Copyright 2016 Google Inc. All Rights Reserved.
2482
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2483
+ of this software and associated documentation files (the "Software"), to deal
2484
+ in the Software without restriction, including without limitation the rights
2485
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2486
+ copies of the Software, and to permit persons to whom the Software is
2487
+ furnished to do so, subject to the following conditions:
2496
2488
 
2497
- 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:
2489
+ The above copyright notice and this permission notice shall be included in
2490
+ all copies or substantial portions of the Software.
2498
2491
 
2499
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2492
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2493
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2494
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2495
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2496
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2497
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2498
+ THE SOFTWARE.
2500
2499
 
2501
- 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.
2502
2500
 
2503
2501
  ````
2504
2502
 
@@ -2508,9 +2506,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2508
2506
 
2509
2507
  ### Rust Crates:
2510
2508
 
2511
- - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
2509
+ - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
2512
2510
 
2513
2511
  ````text
2512
+ Copyright (c) 2015 The Rust Project Developers
2513
+
2514
2514
  Permission is hereby granted, free of charge, to any
2515
2515
  person obtaining a copy of this software and associated
2516
2516
  documentation files (the "Software"), to deal in the
@@ -2534,6 +2534,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2534
2534
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2535
2535
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2536
2536
  DEALINGS IN THE SOFTWARE.
2537
+
2537
2538
  ````
2538
2539
 
2539
2540
  ---
@@ -2542,17 +2543,11 @@ DEALINGS IN THE SOFTWARE.
2542
2543
 
2543
2544
  ### Rust Crates:
2544
2545
 
2545
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
2546
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2546
2547
 
2547
2548
  ````text
2548
- Copyright (c) 2016 The humantime Developers
2549
-
2550
- Includes parts of http date with the following copyright:
2551
- Copyright (c) 2016 Pyfisch
2552
-
2553
- Includes portions of musl libc with the following copyright:
2554
- Copyright © 2005-2013 Rich Felker
2555
-
2549
+ Copyright (c) 2013-2014 The Rust Project Developers.
2550
+ Copyright (c) 2015-2020 The rust-hex Developers
2556
2551
 
2557
2552
  Permission is hereby granted, free of charge, to any person obtaining a copy
2558
2553
  of this software and associated documentation files (the "Software"), to deal
@@ -2580,12 +2575,12 @@ SOFTWARE.
2580
2575
 
2581
2576
  ### Rust Crates:
2582
2577
 
2583
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2578
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
2579
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2580
+ - [url](https://github.com/servo/rust-url) (2.5.8)
2584
2581
 
2585
2582
  ````text
2586
- Copyright (c) 2017 Carl Lerche
2587
- Copyright (c) 2018 Bastian Köcher
2588
- Copyright (c) 2019-2020 Artem Vorotnikov
2583
+ Copyright (c) 2013-2025 The rust-url developers
2589
2584
 
2590
2585
  Permission is hereby granted, free of charge, to any
2591
2586
  person obtaining a copy of this software and associated
@@ -2619,30 +2614,34 @@ DEALINGS IN THE SOFTWARE.
2619
2614
 
2620
2615
  ### Rust Crates:
2621
2616
 
2622
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2617
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2623
2618
 
2624
2619
  ````text
2625
- MIT License
2626
-
2627
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2620
+ Copyright (c) 2016--2017
2628
2621
 
2629
- Permission is hereby granted, free of charge, to any person obtaining a copy
2630
- of this software and associated documentation files (the "Software"), to deal
2631
- in the Software without restriction, including without limitation the rights
2632
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2633
- copies of the Software, and to permit persons to whom the Software is
2634
- furnished to do so, subject to the following conditions:
2622
+ Permission is hereby granted, free of charge, to any
2623
+ person obtaining a copy of this software and associated
2624
+ documentation files (the "Software"), to deal in the
2625
+ Software without restriction, including without
2626
+ limitation the rights to use, copy, modify, merge,
2627
+ publish, distribute, sublicense, and/or sell copies of
2628
+ the Software, and to permit persons to whom the Software
2629
+ is furnished to do so, subject to the following
2630
+ conditions:
2635
2631
 
2636
- The above copyright notice and this permission notice shall be included in all
2637
- copies or substantial portions of the Software.
2632
+ The above copyright notice and this permission notice
2633
+ shall be included in all copies or substantial portions
2634
+ of the Software.
2638
2635
 
2639
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2640
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2641
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2642
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2643
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2644
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2645
- SOFTWARE.
2636
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2637
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2638
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2639
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2640
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2641
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2642
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2643
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2644
+ DEALINGS IN THE SOFTWARE.
2646
2645
 
2647
2646
  ````
2648
2647
 
@@ -2652,10 +2651,10 @@ SOFTWARE.
2652
2651
 
2653
2652
  ### Rust Crates:
2654
2653
 
2655
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
2654
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
2656
2655
 
2657
2656
  ````text
2658
- Copyright (c) 2014-2026 Alex Crichton
2657
+ Copyright (c) 2018 The Servo Project Developers
2659
2658
 
2660
2659
  Permission is hereby granted, free of charge, to any
2661
2660
  person obtaining a copy of this software and associated
@@ -2689,29 +2688,16 @@ DEALINGS IN THE SOFTWARE.
2689
2688
 
2690
2689
  ### Rust Crates:
2691
2690
 
2692
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
2691
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2693
2692
 
2694
2693
  ````text
2695
- Copyright (c) 2017 Alexey Galakhov
2696
- Copyright (c) 2016 Jason Housley
2694
+ Copyright 2016 Nika Layzell
2697
2695
 
2698
- Permission is hereby granted, free of charge, to any person obtaining a copy
2699
- of this software and associated documentation files (the "Software"), to deal
2700
- in the Software without restriction, including without limitation the rights
2701
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2702
- copies of the Software, and to permit persons to whom the Software is
2703
- furnished to do so, subject to the following conditions:
2696
+ 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:
2704
2697
 
2705
- The above copyright notice and this permission notice shall be included in
2706
- all copies or substantial portions of the Software.
2698
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2707
2699
 
2708
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2709
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2710
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2711
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2712
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2713
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2714
- THE SOFTWARE.
2700
+ 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.
2715
2701
 
2716
2702
  ````
2717
2703
 
@@ -2721,14 +2707,45 @@ THE SOFTWARE.
2721
2707
 
2722
2708
  ### Rust Crates:
2723
2709
 
2724
- - [educe](https://github.com/magiclen/educe) (0.5.11)
2725
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2726
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2710
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2727
2711
 
2728
2712
  ````text
2729
- MIT License
2713
+ The MIT License (MIT)
2714
+
2715
+ Copyright (c) 2016 Johann Tuffe
2716
+
2717
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2718
+ of this software and associated documentation files (the "Software"), to deal
2719
+ in the Software without restriction, including without limitation the rights
2720
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2721
+ copies of the Software, and to permit persons to whom the Software is
2722
+ furnished to do so, subject to the following conditions:
2723
+
2724
+
2725
+ The above copyright notice and this permission notice shall be included in
2726
+ all copies or substantial portions of the Software.
2727
+
2728
+
2729
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2730
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2731
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2732
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2733
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2734
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2735
+ THE SOFTWARE.
2730
2736
 
2731
- Copyright (c) 2023 magiclen.org (Ron Li)
2737
+ ````
2738
+
2739
+ ---
2740
+
2741
+ ## The following dependencies are licensed under the MIT License:
2742
+
2743
+ ### Rust Crates:
2744
+
2745
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
2746
+
2747
+ ````text
2748
+ Copyright (c) 2018-2019 Sean McArthur
2732
2749
 
2733
2750
  Permission is hereby granted, free of charge, to any person obtaining a copy
2734
2751
  of this software and associated documentation files (the "Software"), to deal
@@ -2737,53 +2754,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2737
2754
  copies of the Software, and to permit persons to whom the Software is
2738
2755
  furnished to do so, subject to the following conditions:
2739
2756
 
2740
- The above copyright notice and this permission notice shall be included in all
2741
- copies or substantial portions of the Software.
2757
+ The above copyright notice and this permission notice shall be included in
2758
+ all copies or substantial portions of the Software.
2742
2759
 
2743
2760
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2744
2761
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2745
2762
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2746
2763
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2747
2764
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2748
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2749
- SOFTWARE.
2750
-
2751
- ````
2752
-
2753
- ---
2754
-
2755
- ## The following dependencies are licensed under the MIT License:
2756
-
2757
- ### Rust Crates:
2758
-
2759
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
2760
-
2761
- ````text
2762
- Copyright (c) 2017 Robert Grosse
2763
-
2764
- Permission is hereby granted, free of charge, to any
2765
- person obtaining a copy of this software and associated
2766
- documentation files (the "Software"), to deal in the
2767
- Software without restriction, including without
2768
- limitation the rights to use, copy, modify, merge,
2769
- publish, distribute, sublicense, and/or sell copies of
2770
- the Software, and to permit persons to whom the Software
2771
- is furnished to do so, subject to the following
2772
- conditions:
2765
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2766
+ THE SOFTWARE.
2773
2767
 
2774
- The above copyright notice and this permission notice
2775
- shall be included in all copies or substantial portions
2776
- of the Software.
2777
2768
 
2778
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2779
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2780
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2781
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2782
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2783
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2784
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2785
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2786
- DEALINGS IN THE SOFTWARE.
2787
2769
  ````
2788
2770
 
2789
2771
  ---
@@ -2792,10 +2774,15 @@ DEALINGS IN THE SOFTWARE.
2792
2774
 
2793
2775
  ### Rust Crates:
2794
2776
 
2795
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
2777
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
2778
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
2779
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
2780
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
2796
2781
 
2797
2782
  ````text
2798
- Copyright (c) 2015-2025 Sean McArthur
2783
+ The MIT License (MIT)
2784
+
2785
+ Copyright (c) 2015 Andrew Gallant
2799
2786
 
2800
2787
  Permission is hereby granted, free of charge, to any person obtaining a copy
2801
2788
  of this software and associated documentation files (the "Software"), to deal
@@ -2815,7 +2802,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2815
2802
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2816
2803
  THE SOFTWARE.
2817
2804
 
2818
-
2819
2805
  ````
2820
2806
 
2821
2807
  ---
@@ -2824,10 +2810,11 @@ THE SOFTWARE.
2824
2810
 
2825
2811
  ### Rust Crates:
2826
2812
 
2827
- - [want](https://github.com/seanmonstar/want) (0.3.1)
2813
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
2828
2814
 
2829
2815
  ````text
2830
- Copyright (c) 2018-2019 Sean McArthur
2816
+ Copyright (c) 2017 Alexey Galakhov
2817
+ Copyright (c) 2016 Jason Housley
2831
2818
 
2832
2819
  Permission is hereby granted, free of charge, to any person obtaining a copy
2833
2820
  of this software and associated documentation files (the "Software"), to deal
@@ -2847,6 +2834,35 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2847
2834
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2848
2835
  THE SOFTWARE.
2849
2836
 
2837
+ ````
2838
+
2839
+ ---
2840
+
2841
+ ## The following dependencies are licensed under the MIT License:
2842
+
2843
+ ### NPM Packages:
2844
+
2845
+ - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
2846
+
2847
+ ````text
2848
+ This software is released under the MIT license:
2849
+
2850
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
2851
+ this software and associated documentation files (the "Software"), to deal in
2852
+ the Software without restriction, including without limitation the rights to
2853
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2854
+ the Software, and to permit persons to whom the Software is furnished to do so,
2855
+ subject to the following conditions:
2856
+
2857
+ The above copyright notice and this permission notice shall be included in all
2858
+ copies or substantial portions of the Software.
2859
+
2860
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2861
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2862
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2863
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2864
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2865
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2850
2866
 
2851
2867
  ````
2852
2868
 
@@ -2856,11 +2872,39 @@ THE SOFTWARE.
2856
2872
 
2857
2873
  ### Rust Crates:
2858
2874
 
2859
- - [http](https://github.com/hyperium/http) (1.4.0)
2875
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
2876
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
2877
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
2878
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
2879
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
2880
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
2881
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
2882
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
2883
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
2884
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
2885
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
2886
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
2887
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
2888
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
2889
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
2890
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
2891
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
2892
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
2893
+ - [semver](https://github.com/dtolnay/semver) (1.0.28)
2894
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
2895
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
2896
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
2897
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
2898
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
2899
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
2900
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
2901
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
2902
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
2903
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
2904
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
2905
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
2860
2906
 
2861
2907
  ````text
2862
- Copyright (c) 2017 http-rs authors
2863
-
2864
2908
  Permission is hereby granted, free of charge, to any
2865
2909
  person obtaining a copy of this software and associated
2866
2910
  documentation files (the "Software"), to deal in the
@@ -2893,10 +2937,10 @@ DEALINGS IN THE SOFTWARE.
2893
2937
 
2894
2938
  ### Rust Crates:
2895
2939
 
2896
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
2940
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
2897
2941
 
2898
2942
  ````text
2899
- Copyright (c) 2019 The CryptoCorrosion Contributors
2943
+ Copyright (c) 2017 Artyom Pavlov
2900
2944
 
2901
2945
  Permission is hereby granted, free of charge, to any
2902
2946
  person obtaining a copy of this software and associated
@@ -2930,14 +2974,12 @@ DEALINGS IN THE SOFTWARE.
2930
2974
 
2931
2975
  ### Rust Crates:
2932
2976
 
2933
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2977
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
2934
2978
 
2935
2979
  ````text
2936
2980
  The MIT License (MIT)
2937
2981
 
2938
- Copyright (c) 2015 Danny Guo
2939
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2940
- Copyright (c) 2018 Akash Kurdekar
2982
+ Copyright (c) 2015 Alice Maz
2941
2983
 
2942
2984
  Permission is hereby granted, free of charge, to any person obtaining a copy
2943
2985
  of this software and associated documentation files (the "Software"), to deal
@@ -2946,16 +2988,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2946
2988
  copies of the Software, and to permit persons to whom the Software is
2947
2989
  furnished to do so, subject to the following conditions:
2948
2990
 
2949
- The above copyright notice and this permission notice shall be included in all
2950
- copies or substantial portions of the Software.
2991
+ The above copyright notice and this permission notice shall be included in
2992
+ all copies or substantial portions of the Software.
2951
2993
 
2952
2994
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2953
2995
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2954
2996
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2955
2997
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2956
2998
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2957
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2958
- SOFTWARE.
2999
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3000
+ THE SOFTWARE.
2959
3001
 
2960
3002
  ````
2961
3003
 
@@ -2965,12 +3007,12 @@ SOFTWARE.
2965
3007
 
2966
3008
  ### NPM Packages:
2967
3009
 
2968
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
3010
+ - [json5](https://github.com/json5/json5) (2.2.3)
2969
3011
 
2970
3012
  ````text
2971
3013
  MIT License
2972
3014
 
2973
- Copyright (c) Matteo Collina and Undici contributors
3015
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
2974
3016
 
2975
3017
  Permission is hereby granted, free of charge, to any person obtaining a copy
2976
3018
  of this software and associated documentation files (the "Software"), to deal
@@ -2990,85 +3032,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2990
3032
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2991
3033
  SOFTWARE.
2992
3034
 
2993
- ````
2994
-
2995
- ---
2996
-
2997
- ## The following dependencies are licensed under the MIT License:
2998
-
2999
- ### Rust Crates:
3000
-
3001
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
3002
-
3003
- ````text
3004
- Copyright (c) 2017 Contributors
3005
-
3006
- Permission is hereby granted, free of charge, to any
3007
- person obtaining a copy of this software and associated
3008
- documentation files (the "Software"), to deal in the
3009
- Software without restriction, including without
3010
- limitation the rights to use, copy, modify, merge,
3011
- publish, distribute, sublicense, and/or sell copies of
3012
- the Software, and to permit persons to whom the Software
3013
- is furnished to do so, subject to the following
3014
- conditions:
3015
-
3016
- The above copyright notice and this permission notice
3017
- shall be included in all copies or substantial portions
3018
- of the Software.
3019
-
3020
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3021
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3022
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3023
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3024
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3025
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3026
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3027
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3028
- DEALINGS IN THE SOFTWARE.
3029
-
3030
- ````
3031
-
3032
- ---
3033
-
3034
- ## The following dependencies are licensed under the MIT License:
3035
-
3036
- ### Rust Crates:
3037
-
3038
- - [rand](https://github.com/rust-random/rand) (0.8.5)
3039
- - [rand](https://github.com/rust-random/rand) (0.9.4)
3040
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
3041
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
3042
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
3043
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
3044
-
3045
- ````text
3046
- Copyright 2018 Developers of the Rand project
3047
- Copyright (c) 2014 The Rust Project Developers
3048
-
3049
- Permission is hereby granted, free of charge, to any
3050
- person obtaining a copy of this software and associated
3051
- documentation files (the "Software"), to deal in the
3052
- Software without restriction, including without
3053
- limitation the rights to use, copy, modify, merge,
3054
- publish, distribute, sublicense, and/or sell copies of
3055
- the Software, and to permit persons to whom the Software
3056
- is furnished to do so, subject to the following
3057
- conditions:
3058
-
3059
- The above copyright notice and this permission notice
3060
- shall be included in all copies or substantial portions
3061
- of the Software.
3062
-
3063
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3064
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3065
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3066
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3067
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3068
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3069
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3070
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3071
- DEALINGS IN THE SOFTWARE.
3035
+ [others]: https://github.com/json5/json5/contributors
3072
3036
 
3073
3037
  ````
3074
3038
 
@@ -3078,10 +3042,10 @@ DEALINGS IN THE SOFTWARE.
3078
3042
 
3079
3043
  ### Rust Crates:
3080
3044
 
3081
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
3045
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
3082
3046
 
3083
3047
  ````text
3084
- Copyright (c) 2017 Sean McArthur
3048
+ Copyright (c) 2016 The rust-native-tls Developers
3085
3049
 
3086
3050
  Permission is hereby granted, free of charge, to any person obtaining a copy
3087
3051
  of this software and associated documentation files (the "Software"), to deal
@@ -3090,53 +3054,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3090
3054
  copies of the Software, and to permit persons to whom the Software is
3091
3055
  furnished to do so, subject to the following conditions:
3092
3056
 
3093
- The above copyright notice and this permission notice shall be included in
3094
- all copies or substantial portions of the Software.
3057
+ The above copyright notice and this permission notice shall be included in all
3058
+ copies or substantial portions of the Software.
3095
3059
 
3096
3060
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3097
3061
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3098
3062
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3099
3063
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3100
3064
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3101
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3102
- THE SOFTWARE.
3103
-
3104
-
3105
- ````
3106
-
3107
- ---
3108
-
3109
- ## The following dependencies are licensed under the MIT License:
3110
-
3111
- ### Rust Crates:
3112
-
3113
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
3114
- - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
3115
- - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
3116
- - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
3117
- - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
3118
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3119
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3120
-
3121
- ````text
3122
- MIT License
3123
-
3124
- Copyright (c) <year> <copyright holders>
3125
-
3126
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3127
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3128
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3129
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3130
- following conditions:
3131
-
3132
- The above copyright notice and this permission notice shall be included in all copies or substantial
3133
- portions of the Software.
3134
-
3135
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3136
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3137
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3138
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3139
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3065
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3066
+ SOFTWARE.
3140
3067
 
3141
3068
  ````
3142
3069
 
@@ -3146,10 +3073,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
3146
3073
 
3147
3074
  ### Rust Crates:
3148
3075
 
3149
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
3076
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
3150
3077
 
3151
3078
  ````text
3152
- Copyright (c) 2014 Chris Wong
3079
+ Copyright (c) 2020 Andrew D. Straw
3153
3080
 
3154
3081
  Permission is hereby granted, free of charge, to any
3155
3082
  person obtaining a copy of this software and associated
@@ -3181,32 +3108,34 @@ DEALINGS IN THE SOFTWARE.
3181
3108
 
3182
3109
  ## The following dependencies are licensed under the MIT License:
3183
3110
 
3184
- ### Rust Crates:
3111
+ ### NPM Packages:
3185
3112
 
3186
- - [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
3113
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3114
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
3187
3115
 
3188
3116
  ````text
3189
- MIT License
3117
+ MIT License
3190
3118
 
3191
- Copyright (c) 2025 rutrum
3119
+ Copyright (c) Microsoft Corporation.
3192
3120
 
3193
- Permission is hereby granted, free of charge, to any person obtaining a copy
3194
- of this software and associated documentation files (the "Software"), to deal
3195
- in the Software without restriction, including without limitation the rights
3196
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3197
- copies of the Software, and to permit persons to whom the Software is
3198
- furnished to do so, subject to the following conditions:
3121
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3122
+ of this software and associated documentation files (the "Software"), to deal
3123
+ in the Software without restriction, including without limitation the rights
3124
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3125
+ copies of the Software, and to permit persons to whom the Software is
3126
+ furnished to do so, subject to the following conditions:
3199
3127
 
3200
- The above copyright notice and this permission notice shall be included in all
3201
- copies or substantial portions of the Software.
3128
+ The above copyright notice and this permission notice shall be included in all
3129
+ copies or substantial portions of the Software.
3130
+
3131
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3132
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3133
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3134
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3135
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3136
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3137
+ SOFTWARE
3202
3138
 
3203
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3204
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3205
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3206
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3207
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3208
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3209
- SOFTWARE.
3210
3139
  ````
3211
3140
 
3212
3141
  ---
@@ -3215,33 +3144,17 @@ SOFTWARE.
3215
3144
 
3216
3145
  ### Rust Crates:
3217
3146
 
3218
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
3219
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
3220
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
3147
+ - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
3148
+ - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
3149
+ - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
3150
+ - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
3221
3151
 
3222
3152
  ````text
3223
- MIT License
3224
-
3225
- Copyright (c) Tokio Contributors
3226
-
3227
- Permission is hereby granted, free of charge, to any person obtaining a copy
3228
- of this software and associated documentation files (the "Software"), to deal
3229
- in the Software without restriction, including without limitation the rights
3230
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3231
- copies of the Software, and to permit persons to whom the Software is
3232
- furnished to do so, subject to the following conditions:
3233
-
3234
- The above copyright notice and this permission notice shall be included in all
3235
- copies or substantial portions of the Software.
3153
+ 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:
3236
3154
 
3237
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3238
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3239
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3240
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3241
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3242
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3243
- SOFTWARE.
3155
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3244
3156
 
3157
+ 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.
3245
3158
  ````
3246
3159
 
3247
3160
  ---
@@ -3250,12 +3163,12 @@ SOFTWARE.
3250
3163
 
3251
3164
  ### Rust Crates:
3252
3165
 
3253
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
3166
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3254
3167
 
3255
3168
  ````text
3256
3169
  MIT License
3257
3170
 
3258
- Copyright (c) 2018-2021 The RustCrypto Project Developers
3171
+ Copyright (c) 2025 Callum Oakley
3259
3172
 
3260
3173
  Permission is hereby granted, free of charge, to any person obtaining a copy
3261
3174
  of this software and associated documentation files (the "Software"), to deal
@@ -3283,10 +3196,13 @@ SOFTWARE.
3283
3196
 
3284
3197
  ### Rust Crates:
3285
3198
 
3286
- - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
3199
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
3200
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
3201
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
3202
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
3287
3203
 
3288
3204
  ````text
3289
- Copyright 2023 The Fuchsia Authors
3205
+ Copyright (c) 2016 The Rust Project Developers
3290
3206
 
3291
3207
  Permission is hereby granted, free of charge, to any
3292
3208
  person obtaining a copy of this software and associated
@@ -3312,7 +3228,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3312
3228
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3313
3229
  DEALINGS IN THE SOFTWARE.
3314
3230
 
3315
-
3316
3231
  ````
3317
3232
 
3318
3233
  ---
@@ -3321,10 +3236,10 @@ DEALINGS IN THE SOFTWARE.
3321
3236
 
3322
3237
  ### Rust Crates:
3323
3238
 
3324
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3239
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
3325
3240
 
3326
3241
  ````text
3327
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3242
+ Copyright (c) The Rust Project Developers
3328
3243
 
3329
3244
  Permission is hereby granted, free of charge, to any
3330
3245
  person obtaining a copy of this software and associated
@@ -3358,33 +3273,34 @@ DEALINGS IN THE SOFTWARE.
3358
3273
 
3359
3274
  ### Rust Crates:
3360
3275
 
3361
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
3362
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
3363
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
3364
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
3276
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
3365
3277
 
3366
3278
  ````text
3367
- The MIT License (MIT)
3368
-
3369
- Copyright (c) 2015 Andrew Gallant
3279
+ Copyright (c) 2013-2016 The rust-url developers
3370
3280
 
3371
- Permission is hereby granted, free of charge, to any person obtaining a copy
3372
- of this software and associated documentation files (the "Software"), to deal
3373
- in the Software without restriction, including without limitation the rights
3374
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3375
- copies of the Software, and to permit persons to whom the Software is
3376
- furnished to do so, subject to the following conditions:
3281
+ Permission is hereby granted, free of charge, to any
3282
+ person obtaining a copy of this software and associated
3283
+ documentation files (the "Software"), to deal in the
3284
+ Software without restriction, including without
3285
+ limitation the rights to use, copy, modify, merge,
3286
+ publish, distribute, sublicense, and/or sell copies of
3287
+ the Software, and to permit persons to whom the Software
3288
+ is furnished to do so, subject to the following
3289
+ conditions:
3377
3290
 
3378
- The above copyright notice and this permission notice shall be included in
3379
- all copies or substantial portions of the Software.
3291
+ The above copyright notice and this permission notice
3292
+ shall be included in all copies or substantial portions
3293
+ of the Software.
3380
3294
 
3381
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3382
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3383
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3384
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3385
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3386
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3387
- THE SOFTWARE.
3295
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3296
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3297
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3298
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3299
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3300
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3301
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3302
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3303
+ DEALINGS IN THE SOFTWARE.
3388
3304
 
3389
3305
  ````
3390
3306
 
@@ -3392,13 +3308,14 @@ THE SOFTWARE.
3392
3308
 
3393
3309
  ## The following dependencies are licensed under the MIT License:
3394
3310
 
3395
- ### Rust Crates:
3311
+ ### NPM Packages:
3396
3312
 
3397
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
3398
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
3313
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
3399
3314
 
3400
3315
  ````text
3401
- Copyright (c) 2018-2019 dirs-rs contributors
3316
+ MIT License
3317
+
3318
+ Copyright (c) Matteo Collina and Undici contributors
3402
3319
 
3403
3320
  Permission is hereby granted, free of charge, to any person obtaining a copy
3404
3321
  of this software and associated documentation files (the "Software"), to deal
@@ -3426,12 +3343,47 @@ SOFTWARE.
3426
3343
 
3427
3344
  ### Rust Crates:
3428
3345
 
3429
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
3346
+ - [http](https://github.com/hyperium/http) (1.4.0)
3430
3347
 
3431
3348
  ````text
3432
- MIT License
3349
+ Copyright (c) 2017 http-rs authors
3433
3350
 
3434
- Copyright (c) 2025 Callum Oakley
3351
+ Permission is hereby granted, free of charge, to any
3352
+ person obtaining a copy of this software and associated
3353
+ documentation files (the "Software"), to deal in the
3354
+ Software without restriction, including without
3355
+ limitation the rights to use, copy, modify, merge,
3356
+ publish, distribute, sublicense, and/or sell copies of
3357
+ the Software, and to permit persons to whom the Software
3358
+ is furnished to do so, subject to the following
3359
+ conditions:
3360
+
3361
+ The above copyright notice and this permission notice
3362
+ shall be included in all copies or substantial portions
3363
+ of the Software.
3364
+
3365
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3366
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3367
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3368
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3369
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3370
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3371
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3372
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3373
+ DEALINGS IN THE SOFTWARE.
3374
+
3375
+ ````
3376
+
3377
+ ---
3378
+
3379
+ ## The following dependencies are licensed under the MIT License:
3380
+
3381
+ ### Rust Crates:
3382
+
3383
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
3384
+
3385
+ ````text
3386
+ MIT License
3435
3387
 
3436
3388
  Permission is hereby granted, free of charge, to any person obtaining a copy
3437
3389
  of this software and associated documentation files (the "Software"), to deal
@@ -3459,82 +3411,36 @@ SOFTWARE.
3459
3411
 
3460
3412
  ### Rust Crates:
3461
3413
 
3462
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
3463
-
3464
- ````text
3465
- The MIT License (MIT)
3466
-
3467
- Copyright (c) 2016 Johann Tuffe
3468
-
3469
- Permission is hereby granted, free of charge, to any person obtaining a copy
3470
- of this software and associated documentation files (the "Software"), to deal
3471
- in the Software without restriction, including without limitation the rights
3472
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3473
- copies of the Software, and to permit persons to whom the Software is
3474
- furnished to do so, subject to the following conditions:
3475
-
3476
-
3477
- The above copyright notice and this permission notice shall be included in
3478
- all copies or substantial portions of the Software.
3479
-
3480
-
3481
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3482
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3483
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3484
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3485
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3486
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3487
- THE SOFTWARE.
3488
-
3489
- ````
3490
-
3491
- ---
3492
-
3493
- ## The following dependencies are licensed under the MIT License:
3494
-
3495
- ### NPM Packages:
3496
-
3497
- - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
3414
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
3498
3415
 
3499
3416
  ````text
3500
- This software is released under the MIT license:
3501
-
3502
- Permission is hereby granted, free of charge, to any person obtaining a copy of
3503
- this software and associated documentation files (the "Software"), to deal in
3504
- the Software without restriction, including without limitation the rights to
3505
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3506
- the Software, and to permit persons to whom the Software is furnished to do so,
3507
- subject to the following conditions:
3508
-
3509
- The above copyright notice and this permission notice shall be included in all
3510
- copies or substantial portions of the Software.
3511
-
3512
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3513
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3514
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
3515
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3516
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3517
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3518
-
3519
- ````
3520
-
3521
- ---
3417
+ Copyright (c) 2016 The humantime Developers
3522
3418
 
3523
- ## The following dependencies are licensed under the MIT License:
3419
+ Includes parts of http date with the following copyright:
3420
+ Copyright (c) 2016 Pyfisch
3524
3421
 
3525
- ### Rust Crates:
3422
+ Includes portions of musl libc with the following copyright:
3423
+ Copyright © 2005-2013 Rich Felker
3526
3424
 
3527
- - [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
3528
- - [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
3529
- - [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
3530
- - [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
3531
3425
 
3532
- ````text
3533
- 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:
3426
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3427
+ of this software and associated documentation files (the "Software"), to deal
3428
+ in the Software without restriction, including without limitation the rights
3429
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3430
+ copies of the Software, and to permit persons to whom the Software is
3431
+ furnished to do so, subject to the following conditions:
3534
3432
 
3535
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3433
+ The above copyright notice and this permission notice shall be included in all
3434
+ copies or substantial portions of the Software.
3435
+
3436
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3437
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3438
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3439
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3440
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3441
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3442
+ SOFTWARE.
3536
3443
 
3537
- 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.
3538
3444
  ````
3539
3445
 
3540
3446
  ---
@@ -3543,12 +3449,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3543
3449
 
3544
3450
  ### Rust Crates:
3545
3451
 
3546
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
3547
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
3548
- - [url](https://github.com/servo/rust-url) (2.5.8)
3452
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
3549
3453
 
3550
3454
  ````text
3551
- Copyright (c) 2013-2025 The rust-url developers
3455
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
3552
3456
 
3553
3457
  Permission is hereby granted, free of charge, to any
3554
3458
  person obtaining a copy of this software and associated
@@ -3582,10 +3486,47 @@ DEALINGS IN THE SOFTWARE.
3582
3486
 
3583
3487
  ### Rust Crates:
3584
3488
 
3585
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
3489
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
3490
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
3586
3491
 
3587
3492
  ````text
3588
- Copyright (c) 2017 tokio-jsonrpc developers
3493
+ Copyright (c) 2018-2019 dirs-rs contributors
3494
+
3495
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3496
+ of this software and associated documentation files (the "Software"), to deal
3497
+ in the Software without restriction, including without limitation the rights
3498
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3499
+ copies of the Software, and to permit persons to whom the Software is
3500
+ furnished to do so, subject to the following conditions:
3501
+
3502
+ The above copyright notice and this permission notice shall be included in all
3503
+ copies or substantial portions of the Software.
3504
+
3505
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3506
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3507
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3508
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3509
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3510
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3511
+ SOFTWARE.
3512
+
3513
+ ````
3514
+
3515
+ ---
3516
+
3517
+ ## The following dependencies are licensed under the MIT License:
3518
+
3519
+ ### Rust Crates:
3520
+
3521
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
3522
+ - [log](https://github.com/rust-lang/log) (0.4.29)
3523
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
3524
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
3525
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
3526
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
3527
+
3528
+ ````text
3529
+ Copyright (c) 2014 The Rust Project Developers
3589
3530
 
3590
3531
  Permission is hereby granted, free of charge, to any
3591
3532
  person obtaining a copy of this software and associated
@@ -3619,10 +3560,10 @@ DEALINGS IN THE SOFTWARE.
3619
3560
 
3620
3561
  ### Rust Crates:
3621
3562
 
3622
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
3563
+ - [zerocopy](https://github.com/google/zerocopy) (0.8.48)
3623
3564
 
3624
3565
  ````text
3625
- Copyright (c) 2016 Amanieu d'Antras
3566
+ Copyright 2023 The Fuchsia Authors
3626
3567
 
3627
3568
  Permission is hereby granted, free of charge, to any
3628
3569
  person obtaining a copy of this software and associated
@@ -3648,6 +3589,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3648
3589
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3649
3590
  DEALINGS IN THE SOFTWARE.
3650
3591
 
3592
+
3651
3593
  ````
3652
3594
 
3653
3595
  ---
@@ -3656,28 +3598,16 @@ DEALINGS IN THE SOFTWARE.
3656
3598
 
3657
3599
  ### Rust Crates:
3658
3600
 
3659
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3601
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
3660
3602
 
3661
3603
  ````text
3662
- Copyright (c) 2014-2026 Sean McArthur
3604
+ Copyright 2017 Juniper Networks, Inc.
3663
3605
 
3664
- Permission is hereby granted, free of charge, to any person obtaining a copy
3665
- of this software and associated documentation files (the "Software"), to deal
3666
- in the Software without restriction, including without limitation the rights
3667
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3668
- copies of the Software, and to permit persons to whom the Software is
3669
- furnished to do so, subject to the following conditions:
3606
+ 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:
3670
3607
 
3671
- The above copyright notice and this permission notice shall be included in
3672
- all copies or substantial portions of the Software.
3608
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3673
3609
 
3674
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3675
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3676
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3677
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3678
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3679
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3680
- THE SOFTWARE.
3610
+ 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.
3681
3611
 
3682
3612
  ````
3683
3613
 
@@ -3687,10 +3617,10 @@ THE SOFTWARE.
3687
3617
 
3688
3618
  ### Rust Crates:
3689
3619
 
3690
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
3620
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
3691
3621
 
3692
3622
  ````text
3693
- Copyright (c) 2020 Andrew D. Straw
3623
+ Copyright (c) 2019 Carl Lerche
3694
3624
 
3695
3625
  Permission is hereby granted, free of charge, to any
3696
3626
  person obtaining a copy of this software and associated
@@ -3724,10 +3654,47 @@ DEALINGS IN THE SOFTWARE.
3724
3654
 
3725
3655
  ### Rust Crates:
3726
3656
 
3727
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
3657
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
3658
+ - [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
3659
+ - [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
3660
+ - [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
3661
+ - [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
3662
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3663
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3728
3664
 
3729
3665
  ````text
3730
- Copyright (c) 2019 Nick Fitzgerald
3666
+ MIT License
3667
+
3668
+ Copyright (c) <year> <copyright holders>
3669
+
3670
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3671
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
3672
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3673
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3674
+ following conditions:
3675
+
3676
+ The above copyright notice and this permission notice shall be included in all copies or substantial
3677
+ portions of the Software.
3678
+
3679
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3680
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3681
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3682
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3683
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
3684
+
3685
+ ````
3686
+
3687
+ ---
3688
+
3689
+ ## The following dependencies are licensed under the MIT License:
3690
+
3691
+ ### Rust Crates:
3692
+
3693
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
3694
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
3695
+
3696
+ ````text
3697
+ Copyright (c) 2012-2013 Mozilla Foundation
3731
3698
 
3732
3699
  Permission is hereby granted, free of charge, to any
3733
3700
  person obtaining a copy of this software and associated
@@ -3759,64 +3726,36 @@ DEALINGS IN THE SOFTWARE.
3759
3726
 
3760
3727
  ## The following dependencies are licensed under the MIT License:
3761
3728
 
3762
- ### NPM Packages:
3763
-
3764
- - [json5](https://github.com/json5/json5) (2.2.3)
3765
-
3766
- ````text
3767
- MIT License
3768
-
3769
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
3770
-
3771
- Permission is hereby granted, free of charge, to any person obtaining a copy
3772
- of this software and associated documentation files (the "Software"), to deal
3773
- in the Software without restriction, including without limitation the rights
3774
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3775
- copies of the Software, and to permit persons to whom the Software is
3776
- furnished to do so, subject to the following conditions:
3777
-
3778
- The above copyright notice and this permission notice shall be included in all
3779
- copies or substantial portions of the Software.
3780
-
3781
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3782
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3783
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3784
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3785
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3786
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3787
- SOFTWARE.
3788
-
3789
- [others]: https://github.com/json5/json5/contributors
3790
-
3791
- ````
3792
-
3793
- ---
3794
-
3795
- ## The following dependencies are licensed under the MIT License:
3796
-
3797
3729
  ### Rust Crates:
3798
3730
 
3799
- - [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
3731
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3800
3732
 
3801
3733
  ````text
3802
- Copyright 2018 Parity Technologies (UK) Ltd.
3734
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3803
3735
 
3804
- Permission is hereby granted, free of charge, to any person obtaining a copy of
3805
- this software and associated documentation files (the "Software"), to deal in
3806
- the Software without restriction, including without limitation the rights to
3807
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
3808
- the Software, and to permit persons to whom the Software is furnished to do so,
3809
- subject to the following conditions:
3736
+ Permission is hereby granted, free of charge, to any
3737
+ person obtaining a copy of this software and associated
3738
+ documentation files (the "Software"), to deal in the
3739
+ Software without restriction, including without
3740
+ limitation the rights to use, copy, modify, merge,
3741
+ publish, distribute, sublicense, and/or sell copies of
3742
+ the Software, and to permit persons to whom the Software
3743
+ is furnished to do so, subject to the following
3744
+ conditions:
3810
3745
 
3811
- The above copyright notice and this permission notice shall be included in all
3812
- copies or substantial portions of the Software.
3746
+ The above copyright notice and this permission notice
3747
+ shall be included in all copies or substantial portions
3748
+ of the Software.
3813
3749
 
3814
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3815
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
3816
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
3817
- OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3818
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3819
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3750
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3751
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3752
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3753
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3754
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3755
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3756
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3757
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3758
+ DEALINGS IN THE SOFTWARE.
3820
3759
 
3821
3760
  ````
3822
3761
 
@@ -3826,10 +3765,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3826
3765
 
3827
3766
  ### Rust Crates:
3828
3767
 
3829
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3768
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3830
3769
 
3831
3770
  ````text
3832
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3771
+ Copyright 2019-2024 YOSHIOKA Takuma
3833
3772
 
3834
3773
  Permission is hereby granted, free of charge, to any
3835
3774
  person obtaining a copy of this software and associated
@@ -3863,14 +3802,15 @@ DEALINGS IN THE SOFTWARE.
3863
3802
 
3864
3803
  ### Rust Crates:
3865
3804
 
3866
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
3867
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
3868
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
3805
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
3869
3806
 
3870
3807
  ````text
3871
3808
  MIT License
3872
3809
 
3873
- Copyright (c) 2017 Ted Driggs
3810
+ Copyright 2013-2014 RAD Game Tools and Valve Software
3811
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
3812
+ Copyright (c) 2017 Frommi
3813
+ Copyright (c) 2017-2024 oyvindln
3874
3814
 
3875
3815
  Permission is hereby granted, free of charge, to any person obtaining a copy
3876
3816
  of this software and associated documentation files (the "Software"), to deal
@@ -3879,16 +3819,62 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3879
3819
  copies of the Software, and to permit persons to whom the Software is
3880
3820
  furnished to do so, subject to the following conditions:
3881
3821
 
3882
- The above copyright notice and this permission notice shall be included in all
3883
- copies or substantial portions of the Software.
3822
+ The above copyright notice and this permission notice shall be included in all
3823
+ copies or substantial portions of the Software.
3824
+
3825
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3826
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3827
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3828
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3829
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3830
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3831
+ SOFTWARE.
3832
+
3833
+ ````
3834
+
3835
+ ---
3836
+
3837
+ ## The following dependencies are licensed under the MIT License:
3838
+
3839
+ ### Rust Crates:
3840
+
3841
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
3842
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
3843
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
3844
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
3845
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
3846
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
3847
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
3848
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
3849
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
3850
+
3851
+ ````text
3852
+ Copyright (c) 2016 Alex Crichton
3853
+ Copyright (c) 2017 The Tokio Authors
3854
+
3855
+ Permission is hereby granted, free of charge, to any
3856
+ person obtaining a copy of this software and associated
3857
+ documentation files (the "Software"), to deal in the
3858
+ Software without restriction, including without
3859
+ limitation the rights to use, copy, modify, merge,
3860
+ publish, distribute, sublicense, and/or sell copies of
3861
+ the Software, and to permit persons to whom the Software
3862
+ is furnished to do so, subject to the following
3863
+ conditions:
3884
3864
 
3885
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3886
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3887
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3888
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3889
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3890
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3891
- SOFTWARE.
3865
+ The above copyright notice and this permission notice
3866
+ shall be included in all copies or substantial portions
3867
+ of the Software.
3868
+
3869
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3870
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3871
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3872
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3873
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3874
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3875
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3876
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3877
+ DEALINGS IN THE SOFTWARE.
3892
3878
 
3893
3879
  ````
3894
3880
 
@@ -3898,10 +3884,11 @@ SOFTWARE.
3898
3884
 
3899
3885
  ### Rust Crates:
3900
3886
 
3901
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
3887
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
3902
3888
 
3903
3889
  ````text
3904
- Copyright (c) 2018-2019 The RustCrypto Project Developers
3890
+ Copyright (c) 2018-2025 The rust-random Project Developers
3891
+ Copyright (c) 2014 The Rust Project Developers
3905
3892
 
3906
3893
  Permission is hereby granted, free of charge, to any
3907
3894
  person obtaining a copy of this software and associated
@@ -3935,11 +3922,9 @@ DEALINGS IN THE SOFTWARE.
3935
3922
 
3936
3923
  ### Rust Crates:
3937
3924
 
3938
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
3925
+ - [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
3939
3926
 
3940
3927
  ````text
3941
- Copyright (c) 2020-2025 The RustCrypto Project Developers
3942
-
3943
3928
  Permission is hereby granted, free of charge, to any
3944
3929
  person obtaining a copy of this software and associated
3945
3930
  documentation files (the "Software"), to deal in the
@@ -3963,7 +3948,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3963
3948
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3964
3949
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3965
3950
  DEALINGS IN THE SOFTWARE.
3966
-
3967
3951
  ````
3968
3952
 
3969
3953
  ---
@@ -3972,12 +3956,13 @@ DEALINGS IN THE SOFTWARE.
3972
3956
 
3973
3957
  ### Rust Crates:
3974
3958
 
3975
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
3959
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
3960
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
3976
3961
 
3977
3962
  ````text
3978
3963
  MIT License
3979
3964
 
3980
- Copyright (c) [2021] [Marvin Countryman]
3965
+ Copyright (c) 2019 Graham Esau
3981
3966
 
3982
3967
  Permission is hereby granted, free of charge, to any person obtaining a copy
3983
3968
  of this software and associated documentation files (the "Software"), to deal
@@ -4005,30 +3990,19 @@ SOFTWARE.
4005
3990
 
4006
3991
  ### Rust Crates:
4007
3992
 
4008
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
3993
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
3994
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
4009
3995
 
4010
3996
  ````text
4011
- MIT License
3997
+ The MIT License (MIT)
4012
3998
 
4013
- Copyright (c) 2017 Nikolai Vazquez
3999
+ Copyright 2016 Google Inc. All Rights Reserved.
4014
4000
 
4015
- Permission is hereby granted, free of charge, to any person obtaining a copy
4016
- of this software and associated documentation files (the "Software"), to deal
4017
- in the Software without restriction, including without limitation the rights
4018
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4019
- copies of the Software, and to permit persons to whom the Software is
4020
- furnished to do so, subject to the following conditions:
4001
+ 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:
4021
4002
 
4022
- The above copyright notice and this permission notice shall be included in all
4023
- copies or substantial portions of the Software.
4003
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4024
4004
 
4025
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4026
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4027
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4028
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4029
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4030
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4031
- SOFTWARE.
4005
+ 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.
4032
4006
 
4033
4007
  ````
4034
4008
 
@@ -4038,15 +4012,10 @@ SOFTWARE.
4038
4012
 
4039
4013
  ### Rust Crates:
4040
4014
 
4041
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
4042
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
4043
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
4044
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
4045
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
4046
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
4015
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
4047
4016
 
4048
4017
  ````text
4049
- Copyright (c) 2019 Tokio Contributors
4018
+ Copyright (c) 2014-2026 Alex Crichton
4050
4019
 
4051
4020
  Permission is hereby granted, free of charge, to any
4052
4021
  person obtaining a copy of this software and associated
@@ -4080,10 +4049,13 @@ DEALINGS IN THE SOFTWARE.
4080
4049
 
4081
4050
  ### Rust Crates:
4082
4051
 
4083
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
4052
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
4053
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
4084
4054
 
4085
4055
  ````text
4086
- Copyright (c) 2019-2021 Tower Contributors
4056
+ Copyright (c) 2006-2009 Graydon Hoare
4057
+ Copyright (c) 2009-2013 Mozilla Foundation
4058
+ Copyright (c) 2016 Artyom Pavlov
4087
4059
 
4088
4060
  Permission is hereby granted, free of charge, to any
4089
4061
  person obtaining a copy of this software and associated
@@ -4117,10 +4089,10 @@ DEALINGS IN THE SOFTWARE.
4117
4089
 
4118
4090
  ### Rust Crates:
4119
4091
 
4120
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
4092
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
4121
4093
 
4122
4094
  ````text
4123
- Copyright (c) 2016--2017
4095
+ Copyright (c) 2019 The CryptoCorrosion Contributors
4124
4096
 
4125
4097
  Permission is hereby granted, free of charge, to any
4126
4098
  person obtaining a copy of this software and associated
@@ -4154,10 +4126,10 @@ DEALINGS IN THE SOFTWARE.
4154
4126
 
4155
4127
  ### Rust Crates:
4156
4128
 
4157
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
4129
+ - [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
4158
4130
 
4159
4131
  ````text
4160
- Copyright (c) 2010 The Rust Project Developers
4132
+ Copyright (c) The rust-url developers
4161
4133
 
4162
4134
  Permission is hereby granted, free of charge, to any
4163
4135
  person obtaining a copy of this software and associated
@@ -4191,50 +4163,42 @@ DEALINGS IN THE SOFTWARE.
4191
4163
 
4192
4164
  ### Rust Crates:
4193
4165
 
4194
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
4195
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
4166
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
4196
4167
 
4197
4168
  ````text
4198
- Copyright (c) 2014 Alex Crichton
4199
-
4200
- Permission is hereby granted, free of charge, to any
4201
- person obtaining a copy of this software and associated
4202
- documentation files (the "Software"), to deal in the
4203
- Software without restriction, including without
4204
- limitation the rights to use, copy, modify, merge,
4205
- publish, distribute, sublicense, and/or sell copies of
4206
- the Software, and to permit persons to whom the Software
4207
- is furnished to do so, subject to the following
4208
- conditions:
4209
-
4210
- The above copyright notice and this permission notice
4211
- shall be included in all copies or substantial portions
4212
- of the Software.
4213
-
4214
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4215
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4216
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4217
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4218
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4219
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4220
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4221
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4222
- DEALINGS IN THE SOFTWARE.
4223
-
4169
+ The MIT License (MIT)
4170
+
4171
+ Copyright (c) 2015 Bartłomiej Kamiński
4172
+
4173
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4174
+ of this software and associated documentation files (the "Software"), to deal
4175
+ in the Software without restriction, including without limitation the rights
4176
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4177
+ copies of the Software, and to permit persons to whom the Software is
4178
+ furnished to do so, subject to the following conditions:
4179
+
4180
+ The above copyright notice and this permission notice shall be included in all
4181
+ copies or substantial portions of the Software.
4182
+
4183
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4184
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4185
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4186
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4187
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4188
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4189
+ SOFTWARE.
4224
4190
  ````
4225
4191
 
4226
4192
  ---
4227
4193
 
4228
4194
  ## The following dependencies are licensed under the MIT License:
4229
4195
 
4230
- ### NPM Packages:
4196
+ ### Rust Crates:
4231
4197
 
4232
- - [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
4198
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
4233
4199
 
4234
4200
  ````text
4235
- The MIT License (MIT)
4236
-
4237
- Copyright (c) 2015-2021 Evgeny Poberezkin
4201
+ Copyright (c) 2014-2026 Sean McArthur
4238
4202
 
4239
4203
  Permission is hereby granted, free of charge, to any person obtaining a copy
4240
4204
  of this software and associated documentation files (the "Software"), to deal
@@ -4243,17 +4207,53 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4243
4207
  copies of the Software, and to permit persons to whom the Software is
4244
4208
  furnished to do so, subject to the following conditions:
4245
4209
 
4246
- The above copyright notice and this permission notice shall be included in all
4247
- copies or substantial portions of the Software.
4210
+ The above copyright notice and this permission notice shall be included in
4211
+ all copies or substantial portions of the Software.
4248
4212
 
4249
4213
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4250
4214
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4251
4215
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4252
4216
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4253
4217
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4254
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4255
- SOFTWARE.
4218
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4219
+ THE SOFTWARE.
4220
+
4221
+ ````
4222
+
4223
+ ---
4224
+
4225
+ ## The following dependencies are licensed under the MIT License:
4226
+
4227
+ ### Rust Crates:
4228
+
4229
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
4230
+
4231
+ ````text
4232
+ Copyright (c) 2015 Steven Allen
4233
+
4234
+ Permission is hereby granted, free of charge, to any
4235
+ person obtaining a copy of this software and associated
4236
+ documentation files (the "Software"), to deal in the
4237
+ Software without restriction, including without
4238
+ limitation the rights to use, copy, modify, merge,
4239
+ publish, distribute, sublicense, and/or sell copies of
4240
+ the Software, and to permit persons to whom the Software
4241
+ is furnished to do so, subject to the following
4242
+ conditions:
4243
+
4244
+ The above copyright notice and this permission notice
4245
+ shall be included in all copies or substantial portions
4246
+ of the Software.
4256
4247
 
4248
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4249
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4250
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4251
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4252
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4253
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4254
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4255
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4256
+ DEALINGS IN THE SOFTWARE.
4257
4257
 
4258
4258
  ````
4259
4259
 
@@ -4648,7 +4648,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
4648
4648
 
4649
4649
  ### NPM Packages:
4650
4650
 
4651
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
4651
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
4652
4652
 
4653
4653
  ````text
4654
4654
  Please refer to the package README for license details.
@@ -4660,31 +4660,14 @@ Please refer to the package README for license details.
4660
4660
 
4661
4661
  ### Rust Crates:
4662
4662
 
4663
- - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4664
- - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4665
- - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4666
- - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4667
- - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4668
- - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4669
- - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4670
- - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4671
- - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4672
- - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4673
- - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4674
- - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4675
- - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4676
- - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4677
- - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4678
- - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4679
- - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4680
- - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4663
+ - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4681
4664
 
4682
4665
  ````text
4683
4666
  UNICODE LICENSE V3
4684
4667
 
4685
4668
  COPYRIGHT AND PERMISSION NOTICE
4686
4669
 
4687
- Copyright © 2020-2024 Unicode, Inc.
4670
+ Copyright © 1991-2023 Unicode, Inc.
4688
4671
 
4689
4672
  NOTICE TO USER: Carefully read the following legal agreement. BY
4690
4673
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4720,13 +4703,6 @@ not be used in advertising or otherwise to promote the sale, use or other
4720
4703
  dealings in these Data Files or Software without prior written
4721
4704
  authorization of the copyright holder.
4722
4705
 
4723
- SPDX-License-Identifier: Unicode-3.0
4724
-
4725
-
4726
-
4727
- Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4728
- ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4729
-
4730
4706
  ````
4731
4707
 
4732
4708
  ---
@@ -4735,14 +4711,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
4735
4711
 
4736
4712
  ### Rust Crates:
4737
4713
 
4738
- - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4714
+ - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4715
+ - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4716
+ - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4717
+ - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4718
+ - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4719
+ - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4720
+ - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4721
+ - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4722
+ - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4723
+ - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4724
+ - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4725
+ - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4726
+ - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4727
+ - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4728
+ - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4729
+ - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4730
+ - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4731
+ - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4739
4732
 
4740
4733
  ````text
4741
4734
  UNICODE LICENSE V3
4742
4735
 
4743
4736
  COPYRIGHT AND PERMISSION NOTICE
4744
4737
 
4745
- Copyright © 1991-2023 Unicode, Inc.
4738
+ Copyright © 2020-2024 Unicode, Inc.
4746
4739
 
4747
4740
  NOTICE TO USER: Carefully read the following legal agreement. BY
4748
4741
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4778,5 +4771,12 @@ not be used in advertising or otherwise to promote the sale, use or other
4778
4771
  dealings in these Data Files or Software without prior written
4779
4772
  authorization of the copyright holder.
4780
4773
 
4774
+ SPDX-License-Identifier: Unicode-3.0
4775
+
4776
+
4777
+
4778
+ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4779
+ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4780
+
4781
4781
  ````
4782
4782