@deveco-codegenie/mcp-bridge-win32-x64 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1058 -1058
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
|
|
24
24
|
### Rust Crates:
|
|
25
25
|
|
|
26
|
-
- [
|
|
26
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
27
27
|
|
|
28
28
|
````text
|
|
29
29
|
BSD Zero Clause License
|
|
30
30
|
|
|
31
|
-
Copyright (c)
|
|
31
|
+
Copyright (c) 2023 kotauskas
|
|
32
32
|
|
|
33
33
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
34
34
|
purpose with or without fee is hereby granted.
|
|
@@ -40,6 +40,29 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
40
40
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
41
41
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
42
42
|
PERFORMANCE OF THIS SOFTWARE.
|
|
43
|
+
````
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
48
|
+
|
|
49
|
+
### Rust Crates:
|
|
50
|
+
|
|
51
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
52
|
+
|
|
53
|
+
````text
|
|
54
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
55
|
+
|
|
56
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
57
|
+
any purpose with or without fee is hereby granted.
|
|
58
|
+
|
|
59
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
60
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
61
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
62
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
63
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
64
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
65
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
43
66
|
|
|
44
67
|
````
|
|
45
68
|
|
|
@@ -75,12 +98,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
75
98
|
|
|
76
99
|
### Rust Crates:
|
|
77
100
|
|
|
78
|
-
- [
|
|
101
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
79
102
|
|
|
80
103
|
````text
|
|
81
104
|
BSD Zero Clause License
|
|
82
105
|
|
|
83
|
-
Copyright (c)
|
|
106
|
+
Copyright (c) 2025 Goat
|
|
84
107
|
|
|
85
108
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
86
109
|
purpose with or without fee is hereby granted.
|
|
@@ -92,29 +115,6 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
92
115
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
93
116
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
94
117
|
PERFORMANCE OF THIS SOFTWARE.
|
|
95
|
-
````
|
|
96
|
-
|
|
97
|
-
---
|
|
98
|
-
|
|
99
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
100
|
-
|
|
101
|
-
### Rust Crates:
|
|
102
|
-
|
|
103
|
-
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
104
|
-
|
|
105
|
-
````text
|
|
106
|
-
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
107
|
-
|
|
108
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
109
|
-
any purpose with or without fee is hereby granted.
|
|
110
|
-
|
|
111
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
112
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
113
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
114
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
115
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
116
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
117
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
118
118
|
|
|
119
119
|
````
|
|
120
120
|
|
|
@@ -124,7 +124,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
124
124
|
|
|
125
125
|
### Rust Crates:
|
|
126
126
|
|
|
127
|
-
- [
|
|
127
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
128
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
129
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
128
130
|
|
|
129
131
|
````text
|
|
130
132
|
Apache License
|
|
@@ -315,7 +317,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
315
317
|
same "printed page" as the copyright notice for easier
|
|
316
318
|
identification within third-party archives.
|
|
317
319
|
|
|
318
|
-
Copyright
|
|
320
|
+
Copyright [yyyy] [name of copyright owner]
|
|
319
321
|
|
|
320
322
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
321
323
|
you may not use this file except in compliance with the License.
|
|
@@ -337,9 +339,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
337
339
|
|
|
338
340
|
### Rust Crates:
|
|
339
341
|
|
|
340
|
-
- [
|
|
341
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
342
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
342
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
343
343
|
|
|
344
344
|
````text
|
|
345
345
|
Apache License
|
|
@@ -530,7 +530,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
530
530
|
same "printed page" as the copyright notice for easier
|
|
531
531
|
identification within third-party archives.
|
|
532
532
|
|
|
533
|
-
Copyright
|
|
533
|
+
Copyright 2011 Google Inc.
|
|
534
534
|
|
|
535
535
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
536
536
|
you may not use this file except in compliance with the License.
|
|
@@ -704,34 +704,28 @@ THIS SOFTWARE.
|
|
|
704
704
|
|
|
705
705
|
### Rust Crates:
|
|
706
706
|
|
|
707
|
-
- [
|
|
707
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
708
708
|
|
|
709
709
|
````text
|
|
710
|
-
Copyright (c)
|
|
710
|
+
Copyright (c) 2019 Eliza Weisman
|
|
711
711
|
|
|
712
|
-
Permission is hereby granted, free of charge, to any
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
the Software, and to permit persons to whom the Software
|
|
719
|
-
is furnished to do so, subject to the following
|
|
720
|
-
conditions:
|
|
712
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
713
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
714
|
+
in the Software without restriction, including without limitation the rights
|
|
715
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
716
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
717
|
+
furnished to do so, subject to the following conditions:
|
|
721
718
|
|
|
722
|
-
The above copyright notice and this permission notice
|
|
723
|
-
|
|
724
|
-
of the Software.
|
|
719
|
+
The above copyright notice and this permission notice shall be included in
|
|
720
|
+
all copies or substantial portions of the Software.
|
|
725
721
|
|
|
726
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
734
|
-
DEALINGS IN THE SOFTWARE.
|
|
722
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
723
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
724
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
725
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
726
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
727
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
728
|
+
THE SOFTWARE.
|
|
735
729
|
|
|
736
730
|
````
|
|
737
731
|
|
|
@@ -739,12 +733,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
739
733
|
|
|
740
734
|
## The following dependencies are licensed under the MIT License:
|
|
741
735
|
|
|
742
|
-
###
|
|
736
|
+
### NPM Packages:
|
|
743
737
|
|
|
744
|
-
- [
|
|
738
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
739
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
745
740
|
|
|
746
741
|
````text
|
|
747
|
-
|
|
742
|
+
MIT License
|
|
743
|
+
|
|
744
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
748
745
|
|
|
749
746
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
750
747
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -753,16 +750,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
753
750
|
copies of the Software, and to permit persons to whom the Software is
|
|
754
751
|
furnished to do so, subject to the following conditions:
|
|
755
752
|
|
|
756
|
-
The above copyright notice and this permission notice shall be included in
|
|
757
|
-
|
|
753
|
+
The above copyright notice and this permission notice shall be included in all
|
|
754
|
+
copies or substantial portions of the Software.
|
|
758
755
|
|
|
759
756
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
760
757
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
761
758
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
762
759
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
763
760
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
764
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
765
|
-
|
|
761
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
762
|
+
SOFTWARE.
|
|
766
763
|
|
|
767
764
|
````
|
|
768
765
|
|
|
@@ -772,10 +769,10 @@ THE SOFTWARE.
|
|
|
772
769
|
|
|
773
770
|
### Rust Crates:
|
|
774
771
|
|
|
775
|
-
- [
|
|
772
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
776
773
|
|
|
777
774
|
````text
|
|
778
|
-
Copyright (c)
|
|
775
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
779
776
|
|
|
780
777
|
Permission is hereby granted, free of charge, to any
|
|
781
778
|
person obtaining a copy of this software and associated
|
|
@@ -809,12 +806,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
809
806
|
|
|
810
807
|
### Rust Crates:
|
|
811
808
|
|
|
812
|
-
- [
|
|
809
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
813
810
|
|
|
814
811
|
````text
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
812
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
818
813
|
|
|
819
814
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
820
815
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -823,16 +818,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
823
818
|
copies of the Software, and to permit persons to whom the Software is
|
|
824
819
|
furnished to do so, subject to the following conditions:
|
|
825
820
|
|
|
826
|
-
The above copyright notice and this permission notice shall be included in
|
|
827
|
-
copies or substantial portions of the Software.
|
|
821
|
+
The above copyright notice and this permission notice shall be included in
|
|
822
|
+
all copies or substantial portions of the Software.
|
|
828
823
|
|
|
829
824
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
830
825
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
831
826
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
832
827
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
833
828
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
834
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
835
|
-
SOFTWARE.
|
|
829
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
830
|
+
THE SOFTWARE.
|
|
831
|
+
|
|
836
832
|
|
|
837
833
|
````
|
|
838
834
|
|
|
@@ -842,11 +838,14 @@ SOFTWARE.
|
|
|
842
838
|
|
|
843
839
|
### Rust Crates:
|
|
844
840
|
|
|
845
|
-
- [
|
|
846
|
-
- [
|
|
841
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
842
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
843
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
847
844
|
|
|
848
845
|
````text
|
|
849
|
-
|
|
846
|
+
MIT License
|
|
847
|
+
|
|
848
|
+
Copyright (c) Tokio Contributors
|
|
850
849
|
|
|
851
850
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
852
851
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -874,33 +873,16 @@ SOFTWARE.
|
|
|
874
873
|
|
|
875
874
|
### Rust Crates:
|
|
876
875
|
|
|
877
|
-
- [
|
|
878
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
879
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
880
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
876
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
881
877
|
|
|
882
878
|
````text
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
Copyright (c) 2015 Andrew Gallant
|
|
879
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
886
880
|
|
|
887
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
888
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
889
|
-
in the Software without restriction, including without limitation the rights
|
|
890
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
891
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
892
|
-
furnished to do so, subject to the following conditions:
|
|
881
|
+
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:
|
|
893
882
|
|
|
894
|
-
The above copyright notice and this permission notice shall be included in
|
|
895
|
-
all copies or substantial portions of the Software.
|
|
883
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
896
884
|
|
|
897
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
898
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
899
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
900
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
901
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
902
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
903
|
-
THE SOFTWARE.
|
|
885
|
+
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.
|
|
904
886
|
|
|
905
887
|
````
|
|
906
888
|
|
|
@@ -910,14 +892,13 @@ THE SOFTWARE.
|
|
|
910
892
|
|
|
911
893
|
### Rust Crates:
|
|
912
894
|
|
|
913
|
-
- [
|
|
914
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
915
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
895
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
916
896
|
|
|
917
897
|
````text
|
|
918
898
|
MIT License
|
|
919
899
|
|
|
920
|
-
Copyright (c)
|
|
900
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
901
|
+
Copyright (c) Tokio Contributors
|
|
921
902
|
|
|
922
903
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
923
904
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -945,10 +926,11 @@ SOFTWARE.
|
|
|
945
926
|
|
|
946
927
|
### Rust Crates:
|
|
947
928
|
|
|
948
|
-
- [
|
|
929
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
930
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
949
931
|
|
|
950
932
|
````text
|
|
951
|
-
Copyright (c)
|
|
933
|
+
Copyright (c) 2014 Alex Crichton
|
|
952
934
|
|
|
953
935
|
Permission is hereby granted, free of charge, to any
|
|
954
936
|
person obtaining a copy of this software and associated
|
|
@@ -982,10 +964,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
982
964
|
|
|
983
965
|
### Rust Crates:
|
|
984
966
|
|
|
985
|
-
- [
|
|
967
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
986
968
|
|
|
987
969
|
````text
|
|
988
|
-
Copyright (c)
|
|
970
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
989
971
|
|
|
990
972
|
Permission is hereby granted, free of charge, to any
|
|
991
973
|
person obtaining a copy of this software and associated
|
|
@@ -1019,36 +1001,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1019
1001
|
|
|
1020
1002
|
### Rust Crates:
|
|
1021
1003
|
|
|
1022
|
-
- [
|
|
1023
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1024
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1004
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
1025
1005
|
|
|
1026
1006
|
````text
|
|
1027
|
-
Copyright (c)
|
|
1007
|
+
Copyright (c) 2015 steffengy
|
|
1028
1008
|
|
|
1029
|
-
Permission is hereby granted, free of charge, to any
|
|
1030
|
-
person obtaining a copy of this software and associated
|
|
1031
|
-
documentation files (the "Software"), to deal in the
|
|
1032
|
-
Software without restriction, including without
|
|
1033
|
-
limitation the rights to use, copy, modify, merge,
|
|
1034
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1035
|
-
the Software, and to permit persons to whom the Software
|
|
1036
|
-
is furnished to do so, subject to the following
|
|
1037
|
-
conditions:
|
|
1009
|
+
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:
|
|
1038
1010
|
|
|
1039
|
-
The above copyright notice and this permission notice
|
|
1040
|
-
shall be included in all copies or substantial portions
|
|
1041
|
-
of the Software.
|
|
1011
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1042
1012
|
|
|
1043
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1044
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1045
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1046
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1047
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1048
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1049
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1050
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1051
|
-
DEALINGS IN THE SOFTWARE.
|
|
1013
|
+
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.
|
|
1052
1014
|
|
|
1053
1015
|
````
|
|
1054
1016
|
|
|
@@ -1058,10 +1020,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1058
1020
|
|
|
1059
1021
|
### Rust Crates:
|
|
1060
1022
|
|
|
1061
|
-
- [
|
|
1023
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1024
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1025
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1026
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1027
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1028
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1062
1029
|
|
|
1063
1030
|
````text
|
|
1064
|
-
Copyright (c) 2019
|
|
1031
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1065
1032
|
|
|
1066
1033
|
Permission is hereby granted, free of charge, to any
|
|
1067
1034
|
person obtaining a copy of this software and associated
|
|
@@ -1095,15 +1062,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1095
1062
|
|
|
1096
1063
|
### Rust Crates:
|
|
1097
1064
|
|
|
1098
|
-
- [
|
|
1099
|
-
- [
|
|
1100
|
-
- [
|
|
1101
|
-
- [
|
|
1102
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1103
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1065
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1066
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1067
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1068
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1104
1069
|
|
|
1105
1070
|
````text
|
|
1106
|
-
Copyright (c)
|
|
1071
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1107
1072
|
|
|
1108
1073
|
Permission is hereby granted, free of charge, to any
|
|
1109
1074
|
person obtaining a copy of this software and associated
|
|
@@ -1137,12 +1102,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1137
1102
|
|
|
1138
1103
|
### Rust Crates:
|
|
1139
1104
|
|
|
1140
|
-
- [
|
|
1105
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1141
1106
|
|
|
1142
1107
|
````text
|
|
1143
|
-
MIT License
|
|
1108
|
+
The MIT License (MIT)
|
|
1144
1109
|
|
|
1145
|
-
Copyright (c)
|
|
1110
|
+
Copyright (c) 2015 Alice Maz
|
|
1146
1111
|
|
|
1147
1112
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1148
1113
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1151,16 +1116,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1151
1116
|
copies of the Software, and to permit persons to whom the Software is
|
|
1152
1117
|
furnished to do so, subject to the following conditions:
|
|
1153
1118
|
|
|
1154
|
-
The above copyright notice and this permission notice shall be included in
|
|
1155
|
-
copies or substantial portions of the Software.
|
|
1119
|
+
The above copyright notice and this permission notice shall be included in
|
|
1120
|
+
all copies or substantial portions of the Software.
|
|
1156
1121
|
|
|
1157
1122
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1158
1123
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1159
1124
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1160
1125
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1161
1126
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1162
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1163
|
-
SOFTWARE.
|
|
1127
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1128
|
+
THE SOFTWARE.
|
|
1164
1129
|
|
|
1165
1130
|
````
|
|
1166
1131
|
|
|
@@ -1170,29 +1135,34 @@ SOFTWARE.
|
|
|
1170
1135
|
|
|
1171
1136
|
### Rust Crates:
|
|
1172
1137
|
|
|
1173
|
-
- [
|
|
1138
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1174
1139
|
|
|
1175
1140
|
````text
|
|
1176
|
-
Copyright (c)
|
|
1177
|
-
|
|
1178
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1179
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1180
|
-
in the Software without restriction, including without limitation the rights
|
|
1181
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1182
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1183
|
-
furnished to do so, subject to the following conditions:
|
|
1141
|
+
Copyright (c) 2019 Carl Lerche
|
|
1184
1142
|
|
|
1185
|
-
|
|
1186
|
-
|
|
1143
|
+
Permission is hereby granted, free of charge, to any
|
|
1144
|
+
person obtaining a copy of this software and associated
|
|
1145
|
+
documentation files (the "Software"), to deal in the
|
|
1146
|
+
Software without restriction, including without
|
|
1147
|
+
limitation the rights to use, copy, modify, merge,
|
|
1148
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1149
|
+
the Software, and to permit persons to whom the Software
|
|
1150
|
+
is furnished to do so, subject to the following
|
|
1151
|
+
conditions:
|
|
1187
1152
|
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1192
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1193
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1194
|
-
THE SOFTWARE.
|
|
1153
|
+
The above copyright notice and this permission notice
|
|
1154
|
+
shall be included in all copies or substantial portions
|
|
1155
|
+
of the Software.
|
|
1195
1156
|
|
|
1157
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1158
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1159
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1160
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1161
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1162
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1163
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1164
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1165
|
+
DEALINGS IN THE SOFTWARE.
|
|
1196
1166
|
|
|
1197
1167
|
````
|
|
1198
1168
|
|
|
@@ -1202,11 +1172,10 @@ THE SOFTWARE.
|
|
|
1202
1172
|
|
|
1203
1173
|
### Rust Crates:
|
|
1204
1174
|
|
|
1205
|
-
- [
|
|
1175
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1206
1176
|
|
|
1207
1177
|
````text
|
|
1208
|
-
Copyright (c)
|
|
1209
|
-
Copyright (c) 2016 Alex Crichton
|
|
1178
|
+
Copyright (c) 2017 Sean McArthur
|
|
1210
1179
|
|
|
1211
1180
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1212
1181
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1235,12 +1204,10 @@ THE SOFTWARE.
|
|
|
1235
1204
|
|
|
1236
1205
|
### Rust Crates:
|
|
1237
1206
|
|
|
1238
|
-
- [
|
|
1239
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1240
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1207
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1241
1208
|
|
|
1242
1209
|
````text
|
|
1243
|
-
Copyright (c)
|
|
1210
|
+
Copyright (c) 2015 Steven Allen
|
|
1244
1211
|
|
|
1245
1212
|
Permission is hereby granted, free of charge, to any
|
|
1246
1213
|
person obtaining a copy of this software and associated
|
|
@@ -1274,29 +1241,27 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1274
1241
|
|
|
1275
1242
|
### Rust Crates:
|
|
1276
1243
|
|
|
1277
|
-
- [
|
|
1244
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
1278
1245
|
|
|
1279
1246
|
````text
|
|
1280
|
-
Copyright (
|
|
1281
|
-
Copyright (c) 2016 Jason Housley
|
|
1247
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
1282
1248
|
|
|
1283
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1249
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1250
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1251
|
+
the Software without restriction, including without limitation the rights to
|
|
1252
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1253
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1254
|
+
subject to the following conditions:
|
|
1289
1255
|
|
|
1290
|
-
The above copyright notice and this permission notice shall be included in
|
|
1291
|
-
|
|
1256
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1257
|
+
copies or substantial portions of the Software.
|
|
1292
1258
|
|
|
1293
1259
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1294
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
THE SOFTWARE.
|
|
1260
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1261
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
1262
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1263
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1264
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1300
1265
|
|
|
1301
1266
|
````
|
|
1302
1267
|
|
|
@@ -1306,10 +1271,10 @@ THE SOFTWARE.
|
|
|
1306
1271
|
|
|
1307
1272
|
### Rust Crates:
|
|
1308
1273
|
|
|
1309
|
-
- [
|
|
1274
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1310
1275
|
|
|
1311
1276
|
````text
|
|
1312
|
-
Copyright
|
|
1277
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1313
1278
|
|
|
1314
1279
|
Permission is hereby granted, free of charge, to any
|
|
1315
1280
|
person obtaining a copy of this software and associated
|
|
@@ -1343,10 +1308,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1343
1308
|
|
|
1344
1309
|
### Rust Crates:
|
|
1345
1310
|
|
|
1346
|
-
- [
|
|
1311
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1347
1312
|
|
|
1348
1313
|
````text
|
|
1349
|
-
Copyright (c)
|
|
1314
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1350
1315
|
|
|
1351
1316
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1352
1317
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1366,6 +1331,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1366
1331
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1367
1332
|
THE SOFTWARE.
|
|
1368
1333
|
|
|
1334
|
+
|
|
1369
1335
|
````
|
|
1370
1336
|
|
|
1371
1337
|
---
|
|
@@ -1374,17 +1340,13 @@ THE SOFTWARE.
|
|
|
1374
1340
|
|
|
1375
1341
|
### Rust Crates:
|
|
1376
1342
|
|
|
1377
|
-
- [
|
|
1343
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1378
1344
|
|
|
1379
1345
|
````text
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
Includes parts of http date with the following copyright:
|
|
1383
|
-
Copyright (c) 2016 Pyfisch
|
|
1384
|
-
|
|
1385
|
-
Includes portions of musl libc with the following copyright:
|
|
1386
|
-
Copyright © 2005-2013 Rich Felker
|
|
1346
|
+
The MIT License (MIT)
|
|
1387
1347
|
|
|
1348
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1349
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1388
1350
|
|
|
1389
1351
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1390
1352
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1410,33 +1372,38 @@ SOFTWARE.
|
|
|
1410
1372
|
|
|
1411
1373
|
## The following dependencies are licensed under the MIT License:
|
|
1412
1374
|
|
|
1413
|
-
###
|
|
1375
|
+
### Rust Crates:
|
|
1414
1376
|
|
|
1415
|
-
- [
|
|
1377
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1378
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1379
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1416
1380
|
|
|
1417
1381
|
````text
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1421
|
-
|
|
1422
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1423
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1424
|
-
in the Software without restriction, including without limitation the rights
|
|
1425
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1426
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1427
|
-
furnished to do so, subject to the following conditions:
|
|
1382
|
+
Copyright (c) 2019 Tower Contributors
|
|
1428
1383
|
|
|
1429
|
-
|
|
1430
|
-
|
|
1384
|
+
Permission is hereby granted, free of charge, to any
|
|
1385
|
+
person obtaining a copy of this software and associated
|
|
1386
|
+
documentation files (the "Software"), to deal in the
|
|
1387
|
+
Software without restriction, including without
|
|
1388
|
+
limitation the rights to use, copy, modify, merge,
|
|
1389
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1390
|
+
the Software, and to permit persons to whom the Software
|
|
1391
|
+
is furnished to do so, subject to the following
|
|
1392
|
+
conditions:
|
|
1431
1393
|
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1436
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1437
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1438
|
-
SOFTWARE.
|
|
1394
|
+
The above copyright notice and this permission notice
|
|
1395
|
+
shall be included in all copies or substantial portions
|
|
1396
|
+
of the Software.
|
|
1439
1397
|
|
|
1398
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1399
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1400
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1401
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1402
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1403
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1404
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1405
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1406
|
+
DEALINGS IN THE SOFTWARE.
|
|
1440
1407
|
|
|
1441
1408
|
````
|
|
1442
1409
|
|
|
@@ -1446,28 +1413,35 @@ SOFTWARE.
|
|
|
1446
1413
|
|
|
1447
1414
|
### Rust Crates:
|
|
1448
1415
|
|
|
1449
|
-
- [
|
|
1416
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1450
1417
|
|
|
1451
1418
|
````text
|
|
1452
|
-
Copyright
|
|
1419
|
+
Copyright 2023 The Fuchsia Authors
|
|
1453
1420
|
|
|
1454
|
-
Permission is hereby granted, free of charge, to any
|
|
1455
|
-
of this software and associated
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1421
|
+
Permission is hereby granted, free of charge, to any
|
|
1422
|
+
person obtaining a copy of this software and associated
|
|
1423
|
+
documentation files (the "Software"), to deal in the
|
|
1424
|
+
Software without restriction, including without
|
|
1425
|
+
limitation the rights to use, copy, modify, merge,
|
|
1426
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1427
|
+
the Software, and to permit persons to whom the Software
|
|
1428
|
+
is furnished to do so, subject to the following
|
|
1429
|
+
conditions:
|
|
1460
1430
|
|
|
1461
|
-
The above copyright notice and this permission notice
|
|
1462
|
-
all copies or substantial portions
|
|
1431
|
+
The above copyright notice and this permission notice
|
|
1432
|
+
shall be included in all copies or substantial portions
|
|
1433
|
+
of the Software.
|
|
1434
|
+
|
|
1435
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1436
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1437
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1438
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1439
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1440
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1441
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1442
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1443
|
+
DEALINGS IN THE SOFTWARE.
|
|
1463
1444
|
|
|
1464
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1465
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1466
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1467
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1468
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1469
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1470
|
-
THE SOFTWARE.
|
|
1471
1445
|
|
|
1472
1446
|
````
|
|
1473
1447
|
|
|
@@ -1477,10 +1451,10 @@ THE SOFTWARE.
|
|
|
1477
1451
|
|
|
1478
1452
|
### Rust Crates:
|
|
1479
1453
|
|
|
1480
|
-
- [
|
|
1454
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1481
1455
|
|
|
1482
1456
|
````text
|
|
1483
|
-
Copyright
|
|
1457
|
+
Copyright (c) The Rust Project Developers
|
|
1484
1458
|
|
|
1485
1459
|
Permission is hereby granted, free of charge, to any
|
|
1486
1460
|
person obtaining a copy of this software and associated
|
|
@@ -1506,7 +1480,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1506
1480
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1507
1481
|
DEALINGS IN THE SOFTWARE.
|
|
1508
1482
|
|
|
1509
|
-
|
|
1510
1483
|
````
|
|
1511
1484
|
|
|
1512
1485
|
---
|
|
@@ -1515,15 +1488,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1515
1488
|
|
|
1516
1489
|
### Rust Crates:
|
|
1517
1490
|
|
|
1518
|
-
- [
|
|
1519
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1520
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1521
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1522
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1523
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1491
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1524
1492
|
|
|
1525
1493
|
````text
|
|
1526
|
-
Copyright (c)
|
|
1494
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1527
1495
|
|
|
1528
1496
|
Permission is hereby granted, free of charge, to any
|
|
1529
1497
|
person obtaining a copy of this software and associated
|
|
@@ -1557,33 +1525,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1557
1525
|
|
|
1558
1526
|
### Rust Crates:
|
|
1559
1527
|
|
|
1560
|
-
- [
|
|
1528
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1561
1529
|
|
|
1562
1530
|
````text
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
1531
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1566
1532
|
|
|
1567
|
-
Permission is hereby granted, free of charge, to any
|
|
1568
|
-
of this software and associated
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1533
|
+
Permission is hereby granted, free of charge, to any
|
|
1534
|
+
person obtaining a copy of this software and associated
|
|
1535
|
+
documentation files (the "Software"), to deal in the
|
|
1536
|
+
Software without restriction, including without
|
|
1537
|
+
limitation the rights to use, copy, modify, merge,
|
|
1538
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1539
|
+
the Software, and to permit persons to whom the Software
|
|
1540
|
+
is furnished to do so, subject to the following
|
|
1541
|
+
conditions:
|
|
1573
1542
|
|
|
1574
|
-
The above copyright notice and this permission notice
|
|
1575
|
-
copies or substantial portions
|
|
1543
|
+
The above copyright notice and this permission notice
|
|
1544
|
+
shall be included in all copies or substantial portions
|
|
1545
|
+
of the Software.
|
|
1576
1546
|
|
|
1577
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1578
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1547
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1548
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1549
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1550
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1551
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1552
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1553
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1554
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1555
|
+
DEALINGS IN THE SOFTWARE.
|
|
1584
1556
|
|
|
1585
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1586
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1587
1557
|
````
|
|
1588
1558
|
|
|
1589
1559
|
---
|
|
@@ -1592,29 +1562,51 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1592
1562
|
|
|
1593
1563
|
### Rust Crates:
|
|
1594
1564
|
|
|
1595
|
-
- [
|
|
1596
|
-
|
|
1565
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1566
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1567
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1568
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1569
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1570
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1571
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1572
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1573
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1574
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1575
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1576
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1577
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1578
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1579
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1580
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1581
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1582
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1583
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1584
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1585
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1586
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1587
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1588
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1589
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1590
|
+
|
|
1597
1591
|
````text
|
|
1598
|
-
|
|
1599
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1592
|
+
MIT License
|
|
1600
1593
|
|
|
1601
|
-
|
|
1602
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1603
|
-
in the Software without restriction, including without limitation the rights
|
|
1604
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1605
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1606
|
-
furnished to do so, subject to the following conditions:
|
|
1594
|
+
Copyright (c) <year> <copyright holders>
|
|
1607
1595
|
|
|
1608
|
-
|
|
1609
|
-
|
|
1596
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1597
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1598
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1599
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1600
|
+
following conditions:
|
|
1610
1601
|
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
SOFTWARE
|
|
1602
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1603
|
+
portions of the Software.
|
|
1604
|
+
|
|
1605
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1606
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1607
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1608
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1609
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1618
1610
|
|
|
1619
1611
|
````
|
|
1620
1612
|
|
|
@@ -1622,15 +1614,48 @@ SOFTWARE.
|
|
|
1622
1614
|
|
|
1623
1615
|
## The following dependencies are licensed under the MIT License:
|
|
1624
1616
|
|
|
1625
|
-
###
|
|
1617
|
+
### Rust Crates:
|
|
1626
1618
|
|
|
1627
|
-
- [
|
|
1628
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1619
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1629
1620
|
|
|
1630
1621
|
````text
|
|
1631
|
-
|
|
1622
|
+
Copyright (c) 2017 Robert Grosse
|
|
1632
1623
|
|
|
1633
|
-
|
|
1624
|
+
Permission is hereby granted, free of charge, to any
|
|
1625
|
+
person obtaining a copy of this software and associated
|
|
1626
|
+
documentation files (the "Software"), to deal in the
|
|
1627
|
+
Software without restriction, including without
|
|
1628
|
+
limitation the rights to use, copy, modify, merge,
|
|
1629
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1630
|
+
the Software, and to permit persons to whom the Software
|
|
1631
|
+
is furnished to do so, subject to the following
|
|
1632
|
+
conditions:
|
|
1633
|
+
|
|
1634
|
+
The above copyright notice and this permission notice
|
|
1635
|
+
shall be included in all copies or substantial portions
|
|
1636
|
+
of the Software.
|
|
1637
|
+
|
|
1638
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1639
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1640
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1641
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1642
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1643
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1644
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1645
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1646
|
+
DEALINGS IN THE SOFTWARE.
|
|
1647
|
+
````
|
|
1648
|
+
|
|
1649
|
+
---
|
|
1650
|
+
|
|
1651
|
+
## The following dependencies are licensed under the MIT License:
|
|
1652
|
+
|
|
1653
|
+
### Rust Crates:
|
|
1654
|
+
|
|
1655
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
1656
|
+
|
|
1657
|
+
````text
|
|
1658
|
+
Copyright (c) 2015 Igor Shaula
|
|
1634
1659
|
|
|
1635
1660
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1636
1661
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1639,16 +1664,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1639
1664
|
copies of the Software, and to permit persons to whom the Software is
|
|
1640
1665
|
furnished to do so, subject to the following conditions:
|
|
1641
1666
|
|
|
1642
|
-
The above copyright notice and this permission notice shall be included in
|
|
1643
|
-
copies or substantial portions of the Software.
|
|
1667
|
+
The above copyright notice and this permission notice shall be included in
|
|
1668
|
+
all copies or substantial portions of the Software.
|
|
1644
1669
|
|
|
1645
1670
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1646
1671
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1647
1672
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1648
1673
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1649
1674
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1650
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1651
|
-
SOFTWARE.
|
|
1675
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1676
|
+
THE SOFTWARE.
|
|
1652
1677
|
|
|
1653
1678
|
````
|
|
1654
1679
|
|
|
@@ -1658,10 +1683,15 @@ SOFTWARE.
|
|
|
1658
1683
|
|
|
1659
1684
|
### Rust Crates:
|
|
1660
1685
|
|
|
1661
|
-
- [
|
|
1686
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1687
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1688
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1689
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1662
1690
|
|
|
1663
1691
|
````text
|
|
1664
|
-
|
|
1692
|
+
The MIT License (MIT)
|
|
1693
|
+
|
|
1694
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1665
1695
|
|
|
1666
1696
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1667
1697
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1681,7 +1711,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1681
1711
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1682
1712
|
THE SOFTWARE.
|
|
1683
1713
|
|
|
1684
|
-
|
|
1685
1714
|
````
|
|
1686
1715
|
|
|
1687
1716
|
---
|
|
@@ -1690,10 +1719,11 @@ THE SOFTWARE.
|
|
|
1690
1719
|
|
|
1691
1720
|
### Rust Crates:
|
|
1692
1721
|
|
|
1693
|
-
- [
|
|
1722
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1694
1723
|
|
|
1695
1724
|
````text
|
|
1696
|
-
Copyright
|
|
1725
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1726
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1697
1727
|
|
|
1698
1728
|
Permission is hereby granted, free of charge, to any
|
|
1699
1729
|
person obtaining a copy of this software and associated
|
|
@@ -1727,12 +1757,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1727
1757
|
|
|
1728
1758
|
### Rust Crates:
|
|
1729
1759
|
|
|
1730
|
-
- [
|
|
1760
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1731
1761
|
|
|
1732
1762
|
````text
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
1763
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1736
1764
|
|
|
1737
1765
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1738
1766
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1741,16 +1769,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1741
1769
|
copies of the Software, and to permit persons to whom the Software is
|
|
1742
1770
|
furnished to do so, subject to the following conditions:
|
|
1743
1771
|
|
|
1744
|
-
The above copyright notice and this permission notice shall be included in
|
|
1745
|
-
copies or substantial portions of the Software.
|
|
1772
|
+
The above copyright notice and this permission notice shall be included in
|
|
1773
|
+
all copies or substantial portions of the Software.
|
|
1746
1774
|
|
|
1747
1775
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1748
1776
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1749
1777
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1750
1778
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1751
1779
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1752
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1753
|
-
SOFTWARE.
|
|
1780
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1781
|
+
THE SOFTWARE.
|
|
1754
1782
|
|
|
1755
1783
|
````
|
|
1756
1784
|
|
|
@@ -1760,11 +1788,11 @@ SOFTWARE.
|
|
|
1760
1788
|
|
|
1761
1789
|
### Rust Crates:
|
|
1762
1790
|
|
|
1763
|
-
- [
|
|
1791
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1764
1792
|
|
|
1765
1793
|
````text
|
|
1766
|
-
Copyright (c) 2017 Daniel Abramov
|
|
1767
1794
|
Copyright (c) 2017 Alexey Galakhov
|
|
1795
|
+
Copyright (c) 2016 Jason Housley
|
|
1768
1796
|
|
|
1769
1797
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1770
1798
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1792,13 +1820,49 @@ THE SOFTWARE.
|
|
|
1792
1820
|
|
|
1793
1821
|
### Rust Crates:
|
|
1794
1822
|
|
|
1795
|
-
- [
|
|
1823
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1824
|
+
|
|
1825
|
+
````text
|
|
1826
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1827
|
+
|
|
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:
|
|
1837
|
+
|
|
1838
|
+
The above copyright notice and this permission notice
|
|
1839
|
+
shall be included in all copies or substantial portions
|
|
1840
|
+
of the Software.
|
|
1841
|
+
|
|
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
|
+
|
|
1852
|
+
````
|
|
1853
|
+
|
|
1854
|
+
---
|
|
1855
|
+
|
|
1856
|
+
## The following dependencies are licensed under the MIT License:
|
|
1857
|
+
|
|
1858
|
+
### NPM Packages:
|
|
1859
|
+
|
|
1860
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1796
1861
|
|
|
1797
1862
|
````text
|
|
1798
1863
|
MIT License
|
|
1799
1864
|
|
|
1800
|
-
Copyright (c)
|
|
1801
|
-
Copyright (c) Tokio Contributors
|
|
1865
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1802
1866
|
|
|
1803
1867
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1804
1868
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1826,28 +1890,34 @@ SOFTWARE.
|
|
|
1826
1890
|
|
|
1827
1891
|
### Rust Crates:
|
|
1828
1892
|
|
|
1829
|
-
- [
|
|
1893
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1830
1894
|
|
|
1831
1895
|
````text
|
|
1832
|
-
Copyright (c)
|
|
1896
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1833
1897
|
|
|
1834
|
-
Permission is hereby granted, free of charge, to any
|
|
1835
|
-
of this software and associated
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1898
|
+
Permission is hereby granted, free of charge, to any
|
|
1899
|
+
person obtaining a copy of this software and associated
|
|
1900
|
+
documentation files (the "Software"), to deal in the
|
|
1901
|
+
Software without restriction, including without
|
|
1902
|
+
limitation the rights to use, copy, modify, merge,
|
|
1903
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1904
|
+
the Software, and to permit persons to whom the Software
|
|
1905
|
+
is furnished to do so, subject to the following
|
|
1906
|
+
conditions:
|
|
1840
1907
|
|
|
1841
|
-
The above copyright notice and this permission notice
|
|
1842
|
-
all copies or substantial portions
|
|
1908
|
+
The above copyright notice and this permission notice
|
|
1909
|
+
shall be included in all copies or substantial portions
|
|
1910
|
+
of the Software.
|
|
1843
1911
|
|
|
1844
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1845
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1912
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1913
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1914
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1915
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1916
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1917
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1918
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1919
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1920
|
+
DEALINGS IN THE SOFTWARE.
|
|
1851
1921
|
|
|
1852
1922
|
````
|
|
1853
1923
|
|
|
@@ -1855,16 +1925,14 @@ THE SOFTWARE.
|
|
|
1855
1925
|
|
|
1856
1926
|
## The following dependencies are licensed under the MIT License:
|
|
1857
1927
|
|
|
1858
|
-
###
|
|
1928
|
+
### NPM Packages:
|
|
1859
1929
|
|
|
1860
|
-
- [
|
|
1861
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1862
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1930
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1863
1931
|
|
|
1864
1932
|
````text
|
|
1865
|
-
MIT License
|
|
1933
|
+
The MIT License (MIT)
|
|
1866
1934
|
|
|
1867
|
-
Copyright (c)
|
|
1935
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1868
1936
|
|
|
1869
1937
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1870
1938
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1873,16 +1941,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1873
1941
|
copies of the Software, and to permit persons to whom the Software is
|
|
1874
1942
|
furnished to do so, subject to the following conditions:
|
|
1875
1943
|
|
|
1876
|
-
The above copyright notice and this permission notice shall be included in
|
|
1877
|
-
copies or substantial portions of the Software.
|
|
1944
|
+
The above copyright notice and this permission notice shall be included in
|
|
1945
|
+
all copies or substantial portions of the Software.
|
|
1878
1946
|
|
|
1879
1947
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1880
1948
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1881
1949
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1882
1950
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1883
1951
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1884
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1885
|
-
SOFTWARE.
|
|
1952
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1953
|
+
THE SOFTWARE.
|
|
1886
1954
|
|
|
1887
1955
|
````
|
|
1888
1956
|
|
|
@@ -1890,29 +1958,38 @@ SOFTWARE.
|
|
|
1890
1958
|
|
|
1891
1959
|
## The following dependencies are licensed under the MIT License:
|
|
1892
1960
|
|
|
1893
|
-
###
|
|
1961
|
+
### Rust Crates:
|
|
1894
1962
|
|
|
1895
|
-
- [
|
|
1963
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1964
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1965
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1896
1966
|
|
|
1897
1967
|
````text
|
|
1898
|
-
|
|
1968
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1899
1969
|
|
|
1900
|
-
Permission is hereby granted, free of charge, to any
|
|
1901
|
-
|
|
1902
|
-
the Software
|
|
1903
|
-
|
|
1904
|
-
the
|
|
1905
|
-
|
|
1970
|
+
Permission is hereby granted, free of charge, to any
|
|
1971
|
+
person obtaining a copy of this software and associated
|
|
1972
|
+
documentation files (the "Software"), to deal in the
|
|
1973
|
+
Software without restriction, including without
|
|
1974
|
+
limitation the rights to use, copy, modify, merge,
|
|
1975
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1976
|
+
the Software, and to permit persons to whom the Software
|
|
1977
|
+
is furnished to do so, subject to the following
|
|
1978
|
+
conditions:
|
|
1906
1979
|
|
|
1907
|
-
The above copyright notice and this permission notice
|
|
1908
|
-
copies or substantial portions
|
|
1980
|
+
The above copyright notice and this permission notice
|
|
1981
|
+
shall be included in all copies or substantial portions
|
|
1982
|
+
of the Software.
|
|
1909
1983
|
|
|
1910
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1911
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1984
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1985
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1986
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1987
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1988
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1989
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1990
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1991
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1992
|
+
DEALINGS IN THE SOFTWARE.
|
|
1916
1993
|
|
|
1917
1994
|
````
|
|
1918
1995
|
|
|
@@ -1922,13 +1999,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1922
1999
|
|
|
1923
2000
|
### Rust Crates:
|
|
1924
2001
|
|
|
1925
|
-
- [
|
|
1926
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2002
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1927
2003
|
|
|
1928
2004
|
````text
|
|
1929
2005
|
MIT License
|
|
1930
2006
|
|
|
1931
|
-
Copyright (c)
|
|
2007
|
+
Copyright (c) 2025 Callum Oakley
|
|
1932
2008
|
|
|
1933
2009
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1934
2010
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1956,12 +2032,12 @@ SOFTWARE.
|
|
|
1956
2032
|
|
|
1957
2033
|
### Rust Crates:
|
|
1958
2034
|
|
|
1959
|
-
- [
|
|
2035
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1960
2036
|
|
|
1961
2037
|
````text
|
|
1962
2038
|
The MIT License (MIT)
|
|
1963
2039
|
|
|
1964
|
-
Copyright (c)
|
|
2040
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1965
2041
|
|
|
1966
2042
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1967
2043
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1970,19 +2046,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1970
2046
|
copies of the Software, and to permit persons to whom the Software is
|
|
1971
2047
|
furnished to do so, subject to the following conditions:
|
|
1972
2048
|
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
all copies or substantial portions of the Software.
|
|
1976
|
-
|
|
2049
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2050
|
+
copies or substantial portions of the Software.
|
|
1977
2051
|
|
|
1978
2052
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1979
2053
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1980
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2054
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1981
2055
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1982
2056
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1983
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1984
|
-
|
|
1985
|
-
|
|
2057
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2058
|
+
SOFTWARE.
|
|
1986
2059
|
````
|
|
1987
2060
|
|
|
1988
2061
|
---
|
|
@@ -1991,11 +2064,10 @@ THE SOFTWARE.
|
|
|
1991
2064
|
|
|
1992
2065
|
### Rust Crates:
|
|
1993
2066
|
|
|
1994
|
-
- [
|
|
2067
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1995
2068
|
|
|
1996
2069
|
````text
|
|
1997
|
-
Copyright (c)
|
|
1998
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2070
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1999
2071
|
|
|
2000
2072
|
Permission is hereby granted, free of charge, to any
|
|
2001
2073
|
person obtaining a copy of this software and associated
|
|
@@ -2029,30 +2101,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2029
2101
|
|
|
2030
2102
|
### Rust Crates:
|
|
2031
2103
|
|
|
2032
|
-
- [
|
|
2104
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2033
2105
|
|
|
2034
2106
|
````text
|
|
2035
|
-
The
|
|
2036
|
-
|
|
2037
|
-
Copyright (c) 2015 Alice Maz
|
|
2107
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2108
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2038
2109
|
|
|
2039
|
-
Permission is hereby granted, free of charge, to any
|
|
2040
|
-
of this software and associated
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2110
|
+
Permission is hereby granted, free of charge, to any
|
|
2111
|
+
person obtaining a copy of this software and associated
|
|
2112
|
+
documentation files (the "Software"), to deal in the
|
|
2113
|
+
Software without restriction, including without
|
|
2114
|
+
limitation the rights to use, copy, modify, merge,
|
|
2115
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2116
|
+
the Software, and to permit persons to whom the Software
|
|
2117
|
+
is furnished to do so, subject to the following
|
|
2118
|
+
conditions:
|
|
2045
2119
|
|
|
2046
|
-
The above copyright notice and this permission notice
|
|
2047
|
-
all copies or substantial portions
|
|
2120
|
+
The above copyright notice and this permission notice
|
|
2121
|
+
shall be included in all copies or substantial portions
|
|
2122
|
+
of the Software.
|
|
2048
2123
|
|
|
2049
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2050
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2124
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2125
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2126
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2127
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2128
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2129
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2130
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2131
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2132
|
+
DEALINGS IN THE SOFTWARE.
|
|
2056
2133
|
|
|
2057
2134
|
````
|
|
2058
2135
|
|
|
@@ -2062,19 +2139,10 @@ THE SOFTWARE.
|
|
|
2062
2139
|
|
|
2063
2140
|
### Rust Crates:
|
|
2064
2141
|
|
|
2065
|
-
- [
|
|
2066
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2067
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2068
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2069
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2070
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2071
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2072
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2073
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2142
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2074
2143
|
|
|
2075
2144
|
````text
|
|
2076
|
-
Copyright (c) 2016
|
|
2077
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2145
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2078
2146
|
|
|
2079
2147
|
Permission is hereby granted, free of charge, to any
|
|
2080
2148
|
person obtaining a copy of this software and associated
|
|
@@ -2108,10 +2176,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2108
2176
|
|
|
2109
2177
|
### Rust Crates:
|
|
2110
2178
|
|
|
2111
|
-
- [
|
|
2179
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2112
2180
|
|
|
2113
2181
|
````text
|
|
2114
|
-
Copyright (c)
|
|
2182
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2115
2183
|
|
|
2116
2184
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2117
2185
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2120,16 +2188,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2120
2188
|
copies of the Software, and to permit persons to whom the Software is
|
|
2121
2189
|
furnished to do so, subject to the following conditions:
|
|
2122
2190
|
|
|
2123
|
-
The above copyright notice and this permission notice shall be included in
|
|
2124
|
-
|
|
2191
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2192
|
+
copies or substantial portions of the Software.
|
|
2125
2193
|
|
|
2126
2194
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2127
2195
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2128
2196
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2129
2197
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2130
2198
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2131
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2132
|
-
|
|
2199
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2200
|
+
SOFTWARE.
|
|
2133
2201
|
|
|
2134
2202
|
````
|
|
2135
2203
|
|
|
@@ -2139,10 +2207,16 @@ THE SOFTWARE.
|
|
|
2139
2207
|
|
|
2140
2208
|
### Rust Crates:
|
|
2141
2209
|
|
|
2142
|
-
- [
|
|
2210
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2211
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2212
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2213
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2214
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2215
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2143
2216
|
|
|
2144
2217
|
````text
|
|
2145
|
-
Copyright
|
|
2218
|
+
Copyright 2018 Developers of the Rand project
|
|
2219
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2146
2220
|
|
|
2147
2221
|
Permission is hereby granted, free of charge, to any
|
|
2148
2222
|
person obtaining a copy of this software and associated
|
|
@@ -2176,10 +2250,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2176
2250
|
|
|
2177
2251
|
### Rust Crates:
|
|
2178
2252
|
|
|
2179
|
-
- [
|
|
2253
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2180
2254
|
|
|
2181
2255
|
````text
|
|
2182
|
-
Copyright (c) 2016
|
|
2256
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2183
2257
|
|
|
2184
2258
|
Permission is hereby granted, free of charge, to any
|
|
2185
2259
|
person obtaining a copy of this software and associated
|
|
@@ -2213,12 +2287,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2213
2287
|
|
|
2214
2288
|
### Rust Crates:
|
|
2215
2289
|
|
|
2216
|
-
- [
|
|
2290
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2217
2291
|
|
|
2218
2292
|
````text
|
|
2219
|
-
MIT License
|
|
2293
|
+
The MIT License (MIT)
|
|
2220
2294
|
|
|
2221
|
-
Copyright (c)
|
|
2295
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2222
2296
|
|
|
2223
2297
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2224
2298
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2238,6 +2312,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2238
2312
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2239
2313
|
SOFTWARE.
|
|
2240
2314
|
|
|
2315
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2316
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2241
2317
|
````
|
|
2242
2318
|
|
|
2243
2319
|
---
|
|
@@ -2246,34 +2322,32 @@ SOFTWARE.
|
|
|
2246
2322
|
|
|
2247
2323
|
### Rust Crates:
|
|
2248
2324
|
|
|
2249
|
-
- [
|
|
2325
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2250
2326
|
|
|
2251
2327
|
````text
|
|
2252
|
-
|
|
2328
|
+
The MIT License (MIT)
|
|
2253
2329
|
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
Software without restriction, including without
|
|
2258
|
-
limitation the rights to use, copy, modify, merge,
|
|
2259
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2260
|
-
the Software, and to permit persons to whom the Software
|
|
2261
|
-
is furnished to do so, subject to the following
|
|
2262
|
-
conditions:
|
|
2330
|
+
Copyright (c) 2015 Danny Guo
|
|
2331
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2332
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
2263
2333
|
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2334
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2335
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2336
|
+
in the Software without restriction, including without limitation the rights
|
|
2337
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2338
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2339
|
+
furnished to do so, subject to the following conditions:
|
|
2267
2340
|
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
IN
|
|
2276
|
-
|
|
2341
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2342
|
+
copies or substantial portions of the Software.
|
|
2343
|
+
|
|
2344
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2345
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2346
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2347
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2348
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2349
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2350
|
+
SOFTWARE.
|
|
2277
2351
|
|
|
2278
2352
|
````
|
|
2279
2353
|
|
|
@@ -2283,10 +2357,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2283
2357
|
|
|
2284
2358
|
### Rust Crates:
|
|
2285
2359
|
|
|
2286
|
-
- [
|
|
2360
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2361
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2362
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2363
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2364
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2365
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2366
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2367
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2368
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2287
2369
|
|
|
2288
2370
|
````text
|
|
2289
|
-
Copyright (c)
|
|
2371
|
+
Copyright (c) 2016 Alex Crichton
|
|
2372
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2290
2373
|
|
|
2291
2374
|
Permission is hereby granted, free of charge, to any
|
|
2292
2375
|
person obtaining a copy of this software and associated
|
|
@@ -2320,10 +2403,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2320
2403
|
|
|
2321
2404
|
### Rust Crates:
|
|
2322
2405
|
|
|
2323
|
-
- [
|
|
2406
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2407
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2408
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2324
2409
|
|
|
2325
2410
|
````text
|
|
2326
|
-
|
|
2411
|
+
MIT License
|
|
2412
|
+
|
|
2413
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2414
|
+
|
|
2415
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2416
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2417
|
+
in the Software without restriction, including without limitation the rights
|
|
2418
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2419
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2420
|
+
furnished to do so, subject to the following conditions:
|
|
2421
|
+
|
|
2422
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2423
|
+
copies or substantial portions of the Software.
|
|
2424
|
+
|
|
2425
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2426
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2427
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2428
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2429
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2430
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2431
|
+
SOFTWARE.
|
|
2432
|
+
|
|
2433
|
+
````
|
|
2434
|
+
|
|
2435
|
+
---
|
|
2436
|
+
|
|
2437
|
+
## The following dependencies are licensed under the MIT License:
|
|
2438
|
+
|
|
2439
|
+
### Rust Crates:
|
|
2440
|
+
|
|
2441
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2442
|
+
|
|
2443
|
+
````text
|
|
2444
|
+
Copyright (c) 2017 http-rs authors
|
|
2327
2445
|
|
|
2328
2446
|
Permission is hereby granted, free of charge, to any
|
|
2329
2447
|
person obtaining a copy of this software and associated
|
|
@@ -2357,11 +2475,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2357
2475
|
|
|
2358
2476
|
### Rust Crates:
|
|
2359
2477
|
|
|
2360
|
-
- [
|
|
2478
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2361
2479
|
|
|
2362
2480
|
````text
|
|
2363
|
-
Copyright (c)
|
|
2364
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2481
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2365
2482
|
|
|
2366
2483
|
Permission is hereby granted, free of charge, to any
|
|
2367
2484
|
person obtaining a copy of this software and associated
|
|
@@ -2395,29 +2512,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2395
2512
|
|
|
2396
2513
|
### Rust Crates:
|
|
2397
2514
|
|
|
2398
|
-
- [
|
|
2515
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2399
2516
|
|
|
2400
2517
|
````text
|
|
2401
|
-
|
|
2518
|
+
MIT License
|
|
2402
2519
|
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2520
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2521
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2522
|
+
Copyright (c) 2017 Frommi
|
|
2523
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2524
|
+
|
|
2525
|
+
|
|
2526
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2527
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2528
|
+
in the Software without restriction, including without limitation the rights
|
|
2529
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2530
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2408
2531
|
furnished to do so, subject to the following conditions:
|
|
2409
2532
|
|
|
2410
|
-
The above copyright notice and this permission notice shall be included in
|
|
2411
|
-
|
|
2533
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2534
|
+
copies or substantial portions of the Software.
|
|
2412
2535
|
|
|
2413
2536
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2414
2537
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2415
2538
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2416
2539
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2417
2540
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2418
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2419
|
-
|
|
2420
|
-
|
|
2541
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2542
|
+
SOFTWARE.
|
|
2421
2543
|
|
|
2422
2544
|
````
|
|
2423
2545
|
|
|
@@ -2427,12 +2549,10 @@ THE SOFTWARE.
|
|
|
2427
2549
|
|
|
2428
2550
|
### Rust Crates:
|
|
2429
2551
|
|
|
2430
|
-
- [
|
|
2552
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2431
2553
|
|
|
2432
2554
|
````text
|
|
2433
|
-
Copyright (c)
|
|
2434
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2435
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2555
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2436
2556
|
|
|
2437
2557
|
Permission is hereby granted, free of charge, to any
|
|
2438
2558
|
person obtaining a copy of this software and associated
|
|
@@ -2466,12 +2586,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2466
2586
|
|
|
2467
2587
|
### Rust Crates:
|
|
2468
2588
|
|
|
2469
|
-
- [
|
|
2589
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2470
2590
|
|
|
2471
2591
|
````text
|
|
2472
2592
|
MIT License
|
|
2473
2593
|
|
|
2474
|
-
Copyright (c)
|
|
2594
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2475
2595
|
|
|
2476
2596
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2477
2597
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2497,14 +2617,74 @@ SOFTWARE.
|
|
|
2497
2617
|
|
|
2498
2618
|
## The following dependencies are licensed under the MIT License:
|
|
2499
2619
|
|
|
2500
|
-
###
|
|
2620
|
+
### Rust Crates:
|
|
2501
2621
|
|
|
2502
|
-
- [
|
|
2622
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2623
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2624
|
+
|
|
2625
|
+
````text
|
|
2626
|
+
The MIT License (MIT)
|
|
2627
|
+
|
|
2628
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2629
|
+
|
|
2630
|
+
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:
|
|
2631
|
+
|
|
2632
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2633
|
+
|
|
2634
|
+
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.
|
|
2635
|
+
|
|
2636
|
+
````
|
|
2637
|
+
|
|
2638
|
+
---
|
|
2639
|
+
|
|
2640
|
+
## The following dependencies are licensed under the MIT License:
|
|
2641
|
+
|
|
2642
|
+
### Rust Crates:
|
|
2643
|
+
|
|
2644
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2645
|
+
|
|
2646
|
+
````text
|
|
2647
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2648
|
+
|
|
2649
|
+
Permission is hereby granted, free of charge, to any
|
|
2650
|
+
person obtaining a copy of this software and associated
|
|
2651
|
+
documentation files (the "Software"), to deal in the
|
|
2652
|
+
Software without restriction, including without
|
|
2653
|
+
limitation the rights to use, copy, modify, merge,
|
|
2654
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2655
|
+
the Software, and to permit persons to whom the Software
|
|
2656
|
+
is furnished to do so, subject to the following
|
|
2657
|
+
conditions:
|
|
2658
|
+
|
|
2659
|
+
The above copyright notice and this permission notice
|
|
2660
|
+
shall be included in all copies or substantial portions
|
|
2661
|
+
of the Software.
|
|
2662
|
+
|
|
2663
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2664
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2665
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2666
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2667
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2668
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2669
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2670
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2671
|
+
DEALINGS IN THE SOFTWARE.
|
|
2672
|
+
|
|
2673
|
+
````
|
|
2674
|
+
|
|
2675
|
+
---
|
|
2676
|
+
|
|
2677
|
+
## The following dependencies are licensed under the MIT License:
|
|
2678
|
+
|
|
2679
|
+
### Rust Crates:
|
|
2680
|
+
|
|
2681
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2682
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2503
2683
|
|
|
2504
2684
|
````text
|
|
2505
2685
|
MIT License
|
|
2506
2686
|
|
|
2507
|
-
Copyright (c)
|
|
2687
|
+
Copyright (c) 2019 Graham Esau
|
|
2508
2688
|
|
|
2509
2689
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2510
2690
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2532,10 +2712,10 @@ SOFTWARE.
|
|
|
2532
2712
|
|
|
2533
2713
|
### Rust Crates:
|
|
2534
2714
|
|
|
2535
|
-
- [
|
|
2715
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2536
2716
|
|
|
2537
2717
|
````text
|
|
2538
|
-
Copyright (c)
|
|
2718
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2539
2719
|
|
|
2540
2720
|
Permission is hereby granted, free of charge, to any
|
|
2541
2721
|
person obtaining a copy of this software and associated
|
|
@@ -2560,6 +2740,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2560
2740
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2561
2741
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2562
2742
|
DEALINGS IN THE SOFTWARE.
|
|
2743
|
+
|
|
2563
2744
|
````
|
|
2564
2745
|
|
|
2565
2746
|
---
|
|
@@ -2568,10 +2749,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2568
2749
|
|
|
2569
2750
|
### Rust Crates:
|
|
2570
2751
|
|
|
2571
|
-
- [
|
|
2752
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2572
2753
|
|
|
2573
2754
|
````text
|
|
2574
|
-
Copyright (c) 2016
|
|
2755
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2575
2756
|
|
|
2576
2757
|
Permission is hereby granted, free of charge, to any
|
|
2577
2758
|
person obtaining a copy of this software and associated
|
|
@@ -2605,10 +2786,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2605
2786
|
|
|
2606
2787
|
### Rust Crates:
|
|
2607
2788
|
|
|
2608
|
-
- [
|
|
2789
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
2609
2790
|
|
|
2610
2791
|
````text
|
|
2611
|
-
Copyright (c)
|
|
2792
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
2612
2793
|
|
|
2613
2794
|
Permission is hereby granted, free of charge, to any
|
|
2614
2795
|
person obtaining a copy of this software and associated
|
|
@@ -2642,10 +2823,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2642
2823
|
|
|
2643
2824
|
### Rust Crates:
|
|
2644
2825
|
|
|
2645
|
-
- [
|
|
2826
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2646
2827
|
|
|
2647
2828
|
````text
|
|
2648
|
-
Copyright
|
|
2829
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2649
2830
|
|
|
2650
2831
|
Permission is hereby granted, free of charge, to any
|
|
2651
2832
|
person obtaining a copy of this software and associated
|
|
@@ -2679,70 +2860,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2679
2860
|
|
|
2680
2861
|
### Rust Crates:
|
|
2681
2862
|
|
|
2682
|
-
- [
|
|
2683
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2863
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2684
2864
|
|
|
2685
2865
|
````text
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2689
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2690
|
-
in the Software without restriction, including without limitation the rights
|
|
2691
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2692
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2693
|
-
furnished to do so, subject to the following conditions:
|
|
2694
|
-
|
|
2695
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2696
|
-
copies or substantial portions of the Software.
|
|
2697
|
-
|
|
2698
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2699
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2700
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2701
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2702
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2703
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2704
|
-
SOFTWARE.
|
|
2705
|
-
|
|
2706
|
-
````
|
|
2707
|
-
|
|
2708
|
-
---
|
|
2709
|
-
|
|
2710
|
-
## The following dependencies are licensed under the MIT License:
|
|
2711
|
-
|
|
2712
|
-
### Rust Crates:
|
|
2713
|
-
|
|
2714
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2715
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2716
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2717
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2718
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2719
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2720
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2721
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2722
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2723
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2724
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2725
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2726
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2727
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2728
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2729
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2730
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2731
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2732
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2733
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2734
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2735
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2736
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2737
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2738
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2739
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2740
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2741
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2742
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2743
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2866
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2744
2867
|
|
|
2745
|
-
````text
|
|
2746
2868
|
Permission is hereby granted, free of charge, to any
|
|
2747
2869
|
person obtaining a copy of this software and associated
|
|
2748
2870
|
documentation files (the "Software"), to deal in the
|
|
@@ -2775,16 +2897,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2775
2897
|
|
|
2776
2898
|
### Rust Crates:
|
|
2777
2899
|
|
|
2778
|
-
- [
|
|
2900
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
2901
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2902
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2903
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2779
2904
|
|
|
2780
2905
|
````text
|
|
2781
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
2782
|
-
|
|
2783
2906
|
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:
|
|
2784
2907
|
|
|
2785
2908
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2786
2909
|
|
|
2787
2910
|
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.
|
|
2911
|
+
````
|
|
2912
|
+
|
|
2913
|
+
---
|
|
2914
|
+
|
|
2915
|
+
## The following dependencies are licensed under the MIT License:
|
|
2916
|
+
|
|
2917
|
+
### Rust Crates:
|
|
2918
|
+
|
|
2919
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2920
|
+
|
|
2921
|
+
````text
|
|
2922
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2923
|
+
|
|
2924
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2925
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2926
|
+
in the Software without restriction, including without limitation the rights
|
|
2927
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2928
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2929
|
+
furnished to do so, subject to the following conditions:
|
|
2930
|
+
|
|
2931
|
+
The above copyright notice and this permission notice shall be included in
|
|
2932
|
+
all copies or substantial portions of the Software.
|
|
2933
|
+
|
|
2934
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2935
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2936
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2937
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2938
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2939
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2940
|
+
THE SOFTWARE.
|
|
2788
2941
|
|
|
2789
2942
|
````
|
|
2790
2943
|
|
|
@@ -2794,14 +2947,44 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2794
2947
|
|
|
2795
2948
|
### Rust Crates:
|
|
2796
2949
|
|
|
2797
|
-
- [
|
|
2798
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2950
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2799
2951
|
|
|
2800
2952
|
````text
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
Copyright (c) 2016
|
|
2953
|
+
The MIT License (MIT)
|
|
2954
|
+
|
|
2955
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2956
|
+
|
|
2957
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2958
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2959
|
+
in the Software without restriction, including without limitation the rights
|
|
2960
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2961
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2962
|
+
furnished to do so, subject to the following conditions:
|
|
2963
|
+
|
|
2964
|
+
|
|
2965
|
+
The above copyright notice and this permission notice shall be included in
|
|
2966
|
+
all copies or substantial portions of the Software.
|
|
2967
|
+
|
|
2968
|
+
|
|
2969
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2970
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2971
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2972
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2973
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2974
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2975
|
+
THE SOFTWARE.
|
|
2976
|
+
|
|
2977
|
+
````
|
|
2978
|
+
|
|
2979
|
+
---
|
|
2980
|
+
|
|
2981
|
+
## The following dependencies are licensed under the MIT License:
|
|
2804
2982
|
|
|
2983
|
+
### Rust Crates:
|
|
2984
|
+
|
|
2985
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
2986
|
+
|
|
2987
|
+
````text
|
|
2805
2988
|
Permission is hereby granted, free of charge, to any
|
|
2806
2989
|
person obtaining a copy of this software and associated
|
|
2807
2990
|
documentation files (the "Software"), to deal in the
|
|
@@ -2825,7 +3008,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2825
3008
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2826
3009
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2827
3010
|
DEALINGS IN THE SOFTWARE.
|
|
2828
|
-
|
|
2829
3011
|
````
|
|
2830
3012
|
|
|
2831
3013
|
---
|
|
@@ -2834,12 +3016,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2834
3016
|
|
|
2835
3017
|
### Rust Crates:
|
|
2836
3018
|
|
|
2837
|
-
- [
|
|
3019
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2838
3020
|
|
|
2839
3021
|
````text
|
|
2840
|
-
MIT License
|
|
3022
|
+
The MIT License (MIT)
|
|
2841
3023
|
|
|
2842
|
-
Copyright (c)
|
|
3024
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2843
3025
|
|
|
2844
3026
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2845
3027
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2858,24 +3040,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2858
3040
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2859
3041
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2860
3042
|
SOFTWARE.
|
|
2861
|
-
````
|
|
2862
|
-
|
|
2863
|
-
---
|
|
2864
|
-
|
|
2865
|
-
## The following dependencies are licensed under the MIT License:
|
|
2866
|
-
|
|
2867
|
-
### Rust Crates:
|
|
2868
|
-
|
|
2869
|
-
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2870
|
-
|
|
2871
|
-
````text
|
|
2872
|
-
Copyright 2016 Nika Layzell
|
|
2873
|
-
|
|
2874
|
-
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:
|
|
2875
|
-
|
|
2876
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2877
|
-
|
|
2878
|
-
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.
|
|
2879
3043
|
|
|
2880
3044
|
````
|
|
2881
3045
|
|
|
@@ -2885,35 +3049,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2885
3049
|
|
|
2886
3050
|
### Rust Crates:
|
|
2887
3051
|
|
|
2888
|
-
- [
|
|
2889
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3052
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2890
3053
|
|
|
2891
3054
|
````text
|
|
2892
|
-
|
|
3055
|
+
MIT License
|
|
2893
3056
|
|
|
2894
|
-
|
|
2895
|
-
person obtaining a copy of this software and associated
|
|
2896
|
-
documentation files (the "Software"), to deal in the
|
|
2897
|
-
Software without restriction, including without
|
|
2898
|
-
limitation the rights to use, copy, modify, merge,
|
|
2899
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2900
|
-
the Software, and to permit persons to whom the Software
|
|
2901
|
-
is furnished to do so, subject to the following
|
|
2902
|
-
conditions:
|
|
3057
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2903
3058
|
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
3059
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3060
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3061
|
+
in the Software without restriction, including without limitation the rights
|
|
3062
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3063
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3064
|
+
furnished to do so, subject to the following conditions:
|
|
2907
3065
|
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
IN
|
|
2916
|
-
|
|
3066
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3067
|
+
copies or substantial portions of the Software.
|
|
3068
|
+
|
|
3069
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3070
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3071
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3072
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3073
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3074
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3075
|
+
SOFTWARE.
|
|
2917
3076
|
|
|
2918
3077
|
````
|
|
2919
3078
|
|
|
@@ -2921,21 +3080,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2921
3080
|
|
|
2922
3081
|
## The following dependencies are licensed under the MIT License:
|
|
2923
3082
|
|
|
2924
|
-
###
|
|
3083
|
+
### NPM Packages:
|
|
2925
3084
|
|
|
2926
|
-
- [
|
|
2927
|
-
- [
|
|
3085
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3086
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
2928
3087
|
|
|
2929
3088
|
````text
|
|
2930
|
-
|
|
3089
|
+
MIT License
|
|
2931
3090
|
|
|
2932
|
-
Copyright
|
|
3091
|
+
Copyright (c) Microsoft Corporation.
|
|
2933
3092
|
|
|
2934
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3093
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3094
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3095
|
+
in the Software without restriction, including without limitation the rights
|
|
3096
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3097
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3098
|
+
furnished to do so, subject to the following conditions:
|
|
2935
3099
|
|
|
2936
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3100
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3101
|
+
copies or substantial portions of the Software.
|
|
2937
3102
|
|
|
2938
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3103
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3104
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3105
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3106
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3107
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3108
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3109
|
+
SOFTWARE
|
|
2939
3110
|
|
|
2940
3111
|
````
|
|
2941
3112
|
|
|
@@ -2945,12 +3116,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2945
3116
|
|
|
2946
3117
|
### Rust Crates:
|
|
2947
3118
|
|
|
2948
|
-
- [
|
|
3119
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2949
3120
|
|
|
2950
3121
|
````text
|
|
2951
|
-
|
|
3122
|
+
MIT License
|
|
2952
3123
|
|
|
2953
|
-
Copyright (c)
|
|
3124
|
+
Copyright (c) 2025 rutrum
|
|
2954
3125
|
|
|
2955
3126
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2956
3127
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2969,7 +3140,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2969
3140
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2970
3141
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2971
3142
|
SOFTWARE.
|
|
2972
|
-
|
|
2973
3143
|
````
|
|
2974
3144
|
|
|
2975
3145
|
---
|
|
@@ -2978,14 +3148,12 @@ SOFTWARE.
|
|
|
2978
3148
|
|
|
2979
3149
|
### Rust Crates:
|
|
2980
3150
|
|
|
2981
|
-
- [
|
|
2982
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2983
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3151
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2984
3152
|
|
|
2985
3153
|
````text
|
|
2986
3154
|
MIT License
|
|
2987
3155
|
|
|
2988
|
-
Copyright (c)
|
|
3156
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2989
3157
|
|
|
2990
3158
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2991
3159
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3013,43 +3181,10 @@ SOFTWARE.
|
|
|
3013
3181
|
|
|
3014
3182
|
### Rust Crates:
|
|
3015
3183
|
|
|
3016
|
-
- [
|
|
3017
|
-
|
|
3018
|
-
````text
|
|
3019
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3020
|
-
|
|
3021
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3022
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3023
|
-
the Software without restriction, including without limitation the rights to
|
|
3024
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3025
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3026
|
-
subject to the following conditions:
|
|
3027
|
-
|
|
3028
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3029
|
-
copies or substantial portions of the Software.
|
|
3030
|
-
|
|
3031
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3032
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3033
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3034
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3035
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3036
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3037
|
-
|
|
3038
|
-
````
|
|
3039
|
-
|
|
3040
|
-
---
|
|
3041
|
-
|
|
3042
|
-
## The following dependencies are licensed under the MIT License:
|
|
3043
|
-
|
|
3044
|
-
### Rust Crates:
|
|
3045
|
-
|
|
3046
|
-
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3184
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3047
3185
|
|
|
3048
3186
|
````text
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
3052
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3187
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3053
3188
|
|
|
3054
3189
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3055
3190
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3058,16 +3193,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3058
3193
|
copies of the Software, and to permit persons to whom the Software is
|
|
3059
3194
|
furnished to do so, subject to the following conditions:
|
|
3060
3195
|
|
|
3061
|
-
The above copyright notice and this permission notice shall be included in
|
|
3062
|
-
copies or substantial portions of the Software.
|
|
3196
|
+
The above copyright notice and this permission notice shall be included in
|
|
3197
|
+
all copies or substantial portions of the Software.
|
|
3063
3198
|
|
|
3064
3199
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3065
3200
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3066
3201
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3067
3202
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3068
3203
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3069
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3070
|
-
SOFTWARE.
|
|
3204
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3205
|
+
THE SOFTWARE.
|
|
3206
|
+
|
|
3071
3207
|
|
|
3072
3208
|
````
|
|
3073
3209
|
|
|
@@ -3075,36 +3211,29 @@ SOFTWARE.
|
|
|
3075
3211
|
|
|
3076
3212
|
## The following dependencies are licensed under the MIT License:
|
|
3077
3213
|
|
|
3078
|
-
###
|
|
3214
|
+
### NPM Packages:
|
|
3079
3215
|
|
|
3080
|
-
- [
|
|
3216
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3081
3217
|
|
|
3082
3218
|
````text
|
|
3083
|
-
|
|
3219
|
+
This software is released under the MIT license:
|
|
3084
3220
|
|
|
3085
|
-
Permission is hereby granted, free of charge, to any
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
the Software, and to permit persons to whom the Software
|
|
3092
|
-
is furnished to do so, subject to the following
|
|
3093
|
-
conditions:
|
|
3221
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3222
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3223
|
+
the Software without restriction, including without limitation the rights to
|
|
3224
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3225
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3226
|
+
subject to the following conditions:
|
|
3094
3227
|
|
|
3095
|
-
The above copyright notice and this permission notice
|
|
3096
|
-
|
|
3097
|
-
of the Software.
|
|
3228
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3229
|
+
copies or substantial portions of the Software.
|
|
3098
3230
|
|
|
3099
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3106
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3107
|
-
DEALINGS IN THE SOFTWARE.
|
|
3231
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3232
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3233
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3234
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3235
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3236
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3108
3237
|
|
|
3109
3238
|
````
|
|
3110
3239
|
|
|
@@ -3114,9 +3243,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3114
3243
|
|
|
3115
3244
|
### Rust Crates:
|
|
3116
3245
|
|
|
3117
|
-
- [
|
|
3246
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3118
3247
|
|
|
3119
3248
|
````text
|
|
3249
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3250
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3251
|
+
|
|
3120
3252
|
Permission is hereby granted, free of charge, to any
|
|
3121
3253
|
person obtaining a copy of this software and associated
|
|
3122
3254
|
documentation files (the "Software"), to deal in the
|
|
@@ -3140,6 +3272,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3140
3272
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3141
3273
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3142
3274
|
DEALINGS IN THE SOFTWARE.
|
|
3275
|
+
|
|
3143
3276
|
````
|
|
3144
3277
|
|
|
3145
3278
|
---
|
|
@@ -3148,16 +3281,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3148
3281
|
|
|
3149
3282
|
### Rust Crates:
|
|
3150
3283
|
|
|
3151
|
-
- [
|
|
3152
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3153
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3154
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3155
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3156
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3284
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3157
3285
|
|
|
3158
3286
|
````text
|
|
3159
|
-
Copyright
|
|
3160
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3287
|
+
Copyright (c) 2016--2023
|
|
3161
3288
|
|
|
3162
3289
|
Permission is hereby granted, free of charge, to any
|
|
3163
3290
|
person obtaining a copy of this software and associated
|
|
@@ -3191,13 +3318,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3191
3318
|
|
|
3192
3319
|
### Rust Crates:
|
|
3193
3320
|
|
|
3194
|
-
- [
|
|
3195
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3196
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3197
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3321
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3198
3322
|
|
|
3199
3323
|
````text
|
|
3200
|
-
Copyright (c)
|
|
3324
|
+
Copyright (c) 2018 Carl Lerche
|
|
3201
3325
|
|
|
3202
3326
|
Permission is hereby granted, free of charge, to any
|
|
3203
3327
|
person obtaining a copy of this software and associated
|
|
@@ -3231,34 +3355,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3231
3355
|
|
|
3232
3356
|
### Rust Crates:
|
|
3233
3357
|
|
|
3234
|
-
- [
|
|
3358
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3359
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
3235
3360
|
|
|
3236
3361
|
````text
|
|
3237
|
-
|
|
3362
|
+
MIT License
|
|
3238
3363
|
|
|
3239
|
-
Permission is hereby granted, free of charge, to any
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
the Software, and to permit persons to whom the Software
|
|
3246
|
-
is furnished to do so, subject to the following
|
|
3247
|
-
conditions:
|
|
3364
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3365
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3366
|
+
in the Software without restriction, including without limitation the rights
|
|
3367
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3368
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3369
|
+
furnished to do so, subject to the following conditions:
|
|
3248
3370
|
|
|
3249
|
-
The above copyright notice and this permission notice
|
|
3250
|
-
|
|
3251
|
-
of the Software.
|
|
3371
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3372
|
+
copies or substantial portions of the Software.
|
|
3252
3373
|
|
|
3253
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3261
|
-
DEALINGS IN THE SOFTWARE.
|
|
3374
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3375
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3376
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3377
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3378
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3379
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3380
|
+
SOFTWARE.
|
|
3262
3381
|
|
|
3263
3382
|
````
|
|
3264
3383
|
|
|
@@ -3268,35 +3387,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3268
3387
|
|
|
3269
3388
|
### Rust Crates:
|
|
3270
3389
|
|
|
3271
|
-
- [
|
|
3390
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3272
3391
|
|
|
3273
3392
|
````text
|
|
3274
|
-
Copyright (c) 2018
|
|
3275
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3393
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3276
3394
|
|
|
3277
|
-
Permission is hereby granted, free of charge, to any
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
the Software, and to permit persons to whom the Software
|
|
3284
|
-
is furnished to do so, subject to the following
|
|
3285
|
-
conditions:
|
|
3395
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3396
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3397
|
+
in the Software without restriction, including without limitation the rights
|
|
3398
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3399
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3400
|
+
furnished to do so, subject to the following conditions:
|
|
3286
3401
|
|
|
3287
|
-
The above copyright notice and this permission notice
|
|
3288
|
-
|
|
3289
|
-
of the Software.
|
|
3402
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3403
|
+
copies or substantial portions of the Software.
|
|
3290
3404
|
|
|
3291
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3299
|
-
DEALINGS IN THE SOFTWARE.
|
|
3405
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3406
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3407
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3408
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3409
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3410
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3411
|
+
SOFTWARE.
|
|
3300
3412
|
|
|
3301
3413
|
````
|
|
3302
3414
|
|
|
@@ -3306,10 +3418,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3306
3418
|
|
|
3307
3419
|
### Rust Crates:
|
|
3308
3420
|
|
|
3309
|
-
- [
|
|
3421
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3422
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3423
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3424
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3425
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3426
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3310
3427
|
|
|
3311
3428
|
````text
|
|
3312
|
-
Copyright (c)
|
|
3429
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3313
3430
|
|
|
3314
3431
|
Permission is hereby granted, free of charge, to any
|
|
3315
3432
|
person obtaining a copy of this software and associated
|
|
@@ -3343,16 +3460,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3343
3460
|
|
|
3344
3461
|
### Rust Crates:
|
|
3345
3462
|
|
|
3346
|
-
- [
|
|
3463
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
3464
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3347
3465
|
|
|
3348
3466
|
````text
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3352
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3353
|
-
Copyright (c) 2017 Frommi
|
|
3354
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3355
|
-
|
|
3467
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
3356
3468
|
|
|
3357
3469
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3358
3470
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3380,34 +3492,28 @@ SOFTWARE.
|
|
|
3380
3492
|
|
|
3381
3493
|
### Rust Crates:
|
|
3382
3494
|
|
|
3383
|
-
- [
|
|
3495
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3384
3496
|
|
|
3385
3497
|
````text
|
|
3386
|
-
Copyright (c)
|
|
3498
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3387
3499
|
|
|
3388
|
-
Permission is hereby granted, free of charge, to any
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
the Software, and to permit persons to whom the Software
|
|
3395
|
-
is furnished to do so, subject to the following
|
|
3396
|
-
conditions:
|
|
3500
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3501
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3502
|
+
in the Software without restriction, including without limitation the rights
|
|
3503
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3504
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3505
|
+
furnished to do so, subject to the following conditions:
|
|
3397
3506
|
|
|
3398
|
-
The above copyright notice and this permission notice
|
|
3399
|
-
|
|
3400
|
-
of the Software.
|
|
3507
|
+
The above copyright notice and this permission notice shall be included in
|
|
3508
|
+
all copies or substantial portions of the Software.
|
|
3401
3509
|
|
|
3402
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3410
|
-
DEALINGS IN THE SOFTWARE.
|
|
3510
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3511
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3512
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3513
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3514
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3515
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3516
|
+
THE SOFTWARE.
|
|
3411
3517
|
|
|
3412
3518
|
````
|
|
3413
3519
|
|
|
@@ -3417,10 +3523,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3417
3523
|
|
|
3418
3524
|
### Rust Crates:
|
|
3419
3525
|
|
|
3420
|
-
- [
|
|
3526
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3421
3527
|
|
|
3422
3528
|
````text
|
|
3423
|
-
Copyright (c) 2017
|
|
3529
|
+
Copyright (c) 2016--2017
|
|
3424
3530
|
|
|
3425
3531
|
Permission is hereby granted, free of charge, to any
|
|
3426
3532
|
person obtaining a copy of this software and associated
|
|
@@ -3452,14 +3558,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3452
3558
|
|
|
3453
3559
|
## The following dependencies are licensed under the MIT License:
|
|
3454
3560
|
|
|
3455
|
-
###
|
|
3561
|
+
### Rust Crates:
|
|
3456
3562
|
|
|
3457
|
-
- [
|
|
3563
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
3458
3564
|
|
|
3459
3565
|
````text
|
|
3460
3566
|
MIT License
|
|
3461
3567
|
|
|
3462
|
-
Copyright (c)
|
|
3568
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
3463
3569
|
|
|
3464
3570
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3465
3571
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3479,7 +3585,37 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3479
3585
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3480
3586
|
SOFTWARE.
|
|
3481
3587
|
|
|
3482
|
-
|
|
3588
|
+
````
|
|
3589
|
+
|
|
3590
|
+
---
|
|
3591
|
+
|
|
3592
|
+
## The following dependencies are licensed under the MIT License:
|
|
3593
|
+
|
|
3594
|
+
### Rust Crates:
|
|
3595
|
+
|
|
3596
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3597
|
+
|
|
3598
|
+
````text
|
|
3599
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3600
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3601
|
+
|
|
3602
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3603
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3604
|
+
in the Software without restriction, including without limitation the rights
|
|
3605
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3606
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3607
|
+
furnished to do so, subject to the following conditions:
|
|
3608
|
+
|
|
3609
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3610
|
+
copies or substantial portions of the Software.
|
|
3611
|
+
|
|
3612
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3613
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3614
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3615
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3616
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3617
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3618
|
+
SOFTWARE.
|
|
3483
3619
|
|
|
3484
3620
|
````
|
|
3485
3621
|
|
|
@@ -3489,17 +3625,17 @@ SOFTWARE.
|
|
|
3489
3625
|
|
|
3490
3626
|
### Rust Crates:
|
|
3491
3627
|
|
|
3492
|
-
- [
|
|
3493
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3494
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3495
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3628
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3496
3629
|
|
|
3497
3630
|
````text
|
|
3631
|
+
Copyright 2016 Nika Layzell
|
|
3632
|
+
|
|
3498
3633
|
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:
|
|
3499
3634
|
|
|
3500
3635
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3501
3636
|
|
|
3502
3637
|
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.
|
|
3638
|
+
|
|
3503
3639
|
````
|
|
3504
3640
|
|
|
3505
3641
|
---
|
|
@@ -3508,11 +3644,38 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3508
3644
|
|
|
3509
3645
|
### Rust Crates:
|
|
3510
3646
|
|
|
3511
|
-
- [
|
|
3647
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3648
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3649
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3650
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3651
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3652
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3653
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3654
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3655
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3656
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3657
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3658
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3659
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3660
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3661
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3662
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3663
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3664
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
3665
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3666
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3667
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3668
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3669
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3670
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3671
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3672
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3673
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3674
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3675
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3676
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3512
3677
|
|
|
3513
3678
|
````text
|
|
3514
|
-
Copyright (c) 2019 Nick Fitzgerald
|
|
3515
|
-
|
|
3516
3679
|
Permission is hereby granted, free of charge, to any
|
|
3517
3680
|
person obtaining a copy of this software and associated
|
|
3518
3681
|
documentation files (the "Software"), to deal in the
|
|
@@ -3545,10 +3708,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3545
3708
|
|
|
3546
3709
|
### Rust Crates:
|
|
3547
3710
|
|
|
3548
|
-
- [
|
|
3711
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3549
3712
|
|
|
3550
3713
|
````text
|
|
3551
|
-
Copyright (c)
|
|
3714
|
+
Copyright (c) 2017 Carl Lerche
|
|
3715
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3716
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3552
3717
|
|
|
3553
3718
|
Permission is hereby granted, free of charge, to any
|
|
3554
3719
|
person obtaining a copy of this software and associated
|
|
@@ -3582,60 +3747,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3582
3747
|
|
|
3583
3748
|
### Rust Crates:
|
|
3584
3749
|
|
|
3585
|
-
- [
|
|
3586
|
-
|
|
3587
|
-
````text
|
|
3588
|
-
Copyright (c) 2015-2025 Sean McArthur
|
|
3589
|
-
|
|
3590
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3591
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3592
|
-
in the Software without restriction, including without limitation the rights
|
|
3593
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3594
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3595
|
-
furnished to do so, subject to the following conditions:
|
|
3596
|
-
|
|
3597
|
-
The above copyright notice and this permission notice shall be included in
|
|
3598
|
-
all copies or substantial portions of the Software.
|
|
3599
|
-
|
|
3600
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3601
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3602
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3603
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3604
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3605
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3606
|
-
THE SOFTWARE.
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
````
|
|
3610
|
-
|
|
3611
|
-
---
|
|
3612
|
-
|
|
3613
|
-
## The following dependencies are licensed under the MIT License:
|
|
3614
|
-
|
|
3615
|
-
### Rust Crates:
|
|
3616
|
-
|
|
3617
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
3750
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3618
3751
|
|
|
3619
3752
|
````text
|
|
3620
|
-
Copyright (c)
|
|
3753
|
+
Copyright (c) The rust-url developers
|
|
3621
3754
|
|
|
3622
|
-
Permission is hereby granted, free of charge, to any
|
|
3623
|
-
of this software and associated
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3755
|
+
Permission is hereby granted, free of charge, to any
|
|
3756
|
+
person obtaining a copy of this software and associated
|
|
3757
|
+
documentation files (the "Software"), to deal in the
|
|
3758
|
+
Software without restriction, including without
|
|
3759
|
+
limitation the rights to use, copy, modify, merge,
|
|
3760
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3761
|
+
the Software, and to permit persons to whom the Software
|
|
3762
|
+
is furnished to do so, subject to the following
|
|
3763
|
+
conditions:
|
|
3628
3764
|
|
|
3629
|
-
The above copyright notice and this permission notice
|
|
3630
|
-
copies or substantial portions
|
|
3765
|
+
The above copyright notice and this permission notice
|
|
3766
|
+
shall be included in all copies or substantial portions
|
|
3767
|
+
of the Software.
|
|
3631
3768
|
|
|
3632
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3633
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3769
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3770
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3771
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3772
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3773
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3774
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3775
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3776
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3777
|
+
DEALINGS IN THE SOFTWARE.
|
|
3639
3778
|
|
|
3640
3779
|
````
|
|
3641
3780
|
|
|
@@ -3645,68 +3784,17 @@ SOFTWARE.
|
|
|
3645
3784
|
|
|
3646
3785
|
### Rust Crates:
|
|
3647
3786
|
|
|
3648
|
-
- [
|
|
3649
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3650
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3651
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3652
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3653
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3654
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3655
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3656
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3657
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3658
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3659
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3660
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3661
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3662
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3663
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3664
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3665
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3666
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3667
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3668
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3669
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3670
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3671
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3672
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3787
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3673
3788
|
|
|
3674
3789
|
````text
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
Copyright (c) <year> <copyright holders>
|
|
3678
|
-
|
|
3679
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3680
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3681
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3682
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3683
|
-
following conditions:
|
|
3684
|
-
|
|
3685
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3686
|
-
portions of the Software.
|
|
3687
|
-
|
|
3688
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3689
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3690
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3691
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3692
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3693
|
-
|
|
3694
|
-
````
|
|
3695
|
-
|
|
3696
|
-
---
|
|
3697
|
-
|
|
3698
|
-
## The following dependencies are licensed under the MIT License:
|
|
3699
|
-
|
|
3700
|
-
### Rust Crates:
|
|
3790
|
+
Copyright (c) 2016 The humantime Developers
|
|
3701
3791
|
|
|
3702
|
-
|
|
3792
|
+
Includes parts of http date with the following copyright:
|
|
3793
|
+
Copyright (c) 2016 Pyfisch
|
|
3703
3794
|
|
|
3704
|
-
|
|
3705
|
-
|
|
3795
|
+
Includes portions of musl libc with the following copyright:
|
|
3796
|
+
Copyright © 2005-2013 Rich Felker
|
|
3706
3797
|
|
|
3707
|
-
Copyright (c) 2015 Danny Guo
|
|
3708
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3709
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
3710
3798
|
|
|
3711
3799
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3712
3800
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3734,10 +3822,11 @@ SOFTWARE.
|
|
|
3734
3822
|
|
|
3735
3823
|
### Rust Crates:
|
|
3736
3824
|
|
|
3737
|
-
- [
|
|
3825
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3738
3826
|
|
|
3739
3827
|
````text
|
|
3740
|
-
Copyright (c)
|
|
3828
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3829
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3741
3830
|
|
|
3742
3831
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3743
3832
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3746,35 +3835,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3746
3835
|
copies of the Software, and to permit persons to whom the Software is
|
|
3747
3836
|
furnished to do so, subject to the following conditions:
|
|
3748
3837
|
|
|
3749
|
-
The above copyright notice and this permission notice shall be included in
|
|
3750
|
-
copies or substantial portions of the Software.
|
|
3838
|
+
The above copyright notice and this permission notice shall be included in
|
|
3839
|
+
all copies or substantial portions of the Software.
|
|
3751
3840
|
|
|
3752
3841
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3753
3842
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3754
3843
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3755
3844
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3756
3845
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3757
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3758
|
-
SOFTWARE.
|
|
3759
|
-
|
|
3760
|
-
````
|
|
3761
|
-
|
|
3762
|
-
---
|
|
3763
|
-
|
|
3764
|
-
## The following dependencies are licensed under the MIT License:
|
|
3765
|
-
|
|
3766
|
-
### Rust Crates:
|
|
3767
|
-
|
|
3768
|
-
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3769
|
-
|
|
3770
|
-
````text
|
|
3771
|
-
Copyright (c) 2015 steffengy
|
|
3772
|
-
|
|
3773
|
-
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:
|
|
3774
|
-
|
|
3775
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3776
|
-
|
|
3777
|
-
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.
|
|
3846
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3847
|
+
THE SOFTWARE.
|
|
3778
3848
|
|
|
3779
3849
|
````
|
|
3780
3850
|
|
|
@@ -3784,10 +3854,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3784
3854
|
|
|
3785
3855
|
### Rust Crates:
|
|
3786
3856
|
|
|
3787
|
-
- [
|
|
3857
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3788
3858
|
|
|
3789
3859
|
````text
|
|
3790
|
-
Copyright (c)
|
|
3860
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3791
3861
|
|
|
3792
3862
|
Permission is hereby granted, free of charge, to any
|
|
3793
3863
|
person obtaining a copy of this software and associated
|
|
@@ -3821,10 +3891,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3821
3891
|
|
|
3822
3892
|
### Rust Crates:
|
|
3823
3893
|
|
|
3824
|
-
- [
|
|
3894
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3825
3895
|
|
|
3826
3896
|
````text
|
|
3827
|
-
Copyright (c)
|
|
3897
|
+
Copyright (c) 2017 Contributors
|
|
3828
3898
|
|
|
3829
3899
|
Permission is hereby granted, free of charge, to any
|
|
3830
3900
|
person obtaining a copy of this software and associated
|
|
@@ -3858,10 +3928,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3858
3928
|
|
|
3859
3929
|
### Rust Crates:
|
|
3860
3930
|
|
|
3861
|
-
- [
|
|
3931
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3932
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3862
3933
|
|
|
3863
3934
|
````text
|
|
3864
|
-
Copyright (c)
|
|
3935
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3936
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3937
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3865
3938
|
|
|
3866
3939
|
Permission is hereby granted, free of charge, to any
|
|
3867
3940
|
person obtaining a copy of this software and associated
|
|
@@ -3895,81 +3968,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3895
3968
|
|
|
3896
3969
|
### Rust Crates:
|
|
3897
3970
|
|
|
3898
|
-
- [
|
|
3971
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3972
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3973
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3899
3974
|
|
|
3900
3975
|
````text
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
Permission is hereby granted, free of charge, to any
|
|
3904
|
-
person obtaining a copy of this software and associated
|
|
3905
|
-
documentation files (the "Software"), to deal in the
|
|
3906
|
-
Software without restriction, including without
|
|
3907
|
-
limitation the rights to use, copy, modify, merge,
|
|
3908
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3909
|
-
the Software, and to permit persons to whom the Software
|
|
3910
|
-
is furnished to do so, subject to the following
|
|
3911
|
-
conditions:
|
|
3912
|
-
|
|
3913
|
-
The above copyright notice and this permission notice
|
|
3914
|
-
shall be included in all copies or substantial portions
|
|
3915
|
-
of the Software.
|
|
3916
|
-
|
|
3917
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3918
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3919
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3920
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3921
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3922
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3923
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3924
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3925
|
-
DEALINGS IN THE SOFTWARE.
|
|
3926
|
-
|
|
3927
|
-
````
|
|
3928
|
-
|
|
3929
|
-
---
|
|
3976
|
+
MIT License
|
|
3930
3977
|
|
|
3931
|
-
|
|
3978
|
+
Copyright (c) 2017 Ted Driggs
|
|
3932
3979
|
|
|
3933
|
-
|
|
3980
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3981
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3982
|
+
in the Software without restriction, including without limitation the rights
|
|
3983
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3984
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3985
|
+
furnished to do so, subject to the following conditions:
|
|
3934
3986
|
|
|
3935
|
-
|
|
3987
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3988
|
+
copies or substantial portions of the Software.
|
|
3936
3989
|
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3944
|
-
in the Software without restriction, including without limitation the rights
|
|
3945
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3946
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3947
|
-
furnished to do so, subject to the following conditions:
|
|
3948
|
-
|
|
3949
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3950
|
-
copies or substantial portions of the Software.
|
|
3951
|
-
|
|
3952
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3953
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3954
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3955
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3956
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3957
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3990
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3991
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3992
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3993
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3994
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3995
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3958
3996
|
SOFTWARE.
|
|
3997
|
+
|
|
3959
3998
|
````
|
|
3960
3999
|
|
|
3961
4000
|
---
|
|
3962
4001
|
|
|
3963
4002
|
## The following dependencies are licensed under the MIT License:
|
|
3964
4003
|
|
|
3965
|
-
###
|
|
4004
|
+
### Rust Crates:
|
|
3966
4005
|
|
|
3967
|
-
- [
|
|
4006
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3968
4007
|
|
|
3969
4008
|
````text
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
4009
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
4010
|
+
Copyright (c) 2016 Alex Crichton
|
|
3973
4011
|
|
|
3974
4012
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3975
4013
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3989,42 +4027,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3989
4027
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3990
4028
|
THE SOFTWARE.
|
|
3991
4029
|
|
|
3992
|
-
````
|
|
3993
|
-
|
|
3994
|
-
---
|
|
3995
|
-
|
|
3996
|
-
## The following dependencies are licensed under the MIT License:
|
|
3997
|
-
|
|
3998
|
-
### Rust Crates:
|
|
3999
|
-
|
|
4000
|
-
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
4001
|
-
|
|
4002
|
-
````text
|
|
4003
|
-
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
4004
|
-
|
|
4005
|
-
Permission is hereby granted, free of charge, to any
|
|
4006
|
-
person obtaining a copy of this software and associated
|
|
4007
|
-
documentation files (the "Software"), to deal in the
|
|
4008
|
-
Software without restriction, including without
|
|
4009
|
-
limitation the rights to use, copy, modify, merge,
|
|
4010
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4011
|
-
the Software, and to permit persons to whom the Software
|
|
4012
|
-
is furnished to do so, subject to the following
|
|
4013
|
-
conditions:
|
|
4014
|
-
|
|
4015
|
-
The above copyright notice and this permission notice
|
|
4016
|
-
shall be included in all copies or substantial portions
|
|
4017
|
-
of the Software.
|
|
4018
|
-
|
|
4019
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4020
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4021
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4022
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4023
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4024
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4025
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4026
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4027
|
-
DEALINGS IN THE SOFTWARE.
|
|
4028
4030
|
|
|
4029
4031
|
````
|
|
4030
4032
|
|
|
@@ -4034,10 +4036,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4034
4036
|
|
|
4035
4037
|
### Rust Crates:
|
|
4036
4038
|
|
|
4037
|
-
- [
|
|
4039
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
4038
4040
|
|
|
4039
4041
|
````text
|
|
4040
|
-
Copyright
|
|
4042
|
+
Copyright Mozilla Foundation
|
|
4041
4043
|
|
|
4042
4044
|
Permission is hereby granted, free of charge, to any
|
|
4043
4045
|
person obtaining a copy of this software and associated
|
|
@@ -4071,31 +4073,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4071
4073
|
|
|
4072
4074
|
### NPM Packages:
|
|
4073
4075
|
|
|
4074
|
-
- [
|
|
4075
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
4076
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
4076
4077
|
|
|
4077
4078
|
````text
|
|
4078
|
-
|
|
4079
|
+
The MIT License (MIT)
|
|
4079
4080
|
|
|
4080
|
-
|
|
4081
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
4081
4082
|
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4083
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4084
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4085
|
+
in the Software without restriction, including without limitation the rights
|
|
4086
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4087
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4088
|
+
furnished to do so, subject to the following conditions:
|
|
4088
4089
|
|
|
4089
|
-
|
|
4090
|
-
|
|
4090
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4091
|
+
copies or substantial portions of the Software.
|
|
4092
|
+
|
|
4093
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4094
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4095
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4096
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4097
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4098
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4099
|
+
SOFTWARE.
|
|
4091
4100
|
|
|
4092
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4093
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4094
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4095
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4096
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4097
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4098
|
-
SOFTWARE
|
|
4099
4101
|
|
|
4100
4102
|
````
|
|
4101
4103
|
|
|
@@ -4103,36 +4105,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4103
4105
|
|
|
4104
4106
|
## The following dependencies are licensed under the MIT License:
|
|
4105
4107
|
|
|
4106
|
-
###
|
|
4108
|
+
### NPM Packages:
|
|
4107
4109
|
|
|
4108
|
-
- [
|
|
4110
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
4109
4111
|
|
|
4110
4112
|
````text
|
|
4111
|
-
|
|
4113
|
+
MIT License
|
|
4112
4114
|
|
|
4113
|
-
|
|
4114
|
-
person obtaining a copy of this software and associated
|
|
4115
|
-
documentation files (the "Software"), to deal in the
|
|
4116
|
-
Software without restriction, including without
|
|
4117
|
-
limitation the rights to use, copy, modify, merge,
|
|
4118
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4119
|
-
the Software, and to permit persons to whom the Software
|
|
4120
|
-
is furnished to do so, subject to the following
|
|
4121
|
-
conditions:
|
|
4115
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
4122
4116
|
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4117
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4118
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4119
|
+
in the Software without restriction, including without limitation the rights
|
|
4120
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4121
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4122
|
+
furnished to do so, subject to the following conditions:
|
|
4126
4123
|
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
IN
|
|
4135
|
-
|
|
4124
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4125
|
+
copies or substantial portions of the Software.
|
|
4126
|
+
|
|
4127
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4128
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4129
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4130
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4131
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4132
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4133
|
+
SOFTWARE.
|
|
4134
|
+
|
|
4135
|
+
[others]: https://github.com/json5/json5/contributors
|
|
4136
4136
|
|
|
4137
4137
|
````
|
|
4138
4138
|
|