@deveco-codegenie/mcp-bridge-darwin-arm64 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_LICENSES.md +1156 -1156
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -49,6 +49,30 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
49
49
|
|
|
50
50
|
### Rust Crates:
|
|
51
51
|
|
|
52
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
53
|
+
|
|
54
|
+
````text
|
|
55
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
56
|
+
|
|
57
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
58
|
+
any purpose with or without fee is hereby granted.
|
|
59
|
+
|
|
60
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
61
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
62
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
63
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
64
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
65
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
66
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
67
|
+
|
|
68
|
+
````
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
73
|
+
|
|
74
|
+
### Rust Crates:
|
|
75
|
+
|
|
52
76
|
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
53
77
|
|
|
54
78
|
````text
|
|
@@ -71,25 +95,88 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
71
95
|
|
|
72
96
|
---
|
|
73
97
|
|
|
74
|
-
## The following dependencies are licensed under the
|
|
98
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
75
99
|
|
|
76
100
|
### Rust Crates:
|
|
77
101
|
|
|
78
|
-
- [
|
|
102
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
103
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
104
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
79
105
|
|
|
80
106
|
````text
|
|
81
|
-
|
|
107
|
+
Apache License
|
|
108
|
+
Version 2.0, January 2004
|
|
109
|
+
http://www.apache.org/licenses/
|
|
82
110
|
|
|
83
|
-
|
|
84
|
-
any purpose with or without fee is hereby granted.
|
|
111
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
85
112
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
113
|
+
1. Definitions.
|
|
114
|
+
|
|
115
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
116
|
+
|
|
117
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
118
|
+
|
|
119
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
120
|
+
|
|
121
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
122
|
+
|
|
123
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
124
|
+
|
|
125
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
126
|
+
|
|
127
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
128
|
+
|
|
129
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
130
|
+
|
|
131
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
132
|
+
|
|
133
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
134
|
+
|
|
135
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
136
|
+
|
|
137
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
138
|
+
|
|
139
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
140
|
+
|
|
141
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
142
|
+
|
|
143
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
144
|
+
|
|
145
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
146
|
+
|
|
147
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
148
|
+
|
|
149
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
150
|
+
|
|
151
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
152
|
+
|
|
153
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
154
|
+
|
|
155
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
156
|
+
|
|
157
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
158
|
+
|
|
159
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
160
|
+
|
|
161
|
+
END OF TERMS AND CONDITIONS
|
|
162
|
+
|
|
163
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
164
|
+
|
|
165
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
166
|
+
|
|
167
|
+
Copyright [yyyy] [name of copyright owner]
|
|
168
|
+
|
|
169
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
170
|
+
you may not use this file except in compliance with the License.
|
|
171
|
+
You may obtain a copy of the License at
|
|
172
|
+
|
|
173
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
174
|
+
|
|
175
|
+
Unless required by applicable law or agreed to in writing, software
|
|
176
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
177
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
178
|
+
See the License for the specific language governing permissions and
|
|
179
|
+
limitations under the License.
|
|
93
180
|
|
|
94
181
|
````
|
|
95
182
|
|
|
@@ -523,93 +610,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
523
610
|
|
|
524
611
|
---
|
|
525
612
|
|
|
526
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
527
|
-
|
|
528
|
-
### Rust Crates:
|
|
529
|
-
|
|
530
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
531
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
532
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
533
|
-
|
|
534
|
-
````text
|
|
535
|
-
Apache License
|
|
536
|
-
Version 2.0, January 2004
|
|
537
|
-
http://www.apache.org/licenses/
|
|
538
|
-
|
|
539
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
540
|
-
|
|
541
|
-
1. Definitions.
|
|
542
|
-
|
|
543
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
544
|
-
|
|
545
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
546
|
-
|
|
547
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
548
|
-
|
|
549
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
550
|
-
|
|
551
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
552
|
-
|
|
553
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
554
|
-
|
|
555
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
556
|
-
|
|
557
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
558
|
-
|
|
559
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
560
|
-
|
|
561
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
562
|
-
|
|
563
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
564
|
-
|
|
565
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
566
|
-
|
|
567
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
568
|
-
|
|
569
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
570
|
-
|
|
571
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
572
|
-
|
|
573
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
574
|
-
|
|
575
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
576
|
-
|
|
577
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
578
|
-
|
|
579
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
580
|
-
|
|
581
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
582
|
-
|
|
583
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
584
|
-
|
|
585
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
586
|
-
|
|
587
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
588
|
-
|
|
589
|
-
END OF TERMS AND CONDITIONS
|
|
590
|
-
|
|
591
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
592
|
-
|
|
593
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
594
|
-
|
|
595
|
-
Copyright [yyyy] [name of copyright owner]
|
|
596
|
-
|
|
597
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
598
|
-
you may not use this file except in compliance with the License.
|
|
599
|
-
You may obtain a copy of the License at
|
|
600
|
-
|
|
601
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
602
|
-
|
|
603
|
-
Unless required by applicable law or agreed to in writing, software
|
|
604
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
605
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
606
|
-
See the License for the specific language governing permissions and
|
|
607
|
-
limitations under the License.
|
|
608
|
-
|
|
609
|
-
````
|
|
610
|
-
|
|
611
|
-
---
|
|
612
|
-
|
|
613
613
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
614
614
|
|
|
615
615
|
### NPM Packages:
|
|
@@ -677,37 +677,33 @@ THIS SOFTWARE.
|
|
|
677
677
|
|
|
678
678
|
## The following dependencies are licensed under the MIT License:
|
|
679
679
|
|
|
680
|
-
###
|
|
680
|
+
### NPM Packages:
|
|
681
681
|
|
|
682
|
-
- [
|
|
682
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
683
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
683
684
|
|
|
684
685
|
````text
|
|
685
|
-
|
|
686
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
686
|
+
MIT License
|
|
687
687
|
|
|
688
|
-
|
|
689
|
-
person obtaining a copy of this software and associated
|
|
690
|
-
documentation files (the "Software"), to deal in the
|
|
691
|
-
Software without restriction, including without
|
|
692
|
-
limitation the rights to use, copy, modify, merge,
|
|
693
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
694
|
-
the Software, and to permit persons to whom the Software
|
|
695
|
-
is furnished to do so, subject to the following
|
|
696
|
-
conditions:
|
|
688
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
697
689
|
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
690
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
691
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
692
|
+
in the Software without restriction, including without limitation the rights
|
|
693
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
694
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
695
|
+
furnished to do so, subject to the following conditions:
|
|
701
696
|
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
IN
|
|
710
|
-
|
|
697
|
+
The above copyright notice and this permission notice shall be included in all
|
|
698
|
+
copies or substantial portions of the Software.
|
|
699
|
+
|
|
700
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
701
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
702
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
703
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
704
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
705
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
706
|
+
SOFTWARE.
|
|
711
707
|
|
|
712
708
|
````
|
|
713
709
|
|
|
@@ -717,86 +713,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
717
713
|
|
|
718
714
|
### Rust Crates:
|
|
719
715
|
|
|
720
|
-
- [
|
|
716
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
721
717
|
|
|
722
718
|
````text
|
|
723
|
-
Copyright (c)
|
|
719
|
+
Copyright (c) 2016 The humantime Developers
|
|
724
720
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
documentation files (the "Software"), to deal in the
|
|
728
|
-
Software without restriction, including without
|
|
729
|
-
limitation the rights to use, copy, modify, merge,
|
|
730
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
731
|
-
the Software, and to permit persons to whom the Software
|
|
732
|
-
is furnished to do so, subject to the following
|
|
733
|
-
conditions:
|
|
734
|
-
|
|
735
|
-
The above copyright notice and this permission notice
|
|
736
|
-
shall be included in all copies or substantial portions
|
|
737
|
-
of the Software.
|
|
738
|
-
|
|
739
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
740
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
741
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
742
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
743
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
744
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
745
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
746
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
747
|
-
DEALINGS IN THE SOFTWARE.
|
|
748
|
-
|
|
749
|
-
````
|
|
750
|
-
|
|
751
|
-
---
|
|
752
|
-
|
|
753
|
-
## The following dependencies are licensed under the MIT License:
|
|
754
|
-
|
|
755
|
-
### Rust Crates:
|
|
756
|
-
|
|
757
|
-
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
758
|
-
|
|
759
|
-
````text
|
|
760
|
-
Copyright (c) 2016--2023
|
|
761
|
-
|
|
762
|
-
Permission is hereby granted, free of charge, to any
|
|
763
|
-
person obtaining a copy of this software and associated
|
|
764
|
-
documentation files (the "Software"), to deal in the
|
|
765
|
-
Software without restriction, including without
|
|
766
|
-
limitation the rights to use, copy, modify, merge,
|
|
767
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
768
|
-
the Software, and to permit persons to whom the Software
|
|
769
|
-
is furnished to do so, subject to the following
|
|
770
|
-
conditions:
|
|
771
|
-
|
|
772
|
-
The above copyright notice and this permission notice
|
|
773
|
-
shall be included in all copies or substantial portions
|
|
774
|
-
of the Software.
|
|
775
|
-
|
|
776
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
777
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
778
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
779
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
780
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
781
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
782
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
783
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
784
|
-
DEALINGS IN THE SOFTWARE.
|
|
785
|
-
|
|
786
|
-
````
|
|
787
|
-
|
|
788
|
-
---
|
|
789
|
-
|
|
790
|
-
## The following dependencies are licensed under the MIT License:
|
|
791
|
-
|
|
792
|
-
### Rust Crates:
|
|
793
|
-
|
|
794
|
-
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
721
|
+
Includes parts of http date with the following copyright:
|
|
722
|
+
Copyright (c) 2016 Pyfisch
|
|
795
723
|
|
|
796
|
-
|
|
797
|
-
|
|
724
|
+
Includes portions of musl libc with the following copyright:
|
|
725
|
+
Copyright © 2005-2013 Rich Felker
|
|
798
726
|
|
|
799
|
-
Copyright (c) 2025 Callum Oakley
|
|
800
727
|
|
|
801
728
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
802
729
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -824,12 +751,11 @@ SOFTWARE.
|
|
|
824
751
|
|
|
825
752
|
### Rust Crates:
|
|
826
753
|
|
|
827
|
-
- [
|
|
754
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
828
755
|
|
|
829
756
|
````text
|
|
830
|
-
The
|
|
831
|
-
|
|
832
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
757
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
758
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
833
759
|
|
|
834
760
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
835
761
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -849,8 +775,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
849
775
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
850
776
|
SOFTWARE.
|
|
851
777
|
|
|
852
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
853
|
-
licences; see files named LICENSE.*.txt for details.
|
|
854
778
|
````
|
|
855
779
|
|
|
856
780
|
---
|
|
@@ -859,10 +783,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
859
783
|
|
|
860
784
|
### Rust Crates:
|
|
861
785
|
|
|
862
|
-
- [
|
|
786
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
863
787
|
|
|
864
788
|
````text
|
|
865
|
-
Copyright (c)
|
|
789
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
866
790
|
|
|
867
791
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
868
792
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -891,30 +815,36 @@ THE SOFTWARE.
|
|
|
891
815
|
|
|
892
816
|
### Rust Crates:
|
|
893
817
|
|
|
894
|
-
- [
|
|
818
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
895
819
|
|
|
896
820
|
````text
|
|
897
|
-
The
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
to use, copy, modify, merge,
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
821
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
822
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
823
|
+
|
|
824
|
+
Permission is hereby granted, free of charge, to any
|
|
825
|
+
person obtaining a copy of this software and associated
|
|
826
|
+
documentation files (the "Software"), to deal in the
|
|
827
|
+
Software without restriction, including without
|
|
828
|
+
limitation the rights to use, copy, modify, merge,
|
|
829
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
830
|
+
the Software, and to permit persons to whom the Software
|
|
831
|
+
is furnished to do so, subject to the following
|
|
832
|
+
conditions:
|
|
833
|
+
|
|
834
|
+
The above copyright notice and this permission notice
|
|
835
|
+
shall be included in all copies or substantial portions
|
|
836
|
+
of the Software.
|
|
837
|
+
|
|
838
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
839
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
840
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
841
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
842
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
843
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
844
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
845
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
846
|
+
DEALINGS IN THE SOFTWARE.
|
|
847
|
+
|
|
918
848
|
````
|
|
919
849
|
|
|
920
850
|
---
|
|
@@ -923,39 +853,16 @@ SOFTWARE.
|
|
|
923
853
|
|
|
924
854
|
### Rust Crates:
|
|
925
855
|
|
|
926
|
-
- [
|
|
927
|
-
- [
|
|
928
|
-
- [
|
|
929
|
-
- [
|
|
930
|
-
- [
|
|
931
|
-
- [
|
|
932
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
933
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
934
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
935
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
936
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
937
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
938
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
939
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
940
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
941
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
942
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
943
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
944
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
945
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
946
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
947
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
948
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
949
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
950
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
951
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
952
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
953
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
954
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
955
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
956
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
856
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
857
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
858
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
859
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
860
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
861
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
957
862
|
|
|
958
863
|
````text
|
|
864
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
865
|
+
|
|
959
866
|
Permission is hereby granted, free of charge, to any
|
|
960
867
|
person obtaining a copy of this software and associated
|
|
961
868
|
documentation files (the "Software"), to deal in the
|
|
@@ -988,30 +895,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
988
895
|
|
|
989
896
|
### Rust Crates:
|
|
990
897
|
|
|
991
|
-
- [
|
|
898
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
899
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
992
900
|
|
|
993
901
|
````text
|
|
994
902
|
The MIT License (MIT)
|
|
995
903
|
|
|
996
|
-
Copyright (c)
|
|
904
|
+
Copyright (c) 2015 Steven Fackler
|
|
997
905
|
|
|
998
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
906
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
907
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
908
|
+
the Software without restriction, including without limitation the rights to
|
|
909
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
910
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
911
|
+
subject to the following conditions:
|
|
1004
912
|
|
|
1005
913
|
The above copyright notice and this permission notice shall be included in all
|
|
1006
914
|
copies or substantial portions of the Software.
|
|
1007
915
|
|
|
1008
916
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1009
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
SOFTWARE.
|
|
917
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
918
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
919
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
920
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
921
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1015
922
|
|
|
1016
923
|
````
|
|
1017
924
|
|
|
@@ -1021,10 +928,10 @@ SOFTWARE.
|
|
|
1021
928
|
|
|
1022
929
|
### Rust Crates:
|
|
1023
930
|
|
|
1024
|
-
- [
|
|
931
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1025
932
|
|
|
1026
933
|
````text
|
|
1027
|
-
Copyright (c)
|
|
934
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1028
935
|
|
|
1029
936
|
Permission is hereby granted, free of charge, to any
|
|
1030
937
|
person obtaining a copy of this software and associated
|
|
@@ -1058,10 +965,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1058
965
|
|
|
1059
966
|
### Rust Crates:
|
|
1060
967
|
|
|
1061
|
-
- [
|
|
968
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1062
969
|
|
|
1063
970
|
````text
|
|
1064
|
-
Copyright (c)
|
|
971
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1065
972
|
|
|
1066
973
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1067
974
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1081,7 +988,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1081
988
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1082
989
|
THE SOFTWARE.
|
|
1083
990
|
|
|
1084
|
-
|
|
1085
991
|
````
|
|
1086
992
|
|
|
1087
993
|
---
|
|
@@ -1090,63 +996,35 @@ THE SOFTWARE.
|
|
|
1090
996
|
|
|
1091
997
|
### Rust Crates:
|
|
1092
998
|
|
|
1093
|
-
- [
|
|
1094
|
-
|
|
1095
|
-
````text
|
|
1096
|
-
The MIT License (MIT)
|
|
1097
|
-
|
|
1098
|
-
Copyright (c) 2015 Danny Guo
|
|
1099
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1100
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1101
|
-
|
|
1102
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1103
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1104
|
-
in the Software without restriction, including without limitation the rights
|
|
1105
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1106
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1107
|
-
furnished to do so, subject to the following conditions:
|
|
1108
|
-
|
|
1109
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1110
|
-
copies or substantial portions of the Software.
|
|
1111
|
-
|
|
1112
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1113
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1114
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1115
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1116
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1117
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1118
|
-
SOFTWARE.
|
|
1119
|
-
|
|
1120
|
-
````
|
|
1121
|
-
|
|
1122
|
-
---
|
|
1123
|
-
|
|
1124
|
-
## The following dependencies are licensed under the MIT License:
|
|
1125
|
-
|
|
1126
|
-
### Rust Crates:
|
|
1127
|
-
|
|
1128
|
-
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
999
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1000
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1129
1001
|
|
|
1130
1002
|
````text
|
|
1131
|
-
Copyright (c)
|
|
1003
|
+
Copyright (c) 2014 Alex Crichton
|
|
1132
1004
|
|
|
1133
|
-
Permission is hereby granted, free of charge, to any
|
|
1134
|
-
of this software and associated
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1005
|
+
Permission is hereby granted, free of charge, to any
|
|
1006
|
+
person obtaining a copy of this software and associated
|
|
1007
|
+
documentation files (the "Software"), to deal in the
|
|
1008
|
+
Software without restriction, including without
|
|
1009
|
+
limitation the rights to use, copy, modify, merge,
|
|
1010
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1011
|
+
the Software, and to permit persons to whom the Software
|
|
1012
|
+
is furnished to do so, subject to the following
|
|
1013
|
+
conditions:
|
|
1139
1014
|
|
|
1140
|
-
The above copyright notice and this permission notice
|
|
1141
|
-
all copies or substantial portions
|
|
1015
|
+
The above copyright notice and this permission notice
|
|
1016
|
+
shall be included in all copies or substantial portions
|
|
1017
|
+
of the Software.
|
|
1142
1018
|
|
|
1143
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1144
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1019
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1020
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1021
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1022
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1023
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1024
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1025
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1026
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1027
|
+
DEALINGS IN THE SOFTWARE.
|
|
1150
1028
|
|
|
1151
1029
|
````
|
|
1152
1030
|
|
|
@@ -1156,10 +1034,10 @@ THE SOFTWARE.
|
|
|
1156
1034
|
|
|
1157
1035
|
### Rust Crates:
|
|
1158
1036
|
|
|
1159
|
-
- [
|
|
1037
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1160
1038
|
|
|
1161
1039
|
````text
|
|
1162
|
-
Copyright
|
|
1040
|
+
Copyright 2023 The Fuchsia Authors
|
|
1163
1041
|
|
|
1164
1042
|
Permission is hereby granted, free of charge, to any
|
|
1165
1043
|
person obtaining a copy of this software and associated
|
|
@@ -1185,21 +1063,53 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1185
1063
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1186
1064
|
DEALINGS IN THE SOFTWARE.
|
|
1187
1065
|
|
|
1066
|
+
|
|
1188
1067
|
````
|
|
1189
1068
|
|
|
1190
1069
|
---
|
|
1191
1070
|
|
|
1192
1071
|
## The following dependencies are licensed under the MIT License:
|
|
1193
1072
|
|
|
1194
|
-
###
|
|
1073
|
+
### Rust Crates:
|
|
1195
1074
|
|
|
1196
|
-
- [
|
|
1197
|
-
|
|
1075
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1076
|
+
|
|
1077
|
+
````text
|
|
1078
|
+
The MIT License (MIT)
|
|
1079
|
+
|
|
1080
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1081
|
+
|
|
1082
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1083
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1084
|
+
in the Software without restriction, including without limitation the rights
|
|
1085
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1086
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1087
|
+
furnished to do so, subject to the following conditions:
|
|
1088
|
+
|
|
1089
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1090
|
+
copies or substantial portions of the Software.
|
|
1091
|
+
|
|
1092
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1093
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1094
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1095
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1096
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1097
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1098
|
+
SOFTWARE.
|
|
1099
|
+
````
|
|
1100
|
+
|
|
1101
|
+
---
|
|
1102
|
+
|
|
1103
|
+
## The following dependencies are licensed under the MIT License:
|
|
1104
|
+
|
|
1105
|
+
### Rust Crates:
|
|
1106
|
+
|
|
1107
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1198
1108
|
|
|
1199
1109
|
````text
|
|
1200
1110
|
MIT License
|
|
1201
1111
|
|
|
1202
|
-
Copyright (c)
|
|
1112
|
+
Copyright (c) 2025 Callum Oakley
|
|
1203
1113
|
|
|
1204
1114
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1205
1115
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1227,13 +1137,10 @@ SOFTWARE.
|
|
|
1227
1137
|
|
|
1228
1138
|
### Rust Crates:
|
|
1229
1139
|
|
|
1230
|
-
- [
|
|
1140
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1231
1141
|
|
|
1232
1142
|
````text
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1236
|
-
Copyright (c) Tokio Contributors
|
|
1143
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1237
1144
|
|
|
1238
1145
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1239
1146
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1242,16 +1149,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1242
1149
|
copies of the Software, and to permit persons to whom the Software is
|
|
1243
1150
|
furnished to do so, subject to the following conditions:
|
|
1244
1151
|
|
|
1245
|
-
The above copyright notice and this permission notice shall be included in
|
|
1246
|
-
copies or substantial portions of the Software.
|
|
1152
|
+
The above copyright notice and this permission notice shall be included in
|
|
1153
|
+
all copies or substantial portions of the Software.
|
|
1247
1154
|
|
|
1248
1155
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1249
1156
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1250
1157
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1251
1158
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1252
1159
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1253
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1254
|
-
SOFTWARE.
|
|
1160
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1161
|
+
THE SOFTWARE.
|
|
1255
1162
|
|
|
1256
1163
|
````
|
|
1257
1164
|
|
|
@@ -1261,10 +1168,10 @@ SOFTWARE.
|
|
|
1261
1168
|
|
|
1262
1169
|
### Rust Crates:
|
|
1263
1170
|
|
|
1264
|
-
- [
|
|
1171
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1265
1172
|
|
|
1266
1173
|
````text
|
|
1267
|
-
Copyright (c)
|
|
1174
|
+
Copyright (c) 2018 Carl Lerche
|
|
1268
1175
|
|
|
1269
1176
|
Permission is hereby granted, free of charge, to any
|
|
1270
1177
|
person obtaining a copy of this software and associated
|
|
@@ -1298,10 +1205,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1298
1205
|
|
|
1299
1206
|
### Rust Crates:
|
|
1300
1207
|
|
|
1301
|
-
- [
|
|
1208
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1302
1209
|
|
|
1303
1210
|
````text
|
|
1304
|
-
Copyright
|
|
1211
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1305
1212
|
|
|
1306
1213
|
Permission is hereby granted, free of charge, to any
|
|
1307
1214
|
person obtaining a copy of this software and associated
|
|
@@ -1335,14 +1242,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1335
1242
|
|
|
1336
1243
|
### Rust Crates:
|
|
1337
1244
|
|
|
1338
|
-
- [
|
|
1339
|
-
- [
|
|
1340
|
-
- [
|
|
1245
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1246
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1247
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1341
1248
|
|
|
1342
1249
|
````text
|
|
1343
1250
|
MIT License
|
|
1344
1251
|
|
|
1345
|
-
Copyright (c)
|
|
1252
|
+
Copyright (c) 2017 Ted Driggs
|
|
1346
1253
|
|
|
1347
1254
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1348
1255
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1370,42 +1277,10 @@ SOFTWARE.
|
|
|
1370
1277
|
|
|
1371
1278
|
### Rust Crates:
|
|
1372
1279
|
|
|
1373
|
-
- [
|
|
1374
|
-
|
|
1375
|
-
````text
|
|
1376
|
-
MIT License
|
|
1377
|
-
|
|
1378
|
-
Copyright (c) 2025 rutrum
|
|
1379
|
-
|
|
1380
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1381
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1382
|
-
in the Software without restriction, including without limitation the rights
|
|
1383
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1384
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1385
|
-
furnished to do so, subject to the following conditions:
|
|
1386
|
-
|
|
1387
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1388
|
-
copies or substantial portions of the Software.
|
|
1389
|
-
|
|
1390
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1391
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1392
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1393
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1394
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1395
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1396
|
-
SOFTWARE.
|
|
1397
|
-
````
|
|
1398
|
-
|
|
1399
|
-
---
|
|
1400
|
-
|
|
1401
|
-
## The following dependencies are licensed under the MIT License:
|
|
1402
|
-
|
|
1403
|
-
### Rust Crates:
|
|
1404
|
-
|
|
1405
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1280
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1406
1281
|
|
|
1407
1282
|
````text
|
|
1408
|
-
Copyright (c) 2019
|
|
1283
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1409
1284
|
|
|
1410
1285
|
Permission is hereby granted, free of charge, to any
|
|
1411
1286
|
person obtaining a copy of this software and associated
|
|
@@ -1437,14 +1312,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1437
1312
|
|
|
1438
1313
|
## The following dependencies are licensed under the MIT License:
|
|
1439
1314
|
|
|
1440
|
-
###
|
|
1315
|
+
### NPM Packages:
|
|
1441
1316
|
|
|
1442
|
-
- [
|
|
1317
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1443
1318
|
|
|
1444
1319
|
````text
|
|
1445
|
-
MIT License
|
|
1320
|
+
The MIT License (MIT)
|
|
1446
1321
|
|
|
1447
|
-
Copyright (c)
|
|
1322
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1448
1323
|
|
|
1449
1324
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1450
1325
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1464,6 +1339,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1464
1339
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1465
1340
|
SOFTWARE.
|
|
1466
1341
|
|
|
1342
|
+
|
|
1467
1343
|
````
|
|
1468
1344
|
|
|
1469
1345
|
---
|
|
@@ -1472,10 +1348,10 @@ SOFTWARE.
|
|
|
1472
1348
|
|
|
1473
1349
|
### Rust Crates:
|
|
1474
1350
|
|
|
1475
|
-
- [
|
|
1351
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1476
1352
|
|
|
1477
1353
|
````text
|
|
1478
|
-
Copyright (c) 2017
|
|
1354
|
+
Copyright (c) 2016--2017
|
|
1479
1355
|
|
|
1480
1356
|
Permission is hereby granted, free of charge, to any
|
|
1481
1357
|
person obtaining a copy of this software and associated
|
|
@@ -1509,32 +1385,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1509
1385
|
|
|
1510
1386
|
### Rust Crates:
|
|
1511
1387
|
|
|
1512
|
-
- [
|
|
1513
|
-
|
|
1514
|
-
````text
|
|
1515
|
-
Copyright 2016 Nika Layzell
|
|
1516
|
-
|
|
1517
|
-
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:
|
|
1518
|
-
|
|
1519
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1520
|
-
|
|
1521
|
-
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.
|
|
1522
|
-
|
|
1523
|
-
````
|
|
1524
|
-
|
|
1525
|
-
---
|
|
1526
|
-
|
|
1527
|
-
## The following dependencies are licensed under the MIT License:
|
|
1528
|
-
|
|
1529
|
-
### Rust Crates:
|
|
1530
|
-
|
|
1531
|
-
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1532
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1388
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
1533
1389
|
|
|
1534
1390
|
````text
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
Copyright (c) 2015 Steven Fackler
|
|
1391
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
1538
1392
|
|
|
1539
1393
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1540
1394
|
this software and associated documentation files (the "Software"), to deal in
|
|
@@ -1548,9 +1402,9 @@ copies or substantial portions of the Software.
|
|
|
1548
1402
|
|
|
1549
1403
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1550
1404
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1551
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
1552
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1553
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1405
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
1406
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1407
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1554
1408
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1555
1409
|
|
|
1556
1410
|
````
|
|
@@ -1561,28 +1415,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1561
1415
|
|
|
1562
1416
|
### Rust Crates:
|
|
1563
1417
|
|
|
1564
|
-
- [
|
|
1418
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1565
1419
|
|
|
1566
1420
|
````text
|
|
1567
|
-
|
|
1421
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1568
1422
|
|
|
1569
|
-
Permission is hereby granted, free of charge, to any
|
|
1570
|
-
of this software and associated
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1423
|
+
Permission is hereby granted, free of charge, to any
|
|
1424
|
+
person obtaining a copy of this software and associated
|
|
1425
|
+
documentation files (the "Software"), to deal in the
|
|
1426
|
+
Software without restriction, including without
|
|
1427
|
+
limitation the rights to use, copy, modify, merge,
|
|
1428
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1429
|
+
the Software, and to permit persons to whom the Software
|
|
1430
|
+
is furnished to do so, subject to the following
|
|
1431
|
+
conditions:
|
|
1575
1432
|
|
|
1576
|
-
The above copyright notice and this permission notice
|
|
1577
|
-
copies or substantial portions
|
|
1433
|
+
The above copyright notice and this permission notice
|
|
1434
|
+
shall be included in all copies or substantial portions
|
|
1435
|
+
of the Software.
|
|
1578
1436
|
|
|
1579
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1580
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1437
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1438
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1439
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1440
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1441
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1442
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1443
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1444
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1445
|
+
DEALINGS IN THE SOFTWARE.
|
|
1586
1446
|
|
|
1587
1447
|
````
|
|
1588
1448
|
|
|
@@ -1592,29 +1452,34 @@ SOFTWARE.
|
|
|
1592
1452
|
|
|
1593
1453
|
### Rust Crates:
|
|
1594
1454
|
|
|
1595
|
-
- [
|
|
1455
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1596
1456
|
|
|
1597
1457
|
````text
|
|
1598
|
-
Copyright (c)
|
|
1599
|
-
|
|
1600
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1601
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1602
|
-
in the Software without restriction, including without limitation the rights
|
|
1603
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1604
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1605
|
-
furnished to do so, subject to the following conditions:
|
|
1458
|
+
Copyright (c) 2014 Chris Wong
|
|
1606
1459
|
|
|
1607
|
-
|
|
1608
|
-
|
|
1460
|
+
Permission is hereby granted, free of charge, to any
|
|
1461
|
+
person obtaining a copy of this software and associated
|
|
1462
|
+
documentation files (the "Software"), to deal in the
|
|
1463
|
+
Software without restriction, including without
|
|
1464
|
+
limitation the rights to use, copy, modify, merge,
|
|
1465
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1466
|
+
the Software, and to permit persons to whom the Software
|
|
1467
|
+
is furnished to do so, subject to the following
|
|
1468
|
+
conditions:
|
|
1609
1469
|
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1614
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1615
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1616
|
-
THE SOFTWARE.
|
|
1470
|
+
The above copyright notice and this permission notice
|
|
1471
|
+
shall be included in all copies or substantial portions
|
|
1472
|
+
of the Software.
|
|
1617
1473
|
|
|
1474
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1475
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1476
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1477
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1478
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1479
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1480
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1481
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1482
|
+
DEALINGS IN THE SOFTWARE.
|
|
1618
1483
|
|
|
1619
1484
|
````
|
|
1620
1485
|
|
|
@@ -1624,10 +1489,19 @@ THE SOFTWARE.
|
|
|
1624
1489
|
|
|
1625
1490
|
### Rust Crates:
|
|
1626
1491
|
|
|
1627
|
-
- [
|
|
1492
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1493
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1494
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1495
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1496
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1497
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1498
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1499
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1500
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1628
1501
|
|
|
1629
1502
|
````text
|
|
1630
|
-
Copyright (c)
|
|
1503
|
+
Copyright (c) 2016 Alex Crichton
|
|
1504
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1631
1505
|
|
|
1632
1506
|
Permission is hereby granted, free of charge, to any
|
|
1633
1507
|
person obtaining a copy of this software and associated
|
|
@@ -1659,14 +1533,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1659
1533
|
|
|
1660
1534
|
## The following dependencies are licensed under the MIT License:
|
|
1661
1535
|
|
|
1662
|
-
###
|
|
1536
|
+
### Rust Crates:
|
|
1663
1537
|
|
|
1664
|
-
- [
|
|
1538
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1665
1539
|
|
|
1666
1540
|
````text
|
|
1667
1541
|
MIT License
|
|
1668
1542
|
|
|
1669
|
-
Copyright (c)
|
|
1543
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1544
|
+
Copyright (c) Tokio Contributors
|
|
1670
1545
|
|
|
1671
1546
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1672
1547
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1694,28 +1569,33 @@ SOFTWARE.
|
|
|
1694
1569
|
|
|
1695
1570
|
### Rust Crates:
|
|
1696
1571
|
|
|
1697
|
-
- [
|
|
1572
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1573
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1574
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1575
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1576
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1577
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1578
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1698
1579
|
|
|
1699
1580
|
````text
|
|
1700
|
-
|
|
1581
|
+
MIT License
|
|
1701
1582
|
|
|
1702
|
-
|
|
1703
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1704
|
-
in the Software without restriction, including without limitation the rights
|
|
1705
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1706
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1707
|
-
furnished to do so, subject to the following conditions:
|
|
1583
|
+
Copyright (c) <year> <copyright holders>
|
|
1708
1584
|
|
|
1709
|
-
|
|
1710
|
-
|
|
1585
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1586
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1587
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1588
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1589
|
+
following conditions:
|
|
1711
1590
|
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
SOFTWARE
|
|
1591
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1592
|
+
portions of the Software.
|
|
1593
|
+
|
|
1594
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1595
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1596
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1597
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1598
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1719
1599
|
|
|
1720
1600
|
````
|
|
1721
1601
|
|
|
@@ -1725,14 +1605,11 @@ SOFTWARE.
|
|
|
1725
1605
|
|
|
1726
1606
|
### Rust Crates:
|
|
1727
1607
|
|
|
1728
|
-
- [
|
|
1729
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1730
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1608
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1731
1609
|
|
|
1732
1610
|
````text
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
Copyright (c) Tokio Contributors
|
|
1611
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1612
|
+
Copyright (c) 2016 Jason Housley
|
|
1736
1613
|
|
|
1737
1614
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1738
1615
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1741,16 +1618,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1741
1618
|
copies of the Software, and to permit persons to whom the Software is
|
|
1742
1619
|
furnished to do so, subject to the following conditions:
|
|
1743
1620
|
|
|
1744
|
-
The above copyright notice and this permission notice shall be included in
|
|
1745
|
-
copies or substantial portions of the Software.
|
|
1621
|
+
The above copyright notice and this permission notice shall be included in
|
|
1622
|
+
all copies or substantial portions of the Software.
|
|
1746
1623
|
|
|
1747
1624
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1748
1625
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1749
1626
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1750
1627
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1751
1628
|
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.
|
|
1629
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1630
|
+
THE SOFTWARE.
|
|
1754
1631
|
|
|
1755
1632
|
````
|
|
1756
1633
|
|
|
@@ -1760,15 +1637,12 @@ SOFTWARE.
|
|
|
1760
1637
|
|
|
1761
1638
|
### Rust Crates:
|
|
1762
1639
|
|
|
1763
|
-
- [
|
|
1764
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1765
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1766
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1640
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1767
1641
|
|
|
1768
1642
|
````text
|
|
1769
1643
|
The MIT License (MIT)
|
|
1770
1644
|
|
|
1771
|
-
Copyright (c)
|
|
1645
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1772
1646
|
|
|
1773
1647
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1774
1648
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1777,16 +1651,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1777
1651
|
copies of the Software, and to permit persons to whom the Software is
|
|
1778
1652
|
furnished to do so, subject to the following conditions:
|
|
1779
1653
|
|
|
1780
|
-
The above copyright notice and this permission notice shall be included in
|
|
1781
|
-
|
|
1654
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1655
|
+
copies or substantial portions of the Software.
|
|
1782
1656
|
|
|
1783
1657
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1784
1658
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1785
1659
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1786
1660
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1787
1661
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1788
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1789
|
-
|
|
1662
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1663
|
+
SOFTWARE.
|
|
1790
1664
|
|
|
1791
1665
|
````
|
|
1792
1666
|
|
|
@@ -1794,14 +1668,14 @@ THE SOFTWARE.
|
|
|
1794
1668
|
|
|
1795
1669
|
## The following dependencies are licensed under the MIT License:
|
|
1796
1670
|
|
|
1797
|
-
###
|
|
1671
|
+
### NPM Packages:
|
|
1798
1672
|
|
|
1799
|
-
- [
|
|
1673
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1800
1674
|
|
|
1801
1675
|
````text
|
|
1802
|
-
|
|
1676
|
+
MIT License
|
|
1803
1677
|
|
|
1804
|
-
Copyright (c)
|
|
1678
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
1805
1679
|
|
|
1806
1680
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1807
1681
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1810,16 +1684,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1810
1684
|
copies of the Software, and to permit persons to whom the Software is
|
|
1811
1685
|
furnished to do so, subject to the following conditions:
|
|
1812
1686
|
|
|
1813
|
-
The above copyright notice and this permission notice shall be included in
|
|
1814
|
-
|
|
1687
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1688
|
+
copies or substantial portions of the Software.
|
|
1815
1689
|
|
|
1816
1690
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1817
1691
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1818
1692
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1819
1693
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1820
1694
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1821
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1822
|
-
|
|
1695
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1696
|
+
SOFTWARE.
|
|
1823
1697
|
|
|
1824
1698
|
````
|
|
1825
1699
|
|
|
@@ -1829,49 +1703,12 @@ THE SOFTWARE.
|
|
|
1829
1703
|
|
|
1830
1704
|
### Rust Crates:
|
|
1831
1705
|
|
|
1832
|
-
- [
|
|
1833
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1834
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1706
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1835
1707
|
|
|
1836
1708
|
````text
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
Permission is hereby granted, free of charge, to any
|
|
1840
|
-
person obtaining a copy of this software and associated
|
|
1841
|
-
documentation files (the "Software"), to deal in the
|
|
1842
|
-
Software without restriction, including without
|
|
1843
|
-
limitation the rights to use, copy, modify, merge,
|
|
1844
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1845
|
-
the Software, and to permit persons to whom the Software
|
|
1846
|
-
is furnished to do so, subject to the following
|
|
1847
|
-
conditions:
|
|
1848
|
-
|
|
1849
|
-
The above copyright notice and this permission notice
|
|
1850
|
-
shall be included in all copies or substantial portions
|
|
1851
|
-
of the Software.
|
|
1852
|
-
|
|
1853
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1854
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1855
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1856
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1857
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1858
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1859
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1860
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1861
|
-
DEALINGS IN THE SOFTWARE.
|
|
1862
|
-
|
|
1863
|
-
````
|
|
1864
|
-
|
|
1865
|
-
---
|
|
1866
|
-
|
|
1867
|
-
## The following dependencies are licensed under the MIT License:
|
|
1868
|
-
|
|
1869
|
-
### Rust Crates:
|
|
1870
|
-
|
|
1871
|
-
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1709
|
+
MIT License
|
|
1872
1710
|
|
|
1873
|
-
|
|
1874
|
-
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1711
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1875
1712
|
|
|
1876
1713
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1877
1714
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1880,58 +1717,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1880
1717
|
copies of the Software, and to permit persons to whom the Software is
|
|
1881
1718
|
furnished to do so, subject to the following conditions:
|
|
1882
1719
|
|
|
1883
|
-
The above copyright notice and this permission notice shall be included in
|
|
1884
|
-
|
|
1720
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1721
|
+
copies or substantial portions of the Software.
|
|
1885
1722
|
|
|
1886
1723
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1887
1724
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1888
1725
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1889
1726
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1890
1727
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1891
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
````
|
|
1895
|
-
|
|
1896
|
-
---
|
|
1897
|
-
|
|
1898
|
-
## The following dependencies are licensed under the MIT License:
|
|
1899
|
-
|
|
1900
|
-
### Rust Crates:
|
|
1901
|
-
|
|
1902
|
-
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
1903
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1904
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1905
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1906
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1907
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1908
|
-
|
|
1909
|
-
````text
|
|
1910
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1911
|
-
|
|
1912
|
-
Permission is hereby granted, free of charge, to any
|
|
1913
|
-
person obtaining a copy of this software and associated
|
|
1914
|
-
documentation files (the "Software"), to deal in the
|
|
1915
|
-
Software without restriction, including without
|
|
1916
|
-
limitation the rights to use, copy, modify, merge,
|
|
1917
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1918
|
-
the Software, and to permit persons to whom the Software
|
|
1919
|
-
is furnished to do so, subject to the following
|
|
1920
|
-
conditions:
|
|
1921
|
-
|
|
1922
|
-
The above copyright notice and this permission notice
|
|
1923
|
-
shall be included in all copies or substantial portions
|
|
1924
|
-
of the Software.
|
|
1925
|
-
|
|
1926
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1927
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1928
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1929
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1930
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1931
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1932
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1933
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1934
|
-
DEALINGS IN THE SOFTWARE.
|
|
1728
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1729
|
+
SOFTWARE.
|
|
1935
1730
|
|
|
1936
1731
|
````
|
|
1937
1732
|
|
|
@@ -1941,10 +1736,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1941
1736
|
|
|
1942
1737
|
### Rust Crates:
|
|
1943
1738
|
|
|
1944
|
-
- [
|
|
1739
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1945
1740
|
|
|
1946
1741
|
````text
|
|
1947
|
-
Copyright (c)
|
|
1742
|
+
Copyright (c) 2015 Steven Allen
|
|
1948
1743
|
|
|
1949
1744
|
Permission is hereby granted, free of charge, to any
|
|
1950
1745
|
person obtaining a copy of this software and associated
|
|
@@ -1978,17 +1773,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1978
1773
|
|
|
1979
1774
|
### Rust Crates:
|
|
1980
1775
|
|
|
1981
|
-
- [
|
|
1776
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1982
1777
|
|
|
1983
1778
|
````text
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
Includes parts of http date with the following copyright:
|
|
1987
|
-
Copyright (c) 2016 Pyfisch
|
|
1988
|
-
|
|
1989
|
-
Includes portions of musl libc with the following copyright:
|
|
1990
|
-
Copyright © 2005-2013 Rich Felker
|
|
1779
|
+
The MIT License (MIT)
|
|
1991
1780
|
|
|
1781
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1992
1782
|
|
|
1993
1783
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1994
1784
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2008,6 +1798,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2008
1798
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2009
1799
|
SOFTWARE.
|
|
2010
1800
|
|
|
1801
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1802
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2011
1803
|
````
|
|
2012
1804
|
|
|
2013
1805
|
---
|
|
@@ -2016,15 +1808,10 @@ SOFTWARE.
|
|
|
2016
1808
|
|
|
2017
1809
|
### Rust Crates:
|
|
2018
1810
|
|
|
2019
|
-
- [
|
|
2020
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2021
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2022
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2023
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2024
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1811
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2025
1812
|
|
|
2026
1813
|
````text
|
|
2027
|
-
Copyright (c) 2019
|
|
1814
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2028
1815
|
|
|
2029
1816
|
Permission is hereby granted, free of charge, to any
|
|
2030
1817
|
person obtaining a copy of this software and associated
|
|
@@ -2058,10 +1845,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2058
1845
|
|
|
2059
1846
|
### Rust Crates:
|
|
2060
1847
|
|
|
2061
|
-
- [
|
|
1848
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2062
1849
|
|
|
2063
1850
|
````text
|
|
2064
|
-
Copyright (c) The rust-url developers
|
|
1851
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2065
1852
|
|
|
2066
1853
|
Permission is hereby granted, free of charge, to any
|
|
2067
1854
|
person obtaining a copy of this software and associated
|
|
@@ -2093,14 +1880,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2093
1880
|
|
|
2094
1881
|
## The following dependencies are licensed under the MIT License:
|
|
2095
1882
|
|
|
2096
|
-
###
|
|
1883
|
+
### Rust Crates:
|
|
2097
1884
|
|
|
2098
|
-
- [
|
|
1885
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2099
1886
|
|
|
2100
1887
|
````text
|
|
2101
1888
|
The MIT License (MIT)
|
|
2102
1889
|
|
|
2103
|
-
Copyright (c)
|
|
1890
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2104
1891
|
|
|
2105
1892
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2106
1893
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2126,12 +1913,14 @@ THE SOFTWARE.
|
|
|
2126
1913
|
|
|
2127
1914
|
## The following dependencies are licensed under the MIT License:
|
|
2128
1915
|
|
|
2129
|
-
###
|
|
1916
|
+
### NPM Packages:
|
|
2130
1917
|
|
|
2131
|
-
- [
|
|
1918
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2132
1919
|
|
|
2133
1920
|
````text
|
|
2134
|
-
|
|
1921
|
+
MIT License
|
|
1922
|
+
|
|
1923
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2135
1924
|
|
|
2136
1925
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2137
1926
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2140,17 +1929,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2140
1929
|
copies of the Software, and to permit persons to whom the Software is
|
|
2141
1930
|
furnished to do so, subject to the following conditions:
|
|
2142
1931
|
|
|
2143
|
-
The above copyright notice and this permission notice shall be included in
|
|
2144
|
-
|
|
1932
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1933
|
+
copies or substantial portions of the Software.
|
|
2145
1934
|
|
|
2146
1935
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2147
1936
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2148
1937
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2149
1938
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2150
1939
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2151
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2152
|
-
|
|
1940
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1941
|
+
SOFTWARE.
|
|
2153
1942
|
|
|
1943
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2154
1944
|
|
|
2155
1945
|
````
|
|
2156
1946
|
|
|
@@ -2160,31 +1950,34 @@ THE SOFTWARE.
|
|
|
2160
1950
|
|
|
2161
1951
|
### Rust Crates:
|
|
2162
1952
|
|
|
2163
|
-
- [
|
|
1953
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2164
1954
|
|
|
2165
1955
|
````text
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2169
|
-
|
|
2170
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2171
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2172
|
-
in the Software without restriction, including without limitation the rights
|
|
2173
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2174
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2175
|
-
furnished to do so, subject to the following conditions:
|
|
1956
|
+
Copyright (c) 2017 Robert Grosse
|
|
2176
1957
|
|
|
2177
|
-
|
|
2178
|
-
|
|
1958
|
+
Permission is hereby granted, free of charge, to any
|
|
1959
|
+
person obtaining a copy of this software and associated
|
|
1960
|
+
documentation files (the "Software"), to deal in the
|
|
1961
|
+
Software without restriction, including without
|
|
1962
|
+
limitation the rights to use, copy, modify, merge,
|
|
1963
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1964
|
+
the Software, and to permit persons to whom the Software
|
|
1965
|
+
is furnished to do so, subject to the following
|
|
1966
|
+
conditions:
|
|
2179
1967
|
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2184
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2185
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2186
|
-
THE SOFTWARE.
|
|
1968
|
+
The above copyright notice and this permission notice
|
|
1969
|
+
shall be included in all copies or substantial portions
|
|
1970
|
+
of the Software.
|
|
2187
1971
|
|
|
1972
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1973
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1974
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1975
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1976
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1977
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1978
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1979
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1980
|
+
DEALINGS IN THE SOFTWARE.
|
|
2188
1981
|
````
|
|
2189
1982
|
|
|
2190
1983
|
---
|
|
@@ -2193,10 +1986,10 @@ THE SOFTWARE.
|
|
|
2193
1986
|
|
|
2194
1987
|
### Rust Crates:
|
|
2195
1988
|
|
|
2196
|
-
- [
|
|
1989
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2197
1990
|
|
|
2198
1991
|
````text
|
|
2199
|
-
Copyright (c)
|
|
1992
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2200
1993
|
|
|
2201
1994
|
Permission is hereby granted, free of charge, to any
|
|
2202
1995
|
person obtaining a copy of this software and associated
|
|
@@ -2230,10 +2023,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2230
2023
|
|
|
2231
2024
|
### Rust Crates:
|
|
2232
2025
|
|
|
2233
|
-
- [
|
|
2026
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2027
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2234
2028
|
|
|
2235
2029
|
````text
|
|
2236
|
-
Copyright (c)
|
|
2030
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2237
2031
|
|
|
2238
2032
|
Permission is hereby granted, free of charge, to any
|
|
2239
2033
|
person obtaining a copy of this software and associated
|
|
@@ -2265,29 +2059,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2265
2059
|
|
|
2266
2060
|
## The following dependencies are licensed under the MIT License:
|
|
2267
2061
|
|
|
2268
|
-
###
|
|
2062
|
+
### Rust Crates:
|
|
2269
2063
|
|
|
2270
|
-
- [
|
|
2064
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2271
2065
|
|
|
2272
2066
|
````text
|
|
2273
|
-
|
|
2067
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2274
2068
|
|
|
2275
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2276
|
-
this software and associated documentation files (the "Software"), to deal
|
|
2277
|
-
the Software without restriction, including without limitation the rights
|
|
2278
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2279
|
-
the Software, and to permit persons to whom the Software is
|
|
2280
|
-
subject to the following conditions:
|
|
2069
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2070
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2071
|
+
in the Software without restriction, including without limitation the rights
|
|
2072
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2073
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2074
|
+
furnished to do so, subject to the following conditions:
|
|
2281
2075
|
|
|
2282
|
-
The above copyright notice and this permission notice shall be included in
|
|
2283
|
-
copies or substantial portions of the Software.
|
|
2076
|
+
The above copyright notice and this permission notice shall be included in
|
|
2077
|
+
all copies or substantial portions of the Software.
|
|
2284
2078
|
|
|
2285
2079
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2286
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2287
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2288
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2289
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2290
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2080
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2081
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2082
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2083
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2084
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2085
|
+
THE SOFTWARE.
|
|
2086
|
+
|
|
2291
2087
|
|
|
2292
2088
|
````
|
|
2293
2089
|
|
|
@@ -2297,11 +2093,39 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2297
2093
|
|
|
2298
2094
|
### Rust Crates:
|
|
2299
2095
|
|
|
2300
|
-
- [
|
|
2096
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2097
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2098
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2099
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2100
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2101
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2102
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2103
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2104
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2105
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2106
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2107
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2108
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2109
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2110
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2111
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2112
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2113
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2114
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2115
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2116
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2117
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2118
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2119
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2120
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2121
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2122
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2123
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2124
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2125
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2126
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2301
2127
|
|
|
2302
2128
|
````text
|
|
2303
|
-
Copyright (c) 2018 Carl Lerche
|
|
2304
|
-
|
|
2305
2129
|
Permission is hereby granted, free of charge, to any
|
|
2306
2130
|
person obtaining a copy of this software and associated
|
|
2307
2131
|
documentation files (the "Software"), to deal in the
|
|
@@ -2334,29 +2158,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2334
2158
|
|
|
2335
2159
|
### Rust Crates:
|
|
2336
2160
|
|
|
2337
|
-
- [
|
|
2338
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2339
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2340
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
2341
|
-
|
|
2342
|
-
````text
|
|
2343
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2344
|
-
|
|
2345
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2346
|
-
|
|
2347
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2348
|
-
````
|
|
2349
|
-
|
|
2350
|
-
---
|
|
2351
|
-
|
|
2352
|
-
## The following dependencies are licensed under the MIT License:
|
|
2353
|
-
|
|
2354
|
-
### Rust Crates:
|
|
2355
|
-
|
|
2356
|
-
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2161
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2357
2162
|
|
|
2358
2163
|
````text
|
|
2359
|
-
Copyright (c) 2019
|
|
2164
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2360
2165
|
|
|
2361
2166
|
Permission is hereby granted, free of charge, to any
|
|
2362
2167
|
person obtaining a copy of this software and associated
|
|
@@ -2390,27 +2195,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2390
2195
|
|
|
2391
2196
|
### Rust Crates:
|
|
2392
2197
|
|
|
2393
|
-
- [
|
|
2198
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2394
2199
|
|
|
2395
2200
|
````text
|
|
2396
|
-
Copyright
|
|
2201
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2397
2202
|
|
|
2398
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2399
|
-
this software and associated documentation files (the "Software"), to deal
|
|
2400
|
-
the Software without restriction, including without limitation the rights
|
|
2401
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2402
|
-
the Software, and to permit persons to whom the Software is
|
|
2403
|
-
subject to the following conditions:
|
|
2203
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2204
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2205
|
+
in the Software without restriction, including without limitation the rights
|
|
2206
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2207
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2208
|
+
furnished to do so, subject to the following conditions:
|
|
2404
2209
|
|
|
2405
|
-
The above copyright notice and this permission notice shall be included in
|
|
2406
|
-
copies or substantial portions of the Software.
|
|
2210
|
+
The above copyright notice and this permission notice shall be included in
|
|
2211
|
+
all copies or substantial portions of the Software.
|
|
2407
2212
|
|
|
2408
2213
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2409
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2410
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2411
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2412
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2413
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2214
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2215
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2216
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2217
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2218
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2219
|
+
THE SOFTWARE.
|
|
2220
|
+
|
|
2414
2221
|
|
|
2415
2222
|
````
|
|
2416
2223
|
|
|
@@ -2420,12 +2227,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2420
2227
|
|
|
2421
2228
|
### Rust Crates:
|
|
2422
2229
|
|
|
2423
|
-
- [
|
|
2230
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2424
2231
|
|
|
2425
2232
|
````text
|
|
2426
|
-
Copyright (c)
|
|
2427
|
-
Copyright (c)
|
|
2428
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2233
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2234
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2429
2235
|
|
|
2430
2236
|
Permission is hereby granted, free of charge, to any
|
|
2431
2237
|
person obtaining a copy of this software and associated
|
|
@@ -2459,10 +2265,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2459
2265
|
|
|
2460
2266
|
### Rust Crates:
|
|
2461
2267
|
|
|
2462
|
-
- [
|
|
2268
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2463
2269
|
|
|
2464
2270
|
````text
|
|
2465
|
-
Copyright (c)
|
|
2271
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2466
2272
|
|
|
2467
2273
|
Permission is hereby granted, free of charge, to any
|
|
2468
2274
|
person obtaining a copy of this software and associated
|
|
@@ -2496,19 +2302,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2496
2302
|
|
|
2497
2303
|
### Rust Crates:
|
|
2498
2304
|
|
|
2499
|
-
- [
|
|
2500
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2305
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2501
2306
|
|
|
2502
2307
|
````text
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2308
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2506
2309
|
|
|
2507
|
-
Permission is hereby granted, free of charge, to any
|
|
2310
|
+
Permission is hereby granted, free of charge, to any
|
|
2311
|
+
person obtaining a copy of this software and associated
|
|
2312
|
+
documentation files (the "Software"), to deal in the
|
|
2313
|
+
Software without restriction, including without
|
|
2314
|
+
limitation the rights to use, copy, modify, merge,
|
|
2315
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2316
|
+
the Software, and to permit persons to whom the Software
|
|
2317
|
+
is furnished to do so, subject to the following
|
|
2318
|
+
conditions:
|
|
2508
2319
|
|
|
2509
|
-
The above copyright notice and this permission notice
|
|
2320
|
+
The above copyright notice and this permission notice
|
|
2321
|
+
shall be included in all copies or substantial portions
|
|
2322
|
+
of the Software.
|
|
2510
2323
|
|
|
2511
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2324
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2325
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2326
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2327
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2328
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2329
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2330
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2331
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2332
|
+
DEALINGS IN THE SOFTWARE.
|
|
2512
2333
|
|
|
2513
2334
|
````
|
|
2514
2335
|
|
|
@@ -2518,10 +2339,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2518
2339
|
|
|
2519
2340
|
### Rust Crates:
|
|
2520
2341
|
|
|
2521
|
-
- [
|
|
2342
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
2343
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2344
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2522
2345
|
|
|
2523
2346
|
````text
|
|
2524
|
-
Copyright (c)
|
|
2347
|
+
Copyright (c) 2019 Tower Contributors
|
|
2525
2348
|
|
|
2526
2349
|
Permission is hereby granted, free of charge, to any
|
|
2527
2350
|
person obtaining a copy of this software and associated
|
|
@@ -2555,19 +2378,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2555
2378
|
|
|
2556
2379
|
### Rust Crates:
|
|
2557
2380
|
|
|
2558
|
-
- [
|
|
2559
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2560
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2561
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2562
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2563
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2564
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2565
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2566
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2381
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2567
2382
|
|
|
2568
2383
|
````text
|
|
2569
|
-
Copyright (c)
|
|
2570
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2384
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2571
2385
|
|
|
2572
2386
|
Permission is hereby granted, free of charge, to any
|
|
2573
2387
|
person obtaining a copy of this software and associated
|
|
@@ -2599,14 +2413,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2599
2413
|
|
|
2600
2414
|
## The following dependencies are licensed under the MIT License:
|
|
2601
2415
|
|
|
2602
|
-
###
|
|
2416
|
+
### Rust Crates:
|
|
2417
|
+
|
|
2418
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2419
|
+
|
|
2420
|
+
````text
|
|
2421
|
+
MIT License
|
|
2422
|
+
|
|
2423
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2424
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2425
|
+
in the Software without restriction, including without limitation the rights
|
|
2426
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2427
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2428
|
+
furnished to do so, subject to the following conditions:
|
|
2429
|
+
|
|
2430
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2431
|
+
copies or substantial portions of the Software.
|
|
2432
|
+
|
|
2433
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2434
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2435
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2436
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2437
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2438
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2439
|
+
SOFTWARE.
|
|
2440
|
+
|
|
2441
|
+
````
|
|
2442
|
+
|
|
2443
|
+
---
|
|
2444
|
+
|
|
2445
|
+
## The following dependencies are licensed under the MIT License:
|
|
2446
|
+
|
|
2447
|
+
### Rust Crates:
|
|
2603
2448
|
|
|
2604
|
-
- [
|
|
2449
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2605
2450
|
|
|
2606
2451
|
````text
|
|
2607
|
-
MIT License
|
|
2452
|
+
The MIT License (MIT)
|
|
2608
2453
|
|
|
2609
|
-
Copyright (c)
|
|
2454
|
+
Copyright (c) 2015 Danny Guo
|
|
2455
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2456
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
2610
2457
|
|
|
2611
2458
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2612
2459
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2626,8 +2473,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2626
2473
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2627
2474
|
SOFTWARE.
|
|
2628
2475
|
|
|
2629
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2630
|
-
|
|
2631
2476
|
````
|
|
2632
2477
|
|
|
2633
2478
|
---
|
|
@@ -2636,10 +2481,15 @@ SOFTWARE.
|
|
|
2636
2481
|
|
|
2637
2482
|
### Rust Crates:
|
|
2638
2483
|
|
|
2639
|
-
- [
|
|
2484
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2485
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2486
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2487
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2488
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2489
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2640
2490
|
|
|
2641
2491
|
````text
|
|
2642
|
-
Copyright (c)
|
|
2492
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2643
2493
|
|
|
2644
2494
|
Permission is hereby granted, free of charge, to any
|
|
2645
2495
|
person obtaining a copy of this software and associated
|
|
@@ -2673,10 +2523,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2673
2523
|
|
|
2674
2524
|
### Rust Crates:
|
|
2675
2525
|
|
|
2676
|
-
- [
|
|
2526
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2677
2527
|
|
|
2678
2528
|
````text
|
|
2679
|
-
Copyright (c)
|
|
2529
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2530
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2680
2531
|
|
|
2681
2532
|
Permission is hereby granted, free of charge, to any
|
|
2682
2533
|
person obtaining a copy of this software and associated
|
|
@@ -2701,36 +2552,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2701
2552
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2702
2553
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2703
2554
|
DEALINGS IN THE SOFTWARE.
|
|
2704
|
-
````
|
|
2705
|
-
|
|
2706
|
-
---
|
|
2707
|
-
|
|
2708
|
-
## The following dependencies are licensed under the MIT License:
|
|
2709
|
-
|
|
2710
|
-
### Rust Crates:
|
|
2711
|
-
|
|
2712
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2713
|
-
|
|
2714
|
-
````text
|
|
2715
|
-
Copyright (c) 2018 directories-rs contributors
|
|
2716
|
-
|
|
2717
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2718
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2719
|
-
in the Software without restriction, including without limitation the rights
|
|
2720
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2721
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2722
|
-
furnished to do so, subject to the following conditions:
|
|
2723
|
-
|
|
2724
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2725
|
-
copies or substantial portions of the Software.
|
|
2726
|
-
|
|
2727
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2728
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2729
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2730
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2731
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2732
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2733
|
-
SOFTWARE.
|
|
2734
2555
|
|
|
2735
2556
|
````
|
|
2736
2557
|
|
|
@@ -2740,10 +2561,10 @@ SOFTWARE.
|
|
|
2740
2561
|
|
|
2741
2562
|
### Rust Crates:
|
|
2742
2563
|
|
|
2743
|
-
- [
|
|
2564
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2744
2565
|
|
|
2745
2566
|
````text
|
|
2746
|
-
Copyright (c)
|
|
2567
|
+
Copyright (c) 2019 Carl Lerche
|
|
2747
2568
|
|
|
2748
2569
|
Permission is hereby granted, free of charge, to any
|
|
2749
2570
|
person obtaining a copy of this software and associated
|
|
@@ -2777,34 +2598,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2777
2598
|
|
|
2778
2599
|
### Rust Crates:
|
|
2779
2600
|
|
|
2780
|
-
- [
|
|
2601
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2781
2602
|
|
|
2782
2603
|
````text
|
|
2783
|
-
Copyright
|
|
2604
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2784
2605
|
|
|
2785
|
-
Permission is hereby granted, free of charge, to any
|
|
2786
|
-
person obtaining a copy of this software and associated
|
|
2787
|
-
documentation files (the "Software"), to deal in the
|
|
2788
|
-
Software without restriction, including without
|
|
2789
|
-
limitation the rights to use, copy, modify, merge,
|
|
2790
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2791
|
-
the Software, and to permit persons to whom the Software
|
|
2792
|
-
is furnished to do so, subject to the following
|
|
2793
|
-
conditions:
|
|
2606
|
+
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:
|
|
2794
2607
|
|
|
2795
|
-
The above copyright notice and this permission notice
|
|
2796
|
-
shall be included in all copies or substantial portions
|
|
2797
|
-
of the Software.
|
|
2608
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2798
2609
|
|
|
2799
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2800
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2801
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2802
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2803
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2804
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2805
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2806
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2807
|
-
DEALINGS IN THE SOFTWARE.
|
|
2610
|
+
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.
|
|
2808
2611
|
|
|
2809
2612
|
````
|
|
2810
2613
|
|
|
@@ -2814,11 +2617,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2814
2617
|
|
|
2815
2618
|
### Rust Crates:
|
|
2816
2619
|
|
|
2817
|
-
- [
|
|
2818
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2620
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2819
2621
|
|
|
2820
2622
|
````text
|
|
2821
|
-
|
|
2623
|
+
The MIT License (MIT)
|
|
2624
|
+
|
|
2625
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2626
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2822
2627
|
|
|
2823
2628
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2824
2629
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2844,14 +2649,46 @@ SOFTWARE.
|
|
|
2844
2649
|
|
|
2845
2650
|
## The following dependencies are licensed under the MIT License:
|
|
2846
2651
|
|
|
2847
|
-
###
|
|
2652
|
+
### NPM Packages:
|
|
2848
2653
|
|
|
2849
|
-
- [
|
|
2654
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2850
2655
|
|
|
2851
2656
|
````text
|
|
2852
|
-
MIT License
|
|
2657
|
+
The MIT License (MIT)
|
|
2853
2658
|
|
|
2854
|
-
Copyright (c)
|
|
2659
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2660
|
+
|
|
2661
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2662
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2663
|
+
in the Software without restriction, including without limitation the rights
|
|
2664
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2665
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2666
|
+
furnished to do so, subject to the following conditions:
|
|
2667
|
+
|
|
2668
|
+
The above copyright notice and this permission notice shall be included in
|
|
2669
|
+
all copies or substantial portions of the Software.
|
|
2670
|
+
|
|
2671
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2672
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2673
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2674
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2675
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2676
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2677
|
+
THE SOFTWARE.
|
|
2678
|
+
|
|
2679
|
+
````
|
|
2680
|
+
|
|
2681
|
+
---
|
|
2682
|
+
|
|
2683
|
+
## The following dependencies are licensed under the MIT License:
|
|
2684
|
+
|
|
2685
|
+
### Rust Crates:
|
|
2686
|
+
|
|
2687
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2688
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2689
|
+
|
|
2690
|
+
````text
|
|
2691
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2855
2692
|
|
|
2856
2693
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2857
2694
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2879,32 +2716,20 @@ SOFTWARE.
|
|
|
2879
2716
|
|
|
2880
2717
|
### Rust Crates:
|
|
2881
2718
|
|
|
2882
|
-
- [
|
|
2719
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2720
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2883
2721
|
|
|
2884
2722
|
````text
|
|
2885
|
-
|
|
2886
|
-
person obtaining a copy of this software and associated
|
|
2887
|
-
documentation files (the "Software"), to deal in the
|
|
2888
|
-
Software without restriction, including without
|
|
2889
|
-
limitation the rights to use, copy, modify, merge,
|
|
2890
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2891
|
-
the Software, and to permit persons to whom the Software
|
|
2892
|
-
is furnished to do so, subject to the following
|
|
2893
|
-
conditions:
|
|
2723
|
+
The MIT License (MIT)
|
|
2894
2724
|
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
of the Software
|
|
2725
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2726
|
+
|
|
2727
|
+
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:
|
|
2728
|
+
|
|
2729
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2730
|
+
|
|
2731
|
+
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.
|
|
2898
2732
|
|
|
2899
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2900
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2901
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2902
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2903
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2904
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2905
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2906
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2907
|
-
DEALINGS IN THE SOFTWARE.
|
|
2908
2733
|
````
|
|
2909
2734
|
|
|
2910
2735
|
---
|
|
@@ -2913,15 +2738,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2913
2738
|
|
|
2914
2739
|
### Rust Crates:
|
|
2915
2740
|
|
|
2916
|
-
- [
|
|
2741
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2917
2742
|
|
|
2918
2743
|
````text
|
|
2919
2744
|
MIT License
|
|
2920
2745
|
|
|
2921
|
-
Copyright
|
|
2922
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2923
|
-
Copyright (c) 2017 Frommi
|
|
2924
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2746
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2925
2747
|
|
|
2926
2748
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2927
2749
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2949,28 +2771,34 @@ SOFTWARE.
|
|
|
2949
2771
|
|
|
2950
2772
|
### Rust Crates:
|
|
2951
2773
|
|
|
2952
|
-
- [
|
|
2774
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2953
2775
|
|
|
2954
2776
|
````text
|
|
2955
|
-
Copyright (c)
|
|
2777
|
+
Copyright (c) 2016 Anthony Ramine
|
|
2956
2778
|
|
|
2957
|
-
Permission is hereby granted, free of charge, to any
|
|
2958
|
-
of this software and associated
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2779
|
+
Permission is hereby granted, free of charge, to any
|
|
2780
|
+
person obtaining a copy of this software and associated
|
|
2781
|
+
documentation files (the "Software"), to deal in the
|
|
2782
|
+
Software without restriction, including without
|
|
2783
|
+
limitation the rights to use, copy, modify, merge,
|
|
2784
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2785
|
+
the Software, and to permit persons to whom the Software
|
|
2786
|
+
is furnished to do so, subject to the following
|
|
2787
|
+
conditions:
|
|
2963
2788
|
|
|
2964
|
-
The above copyright notice and this permission notice
|
|
2965
|
-
all copies or substantial portions
|
|
2789
|
+
The above copyright notice and this permission notice
|
|
2790
|
+
shall be included in all copies or substantial portions
|
|
2791
|
+
of the Software.
|
|
2966
2792
|
|
|
2967
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2968
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2793
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2794
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2795
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2796
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2797
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2798
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2799
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2800
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2801
|
+
DEALINGS IN THE SOFTWARE.
|
|
2974
2802
|
|
|
2975
2803
|
````
|
|
2976
2804
|
|
|
@@ -2980,16 +2808,10 @@ THE SOFTWARE.
|
|
|
2980
2808
|
|
|
2981
2809
|
### Rust Crates:
|
|
2982
2810
|
|
|
2983
|
-
- [
|
|
2984
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2985
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2986
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2987
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2988
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2811
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2989
2812
|
|
|
2990
2813
|
````text
|
|
2991
|
-
Copyright
|
|
2992
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2814
|
+
Copyright (c) 2017 http-rs authors
|
|
2993
2815
|
|
|
2994
2816
|
Permission is hereby granted, free of charge, to any
|
|
2995
2817
|
person obtaining a copy of this software and associated
|
|
@@ -3023,14 +2845,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3023
2845
|
|
|
3024
2846
|
### Rust Crates:
|
|
3025
2847
|
|
|
3026
|
-
- [
|
|
3027
|
-
|
|
3028
|
-
|
|
2848
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2849
|
+
|
|
2850
|
+
````text
|
|
2851
|
+
MIT License
|
|
2852
|
+
|
|
2853
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2854
|
+
|
|
2855
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2856
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2857
|
+
in the Software without restriction, including without limitation the rights
|
|
2858
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2859
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2860
|
+
furnished to do so, subject to the following conditions:
|
|
2861
|
+
|
|
2862
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2863
|
+
copies or substantial portions of the Software.
|
|
2864
|
+
|
|
2865
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2866
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2867
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2868
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2869
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2870
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2871
|
+
SOFTWARE.
|
|
2872
|
+
|
|
2873
|
+
````
|
|
2874
|
+
|
|
2875
|
+
---
|
|
2876
|
+
|
|
2877
|
+
## The following dependencies are licensed under the MIT License:
|
|
2878
|
+
|
|
2879
|
+
### Rust Crates:
|
|
2880
|
+
|
|
2881
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2882
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2883
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3029
2884
|
|
|
3030
2885
|
````text
|
|
3031
2886
|
MIT License
|
|
3032
2887
|
|
|
3033
|
-
Copyright (c)
|
|
2888
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3034
2889
|
|
|
3035
2890
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3036
2891
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3058,10 +2913,13 @@ SOFTWARE.
|
|
|
3058
2913
|
|
|
3059
2914
|
### Rust Crates:
|
|
3060
2915
|
|
|
3061
|
-
- [
|
|
2916
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2917
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3062
2918
|
|
|
3063
2919
|
````text
|
|
3064
|
-
Copyright (c)
|
|
2920
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2921
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2922
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3065
2923
|
|
|
3066
2924
|
Permission is hereby granted, free of charge, to any
|
|
3067
2925
|
person obtaining a copy of this software and associated
|
|
@@ -3093,46 +2951,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3093
2951
|
|
|
3094
2952
|
## The following dependencies are licensed under the MIT License:
|
|
3095
2953
|
|
|
3096
|
-
### NPM Packages:
|
|
3097
|
-
|
|
3098
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3099
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
3100
|
-
|
|
3101
|
-
````text
|
|
3102
|
-
MIT License
|
|
3103
|
-
|
|
3104
|
-
Copyright (c) Microsoft Corporation.
|
|
3105
|
-
|
|
3106
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3107
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3108
|
-
in the Software without restriction, including without limitation the rights
|
|
3109
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3110
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3111
|
-
furnished to do so, subject to the following conditions:
|
|
3112
|
-
|
|
3113
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3114
|
-
copies or substantial portions of the Software.
|
|
3115
|
-
|
|
3116
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3117
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3118
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3119
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3120
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3121
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3122
|
-
SOFTWARE
|
|
3123
|
-
|
|
3124
|
-
````
|
|
3125
|
-
|
|
3126
|
-
---
|
|
3127
|
-
|
|
3128
|
-
## The following dependencies are licensed under the MIT License:
|
|
3129
|
-
|
|
3130
2954
|
### Rust Crates:
|
|
3131
2955
|
|
|
3132
|
-
- [
|
|
2956
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3133
2957
|
|
|
3134
2958
|
````text
|
|
3135
|
-
Copyright (c)
|
|
2959
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3136
2960
|
|
|
3137
2961
|
Permission is hereby granted, free of charge, to any
|
|
3138
2962
|
person obtaining a copy of this software and associated
|
|
@@ -3166,10 +2990,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3166
2990
|
|
|
3167
2991
|
### Rust Crates:
|
|
3168
2992
|
|
|
3169
|
-
- [
|
|
2993
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3170
2994
|
|
|
3171
2995
|
````text
|
|
3172
|
-
Copyright (c)
|
|
2996
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3173
2997
|
|
|
3174
2998
|
Permission is hereby granted, free of charge, to any
|
|
3175
2999
|
person obtaining a copy of this software and associated
|
|
@@ -3203,34 +3027,58 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3203
3027
|
|
|
3204
3028
|
### Rust Crates:
|
|
3205
3029
|
|
|
3206
|
-
- [
|
|
3030
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3207
3031
|
|
|
3208
3032
|
````text
|
|
3209
|
-
Copyright (c) 2018
|
|
3033
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3210
3034
|
|
|
3211
|
-
Permission is hereby granted, free of charge, to any
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
the Software, and to permit persons to whom the Software
|
|
3218
|
-
is furnished to do so, subject to the following
|
|
3219
|
-
conditions:
|
|
3035
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3036
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3037
|
+
in the Software without restriction, including without limitation the rights
|
|
3038
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3039
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3040
|
+
furnished to do so, subject to the following conditions:
|
|
3220
3041
|
|
|
3221
|
-
The above copyright notice and this permission notice
|
|
3222
|
-
|
|
3223
|
-
of the Software.
|
|
3042
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3043
|
+
copies or substantial portions of the Software.
|
|
3224
3044
|
|
|
3225
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3045
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3046
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3047
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3048
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3049
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3050
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3051
|
+
SOFTWARE.
|
|
3052
|
+
|
|
3053
|
+
````
|
|
3054
|
+
|
|
3055
|
+
---
|
|
3056
|
+
|
|
3057
|
+
## The following dependencies are licensed under the MIT License:
|
|
3058
|
+
|
|
3059
|
+
### NPM Packages:
|
|
3060
|
+
|
|
3061
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3062
|
+
|
|
3063
|
+
````text
|
|
3064
|
+
This software is released under the MIT license:
|
|
3065
|
+
|
|
3066
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3067
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3068
|
+
the Software without restriction, including without limitation the rights to
|
|
3069
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3070
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3071
|
+
subject to the following conditions:
|
|
3072
|
+
|
|
3073
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3074
|
+
copies or substantial portions of the Software.
|
|
3075
|
+
|
|
3076
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3077
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3078
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3079
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3080
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3081
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3234
3082
|
|
|
3235
3083
|
````
|
|
3236
3084
|
|
|
@@ -3240,11 +3088,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3240
3088
|
|
|
3241
3089
|
### Rust Crates:
|
|
3242
3090
|
|
|
3243
|
-
- [
|
|
3244
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3091
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3245
3092
|
|
|
3246
3093
|
````text
|
|
3247
|
-
Copyright (c)
|
|
3094
|
+
Copyright (c) 2016--2023
|
|
3248
3095
|
|
|
3249
3096
|
Permission is hereby granted, free of charge, to any
|
|
3250
3097
|
person obtaining a copy of this software and associated
|
|
@@ -3278,13 +3125,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3278
3125
|
|
|
3279
3126
|
### Rust Crates:
|
|
3280
3127
|
|
|
3281
|
-
- [
|
|
3282
|
-
- [
|
|
3283
|
-
- [
|
|
3284
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3128
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3129
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3130
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3285
3131
|
|
|
3286
3132
|
````text
|
|
3287
|
-
Copyright (c)
|
|
3133
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3288
3134
|
|
|
3289
3135
|
Permission is hereby granted, free of charge, to any
|
|
3290
3136
|
person obtaining a copy of this software and associated
|
|
@@ -3316,13 +3162,48 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3316
3162
|
|
|
3317
3163
|
## The following dependencies are licensed under the MIT License:
|
|
3318
3164
|
|
|
3165
|
+
### NPM Packages:
|
|
3166
|
+
|
|
3167
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3168
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
3169
|
+
|
|
3170
|
+
````text
|
|
3171
|
+
MIT License
|
|
3172
|
+
|
|
3173
|
+
Copyright (c) Microsoft Corporation.
|
|
3174
|
+
|
|
3175
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3176
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3177
|
+
in the Software without restriction, including without limitation the rights
|
|
3178
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3179
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3180
|
+
furnished to do so, subject to the following conditions:
|
|
3181
|
+
|
|
3182
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3183
|
+
copies or substantial portions of the Software.
|
|
3184
|
+
|
|
3185
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3186
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3187
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3188
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3189
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3190
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3191
|
+
SOFTWARE
|
|
3192
|
+
|
|
3193
|
+
````
|
|
3194
|
+
|
|
3195
|
+
---
|
|
3196
|
+
|
|
3197
|
+
## The following dependencies are licensed under the MIT License:
|
|
3198
|
+
|
|
3319
3199
|
### Rust Crates:
|
|
3320
3200
|
|
|
3321
|
-
- [
|
|
3201
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3322
3202
|
|
|
3323
3203
|
````text
|
|
3324
|
-
|
|
3325
|
-
|
|
3204
|
+
MIT License
|
|
3205
|
+
|
|
3206
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3326
3207
|
|
|
3327
3208
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3328
3209
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3331,16 +3212,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3331
3212
|
copies of the Software, and to permit persons to whom the Software is
|
|
3332
3213
|
furnished to do so, subject to the following conditions:
|
|
3333
3214
|
|
|
3334
|
-
The above copyright notice and this permission notice shall be included in
|
|
3335
|
-
|
|
3215
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3216
|
+
copies or substantial portions of the Software.
|
|
3336
3217
|
|
|
3337
3218
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3338
3219
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3339
3220
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3340
3221
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3341
3222
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3342
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3343
|
-
|
|
3223
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3224
|
+
SOFTWARE.
|
|
3344
3225
|
|
|
3345
3226
|
````
|
|
3346
3227
|
|
|
@@ -3350,10 +3231,31 @@ THE SOFTWARE.
|
|
|
3350
3231
|
|
|
3351
3232
|
### Rust Crates:
|
|
3352
3233
|
|
|
3353
|
-
- [
|
|
3234
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3235
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3236
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3237
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3354
3238
|
|
|
3355
3239
|
````text
|
|
3356
|
-
|
|
3240
|
+
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:
|
|
3241
|
+
|
|
3242
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3243
|
+
|
|
3244
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3245
|
+
````
|
|
3246
|
+
|
|
3247
|
+
---
|
|
3248
|
+
|
|
3249
|
+
## The following dependencies are licensed under the MIT License:
|
|
3250
|
+
|
|
3251
|
+
### Rust Crates:
|
|
3252
|
+
|
|
3253
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3254
|
+
|
|
3255
|
+
````text
|
|
3256
|
+
Copyright (c) 2017 Carl Lerche
|
|
3257
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3258
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3357
3259
|
|
|
3358
3260
|
Permission is hereby granted, free of charge, to any
|
|
3359
3261
|
person obtaining a copy of this software and associated
|
|
@@ -3387,11 +3289,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3387
3289
|
|
|
3388
3290
|
### Rust Crates:
|
|
3389
3291
|
|
|
3390
|
-
- [
|
|
3292
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
3293
|
+
|
|
3294
|
+
````text
|
|
3295
|
+
MIT License
|
|
3296
|
+
|
|
3297
|
+
Copyright (c) 2025 rutrum
|
|
3298
|
+
|
|
3299
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3300
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3301
|
+
in the Software without restriction, including without limitation the rights
|
|
3302
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3303
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3304
|
+
furnished to do so, subject to the following conditions:
|
|
3305
|
+
|
|
3306
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3307
|
+
copies or substantial portions of the Software.
|
|
3308
|
+
|
|
3309
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3310
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3311
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3312
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3313
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3314
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3315
|
+
SOFTWARE.
|
|
3316
|
+
````
|
|
3317
|
+
|
|
3318
|
+
---
|
|
3319
|
+
|
|
3320
|
+
## The following dependencies are licensed under the MIT License:
|
|
3321
|
+
|
|
3322
|
+
### Rust Crates:
|
|
3323
|
+
|
|
3324
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3391
3325
|
|
|
3392
3326
|
````text
|
|
3393
|
-
Copyright (c)
|
|
3394
|
-
Copyright (c) 2016 Alex Crichton
|
|
3327
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3395
3328
|
|
|
3396
3329
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3397
3330
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3411,7 +3344,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3411
3344
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3412
3345
|
THE SOFTWARE.
|
|
3413
3346
|
|
|
3414
|
-
|
|
3415
3347
|
````
|
|
3416
3348
|
|
|
3417
3349
|
---
|
|
@@ -3420,11 +3352,10 @@ THE SOFTWARE.
|
|
|
3420
3352
|
|
|
3421
3353
|
### Rust Crates:
|
|
3422
3354
|
|
|
3423
|
-
- [
|
|
3355
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3424
3356
|
|
|
3425
3357
|
````text
|
|
3426
|
-
Copyright (c)
|
|
3427
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3358
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3428
3359
|
|
|
3429
3360
|
Permission is hereby granted, free of charge, to any
|
|
3430
3361
|
person obtaining a copy of this software and associated
|
|
@@ -3458,43 +3389,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3458
3389
|
|
|
3459
3390
|
### Rust Crates:
|
|
3460
3391
|
|
|
3461
|
-
- [
|
|
3462
|
-
|
|
3463
|
-
````text
|
|
3464
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
3465
|
-
|
|
3466
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3467
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3468
|
-
in the Software without restriction, including without limitation the rights
|
|
3469
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3470
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3471
|
-
furnished to do so, subject to the following conditions:
|
|
3472
|
-
|
|
3473
|
-
The above copyright notice and this permission notice shall be included in
|
|
3474
|
-
all copies or substantial portions of the Software.
|
|
3475
|
-
|
|
3476
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3477
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3478
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3479
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3480
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3481
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3482
|
-
THE SOFTWARE.
|
|
3483
|
-
|
|
3484
|
-
````
|
|
3485
|
-
|
|
3486
|
-
---
|
|
3487
|
-
|
|
3488
|
-
## The following dependencies are licensed under the MIT License:
|
|
3489
|
-
|
|
3490
|
-
### Rust Crates:
|
|
3491
|
-
|
|
3492
|
-
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3493
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3494
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3392
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3495
3393
|
|
|
3496
3394
|
````text
|
|
3497
|
-
Copyright (c)
|
|
3395
|
+
Copyright (c) The rust-url developers
|
|
3498
3396
|
|
|
3499
3397
|
Permission is hereby granted, free of charge, to any
|
|
3500
3398
|
person obtaining a copy of this software and associated
|
|
@@ -3528,10 +3426,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3528
3426
|
|
|
3529
3427
|
### Rust Crates:
|
|
3530
3428
|
|
|
3531
|
-
- [
|
|
3429
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
3532
3430
|
|
|
3533
3431
|
````text
|
|
3534
|
-
Copyright (c)
|
|
3432
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
3535
3433
|
|
|
3536
3434
|
Permission is hereby granted, free of charge, to any
|
|
3537
3435
|
person obtaining a copy of this software and associated
|
|
@@ -3565,13 +3463,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3565
3463
|
|
|
3566
3464
|
### Rust Crates:
|
|
3567
3465
|
|
|
3568
|
-
- [
|
|
3569
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3466
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3570
3467
|
|
|
3571
3468
|
````text
|
|
3572
|
-
Copyright (c)
|
|
3573
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3574
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3469
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3575
3470
|
|
|
3576
3471
|
Permission is hereby granted, free of charge, to any
|
|
3577
3472
|
person obtaining a copy of this software and associated
|
|
@@ -3605,10 +3500,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3605
3500
|
|
|
3606
3501
|
### Rust Crates:
|
|
3607
3502
|
|
|
3608
|
-
- [
|
|
3503
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3609
3504
|
|
|
3610
3505
|
````text
|
|
3611
|
-
Copyright
|
|
3506
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3612
3507
|
|
|
3613
3508
|
Permission is hereby granted, free of charge, to any
|
|
3614
3509
|
person obtaining a copy of this software and associated
|
|
@@ -3642,33 +3537,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3642
3537
|
|
|
3643
3538
|
### Rust Crates:
|
|
3644
3539
|
|
|
3645
|
-
- [
|
|
3646
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3647
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3648
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3649
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3650
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3651
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3540
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3652
3541
|
|
|
3653
3542
|
````text
|
|
3654
|
-
|
|
3543
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3544
|
+
Copyright (c) 2016 Alex Crichton
|
|
3655
3545
|
|
|
3656
|
-
|
|
3546
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3547
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3548
|
+
in the Software without restriction, including without limitation the rights
|
|
3549
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3550
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3551
|
+
furnished to do so, subject to the following conditions:
|
|
3657
3552
|
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3661
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3662
|
-
following conditions:
|
|
3553
|
+
The above copyright notice and this permission notice shall be included in
|
|
3554
|
+
all copies or substantial portions of the Software.
|
|
3663
3555
|
|
|
3664
|
-
|
|
3665
|
-
|
|
3556
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3557
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3558
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3559
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3560
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3561
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3562
|
+
THE SOFTWARE.
|
|
3666
3563
|
|
|
3667
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3668
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3669
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3670
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3671
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3672
3564
|
|
|
3673
3565
|
````
|
|
3674
3566
|
|
|
@@ -3678,10 +3570,13 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3678
3570
|
|
|
3679
3571
|
### Rust Crates:
|
|
3680
3572
|
|
|
3681
|
-
- [
|
|
3573
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3574
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3575
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3576
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3682
3577
|
|
|
3683
3578
|
````text
|
|
3684
|
-
Copyright (c)
|
|
3579
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3685
3580
|
|
|
3686
3581
|
Permission is hereby granted, free of charge, to any
|
|
3687
3582
|
person obtaining a copy of this software and associated
|
|
@@ -3715,32 +3610,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3715
3610
|
|
|
3716
3611
|
### Rust Crates:
|
|
3717
3612
|
|
|
3718
|
-
- [
|
|
3613
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3614
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3615
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3719
3616
|
|
|
3720
3617
|
````text
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
Copyright (c)
|
|
3724
|
-
|
|
3725
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3726
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3727
|
-
in the Software without restriction, including without limitation the rights
|
|
3728
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3729
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3730
|
-
furnished to do so, subject to the following conditions:
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3743
|
-
THE SOFTWARE.
|
|
3618
|
+
MIT License
|
|
3619
|
+
|
|
3620
|
+
Copyright (c) Tokio Contributors
|
|
3621
|
+
|
|
3622
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3623
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3624
|
+
in the Software without restriction, including without limitation the rights
|
|
3625
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3626
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3627
|
+
furnished to do so, subject to the following conditions:
|
|
3628
|
+
|
|
3629
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3630
|
+
copies or substantial portions of the Software.
|
|
3631
|
+
|
|
3632
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3633
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3634
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3635
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3636
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3637
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3638
|
+
SOFTWARE.
|
|
3744
3639
|
|
|
3745
3640
|
````
|
|
3746
3641
|
|
|
@@ -3750,16 +3645,29 @@ THE SOFTWARE.
|
|
|
3750
3645
|
|
|
3751
3646
|
### Rust Crates:
|
|
3752
3647
|
|
|
3753
|
-
- [
|
|
3648
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3754
3649
|
|
|
3755
3650
|
````text
|
|
3756
|
-
Copyright 2017
|
|
3651
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3652
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3757
3653
|
|
|
3758
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3654
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3655
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3656
|
+
in the Software without restriction, including without limitation the rights
|
|
3657
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3658
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3659
|
+
furnished to do so, subject to the following conditions:
|
|
3759
3660
|
|
|
3760
|
-
The above copyright notice and this permission notice shall be included in
|
|
3661
|
+
The above copyright notice and this permission notice shall be included in
|
|
3662
|
+
all copies or substantial portions of the Software.
|
|
3761
3663
|
|
|
3762
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3664
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3665
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3666
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3667
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3668
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3669
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3670
|
+
THE SOFTWARE.
|
|
3763
3671
|
|
|
3764
3672
|
````
|
|
3765
3673
|
|
|
@@ -3769,10 +3677,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3769
3677
|
|
|
3770
3678
|
### Rust Crates:
|
|
3771
3679
|
|
|
3772
|
-
- [
|
|
3680
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3773
3681
|
|
|
3774
3682
|
````text
|
|
3775
|
-
Copyright (c)
|
|
3683
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3776
3684
|
|
|
3777
3685
|
Permission is hereby granted, free of charge, to any
|
|
3778
3686
|
person obtaining a copy of this software and associated
|
|
@@ -3806,10 +3714,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3806
3714
|
|
|
3807
3715
|
### Rust Crates:
|
|
3808
3716
|
|
|
3809
|
-
- [
|
|
3717
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3810
3718
|
|
|
3811
3719
|
````text
|
|
3812
|
-
Copyright (c)
|
|
3720
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3721
|
+
|
|
3722
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3723
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3724
|
+
in the Software without restriction, including without limitation the rights
|
|
3725
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3726
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3727
|
+
furnished to do so, subject to the following conditions:
|
|
3728
|
+
|
|
3729
|
+
The above copyright notice and this permission notice shall be included in
|
|
3730
|
+
all copies or substantial portions of the Software.
|
|
3731
|
+
|
|
3732
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3733
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3734
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3735
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3736
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3737
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3738
|
+
THE SOFTWARE.
|
|
3739
|
+
|
|
3740
|
+
````
|
|
3741
|
+
|
|
3742
|
+
---
|
|
3743
|
+
|
|
3744
|
+
## The following dependencies are licensed under the MIT License:
|
|
3745
|
+
|
|
3746
|
+
### Rust Crates:
|
|
3747
|
+
|
|
3748
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3749
|
+
|
|
3750
|
+
````text
|
|
3751
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3813
3752
|
|
|
3814
3753
|
Permission is hereby granted, free of charge, to any
|
|
3815
3754
|
person obtaining a copy of this software and associated
|
|
@@ -3841,66 +3780,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3841
3780
|
|
|
3842
3781
|
## The following dependencies are licensed under the MIT License:
|
|
3843
3782
|
|
|
3844
|
-
### Rust Crates:
|
|
3845
|
-
|
|
3846
|
-
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3847
|
-
|
|
3848
|
-
````text
|
|
3849
|
-
MIT License
|
|
3850
|
-
|
|
3851
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
3852
|
-
|
|
3853
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3854
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3855
|
-
in the Software without restriction, including without limitation the rights
|
|
3856
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3857
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3858
|
-
furnished to do so, subject to the following conditions:
|
|
3859
|
-
|
|
3860
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3861
|
-
copies or substantial portions of the Software.
|
|
3862
|
-
|
|
3863
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3864
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3865
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3866
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3867
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3868
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3869
|
-
SOFTWARE.
|
|
3870
|
-
|
|
3871
|
-
````
|
|
3872
|
-
|
|
3873
|
-
---
|
|
3874
|
-
|
|
3875
|
-
## The following dependencies are licensed under the MIT License:
|
|
3876
|
-
|
|
3877
|
-
### NPM Packages:
|
|
3783
|
+
### Rust Crates:
|
|
3878
3784
|
|
|
3879
|
-
- [
|
|
3785
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3786
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3787
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3788
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3789
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3790
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3880
3791
|
|
|
3881
3792
|
````text
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3885
|
-
|
|
3886
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3887
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3888
|
-
in the Software without restriction, including without limitation the rights
|
|
3889
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3890
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3891
|
-
furnished to do so, subject to the following conditions:
|
|
3793
|
+
Copyright 2018 Developers of the Rand project
|
|
3794
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3892
3795
|
|
|
3893
|
-
|
|
3894
|
-
|
|
3796
|
+
Permission is hereby granted, free of charge, to any
|
|
3797
|
+
person obtaining a copy of this software and associated
|
|
3798
|
+
documentation files (the "Software"), to deal in the
|
|
3799
|
+
Software without restriction, including without
|
|
3800
|
+
limitation the rights to use, copy, modify, merge,
|
|
3801
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3802
|
+
the Software, and to permit persons to whom the Software
|
|
3803
|
+
is furnished to do so, subject to the following
|
|
3804
|
+
conditions:
|
|
3895
3805
|
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3900
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3901
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3902
|
-
SOFTWARE.
|
|
3806
|
+
The above copyright notice and this permission notice
|
|
3807
|
+
shall be included in all copies or substantial portions
|
|
3808
|
+
of the Software.
|
|
3903
3809
|
|
|
3810
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3811
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3812
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3813
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3814
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3815
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3816
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3817
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3818
|
+
DEALINGS IN THE SOFTWARE.
|
|
3904
3819
|
|
|
3905
3820
|
````
|
|
3906
3821
|
|
|
@@ -3910,11 +3825,15 @@ SOFTWARE.
|
|
|
3910
3825
|
|
|
3911
3826
|
### Rust Crates:
|
|
3912
3827
|
|
|
3913
|
-
- [
|
|
3828
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3829
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3830
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3831
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3914
3832
|
|
|
3915
3833
|
````text
|
|
3916
|
-
|
|
3917
|
-
|
|
3834
|
+
The MIT License (MIT)
|
|
3835
|
+
|
|
3836
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3918
3837
|
|
|
3919
3838
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3920
3839
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3942,11 +3861,10 @@ THE SOFTWARE.
|
|
|
3942
3861
|
|
|
3943
3862
|
### Rust Crates:
|
|
3944
3863
|
|
|
3945
|
-
- [
|
|
3864
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3946
3865
|
|
|
3947
3866
|
````text
|
|
3948
|
-
Copyright (c)
|
|
3949
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3867
|
+
Copyright (c) The Rust Project Developers
|
|
3950
3868
|
|
|
3951
3869
|
Permission is hereby granted, free of charge, to any
|
|
3952
3870
|
person obtaining a copy of this software and associated
|
|
@@ -3980,11 +3898,9 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3980
3898
|
|
|
3981
3899
|
### Rust Crates:
|
|
3982
3900
|
|
|
3983
|
-
- [
|
|
3901
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
3984
3902
|
|
|
3985
3903
|
````text
|
|
3986
|
-
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3987
|
-
|
|
3988
3904
|
Permission is hereby granted, free of charge, to any
|
|
3989
3905
|
person obtaining a copy of this software and associated
|
|
3990
3906
|
documentation files (the "Software"), to deal in the
|
|
@@ -4008,7 +3924,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4008
3924
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4009
3925
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4010
3926
|
DEALINGS IN THE SOFTWARE.
|
|
4011
|
-
|
|
4012
3927
|
````
|
|
4013
3928
|
|
|
4014
3929
|
---
|
|
@@ -4017,11 +3932,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4017
3932
|
|
|
4018
3933
|
### Rust Crates:
|
|
4019
3934
|
|
|
4020
|
-
- [
|
|
4021
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3935
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
4022
3936
|
|
|
4023
3937
|
````text
|
|
4024
|
-
Copyright
|
|
3938
|
+
Copyright Mozilla Foundation
|
|
4025
3939
|
|
|
4026
3940
|
Permission is hereby granted, free of charge, to any
|
|
4027
3941
|
person obtaining a copy of this software and associated
|
|
@@ -4055,11 +3969,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4055
3969
|
|
|
4056
3970
|
### Rust Crates:
|
|
4057
3971
|
|
|
4058
|
-
- [
|
|
3972
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
4059
3973
|
|
|
4060
3974
|
````text
|
|
4061
|
-
|
|
4062
|
-
|
|
3975
|
+
The MIT License (MIT)
|
|
3976
|
+
|
|
3977
|
+
Copyright (c) 2015 Alice Maz
|
|
4063
3978
|
|
|
4064
3979
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4065
3980
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4068,16 +3983,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4068
3983
|
copies of the Software, and to permit persons to whom the Software is
|
|
4069
3984
|
furnished to do so, subject to the following conditions:
|
|
4070
3985
|
|
|
4071
|
-
The above copyright notice and this permission notice shall be included in
|
|
4072
|
-
copies or substantial portions of the Software.
|
|
3986
|
+
The above copyright notice and this permission notice shall be included in
|
|
3987
|
+
all copies or substantial portions of the Software.
|
|
4073
3988
|
|
|
4074
3989
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4075
3990
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4076
3991
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4077
3992
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4078
3993
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4079
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4080
|
-
SOFTWARE.
|
|
3994
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3995
|
+
THE SOFTWARE.
|
|
4081
3996
|
|
|
4082
3997
|
````
|
|
4083
3998
|
|
|
@@ -4087,13 +4002,101 @@ SOFTWARE.
|
|
|
4087
4002
|
|
|
4088
4003
|
### Rust Crates:
|
|
4089
4004
|
|
|
4090
|
-
- [
|
|
4091
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
4005
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
4092
4006
|
|
|
4093
4007
|
````text
|
|
4094
|
-
|
|
4008
|
+
Copyright 2016 Nika Layzell
|
|
4095
4009
|
|
|
4096
|
-
|
|
4010
|
+
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:
|
|
4011
|
+
|
|
4012
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4013
|
+
|
|
4014
|
+
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.
|
|
4015
|
+
|
|
4016
|
+
````
|
|
4017
|
+
|
|
4018
|
+
---
|
|
4019
|
+
|
|
4020
|
+
## The following dependencies are licensed under the MIT License:
|
|
4021
|
+
|
|
4022
|
+
### Rust Crates:
|
|
4023
|
+
|
|
4024
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
4025
|
+
|
|
4026
|
+
````text
|
|
4027
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
4028
|
+
|
|
4029
|
+
Permission is hereby granted, free of charge, to any
|
|
4030
|
+
person obtaining a copy of this software and associated
|
|
4031
|
+
documentation files (the "Software"), to deal in the
|
|
4032
|
+
Software without restriction, including without
|
|
4033
|
+
limitation the rights to use, copy, modify, merge,
|
|
4034
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4035
|
+
the Software, and to permit persons to whom the Software
|
|
4036
|
+
is furnished to do so, subject to the following
|
|
4037
|
+
conditions:
|
|
4038
|
+
|
|
4039
|
+
The above copyright notice and this permission notice
|
|
4040
|
+
shall be included in all copies or substantial portions
|
|
4041
|
+
of the Software.
|
|
4042
|
+
|
|
4043
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4044
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4045
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4046
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4047
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4048
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4049
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4050
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4051
|
+
DEALINGS IN THE SOFTWARE.
|
|
4052
|
+
|
|
4053
|
+
````
|
|
4054
|
+
|
|
4055
|
+
---
|
|
4056
|
+
|
|
4057
|
+
## The following dependencies are licensed under the MIT License:
|
|
4058
|
+
|
|
4059
|
+
### Rust Crates:
|
|
4060
|
+
|
|
4061
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
4062
|
+
|
|
4063
|
+
````text
|
|
4064
|
+
The MIT License (MIT)
|
|
4065
|
+
|
|
4066
|
+
Copyright (c) 2016 Johann Tuffe
|
|
4067
|
+
|
|
4068
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4069
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4070
|
+
in the Software without restriction, including without limitation the rights
|
|
4071
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4072
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4073
|
+
furnished to do so, subject to the following conditions:
|
|
4074
|
+
|
|
4075
|
+
|
|
4076
|
+
The above copyright notice and this permission notice shall be included in
|
|
4077
|
+
all copies or substantial portions of the Software.
|
|
4078
|
+
|
|
4079
|
+
|
|
4080
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4081
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4082
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4083
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4084
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4085
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4086
|
+
THE SOFTWARE.
|
|
4087
|
+
|
|
4088
|
+
````
|
|
4089
|
+
|
|
4090
|
+
---
|
|
4091
|
+
|
|
4092
|
+
## The following dependencies are licensed under the MIT License:
|
|
4093
|
+
|
|
4094
|
+
### Rust Crates:
|
|
4095
|
+
|
|
4096
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
4097
|
+
|
|
4098
|
+
````text
|
|
4099
|
+
Copyright (c) 2017 Sean McArthur
|
|
4097
4100
|
|
|
4098
4101
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4099
4102
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4102,16 +4105,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4102
4105
|
copies of the Software, and to permit persons to whom the Software is
|
|
4103
4106
|
furnished to do so, subject to the following conditions:
|
|
4104
4107
|
|
|
4105
|
-
The above copyright notice and this permission notice shall be included in
|
|
4106
|
-
copies or substantial portions of the Software.
|
|
4108
|
+
The above copyright notice and this permission notice shall be included in
|
|
4109
|
+
all copies or substantial portions of the Software.
|
|
4107
4110
|
|
|
4108
4111
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4109
4112
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4110
4113
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4111
4114
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4112
4115
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4113
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4114
|
-
SOFTWARE.
|
|
4116
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4117
|
+
THE SOFTWARE.
|
|
4118
|
+
|
|
4115
4119
|
|
|
4116
4120
|
````
|
|
4117
4121
|
|
|
@@ -4121,12 +4125,15 @@ SOFTWARE.
|
|
|
4121
4125
|
|
|
4122
4126
|
### Rust Crates:
|
|
4123
4127
|
|
|
4124
|
-
- [
|
|
4128
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
4125
4129
|
|
|
4126
4130
|
````text
|
|
4127
4131
|
MIT License
|
|
4128
4132
|
|
|
4129
|
-
Copyright
|
|
4133
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
4134
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
4135
|
+
Copyright (c) 2017 Frommi
|
|
4136
|
+
Copyright (c) 2017-2024 oyvindln
|
|
4130
4137
|
|
|
4131
4138
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4132
4139
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4154,10 +4161,10 @@ SOFTWARE.
|
|
|
4154
4161
|
|
|
4155
4162
|
### Rust Crates:
|
|
4156
4163
|
|
|
4157
|
-
- [
|
|
4164
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
4158
4165
|
|
|
4159
4166
|
````text
|
|
4160
|
-
Copyright
|
|
4167
|
+
Copyright (c) 2017 Contributors
|
|
4161
4168
|
|
|
4162
4169
|
Permission is hereby granted, free of charge, to any
|
|
4163
4170
|
person obtaining a copy of this software and associated
|
|
@@ -4183,7 +4190,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
4183
4190
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4184
4191
|
DEALINGS IN THE SOFTWARE.
|
|
4185
4192
|
|
|
4186
|
-
|
|
4187
4193
|
````
|
|
4188
4194
|
|
|
4189
4195
|
---
|
|
@@ -4192,13 +4198,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4192
4198
|
|
|
4193
4199
|
### Rust Crates:
|
|
4194
4200
|
|
|
4195
|
-
- [
|
|
4201
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
4202
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
4196
4203
|
|
|
4197
4204
|
````text
|
|
4198
|
-
|
|
4205
|
+
MIT License
|
|
4199
4206
|
|
|
4200
|
-
Copyright (c)
|
|
4201
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
4207
|
+
Copyright (c) 2019 Graham Esau
|
|
4202
4208
|
|
|
4203
4209
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4204
4210
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4226,34 +4232,28 @@ SOFTWARE.
|
|
|
4226
4232
|
|
|
4227
4233
|
### Rust Crates:
|
|
4228
4234
|
|
|
4229
|
-
- [
|
|
4235
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
4230
4236
|
|
|
4231
4237
|
````text
|
|
4232
|
-
Copyright (c)
|
|
4238
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
4233
4239
|
|
|
4234
|
-
Permission is hereby granted, free of charge, to any
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
the Software, and to permit persons to whom the Software
|
|
4241
|
-
is furnished to do so, subject to the following
|
|
4242
|
-
conditions:
|
|
4240
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4241
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4242
|
+
in the Software without restriction, including without limitation the rights
|
|
4243
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4244
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4245
|
+
furnished to do so, subject to the following conditions:
|
|
4243
4246
|
|
|
4244
|
-
The above copyright notice and this permission notice
|
|
4245
|
-
|
|
4246
|
-
of the Software.
|
|
4247
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4248
|
+
copies or substantial portions of the Software.
|
|
4247
4249
|
|
|
4248
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4256
|
-
DEALINGS IN THE SOFTWARE.
|
|
4250
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4251
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4252
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4253
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4254
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4255
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4256
|
+
SOFTWARE.
|
|
4257
4257
|
|
|
4258
4258
|
````
|
|
4259
4259
|
|
|
@@ -4648,7 +4648,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4648
4648
|
|
|
4649
4649
|
### NPM Packages:
|
|
4650
4650
|
|
|
4651
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.
|
|
4651
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4652
4652
|
|
|
4653
4653
|
````text
|
|
4654
4654
|
Please refer to the package README for license details.
|