@deveco-codegenie/mcp-darwin-arm64 1.1.5 → 1.1.7

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.
@@ -7,13 +7,12 @@
7
7
 
8
8
  ### Licenses Breakdown:
9
9
 
10
- - MIT: 176
10
+ - MIT: 177
11
11
  - Unicode-3.0: 19
12
12
  - Apache-2.0: 7
13
13
  - 0BSD: 3
14
14
  - BSD-3-Clause: 1
15
15
  - MPL-2.0: 1
16
- - UNKNOWN: 1
17
16
 
18
17
 
19
18
  ---
@@ -22,21 +21,23 @@
22
21
 
23
22
  ### Rust Crates:
24
23
 
25
- - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
24
+ - [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
26
25
 
27
26
  ````text
28
- Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
27
+ BSD Zero Clause License
29
28
 
30
- Permission to use, copy, modify, and/or distribute this software for
31
- any purpose with or without fee is hereby granted.
29
+ Copyright (c) 2024 kotauskas
32
30
 
33
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
35
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
36
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
38
- AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
39
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31
+ Permission to use, copy, modify, and/or distribute this software for any
32
+ purpose with or without fee is hereby granted.
33
+
34
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
35
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
36
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
37
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
38
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
39
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
40
+ PERFORMANCE OF THIS SOFTWARE.
40
41
 
41
42
  ````
42
43
 
@@ -46,23 +47,21 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
46
47
 
47
48
  ### Rust Crates:
48
49
 
49
- - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
50
+ - [adler2](https://github.com/oyvindln/adler2) (2.0.1)
50
51
 
51
52
  ````text
52
- BSD Zero Clause License
53
-
54
- Copyright (c) 2025 Goat
53
+ Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
55
54
 
56
- Permission to use, copy, modify, and/or distribute this software for any
57
- purpose with or without fee is hereby granted.
55
+ Permission to use, copy, modify, and/or distribute this software for
56
+ any purpose with or without fee is hereby granted.
58
57
 
59
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
60
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
61
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
62
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
63
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
64
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
65
- PERFORMANCE OF THIS SOFTWARE.
58
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
59
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
60
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
61
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
62
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
63
+ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
64
+ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
66
65
 
67
66
  ````
68
67
 
@@ -72,12 +71,12 @@ PERFORMANCE OF THIS SOFTWARE.
72
71
 
73
72
  ### Rust Crates:
74
73
 
75
- - [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
74
+ - [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
76
75
 
77
76
  ````text
78
77
  BSD Zero Clause License
79
78
 
80
- Copyright (c) 2024 kotauskas
79
+ Copyright (c) 2025 Goat
81
80
 
82
81
  Permission to use, copy, modify, and/or distribute this software for any
83
82
  purpose with or without fee is hereby granted.
@@ -654,14 +653,45 @@ The complete list of contributors can be found at:
654
653
 
655
654
  ### Rust Crates:
656
655
 
657
- - [darling](https://github.com/TedDriggs/darling) (0.23.0)
658
- - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
659
- - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
656
+ - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
657
+ - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
658
+
659
+ ````text
660
+ The MIT License (MIT)
661
+
662
+ Copyright (c) 2015 Steven Fackler
663
+
664
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
665
+ this software and associated documentation files (the "Software"), to deal in
666
+ the Software without restriction, including without limitation the rights to
667
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
668
+ the Software, and to permit persons to whom the Software is furnished to do so,
669
+ subject to the following conditions:
670
+
671
+ The above copyright notice and this permission notice shall be included in all
672
+ copies or substantial portions of the Software.
673
+
674
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
675
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
676
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
677
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
678
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
679
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
680
+
681
+ ````
682
+
683
+ ---
684
+
685
+ ## The following dependencies are licensed under the MIT License:
686
+
687
+ ### Rust Crates:
688
+
689
+ - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
660
690
 
661
691
  ````text
662
692
  MIT License
663
693
 
664
- Copyright (c) 2017 Ted Driggs
694
+ Copyright (c) [2021] [Marvin Countryman]
665
695
 
666
696
  Permission is hereby granted, free of charge, to any person obtaining a copy
667
697
  of this software and associated documentation files (the "Software"), to deal
@@ -689,10 +719,12 @@ SOFTWARE.
689
719
 
690
720
  ### Rust Crates:
691
721
 
692
- - [mio](https://github.com/tokio-rs/mio) (1.2.0)
722
+ - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
693
723
 
694
724
  ````text
695
- Copyright (c) 2014 Carl Lerche and other MIO contributors
725
+ MIT License
726
+
727
+ Copyright (c) 2018-2021 The RustCrypto Project Developers
696
728
 
697
729
  Permission is hereby granted, free of charge, to any person obtaining a copy
698
730
  of this software and associated documentation files (the "Software"), to deal
@@ -701,16 +733,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
701
733
  copies of the Software, and to permit persons to whom the Software is
702
734
  furnished to do so, subject to the following conditions:
703
735
 
704
- The above copyright notice and this permission notice shall be included in
705
- all copies or substantial portions of the Software.
736
+ The above copyright notice and this permission notice shall be included in all
737
+ copies or substantial portions of the Software.
706
738
 
707
739
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
708
740
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
709
741
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
710
742
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
711
743
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
712
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
713
- THE SOFTWARE.
744
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
745
+ SOFTWARE.
714
746
 
715
747
  ````
716
748
 
@@ -720,11 +752,38 @@ THE SOFTWARE.
720
752
 
721
753
  ### Rust Crates:
722
754
 
723
- - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
755
+ - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
756
+ - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
757
+ - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
758
+ - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
759
+ - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
760
+ - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
761
+ - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
762
+ - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
763
+ - [pastey](https://github.com/as1100k/pastey) (0.2.1)
764
+ - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
765
+ - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
766
+ - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
767
+ - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
768
+ - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
769
+ - [quote](https://github.com/dtolnay/quote) (1.0.45)
770
+ - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
771
+ - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
772
+ - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
773
+ - [serde](https://github.com/serde-rs/serde) (1.0.228)
774
+ - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
775
+ - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
776
+ - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
777
+ - [serde_json](https://github.com/serde-rs/json) (1.0.149)
778
+ - [syn](https://github.com/dtolnay/syn) (2.0.117)
779
+ - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
780
+ - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
781
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
782
+ - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
783
+ - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
784
+ - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
724
785
 
725
786
  ````text
726
- Copyright (c) 2017 Robert Grosse
727
-
728
787
  Permission is hereby granted, free of charge, to any
729
788
  person obtaining a copy of this software and associated
730
789
  documentation files (the "Software"), to deal in the
@@ -748,6 +807,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
748
807
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
749
808
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
750
809
  DEALINGS IN THE SOFTWARE.
810
+
751
811
  ````
752
812
 
753
813
  ---
@@ -756,10 +816,10 @@ DEALINGS IN THE SOFTWARE.
756
816
 
757
817
  ### Rust Crates:
758
818
 
759
- - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
819
+ - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
760
820
 
761
821
  ````text
762
- Copyright (c) 2021 RustCrypto Developers
822
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
763
823
 
764
824
  Permission is hereby granted, free of charge, to any
765
825
  person obtaining a copy of this software and associated
@@ -793,10 +853,49 @@ DEALINGS IN THE SOFTWARE.
793
853
 
794
854
  ### Rust Crates:
795
855
 
796
- - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
856
+ - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
797
857
 
798
858
  ````text
799
- MIT License
859
+ Copyright (c) 2014-2026 Alex Crichton
860
+
861
+ Permission is hereby granted, free of charge, to any
862
+ person obtaining a copy of this software and associated
863
+ documentation files (the "Software"), to deal in the
864
+ Software without restriction, including without
865
+ limitation the rights to use, copy, modify, merge,
866
+ publish, distribute, sublicense, and/or sell copies of
867
+ the Software, and to permit persons to whom the Software
868
+ is furnished to do so, subject to the following
869
+ conditions:
870
+
871
+ The above copyright notice and this permission notice
872
+ shall be included in all copies or substantial portions
873
+ of the Software.
874
+
875
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
876
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
877
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
878
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
879
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
880
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
881
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
882
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
883
+ DEALINGS IN THE SOFTWARE.
884
+
885
+ ````
886
+
887
+ ---
888
+
889
+ ## The following dependencies are licensed under the MIT License:
890
+
891
+ ### NPM Packages:
892
+
893
+ - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
894
+
895
+ ````text
896
+ The MIT License (MIT)
897
+
898
+ Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
800
899
 
801
900
  Permission is hereby granted, free of charge, to any person obtaining a copy
802
901
  of this software and associated documentation files (the "Software"), to deal
@@ -805,16 +904,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
805
904
  copies of the Software, and to permit persons to whom the Software is
806
905
  furnished to do so, subject to the following conditions:
807
906
 
808
- The above copyright notice and this permission notice shall be included in all
809
- copies or substantial portions of the Software.
907
+ The above copyright notice and this permission notice shall be included in
908
+ all copies or substantial portions of the Software.
810
909
 
811
910
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
812
911
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
813
912
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
814
913
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
815
914
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
816
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
817
- SOFTWARE.
915
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
916
+ THE SOFTWARE.
818
917
 
819
918
  ````
820
919
 
@@ -824,15 +923,11 @@ SOFTWARE.
824
923
 
825
924
  ### Rust Crates:
826
925
 
827
- - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
828
- - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
829
- - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
830
- - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
926
+ - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
831
927
 
832
928
  ````text
833
- The MIT License (MIT)
834
-
835
- Copyright (c) 2015 Andrew Gallant
929
+ Copyright (c) 2017 Alexey Galakhov
930
+ Copyright (c) 2016 Jason Housley
836
931
 
837
932
  Permission is hereby granted, free of charge, to any person obtaining a copy
838
933
  of this software and associated documentation files (the "Software"), to deal
@@ -860,10 +955,11 @@ THE SOFTWARE.
860
955
 
861
956
  ### Rust Crates:
862
957
 
863
- - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
958
+ - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
959
+ - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
864
960
 
865
961
  ````text
866
- Copyright (c) 2013-2016 The rust-url developers
962
+ Copyright (c) 2014 Alex Crichton
867
963
 
868
964
  Permission is hereby granted, free of charge, to any
869
965
  person obtaining a copy of this software and associated
@@ -897,19 +993,10 @@ DEALINGS IN THE SOFTWARE.
897
993
 
898
994
  ### Rust Crates:
899
995
 
900
- - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
901
- - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
902
- - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
903
- - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
904
- - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
905
- - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
906
- - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
907
- - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
908
- - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
996
+ - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
909
997
 
910
998
  ````text
911
- Copyright (c) 2016 Alex Crichton
912
- Copyright (c) 2017 The Tokio Authors
999
+ Copyright (c) 2016--2023
913
1000
 
914
1001
  Permission is hereby granted, free of charge, to any
915
1002
  person obtaining a copy of this software and associated
@@ -943,157 +1030,34 @@ DEALINGS IN THE SOFTWARE.
943
1030
 
944
1031
  ### Rust Crates:
945
1032
 
946
- - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
1033
+ - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
947
1034
 
948
1035
  ````text
949
- Copyright (c) 2019 Eliza Weisman
950
-
951
- Permission is hereby granted, free of charge, to any person obtaining a copy
952
- of this software and associated documentation files (the "Software"), to deal
953
- in the Software without restriction, including without limitation the rights
954
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
955
- copies of the Software, and to permit persons to whom the Software is
956
- furnished to do so, subject to the following conditions:
957
-
958
- The above copyright notice and this permission notice shall be included in
959
- all copies or substantial portions of the Software.
1036
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
960
1037
 
961
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
962
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
963
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
964
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
965
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
966
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
967
- THE SOFTWARE.
1038
+ Permission is hereby granted, free of charge, to any
1039
+ person obtaining a copy of this software and associated
1040
+ documentation files (the "Software"), to deal in the
1041
+ Software without restriction, including without
1042
+ limitation the rights to use, copy, modify, merge,
1043
+ publish, distribute, sublicense, and/or sell copies of
1044
+ the Software, and to permit persons to whom the Software
1045
+ is furnished to do so, subject to the following
1046
+ conditions:
968
1047
 
969
- ````
970
-
971
- ---
972
-
973
- ## The following dependencies are licensed under the MIT License:
974
-
975
- ### Rust Crates:
976
-
977
- - [hyper](https://github.com/hyperium/hyper) (1.9.0)
978
-
979
- ````text
980
- Copyright (c) 2014-2026 Sean McArthur
981
-
982
- Permission is hereby granted, free of charge, to any person obtaining a copy
983
- of this software and associated documentation files (the "Software"), to deal
984
- in the Software without restriction, including without limitation the rights
985
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
986
- copies of the Software, and to permit persons to whom the Software is
987
- furnished to do so, subject to the following conditions:
988
-
989
- The above copyright notice and this permission notice shall be included in
990
- all copies or substantial portions of the Software.
991
-
992
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
993
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
994
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
995
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
996
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
997
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
998
- THE SOFTWARE.
999
-
1000
- ````
1001
-
1002
- ---
1003
-
1004
- ## The following dependencies are licensed under the MIT License:
1005
-
1006
- ### Rust Crates:
1007
-
1008
- - [nix](https://github.com/nix-rust/nix) (0.31.2)
1009
-
1010
- ````text
1011
- The MIT License (MIT)
1012
-
1013
- Copyright (c) 2015 Carl Lerche + nix-rust Authors
1014
-
1015
- Permission is hereby granted, free of charge, to any person obtaining a copy
1016
- of this software and associated documentation files (the "Software"), to deal
1017
- in the Software without restriction, including without limitation the rights
1018
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1019
- copies of the Software, and to permit persons to whom the Software is
1020
- furnished to do so, subject to the following conditions:
1021
-
1022
- The above copyright notice and this permission notice shall be included in
1023
- all copies or substantial portions of the Software.
1024
-
1025
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1026
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1027
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1028
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1029
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1030
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1031
- THE SOFTWARE.
1032
-
1033
- ````
1034
-
1035
- ---
1036
-
1037
- ## The following dependencies are licensed under the MIT License:
1038
-
1039
- ### Rust Crates:
1040
-
1041
- - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
1042
-
1043
- ````text
1044
- MIT License
1045
-
1046
- Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
1047
-
1048
- Permission is hereby granted, free of charge, to any person obtaining a copy
1049
- of this software and associated documentation files (the "Software"), to deal
1050
- in the Software without restriction, including without limitation the rights
1051
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1052
- copies of the Software, and to permit persons to whom the Software is
1053
- furnished to do so, subject to the following conditions:
1054
-
1055
- The above copyright notice and this permission notice shall be included in all
1056
- copies or substantial portions of the Software.
1057
-
1058
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1059
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1060
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1061
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1062
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1063
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1064
- SOFTWARE.
1065
-
1066
- ````
1067
-
1068
- ---
1069
-
1070
- ## The following dependencies are licensed under the MIT License:
1071
-
1072
- ### Rust Crates:
1073
-
1074
- - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
1075
-
1076
- ````text
1077
- Copyright (c) 2016-2025 Sean McArthur
1078
-
1079
- Permission is hereby granted, free of charge, to any person obtaining a copy
1080
- of this software and associated documentation files (the "Software"), to deal
1081
- in the Software without restriction, including without limitation the rights
1082
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1083
- copies of the Software, and to permit persons to whom the Software is
1084
- furnished to do so, subject to the following conditions:
1085
-
1086
- The above copyright notice and this permission notice shall be included in
1087
- all copies or substantial portions of the Software.
1088
-
1089
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1090
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1091
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1092
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1093
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1094
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1095
- THE SOFTWARE.
1048
+ The above copyright notice and this permission notice
1049
+ shall be included in all copies or substantial portions
1050
+ of the Software.
1096
1051
 
1052
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1053
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1054
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1055
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1056
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1057
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1058
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1059
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1060
+ DEALINGS IN THE SOFTWARE.
1097
1061
 
1098
1062
  ````
1099
1063
 
@@ -1103,14 +1067,13 @@ THE SOFTWARE.
1103
1067
 
1104
1068
  ### Rust Crates:
1105
1069
 
1106
- - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
1070
+ - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
1107
1071
 
1108
1072
  ````text
1109
1073
  The MIT License (MIT)
1110
1074
 
1111
- Copyright (c) 2015 Danny Guo
1112
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1113
- Copyright (c) 2018 Akash Kurdekar
1075
+ Copyright (c) 2015-2020 Julien Cretin
1076
+ Copyright (c) 2017-2020 Google Inc.
1114
1077
 
1115
1078
  Permission is hereby granted, free of charge, to any person obtaining a copy
1116
1079
  of this software and associated documentation files (the "Software"), to deal
@@ -1138,10 +1101,10 @@ SOFTWARE.
1138
1101
 
1139
1102
  ### Rust Crates:
1140
1103
 
1141
- - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
1104
+ - [digest](https://github.com/RustCrypto/traits) (0.10.7)
1142
1105
 
1143
1106
  ````text
1144
- Copyright (c) 2019-2021 Tower Contributors
1107
+ Copyright (c) 2017 Artyom Pavlov
1145
1108
 
1146
1109
  Permission is hereby granted, free of charge, to any
1147
1110
  person obtaining a copy of this software and associated
@@ -1175,10 +1138,11 @@ DEALINGS IN THE SOFTWARE.
1175
1138
 
1176
1139
  ### Rust Crates:
1177
1140
 
1178
- - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
1141
+ - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
1179
1142
 
1180
1143
  ````text
1181
- Copyright Mozilla Foundation
1144
+ Copyright (c) 2018-2024 The rust-random Project Developers
1145
+ Copyright (c) 2014 The Rust Project Developers
1182
1146
 
1183
1147
  Permission is hereby granted, free of charge, to any
1184
1148
  person obtaining a copy of this software and associated
@@ -1249,34 +1213,16 @@ DEALINGS IN THE SOFTWARE.
1249
1213
 
1250
1214
  ### Rust Crates:
1251
1215
 
1252
- - [http-body](https://github.com/hyperium/http-body) (1.0.1)
1216
+ - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
1253
1217
 
1254
1218
  ````text
1255
- Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
1219
+ Copyright 2017 Juniper Networks, Inc.
1256
1220
 
1257
- Permission is hereby granted, free of charge, to any
1258
- person obtaining a copy of this software and associated
1259
- documentation files (the "Software"), to deal in the
1260
- Software without restriction, including without
1261
- limitation the rights to use, copy, modify, merge,
1262
- publish, distribute, sublicense, and/or sell copies of
1263
- the Software, and to permit persons to whom the Software
1264
- is furnished to do so, subject to the following
1265
- conditions:
1221
+ 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:
1266
1222
 
1267
- The above copyright notice and this permission notice
1268
- shall be included in all copies or substantial portions
1269
- of the Software.
1223
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1270
1224
 
1271
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1272
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1273
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1274
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1275
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1276
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1277
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1278
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1279
- DEALINGS IN THE SOFTWARE.
1225
+ 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.
1280
1226
 
1281
1227
  ````
1282
1228
 
@@ -1286,12 +1232,12 @@ DEALINGS IN THE SOFTWARE.
1286
1232
 
1287
1233
  ### Rust Crates:
1288
1234
 
1289
- - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
1235
+ - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
1290
1236
 
1291
1237
  ````text
1292
- The MIT License (MIT)
1238
+ MIT License
1293
1239
 
1294
- Copyright (c) 2015 Alice Maz
1240
+ Copyright (c) 2025 Callum Oakley
1295
1241
 
1296
1242
  Permission is hereby granted, free of charge, to any person obtaining a copy
1297
1243
  of this software and associated documentation files (the "Software"), to deal
@@ -1300,16 +1246,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1300
1246
  copies of the Software, and to permit persons to whom the Software is
1301
1247
  furnished to do so, subject to the following conditions:
1302
1248
 
1303
- The above copyright notice and this permission notice shall be included in
1304
- all copies or substantial portions of the Software.
1249
+ The above copyright notice and this permission notice shall be included in all
1250
+ copies or substantial portions of the Software.
1305
1251
 
1306
1252
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1307
1253
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1308
1254
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1309
1255
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1310
1256
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1311
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1312
- THE SOFTWARE.
1257
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1258
+ SOFTWARE.
1313
1259
 
1314
1260
  ````
1315
1261
 
@@ -1319,10 +1265,13 @@ THE SOFTWARE.
1319
1265
 
1320
1266
  ### Rust Crates:
1321
1267
 
1322
- - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
1268
+ - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
1269
+ - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
1270
+ - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
1271
+ - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
1323
1272
 
1324
1273
  ````text
1325
- Copyright (c) 2019 The CryptoCorrosion Contributors
1274
+ Copyright (c) 2016 The Rust Project Developers
1326
1275
 
1327
1276
  Permission is hereby granted, free of charge, to any
1328
1277
  person obtaining a copy of this software and associated
@@ -1356,29 +1305,34 @@ DEALINGS IN THE SOFTWARE.
1356
1305
 
1357
1306
  ### Rust Crates:
1358
1307
 
1359
- - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1308
+ - [libc](https://github.com/rust-lang/libc) (0.2.185)
1360
1309
 
1361
1310
  ````text
1362
- Copyright (c) 2017 Daniel Abramov
1363
- Copyright (c) 2017 Alexey Galakhov
1311
+ Copyright (c) The Rust Project Developers
1364
1312
 
1365
- Permission is hereby granted, free of charge, to any person obtaining a copy
1366
- of this software and associated documentation files (the "Software"), to deal
1367
- in the Software without restriction, including without limitation the rights
1368
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1369
- copies of the Software, and to permit persons to whom the Software is
1370
- furnished to do so, subject to the following conditions:
1313
+ Permission is hereby granted, free of charge, to any
1314
+ person obtaining a copy of this software and associated
1315
+ documentation files (the "Software"), to deal in the
1316
+ Software without restriction, including without
1317
+ limitation the rights to use, copy, modify, merge,
1318
+ publish, distribute, sublicense, and/or sell copies of
1319
+ the Software, and to permit persons to whom the Software
1320
+ is furnished to do so, subject to the following
1321
+ conditions:
1371
1322
 
1372
- The above copyright notice and this permission notice shall be included in
1373
- all copies or substantial portions of the Software.
1323
+ The above copyright notice and this permission notice
1324
+ shall be included in all copies or substantial portions
1325
+ of the Software.
1374
1326
 
1375
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1376
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1377
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1378
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1379
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1380
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1381
- THE SOFTWARE.
1327
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1328
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1329
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1330
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1331
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1332
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1333
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1334
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1335
+ DEALINGS IN THE SOFTWARE.
1382
1336
 
1383
1337
  ````
1384
1338
 
@@ -1388,10 +1342,10 @@ THE SOFTWARE.
1388
1342
 
1389
1343
  ### Rust Crates:
1390
1344
 
1391
- - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1345
+ - [slab](https://github.com/tokio-rs/slab) (0.4.12)
1392
1346
 
1393
1347
  ````text
1394
- Copyright (c) 2018 Carl Lerche
1348
+ Copyright (c) 2019 Carl Lerche
1395
1349
 
1396
1350
  Permission is hereby granted, free of charge, to any
1397
1351
  person obtaining a copy of this software and associated
@@ -1425,10 +1379,10 @@ DEALINGS IN THE SOFTWARE.
1425
1379
 
1426
1380
  ### Rust Crates:
1427
1381
 
1428
- - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1382
+ - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
1429
1383
 
1430
1384
  ````text
1431
- Copyright (c) 2016 Anthony Ramine
1385
+ Copyright (c) 2017 tokio-jsonrpc developers
1432
1386
 
1433
1387
  Permission is hereby granted, free of charge, to any
1434
1388
  person obtaining a copy of this software and associated
@@ -1462,11 +1416,10 @@ DEALINGS IN THE SOFTWARE.
1462
1416
 
1463
1417
  ### Rust Crates:
1464
1418
 
1465
- - [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
1466
- - [socket2](https://github.com/rust-lang/socket2) (0.6.3)
1419
+ - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
1467
1420
 
1468
1421
  ````text
1469
- Copyright (c) 2014 Alex Crichton
1422
+ Copyright (c) 2017 Contributors
1470
1423
 
1471
1424
  Permission is hereby granted, free of charge, to any
1472
1425
  person obtaining a copy of this software and associated
@@ -1500,45 +1453,10 @@ DEALINGS IN THE SOFTWARE.
1500
1453
 
1501
1454
  ### Rust Crates:
1502
1455
 
1503
- - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
1456
+ - [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
1504
1457
 
1505
1458
  ````text
1506
- The MIT License (MIT)
1507
-
1508
- Copyright (c) 2016 Johann Tuffe
1509
-
1510
- Permission is hereby granted, free of charge, to any person obtaining a copy
1511
- of this software and associated documentation files (the "Software"), to deal
1512
- in the Software without restriction, including without limitation the rights
1513
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1514
- copies of the Software, and to permit persons to whom the Software is
1515
- furnished to do so, subject to the following conditions:
1516
-
1517
-
1518
- The above copyright notice and this permission notice shall be included in
1519
- all copies or substantial portions of the Software.
1520
-
1521
-
1522
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1523
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1524
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1525
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1526
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1527
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1528
- THE SOFTWARE.
1529
-
1530
- ````
1531
-
1532
- ---
1533
-
1534
- ## The following dependencies are licensed under the MIT License:
1535
-
1536
- ### Rust Crates:
1537
-
1538
- - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
1539
-
1540
- ````text
1541
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
1459
+ Copyright (c) 2016 Anthony Ramine
1542
1460
 
1543
1461
  Permission is hereby granted, free of charge, to any
1544
1462
  person obtaining a copy of this software and associated
@@ -1572,13 +1490,11 @@ DEALINGS IN THE SOFTWARE.
1572
1490
 
1573
1491
  ### Rust Crates:
1574
1492
 
1575
- - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
1493
+ - [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
1576
1494
 
1577
1495
  ````text
1578
- MIT License
1579
-
1580
- Copyright (c) 2019 Yoshua Wuyts
1581
- Copyright (c) Tokio Contributors
1496
+ Copyright (c) 2017 Daniel Abramov
1497
+ Copyright (c) 2017 Alexey Galakhov
1582
1498
 
1583
1499
  Permission is hereby granted, free of charge, to any person obtaining a copy
1584
1500
  of this software and associated documentation files (the "Software"), to deal
@@ -1587,16 +1503,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1587
1503
  copies of the Software, and to permit persons to whom the Software is
1588
1504
  furnished to do so, subject to the following conditions:
1589
1505
 
1590
- The above copyright notice and this permission notice shall be included in all
1591
- copies or substantial portions of the Software.
1506
+ The above copyright notice and this permission notice shall be included in
1507
+ all copies or substantial portions of the Software.
1592
1508
 
1593
1509
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1594
1510
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1595
1511
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1596
1512
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1597
1513
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1598
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1599
- SOFTWARE.
1514
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1515
+ THE SOFTWARE.
1600
1516
 
1601
1517
  ````
1602
1518
 
@@ -1604,41 +1520,32 @@ SOFTWARE.
1604
1520
 
1605
1521
  ## The following dependencies are licensed under the MIT License:
1606
1522
 
1607
- ### Rust Crates:
1523
+ ### NPM Packages:
1608
1524
 
1609
- - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
1610
- - [log](https://github.com/rust-lang/log) (0.4.29)
1611
- - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
1612
- - [regex](https://github.com/rust-lang/regex) (1.12.3)
1613
- - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
1614
- - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
1525
+ - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.9) (0.0.9)
1615
1526
 
1616
1527
  ````text
1617
- Copyright (c) 2014 The Rust Project Developers
1528
+ MIT License
1618
1529
 
1619
- Permission is hereby granted, free of charge, to any
1620
- person obtaining a copy of this software and associated
1621
- documentation files (the "Software"), to deal in the
1622
- Software without restriction, including without
1623
- limitation the rights to use, copy, modify, merge,
1624
- publish, distribute, sublicense, and/or sell copies of
1625
- the Software, and to permit persons to whom the Software
1626
- is furnished to do so, subject to the following
1627
- conditions:
1530
+ Copyright (c) 2026 Huawei Device Co., Ltd.
1628
1531
 
1629
- The above copyright notice and this permission notice
1630
- shall be included in all copies or substantial portions
1631
- of the Software.
1532
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1533
+ of this software and associated documentation files (the "Software"), to deal
1534
+ in the Software without restriction, including without limitation the rights
1535
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1536
+ copies of the Software, and to permit persons to whom the Software is
1537
+ furnished to do so, subject to the following conditions:
1632
1538
 
1633
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1634
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1635
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1636
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1637
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1638
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1639
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1640
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1641
- DEALINGS IN THE SOFTWARE.
1539
+ The above copyright notice and this permission notice shall be included in all
1540
+ copies or substantial portions of the Software.
1541
+
1542
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1543
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1544
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1545
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1546
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1547
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1548
+ SOFTWARE.
1642
1549
 
1643
1550
  ````
1644
1551
 
@@ -1648,10 +1555,15 @@ DEALINGS IN THE SOFTWARE.
1648
1555
 
1649
1556
  ### Rust Crates:
1650
1557
 
1651
- - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
1558
+ - [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
1559
+ - [log](https://github.com/rust-lang/log) (0.4.29)
1560
+ - [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
1561
+ - [regex](https://github.com/rust-lang/regex) (1.12.3)
1562
+ - [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
1563
+ - [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
1652
1564
 
1653
1565
  ````text
1654
- Copyright (c) 2018 The Servo Project Developers
1566
+ Copyright (c) 2014 The Rust Project Developers
1655
1567
 
1656
1568
  Permission is hereby granted, free of charge, to any
1657
1569
  person obtaining a copy of this software and associated
@@ -1685,10 +1597,10 @@ DEALINGS IN THE SOFTWARE.
1685
1597
 
1686
1598
  ### Rust Crates:
1687
1599
 
1688
- - [fnv](https://github.com/servo/rust-fnv) (1.0.7)
1600
+ - [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
1689
1601
 
1690
1602
  ````text
1691
- Copyright (c) 2017 Contributors
1603
+ Copyright (c) 2018 Carl Lerche
1692
1604
 
1693
1605
  Permission is hereby granted, free of charge, to any
1694
1606
  person obtaining a copy of this software and associated
@@ -1756,98 +1668,29 @@ SOFTWARE.
1756
1668
 
1757
1669
  ### Rust Crates:
1758
1670
 
1759
- - [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
1760
- - [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
1761
- - [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
1762
- - [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
1763
- - [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
1764
- - [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
1765
- - [itoa](https://github.com/dtolnay/itoa) (1.0.18)
1766
- - [once_cell](https://github.com/matklad/once_cell) (1.21.4)
1767
- - [pastey](https://github.com/as1100k/pastey) (0.2.1)
1768
- - [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
1769
- - [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
1770
- - [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
1771
- - [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
1772
- - [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
1773
- - [quote](https://github.com/dtolnay/quote) (1.0.45)
1774
- - [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
1775
- - [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
1776
- - [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
1777
- - [serde](https://github.com/serde-rs/serde) (1.0.228)
1778
- - [serde_core](https://github.com/serde-rs/serde) (1.0.228)
1779
- - [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
1780
- - [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
1781
- - [serde_json](https://github.com/serde-rs/json) (1.0.149)
1782
- - [syn](https://github.com/dtolnay/syn) (2.0.117)
1783
- - [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
1784
- - [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
1785
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
1786
- - [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
1787
- - [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
1788
- - [zmij](https://github.com/dtolnay/zmij) (1.0.21)
1671
+ - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
1789
1672
 
1790
1673
  ````text
1791
- Permission is hereby granted, free of charge, to any
1792
- person obtaining a copy of this software and associated
1793
- documentation files (the "Software"), to deal in the
1794
- Software without restriction, including without
1795
- limitation the rights to use, copy, modify, merge,
1796
- publish, distribute, sublicense, and/or sell copies of
1797
- the Software, and to permit persons to whom the Software
1798
- is furnished to do so, subject to the following
1799
- conditions:
1800
-
1801
- The above copyright notice and this permission notice
1802
- shall be included in all copies or substantial portions
1803
- of the Software.
1804
-
1805
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1806
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1807
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1808
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1809
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1810
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1811
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1812
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1813
- DEALINGS IN THE SOFTWARE.
1814
-
1815
- ````
1816
-
1817
- ---
1818
-
1819
- ## The following dependencies are licensed under the MIT License:
1820
-
1821
- ### Rust Crates:
1822
-
1823
- - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
1674
+ Copyright (c) 2017 Sean McArthur
1824
1675
 
1825
- ````text
1826
- Copyright (c) 2016--2017
1676
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1677
+ of this software and associated documentation files (the "Software"), to deal
1678
+ in the Software without restriction, including without limitation the rights
1679
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1680
+ copies of the Software, and to permit persons to whom the Software is
1681
+ furnished to do so, subject to the following conditions:
1827
1682
 
1828
- Permission is hereby granted, free of charge, to any
1829
- person obtaining a copy of this software and associated
1830
- documentation files (the "Software"), to deal in the
1831
- Software without restriction, including without
1832
- limitation the rights to use, copy, modify, merge,
1833
- publish, distribute, sublicense, and/or sell copies of
1834
- the Software, and to permit persons to whom the Software
1835
- is furnished to do so, subject to the following
1836
- conditions:
1683
+ The above copyright notice and this permission notice shall be included in
1684
+ all copies or substantial portions of the Software.
1837
1685
 
1838
- The above copyright notice and this permission notice
1839
- shall be included in all copies or substantial portions
1840
- of the Software.
1686
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1687
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1688
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1689
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1690
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1691
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1692
+ THE SOFTWARE.
1841
1693
 
1842
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1843
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1844
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1845
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1846
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1847
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1848
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1849
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1850
- DEALINGS IN THE SOFTWARE.
1851
1694
 
1852
1695
  ````
1853
1696
 
@@ -1892,64 +1735,21 @@ SOFTWARE.
1892
1735
 
1893
1736
  ### Rust Crates:
1894
1737
 
1895
- - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
1896
- - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
1897
- - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
1898
- - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
1899
- - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
1900
- - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
1738
+ - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
1901
1739
 
1902
1740
  ````text
1903
- Copyright (c) 2019 Tokio Contributors
1904
-
1905
- Permission is hereby granted, free of charge, to any
1906
- person obtaining a copy of this software and associated
1907
- documentation files (the "Software"), to deal in the
1908
- Software without restriction, including without
1909
- limitation the rights to use, copy, modify, merge,
1910
- publish, distribute, sublicense, and/or sell copies of
1911
- the Software, and to permit persons to whom the Software
1912
- is furnished to do so, subject to the following
1913
- conditions:
1741
+ Copyright (c) 2018-2023 Sean McArthur
1742
+ Copyright (c) 2016 Alex Crichton
1914
1743
 
1915
- The above copyright notice and this permission notice
1916
- shall be included in all copies or substantial portions
1917
- of the Software.
1744
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1745
+ of this software and associated documentation files (the "Software"), to deal
1746
+ in the Software without restriction, including without limitation the rights
1747
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1748
+ copies of the Software, and to permit persons to whom the Software is
1749
+ furnished to do so, subject to the following conditions:
1918
1750
 
1919
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
1920
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
1921
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
1922
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
1923
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1924
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1925
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
1926
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1927
- DEALINGS IN THE SOFTWARE.
1928
-
1929
- ````
1930
-
1931
- ---
1932
-
1933
- ## The following dependencies are licensed under the MIT License:
1934
-
1935
- ### NPM Packages:
1936
-
1937
- - [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
1938
-
1939
- ````text
1940
- The MIT License (MIT)
1941
-
1942
- Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
1943
-
1944
- Permission is hereby granted, free of charge, to any person obtaining a copy
1945
- of this software and associated documentation files (the "Software"), to deal
1946
- in the Software without restriction, including without limitation the rights
1947
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1948
- copies of the Software, and to permit persons to whom the Software is
1949
- furnished to do so, subject to the following conditions:
1950
-
1951
- The above copyright notice and this permission notice shall be included in
1952
- all copies or substantial portions of the Software.
1751
+ The above copyright notice and this permission notice shall be included in
1752
+ all copies or substantial portions of the Software.
1953
1753
 
1954
1754
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1955
1755
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -1959,6 +1759,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1959
1759
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1960
1760
  THE SOFTWARE.
1961
1761
 
1762
+
1962
1763
  ````
1963
1764
 
1964
1765
  ---
@@ -1967,17 +1768,15 @@ THE SOFTWARE.
1967
1768
 
1968
1769
  ### Rust Crates:
1969
1770
 
1970
- - [humantime](https://github.com/chronotope/humantime) (2.3.0)
1771
+ - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
1971
1772
 
1972
1773
  ````text
1973
- Copyright (c) 2016 The humantime Developers
1974
-
1975
- Includes parts of http date with the following copyright:
1976
- Copyright (c) 2016 Pyfisch
1977
-
1978
- Includes portions of musl libc with the following copyright:
1979
- Copyright © 2005-2013 Rich Felker
1774
+ MIT License
1980
1775
 
1776
+ Copyright 2013-2014 RAD Game Tools and Valve Software
1777
+ Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
1778
+ Copyright (c) 2017 Frommi
1779
+ Copyright (c) 2017-2024 oyvindln
1981
1780
 
1982
1781
  Permission is hereby granted, free of charge, to any person obtaining a copy
1983
1782
  of this software and associated documentation files (the "Software"), to deal
@@ -2005,48 +1804,14 @@ SOFTWARE.
2005
1804
 
2006
1805
  ### Rust Crates:
2007
1806
 
2008
- - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
1807
+ - [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
2009
1808
 
2010
1809
  ````text
2011
- Copyright 2019-2024 YOSHIOKA Takuma
2012
-
2013
- Permission is hereby granted, free of charge, to any
2014
- person obtaining a copy of this software and associated
2015
- documentation files (the "Software"), to deal in the
2016
- Software without restriction, including without
2017
- limitation the rights to use, copy, modify, merge,
2018
- publish, distribute, sublicense, and/or sell copies of
2019
- the Software, and to permit persons to whom the Software
2020
- is furnished to do so, subject to the following
2021
- conditions:
2022
-
2023
- The above copyright notice and this permission notice
2024
- shall be included in all copies or substantial portions
2025
- of the Software.
2026
-
2027
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2028
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2029
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2030
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2031
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2032
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2033
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2034
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2035
- DEALINGS IN THE SOFTWARE.
2036
-
2037
- ````
2038
-
2039
- ---
2040
-
2041
- ## The following dependencies are licensed under the MIT License:
2042
-
2043
- ### Rust Crates:
2044
-
2045
- - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
2046
- - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
1810
+ The MIT License (MIT)
2047
1811
 
2048
- ````text
2049
- Copyright (c) 2018-2019 dirs-rs contributors
1812
+ Copyright (c) 2015 Danny Guo
1813
+ Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1814
+ Copyright (c) 2018 Akash Kurdekar
2050
1815
 
2051
1816
  Permission is hereby granted, free of charge, to any person obtaining a copy
2052
1817
  of this software and associated documentation files (the "Software"), to deal
@@ -2074,12 +1839,10 @@ SOFTWARE.
2074
1839
 
2075
1840
  ### Rust Crates:
2076
1841
 
2077
- - [idna](https://github.com/servo/rust-url/) (1.1.0)
2078
- - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2079
- - [url](https://github.com/servo/rust-url) (2.5.8)
1842
+ - [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
2080
1843
 
2081
1844
  ````text
2082
- Copyright (c) 2013-2025 The rust-url developers
1845
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
2083
1846
 
2084
1847
  Permission is hereby granted, free of charge, to any
2085
1848
  person obtaining a copy of this software and associated
@@ -2113,15 +1876,10 @@ DEALINGS IN THE SOFTWARE.
2113
1876
 
2114
1877
  ### Rust Crates:
2115
1878
 
2116
- - [rand](https://github.com/rust-random/rand) (0.8.5)
2117
- - [rand](https://github.com/rust-random/rand) (0.9.4)
2118
- - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
2119
- - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
2120
- - [rand_core](https://github.com/rust-random/rand) (0.6.4)
2121
- - [rand_core](https://github.com/rust-random/rand) (0.9.5)
1879
+ - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
2122
1880
 
2123
1881
  ````text
2124
- Copyright 2018 Developers of the Rand project
1882
+ Copyright (c) 2018-2025 The rust-random Project Developers
2125
1883
  Copyright (c) 2014 The Rust Project Developers
2126
1884
 
2127
1885
  Permission is hereby granted, free of charge, to any
@@ -2156,10 +1914,10 @@ DEALINGS IN THE SOFTWARE.
2156
1914
 
2157
1915
  ### Rust Crates:
2158
1916
 
2159
- - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
1917
+ - [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
2160
1918
 
2161
1919
  ````text
2162
- Copyright (c) 2020 Andrew D. Straw
1920
+ Copyright (c) 2016--2017
2163
1921
 
2164
1922
  Permission is hereby granted, free of charge, to any
2165
1923
  person obtaining a copy of this software and associated
@@ -2193,28 +1951,16 @@ DEALINGS IN THE SOFTWARE.
2193
1951
 
2194
1952
  ### Rust Crates:
2195
1953
 
2196
- - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
1954
+ - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
2197
1955
 
2198
1956
  ````text
2199
- Copyright (c) 2016 The rust-native-tls Developers
1957
+ Copyright 2016 Nika Layzell
2200
1958
 
2201
- Permission is hereby granted, free of charge, to any person obtaining a copy
2202
- of this software and associated documentation files (the "Software"), to deal
2203
- in the Software without restriction, including without limitation the rights
2204
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2205
- copies of the Software, and to permit persons to whom the Software is
2206
- furnished to do so, subject to the following conditions:
1959
+ 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:
2207
1960
 
2208
- The above copyright notice and this permission notice shall be included in all
2209
- copies or substantial portions of the Software.
1961
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2210
1962
 
2211
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2212
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2213
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2214
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2215
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2216
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2217
- SOFTWARE.
1963
+ 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.
2218
1964
 
2219
1965
  ````
2220
1966
 
@@ -2224,10 +1970,11 @@ SOFTWARE.
2224
1970
 
2225
1971
  ### Rust Crates:
2226
1972
 
2227
- - [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
1973
+ - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
2228
1974
 
2229
1975
  ````text
2230
- Copyright (c) 2020-2025 The RustCrypto Project Developers
1976
+ Copyright (c) 2018-2026 The rust-random Project Developers
1977
+ Copyright (c) 2014 The Rust Project Developers
2231
1978
 
2232
1979
  Permission is hereby granted, free of charge, to any
2233
1980
  person obtaining a copy of this software and associated
@@ -2261,43 +2008,10 @@ DEALINGS IN THE SOFTWARE.
2261
2008
 
2262
2009
  ### Rust Crates:
2263
2010
 
2264
- - [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
2265
-
2266
- ````text
2267
- MIT License
2268
-
2269
- Copyright (c) 2025 Callum Oakley
2270
-
2271
- Permission is hereby granted, free of charge, to any person obtaining a copy
2272
- of this software and associated documentation files (the "Software"), to deal
2273
- in the Software without restriction, including without limitation the rights
2274
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2275
- copies of the Software, and to permit persons to whom the Software is
2276
- furnished to do so, subject to the following conditions:
2277
-
2278
- The above copyright notice and this permission notice shall be included in all
2279
- copies or substantial portions of the Software.
2280
-
2281
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2282
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2283
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2284
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2285
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2286
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2287
- SOFTWARE.
2288
-
2289
- ````
2290
-
2291
- ---
2292
-
2293
- ## The following dependencies are licensed under the MIT License:
2294
-
2295
- ### Rust Crates:
2296
-
2297
- - [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
2011
+ - [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
2298
2012
 
2299
2013
  ````text
2300
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
2014
+ Copyright (c) 2013-2016 The rust-url developers
2301
2015
 
2302
2016
  Permission is hereby granted, free of charge, to any
2303
2017
  person obtaining a copy of this software and associated
@@ -2331,10 +2045,10 @@ DEALINGS IN THE SOFTWARE.
2331
2045
 
2332
2046
  ### Rust Crates:
2333
2047
 
2334
- - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
2048
+ - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
2335
2049
 
2336
2050
  ````text
2337
- Copyright (c) 2010 The Rust Project Developers
2051
+ Copyright (c) 2016 Amanieu d'Antras
2338
2052
 
2339
2053
  Permission is hereby granted, free of charge, to any
2340
2054
  person obtaining a copy of this software and associated
@@ -2368,35 +2082,29 @@ DEALINGS IN THE SOFTWARE.
2368
2082
 
2369
2083
  ### Rust Crates:
2370
2084
 
2371
- - [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
2085
+ - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
2372
2086
 
2373
2087
  ````text
2374
- Copyright (c) 2018-2026 The rust-random Project Developers
2375
- Copyright (c) 2014 The Rust Project Developers
2088
+ Copyright (c) 2013-2014 The Rust Project Developers.
2089
+ Copyright (c) 2015-2020 The rust-hex Developers
2376
2090
 
2377
- Permission is hereby granted, free of charge, to any
2378
- person obtaining a copy of this software and associated
2379
- documentation files (the "Software"), to deal in the
2380
- Software without restriction, including without
2381
- limitation the rights to use, copy, modify, merge,
2382
- publish, distribute, sublicense, and/or sell copies of
2383
- the Software, and to permit persons to whom the Software
2384
- is furnished to do so, subject to the following
2385
- conditions:
2091
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2092
+ of this software and associated documentation files (the "Software"), to deal
2093
+ in the Software without restriction, including without limitation the rights
2094
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2095
+ copies of the Software, and to permit persons to whom the Software is
2096
+ furnished to do so, subject to the following conditions:
2386
2097
 
2387
- The above copyright notice and this permission notice
2388
- shall be included in all copies or substantial portions
2389
- of the Software.
2098
+ The above copyright notice and this permission notice shall be included in all
2099
+ copies or substantial portions of the Software.
2390
2100
 
2391
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2392
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2393
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2394
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2395
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2396
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2397
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2398
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2399
- DEALINGS IN THE SOFTWARE.
2101
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2102
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2103
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2104
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2105
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2106
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2107
+ SOFTWARE.
2400
2108
 
2401
2109
  ````
2402
2110
 
@@ -2406,30 +2114,30 @@ DEALINGS IN THE SOFTWARE.
2406
2114
 
2407
2115
  ### Rust Crates:
2408
2116
 
2409
- - [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
2410
- - [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
2117
+ - [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
2411
2118
 
2412
2119
  ````text
2413
- The MIT License (MIT)
2120
+ MIT License
2414
2121
 
2415
- Copyright (c) 2015 Steven Fackler
2122
+ Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
2416
2123
 
2417
- Permission is hereby granted, free of charge, to any person obtaining a copy of
2418
- this software and associated documentation files (the "Software"), to deal in
2419
- the Software without restriction, including without limitation the rights to
2420
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2421
- the Software, and to permit persons to whom the Software is furnished to do so,
2422
- subject to the following conditions:
2124
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2125
+ of this software and associated documentation files (the "Software"), to deal
2126
+ in the Software without restriction, including without limitation the rights
2127
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2128
+ copies of the Software, and to permit persons to whom the Software is
2129
+ furnished to do so, subject to the following conditions:
2423
2130
 
2424
2131
  The above copyright notice and this permission notice shall be included in all
2425
2132
  copies or substantial portions of the Software.
2426
2133
 
2427
2134
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2428
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2429
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2430
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2431
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2432
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2135
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2136
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2137
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2138
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2139
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2140
+ SOFTWARE.
2433
2141
 
2434
2142
  ````
2435
2143
 
@@ -2439,30 +2147,29 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2439
2147
 
2440
2148
  ### Rust Crates:
2441
2149
 
2442
- - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
2150
+ - [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
2443
2151
 
2444
2152
  ````text
2445
- The MIT License (MIT)
2446
-
2447
- Copyright (c) 2015 Bartłomiej Kamiński
2448
-
2449
- Permission is hereby granted, free of charge, to any person obtaining a copy
2450
- of this software and associated documentation files (the "Software"), to deal
2451
- in the Software without restriction, including without limitation the rights
2452
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2453
- copies of the Software, and to permit persons to whom the Software is
2454
- furnished to do so, subject to the following conditions:
2455
-
2456
- The above copyright notice and this permission notice shall be included in all
2457
- copies or substantial portions of the Software.
2458
-
2459
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2460
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2461
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2462
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2463
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2464
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2153
+ MIT License
2154
+
2155
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2156
+ of this software and associated documentation files (the "Software"), to deal
2157
+ in the Software without restriction, including without limitation the rights
2158
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2159
+ copies of the Software, and to permit persons to whom the Software is
2160
+ furnished to do so, subject to the following conditions:
2161
+
2162
+ The above copyright notice and this permission notice shall be included in all
2163
+ copies or substantial portions of the Software.
2164
+
2165
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2166
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2167
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2168
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2169
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2170
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2465
2171
  SOFTWARE.
2172
+
2466
2173
  ````
2467
2174
 
2468
2175
  ---
@@ -2471,10 +2178,10 @@ SOFTWARE.
2471
2178
 
2472
2179
  ### Rust Crates:
2473
2180
 
2474
- - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
2181
+ - [mio](https://github.com/tokio-rs/mio) (1.2.0)
2475
2182
 
2476
2183
  ````text
2477
- Copyright (c) 2023-2025 Sean McArthur
2184
+ Copyright (c) 2014 Carl Lerche and other MIO contributors
2478
2185
 
2479
2186
  Permission is hereby granted, free of charge, to any person obtaining a copy
2480
2187
  of this software and associated documentation files (the "Software"), to deal
@@ -2502,10 +2209,19 @@ THE SOFTWARE.
2502
2209
 
2503
2210
  ### Rust Crates:
2504
2211
 
2505
- - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
2212
+ - [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
2213
+ - [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
2214
+ - [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
2215
+ - [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
2216
+ - [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
2217
+ - [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
2218
+ - [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
2219
+ - [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
2220
+ - [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
2506
2221
 
2507
2222
  ````text
2508
- Copyright (c) 2014 Chris Wong
2223
+ Copyright (c) 2016 Alex Crichton
2224
+ Copyright (c) 2017 The Tokio Authors
2509
2225
 
2510
2226
  Permission is hereby granted, free of charge, to any
2511
2227
  person obtaining a copy of this software and associated
@@ -2539,13 +2255,10 @@ DEALINGS IN THE SOFTWARE.
2539
2255
 
2540
2256
  ### Rust Crates:
2541
2257
 
2542
- - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
2543
- - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
2258
+ - [http](https://github.com/hyperium/http) (1.4.0)
2544
2259
 
2545
2260
  ````text
2546
- Copyright (c) 2006-2009 Graydon Hoare
2547
- Copyright (c) 2009-2013 Mozilla Foundation
2548
- Copyright (c) 2016 Artyom Pavlov
2261
+ Copyright (c) 2017 http-rs authors
2549
2262
 
2550
2263
  Permission is hereby granted, free of charge, to any
2551
2264
  person obtaining a copy of this software and associated
@@ -2579,10 +2292,13 @@ DEALINGS IN THE SOFTWARE.
2579
2292
 
2580
2293
  ### Rust Crates:
2581
2294
 
2582
- - [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
2295
+ - [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
2296
+ - [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
2583
2297
 
2584
2298
  ````text
2585
- Copyright (c) 2017 tokio-jsonrpc developers
2299
+ Copyright (c) 2006-2009 Graydon Hoare
2300
+ Copyright (c) 2009-2013 Mozilla Foundation
2301
+ Copyright (c) 2016 Artyom Pavlov
2586
2302
 
2587
2303
  Permission is hereby granted, free of charge, to any
2588
2304
  person obtaining a copy of this software and associated
@@ -2616,30 +2332,51 @@ DEALINGS IN THE SOFTWARE.
2616
2332
 
2617
2333
  ### Rust Crates:
2618
2334
 
2619
- - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
2335
+ - [tarpc](https://github.com/google/tarpc) (0.37.0)
2336
+ - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
2337
+
2338
+ ````text
2339
+ The MIT License (MIT)
2340
+
2341
+ Copyright 2016 Google Inc. All Rights Reserved.
2342
+
2343
+ 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:
2344
+
2345
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2346
+
2347
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2348
+
2349
+ ````
2350
+
2351
+ ---
2352
+
2353
+ ## The following dependencies are licensed under the MIT License:
2354
+
2355
+ ### Rust Crates:
2356
+
2357
+ - [chrono](https://github.com/chronotope/chrono) (0.4.44)
2358
+ - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2359
+ - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
2620
2360
 
2621
2361
  ````text
2622
2362
  MIT License
2623
2363
 
2624
- Copyright (c) 2017 Nikolai Vazquez
2364
+ Copyright (c) <year> <copyright holders>
2625
2365
 
2626
- Permission is hereby granted, free of charge, to any person obtaining a copy
2627
- of this software and associated documentation files (the "Software"), to deal
2628
- in the Software without restriction, including without limitation the rights
2629
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2630
- copies of the Software, and to permit persons to whom the Software is
2631
- furnished to do so, subject to the following conditions:
2366
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
2367
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
2368
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2369
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
2370
+ following conditions:
2632
2371
 
2633
- The above copyright notice and this permission notice shall be included in all
2634
- copies or substantial portions of the Software.
2372
+ The above copyright notice and this permission notice shall be included in all copies or substantial
2373
+ portions of the Software.
2635
2374
 
2636
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2637
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2638
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2639
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2640
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2641
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2642
- SOFTWARE.
2375
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
2376
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
2377
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2378
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2379
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
2643
2380
 
2644
2381
  ````
2645
2382
 
@@ -2649,10 +2386,11 @@ SOFTWARE.
2649
2386
 
2650
2387
  ### Rust Crates:
2651
2388
 
2652
- - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
2389
+ - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
2390
+ - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
2653
2391
 
2654
2392
  ````text
2655
- Copyright (c) 2018-2019 The RustCrypto Project Developers
2393
+ Copyright (c) 2012-2013 Mozilla Foundation
2656
2394
 
2657
2395
  Permission is hereby granted, free of charge, to any
2658
2396
  person obtaining a copy of this software and associated
@@ -2686,15 +2424,14 @@ DEALINGS IN THE SOFTWARE.
2686
2424
 
2687
2425
  ### Rust Crates:
2688
2426
 
2689
- - [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
2427
+ - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
2428
+ - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
2429
+ - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
2690
2430
 
2691
2431
  ````text
2692
2432
  MIT License
2693
2433
 
2694
- Copyright 2013-2014 RAD Game Tools and Valve Software
2695
- Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
2696
- Copyright (c) 2017 Frommi
2697
- Copyright (c) 2017-2024 oyvindln
2434
+ Copyright (c) Tokio Contributors
2698
2435
 
2699
2436
  Permission is hereby granted, free of charge, to any person obtaining a copy
2700
2437
  of this software and associated documentation files (the "Software"), to deal
@@ -2722,13 +2459,49 @@ SOFTWARE.
2722
2459
 
2723
2460
  ### Rust Crates:
2724
2461
 
2725
- - [schemars](https://github.com/GREsau/schemars) (1.2.1)
2726
- - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
2462
+ - [want](https://github.com/seanmonstar/want) (0.3.1)
2727
2463
 
2728
2464
  ````text
2729
- MIT License
2465
+ Copyright (c) 2018-2019 Sean McArthur
2466
+
2467
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2468
+ of this software and associated documentation files (the "Software"), to deal
2469
+ in the Software without restriction, including without limitation the rights
2470
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2471
+ copies of the Software, and to permit persons to whom the Software is
2472
+ furnished to do so, subject to the following conditions:
2473
+
2474
+ The above copyright notice and this permission notice shall be included in
2475
+ all copies or substantial portions of the Software.
2476
+
2477
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2478
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2479
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2480
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2481
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2482
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2483
+ THE SOFTWARE.
2484
+
2485
+
2486
+ ````
2487
+
2488
+ ---
2489
+
2490
+ ## The following dependencies are licensed under the MIT License:
2491
+
2492
+ ### Rust Crates:
2493
+
2494
+ - [humantime](https://github.com/chronotope/humantime) (2.3.0)
2495
+
2496
+ ````text
2497
+ Copyright (c) 2016 The humantime Developers
2498
+
2499
+ Includes parts of http date with the following copyright:
2500
+ Copyright (c) 2016 Pyfisch
2501
+
2502
+ Includes portions of musl libc with the following copyright:
2503
+ Copyright © 2005-2013 Rich Felker
2730
2504
 
2731
- Copyright (c) 2019 Graham Esau
2732
2505
 
2733
2506
  Permission is hereby granted, free of charge, to any person obtaining a copy
2734
2507
  of this software and associated documentation files (the "Software"), to deal
@@ -2756,12 +2529,14 @@ SOFTWARE.
2756
2529
 
2757
2530
  ### Rust Crates:
2758
2531
 
2759
- - [typenum](https://github.com/paholg/typenum) (1.19.0)
2532
+ - [educe](https://github.com/magiclen/educe) (0.5.11)
2533
+ - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2534
+ - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
2760
2535
 
2761
2536
  ````text
2762
- The MIT License (MIT)
2537
+ MIT License
2763
2538
 
2764
- Copyright (c) 2014 Paho Lurie-Gregg
2539
+ Copyright (c) 2023 magiclen.org (Ron Li)
2765
2540
 
2766
2541
  Permission is hereby granted, free of charge, to any person obtaining a copy
2767
2542
  of this software and associated documentation files (the "Software"), to deal
@@ -2789,11 +2564,10 @@ SOFTWARE.
2789
2564
 
2790
2565
  ### Rust Crates:
2791
2566
 
2792
- - [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
2567
+ - [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
2793
2568
 
2794
2569
  ````text
2795
- Copyright (c) 2018-2025 The rust-random Project Developers
2796
- Copyright (c) 2014 The Rust Project Developers
2570
+ Copyright (c) 2020 Andrew D. Straw
2797
2571
 
2798
2572
  Permission is hereby granted, free of charge, to any
2799
2573
  person obtaining a copy of this software and associated
@@ -2827,12 +2601,85 @@ DEALINGS IN THE SOFTWARE.
2827
2601
 
2828
2602
  ### Rust Crates:
2829
2603
 
2830
- - [zip](https://github.com/zip-rs/zip2) (2.4.2)
2604
+ - [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
2831
2605
 
2832
2606
  ````text
2833
- The MIT License (MIT)
2607
+ The MIT License (MIT)
2608
+
2609
+ Copyright (c) 2016 Johann Tuffe
2610
+
2611
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2612
+ of this software and associated documentation files (the "Software"), to deal
2613
+ in the Software without restriction, including without limitation the rights
2614
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2615
+ copies of the Software, and to permit persons to whom the Software is
2616
+ furnished to do so, subject to the following conditions:
2617
+
2618
+
2619
+ The above copyright notice and this permission notice shall be included in
2620
+ all copies or substantial portions of the Software.
2621
+
2622
+
2623
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2624
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2625
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2626
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2627
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2628
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2629
+ THE SOFTWARE.
2834
2630
 
2835
- Copyright (c) 2014 Mathijs van de Nes
2631
+ ````
2632
+
2633
+ ---
2634
+
2635
+ ## The following dependencies are licensed under the MIT License:
2636
+
2637
+ ### Rust Crates:
2638
+
2639
+ - [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
2640
+
2641
+ ````text
2642
+ Copyright (c) 2021 RustCrypto Developers
2643
+
2644
+ Permission is hereby granted, free of charge, to any
2645
+ person obtaining a copy of this software and associated
2646
+ documentation files (the "Software"), to deal in the
2647
+ Software without restriction, including without
2648
+ limitation the rights to use, copy, modify, merge,
2649
+ publish, distribute, sublicense, and/or sell copies of
2650
+ the Software, and to permit persons to whom the Software
2651
+ is furnished to do so, subject to the following
2652
+ conditions:
2653
+
2654
+ The above copyright notice and this permission notice
2655
+ shall be included in all copies or substantial portions
2656
+ of the Software.
2657
+
2658
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2659
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2660
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2661
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2662
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2663
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2664
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2665
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2666
+ DEALINGS IN THE SOFTWARE.
2667
+
2668
+ ````
2669
+
2670
+ ---
2671
+
2672
+ ## The following dependencies are licensed under the MIT License:
2673
+
2674
+ ### Rust Crates:
2675
+
2676
+ - [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
2677
+
2678
+ ````text
2679
+ MIT License
2680
+
2681
+ Copyright (c) 2019 Yoshua Wuyts
2682
+ Copyright (c) Tokio Contributors
2836
2683
 
2837
2684
  Permission is hereby granted, free of charge, to any person obtaining a copy
2838
2685
  of this software and associated documentation files (the "Software"), to deal
@@ -2852,8 +2699,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2852
2699
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2853
2700
  SOFTWARE.
2854
2701
 
2855
- Some files in the "tests/data" subdirectory of this repository are under other
2856
- licences; see files named LICENSE.*.txt for details.
2857
2702
  ````
2858
2703
 
2859
2704
  ---
@@ -2862,10 +2707,15 @@ licences; see files named LICENSE.*.txt for details.
2862
2707
 
2863
2708
  ### Rust Crates:
2864
2709
 
2865
- - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
2710
+ - [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
2711
+ - [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
2712
+ - [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
2713
+ - [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
2714
+ - [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
2715
+ - [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
2866
2716
 
2867
2717
  ````text
2868
- Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
2718
+ Copyright (c) 2019 Tokio Contributors
2869
2719
 
2870
2720
  Permission is hereby granted, free of charge, to any
2871
2721
  person obtaining a copy of this software and associated
@@ -2897,66 +2747,70 @@ DEALINGS IN THE SOFTWARE.
2897
2747
 
2898
2748
  ## The following dependencies are licensed under the MIT License:
2899
2749
 
2900
- ### NPM Packages:
2750
+ ### Rust Crates:
2901
2751
 
2902
- - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
2903
- - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
2752
+ - [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
2904
2753
 
2905
2754
  ````text
2906
- MIT License
2907
-
2908
- Copyright (c) Microsoft Corporation.
2909
-
2910
- Permission is hereby granted, free of charge, to any person obtaining a copy
2911
- of this software and associated documentation files (the "Software"), to deal
2912
- in the Software without restriction, including without limitation the rights
2913
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2914
- copies of the Software, and to permit persons to whom the Software is
2915
- furnished to do so, subject to the following conditions:
2916
-
2917
- The above copyright notice and this permission notice shall be included in all
2918
- copies or substantial portions of the Software.
2919
-
2920
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2921
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2922
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2923
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2924
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2925
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2926
- SOFTWARE
2927
-
2755
+ The MIT License (MIT)
2756
+
2757
+ Copyright (c) 2015 Bartłomiej Kamiński
2758
+
2759
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2760
+ of this software and associated documentation files (the "Software"), to deal
2761
+ in the Software without restriction, including without limitation the rights
2762
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2763
+ copies of the Software, and to permit persons to whom the Software is
2764
+ furnished to do so, subject to the following conditions:
2765
+
2766
+ The above copyright notice and this permission notice shall be included in all
2767
+ copies or substantial portions of the Software.
2768
+
2769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2770
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2771
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2772
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2773
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2774
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2775
+ SOFTWARE.
2928
2776
  ````
2929
2777
 
2930
2778
  ---
2931
2779
 
2932
2780
  ## The following dependencies are licensed under the MIT License:
2933
2781
 
2934
- ### NPM Packages:
2782
+ ### Rust Crates:
2935
2783
 
2936
- - [undici-types](https://github.com/nodejs/undici) (6.21.0)
2784
+ - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
2937
2785
 
2938
2786
  ````text
2939
- MIT License
2940
-
2941
- Copyright (c) Matteo Collina and Undici contributors
2787
+ Copyright (c) 2017 Carl Lerche
2788
+ Copyright (c) 2018 Bastian Köcher
2789
+ Copyright (c) 2019-2020 Artem Vorotnikov
2942
2790
 
2943
- Permission is hereby granted, free of charge, to any person obtaining a copy
2944
- of this software and associated documentation files (the "Software"), to deal
2945
- in the Software without restriction, including without limitation the rights
2946
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2947
- copies of the Software, and to permit persons to whom the Software is
2948
- furnished to do so, subject to the following conditions:
2791
+ Permission is hereby granted, free of charge, to any
2792
+ person obtaining a copy of this software and associated
2793
+ documentation files (the "Software"), to deal in the
2794
+ Software without restriction, including without
2795
+ limitation the rights to use, copy, modify, merge,
2796
+ publish, distribute, sublicense, and/or sell copies of
2797
+ the Software, and to permit persons to whom the Software
2798
+ is furnished to do so, subject to the following
2799
+ conditions:
2949
2800
 
2950
- The above copyright notice and this permission notice shall be included in all
2951
- copies or substantial portions of the Software.
2801
+ The above copyright notice and this permission notice
2802
+ shall be included in all copies or substantial portions
2803
+ of the Software.
2952
2804
 
2953
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2954
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2955
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2956
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2957
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2958
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2959
- SOFTWARE.
2805
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2806
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2807
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2808
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2809
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2810
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2811
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2812
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2813
+ DEALINGS IN THE SOFTWARE.
2960
2814
 
2961
2815
  ````
2962
2816
 
@@ -2964,33 +2818,38 @@ SOFTWARE.
2964
2818
 
2965
2819
  ## The following dependencies are licensed under the MIT License:
2966
2820
 
2967
- ### NPM Packages:
2821
+ ### Rust Crates:
2968
2822
 
2969
- - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
2970
- - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
2823
+ - [idna](https://github.com/servo/rust-url/) (1.1.0)
2824
+ - [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
2825
+ - [url](https://github.com/servo/rust-url) (2.5.8)
2971
2826
 
2972
2827
  ````text
2973
- MIT License
2974
-
2975
- Copyright (c) 2017 Evgeny Poberezkin
2828
+ Copyright (c) 2013-2025 The rust-url developers
2976
2829
 
2977
- Permission is hereby granted, free of charge, to any person obtaining a copy
2978
- of this software and associated documentation files (the "Software"), to deal
2979
- in the Software without restriction, including without limitation the rights
2980
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2981
- copies of the Software, and to permit persons to whom the Software is
2982
- furnished to do so, subject to the following conditions:
2830
+ Permission is hereby granted, free of charge, to any
2831
+ person obtaining a copy of this software and associated
2832
+ documentation files (the "Software"), to deal in the
2833
+ Software without restriction, including without
2834
+ limitation the rights to use, copy, modify, merge,
2835
+ publish, distribute, sublicense, and/or sell copies of
2836
+ the Software, and to permit persons to whom the Software
2837
+ is furnished to do so, subject to the following
2838
+ conditions:
2983
2839
 
2984
- The above copyright notice and this permission notice shall be included in all
2985
- copies or substantial portions of the Software.
2840
+ The above copyright notice and this permission notice
2841
+ shall be included in all copies or substantial portions
2842
+ of the Software.
2986
2843
 
2987
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2988
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2989
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2990
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2991
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2992
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2993
- SOFTWARE.
2844
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
2845
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2846
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
2847
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
2848
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2849
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2850
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
2851
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2852
+ DEALINGS IN THE SOFTWARE.
2994
2853
 
2995
2854
  ````
2996
2855
 
@@ -3000,12 +2859,10 @@ SOFTWARE.
3000
2859
 
3001
2860
  ### Rust Crates:
3002
2861
 
3003
- - [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
2862
+ - [hyper](https://github.com/hyperium/hyper) (1.9.0)
3004
2863
 
3005
2864
  ````text
3006
- MIT License
3007
-
3008
- Copyright (c) [2021] [Marvin Countryman]
2865
+ Copyright (c) 2014-2026 Sean McArthur
3009
2866
 
3010
2867
  Permission is hereby granted, free of charge, to any person obtaining a copy
3011
2868
  of this software and associated documentation files (the "Software"), to deal
@@ -3014,16 +2871,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3014
2871
  copies of the Software, and to permit persons to whom the Software is
3015
2872
  furnished to do so, subject to the following conditions:
3016
2873
 
3017
- The above copyright notice and this permission notice shall be included in all
3018
- copies or substantial portions of the Software.
2874
+ The above copyright notice and this permission notice shall be included in
2875
+ all copies or substantial portions of the Software.
3019
2876
 
3020
2877
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3021
2878
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3022
2879
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3023
2880
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3024
2881
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3025
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3026
- SOFTWARE.
2882
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2883
+ THE SOFTWARE.
3027
2884
 
3028
2885
  ````
3029
2886
 
@@ -3033,10 +2890,10 @@ SOFTWARE.
3033
2890
 
3034
2891
  ### Rust Crates:
3035
2892
 
3036
- - [http](https://github.com/hyperium/http) (1.4.0)
2893
+ - [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
3037
2894
 
3038
2895
  ````text
3039
- Copyright (c) 2017 http-rs authors
2896
+ Copyright (c) 2019-2021 Tower Contributors
3040
2897
 
3041
2898
  Permission is hereby granted, free of charge, to any
3042
2899
  person obtaining a copy of this software and associated
@@ -3070,34 +2927,61 @@ DEALINGS IN THE SOFTWARE.
3070
2927
 
3071
2928
  ### Rust Crates:
3072
2929
 
3073
- - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
2930
+ - [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
3074
2931
 
3075
2932
  ````text
3076
- Copyright (c) 2019 Nick Fitzgerald
2933
+ MIT License
3077
2934
 
3078
- Permission is hereby granted, free of charge, to any
3079
- person obtaining a copy of this software and associated
3080
- documentation files (the "Software"), to deal in the
3081
- Software without restriction, including without
3082
- limitation the rights to use, copy, modify, merge,
3083
- publish, distribute, sublicense, and/or sell copies of
3084
- the Software, and to permit persons to whom the Software
3085
- is furnished to do so, subject to the following
3086
- conditions:
2935
+ Copyright (c) 2017 Nikolai Vazquez
2936
+
2937
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2938
+ of this software and associated documentation files (the "Software"), to deal
2939
+ in the Software without restriction, including without limitation the rights
2940
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2941
+ copies of the Software, and to permit persons to whom the Software is
2942
+ furnished to do so, subject to the following conditions:
2943
+
2944
+ The above copyright notice and this permission notice shall be included in all
2945
+ copies or substantial portions of the Software.
2946
+
2947
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2948
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2949
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2950
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2951
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2952
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2953
+ SOFTWARE.
2954
+
2955
+ ````
2956
+
2957
+ ---
2958
+
2959
+ ## The following dependencies are licensed under the MIT License:
2960
+
2961
+ ### Rust Crates:
2962
+
2963
+ - [directories](https://github.com/soc/directories-rs) (6.0.0)
2964
+
2965
+ ````text
2966
+ Copyright (c) 2018 directories-rs contributors
3087
2967
 
3088
- The above copyright notice and this permission notice
3089
- shall be included in all copies or substantial portions
3090
- of the Software.
2968
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2969
+ of this software and associated documentation files (the "Software"), to deal
2970
+ in the Software without restriction, including without limitation the rights
2971
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2972
+ copies of the Software, and to permit persons to whom the Software is
2973
+ furnished to do so, subject to the following conditions:
3091
2974
 
3092
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3093
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3094
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3095
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3096
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3097
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3098
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3099
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3100
- DEALINGS IN THE SOFTWARE.
2975
+ The above copyright notice and this permission notice shall be included in all
2976
+ copies or substantial portions of the Software.
2977
+
2978
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2979
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2980
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2981
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2982
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2983
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2984
+ SOFTWARE.
3101
2985
 
3102
2986
  ````
3103
2987
 
@@ -3107,10 +2991,10 @@ DEALINGS IN THE SOFTWARE.
3107
2991
 
3108
2992
  ### Rust Crates:
3109
2993
 
3110
- - [slab](https://github.com/tokio-rs/slab) (0.4.12)
2994
+ - [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
3111
2995
 
3112
2996
  ````text
3113
- Copyright (c) 2019 Carl Lerche
2997
+ Copyright (c) 2018 The Servo Project Developers
3114
2998
 
3115
2999
  Permission is hereby granted, free of charge, to any
3116
3000
  person obtaining a copy of this software and associated
@@ -3144,19 +3028,29 @@ DEALINGS IN THE SOFTWARE.
3144
3028
 
3145
3029
  ### Rust Crates:
3146
3030
 
3147
- - [tarpc](https://github.com/google/tarpc) (0.37.0)
3148
- - [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
3031
+ - [dirs](https://github.com/soc/dirs-rs) (6.0.0)
3032
+ - [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
3149
3033
 
3150
3034
  ````text
3151
- The MIT License (MIT)
3152
-
3153
- Copyright 2016 Google Inc. All Rights Reserved.
3035
+ Copyright (c) 2018-2019 dirs-rs contributors
3154
3036
 
3155
- 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:
3037
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3038
+ of this software and associated documentation files (the "Software"), to deal
3039
+ in the Software without restriction, including without limitation the rights
3040
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3041
+ copies of the Software, and to permit persons to whom the Software is
3042
+ furnished to do so, subject to the following conditions:
3156
3043
 
3157
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3044
+ The above copyright notice and this permission notice shall be included in all
3045
+ copies or substantial portions of the Software.
3158
3046
 
3159
- 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.
3047
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3048
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3049
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3050
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3051
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3052
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3053
+ SOFTWARE.
3160
3054
 
3161
3055
  ````
3162
3056
 
@@ -3166,34 +3060,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3166
3060
 
3167
3061
  ### Rust Crates:
3168
3062
 
3169
- - [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
3063
+ - [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
3170
3064
 
3171
3065
  ````text
3172
- Copyright (c) 2016--2023
3066
+ The MIT License (MIT)
3173
3067
 
3174
- Permission is hereby granted, free of charge, to any
3175
- person obtaining a copy of this software and associated
3176
- documentation files (the "Software"), to deal in the
3177
- Software without restriction, including without
3178
- limitation the rights to use, copy, modify, merge,
3179
- publish, distribute, sublicense, and/or sell copies of
3180
- the Software, and to permit persons to whom the Software
3181
- is furnished to do so, subject to the following
3182
- conditions:
3068
+ Copyright (c) 2015 Alice Maz
3183
3069
 
3184
- The above copyright notice and this permission notice
3185
- shall be included in all copies or substantial portions
3186
- of the Software.
3070
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3071
+ of this software and associated documentation files (the "Software"), to deal
3072
+ in the Software without restriction, including without limitation the rights
3073
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3074
+ copies of the Software, and to permit persons to whom the Software is
3075
+ furnished to do so, subject to the following conditions:
3187
3076
 
3188
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3189
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3190
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3191
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3192
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3193
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3194
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3195
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3196
- DEALINGS IN THE SOFTWARE.
3077
+ The above copyright notice and this permission notice shall be included in
3078
+ all copies or substantial portions of the Software.
3079
+
3080
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3081
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3082
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3083
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3084
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3085
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3086
+ THE SOFTWARE.
3197
3087
 
3198
3088
  ````
3199
3089
 
@@ -3203,12 +3093,10 @@ DEALINGS IN THE SOFTWARE.
3203
3093
 
3204
3094
  ### Rust Crates:
3205
3095
 
3206
- - [tower](https://github.com/tower-rs/tower) (0.5.3)
3207
- - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
3208
- - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
3096
+ - [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
3209
3097
 
3210
3098
  ````text
3211
- Copyright (c) 2019 Tower Contributors
3099
+ Copyright (c) 2019 Nick Fitzgerald
3212
3100
 
3213
3101
  Permission is hereby granted, free of charge, to any
3214
3102
  person obtaining a copy of this software and associated
@@ -3242,10 +3130,10 @@ DEALINGS IN THE SOFTWARE.
3242
3130
 
3243
3131
  ### Rust Crates:
3244
3132
 
3245
- - [want](https://github.com/seanmonstar/want) (0.3.1)
3133
+ - [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
3246
3134
 
3247
3135
  ````text
3248
- Copyright (c) 2018-2019 Sean McArthur
3136
+ Copyright (c) 2023-2025 Sean McArthur
3249
3137
 
3250
3138
  Permission is hereby granted, free of charge, to any person obtaining a copy
3251
3139
  of this software and associated documentation files (the "Software"), to deal
@@ -3265,26 +3153,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3265
3153
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3266
3154
  THE SOFTWARE.
3267
3155
 
3268
-
3269
- ````
3270
-
3271
- ---
3272
-
3273
- ## The following dependencies are licensed under the MIT License:
3274
-
3275
- ### Rust Crates:
3276
-
3277
- - [synstructure](https://github.com/mystor/synstructure) (0.13.2)
3278
-
3279
- ````text
3280
- Copyright 2016 Nika Layzell
3281
-
3282
- 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:
3283
-
3284
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3285
-
3286
- 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.
3287
-
3288
3156
  ````
3289
3157
 
3290
3158
  ---
@@ -3293,10 +3161,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3293
3161
 
3294
3162
  ### Rust Crates:
3295
3163
 
3296
- - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3164
+ - [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
3297
3165
 
3298
3166
  ````text
3299
- Copyright (c) 2015 Steven Allen
3167
+ Copyright 2019-2024 YOSHIOKA Takuma
3300
3168
 
3301
3169
  Permission is hereby granted, free of charge, to any
3302
3170
  person obtaining a copy of this software and associated
@@ -3330,10 +3198,10 @@ DEALINGS IN THE SOFTWARE.
3330
3198
 
3331
3199
  ### Rust Crates:
3332
3200
 
3333
- - [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
3201
+ - [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
3334
3202
 
3335
3203
  ````text
3336
- Copyright (c) 2014-2026 Alex Crichton
3204
+ Copyright (c) 2015 Steven Allen
3337
3205
 
3338
3206
  Permission is hereby granted, free of charge, to any
3339
3207
  person obtaining a copy of this software and associated
@@ -3367,11 +3235,10 @@ DEALINGS IN THE SOFTWARE.
3367
3235
 
3368
3236
  ### Rust Crates:
3369
3237
 
3370
- - [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
3371
- - [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
3238
+ - [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
3372
3239
 
3373
3240
  ````text
3374
- Copyright (c) 2012-2013 Mozilla Foundation
3241
+ Copyright (c) 2017 Robert Grosse
3375
3242
 
3376
3243
  Permission is hereby granted, free of charge, to any
3377
3244
  person obtaining a copy of this software and associated
@@ -3396,6 +3263,37 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3396
3263
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3397
3264
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3398
3265
  DEALINGS IN THE SOFTWARE.
3266
+ ````
3267
+
3268
+ ---
3269
+
3270
+ ## The following dependencies are licensed under the MIT License:
3271
+
3272
+ ### Rust Crates:
3273
+
3274
+ - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
3275
+
3276
+ ````text
3277
+ Copyright (c) 2015-2025 Sean McArthur
3278
+
3279
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3280
+ of this software and associated documentation files (the "Software"), to deal
3281
+ in the Software without restriction, including without limitation the rights
3282
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3283
+ copies of the Software, and to permit persons to whom the Software is
3284
+ furnished to do so, subject to the following conditions:
3285
+
3286
+ The above copyright notice and this permission notice shall be included in
3287
+ all copies or substantial portions of the Software.
3288
+
3289
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3290
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3291
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3292
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3293
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3294
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3295
+ THE SOFTWARE.
3296
+
3399
3297
 
3400
3298
  ````
3401
3299
 
@@ -3405,10 +3303,10 @@ DEALINGS IN THE SOFTWARE.
3405
3303
 
3406
3304
  ### Rust Crates:
3407
3305
 
3408
- - [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
3306
+ - [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
3409
3307
 
3410
3308
  ````text
3411
- Copyright (c) 2016 Amanieu d'Antras
3309
+ Copyright (c) 2010 The Rust Project Developers
3412
3310
 
3413
3311
  Permission is hereby granted, free of charge, to any
3414
3312
  person obtaining a copy of this software and associated
@@ -3442,37 +3340,68 @@ DEALINGS IN THE SOFTWARE.
3442
3340
 
3443
3341
  ### Rust Crates:
3444
3342
 
3445
- - [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
3343
+ - [darling](https://github.com/TedDriggs/darling) (0.23.0)
3344
+ - [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
3345
+ - [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
3446
3346
 
3447
3347
  ````text
3448
- Copyright (c) 2017 Carl Lerche
3449
- Copyright (c) 2018 Bastian Köcher
3450
- Copyright (c) 2019-2020 Artem Vorotnikov
3348
+ MIT License
3451
3349
 
3452
- Permission is hereby granted, free of charge, to any
3453
- person obtaining a copy of this software and associated
3454
- documentation files (the "Software"), to deal in the
3455
- Software without restriction, including without
3456
- limitation the rights to use, copy, modify, merge,
3457
- publish, distribute, sublicense, and/or sell copies of
3458
- the Software, and to permit persons to whom the Software
3459
- is furnished to do so, subject to the following
3460
- conditions:
3350
+ Copyright (c) 2017 Ted Driggs
3461
3351
 
3462
- The above copyright notice and this permission notice
3463
- shall be included in all copies or substantial portions
3464
- of the Software.
3352
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3353
+ of this software and associated documentation files (the "Software"), to deal
3354
+ in the Software without restriction, including without limitation the rights
3355
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3356
+ copies of the Software, and to permit persons to whom the Software is
3357
+ furnished to do so, subject to the following conditions:
3465
3358
 
3466
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3467
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3468
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3469
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3470
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3471
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3472
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3473
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3474
- DEALINGS IN THE SOFTWARE.
3359
+ The above copyright notice and this permission notice shall be included in all
3360
+ copies or substantial portions of the Software.
3361
+
3362
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3363
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3364
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3365
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3366
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3367
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3368
+ SOFTWARE.
3369
+
3370
+ ````
3371
+
3372
+ ---
3373
+
3374
+ ## The following dependencies are licensed under the MIT License:
3375
+
3376
+ ### Rust Crates:
3377
+
3378
+ - [zip](https://github.com/zip-rs/zip2) (2.4.2)
3379
+
3380
+ ````text
3381
+ The MIT License (MIT)
3382
+
3383
+ Copyright (c) 2014 Mathijs van de Nes
3384
+
3385
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3386
+ of this software and associated documentation files (the "Software"), to deal
3387
+ in the Software without restriction, including without limitation the rights
3388
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3389
+ copies of the Software, and to permit persons to whom the Software is
3390
+ furnished to do so, subject to the following conditions:
3391
+
3392
+ The above copyright notice and this permission notice shall be included in all
3393
+ copies or substantial portions of the Software.
3394
+
3395
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3396
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3397
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3398
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3399
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3400
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3401
+ SOFTWARE.
3475
3402
 
3403
+ Some files in the "tests/data" subdirectory of this repository are under other
3404
+ licences; see files named LICENSE.*.txt for details.
3476
3405
  ````
3477
3406
 
3478
3407
  ---
@@ -3481,11 +3410,10 @@ DEALINGS IN THE SOFTWARE.
3481
3410
 
3482
3411
  ### Rust Crates:
3483
3412
 
3484
- - [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
3413
+ - [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
3485
3414
 
3486
3415
  ````text
3487
- Copyright (c) 2018-2023 Sean McArthur
3488
- Copyright (c) 2016 Alex Crichton
3416
+ Copyright (c) 2019 Eliza Weisman
3489
3417
 
3490
3418
  Permission is hereby granted, free of charge, to any person obtaining a copy
3491
3419
  of this software and associated documentation files (the "Software"), to deal
@@ -3505,59 +3433,21 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3505
3433
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3506
3434
  THE SOFTWARE.
3507
3435
 
3508
-
3509
- ````
3510
-
3511
- ---
3512
-
3513
- ## The following dependencies are licensed under the MIT License:
3514
-
3515
- ### Rust Crates:
3516
-
3517
- - [libc](https://github.com/rust-lang/libc) (0.2.185)
3518
-
3519
- ````text
3520
- Copyright (c) The Rust Project Developers
3521
-
3522
- Permission is hereby granted, free of charge, to any
3523
- person obtaining a copy of this software and associated
3524
- documentation files (the "Software"), to deal in the
3525
- Software without restriction, including without
3526
- limitation the rights to use, copy, modify, merge,
3527
- publish, distribute, sublicense, and/or sell copies of
3528
- the Software, and to permit persons to whom the Software
3529
- is furnished to do so, subject to the following
3530
- conditions:
3531
-
3532
- The above copyright notice and this permission notice
3533
- shall be included in all copies or substantial portions
3534
- of the Software.
3535
-
3536
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3537
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3538
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3539
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3540
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3541
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3542
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3543
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3544
- DEALINGS IN THE SOFTWARE.
3545
-
3546
3436
  ````
3547
3437
 
3548
3438
  ---
3549
3439
 
3550
3440
  ## The following dependencies are licensed under the MIT License:
3551
3441
 
3552
- ### Rust Crates:
3442
+ ### NPM Packages:
3553
3443
 
3554
- - [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
3444
+ - [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
3445
+ - [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
3555
3446
 
3556
3447
  ````text
3557
- The MIT License (MIT)
3448
+ MIT License
3558
3449
 
3559
- Copyright (c) 2015-2020 Julien Cretin
3560
- Copyright (c) 2017-2020 Google Inc.
3450
+ Copyright (c) 2017 Evgeny Poberezkin
3561
3451
 
3562
3452
  Permission is hereby granted, free of charge, to any person obtaining a copy
3563
3453
  of this software and associated documentation files (the "Software"), to deal
@@ -3585,11 +3475,15 @@ SOFTWARE.
3585
3475
 
3586
3476
  ### Rust Crates:
3587
3477
 
3588
- - [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
3478
+ - [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
3479
+ - [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
3480
+ - [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
3481
+ - [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
3589
3482
 
3590
3483
  ````text
3591
- Copyright (c) 2017 Alexey Galakhov
3592
- Copyright (c) 2016 Jason Housley
3484
+ The MIT License (MIT)
3485
+
3486
+ Copyright (c) 2015 Andrew Gallant
3593
3487
 
3594
3488
  Permission is hereby granted, free of charge, to any person obtaining a copy
3595
3489
  of this software and associated documentation files (the "Software"), to deal
@@ -3617,14 +3511,12 @@ THE SOFTWARE.
3617
3511
 
3618
3512
  ### Rust Crates:
3619
3513
 
3620
- - [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
3621
- - [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
3622
- - [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
3514
+ - [typenum](https://github.com/paholg/typenum) (1.19.0)
3623
3515
 
3624
3516
  ````text
3625
- MIT License
3517
+ The MIT License (MIT)
3626
3518
 
3627
- Copyright (c) Tokio Contributors
3519
+ Copyright (c) 2014 Paho Lurie-Gregg
3628
3520
 
3629
3521
  Permission is hereby granted, free of charge, to any person obtaining a copy
3630
3522
  of this software and associated documentation files (the "Software"), to deal
@@ -3690,29 +3582,34 @@ DEALINGS IN THE SOFTWARE.
3690
3582
 
3691
3583
  ### Rust Crates:
3692
3584
 
3693
- - [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
3585
+ - [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
3694
3586
 
3695
3587
  ````text
3696
- Copyright (c) 2013-2014 The Rust Project Developers.
3697
- Copyright (c) 2015-2020 The rust-hex Developers
3588
+ Copyright Mozilla Foundation
3698
3589
 
3699
- Permission is hereby granted, free of charge, to any person obtaining a copy
3700
- of this software and associated documentation files (the "Software"), to deal
3701
- in the Software without restriction, including without limitation the rights
3702
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3703
- copies of the Software, and to permit persons to whom the Software is
3704
- furnished to do so, subject to the following conditions:
3590
+ Permission is hereby granted, free of charge, to any
3591
+ person obtaining a copy of this software and associated
3592
+ documentation files (the "Software"), to deal in the
3593
+ Software without restriction, including without
3594
+ limitation the rights to use, copy, modify, merge,
3595
+ publish, distribute, sublicense, and/or sell copies of
3596
+ the Software, and to permit persons to whom the Software
3597
+ is furnished to do so, subject to the following
3598
+ conditions:
3705
3599
 
3706
- The above copyright notice and this permission notice shall be included in all
3707
- copies or substantial portions of the Software.
3600
+ The above copyright notice and this permission notice
3601
+ shall be included in all copies or substantial portions
3602
+ of the Software.
3708
3603
 
3709
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3710
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3711
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3712
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3713
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3714
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3715
- SOFTWARE.
3604
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3605
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3606
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3607
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3608
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3609
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3610
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3611
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3612
+ DEALINGS IN THE SOFTWARE.
3716
3613
 
3717
3614
  ````
3718
3615
 
@@ -3722,32 +3619,34 @@ SOFTWARE.
3722
3619
 
3723
3620
  ### Rust Crates:
3724
3621
 
3725
- - [educe](https://github.com/magiclen/educe) (0.5.11)
3726
- - [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
3727
- - [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
3622
+ - [http-body](https://github.com/hyperium/http-body) (1.0.1)
3728
3623
 
3729
3624
  ````text
3730
- MIT License
3731
-
3732
- Copyright (c) 2023 magiclen.org (Ron Li)
3625
+ Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
3733
3626
 
3734
- Permission is hereby granted, free of charge, to any person obtaining a copy
3735
- of this software and associated documentation files (the "Software"), to deal
3736
- in the Software without restriction, including without limitation the rights
3737
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3738
- copies of the Software, and to permit persons to whom the Software is
3739
- furnished to do so, subject to the following conditions:
3627
+ Permission is hereby granted, free of charge, to any
3628
+ person obtaining a copy of this software and associated
3629
+ documentation files (the "Software"), to deal in the
3630
+ Software without restriction, including without
3631
+ limitation the rights to use, copy, modify, merge,
3632
+ publish, distribute, sublicense, and/or sell copies of
3633
+ the Software, and to permit persons to whom the Software
3634
+ is furnished to do so, subject to the following
3635
+ conditions:
3740
3636
 
3741
- The above copyright notice and this permission notice shall be included in all
3742
- copies or substantial portions of the Software.
3637
+ The above copyright notice and this permission notice
3638
+ shall be included in all copies or substantial portions
3639
+ of the Software.
3743
3640
 
3744
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3745
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3746
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3747
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3748
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3749
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3750
- SOFTWARE.
3641
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3642
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3643
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3644
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3645
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3646
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3647
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3648
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3649
+ DEALINGS IN THE SOFTWARE.
3751
3650
 
3752
3651
  ````
3753
3652
 
@@ -3757,10 +3656,10 @@ SOFTWARE.
3757
3656
 
3758
3657
  ### Rust Crates:
3759
3658
 
3760
- - [digest](https://github.com/RustCrypto/traits) (0.10.7)
3659
+ - [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
3761
3660
 
3762
3661
  ````text
3763
- Copyright (c) 2017 Artyom Pavlov
3662
+ Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
3764
3663
 
3765
3664
  Permission is hereby granted, free of charge, to any
3766
3665
  person obtaining a copy of this software and associated
@@ -3794,10 +3693,13 @@ DEALINGS IN THE SOFTWARE.
3794
3693
 
3795
3694
  ### Rust Crates:
3796
3695
 
3797
- - [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
3696
+ - [schemars](https://github.com/GREsau/schemars) (1.2.1)
3697
+ - [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
3798
3698
 
3799
3699
  ````text
3800
- Copyright (c) 2017 Sean McArthur
3700
+ MIT License
3701
+
3702
+ Copyright (c) 2019 Graham Esau
3801
3703
 
3802
3704
  Permission is hereby granted, free of charge, to any person obtaining a copy
3803
3705
  of this software and associated documentation files (the "Software"), to deal
@@ -3806,17 +3708,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3806
3708
  copies of the Software, and to permit persons to whom the Software is
3807
3709
  furnished to do so, subject to the following conditions:
3808
3710
 
3809
- The above copyright notice and this permission notice shall be included in
3810
- all copies or substantial portions of the Software.
3711
+ The above copyright notice and this permission notice shall be included in all
3712
+ copies or substantial portions of the Software.
3811
3713
 
3812
3714
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3813
3715
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3814
3716
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3815
3717
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3816
3718
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3817
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3818
- THE SOFTWARE.
3819
-
3719
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3720
+ SOFTWARE.
3820
3721
 
3821
3722
  ````
3822
3723
 
@@ -3826,42 +3727,12 @@ THE SOFTWARE.
3826
3727
 
3827
3728
  ### Rust Crates:
3828
3729
 
3829
- - [chrono](https://github.com/chronotope/chrono) (0.4.44)
3830
- - [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3831
- - [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
3730
+ - [nix](https://github.com/nix-rust/nix) (0.31.2)
3832
3731
 
3833
3732
  ````text
3834
- MIT License
3835
-
3836
- Copyright (c) <year> <copyright holders>
3837
-
3838
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3839
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3840
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3841
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3842
- following conditions:
3843
-
3844
- The above copyright notice and this permission notice shall be included in all copies or substantial
3845
- portions of the Software.
3846
-
3847
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3848
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3849
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3850
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3851
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3852
-
3853
- ````
3854
-
3855
- ---
3856
-
3857
- ## The following dependencies are licensed under the MIT License:
3858
-
3859
- ### Rust Crates:
3860
-
3861
- - [directories](https://github.com/soc/directories-rs) (6.0.0)
3733
+ The MIT License (MIT)
3862
3734
 
3863
- ````text
3864
- Copyright (c) 2018 directories-rs contributors
3735
+ Copyright (c) 2015 Carl Lerche + nix-rust Authors
3865
3736
 
3866
3737
  Permission is hereby granted, free of charge, to any person obtaining a copy
3867
3738
  of this software and associated documentation files (the "Software"), to deal
@@ -3870,16 +3741,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3870
3741
  copies of the Software, and to permit persons to whom the Software is
3871
3742
  furnished to do so, subject to the following conditions:
3872
3743
 
3873
- The above copyright notice and this permission notice shall be included in all
3874
- copies or substantial portions of the Software.
3744
+ The above copyright notice and this permission notice shall be included in
3745
+ all copies or substantial portions of the Software.
3875
3746
 
3876
3747
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3877
3748
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3878
3749
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3879
3750
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3880
3751
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3881
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3882
- SOFTWARE.
3752
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3753
+ THE SOFTWARE.
3883
3754
 
3884
3755
  ````
3885
3756
 
@@ -3889,10 +3760,10 @@ SOFTWARE.
3889
3760
 
3890
3761
  ### Rust Crates:
3891
3762
 
3892
- - [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
3763
+ - [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
3893
3764
 
3894
3765
  ````text
3895
- Copyright (c) 2015-2025 Sean McArthur
3766
+ Copyright (c) 2016-2025 Sean McArthur
3896
3767
 
3897
3768
  Permission is hereby granted, free of charge, to any person obtaining a copy
3898
3769
  of this software and associated documentation files (the "Software"), to deal
@@ -3921,12 +3792,47 @@ THE SOFTWARE.
3921
3792
 
3922
3793
  ### Rust Crates:
3923
3794
 
3924
- - [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
3795
+ - [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
3796
+
3797
+ ````text
3798
+ Copyright (c) 2019 The CryptoCorrosion Contributors
3799
+
3800
+ Permission is hereby granted, free of charge, to any
3801
+ person obtaining a copy of this software and associated
3802
+ documentation files (the "Software"), to deal in the
3803
+ Software without restriction, including without
3804
+ limitation the rights to use, copy, modify, merge,
3805
+ publish, distribute, sublicense, and/or sell copies of
3806
+ the Software, and to permit persons to whom the Software
3807
+ is furnished to do so, subject to the following
3808
+ conditions:
3809
+
3810
+ The above copyright notice and this permission notice
3811
+ shall be included in all copies or substantial portions
3812
+ of the Software.
3813
+
3814
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3815
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3816
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3817
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3818
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3819
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3820
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3821
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3822
+ DEALINGS IN THE SOFTWARE.
3823
+
3824
+ ````
3825
+
3826
+ ---
3827
+
3828
+ ## The following dependencies are licensed under the MIT License:
3829
+
3830
+ ### Rust Crates:
3831
+
3832
+ - [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
3925
3833
 
3926
3834
  ````text
3927
- MIT License
3928
-
3929
- Copyright (c) 2018-2021 The RustCrypto Project Developers
3835
+ Copyright (c) 2016 The rust-native-tls Developers
3930
3836
 
3931
3837
  Permission is hereby granted, free of charge, to any person obtaining a copy
3932
3838
  of this software and associated documentation files (the "Software"), to deal
@@ -3952,25 +3858,6 @@ SOFTWARE.
3952
3858
 
3953
3859
  ## The following dependencies are licensed under the MIT License:
3954
3860
 
3955
- ### Rust Crates:
3956
-
3957
- - [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
3958
-
3959
- ````text
3960
- Copyright 2017 Juniper Networks, Inc.
3961
-
3962
- 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:
3963
-
3964
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3965
-
3966
- 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.
3967
-
3968
- ````
3969
-
3970
- ---
3971
-
3972
- ## The following dependencies are licensed under the MIT License:
3973
-
3974
3861
  ### NPM Packages:
3975
3862
 
3976
3863
  - [minimist](https://github.com/minimistjs/minimist) (1.2.8)
@@ -4003,13 +3890,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4003
3890
 
4004
3891
  ### Rust Crates:
4005
3892
 
4006
- - [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
4007
- - [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
4008
- - [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
4009
- - [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
3893
+ - [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
4010
3894
 
4011
3895
  ````text
4012
- Copyright (c) 2016 The Rust Project Developers
3896
+ Copyright (c) 2014 Chris Wong
4013
3897
 
4014
3898
  Permission is hereby granted, free of charge, to any
4015
3899
  person obtaining a copy of this software and associated
@@ -4043,10 +3927,86 @@ DEALINGS IN THE SOFTWARE.
4043
3927
 
4044
3928
  ### Rust Crates:
4045
3929
 
4046
- - [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
3930
+ - [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
4047
3931
 
4048
3932
  ````text
4049
- Copyright (c) 2018-2024 The rust-random Project Developers
3933
+ Copyright (c) 2018-2019 The RustCrypto Project Developers
3934
+
3935
+ Permission is hereby granted, free of charge, to any
3936
+ person obtaining a copy of this software and associated
3937
+ documentation files (the "Software"), to deal in the
3938
+ Software without restriction, including without
3939
+ limitation the rights to use, copy, modify, merge,
3940
+ publish, distribute, sublicense, and/or sell copies of
3941
+ the Software, and to permit persons to whom the Software
3942
+ is furnished to do so, subject to the following
3943
+ conditions:
3944
+
3945
+ The above copyright notice and this permission notice
3946
+ shall be included in all copies or substantial portions
3947
+ of the Software.
3948
+
3949
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3950
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3951
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3952
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3953
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3954
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3955
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3956
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3957
+ DEALINGS IN THE SOFTWARE.
3958
+
3959
+ ````
3960
+
3961
+ ---
3962
+
3963
+ ## The following dependencies are licensed under the MIT License:
3964
+
3965
+ ### NPM Packages:
3966
+
3967
+ - [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
3968
+ - [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
3969
+
3970
+ ````text
3971
+ MIT License
3972
+
3973
+ Copyright (c) Microsoft Corporation.
3974
+
3975
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3976
+ of this software and associated documentation files (the "Software"), to deal
3977
+ in the Software without restriction, including without limitation the rights
3978
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3979
+ copies of the Software, and to permit persons to whom the Software is
3980
+ furnished to do so, subject to the following conditions:
3981
+
3982
+ The above copyright notice and this permission notice shall be included in all
3983
+ copies or substantial portions of the Software.
3984
+
3985
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3986
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3987
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3988
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3989
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3990
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3991
+ SOFTWARE
3992
+
3993
+ ````
3994
+
3995
+ ---
3996
+
3997
+ ## The following dependencies are licensed under the MIT License:
3998
+
3999
+ ### Rust Crates:
4000
+
4001
+ - [rand](https://github.com/rust-random/rand) (0.8.5)
4002
+ - [rand](https://github.com/rust-random/rand) (0.9.4)
4003
+ - [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
4004
+ - [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
4005
+ - [rand_core](https://github.com/rust-random/rand) (0.6.4)
4006
+ - [rand_core](https://github.com/rust-random/rand) (0.9.5)
4007
+
4008
+ ````text
4009
+ Copyright 2018 Developers of the Rand project
4050
4010
  Copyright (c) 2014 The Rust Project Developers
4051
4011
 
4052
4012
  Permission is hereby granted, free of charge, to any
@@ -4077,6 +4037,78 @@ DEALINGS IN THE SOFTWARE.
4077
4037
 
4078
4038
  ---
4079
4039
 
4040
+ ## The following dependencies are licensed under the MIT License:
4041
+
4042
+ ### NPM Packages:
4043
+
4044
+ - [undici-types](https://github.com/nodejs/undici) (6.21.0)
4045
+
4046
+ ````text
4047
+ MIT License
4048
+
4049
+ Copyright (c) Matteo Collina and Undici contributors
4050
+
4051
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4052
+ of this software and associated documentation files (the "Software"), to deal
4053
+ in the Software without restriction, including without limitation the rights
4054
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4055
+ copies of the Software, and to permit persons to whom the Software is
4056
+ furnished to do so, subject to the following conditions:
4057
+
4058
+ The above copyright notice and this permission notice shall be included in all
4059
+ copies or substantial portions of the Software.
4060
+
4061
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4062
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4063
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4064
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4065
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4066
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4067
+ SOFTWARE.
4068
+
4069
+ ````
4070
+
4071
+ ---
4072
+
4073
+ ## The following dependencies are licensed under the MIT License:
4074
+
4075
+ ### Rust Crates:
4076
+
4077
+ - [tower](https://github.com/tower-rs/tower) (0.5.3)
4078
+ - [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
4079
+ - [tower-service](https://github.com/tower-rs/tower) (0.3.3)
4080
+
4081
+ ````text
4082
+ Copyright (c) 2019 Tower Contributors
4083
+
4084
+ Permission is hereby granted, free of charge, to any
4085
+ person obtaining a copy of this software and associated
4086
+ documentation files (the "Software"), to deal in the
4087
+ Software without restriction, including without
4088
+ limitation the rights to use, copy, modify, merge,
4089
+ publish, distribute, sublicense, and/or sell copies of
4090
+ the Software, and to permit persons to whom the Software
4091
+ is furnished to do so, subject to the following
4092
+ conditions:
4093
+
4094
+ The above copyright notice and this permission notice
4095
+ shall be included in all copies or substantial portions
4096
+ of the Software.
4097
+
4098
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
4099
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
4100
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
4101
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
4102
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4103
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4104
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
4105
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4106
+ DEALINGS IN THE SOFTWARE.
4107
+
4108
+ ````
4109
+
4110
+ ---
4111
+
4080
4112
  ## The following dependencies are licensed under the MPL-2.0 License:
4081
4113
 
4082
4114
  ### Rust Crates:
@@ -4462,47 +4494,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
4462
4494
 
4463
4495
  ---
4464
4496
 
4465
- ## The following dependencies are licensed under the UNKNOWN License:
4466
-
4467
- ### NPM Packages:
4468
-
4469
- - [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
4470
-
4471
- ````text
4472
- Please refer to the package README for license details.
4473
- ````
4474
-
4475
- ---
4476
-
4477
4497
  ## The following dependencies are licensed under the Unicode-3.0 License:
4478
4498
 
4479
4499
  ### Rust Crates:
4480
4500
 
4481
- - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4482
- - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4483
- - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4484
- - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4485
- - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4486
- - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4487
- - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4488
- - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4489
- - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4490
- - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4491
- - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4492
- - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4493
- - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4494
- - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4495
- - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4496
- - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4497
- - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4498
- - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4501
+ - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4499
4502
 
4500
4503
  ````text
4501
4504
  UNICODE LICENSE V3
4502
4505
 
4503
4506
  COPYRIGHT AND PERMISSION NOTICE
4504
4507
 
4505
- Copyright © 2020-2024 Unicode, Inc.
4508
+ Copyright © 1991-2023 Unicode, Inc.
4506
4509
 
4507
4510
  NOTICE TO USER: Carefully read the following legal agreement. BY
4508
4511
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4538,13 +4541,6 @@ not be used in advertising or otherwise to promote the sale, use or other
4538
4541
  dealings in these Data Files or Software without prior written
4539
4542
  authorization of the copyright holder.
4540
4543
 
4541
- SPDX-License-Identifier: Unicode-3.0
4542
-
4543
-
4544
-
4545
- Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4546
- ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4547
-
4548
4544
  ````
4549
4545
 
4550
4546
  ---
@@ -4553,14 +4549,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
4553
4549
 
4554
4550
  ### Rust Crates:
4555
4551
 
4556
- - [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
4552
+ - [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
4553
+ - [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
4554
+ - [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
4555
+ - [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
4556
+ - [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
4557
+ - [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
4558
+ - [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
4559
+ - [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
4560
+ - [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
4561
+ - [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
4562
+ - [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
4563
+ - [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
4564
+ - [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
4565
+ - [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
4566
+ - [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
4567
+ - [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
4568
+ - [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
4569
+ - [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
4557
4570
 
4558
4571
  ````text
4559
4572
  UNICODE LICENSE V3
4560
4573
 
4561
4574
  COPYRIGHT AND PERMISSION NOTICE
4562
4575
 
4563
- Copyright © 1991-2023 Unicode, Inc.
4576
+ Copyright © 2020-2024 Unicode, Inc.
4564
4577
 
4565
4578
  NOTICE TO USER: Carefully read the following legal agreement. BY
4566
4579
  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
@@ -4596,5 +4609,12 @@ not be used in advertising or otherwise to promote the sale, use or other
4596
4609
  dealings in these Data Files or Software without prior written
4597
4610
  authorization of the copyright holder.
4598
4611
 
4612
+ SPDX-License-Identifier: Unicode-3.0
4613
+
4614
+
4615
+
4616
+ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
4617
+ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
4618
+
4599
4619
  ````
4600
4620