@deveco-codegenie/mcp-bridge-darwin-x64 0.2.4 → 0.2.6
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 +1166 -1146
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -7,16 +7,41 @@
|
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 190
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- ISC: 1
|
|
16
16
|
- MPL-2.0: 1
|
|
17
|
-
- UNKNOWN: 1
|
|
18
17
|
|
|
19
18
|
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
+
|
|
23
|
+
### Rust Crates:
|
|
24
|
+
|
|
25
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
26
|
+
|
|
27
|
+
````text
|
|
28
|
+
BSD Zero Clause License
|
|
29
|
+
|
|
30
|
+
Copyright (c) 2025 Goat
|
|
31
|
+
|
|
32
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
|
+
purpose with or without fee is hereby granted.
|
|
34
|
+
|
|
35
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
36
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
37
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
38
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
39
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
42
|
+
|
|
43
|
+
````
|
|
44
|
+
|
|
20
45
|
---
|
|
21
46
|
|
|
22
47
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -47,12 +72,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
47
72
|
|
|
48
73
|
### Rust Crates:
|
|
49
74
|
|
|
50
|
-
- [
|
|
75
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
51
76
|
|
|
52
77
|
````text
|
|
53
78
|
BSD Zero Clause License
|
|
54
79
|
|
|
55
|
-
Copyright (c)
|
|
80
|
+
Copyright (c) 2024 kotauskas
|
|
56
81
|
|
|
57
82
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
58
83
|
purpose with or without fee is hereby granted.
|
|
@@ -69,27 +94,88 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
69
94
|
|
|
70
95
|
---
|
|
71
96
|
|
|
72
|
-
## The following dependencies are licensed under the
|
|
97
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
73
98
|
|
|
74
99
|
### Rust Crates:
|
|
75
100
|
|
|
76
|
-
- [
|
|
101
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
102
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
77
104
|
|
|
78
105
|
````text
|
|
79
|
-
|
|
106
|
+
Apache License
|
|
107
|
+
Version 2.0, January 2004
|
|
108
|
+
http://www.apache.org/licenses/
|
|
80
109
|
|
|
81
|
-
|
|
110
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
82
111
|
|
|
83
|
-
|
|
84
|
-
purpose with or without fee is hereby granted.
|
|
112
|
+
1. Definitions.
|
|
85
113
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
114
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
|
+
|
|
116
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
117
|
+
|
|
118
|
+
"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.
|
|
119
|
+
|
|
120
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
121
|
+
|
|
122
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
123
|
+
|
|
124
|
+
"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.
|
|
125
|
+
|
|
126
|
+
"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).
|
|
127
|
+
|
|
128
|
+
"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.
|
|
129
|
+
|
|
130
|
+
"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."
|
|
131
|
+
|
|
132
|
+
"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.
|
|
133
|
+
|
|
134
|
+
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.
|
|
135
|
+
|
|
136
|
+
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.
|
|
137
|
+
|
|
138
|
+
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:
|
|
139
|
+
|
|
140
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
141
|
+
|
|
142
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
143
|
+
|
|
144
|
+
(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
|
|
145
|
+
|
|
146
|
+
(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.
|
|
147
|
+
|
|
148
|
+
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.
|
|
149
|
+
|
|
150
|
+
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.
|
|
151
|
+
|
|
152
|
+
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.
|
|
153
|
+
|
|
154
|
+
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.
|
|
155
|
+
|
|
156
|
+
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.
|
|
157
|
+
|
|
158
|
+
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.
|
|
159
|
+
|
|
160
|
+
END OF TERMS AND CONDITIONS
|
|
161
|
+
|
|
162
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
163
|
+
|
|
164
|
+
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.
|
|
165
|
+
|
|
166
|
+
Copyright [yyyy] [name of copyright owner]
|
|
167
|
+
|
|
168
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
169
|
+
you may not use this file except in compliance with the License.
|
|
170
|
+
You may obtain a copy of the License at
|
|
171
|
+
|
|
172
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
173
|
+
|
|
174
|
+
Unless required by applicable law or agreed to in writing, software
|
|
175
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
176
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
177
|
+
See the License for the specific language governing permissions and
|
|
178
|
+
limitations under the License.
|
|
93
179
|
|
|
94
180
|
````
|
|
95
181
|
|
|
@@ -99,7 +185,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
99
185
|
|
|
100
186
|
### Rust Crates:
|
|
101
187
|
|
|
102
|
-
- [
|
|
188
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
189
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
190
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
103
191
|
|
|
104
192
|
````text
|
|
105
193
|
Apache License
|
|
@@ -290,7 +378,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
290
378
|
same "printed page" as the copyright notice for easier
|
|
291
379
|
identification within third-party archives.
|
|
292
380
|
|
|
293
|
-
Copyright
|
|
381
|
+
Copyright [yyyy] [name of copyright owner]
|
|
294
382
|
|
|
295
383
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
296
384
|
you may not use this file except in compliance with the License.
|
|
@@ -312,9 +400,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
312
400
|
|
|
313
401
|
### Rust Crates:
|
|
314
402
|
|
|
315
|
-
- [
|
|
316
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
317
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
403
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
318
404
|
|
|
319
405
|
````text
|
|
320
406
|
Apache License
|
|
@@ -505,7 +591,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
505
591
|
same "printed page" as the copyright notice for easier
|
|
506
592
|
identification within third-party archives.
|
|
507
593
|
|
|
508
|
-
Copyright
|
|
594
|
+
Copyright 2011 Google Inc.
|
|
509
595
|
|
|
510
596
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
511
597
|
you may not use this file except in compliance with the License.
|
|
@@ -523,93 +609,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
523
609
|
|
|
524
610
|
---
|
|
525
611
|
|
|
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
612
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
614
613
|
|
|
615
614
|
### NPM Packages:
|
|
@@ -679,10 +678,10 @@ THIS SOFTWARE.
|
|
|
679
678
|
|
|
680
679
|
### Rust Crates:
|
|
681
680
|
|
|
682
|
-
- [
|
|
681
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
683
682
|
|
|
684
683
|
````text
|
|
685
|
-
Copyright (c)
|
|
684
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
686
685
|
|
|
687
686
|
Permission is hereby granted, free of charge, to any
|
|
688
687
|
person obtaining a copy of this software and associated
|
|
@@ -716,35 +715,66 @@ DEALINGS IN THE SOFTWARE.
|
|
|
716
715
|
|
|
717
716
|
### Rust Crates:
|
|
718
717
|
|
|
719
|
-
- [
|
|
718
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
720
719
|
|
|
721
720
|
````text
|
|
722
|
-
|
|
721
|
+
The MIT License (MIT)
|
|
722
|
+
|
|
723
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
724
|
+
|
|
725
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
726
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
727
|
+
in the Software without restriction, including without limitation the rights
|
|
728
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
729
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
730
|
+
furnished to do so, subject to the following conditions:
|
|
731
|
+
|
|
732
|
+
The above copyright notice and this permission notice shall be included in all
|
|
733
|
+
copies or substantial portions of the Software.
|
|
734
|
+
|
|
735
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
736
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
737
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
738
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
739
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
740
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
741
|
+
SOFTWARE.
|
|
742
|
+
````
|
|
723
743
|
|
|
724
|
-
|
|
725
|
-
Copyright (c) 2016 Pyfisch
|
|
744
|
+
---
|
|
726
745
|
|
|
727
|
-
|
|
728
|
-
Copyright © 2005-2013 Rich Felker
|
|
746
|
+
## The following dependencies are licensed under the MIT License:
|
|
729
747
|
|
|
748
|
+
### Rust Crates:
|
|
730
749
|
|
|
731
|
-
|
|
732
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
733
|
-
in the Software without restriction, including without limitation the rights
|
|
734
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
735
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
736
|
-
furnished to do so, subject to the following conditions:
|
|
750
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
737
751
|
|
|
738
|
-
|
|
739
|
-
|
|
752
|
+
````text
|
|
753
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
740
754
|
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
755
|
+
Permission is hereby granted, free of charge, to any
|
|
756
|
+
person obtaining a copy of this software and associated
|
|
757
|
+
documentation files (the "Software"), to deal in the
|
|
758
|
+
Software without restriction, including without
|
|
759
|
+
limitation the rights to use, copy, modify, merge,
|
|
760
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
761
|
+
the Software, and to permit persons to whom the Software
|
|
762
|
+
is furnished to do so, subject to the following
|
|
763
|
+
conditions:
|
|
764
|
+
|
|
765
|
+
The above copyright notice and this permission notice
|
|
766
|
+
shall be included in all copies or substantial portions
|
|
767
|
+
of the Software.
|
|
768
|
+
|
|
769
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
770
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
771
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
772
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
773
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
774
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
775
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
776
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
777
|
+
DEALINGS IN THE SOFTWARE.
|
|
748
778
|
|
|
749
779
|
````
|
|
750
780
|
|
|
@@ -754,33 +784,27 @@ SOFTWARE.
|
|
|
754
784
|
|
|
755
785
|
### Rust Crates:
|
|
756
786
|
|
|
757
|
-
- [
|
|
758
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
759
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
760
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
761
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
762
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
763
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
787
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
764
788
|
|
|
765
789
|
````text
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
Copyright (c) <year> <copyright holders>
|
|
790
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
769
791
|
|
|
770
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
771
|
-
associated documentation files (the "Software"), to deal in
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
792
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
793
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
794
|
+
the Software without restriction, including without limitation the rights to
|
|
795
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
796
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
797
|
+
subject to the following conditions:
|
|
775
798
|
|
|
776
|
-
The above copyright notice and this permission notice shall be included in all
|
|
777
|
-
portions of the Software.
|
|
799
|
+
The above copyright notice and this permission notice shall be included in all
|
|
800
|
+
copies or substantial portions of the Software.
|
|
778
801
|
|
|
779
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
780
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
802
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
803
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
804
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
805
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
806
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
807
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
784
808
|
|
|
785
809
|
````
|
|
786
810
|
|
|
@@ -790,11 +814,14 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
790
814
|
|
|
791
815
|
### Rust Crates:
|
|
792
816
|
|
|
793
|
-
- [
|
|
817
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
818
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
794
819
|
|
|
795
820
|
````text
|
|
796
821
|
MIT License
|
|
797
822
|
|
|
823
|
+
Copyright (c) 2019 Graham Esau
|
|
824
|
+
|
|
798
825
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
799
826
|
of this software and associated documentation files (the "Software"), to deal
|
|
800
827
|
in the Software without restriction, including without limitation the rights
|
|
@@ -821,15 +848,10 @@ SOFTWARE.
|
|
|
821
848
|
|
|
822
849
|
### Rust Crates:
|
|
823
850
|
|
|
824
|
-
- [
|
|
825
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
826
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
827
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
828
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
829
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
851
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
830
852
|
|
|
831
853
|
````text
|
|
832
|
-
Copyright (c)
|
|
854
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
833
855
|
|
|
834
856
|
Permission is hereby granted, free of charge, to any
|
|
835
857
|
person obtaining a copy of this software and associated
|
|
@@ -863,33 +885,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
863
885
|
|
|
864
886
|
### Rust Crates:
|
|
865
887
|
|
|
866
|
-
- [
|
|
888
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
867
889
|
|
|
868
890
|
````text
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
872
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
873
|
-
Copyright (c) 2017 Frommi
|
|
874
|
-
Copyright (c) 2017-2024 oyvindln
|
|
891
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
875
892
|
|
|
876
|
-
Permission is hereby granted, free of charge, to any
|
|
877
|
-
of this software and associated
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
893
|
+
Permission is hereby granted, free of charge, to any
|
|
894
|
+
person obtaining a copy of this software and associated
|
|
895
|
+
documentation files (the "Software"), to deal in the
|
|
896
|
+
Software without restriction, including without
|
|
897
|
+
limitation the rights to use, copy, modify, merge,
|
|
898
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
899
|
+
the Software, and to permit persons to whom the Software
|
|
900
|
+
is furnished to do so, subject to the following
|
|
901
|
+
conditions:
|
|
882
902
|
|
|
883
|
-
The above copyright notice and this permission notice
|
|
884
|
-
copies or substantial portions
|
|
903
|
+
The above copyright notice and this permission notice
|
|
904
|
+
shall be included in all copies or substantial portions
|
|
905
|
+
of the Software.
|
|
885
906
|
|
|
886
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
887
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
907
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
908
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
909
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
910
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
911
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
912
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
913
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
914
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
915
|
+
DEALINGS IN THE SOFTWARE.
|
|
893
916
|
|
|
894
917
|
````
|
|
895
918
|
|
|
@@ -899,10 +922,10 @@ SOFTWARE.
|
|
|
899
922
|
|
|
900
923
|
### Rust Crates:
|
|
901
924
|
|
|
902
|
-
- [
|
|
925
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
903
926
|
|
|
904
927
|
````text
|
|
905
|
-
Copyright (c)
|
|
928
|
+
Copyright (c) The rust-url developers
|
|
906
929
|
|
|
907
930
|
Permission is hereby granted, free of charge, to any
|
|
908
931
|
person obtaining a copy of this software and associated
|
|
@@ -936,29 +959,40 @@ DEALINGS IN THE SOFTWARE.
|
|
|
936
959
|
|
|
937
960
|
### Rust Crates:
|
|
938
961
|
|
|
939
|
-
- [
|
|
962
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
963
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
964
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
965
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
966
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
967
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
940
968
|
|
|
941
969
|
````text
|
|
942
|
-
Copyright
|
|
943
|
-
|
|
944
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
945
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
946
|
-
in the Software without restriction, including without limitation the rights
|
|
947
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
948
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
949
|
-
furnished to do so, subject to the following conditions:
|
|
970
|
+
Copyright 2018 Developers of the Rand project
|
|
971
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
950
972
|
|
|
951
|
-
|
|
952
|
-
|
|
973
|
+
Permission is hereby granted, free of charge, to any
|
|
974
|
+
person obtaining a copy of this software and associated
|
|
975
|
+
documentation files (the "Software"), to deal in the
|
|
976
|
+
Software without restriction, including without
|
|
977
|
+
limitation the rights to use, copy, modify, merge,
|
|
978
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
979
|
+
the Software, and to permit persons to whom the Software
|
|
980
|
+
is furnished to do so, subject to the following
|
|
981
|
+
conditions:
|
|
953
982
|
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
958
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
959
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
960
|
-
THE SOFTWARE.
|
|
983
|
+
The above copyright notice and this permission notice
|
|
984
|
+
shall be included in all copies or substantial portions
|
|
985
|
+
of the Software.
|
|
961
986
|
|
|
987
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
988
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
989
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
990
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
991
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
992
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
993
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
994
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
995
|
+
DEALINGS IN THE SOFTWARE.
|
|
962
996
|
|
|
963
997
|
````
|
|
964
998
|
|
|
@@ -966,14 +1000,15 @@ THE SOFTWARE.
|
|
|
966
1000
|
|
|
967
1001
|
## The following dependencies are licensed under the MIT License:
|
|
968
1002
|
|
|
969
|
-
###
|
|
1003
|
+
### NPM Packages:
|
|
970
1004
|
|
|
971
|
-
- [
|
|
1005
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1006
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
972
1007
|
|
|
973
1008
|
````text
|
|
974
1009
|
MIT License
|
|
975
1010
|
|
|
976
|
-
Copyright (c) 2017
|
|
1011
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
977
1012
|
|
|
978
1013
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
979
1014
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1001,29 +1036,33 @@ SOFTWARE.
|
|
|
1001
1036
|
|
|
1002
1037
|
### Rust Crates:
|
|
1003
1038
|
|
|
1004
|
-
- [
|
|
1005
|
-
- [
|
|
1039
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1040
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1041
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1042
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1043
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1044
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1045
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1006
1046
|
|
|
1007
1047
|
````text
|
|
1008
|
-
|
|
1048
|
+
MIT License
|
|
1009
1049
|
|
|
1010
|
-
|
|
1011
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1012
|
-
in the Software without restriction, including without limitation the rights
|
|
1013
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1014
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1015
|
-
furnished to do so, subject to the following conditions:
|
|
1050
|
+
Copyright (c) <year> <copyright holders>
|
|
1016
1051
|
|
|
1017
|
-
|
|
1018
|
-
|
|
1052
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1053
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1054
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1055
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1056
|
+
following conditions:
|
|
1019
1057
|
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
SOFTWARE
|
|
1058
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1059
|
+
portions of the Software.
|
|
1060
|
+
|
|
1061
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1062
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1063
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1064
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1065
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1027
1066
|
|
|
1028
1067
|
````
|
|
1029
1068
|
|
|
@@ -1033,11 +1072,10 @@ SOFTWARE.
|
|
|
1033
1072
|
|
|
1034
1073
|
### Rust Crates:
|
|
1035
1074
|
|
|
1036
|
-
- [
|
|
1075
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1037
1076
|
|
|
1038
1077
|
````text
|
|
1039
|
-
Copyright (c)
|
|
1040
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1078
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1041
1079
|
|
|
1042
1080
|
Permission is hereby granted, free of charge, to any
|
|
1043
1081
|
person obtaining a copy of this software and associated
|
|
@@ -1071,11 +1109,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1071
1109
|
|
|
1072
1110
|
### Rust Crates:
|
|
1073
1111
|
|
|
1074
|
-
- [
|
|
1075
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1112
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1076
1113
|
|
|
1077
1114
|
````text
|
|
1078
|
-
Copyright (c)
|
|
1115
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1079
1116
|
|
|
1080
1117
|
Permission is hereby granted, free of charge, to any
|
|
1081
1118
|
person obtaining a copy of this software and associated
|
|
@@ -1109,10 +1146,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1109
1146
|
|
|
1110
1147
|
### Rust Crates:
|
|
1111
1148
|
|
|
1112
|
-
- [
|
|
1149
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
1113
1150
|
|
|
1114
1151
|
````text
|
|
1115
|
-
Copyright (c)
|
|
1152
|
+
Copyright (c) 2017 Robert Grosse
|
|
1116
1153
|
|
|
1117
1154
|
Permission is hereby granted, free of charge, to any
|
|
1118
1155
|
person obtaining a copy of this software and associated
|
|
@@ -1137,7 +1174,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1137
1174
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1138
1175
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1139
1176
|
DEALINGS IN THE SOFTWARE.
|
|
1140
|
-
|
|
1141
1177
|
````
|
|
1142
1178
|
|
|
1143
1179
|
---
|
|
@@ -1146,10 +1182,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1146
1182
|
|
|
1147
1183
|
### Rust Crates:
|
|
1148
1184
|
|
|
1149
|
-
- [
|
|
1185
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1150
1186
|
|
|
1151
1187
|
````text
|
|
1152
|
-
Copyright (c)
|
|
1188
|
+
Copyright (c) 2019 Carl Lerche
|
|
1153
1189
|
|
|
1154
1190
|
Permission is hereby granted, free of charge, to any
|
|
1155
1191
|
person obtaining a copy of this software and associated
|
|
@@ -1183,60 +1219,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1183
1219
|
|
|
1184
1220
|
### Rust Crates:
|
|
1185
1221
|
|
|
1186
|
-
- [
|
|
1187
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1222
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1188
1223
|
|
|
1189
1224
|
````text
|
|
1190
|
-
|
|
1225
|
+
Copyright (c) 2018 Carl Lerche
|
|
1191
1226
|
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
the
|
|
1197
|
-
|
|
1198
|
-
the Software, and to permit persons to whom the Software
|
|
1199
|
-
subject to the following
|
|
1200
|
-
|
|
1201
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1202
|
-
copies or substantial portions of the Software.
|
|
1203
|
-
|
|
1204
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1205
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1206
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1207
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1208
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1209
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1210
|
-
|
|
1211
|
-
````
|
|
1212
|
-
|
|
1213
|
-
---
|
|
1214
|
-
|
|
1215
|
-
## The following dependencies are licensed under the MIT License:
|
|
1216
|
-
|
|
1217
|
-
### NPM Packages:
|
|
1218
|
-
|
|
1219
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1220
|
-
|
|
1221
|
-
````text
|
|
1222
|
-
This software is released under the MIT license:
|
|
1223
|
-
|
|
1224
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1225
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1226
|
-
the Software without restriction, including without limitation the rights to
|
|
1227
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1228
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1229
|
-
subject to the following conditions:
|
|
1227
|
+
Permission is hereby granted, free of charge, to any
|
|
1228
|
+
person obtaining a copy of this software and associated
|
|
1229
|
+
documentation files (the "Software"), to deal in the
|
|
1230
|
+
Software without restriction, including without
|
|
1231
|
+
limitation the rights to use, copy, modify, merge,
|
|
1232
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1233
|
+
the Software, and to permit persons to whom the Software
|
|
1234
|
+
is furnished to do so, subject to the following
|
|
1235
|
+
conditions:
|
|
1230
1236
|
|
|
1231
|
-
The above copyright notice and this permission notice
|
|
1232
|
-
copies or substantial portions
|
|
1237
|
+
The above copyright notice and this permission notice
|
|
1238
|
+
shall be included in all copies or substantial portions
|
|
1239
|
+
of the Software.
|
|
1233
1240
|
|
|
1234
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1235
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1241
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1242
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1243
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1244
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1245
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1246
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1247
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1248
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1249
|
+
DEALINGS IN THE SOFTWARE.
|
|
1240
1250
|
|
|
1241
1251
|
````
|
|
1242
1252
|
|
|
@@ -1244,14 +1254,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1244
1254
|
|
|
1245
1255
|
## The following dependencies are licensed under the MIT License:
|
|
1246
1256
|
|
|
1247
|
-
###
|
|
1257
|
+
### Rust Crates:
|
|
1248
1258
|
|
|
1249
|
-
- [
|
|
1259
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1250
1260
|
|
|
1251
1261
|
````text
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1262
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1263
|
+
Copyright (c) 2016 Alex Crichton
|
|
1255
1264
|
|
|
1256
1265
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1257
1266
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1260,16 +1269,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1260
1269
|
copies of the Software, and to permit persons to whom the Software is
|
|
1261
1270
|
furnished to do so, subject to the following conditions:
|
|
1262
1271
|
|
|
1263
|
-
The above copyright notice and this permission notice shall be included in
|
|
1264
|
-
copies or substantial portions of the Software.
|
|
1272
|
+
The above copyright notice and this permission notice shall be included in
|
|
1273
|
+
all copies or substantial portions of the Software.
|
|
1265
1274
|
|
|
1266
1275
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1267
1276
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1268
1277
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1269
1278
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1270
1279
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1271
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1272
|
-
SOFTWARE.
|
|
1280
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1281
|
+
THE SOFTWARE.
|
|
1273
1282
|
|
|
1274
1283
|
|
|
1275
1284
|
````
|
|
@@ -1280,11 +1289,10 @@ SOFTWARE.
|
|
|
1280
1289
|
|
|
1281
1290
|
### Rust Crates:
|
|
1282
1291
|
|
|
1283
|
-
- [
|
|
1292
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1284
1293
|
|
|
1285
1294
|
````text
|
|
1286
|
-
Copyright (c)
|
|
1287
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1295
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1288
1296
|
|
|
1289
1297
|
Permission is hereby granted, free of charge, to any
|
|
1290
1298
|
person obtaining a copy of this software and associated
|
|
@@ -1318,10 +1326,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1318
1326
|
|
|
1319
1327
|
### Rust Crates:
|
|
1320
1328
|
|
|
1321
|
-
- [
|
|
1329
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1330
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1331
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1322
1332
|
|
|
1323
1333
|
````text
|
|
1324
|
-
Copyright (c) 2019
|
|
1334
|
+
Copyright (c) 2019 Tower Contributors
|
|
1325
1335
|
|
|
1326
1336
|
Permission is hereby granted, free of charge, to any
|
|
1327
1337
|
person obtaining a copy of this software and associated
|
|
@@ -1355,10 +1365,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1355
1365
|
|
|
1356
1366
|
### Rust Crates:
|
|
1357
1367
|
|
|
1358
|
-
- [
|
|
1368
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1359
1369
|
|
|
1360
1370
|
````text
|
|
1361
|
-
Copyright (c) 2023
|
|
1371
|
+
Copyright (c) 2016--2023
|
|
1362
1372
|
|
|
1363
1373
|
Permission is hereby granted, free of charge, to any
|
|
1364
1374
|
person obtaining a copy of this software and associated
|
|
@@ -1392,17 +1402,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1392
1402
|
|
|
1393
1403
|
### Rust Crates:
|
|
1394
1404
|
|
|
1395
|
-
- [
|
|
1396
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
1397
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
1398
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1405
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
1399
1406
|
|
|
1400
1407
|
````text
|
|
1401
|
-
|
|
1408
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
1409
|
+
|
|
1410
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1411
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1412
|
+
in the Software without restriction, including without limitation the rights
|
|
1413
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1414
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1415
|
+
furnished to do so, subject to the following conditions:
|
|
1416
|
+
|
|
1417
|
+
The above copyright notice and this permission notice shall be included in
|
|
1418
|
+
all copies or substantial portions of the Software.
|
|
1419
|
+
|
|
1420
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1421
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1422
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1423
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1424
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1425
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1426
|
+
THE SOFTWARE.
|
|
1402
1427
|
|
|
1403
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1404
1428
|
|
|
1405
|
-
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.
|
|
1406
1429
|
````
|
|
1407
1430
|
|
|
1408
1431
|
---
|
|
@@ -1411,27 +1434,34 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1411
1434
|
|
|
1412
1435
|
### Rust Crates:
|
|
1413
1436
|
|
|
1414
|
-
- [
|
|
1437
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1415
1438
|
|
|
1416
1439
|
````text
|
|
1417
|
-
Copyright
|
|
1440
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1418
1441
|
|
|
1419
|
-
Permission is hereby granted, free of charge, to any
|
|
1420
|
-
|
|
1421
|
-
the Software
|
|
1422
|
-
|
|
1423
|
-
the
|
|
1424
|
-
|
|
1442
|
+
Permission is hereby granted, free of charge, to any
|
|
1443
|
+
person obtaining a copy of this software and associated
|
|
1444
|
+
documentation files (the "Software"), to deal in the
|
|
1445
|
+
Software without restriction, including without
|
|
1446
|
+
limitation the rights to use, copy, modify, merge,
|
|
1447
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1448
|
+
the Software, and to permit persons to whom the Software
|
|
1449
|
+
is furnished to do so, subject to the following
|
|
1450
|
+
conditions:
|
|
1425
1451
|
|
|
1426
|
-
The above copyright notice and this permission notice
|
|
1427
|
-
copies or substantial portions
|
|
1452
|
+
The above copyright notice and this permission notice
|
|
1453
|
+
shall be included in all copies or substantial portions
|
|
1454
|
+
of the Software.
|
|
1428
1455
|
|
|
1429
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1430
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1456
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1457
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1458
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1459
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1460
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1461
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1462
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1463
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1464
|
+
DEALINGS IN THE SOFTWARE.
|
|
1435
1465
|
|
|
1436
1466
|
````
|
|
1437
1467
|
|
|
@@ -1441,16 +1471,29 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1441
1471
|
|
|
1442
1472
|
### Rust Crates:
|
|
1443
1473
|
|
|
1444
|
-
- [
|
|
1474
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1445
1475
|
|
|
1446
1476
|
````text
|
|
1447
|
-
Copyright 2016
|
|
1477
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1448
1478
|
|
|
1449
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1479
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1480
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1481
|
+
in the Software without restriction, including without limitation the rights
|
|
1482
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1483
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1484
|
+
furnished to do so, subject to the following conditions:
|
|
1450
1485
|
|
|
1451
|
-
The above copyright notice and this permission notice shall be included in
|
|
1486
|
+
The above copyright notice and this permission notice shall be included in
|
|
1487
|
+
all copies or substantial portions of the Software.
|
|
1488
|
+
|
|
1489
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1490
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1491
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1492
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1493
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1494
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1495
|
+
THE SOFTWARE.
|
|
1452
1496
|
|
|
1453
|
-
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.
|
|
1454
1497
|
|
|
1455
1498
|
````
|
|
1456
1499
|
|
|
@@ -1460,10 +1503,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1460
1503
|
|
|
1461
1504
|
### Rust Crates:
|
|
1462
1505
|
|
|
1463
|
-
- [
|
|
1506
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
1464
1507
|
|
|
1465
1508
|
````text
|
|
1466
|
-
Copyright (c)
|
|
1509
|
+
Copyright (c) 2017 Contributors
|
|
1467
1510
|
|
|
1468
1511
|
Permission is hereby granted, free of charge, to any
|
|
1469
1512
|
person obtaining a copy of this software and associated
|
|
@@ -1495,13 +1538,44 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1495
1538
|
|
|
1496
1539
|
## The following dependencies are licensed under the MIT License:
|
|
1497
1540
|
|
|
1498
|
-
###
|
|
1541
|
+
### NPM Packages:
|
|
1499
1542
|
|
|
1500
|
-
- [
|
|
1543
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1501
1544
|
|
|
1502
1545
|
````text
|
|
1503
|
-
|
|
1546
|
+
The MIT License (MIT)
|
|
1547
|
+
|
|
1548
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1549
|
+
|
|
1550
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1551
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1552
|
+
in the Software without restriction, including without limitation the rights
|
|
1553
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1554
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1555
|
+
furnished to do so, subject to the following conditions:
|
|
1556
|
+
|
|
1557
|
+
The above copyright notice and this permission notice shall be included in
|
|
1558
|
+
all copies or substantial portions of the Software.
|
|
1559
|
+
|
|
1560
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1561
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1562
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1563
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1564
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1565
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1566
|
+
THE SOFTWARE.
|
|
1567
|
+
|
|
1568
|
+
````
|
|
1569
|
+
|
|
1570
|
+
---
|
|
1571
|
+
|
|
1572
|
+
## The following dependencies are licensed under the MIT License:
|
|
1504
1573
|
|
|
1574
|
+
### Rust Crates:
|
|
1575
|
+
|
|
1576
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
1577
|
+
|
|
1578
|
+
````text
|
|
1505
1579
|
Permission is hereby granted, free of charge, to any
|
|
1506
1580
|
person obtaining a copy of this software and associated
|
|
1507
1581
|
documentation files (the "Software"), to deal in the
|
|
@@ -1525,7 +1599,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1525
1599
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1526
1600
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1527
1601
|
DEALINGS IN THE SOFTWARE.
|
|
1528
|
-
|
|
1529
1602
|
````
|
|
1530
1603
|
|
|
1531
1604
|
---
|
|
@@ -1534,10 +1607,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1534
1607
|
|
|
1535
1608
|
### Rust Crates:
|
|
1536
1609
|
|
|
1537
|
-
- [http
|
|
1610
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1538
1611
|
|
|
1539
1612
|
````text
|
|
1540
|
-
Copyright (c)
|
|
1613
|
+
Copyright (c) 2017 http-rs authors
|
|
1541
1614
|
|
|
1542
1615
|
Permission is hereby granted, free of charge, to any
|
|
1543
1616
|
person obtaining a copy of this software and associated
|
|
@@ -1571,45 +1644,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1571
1644
|
|
|
1572
1645
|
### Rust Crates:
|
|
1573
1646
|
|
|
1574
|
-
- [
|
|
1647
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1575
1648
|
|
|
1576
1649
|
````text
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
Copyright (c) 2016 Johann Tuffe
|
|
1580
|
-
|
|
1581
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1582
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1583
|
-
in the Software without restriction, including without limitation the rights
|
|
1584
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1585
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1586
|
-
furnished to do so, subject to the following conditions:
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
The above copyright notice and this permission notice shall be included in
|
|
1590
|
-
all copies or substantial portions of the Software.
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1594
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1595
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1596
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1597
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1598
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1599
|
-
THE SOFTWARE.
|
|
1600
|
-
|
|
1601
|
-
````
|
|
1602
|
-
|
|
1603
|
-
---
|
|
1604
|
-
|
|
1605
|
-
## The following dependencies are licensed under the MIT License:
|
|
1606
|
-
|
|
1607
|
-
### Rust Crates:
|
|
1608
|
-
|
|
1609
|
-
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1610
|
-
|
|
1611
|
-
````text
|
|
1612
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
1650
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1651
|
+
Copyright (c) 2016 Jason Housley
|
|
1613
1652
|
|
|
1614
1653
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1615
1654
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1618,16 +1657,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1618
1657
|
copies of the Software, and to permit persons to whom the Software is
|
|
1619
1658
|
furnished to do so, subject to the following conditions:
|
|
1620
1659
|
|
|
1621
|
-
The above copyright notice and this permission notice shall be included in
|
|
1622
|
-
copies or substantial portions of the Software.
|
|
1660
|
+
The above copyright notice and this permission notice shall be included in
|
|
1661
|
+
all copies or substantial portions of the Software.
|
|
1623
1662
|
|
|
1624
1663
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1625
1664
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1626
1665
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1627
1666
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1628
1667
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1629
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1630
|
-
SOFTWARE.
|
|
1668
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1669
|
+
THE SOFTWARE.
|
|
1631
1670
|
|
|
1632
1671
|
````
|
|
1633
1672
|
|
|
@@ -1637,62 +1676,16 @@ SOFTWARE.
|
|
|
1637
1676
|
|
|
1638
1677
|
### Rust Crates:
|
|
1639
1678
|
|
|
1640
|
-
- [
|
|
1641
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1642
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1643
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1644
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1645
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1646
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1647
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1648
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1649
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1650
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1651
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1652
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1653
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1654
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1655
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1656
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1657
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1658
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1659
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1660
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1661
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1662
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1663
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1664
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1665
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1666
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1667
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1668
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1669
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1670
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1679
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1671
1680
|
|
|
1672
1681
|
````text
|
|
1673
|
-
|
|
1674
|
-
person obtaining a copy of this software and associated
|
|
1675
|
-
documentation files (the "Software"), to deal in the
|
|
1676
|
-
Software without restriction, including without
|
|
1677
|
-
limitation the rights to use, copy, modify, merge,
|
|
1678
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1679
|
-
the Software, and to permit persons to whom the Software
|
|
1680
|
-
is furnished to do so, subject to the following
|
|
1681
|
-
conditions:
|
|
1682
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1682
1683
|
|
|
1683
|
-
|
|
1684
|
-
shall be included in all copies or substantial portions
|
|
1685
|
-
of the Software.
|
|
1684
|
+
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:
|
|
1686
1685
|
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1690
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1691
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1692
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1693
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1694
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1695
|
-
DEALINGS IN THE SOFTWARE.
|
|
1686
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1687
|
+
|
|
1688
|
+
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.
|
|
1696
1689
|
|
|
1697
1690
|
````
|
|
1698
1691
|
|
|
@@ -1702,11 +1695,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1702
1695
|
|
|
1703
1696
|
### Rust Crates:
|
|
1704
1697
|
|
|
1705
|
-
- [
|
|
1698
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1706
1699
|
|
|
1707
1700
|
````text
|
|
1708
|
-
Copyright (c)
|
|
1709
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1701
|
+
Copyright (c) 2017 Sean McArthur
|
|
1710
1702
|
|
|
1711
1703
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1712
1704
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1715,16 +1707,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1715
1707
|
copies of the Software, and to permit persons to whom the Software is
|
|
1716
1708
|
furnished to do so, subject to the following conditions:
|
|
1717
1709
|
|
|
1718
|
-
The above copyright notice and this permission notice shall be included in
|
|
1719
|
-
copies or substantial portions of the Software.
|
|
1710
|
+
The above copyright notice and this permission notice shall be included in
|
|
1711
|
+
all copies or substantial portions of the Software.
|
|
1720
1712
|
|
|
1721
1713
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1722
1714
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1723
1715
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1724
1716
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1725
1717
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1726
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1727
|
-
SOFTWARE.
|
|
1718
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1719
|
+
THE SOFTWARE.
|
|
1720
|
+
|
|
1728
1721
|
|
|
1729
1722
|
````
|
|
1730
1723
|
|
|
@@ -1734,10 +1727,11 @@ SOFTWARE.
|
|
|
1734
1727
|
|
|
1735
1728
|
### Rust Crates:
|
|
1736
1729
|
|
|
1737
|
-
- [
|
|
1730
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1738
1731
|
|
|
1739
1732
|
````text
|
|
1740
|
-
Copyright (c)
|
|
1733
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1734
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1741
1735
|
|
|
1742
1736
|
Permission is hereby granted, free of charge, to any
|
|
1743
1737
|
person obtaining a copy of this software and associated
|
|
@@ -1771,11 +1765,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1771
1765
|
|
|
1772
1766
|
### Rust Crates:
|
|
1773
1767
|
|
|
1774
|
-
- [
|
|
1768
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1775
1769
|
|
|
1776
1770
|
````text
|
|
1777
|
-
|
|
1778
|
-
|
|
1771
|
+
The MIT License (MIT)
|
|
1772
|
+
|
|
1773
|
+
Copyright (c) 2015 Alice Maz
|
|
1779
1774
|
|
|
1780
1775
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1781
1776
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1803,10 +1798,10 @@ THE SOFTWARE.
|
|
|
1803
1798
|
|
|
1804
1799
|
### Rust Crates:
|
|
1805
1800
|
|
|
1806
|
-
- [
|
|
1801
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1807
1802
|
|
|
1808
1803
|
````text
|
|
1809
|
-
Copyright (c)
|
|
1804
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1810
1805
|
|
|
1811
1806
|
Permission is hereby granted, free of charge, to any
|
|
1812
1807
|
person obtaining a copy of this software and associated
|
|
@@ -1840,10 +1835,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1840
1835
|
|
|
1841
1836
|
### Rust Crates:
|
|
1842
1837
|
|
|
1843
|
-
- [
|
|
1838
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1844
1839
|
|
|
1845
1840
|
````text
|
|
1846
|
-
Copyright (c)
|
|
1841
|
+
Copyright (c) 2015 Steven Allen
|
|
1847
1842
|
|
|
1848
1843
|
Permission is hereby granted, free of charge, to any
|
|
1849
1844
|
person obtaining a copy of this software and associated
|
|
@@ -1877,11 +1872,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1877
1872
|
|
|
1878
1873
|
### Rust Crates:
|
|
1879
1874
|
|
|
1880
|
-
- [
|
|
1881
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1875
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1882
1876
|
|
|
1883
1877
|
````text
|
|
1884
|
-
Copyright
|
|
1878
|
+
Copyright Mozilla Foundation
|
|
1885
1879
|
|
|
1886
1880
|
Permission is hereby granted, free of charge, to any
|
|
1887
1881
|
person obtaining a copy of this software and associated
|
|
@@ -1915,10 +1909,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1915
1909
|
|
|
1916
1910
|
### Rust Crates:
|
|
1917
1911
|
|
|
1918
|
-
- [
|
|
1912
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1919
1913
|
|
|
1920
1914
|
````text
|
|
1921
|
-
Copyright
|
|
1915
|
+
Copyright 2023 The Fuchsia Authors
|
|
1922
1916
|
|
|
1923
1917
|
Permission is hereby granted, free of charge, to any
|
|
1924
1918
|
person obtaining a copy of this software and associated
|
|
@@ -1944,6 +1938,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1944
1938
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1945
1939
|
DEALINGS IN THE SOFTWARE.
|
|
1946
1940
|
|
|
1941
|
+
|
|
1947
1942
|
````
|
|
1948
1943
|
|
|
1949
1944
|
---
|
|
@@ -1952,33 +1947,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1952
1947
|
|
|
1953
1948
|
### Rust Crates:
|
|
1954
1949
|
|
|
1955
|
-
- [
|
|
1956
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1957
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1958
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1950
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1959
1951
|
|
|
1960
1952
|
````text
|
|
1961
|
-
The
|
|
1962
|
-
|
|
1963
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1953
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1964
1954
|
|
|
1965
|
-
Permission is hereby granted, free of charge, to any
|
|
1966
|
-
of this software and associated
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1955
|
+
Permission is hereby granted, free of charge, to any
|
|
1956
|
+
person obtaining a copy of this software and associated
|
|
1957
|
+
documentation files (the "Software"), to deal in the
|
|
1958
|
+
Software without restriction, including without
|
|
1959
|
+
limitation the rights to use, copy, modify, merge,
|
|
1960
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1961
|
+
the Software, and to permit persons to whom the Software
|
|
1962
|
+
is furnished to do so, subject to the following
|
|
1963
|
+
conditions:
|
|
1971
1964
|
|
|
1972
|
-
The above copyright notice and this permission notice
|
|
1973
|
-
all copies or substantial portions
|
|
1965
|
+
The above copyright notice and this permission notice
|
|
1966
|
+
shall be included in all copies or substantial portions
|
|
1967
|
+
of the Software.
|
|
1974
1968
|
|
|
1975
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1976
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1969
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1970
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1971
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1972
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1973
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1974
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1975
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1976
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1977
|
+
DEALINGS IN THE SOFTWARE.
|
|
1982
1978
|
|
|
1983
1979
|
````
|
|
1984
1980
|
|
|
@@ -1986,15 +1982,14 @@ THE SOFTWARE.
|
|
|
1986
1982
|
|
|
1987
1983
|
## The following dependencies are licensed under the MIT License:
|
|
1988
1984
|
|
|
1989
|
-
###
|
|
1985
|
+
### Rust Crates:
|
|
1990
1986
|
|
|
1991
|
-
- [
|
|
1992
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1987
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1993
1988
|
|
|
1994
1989
|
````text
|
|
1995
1990
|
MIT License
|
|
1996
1991
|
|
|
1997
|
-
Copyright (c)
|
|
1992
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1998
1993
|
|
|
1999
1994
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2000
1995
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2022,12 +2017,10 @@ SOFTWARE.
|
|
|
2022
2017
|
|
|
2023
2018
|
### Rust Crates:
|
|
2024
2019
|
|
|
2025
|
-
- [
|
|
2020
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2026
2021
|
|
|
2027
2022
|
````text
|
|
2028
|
-
Copyright (c)
|
|
2029
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2030
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2023
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2031
2024
|
|
|
2032
2025
|
Permission is hereby granted, free of charge, to any
|
|
2033
2026
|
person obtaining a copy of this software and associated
|
|
@@ -2061,12 +2054,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2061
2054
|
|
|
2062
2055
|
### Rust Crates:
|
|
2063
2056
|
|
|
2064
|
-
- [
|
|
2057
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2065
2058
|
|
|
2066
2059
|
````text
|
|
2067
2060
|
MIT License
|
|
2068
2061
|
|
|
2069
|
-
Copyright (c)
|
|
2062
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2070
2063
|
|
|
2071
2064
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2072
2065
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2094,34 +2087,28 @@ SOFTWARE.
|
|
|
2094
2087
|
|
|
2095
2088
|
### Rust Crates:
|
|
2096
2089
|
|
|
2097
|
-
- [
|
|
2090
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2098
2091
|
|
|
2099
2092
|
````text
|
|
2100
|
-
Copyright
|
|
2093
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2101
2094
|
|
|
2102
|
-
Permission is hereby granted, free of charge, to any
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
the Software, and to permit persons to whom the Software
|
|
2109
|
-
is furnished to do so, subject to the following
|
|
2110
|
-
conditions:
|
|
2095
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2096
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2097
|
+
in the Software without restriction, including without limitation the rights
|
|
2098
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2099
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2100
|
+
furnished to do so, subject to the following conditions:
|
|
2111
2101
|
|
|
2112
|
-
The above copyright notice and this permission notice
|
|
2113
|
-
|
|
2114
|
-
of the Software.
|
|
2102
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2103
|
+
copies or substantial portions of the Software.
|
|
2115
2104
|
|
|
2116
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2124
|
-
DEALINGS IN THE SOFTWARE.
|
|
2105
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2106
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2107
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2108
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2109
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2110
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2111
|
+
SOFTWARE.
|
|
2125
2112
|
|
|
2126
2113
|
````
|
|
2127
2114
|
|
|
@@ -2129,31 +2116,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2129
2116
|
|
|
2130
2117
|
## The following dependencies are licensed under the MIT License:
|
|
2131
2118
|
|
|
2132
|
-
###
|
|
2119
|
+
### NPM Packages:
|
|
2133
2120
|
|
|
2134
|
-
- [
|
|
2121
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2122
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2135
2123
|
|
|
2136
2124
|
````text
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
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:
|
|
2140
|
-
|
|
2141
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2142
|
-
|
|
2143
|
-
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.
|
|
2125
|
+
MIT License
|
|
2144
2126
|
|
|
2145
|
-
|
|
2127
|
+
Copyright (c) Microsoft Corporation.
|
|
2146
2128
|
|
|
2147
|
-
|
|
2129
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2130
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2131
|
+
in the Software without restriction, including without limitation the rights
|
|
2132
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2133
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2134
|
+
furnished to do so, subject to the following conditions:
|
|
2148
2135
|
|
|
2149
|
-
|
|
2136
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2137
|
+
copies or substantial portions of the Software.
|
|
2150
2138
|
|
|
2151
|
-
|
|
2139
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2140
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2141
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2142
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2143
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2144
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2145
|
+
SOFTWARE
|
|
2152
2146
|
|
|
2153
|
-
|
|
2147
|
+
````
|
|
2148
|
+
|
|
2149
|
+
---
|
|
2150
|
+
|
|
2151
|
+
## The following dependencies are licensed under the MIT License:
|
|
2152
|
+
|
|
2153
|
+
### Rust Crates:
|
|
2154
|
+
|
|
2155
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2156
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2157
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2158
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2159
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2160
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2154
2161
|
|
|
2155
2162
|
````text
|
|
2156
|
-
Copyright (c)
|
|
2163
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2157
2164
|
|
|
2158
2165
|
Permission is hereby granted, free of charge, to any
|
|
2159
2166
|
person obtaining a copy of this software and associated
|
|
@@ -2187,12 +2194,60 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2187
2194
|
|
|
2188
2195
|
### Rust Crates:
|
|
2189
2196
|
|
|
2190
|
-
- [
|
|
2197
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2198
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2199
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2200
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2201
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2202
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2203
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2204
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2205
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2206
|
+
|
|
2207
|
+
````text
|
|
2208
|
+
Copyright (c) 2016 Alex Crichton
|
|
2209
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2210
|
+
|
|
2211
|
+
Permission is hereby granted, free of charge, to any
|
|
2212
|
+
person obtaining a copy of this software and associated
|
|
2213
|
+
documentation files (the "Software"), to deal in the
|
|
2214
|
+
Software without restriction, including without
|
|
2215
|
+
limitation the rights to use, copy, modify, merge,
|
|
2216
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2217
|
+
the Software, and to permit persons to whom the Software
|
|
2218
|
+
is furnished to do so, subject to the following
|
|
2219
|
+
conditions:
|
|
2220
|
+
|
|
2221
|
+
The above copyright notice and this permission notice
|
|
2222
|
+
shall be included in all copies or substantial portions
|
|
2223
|
+
of the Software.
|
|
2224
|
+
|
|
2225
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2226
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2227
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2228
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2229
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2230
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2231
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2232
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2233
|
+
DEALINGS IN THE SOFTWARE.
|
|
2234
|
+
|
|
2235
|
+
````
|
|
2236
|
+
|
|
2237
|
+
---
|
|
2238
|
+
|
|
2239
|
+
## The following dependencies are licensed under the MIT License:
|
|
2240
|
+
|
|
2241
|
+
### Rust Crates:
|
|
2242
|
+
|
|
2243
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2244
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2245
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2191
2246
|
|
|
2192
2247
|
````text
|
|
2193
2248
|
MIT License
|
|
2194
2249
|
|
|
2195
|
-
Copyright (c)
|
|
2250
|
+
Copyright (c) 2017 Ted Driggs
|
|
2196
2251
|
|
|
2197
2252
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2198
2253
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2211,6 +2266,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2211
2266
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2212
2267
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2213
2268
|
SOFTWARE.
|
|
2269
|
+
|
|
2214
2270
|
````
|
|
2215
2271
|
|
|
2216
2272
|
---
|
|
@@ -2219,12 +2275,10 @@ SOFTWARE.
|
|
|
2219
2275
|
|
|
2220
2276
|
### Rust Crates:
|
|
2221
2277
|
|
|
2222
|
-
- [
|
|
2278
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2223
2279
|
|
|
2224
2280
|
````text
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
Copyright (c) 2015 Alice Maz
|
|
2281
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2228
2282
|
|
|
2229
2283
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2230
2284
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2252,12 +2306,14 @@ THE SOFTWARE.
|
|
|
2252
2306
|
|
|
2253
2307
|
### Rust Crates:
|
|
2254
2308
|
|
|
2255
|
-
- [
|
|
2309
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2310
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2311
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2256
2312
|
|
|
2257
2313
|
````text
|
|
2258
|
-
|
|
2314
|
+
MIT License
|
|
2259
2315
|
|
|
2260
|
-
Copyright (c)
|
|
2316
|
+
Copyright (c) Tokio Contributors
|
|
2261
2317
|
|
|
2262
2318
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2263
2319
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2266,16 +2322,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2266
2322
|
copies of the Software, and to permit persons to whom the Software is
|
|
2267
2323
|
furnished to do so, subject to the following conditions:
|
|
2268
2324
|
|
|
2269
|
-
The above copyright notice and this permission notice shall be included in
|
|
2270
|
-
|
|
2325
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2326
|
+
copies or substantial portions of the Software.
|
|
2271
2327
|
|
|
2272
2328
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2273
2329
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2274
2330
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2275
2331
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2276
2332
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2277
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2278
|
-
|
|
2333
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2334
|
+
SOFTWARE.
|
|
2279
2335
|
|
|
2280
2336
|
````
|
|
2281
2337
|
|
|
@@ -2285,10 +2341,11 @@ THE SOFTWARE.
|
|
|
2285
2341
|
|
|
2286
2342
|
### Rust Crates:
|
|
2287
2343
|
|
|
2288
|
-
- [
|
|
2344
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2289
2345
|
|
|
2290
2346
|
````text
|
|
2291
|
-
Copyright (c)
|
|
2347
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2348
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2292
2349
|
|
|
2293
2350
|
Permission is hereby granted, free of charge, to any
|
|
2294
2351
|
person obtaining a copy of this software and associated
|
|
@@ -2322,13 +2379,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2322
2379
|
|
|
2323
2380
|
### Rust Crates:
|
|
2324
2381
|
|
|
2325
|
-
- [
|
|
2326
|
-
- [
|
|
2382
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2383
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2384
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2385
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2327
2386
|
|
|
2328
2387
|
````text
|
|
2329
|
-
Copyright (c)
|
|
2330
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2331
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2388
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2332
2389
|
|
|
2333
2390
|
Permission is hereby granted, free of charge, to any
|
|
2334
2391
|
person obtaining a copy of this software and associated
|
|
@@ -2362,10 +2419,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2362
2419
|
|
|
2363
2420
|
### Rust Crates:
|
|
2364
2421
|
|
|
2365
|
-
- [
|
|
2422
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2366
2423
|
|
|
2367
2424
|
````text
|
|
2368
|
-
|
|
2425
|
+
MIT License
|
|
2426
|
+
|
|
2427
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2369
2428
|
|
|
2370
2429
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2371
2430
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2374,16 +2433,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2374
2433
|
copies of the Software, and to permit persons to whom the Software is
|
|
2375
2434
|
furnished to do so, subject to the following conditions:
|
|
2376
2435
|
|
|
2377
|
-
The above copyright notice and this permission notice shall be included in
|
|
2378
|
-
|
|
2436
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2437
|
+
copies or substantial portions of the Software.
|
|
2379
2438
|
|
|
2380
2439
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2381
2440
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2382
2441
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2383
2442
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2384
2443
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2385
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2386
|
-
|
|
2444
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2445
|
+
SOFTWARE.
|
|
2387
2446
|
|
|
2388
2447
|
````
|
|
2389
2448
|
|
|
@@ -2393,10 +2452,10 @@ THE SOFTWARE.
|
|
|
2393
2452
|
|
|
2394
2453
|
### Rust Crates:
|
|
2395
2454
|
|
|
2396
|
-
- [
|
|
2455
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2397
2456
|
|
|
2398
2457
|
````text
|
|
2399
|
-
Copyright (c) The
|
|
2458
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2400
2459
|
|
|
2401
2460
|
Permission is hereby granted, free of charge, to any
|
|
2402
2461
|
person obtaining a copy of this software and associated
|
|
@@ -2430,11 +2489,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2430
2489
|
|
|
2431
2490
|
### Rust Crates:
|
|
2432
2491
|
|
|
2433
|
-
- [
|
|
2492
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2434
2493
|
|
|
2435
2494
|
````text
|
|
2436
|
-
|
|
2437
|
-
|
|
2495
|
+
The MIT License (MIT)
|
|
2496
|
+
|
|
2497
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2438
2498
|
|
|
2439
2499
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2440
2500
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2443,17 +2503,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2443
2503
|
copies of the Software, and to permit persons to whom the Software is
|
|
2444
2504
|
furnished to do so, subject to the following conditions:
|
|
2445
2505
|
|
|
2446
|
-
The above copyright notice and this permission notice shall be included in
|
|
2447
|
-
|
|
2506
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2507
|
+
copies or substantial portions of the Software.
|
|
2448
2508
|
|
|
2449
2509
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2450
2510
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2451
2511
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2452
2512
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2453
2513
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2454
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2455
|
-
|
|
2514
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2515
|
+
SOFTWARE.
|
|
2456
2516
|
|
|
2517
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2518
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2457
2519
|
````
|
|
2458
2520
|
|
|
2459
2521
|
---
|
|
@@ -2462,12 +2524,54 @@ THE SOFTWARE.
|
|
|
2462
2524
|
|
|
2463
2525
|
### Rust Crates:
|
|
2464
2526
|
|
|
2465
|
-
- [
|
|
2527
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2528
|
+
|
|
2529
|
+
````text
|
|
2530
|
+
Copyright (c) 2017 Carl Lerche
|
|
2531
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2532
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2533
|
+
|
|
2534
|
+
Permission is hereby granted, free of charge, to any
|
|
2535
|
+
person obtaining a copy of this software and associated
|
|
2536
|
+
documentation files (the "Software"), to deal in the
|
|
2537
|
+
Software without restriction, including without
|
|
2538
|
+
limitation the rights to use, copy, modify, merge,
|
|
2539
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2540
|
+
the Software, and to permit persons to whom the Software
|
|
2541
|
+
is furnished to do so, subject to the following
|
|
2542
|
+
conditions:
|
|
2543
|
+
|
|
2544
|
+
The above copyright notice and this permission notice
|
|
2545
|
+
shall be included in all copies or substantial portions
|
|
2546
|
+
of the Software.
|
|
2547
|
+
|
|
2548
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2549
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2550
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2551
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2552
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2553
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2554
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2555
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2556
|
+
DEALINGS IN THE SOFTWARE.
|
|
2557
|
+
|
|
2558
|
+
````
|
|
2559
|
+
|
|
2560
|
+
---
|
|
2561
|
+
|
|
2562
|
+
## The following dependencies are licensed under the MIT License:
|
|
2563
|
+
|
|
2564
|
+
### Rust Crates:
|
|
2565
|
+
|
|
2566
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2466
2567
|
|
|
2467
2568
|
````text
|
|
2468
2569
|
MIT License
|
|
2469
2570
|
|
|
2470
|
-
Copyright
|
|
2571
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2572
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2573
|
+
Copyright (c) 2017 Frommi
|
|
2574
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2471
2575
|
|
|
2472
2576
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2473
2577
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2495,10 +2599,10 @@ SOFTWARE.
|
|
|
2495
2599
|
|
|
2496
2600
|
### Rust Crates:
|
|
2497
2601
|
|
|
2498
|
-
- [
|
|
2602
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2499
2603
|
|
|
2500
2604
|
````text
|
|
2501
|
-
Copyright (c)
|
|
2605
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2502
2606
|
|
|
2503
2607
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2504
2608
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2518,7 +2622,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2518
2622
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2519
2623
|
THE SOFTWARE.
|
|
2520
2624
|
|
|
2521
|
-
|
|
2522
2625
|
````
|
|
2523
2626
|
|
|
2524
2627
|
---
|
|
@@ -2527,34 +2630,16 @@ THE SOFTWARE.
|
|
|
2527
2630
|
|
|
2528
2631
|
### Rust Crates:
|
|
2529
2632
|
|
|
2530
|
-
- [
|
|
2633
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2531
2634
|
|
|
2532
2635
|
````text
|
|
2533
|
-
Copyright
|
|
2636
|
+
Copyright 2016 Nika Layzell
|
|
2534
2637
|
|
|
2535
|
-
Permission is hereby granted, free of charge, to any
|
|
2536
|
-
person obtaining a copy of this software and associated
|
|
2537
|
-
documentation files (the "Software"), to deal in the
|
|
2538
|
-
Software without restriction, including without
|
|
2539
|
-
limitation the rights to use, copy, modify, merge,
|
|
2540
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2541
|
-
the Software, and to permit persons to whom the Software
|
|
2542
|
-
is furnished to do so, subject to the following
|
|
2543
|
-
conditions:
|
|
2638
|
+
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:
|
|
2544
2639
|
|
|
2545
|
-
The above copyright notice and this permission notice
|
|
2546
|
-
shall be included in all copies or substantial portions
|
|
2547
|
-
of the Software.
|
|
2640
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2548
2641
|
|
|
2549
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2550
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2551
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2552
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2553
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2554
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2555
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2556
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2557
|
-
DEALINGS IN THE SOFTWARE.
|
|
2642
|
+
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.
|
|
2558
2643
|
|
|
2559
2644
|
````
|
|
2560
2645
|
|
|
@@ -2562,14 +2647,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2562
2647
|
|
|
2563
2648
|
## The following dependencies are licensed under the MIT License:
|
|
2564
2649
|
|
|
2565
|
-
###
|
|
2650
|
+
### Rust Crates:
|
|
2566
2651
|
|
|
2567
|
-
- [
|
|
2652
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2568
2653
|
|
|
2569
2654
|
````text
|
|
2570
|
-
|
|
2655
|
+
MIT License
|
|
2571
2656
|
|
|
2572
|
-
Copyright (c)
|
|
2657
|
+
Copyright (c) 2025 rutrum
|
|
2573
2658
|
|
|
2574
2659
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2575
2660
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2578,17 +2663,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2578
2663
|
copies of the Software, and to permit persons to whom the Software is
|
|
2579
2664
|
furnished to do so, subject to the following conditions:
|
|
2580
2665
|
|
|
2581
|
-
The above copyright notice and this permission notice shall be included in
|
|
2582
|
-
|
|
2666
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2667
|
+
copies or substantial portions of the Software.
|
|
2583
2668
|
|
|
2584
2669
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2585
2670
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2586
2671
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2587
2672
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2588
2673
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2589
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2590
|
-
|
|
2591
|
-
|
|
2674
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2675
|
+
SOFTWARE.
|
|
2592
2676
|
````
|
|
2593
2677
|
|
|
2594
2678
|
---
|
|
@@ -2597,12 +2681,14 @@ THE SOFTWARE.
|
|
|
2597
2681
|
|
|
2598
2682
|
### Rust Crates:
|
|
2599
2683
|
|
|
2600
|
-
- [
|
|
2684
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2685
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2686
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2601
2687
|
|
|
2602
2688
|
````text
|
|
2603
|
-
|
|
2689
|
+
MIT License
|
|
2604
2690
|
|
|
2605
|
-
Copyright (c)
|
|
2691
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2606
2692
|
|
|
2607
2693
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2608
2694
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2622,8 +2708,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2622
2708
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2623
2709
|
SOFTWARE.
|
|
2624
2710
|
|
|
2625
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2626
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2627
2711
|
````
|
|
2628
2712
|
|
|
2629
2713
|
---
|
|
@@ -2632,28 +2716,30 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2632
2716
|
|
|
2633
2717
|
### Rust Crates:
|
|
2634
2718
|
|
|
2635
|
-
- [
|
|
2719
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2720
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2636
2721
|
|
|
2637
2722
|
````text
|
|
2638
|
-
|
|
2723
|
+
The MIT License (MIT)
|
|
2639
2724
|
|
|
2640
|
-
|
|
2641
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2642
|
-
in the Software without restriction, including without limitation the rights
|
|
2643
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2644
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2645
|
-
furnished to do so, subject to the following conditions:
|
|
2725
|
+
Copyright (c) 2015 Steven Fackler
|
|
2646
2726
|
|
|
2647
|
-
|
|
2648
|
-
|
|
2727
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2728
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2729
|
+
the Software without restriction, including without limitation the rights to
|
|
2730
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2731
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2732
|
+
subject to the following conditions:
|
|
2733
|
+
|
|
2734
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2735
|
+
copies or substantial portions of the Software.
|
|
2649
2736
|
|
|
2650
2737
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2651
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
THE SOFTWARE.
|
|
2738
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2739
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2740
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2741
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2742
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2657
2743
|
|
|
2658
2744
|
````
|
|
2659
2745
|
|
|
@@ -2663,34 +2749,19 @@ THE SOFTWARE.
|
|
|
2663
2749
|
|
|
2664
2750
|
### Rust Crates:
|
|
2665
2751
|
|
|
2666
|
-
- [
|
|
2752
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2753
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2667
2754
|
|
|
2668
2755
|
````text
|
|
2669
|
-
|
|
2756
|
+
The MIT License (MIT)
|
|
2670
2757
|
|
|
2671
|
-
|
|
2672
|
-
person obtaining a copy of this software and associated
|
|
2673
|
-
documentation files (the "Software"), to deal in the
|
|
2674
|
-
Software without restriction, including without
|
|
2675
|
-
limitation the rights to use, copy, modify, merge,
|
|
2676
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2677
|
-
the Software, and to permit persons to whom the Software
|
|
2678
|
-
is furnished to do so, subject to the following
|
|
2679
|
-
conditions:
|
|
2758
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2680
2759
|
|
|
2681
|
-
|
|
2682
|
-
shall be included in all copies or substantial portions
|
|
2683
|
-
of the Software.
|
|
2760
|
+
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:
|
|
2684
2761
|
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2688
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2689
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2690
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2691
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2692
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2693
|
-
DEALINGS IN THE SOFTWARE.
|
|
2762
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2763
|
+
|
|
2764
|
+
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.
|
|
2694
2765
|
|
|
2695
2766
|
````
|
|
2696
2767
|
|
|
@@ -2698,16 +2769,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2698
2769
|
|
|
2699
2770
|
## The following dependencies are licensed under the MIT License:
|
|
2700
2771
|
|
|
2701
|
-
###
|
|
2772
|
+
### NPM Packages:
|
|
2702
2773
|
|
|
2703
|
-
- [
|
|
2704
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2705
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2774
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2706
2775
|
|
|
2707
2776
|
````text
|
|
2708
2777
|
MIT License
|
|
2709
2778
|
|
|
2710
|
-
Copyright (c)
|
|
2779
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2711
2780
|
|
|
2712
2781
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2713
2782
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2727,6 +2796,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2727
2796
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2728
2797
|
SOFTWARE.
|
|
2729
2798
|
|
|
2799
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2800
|
+
|
|
2730
2801
|
````
|
|
2731
2802
|
|
|
2732
2803
|
---
|
|
@@ -2735,9 +2806,11 @@ SOFTWARE.
|
|
|
2735
2806
|
|
|
2736
2807
|
### Rust Crates:
|
|
2737
2808
|
|
|
2738
|
-
- [
|
|
2809
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2739
2810
|
|
|
2740
2811
|
````text
|
|
2812
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2813
|
+
|
|
2741
2814
|
Permission is hereby granted, free of charge, to any
|
|
2742
2815
|
person obtaining a copy of this software and associated
|
|
2743
2816
|
documentation files (the "Software"), to deal in the
|
|
@@ -2761,68 +2834,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2761
2834
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2762
2835
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2763
2836
|
DEALINGS IN THE SOFTWARE.
|
|
2764
|
-
````
|
|
2765
|
-
|
|
2766
|
-
---
|
|
2767
|
-
|
|
2768
|
-
## The following dependencies are licensed under the MIT License:
|
|
2769
|
-
|
|
2770
|
-
### Rust Crates:
|
|
2771
|
-
|
|
2772
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2773
|
-
|
|
2774
|
-
````text
|
|
2775
|
-
Copyright (c) 2018 directories-rs contributors
|
|
2776
|
-
|
|
2777
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2778
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2779
|
-
in the Software without restriction, including without limitation the rights
|
|
2780
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2781
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2782
|
-
furnished to do so, subject to the following conditions:
|
|
2783
|
-
|
|
2784
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2785
|
-
copies or substantial portions of the Software.
|
|
2786
|
-
|
|
2787
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2788
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2789
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2790
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2791
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2792
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2793
|
-
SOFTWARE.
|
|
2794
|
-
|
|
2795
|
-
````
|
|
2796
|
-
|
|
2797
|
-
---
|
|
2798
|
-
|
|
2799
|
-
## The following dependencies are licensed under the MIT License:
|
|
2800
|
-
|
|
2801
|
-
### Rust Crates:
|
|
2802
|
-
|
|
2803
|
-
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2804
|
-
|
|
2805
|
-
````text
|
|
2806
|
-
Copyright (c) 2015-2025 Sean McArthur
|
|
2807
|
-
|
|
2808
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2809
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2810
|
-
in the Software without restriction, including without limitation the rights
|
|
2811
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2812
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2813
|
-
furnished to do so, subject to the following conditions:
|
|
2814
|
-
|
|
2815
|
-
The above copyright notice and this permission notice shall be included in
|
|
2816
|
-
all copies or substantial portions of the Software.
|
|
2817
|
-
|
|
2818
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2819
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2820
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2821
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2822
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2823
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2824
|
-
THE SOFTWARE.
|
|
2825
|
-
|
|
2826
2837
|
|
|
2827
2838
|
````
|
|
2828
2839
|
|
|
@@ -2832,13 +2843,10 @@ THE SOFTWARE.
|
|
|
2832
2843
|
|
|
2833
2844
|
### Rust Crates:
|
|
2834
2845
|
|
|
2835
|
-
- [
|
|
2836
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2837
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2838
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2846
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2839
2847
|
|
|
2840
2848
|
````text
|
|
2841
|
-
Copyright (c)
|
|
2849
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2842
2850
|
|
|
2843
2851
|
Permission is hereby granted, free of charge, to any
|
|
2844
2852
|
person obtaining a copy of this software and associated
|
|
@@ -2872,32 +2880,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2872
2880
|
|
|
2873
2881
|
### Rust Crates:
|
|
2874
2882
|
|
|
2875
|
-
- [
|
|
2883
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2876
2884
|
|
|
2877
2885
|
````text
|
|
2878
|
-
The
|
|
2879
|
-
|
|
2880
|
-
Copyright (c) 2015 Danny Guo
|
|
2881
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2882
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2886
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2887
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2883
2888
|
|
|
2884
|
-
Permission is hereby granted, free of charge, to any
|
|
2885
|
-
of this software and associated
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2889
|
+
Permission is hereby granted, free of charge, to any
|
|
2890
|
+
person obtaining a copy of this software and associated
|
|
2891
|
+
documentation files (the "Software"), to deal in the
|
|
2892
|
+
Software without restriction, including without
|
|
2893
|
+
limitation the rights to use, copy, modify, merge,
|
|
2894
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2895
|
+
the Software, and to permit persons to whom the Software
|
|
2896
|
+
is furnished to do so, subject to the following
|
|
2897
|
+
conditions:
|
|
2890
2898
|
|
|
2891
|
-
The above copyright notice and this permission notice
|
|
2892
|
-
copies or substantial portions
|
|
2899
|
+
The above copyright notice and this permission notice
|
|
2900
|
+
shall be included in all copies or substantial portions
|
|
2901
|
+
of the Software.
|
|
2893
2902
|
|
|
2894
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2895
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2903
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2904
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2905
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2906
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2907
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2908
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2909
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2910
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2911
|
+
DEALINGS IN THE SOFTWARE.
|
|
2901
2912
|
|
|
2902
2913
|
````
|
|
2903
2914
|
|
|
@@ -2940,47 +2951,13 @@ SOFTWARE.
|
|
|
2940
2951
|
|
|
2941
2952
|
### Rust Crates:
|
|
2942
2953
|
|
|
2943
|
-
- [
|
|
2944
|
-
|
|
2945
|
-
````text
|
|
2946
|
-
Copyright (c) 2019-2021 Tower Contributors
|
|
2947
|
-
|
|
2948
|
-
Permission is hereby granted, free of charge, to any
|
|
2949
|
-
person obtaining a copy of this software and associated
|
|
2950
|
-
documentation files (the "Software"), to deal in the
|
|
2951
|
-
Software without restriction, including without
|
|
2952
|
-
limitation the rights to use, copy, modify, merge,
|
|
2953
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2954
|
-
the Software, and to permit persons to whom the Software
|
|
2955
|
-
is furnished to do so, subject to the following
|
|
2956
|
-
conditions:
|
|
2957
|
-
|
|
2958
|
-
The above copyright notice and this permission notice
|
|
2959
|
-
shall be included in all copies or substantial portions
|
|
2960
|
-
of the Software.
|
|
2961
|
-
|
|
2962
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2963
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2964
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2965
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2966
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2967
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2968
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2969
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2970
|
-
DEALINGS IN THE SOFTWARE.
|
|
2971
|
-
|
|
2972
|
-
````
|
|
2973
|
-
|
|
2974
|
-
---
|
|
2975
|
-
|
|
2976
|
-
## The following dependencies are licensed under the MIT License:
|
|
2977
|
-
|
|
2978
|
-
### Rust Crates:
|
|
2979
|
-
|
|
2980
|
-
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2954
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2955
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2981
2956
|
|
|
2982
2957
|
````text
|
|
2983
|
-
Copyright (c)
|
|
2958
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2959
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2960
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2984
2961
|
|
|
2985
2962
|
Permission is hereby granted, free of charge, to any
|
|
2986
2963
|
person obtaining a copy of this software and associated
|
|
@@ -3014,13 +2991,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3014
2991
|
|
|
3015
2992
|
### Rust Crates:
|
|
3016
2993
|
|
|
3017
|
-
- [
|
|
2994
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3018
2995
|
|
|
3019
2996
|
````text
|
|
3020
2997
|
MIT License
|
|
3021
2998
|
|
|
3022
|
-
Copyright (c)
|
|
3023
|
-
Copyright (c) Tokio Contributors
|
|
2999
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3024
3000
|
|
|
3025
3001
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3026
3002
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3048,10 +3024,10 @@ SOFTWARE.
|
|
|
3048
3024
|
|
|
3049
3025
|
### Rust Crates:
|
|
3050
3026
|
|
|
3051
|
-
- [
|
|
3027
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3052
3028
|
|
|
3053
3029
|
````text
|
|
3054
|
-
Copyright (c)
|
|
3030
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3055
3031
|
|
|
3056
3032
|
Permission is hereby granted, free of charge, to any
|
|
3057
3033
|
person obtaining a copy of this software and associated
|
|
@@ -3085,30 +3061,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3085
3061
|
|
|
3086
3062
|
### Rust Crates:
|
|
3087
3063
|
|
|
3088
|
-
- [
|
|
3064
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
3065
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3089
3066
|
|
|
3090
3067
|
````text
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
furnished to do so, subject to the following
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3068
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
3069
|
+
|
|
3070
|
+
Permission is hereby granted, free of charge, to any
|
|
3071
|
+
person obtaining a copy of this software and associated
|
|
3072
|
+
documentation files (the "Software"), to deal in the
|
|
3073
|
+
Software without restriction, including without
|
|
3074
|
+
limitation the rights to use, copy, modify, merge,
|
|
3075
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3076
|
+
the Software, and to permit persons to whom the Software
|
|
3077
|
+
is furnished to do so, subject to the following
|
|
3078
|
+
conditions:
|
|
3079
|
+
|
|
3080
|
+
The above copyright notice and this permission notice
|
|
3081
|
+
shall be included in all copies or substantial portions
|
|
3082
|
+
of the Software.
|
|
3083
|
+
|
|
3084
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3085
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3086
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3087
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3088
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3089
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3090
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3091
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3092
|
+
DEALINGS IN THE SOFTWARE.
|
|
3093
|
+
|
|
3112
3094
|
````
|
|
3113
3095
|
|
|
3114
3096
|
---
|
|
@@ -3117,11 +3099,39 @@ SOFTWARE.
|
|
|
3117
3099
|
|
|
3118
3100
|
### Rust Crates:
|
|
3119
3101
|
|
|
3120
|
-
- [
|
|
3102
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3103
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3104
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3105
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3106
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3107
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3108
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3109
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3110
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3111
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3112
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3113
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3114
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3115
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3116
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3117
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3118
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3119
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3120
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
3121
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3122
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3123
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3124
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3125
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3126
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3127
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3128
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3129
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3130
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3131
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3132
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3121
3133
|
|
|
3122
3134
|
````text
|
|
3123
|
-
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3124
|
-
|
|
3125
3135
|
Permission is hereby granted, free of charge, to any
|
|
3126
3136
|
person obtaining a copy of this software and associated
|
|
3127
3137
|
documentation files (the "Software"), to deal in the
|
|
@@ -3154,12 +3164,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3154
3164
|
|
|
3155
3165
|
### Rust Crates:
|
|
3156
3166
|
|
|
3157
|
-
- [
|
|
3158
|
-
- [
|
|
3159
|
-
- [
|
|
3167
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3168
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3169
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3170
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3160
3171
|
|
|
3161
3172
|
````text
|
|
3162
|
-
|
|
3173
|
+
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:
|
|
3174
|
+
|
|
3175
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3176
|
+
|
|
3177
|
+
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.
|
|
3178
|
+
````
|
|
3179
|
+
|
|
3180
|
+
---
|
|
3181
|
+
|
|
3182
|
+
## The following dependencies are licensed under the MIT License:
|
|
3183
|
+
|
|
3184
|
+
### Rust Crates:
|
|
3185
|
+
|
|
3186
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3187
|
+
|
|
3188
|
+
````text
|
|
3189
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3163
3190
|
|
|
3164
3191
|
Permission is hereby granted, free of charge, to any
|
|
3165
3192
|
person obtaining a copy of this software and associated
|
|
@@ -3193,13 +3220,84 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3193
3220
|
|
|
3194
3221
|
### Rust Crates:
|
|
3195
3222
|
|
|
3196
|
-
- [
|
|
3197
|
-
|
|
3223
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3224
|
+
|
|
3225
|
+
````text
|
|
3226
|
+
The MIT License (MIT)
|
|
3227
|
+
|
|
3228
|
+
Copyright (c) 2015 Danny Guo
|
|
3229
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3230
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3231
|
+
|
|
3232
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3233
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3234
|
+
in the Software without restriction, including without limitation the rights
|
|
3235
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3236
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3237
|
+
furnished to do so, subject to the following conditions:
|
|
3238
|
+
|
|
3239
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3240
|
+
copies or substantial portions of the Software.
|
|
3241
|
+
|
|
3242
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3243
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3244
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3245
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3246
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3247
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3248
|
+
SOFTWARE.
|
|
3249
|
+
|
|
3250
|
+
````
|
|
3251
|
+
|
|
3252
|
+
---
|
|
3253
|
+
|
|
3254
|
+
## The following dependencies are licensed under the MIT License:
|
|
3255
|
+
|
|
3256
|
+
### Rust Crates:
|
|
3257
|
+
|
|
3258
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3259
|
+
|
|
3260
|
+
````text
|
|
3261
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3262
|
+
|
|
3263
|
+
Permission is hereby granted, free of charge, to any
|
|
3264
|
+
person obtaining a copy of this software and associated
|
|
3265
|
+
documentation files (the "Software"), to deal in the
|
|
3266
|
+
Software without restriction, including without
|
|
3267
|
+
limitation the rights to use, copy, modify, merge,
|
|
3268
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3269
|
+
the Software, and to permit persons to whom the Software
|
|
3270
|
+
is furnished to do so, subject to the following
|
|
3271
|
+
conditions:
|
|
3272
|
+
|
|
3273
|
+
The above copyright notice and this permission notice
|
|
3274
|
+
shall be included in all copies or substantial portions
|
|
3275
|
+
of the Software.
|
|
3276
|
+
|
|
3277
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3278
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3279
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3280
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3281
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3282
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3283
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3284
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3285
|
+
DEALINGS IN THE SOFTWARE.
|
|
3286
|
+
|
|
3287
|
+
````
|
|
3288
|
+
|
|
3289
|
+
---
|
|
3290
|
+
|
|
3291
|
+
## The following dependencies are licensed under the MIT License:
|
|
3292
|
+
|
|
3293
|
+
### NPM Packages:
|
|
3294
|
+
|
|
3295
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3198
3296
|
|
|
3199
3297
|
````text
|
|
3200
3298
|
MIT License
|
|
3201
3299
|
|
|
3202
|
-
Copyright (c)
|
|
3300
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3203
3301
|
|
|
3204
3302
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3205
3303
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3227,10 +3325,12 @@ SOFTWARE.
|
|
|
3227
3325
|
|
|
3228
3326
|
### Rust Crates:
|
|
3229
3327
|
|
|
3230
|
-
- [
|
|
3328
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
3231
3329
|
|
|
3232
3330
|
````text
|
|
3233
|
-
|
|
3331
|
+
The MIT License (MIT)
|
|
3332
|
+
|
|
3333
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
3234
3334
|
|
|
3235
3335
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3236
3336
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3258,10 +3358,10 @@ THE SOFTWARE.
|
|
|
3258
3358
|
|
|
3259
3359
|
### Rust Crates:
|
|
3260
3360
|
|
|
3261
|
-
- [
|
|
3361
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3262
3362
|
|
|
3263
3363
|
````text
|
|
3264
|
-
Copyright (c)
|
|
3364
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3265
3365
|
|
|
3266
3366
|
Permission is hereby granted, free of charge, to any
|
|
3267
3367
|
person obtaining a copy of this software and associated
|
|
@@ -3286,6 +3386,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3286
3386
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3287
3387
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3288
3388
|
DEALINGS IN THE SOFTWARE.
|
|
3389
|
+
|
|
3289
3390
|
````
|
|
3290
3391
|
|
|
3291
3392
|
---
|
|
@@ -3294,10 +3395,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3294
3395
|
|
|
3295
3396
|
### Rust Crates:
|
|
3296
3397
|
|
|
3297
|
-
- [
|
|
3398
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3298
3399
|
|
|
3299
3400
|
````text
|
|
3300
|
-
Copyright (c) 2017
|
|
3401
|
+
Copyright (c) 2016--2017
|
|
3301
3402
|
|
|
3302
3403
|
Permission is hereby granted, free of charge, to any
|
|
3303
3404
|
person obtaining a copy of this software and associated
|
|
@@ -3329,34 +3430,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3329
3430
|
|
|
3330
3431
|
## The following dependencies are licensed under the MIT License:
|
|
3331
3432
|
|
|
3332
|
-
###
|
|
3433
|
+
### Rust Crates:
|
|
3333
3434
|
|
|
3334
|
-
- [
|
|
3435
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3335
3436
|
|
|
3336
3437
|
````text
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3340
|
-
|
|
3341
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3342
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3343
|
-
in the Software without restriction, including without limitation the rights
|
|
3344
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3345
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3346
|
-
furnished to do so, subject to the following conditions:
|
|
3438
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3347
3439
|
|
|
3348
|
-
|
|
3349
|
-
|
|
3440
|
+
Permission is hereby granted, free of charge, to any
|
|
3441
|
+
person obtaining a copy of this software and associated
|
|
3442
|
+
documentation files (the "Software"), to deal in the
|
|
3443
|
+
Software without restriction, including without
|
|
3444
|
+
limitation the rights to use, copy, modify, merge,
|
|
3445
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3446
|
+
the Software, and to permit persons to whom the Software
|
|
3447
|
+
is furnished to do so, subject to the following
|
|
3448
|
+
conditions:
|
|
3350
3449
|
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3355
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3356
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3357
|
-
SOFTWARE.
|
|
3450
|
+
The above copyright notice and this permission notice
|
|
3451
|
+
shall be included in all copies or substantial portions
|
|
3452
|
+
of the Software.
|
|
3358
3453
|
|
|
3359
|
-
|
|
3454
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3455
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3456
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3457
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3458
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3459
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3460
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3461
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3462
|
+
DEALINGS IN THE SOFTWARE.
|
|
3360
3463
|
|
|
3361
3464
|
````
|
|
3362
3465
|
|
|
@@ -3366,19 +3469,10 @@ SOFTWARE.
|
|
|
3366
3469
|
|
|
3367
3470
|
### Rust Crates:
|
|
3368
3471
|
|
|
3369
|
-
- [
|
|
3370
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3371
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3372
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3373
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3374
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3375
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3376
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3377
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3472
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3378
3473
|
|
|
3379
3474
|
````text
|
|
3380
|
-
Copyright (c)
|
|
3381
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3475
|
+
Copyright (c) The Rust Project Developers
|
|
3382
3476
|
|
|
3383
3477
|
Permission is hereby granted, free of charge, to any
|
|
3384
3478
|
person obtaining a copy of this software and associated
|
|
@@ -3412,19 +3506,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3412
3506
|
|
|
3413
3507
|
### Rust Crates:
|
|
3414
3508
|
|
|
3415
|
-
- [
|
|
3416
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3509
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3417
3510
|
|
|
3418
3511
|
````text
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3512
|
+
MIT License
|
|
3422
3513
|
|
|
3423
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3514
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3515
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3516
|
+
in the Software without restriction, including without limitation the rights
|
|
3517
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3518
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3519
|
+
furnished to do so, subject to the following conditions:
|
|
3424
3520
|
|
|
3425
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3521
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3522
|
+
copies or substantial portions of the Software.
|
|
3426
3523
|
|
|
3427
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3524
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3525
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3526
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3527
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3528
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3529
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3530
|
+
SOFTWARE.
|
|
3428
3531
|
|
|
3429
3532
|
````
|
|
3430
3533
|
|
|
@@ -3432,14 +3535,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3432
3535
|
|
|
3433
3536
|
## The following dependencies are licensed under the MIT License:
|
|
3434
3537
|
|
|
3435
|
-
###
|
|
3538
|
+
### NPM Packages:
|
|
3436
3539
|
|
|
3437
|
-
- [
|
|
3540
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3438
3541
|
|
|
3439
3542
|
````text
|
|
3440
3543
|
The MIT License (MIT)
|
|
3441
3544
|
|
|
3442
|
-
Copyright (c)
|
|
3545
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3443
3546
|
|
|
3444
3547
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3445
3548
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3459,6 +3562,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3459
3562
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3460
3563
|
SOFTWARE.
|
|
3461
3564
|
|
|
3565
|
+
|
|
3462
3566
|
````
|
|
3463
3567
|
|
|
3464
3568
|
---
|
|
@@ -3467,12 +3571,10 @@ SOFTWARE.
|
|
|
3467
3571
|
|
|
3468
3572
|
### Rust Crates:
|
|
3469
3573
|
|
|
3470
|
-
- [
|
|
3574
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
3471
3575
|
|
|
3472
3576
|
````text
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
3577
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
3476
3578
|
|
|
3477
3579
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3478
3580
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3534,72 +3636,30 @@ SOFTWARE.
|
|
|
3534
3636
|
|
|
3535
3637
|
### Rust Crates:
|
|
3536
3638
|
|
|
3537
|
-
- [
|
|
3639
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3538
3640
|
|
|
3539
3641
|
````text
|
|
3540
|
-
|
|
3541
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3542
|
-
|
|
3543
|
-
Permission is hereby granted, free of charge, to any
|
|
3544
|
-
person obtaining a copy of this software and associated
|
|
3545
|
-
documentation files (the "Software"), to deal in the
|
|
3546
|
-
Software without restriction, including without
|
|
3547
|
-
limitation the rights to use, copy, modify, merge,
|
|
3548
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3549
|
-
the Software, and to permit persons to whom the Software
|
|
3550
|
-
is furnished to do so, subject to the following
|
|
3551
|
-
conditions:
|
|
3552
|
-
|
|
3553
|
-
The above copyright notice and this permission notice
|
|
3554
|
-
shall be included in all copies or substantial portions
|
|
3555
|
-
of the Software.
|
|
3556
|
-
|
|
3557
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3558
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3559
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3560
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3561
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3562
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3563
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3564
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3565
|
-
DEALINGS IN THE SOFTWARE.
|
|
3566
|
-
|
|
3567
|
-
````
|
|
3568
|
-
|
|
3569
|
-
---
|
|
3570
|
-
|
|
3571
|
-
## The following dependencies are licensed under the MIT License:
|
|
3572
|
-
|
|
3573
|
-
### Rust Crates:
|
|
3574
|
-
|
|
3575
|
-
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3642
|
+
The MIT License (MIT)
|
|
3576
3643
|
|
|
3577
|
-
|
|
3578
|
-
Copyright (c) 2020 Andrew D. Straw
|
|
3644
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3579
3645
|
|
|
3580
|
-
Permission is hereby granted, free of charge, to any
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
the Software, and to permit persons to whom the Software
|
|
3587
|
-
is furnished to do so, subject to the following
|
|
3588
|
-
conditions:
|
|
3646
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3647
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3648
|
+
in the Software without restriction, including without limitation the rights
|
|
3649
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3650
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3651
|
+
furnished to do so, subject to the following conditions:
|
|
3589
3652
|
|
|
3590
|
-
The above copyright notice and this permission notice
|
|
3591
|
-
|
|
3592
|
-
of the Software.
|
|
3653
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3654
|
+
copies or substantial portions of the Software.
|
|
3593
3655
|
|
|
3594
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3602
|
-
DEALINGS IN THE SOFTWARE.
|
|
3656
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3657
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3658
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3659
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3660
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3661
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3662
|
+
SOFTWARE.
|
|
3603
3663
|
|
|
3604
3664
|
````
|
|
3605
3665
|
|
|
@@ -3607,36 +3667,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3607
3667
|
|
|
3608
3668
|
## The following dependencies are licensed under the MIT License:
|
|
3609
3669
|
|
|
3610
|
-
###
|
|
3670
|
+
### NPM Packages:
|
|
3611
3671
|
|
|
3612
|
-
- [
|
|
3672
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
3613
3673
|
|
|
3614
3674
|
````text
|
|
3615
|
-
|
|
3675
|
+
MIT License
|
|
3616
3676
|
|
|
3617
|
-
|
|
3618
|
-
person obtaining a copy of this software and associated
|
|
3619
|
-
documentation files (the "Software"), to deal in the
|
|
3620
|
-
Software without restriction, including without
|
|
3621
|
-
limitation the rights to use, copy, modify, merge,
|
|
3622
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3623
|
-
the Software, and to permit persons to whom the Software
|
|
3624
|
-
is furnished to do so, subject to the following
|
|
3625
|
-
conditions:
|
|
3677
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3626
3678
|
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3679
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3680
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3681
|
+
in the Software without restriction, including without limitation the rights
|
|
3682
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3683
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3684
|
+
furnished to do so, subject to the following conditions:
|
|
3630
3685
|
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
IN
|
|
3639
|
-
|
|
3686
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3687
|
+
copies or substantial portions of the Software.
|
|
3688
|
+
|
|
3689
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3690
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3691
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3692
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3693
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3694
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3695
|
+
SOFTWARE.
|
|
3640
3696
|
|
|
3641
3697
|
````
|
|
3642
3698
|
|
|
@@ -3646,15 +3702,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3646
3702
|
|
|
3647
3703
|
### Rust Crates:
|
|
3648
3704
|
|
|
3649
|
-
- [
|
|
3650
|
-
- [
|
|
3651
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3652
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3653
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3654
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3705
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3706
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3655
3707
|
|
|
3656
3708
|
````text
|
|
3657
|
-
Copyright (c) 2014
|
|
3709
|
+
Copyright (c) 2014 Alex Crichton
|
|
3658
3710
|
|
|
3659
3711
|
Permission is hereby granted, free of charge, to any
|
|
3660
3712
|
person obtaining a copy of this software and associated
|
|
@@ -3688,34 +3740,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3688
3740
|
|
|
3689
3741
|
### Rust Crates:
|
|
3690
3742
|
|
|
3691
|
-
- [
|
|
3743
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3692
3744
|
|
|
3693
3745
|
````text
|
|
3694
|
-
Copyright (c)
|
|
3746
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3695
3747
|
|
|
3696
|
-
Permission is hereby granted, free of charge, to any
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
the Software, and to permit persons to whom the Software
|
|
3703
|
-
is furnished to do so, subject to the following
|
|
3704
|
-
conditions:
|
|
3748
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3749
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3750
|
+
in the Software without restriction, including without limitation the rights
|
|
3751
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3752
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3753
|
+
furnished to do so, subject to the following conditions:
|
|
3705
3754
|
|
|
3706
|
-
The above copyright notice and this permission notice
|
|
3707
|
-
|
|
3708
|
-
of the Software.
|
|
3755
|
+
The above copyright notice and this permission notice shall be included in
|
|
3756
|
+
all copies or substantial portions of the Software.
|
|
3709
3757
|
|
|
3710
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3718
|
-
DEALINGS IN THE SOFTWARE.
|
|
3758
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3759
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3760
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3761
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3762
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3763
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3764
|
+
THE SOFTWARE.
|
|
3719
3765
|
|
|
3720
3766
|
````
|
|
3721
3767
|
|
|
@@ -3725,14 +3771,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3725
3771
|
|
|
3726
3772
|
### Rust Crates:
|
|
3727
3773
|
|
|
3728
|
-
- [
|
|
3729
|
-
- [
|
|
3730
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3774
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
3775
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3731
3776
|
|
|
3732
3777
|
````text
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
Copyright (c) 2017 Ted Driggs
|
|
3778
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
3736
3779
|
|
|
3737
3780
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3738
3781
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3758,13 +3801,43 @@ SOFTWARE.
|
|
|
3758
3801
|
|
|
3759
3802
|
## The following dependencies are licensed under the MIT License:
|
|
3760
3803
|
|
|
3804
|
+
### NPM Packages:
|
|
3805
|
+
|
|
3806
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3807
|
+
|
|
3808
|
+
````text
|
|
3809
|
+
This software is released under the MIT license:
|
|
3810
|
+
|
|
3811
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3812
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3813
|
+
the Software without restriction, including without limitation the rights to
|
|
3814
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3815
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3816
|
+
subject to the following conditions:
|
|
3817
|
+
|
|
3818
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3819
|
+
copies or substantial portions of the Software.
|
|
3820
|
+
|
|
3821
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3822
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3823
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3824
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3825
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3826
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3827
|
+
|
|
3828
|
+
````
|
|
3829
|
+
|
|
3830
|
+
---
|
|
3831
|
+
|
|
3832
|
+
## The following dependencies are licensed under the MIT License:
|
|
3833
|
+
|
|
3761
3834
|
### Rust Crates:
|
|
3762
3835
|
|
|
3763
|
-
- [
|
|
3836
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3764
3837
|
|
|
3765
3838
|
````text
|
|
3766
|
-
Copyright (c)
|
|
3767
|
-
Copyright (c)
|
|
3839
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3840
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3768
3841
|
|
|
3769
3842
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3770
3843
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3773,17 +3846,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3773
3846
|
copies of the Software, and to permit persons to whom the Software is
|
|
3774
3847
|
furnished to do so, subject to the following conditions:
|
|
3775
3848
|
|
|
3776
|
-
The above copyright notice and this permission notice shall be included in
|
|
3777
|
-
|
|
3849
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3850
|
+
copies or substantial portions of the Software.
|
|
3778
3851
|
|
|
3779
3852
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3780
3853
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3781
3854
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3782
3855
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3783
3856
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3784
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3785
|
-
|
|
3786
|
-
|
|
3857
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3858
|
+
SOFTWARE.
|
|
3787
3859
|
|
|
3788
3860
|
````
|
|
3789
3861
|
|
|
@@ -3793,10 +3865,10 @@ THE SOFTWARE.
|
|
|
3793
3865
|
|
|
3794
3866
|
### Rust Crates:
|
|
3795
3867
|
|
|
3796
|
-
- [
|
|
3868
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3797
3869
|
|
|
3798
3870
|
````text
|
|
3799
|
-
Copyright (c)
|
|
3871
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3800
3872
|
|
|
3801
3873
|
Permission is hereby granted, free of charge, to any
|
|
3802
3874
|
person obtaining a copy of this software and associated
|
|
@@ -3830,10 +3902,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3830
3902
|
|
|
3831
3903
|
### Rust Crates:
|
|
3832
3904
|
|
|
3833
|
-
- [
|
|
3905
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
3834
3906
|
|
|
3835
3907
|
````text
|
|
3836
|
-
Copyright (c)
|
|
3908
|
+
Copyright (c) 2014 Chris Wong
|
|
3837
3909
|
|
|
3838
3910
|
Permission is hereby granted, free of charge, to any
|
|
3839
3911
|
person obtaining a copy of this software and associated
|
|
@@ -3867,10 +3939,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3867
3939
|
|
|
3868
3940
|
### Rust Crates:
|
|
3869
3941
|
|
|
3870
|
-
- [
|
|
3942
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3871
3943
|
|
|
3872
3944
|
````text
|
|
3873
|
-
Copyright (c)
|
|
3945
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3946
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3874
3947
|
|
|
3875
3948
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3876
3949
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3898,10 +3971,10 @@ THE SOFTWARE.
|
|
|
3898
3971
|
|
|
3899
3972
|
### Rust Crates:
|
|
3900
3973
|
|
|
3901
|
-
- [
|
|
3974
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3902
3975
|
|
|
3903
3976
|
````text
|
|
3904
|
-
Copyright (c)
|
|
3977
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3905
3978
|
|
|
3906
3979
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3907
3980
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3930,51 +4003,17 @@ THE SOFTWARE.
|
|
|
3930
4003
|
|
|
3931
4004
|
### Rust Crates:
|
|
3932
4005
|
|
|
3933
|
-
- [
|
|
3934
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3935
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
4006
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3936
4007
|
|
|
3937
4008
|
````text
|
|
3938
|
-
Copyright (c)
|
|
3939
|
-
|
|
3940
|
-
Permission is hereby granted, free of charge, to any
|
|
3941
|
-
person obtaining a copy of this software and associated
|
|
3942
|
-
documentation files (the "Software"), to deal in the
|
|
3943
|
-
Software without restriction, including without
|
|
3944
|
-
limitation the rights to use, copy, modify, merge,
|
|
3945
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3946
|
-
the Software, and to permit persons to whom the Software
|
|
3947
|
-
is furnished to do so, subject to the following
|
|
3948
|
-
conditions:
|
|
3949
|
-
|
|
3950
|
-
The above copyright notice and this permission notice
|
|
3951
|
-
shall be included in all copies or substantial portions
|
|
3952
|
-
of the Software.
|
|
3953
|
-
|
|
3954
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3955
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3956
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3957
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3958
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3959
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3960
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3961
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3962
|
-
DEALINGS IN THE SOFTWARE.
|
|
3963
|
-
|
|
3964
|
-
````
|
|
3965
|
-
|
|
3966
|
-
---
|
|
3967
|
-
|
|
3968
|
-
## The following dependencies are licensed under the MIT License:
|
|
3969
|
-
|
|
3970
|
-
### NPM Packages:
|
|
4009
|
+
Copyright (c) 2016 The humantime Developers
|
|
3971
4010
|
|
|
3972
|
-
|
|
4011
|
+
Includes parts of http date with the following copyright:
|
|
4012
|
+
Copyright (c) 2016 Pyfisch
|
|
3973
4013
|
|
|
3974
|
-
|
|
3975
|
-
|
|
4014
|
+
Includes portions of musl libc with the following copyright:
|
|
4015
|
+
Copyright © 2005-2013 Rich Felker
|
|
3976
4016
|
|
|
3977
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
3978
4017
|
|
|
3979
4018
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3980
4019
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4002,10 +4041,10 @@ SOFTWARE.
|
|
|
4002
4041
|
|
|
4003
4042
|
### Rust Crates:
|
|
4004
4043
|
|
|
4005
|
-
- [
|
|
4044
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
4006
4045
|
|
|
4007
4046
|
````text
|
|
4008
|
-
Copyright (c)
|
|
4047
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
4009
4048
|
|
|
4010
4049
|
Permission is hereby granted, free of charge, to any
|
|
4011
4050
|
person obtaining a copy of this software and associated
|
|
@@ -4037,46 +4076,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4037
4076
|
|
|
4038
4077
|
## The following dependencies are licensed under the MIT License:
|
|
4039
4078
|
|
|
4040
|
-
### NPM Packages:
|
|
4041
|
-
|
|
4042
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
4043
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
4044
|
-
|
|
4045
|
-
````text
|
|
4046
|
-
MIT License
|
|
4047
|
-
|
|
4048
|
-
Copyright (c) Microsoft Corporation.
|
|
4049
|
-
|
|
4050
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4051
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4052
|
-
in the Software without restriction, including without limitation the rights
|
|
4053
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4054
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4055
|
-
furnished to do so, subject to the following conditions:
|
|
4056
|
-
|
|
4057
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4058
|
-
copies or substantial portions of the Software.
|
|
4059
|
-
|
|
4060
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4061
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4062
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4063
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4064
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4065
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4066
|
-
SOFTWARE
|
|
4067
|
-
|
|
4068
|
-
````
|
|
4069
|
-
|
|
4070
|
-
---
|
|
4071
|
-
|
|
4072
|
-
## The following dependencies are licensed under the MIT License:
|
|
4073
|
-
|
|
4074
4079
|
### Rust Crates:
|
|
4075
4080
|
|
|
4076
|
-
- [
|
|
4081
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
4082
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
4083
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
4077
4084
|
|
|
4078
4085
|
````text
|
|
4079
|
-
Copyright (c)
|
|
4086
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
4080
4087
|
|
|
4081
4088
|
Permission is hereby granted, free of charge, to any
|
|
4082
4089
|
person obtaining a copy of this software and associated
|
|
@@ -4110,13 +4117,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4110
4117
|
|
|
4111
4118
|
### Rust Crates:
|
|
4112
4119
|
|
|
4113
|
-
- [tokio](https://github.com/tokio-rs/tokio) (
|
|
4114
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
4115
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
4120
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
4116
4121
|
|
|
4117
4122
|
````text
|
|
4118
4123
|
MIT License
|
|
4119
4124
|
|
|
4125
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
4120
4126
|
Copyright (c) Tokio Contributors
|
|
4121
4127
|
|
|
4122
4128
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -4145,40 +4151,28 @@ SOFTWARE.
|
|
|
4145
4151
|
|
|
4146
4152
|
### Rust Crates:
|
|
4147
4153
|
|
|
4148
|
-
- [
|
|
4149
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
4150
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
4151
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
4152
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
4153
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
4154
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
4154
4155
|
|
|
4155
4156
|
````text
|
|
4156
|
-
Copyright
|
|
4157
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
4157
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
4158
4158
|
|
|
4159
|
-
Permission is hereby granted, free of charge, to any
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
the Software, and to permit persons to whom the Software
|
|
4166
|
-
is furnished to do so, subject to the following
|
|
4167
|
-
conditions:
|
|
4159
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4160
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4161
|
+
in the Software without restriction, including without limitation the rights
|
|
4162
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4163
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4164
|
+
furnished to do so, subject to the following conditions:
|
|
4168
4165
|
|
|
4169
|
-
The above copyright notice and this permission notice
|
|
4170
|
-
|
|
4171
|
-
of the Software.
|
|
4166
|
+
The above copyright notice and this permission notice shall be included in
|
|
4167
|
+
all copies or substantial portions of the Software.
|
|
4172
4168
|
|
|
4173
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4181
|
-
DEALINGS IN THE SOFTWARE.
|
|
4169
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4170
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4171
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4172
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4173
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4174
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4175
|
+
THE SOFTWARE.
|
|
4182
4176
|
|
|
4183
4177
|
````
|
|
4184
4178
|
|
|
@@ -4188,34 +4182,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4188
4182
|
|
|
4189
4183
|
### Rust Crates:
|
|
4190
4184
|
|
|
4191
|
-
- [
|
|
4185
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
4186
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
4187
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
4188
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
4192
4189
|
|
|
4193
4190
|
````text
|
|
4194
|
-
|
|
4191
|
+
The MIT License (MIT)
|
|
4195
4192
|
|
|
4196
|
-
|
|
4197
|
-
person obtaining a copy of this software and associated
|
|
4198
|
-
documentation files (the "Software"), to deal in the
|
|
4199
|
-
Software without restriction, including without
|
|
4200
|
-
limitation the rights to use, copy, modify, merge,
|
|
4201
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4202
|
-
the Software, and to permit persons to whom the Software
|
|
4203
|
-
is furnished to do so, subject to the following
|
|
4204
|
-
conditions:
|
|
4193
|
+
Copyright (c) 2015 Andrew Gallant
|
|
4205
4194
|
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4195
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4196
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4197
|
+
in the Software without restriction, including without limitation the rights
|
|
4198
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4199
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4200
|
+
furnished to do so, subject to the following conditions:
|
|
4209
4201
|
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
IN
|
|
4218
|
-
|
|
4202
|
+
The above copyright notice and this permission notice shall be included in
|
|
4203
|
+
all copies or substantial portions of the Software.
|
|
4204
|
+
|
|
4205
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4206
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4207
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4208
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4209
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4210
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4211
|
+
THE SOFTWARE.
|
|
4219
4212
|
|
|
4220
4213
|
````
|
|
4221
4214
|
|
|
@@ -4225,10 +4218,50 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4225
4218
|
|
|
4226
4219
|
### Rust Crates:
|
|
4227
4220
|
|
|
4228
|
-
- [
|
|
4221
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
4229
4222
|
|
|
4230
4223
|
````text
|
|
4231
|
-
|
|
4224
|
+
The MIT License (MIT)
|
|
4225
|
+
|
|
4226
|
+
Copyright (c) 2016 Johann Tuffe
|
|
4227
|
+
|
|
4228
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4229
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4230
|
+
in the Software without restriction, including without limitation the rights
|
|
4231
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4232
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4233
|
+
furnished to do so, subject to the following conditions:
|
|
4234
|
+
|
|
4235
|
+
|
|
4236
|
+
The above copyright notice and this permission notice shall be included in
|
|
4237
|
+
all copies or substantial portions of the Software.
|
|
4238
|
+
|
|
4239
|
+
|
|
4240
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4241
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4242
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4243
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4244
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4245
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4246
|
+
THE SOFTWARE.
|
|
4247
|
+
|
|
4248
|
+
````
|
|
4249
|
+
|
|
4250
|
+
---
|
|
4251
|
+
|
|
4252
|
+
## The following dependencies are licensed under the MIT License:
|
|
4253
|
+
|
|
4254
|
+
### Rust Crates:
|
|
4255
|
+
|
|
4256
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
4257
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
4258
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
4259
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
4260
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
4261
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
4262
|
+
|
|
4263
|
+
````text
|
|
4264
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4232
4265
|
|
|
4233
4266
|
Permission is hereby granted, free of charge, to any
|
|
4234
4267
|
person obtaining a copy of this software and associated
|
|
@@ -4254,7 +4287,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
4254
4287
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4255
4288
|
DEALINGS IN THE SOFTWARE.
|
|
4256
4289
|
|
|
4257
|
-
|
|
4258
4290
|
````
|
|
4259
4291
|
|
|
4260
4292
|
---
|
|
@@ -4644,18 +4676,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4644
4676
|
|
|
4645
4677
|
---
|
|
4646
4678
|
|
|
4647
|
-
## The following dependencies are licensed under the UNKNOWN License:
|
|
4648
|
-
|
|
4649
|
-
### NPM Packages:
|
|
4650
|
-
|
|
4651
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4652
|
-
|
|
4653
|
-
````text
|
|
4654
|
-
Please refer to the package README for license details.
|
|
4655
|
-
````
|
|
4656
|
-
|
|
4657
|
-
---
|
|
4658
|
-
|
|
4659
4679
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4660
4680
|
|
|
4661
4681
|
### Rust Crates:
|