@deveco-codegenie/mcp-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 +1177 -1157
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -7,41 +7,14 @@
|
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 177
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- MPL-2.0: 1
|
|
16
|
-
- UNKNOWN: 1
|
|
17
16
|
|
|
18
17
|
|
|
19
|
-
---
|
|
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
|
-
|
|
45
18
|
---
|
|
46
19
|
|
|
47
20
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -72,12 +45,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
72
45
|
|
|
73
46
|
### Rust Crates:
|
|
74
47
|
|
|
75
|
-
- [
|
|
48
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
76
49
|
|
|
77
50
|
````text
|
|
78
51
|
BSD Zero Clause License
|
|
79
52
|
|
|
80
|
-
Copyright (c)
|
|
53
|
+
Copyright (c) 2025 Goat
|
|
81
54
|
|
|
82
55
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
83
56
|
purpose with or without fee is hereby granted.
|
|
@@ -94,88 +67,27 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
94
67
|
|
|
95
68
|
---
|
|
96
69
|
|
|
97
|
-
## The following dependencies are licensed under the
|
|
70
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
98
71
|
|
|
99
72
|
### Rust Crates:
|
|
100
73
|
|
|
101
|
-
- [
|
|
102
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
74
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
104
75
|
|
|
105
76
|
````text
|
|
106
|
-
|
|
107
|
-
Version 2.0, January 2004
|
|
108
|
-
http://www.apache.org/licenses/
|
|
109
|
-
|
|
110
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
111
|
-
|
|
112
|
-
1. Definitions.
|
|
113
|
-
|
|
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]
|
|
77
|
+
BSD Zero Clause License
|
|
167
78
|
|
|
168
|
-
|
|
169
|
-
you may not use this file except in compliance with the License.
|
|
170
|
-
You may obtain a copy of the License at
|
|
79
|
+
Copyright (c) 2024 kotauskas
|
|
171
80
|
|
|
172
|
-
|
|
81
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
82
|
+
purpose with or without fee is hereby granted.
|
|
173
83
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
84
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
85
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
86
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
87
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
88
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
89
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
90
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
179
91
|
|
|
180
92
|
````
|
|
181
93
|
|
|
@@ -400,6 +312,93 @@ limitations under the License.
|
|
|
400
312
|
|
|
401
313
|
### Rust Crates:
|
|
402
314
|
|
|
315
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
316
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
317
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
318
|
+
|
|
319
|
+
````text
|
|
320
|
+
Apache License
|
|
321
|
+
Version 2.0, January 2004
|
|
322
|
+
http://www.apache.org/licenses/
|
|
323
|
+
|
|
324
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
325
|
+
|
|
326
|
+
1. Definitions.
|
|
327
|
+
|
|
328
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
329
|
+
|
|
330
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
331
|
+
|
|
332
|
+
"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.
|
|
333
|
+
|
|
334
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
335
|
+
|
|
336
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
337
|
+
|
|
338
|
+
"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.
|
|
339
|
+
|
|
340
|
+
"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).
|
|
341
|
+
|
|
342
|
+
"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.
|
|
343
|
+
|
|
344
|
+
"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."
|
|
345
|
+
|
|
346
|
+
"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.
|
|
347
|
+
|
|
348
|
+
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.
|
|
349
|
+
|
|
350
|
+
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.
|
|
351
|
+
|
|
352
|
+
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:
|
|
353
|
+
|
|
354
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
355
|
+
|
|
356
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
357
|
+
|
|
358
|
+
(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
|
|
359
|
+
|
|
360
|
+
(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.
|
|
361
|
+
|
|
362
|
+
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.
|
|
363
|
+
|
|
364
|
+
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.
|
|
365
|
+
|
|
366
|
+
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.
|
|
367
|
+
|
|
368
|
+
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.
|
|
369
|
+
|
|
370
|
+
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.
|
|
371
|
+
|
|
372
|
+
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.
|
|
373
|
+
|
|
374
|
+
END OF TERMS AND CONDITIONS
|
|
375
|
+
|
|
376
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
377
|
+
|
|
378
|
+
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.
|
|
379
|
+
|
|
380
|
+
Copyright [yyyy] [name of copyright owner]
|
|
381
|
+
|
|
382
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
383
|
+
you may not use this file except in compliance with the License.
|
|
384
|
+
You may obtain a copy of the License at
|
|
385
|
+
|
|
386
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
387
|
+
|
|
388
|
+
Unless required by applicable law or agreed to in writing, software
|
|
389
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
390
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
391
|
+
See the License for the specific language governing permissions and
|
|
392
|
+
limitations under the License.
|
|
393
|
+
|
|
394
|
+
````
|
|
395
|
+
|
|
396
|
+
---
|
|
397
|
+
|
|
398
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
399
|
+
|
|
400
|
+
### Rust Crates:
|
|
401
|
+
|
|
403
402
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
404
403
|
|
|
405
404
|
````text
|
|
@@ -654,43 +653,10 @@ The complete list of contributors can be found at:
|
|
|
654
653
|
|
|
655
654
|
### Rust Crates:
|
|
656
655
|
|
|
657
|
-
- [
|
|
658
|
-
|
|
659
|
-
````text
|
|
660
|
-
MIT License
|
|
661
|
-
|
|
662
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
663
|
-
|
|
664
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
665
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
666
|
-
in the Software without restriction, including without limitation the rights
|
|
667
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
668
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
669
|
-
furnished to do so, subject to the following conditions:
|
|
670
|
-
|
|
671
|
-
The above copyright notice and this permission notice shall be included in all
|
|
672
|
-
copies or substantial portions of the Software.
|
|
673
|
-
|
|
674
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
675
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
676
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
677
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
678
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
679
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
680
|
-
SOFTWARE.
|
|
681
|
-
|
|
682
|
-
````
|
|
683
|
-
|
|
684
|
-
---
|
|
685
|
-
|
|
686
|
-
## The following dependencies are licensed under the MIT License:
|
|
687
|
-
|
|
688
|
-
### Rust Crates:
|
|
689
|
-
|
|
690
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
656
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
691
657
|
|
|
692
658
|
````text
|
|
693
|
-
Copyright (c)
|
|
659
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
694
660
|
|
|
695
661
|
Permission is hereby granted, free of charge, to any
|
|
696
662
|
person obtaining a copy of this software and associated
|
|
@@ -724,10 +690,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
724
690
|
|
|
725
691
|
### Rust Crates:
|
|
726
692
|
|
|
727
|
-
- [
|
|
693
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
728
694
|
|
|
729
695
|
````text
|
|
730
|
-
Copyright
|
|
696
|
+
Copyright (c) The rust-url developers
|
|
731
697
|
|
|
732
698
|
Permission is hereby granted, free of charge, to any
|
|
733
699
|
person obtaining a copy of this software and associated
|
|
@@ -761,18 +727,53 @@ DEALINGS IN THE SOFTWARE.
|
|
|
761
727
|
|
|
762
728
|
### Rust Crates:
|
|
763
729
|
|
|
764
|
-
- [
|
|
730
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
765
731
|
|
|
766
732
|
````text
|
|
767
|
-
|
|
768
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
733
|
+
MIT License
|
|
769
734
|
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
735
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
736
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
737
|
+
Copyright (c) 2017 Frommi
|
|
738
|
+
Copyright (c) 2017-2024 oyvindln
|
|
739
|
+
|
|
740
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
741
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
742
|
+
in the Software without restriction, including without limitation the rights
|
|
743
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
744
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
745
|
+
furnished to do so, subject to the following conditions:
|
|
746
|
+
|
|
747
|
+
The above copyright notice and this permission notice shall be included in all
|
|
748
|
+
copies or substantial portions of the Software.
|
|
749
|
+
|
|
750
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
751
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
752
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
753
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
754
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
755
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
756
|
+
SOFTWARE.
|
|
757
|
+
|
|
758
|
+
````
|
|
759
|
+
|
|
760
|
+
---
|
|
761
|
+
|
|
762
|
+
## The following dependencies are licensed under the MIT License:
|
|
763
|
+
|
|
764
|
+
### Rust Crates:
|
|
765
|
+
|
|
766
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
767
|
+
|
|
768
|
+
````text
|
|
769
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
770
|
+
|
|
771
|
+
Permission is hereby granted, free of charge, to any
|
|
772
|
+
person obtaining a copy of this software and associated
|
|
773
|
+
documentation files (the "Software"), to deal in the
|
|
774
|
+
Software without restriction, including without
|
|
775
|
+
limitation the rights to use, copy, modify, merge,
|
|
776
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
776
777
|
the Software, and to permit persons to whom the Software
|
|
777
778
|
is furnished to do so, subject to the following
|
|
778
779
|
conditions:
|
|
@@ -799,10 +800,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
799
800
|
|
|
800
801
|
### Rust Crates:
|
|
801
802
|
|
|
802
|
-
- [
|
|
803
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
803
804
|
|
|
804
805
|
````text
|
|
805
|
-
Copyright (c)
|
|
806
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
806
807
|
|
|
807
808
|
Permission is hereby granted, free of charge, to any
|
|
808
809
|
person obtaining a copy of this software and associated
|
|
@@ -836,11 +837,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
836
837
|
|
|
837
838
|
### Rust Crates:
|
|
838
839
|
|
|
839
|
-
- [
|
|
840
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
840
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
841
841
|
|
|
842
842
|
````text
|
|
843
|
-
Copyright (c) 2014 Alex Crichton
|
|
843
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
844
844
|
|
|
845
845
|
Permission is hereby granted, free of charge, to any
|
|
846
846
|
person obtaining a copy of this software and associated
|
|
@@ -874,10 +874,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
874
874
|
|
|
875
875
|
### Rust Crates:
|
|
876
876
|
|
|
877
|
-
- [
|
|
877
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
878
878
|
|
|
879
879
|
````text
|
|
880
|
-
Copyright (c)
|
|
880
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
881
881
|
|
|
882
882
|
Permission is hereby granted, free of charge, to any
|
|
883
883
|
person obtaining a copy of this software and associated
|
|
@@ -911,10 +911,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
911
911
|
|
|
912
912
|
### Rust Crates:
|
|
913
913
|
|
|
914
|
-
- [
|
|
914
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
915
915
|
|
|
916
916
|
````text
|
|
917
|
-
Copyright (c)
|
|
917
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
918
918
|
|
|
919
919
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
920
920
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -934,6 +934,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
934
934
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
935
935
|
THE SOFTWARE.
|
|
936
936
|
|
|
937
|
+
|
|
937
938
|
````
|
|
938
939
|
|
|
939
940
|
---
|
|
@@ -942,28 +943,34 @@ THE SOFTWARE.
|
|
|
942
943
|
|
|
943
944
|
### Rust Crates:
|
|
944
945
|
|
|
945
|
-
- [
|
|
946
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
946
947
|
|
|
947
948
|
````text
|
|
948
|
-
|
|
949
|
+
Copyright (c) 2016--2023
|
|
949
950
|
|
|
950
|
-
Permission is hereby granted, free of charge, to any
|
|
951
|
-
of this software and associated
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
951
|
+
Permission is hereby granted, free of charge, to any
|
|
952
|
+
person obtaining a copy of this software and associated
|
|
953
|
+
documentation files (the "Software"), to deal in the
|
|
954
|
+
Software without restriction, including without
|
|
955
|
+
limitation the rights to use, copy, modify, merge,
|
|
956
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
957
|
+
the Software, and to permit persons to whom the Software
|
|
958
|
+
is furnished to do so, subject to the following
|
|
959
|
+
conditions:
|
|
956
960
|
|
|
957
|
-
The above copyright notice and this permission notice
|
|
958
|
-
copies or substantial portions
|
|
961
|
+
The above copyright notice and this permission notice
|
|
962
|
+
shall be included in all copies or substantial portions
|
|
963
|
+
of the Software.
|
|
959
964
|
|
|
960
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
961
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
965
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
966
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
967
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
968
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
969
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
970
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
971
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
972
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
973
|
+
DEALINGS IN THE SOFTWARE.
|
|
967
974
|
|
|
968
975
|
````
|
|
969
976
|
|
|
@@ -973,11 +980,13 @@ SOFTWARE.
|
|
|
973
980
|
|
|
974
981
|
### Rust Crates:
|
|
975
982
|
|
|
976
|
-
- [
|
|
977
|
-
- [
|
|
983
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
984
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
978
985
|
|
|
979
986
|
````text
|
|
980
|
-
|
|
987
|
+
MIT License
|
|
988
|
+
|
|
989
|
+
Copyright (c) 2019 Graham Esau
|
|
981
990
|
|
|
982
991
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
983
992
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1005,29 +1014,16 @@ SOFTWARE.
|
|
|
1005
1014
|
|
|
1006
1015
|
### Rust Crates:
|
|
1007
1016
|
|
|
1008
|
-
- [
|
|
1017
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1009
1018
|
|
|
1010
1019
|
````text
|
|
1011
|
-
Copyright
|
|
1012
|
-
|
|
1013
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1014
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1015
|
-
in the Software without restriction, including without limitation the rights
|
|
1016
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1017
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1018
|
-
furnished to do so, subject to the following conditions:
|
|
1020
|
+
Copyright 2016 Nika Layzell
|
|
1019
1021
|
|
|
1020
|
-
|
|
1021
|
-
all copies or substantial portions of the Software.
|
|
1022
|
+
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:
|
|
1022
1023
|
|
|
1023
|
-
|
|
1024
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1025
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1026
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1027
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1028
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1029
|
-
THE SOFTWARE.
|
|
1024
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1030
1025
|
|
|
1026
|
+
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.
|
|
1031
1027
|
|
|
1032
1028
|
````
|
|
1033
1029
|
|
|
@@ -1037,44 +1033,17 @@ THE SOFTWARE.
|
|
|
1037
1033
|
|
|
1038
1034
|
### Rust Crates:
|
|
1039
1035
|
|
|
1040
|
-
- [
|
|
1036
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1041
1037
|
|
|
1042
1038
|
````text
|
|
1043
|
-
The
|
|
1044
|
-
|
|
1045
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1046
|
-
|
|
1047
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1048
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1049
|
-
in the Software without restriction, including without limitation the rights
|
|
1050
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1051
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1052
|
-
furnished to do so, subject to the following conditions:
|
|
1053
|
-
|
|
1054
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1055
|
-
copies or substantial portions of the Software.
|
|
1056
|
-
|
|
1057
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1058
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1059
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1060
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1061
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1062
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1063
|
-
SOFTWARE.
|
|
1064
|
-
````
|
|
1065
|
-
|
|
1066
|
-
---
|
|
1067
|
-
|
|
1068
|
-
## The following dependencies are licensed under the MIT License:
|
|
1069
|
-
|
|
1070
|
-
### Rust Crates:
|
|
1039
|
+
Copyright (c) 2016 The humantime Developers
|
|
1071
1040
|
|
|
1072
|
-
|
|
1041
|
+
Includes parts of http date with the following copyright:
|
|
1042
|
+
Copyright (c) 2016 Pyfisch
|
|
1073
1043
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1044
|
+
Includes portions of musl libc with the following copyright:
|
|
1045
|
+
Copyright © 2005-2013 Rich Felker
|
|
1076
1046
|
|
|
1077
|
-
Copyright (c) 2025 Callum Oakley
|
|
1078
1047
|
|
|
1079
1048
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1080
1049
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1102,28 +1071,30 @@ SOFTWARE.
|
|
|
1102
1071
|
|
|
1103
1072
|
### Rust Crates:
|
|
1104
1073
|
|
|
1105
|
-
- [
|
|
1074
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1075
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1106
1076
|
|
|
1107
1077
|
````text
|
|
1108
|
-
|
|
1078
|
+
The MIT License (MIT)
|
|
1109
1079
|
|
|
1110
|
-
|
|
1111
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1112
|
-
in the Software without restriction, including without limitation the rights
|
|
1113
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1114
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1115
|
-
furnished to do so, subject to the following conditions:
|
|
1080
|
+
Copyright (c) 2015 Steven Fackler
|
|
1116
1081
|
|
|
1117
|
-
|
|
1118
|
-
|
|
1082
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1083
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1084
|
+
the Software without restriction, including without limitation the rights to
|
|
1085
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1086
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1087
|
+
subject to the following conditions:
|
|
1088
|
+
|
|
1089
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1090
|
+
copies or substantial portions of the Software.
|
|
1119
1091
|
|
|
1120
1092
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1121
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
THE SOFTWARE.
|
|
1093
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1094
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1095
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1096
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1097
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1127
1098
|
|
|
1128
1099
|
````
|
|
1129
1100
|
|
|
@@ -1133,10 +1104,11 @@ THE SOFTWARE.
|
|
|
1133
1104
|
|
|
1134
1105
|
### Rust Crates:
|
|
1135
1106
|
|
|
1136
|
-
- [
|
|
1107
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1137
1108
|
|
|
1138
1109
|
````text
|
|
1139
|
-
Copyright (c)
|
|
1110
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1111
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1140
1112
|
|
|
1141
1113
|
Permission is hereby granted, free of charge, to any
|
|
1142
1114
|
person obtaining a copy of this software and associated
|
|
@@ -1170,13 +1142,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1170
1142
|
|
|
1171
1143
|
### Rust Crates:
|
|
1172
1144
|
|
|
1173
|
-
- [
|
|
1174
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1145
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1175
1146
|
|
|
1176
1147
|
````text
|
|
1177
|
-
Copyright (c)
|
|
1178
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1179
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1148
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1180
1149
|
|
|
1181
1150
|
Permission is hereby granted, free of charge, to any
|
|
1182
1151
|
person obtaining a copy of this software and associated
|
|
@@ -1210,6 +1179,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1210
1179
|
|
|
1211
1180
|
### Rust Crates:
|
|
1212
1181
|
|
|
1182
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1183
|
+
|
|
1184
|
+
````text
|
|
1185
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1186
|
+
Copyright (c) 2016 Jason Housley
|
|
1187
|
+
|
|
1188
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1189
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1190
|
+
in the Software without restriction, including without limitation the rights
|
|
1191
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1192
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1193
|
+
furnished to do so, subject to the following conditions:
|
|
1194
|
+
|
|
1195
|
+
The above copyright notice and this permission notice shall be included in
|
|
1196
|
+
all copies or substantial portions of the Software.
|
|
1197
|
+
|
|
1198
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1199
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1200
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1201
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1202
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1203
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1204
|
+
THE SOFTWARE.
|
|
1205
|
+
|
|
1206
|
+
````
|
|
1207
|
+
|
|
1208
|
+
---
|
|
1209
|
+
|
|
1210
|
+
## The following dependencies are licensed under the MIT License:
|
|
1211
|
+
|
|
1212
|
+
### Rust Crates:
|
|
1213
|
+
|
|
1213
1214
|
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1214
1215
|
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1215
1216
|
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
@@ -1274,32 +1275,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1274
1275
|
|
|
1275
1276
|
### Rust Crates:
|
|
1276
1277
|
|
|
1277
|
-
- [
|
|
1278
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1278
1279
|
|
|
1279
1280
|
````text
|
|
1280
|
-
The
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
furnished to do so, subject to the following
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
The above copyright notice and this permission notice
|
|
1293
|
-
all copies or substantial portions
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1297
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1281
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1282
|
+
|
|
1283
|
+
Permission is hereby granted, free of charge, to any
|
|
1284
|
+
person obtaining a copy of this software and associated
|
|
1285
|
+
documentation files (the "Software"), to deal in the
|
|
1286
|
+
Software without restriction, including without
|
|
1287
|
+
limitation the rights to use, copy, modify, merge,
|
|
1288
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1289
|
+
the Software, and to permit persons to whom the Software
|
|
1290
|
+
is furnished to do so, subject to the following
|
|
1291
|
+
conditions:
|
|
1292
|
+
|
|
1293
|
+
The above copyright notice and this permission notice
|
|
1294
|
+
shall be included in all copies or substantial portions
|
|
1295
|
+
of the Software.
|
|
1296
|
+
|
|
1297
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1298
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1299
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1300
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1301
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1302
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1303
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1304
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1305
|
+
DEALINGS IN THE SOFTWARE.
|
|
1303
1306
|
|
|
1304
1307
|
````
|
|
1305
1308
|
|
|
@@ -1307,12 +1310,14 @@ THE SOFTWARE.
|
|
|
1307
1310
|
|
|
1308
1311
|
## The following dependencies are licensed under the MIT License:
|
|
1309
1312
|
|
|
1310
|
-
###
|
|
1313
|
+
### NPM Packages:
|
|
1311
1314
|
|
|
1312
|
-
- [
|
|
1315
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1313
1316
|
|
|
1314
1317
|
````text
|
|
1315
|
-
|
|
1318
|
+
MIT License
|
|
1319
|
+
|
|
1320
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1316
1321
|
|
|
1317
1322
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1318
1323
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1332,6 +1337,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1332
1337
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1333
1338
|
SOFTWARE.
|
|
1334
1339
|
|
|
1340
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1341
|
+
|
|
1335
1342
|
````
|
|
1336
1343
|
|
|
1337
1344
|
---
|
|
@@ -1340,10 +1347,15 @@ SOFTWARE.
|
|
|
1340
1347
|
|
|
1341
1348
|
### Rust Crates:
|
|
1342
1349
|
|
|
1343
|
-
- [
|
|
1350
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1351
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1352
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1353
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1354
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1355
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1344
1356
|
|
|
1345
1357
|
````text
|
|
1346
|
-
Copyright (c)
|
|
1358
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1347
1359
|
|
|
1348
1360
|
Permission is hereby granted, free of charge, to any
|
|
1349
1361
|
person obtaining a copy of this software and associated
|
|
@@ -1377,43 +1389,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1377
1389
|
|
|
1378
1390
|
### Rust Crates:
|
|
1379
1391
|
|
|
1380
|
-
- [
|
|
1381
|
-
|
|
1382
|
-
````text
|
|
1383
|
-
The MIT License (MIT)
|
|
1384
|
-
|
|
1385
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1386
|
-
|
|
1387
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1388
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1389
|
-
in the Software without restriction, including without limitation the rights
|
|
1390
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1391
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1392
|
-
furnished to do so, subject to the following conditions:
|
|
1393
|
-
|
|
1394
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1395
|
-
copies or substantial portions of the Software.
|
|
1396
|
-
|
|
1397
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1398
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1399
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1400
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1401
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1402
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1403
|
-
SOFTWARE.
|
|
1404
|
-
|
|
1405
|
-
````
|
|
1406
|
-
|
|
1407
|
-
---
|
|
1408
|
-
|
|
1409
|
-
## The following dependencies are licensed under the MIT License:
|
|
1410
|
-
|
|
1411
|
-
### Rust Crates:
|
|
1412
|
-
|
|
1413
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1392
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1414
1393
|
|
|
1415
1394
|
````text
|
|
1416
|
-
Copyright (c)
|
|
1395
|
+
Copyright (c) 2018 Carl Lerche
|
|
1417
1396
|
|
|
1418
1397
|
Permission is hereby granted, free of charge, to any
|
|
1419
1398
|
person obtaining a copy of this software and associated
|
|
@@ -1447,12 +1426,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1447
1426
|
|
|
1448
1427
|
### Rust Crates:
|
|
1449
1428
|
|
|
1450
|
-
- [
|
|
1429
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1451
1430
|
|
|
1452
1431
|
````text
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
Copyright (c) 2015 Alice Maz
|
|
1432
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1456
1433
|
|
|
1457
1434
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1458
1435
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1480,10 +1457,10 @@ THE SOFTWARE.
|
|
|
1480
1457
|
|
|
1481
1458
|
### Rust Crates:
|
|
1482
1459
|
|
|
1483
|
-
- [
|
|
1460
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1484
1461
|
|
|
1485
1462
|
````text
|
|
1486
|
-
Copyright
|
|
1463
|
+
Copyright Mozilla Foundation
|
|
1487
1464
|
|
|
1488
1465
|
Permission is hereby granted, free of charge, to any
|
|
1489
1466
|
person obtaining a copy of this software and associated
|
|
@@ -1517,10 +1494,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1517
1494
|
|
|
1518
1495
|
### Rust Crates:
|
|
1519
1496
|
|
|
1520
|
-
- [
|
|
1497
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1521
1498
|
|
|
1522
1499
|
````text
|
|
1523
|
-
Copyright
|
|
1500
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1524
1501
|
|
|
1525
1502
|
Permission is hereby granted, free of charge, to any
|
|
1526
1503
|
person obtaining a copy of this software and associated
|
|
@@ -1546,39 +1523,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1546
1523
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1547
1524
|
DEALINGS IN THE SOFTWARE.
|
|
1548
1525
|
|
|
1549
|
-
|
|
1550
|
-
````
|
|
1551
|
-
|
|
1552
|
-
---
|
|
1553
|
-
|
|
1554
|
-
## The following dependencies are licensed under the MIT License:
|
|
1555
|
-
|
|
1556
|
-
### Rust Crates:
|
|
1557
|
-
|
|
1558
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1559
|
-
|
|
1560
|
-
````text
|
|
1561
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1562
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1563
|
-
|
|
1564
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1565
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1566
|
-
in the Software without restriction, including without limitation the rights
|
|
1567
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1568
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1569
|
-
furnished to do so, subject to the following conditions:
|
|
1570
|
-
|
|
1571
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1572
|
-
copies or substantial portions of the Software.
|
|
1573
|
-
|
|
1574
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1575
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1576
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1577
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1578
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1579
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1580
|
-
SOFTWARE.
|
|
1581
|
-
|
|
1582
1526
|
````
|
|
1583
1527
|
|
|
1584
1528
|
---
|
|
@@ -1587,10 +1531,11 @@ SOFTWARE.
|
|
|
1587
1531
|
|
|
1588
1532
|
### Rust Crates:
|
|
1589
1533
|
|
|
1590
|
-
- [
|
|
1534
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
1535
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1591
1536
|
|
|
1592
1537
|
````text
|
|
1593
|
-
Copyright (c)
|
|
1538
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
1594
1539
|
|
|
1595
1540
|
Permission is hereby granted, free of charge, to any
|
|
1596
1541
|
person obtaining a copy of this software and associated
|
|
@@ -1624,10 +1569,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1624
1569
|
|
|
1625
1570
|
### Rust Crates:
|
|
1626
1571
|
|
|
1627
|
-
- [
|
|
1572
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1573
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1574
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1575
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1576
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1577
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1628
1578
|
|
|
1629
1579
|
````text
|
|
1630
|
-
Copyright
|
|
1580
|
+
Copyright 2018 Developers of the Rand project
|
|
1581
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1631
1582
|
|
|
1632
1583
|
Permission is hereby granted, free of charge, to any
|
|
1633
1584
|
person obtaining a copy of this software and associated
|
|
@@ -1659,14 +1610,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1659
1610
|
|
|
1660
1611
|
## The following dependencies are licensed under the MIT License:
|
|
1661
1612
|
|
|
1662
|
-
###
|
|
1613
|
+
### Rust Crates:
|
|
1663
1614
|
|
|
1664
|
-
- [
|
|
1615
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1665
1616
|
|
|
1666
1617
|
````text
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
1618
|
+
Copyright (c) 2017 Sean McArthur
|
|
1670
1619
|
|
|
1671
1620
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1672
1621
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1675,16 +1624,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1675
1624
|
copies of the Software, and to permit persons to whom the Software is
|
|
1676
1625
|
furnished to do so, subject to the following conditions:
|
|
1677
1626
|
|
|
1678
|
-
The above copyright notice and this permission notice shall be included in
|
|
1679
|
-
copies or substantial portions of the Software.
|
|
1627
|
+
The above copyright notice and this permission notice shall be included in
|
|
1628
|
+
all copies or substantial portions of the Software.
|
|
1680
1629
|
|
|
1681
1630
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1682
1631
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1683
1632
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1684
1633
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1685
1634
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1686
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1687
|
-
SOFTWARE.
|
|
1635
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1636
|
+
THE SOFTWARE.
|
|
1637
|
+
|
|
1688
1638
|
|
|
1689
1639
|
````
|
|
1690
1640
|
|
|
@@ -1694,11 +1644,12 @@ SOFTWARE.
|
|
|
1694
1644
|
|
|
1695
1645
|
### Rust Crates:
|
|
1696
1646
|
|
|
1697
|
-
- [
|
|
1647
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1648
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1649
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1698
1650
|
|
|
1699
1651
|
````text
|
|
1700
|
-
Copyright (c)
|
|
1701
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1652
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1702
1653
|
|
|
1703
1654
|
Permission is hereby granted, free of charge, to any
|
|
1704
1655
|
person obtaining a copy of this software and associated
|
|
@@ -1730,36 +1681,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1730
1681
|
|
|
1731
1682
|
## The following dependencies are licensed under the MIT License:
|
|
1732
1683
|
|
|
1733
|
-
###
|
|
1684
|
+
### NPM Packages:
|
|
1734
1685
|
|
|
1735
|
-
- [
|
|
1686
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
1736
1687
|
|
|
1737
1688
|
````text
|
|
1738
|
-
|
|
1689
|
+
MIT License
|
|
1739
1690
|
|
|
1740
|
-
|
|
1741
|
-
person obtaining a copy of this software and associated
|
|
1742
|
-
documentation files (the "Software"), to deal in the
|
|
1743
|
-
Software without restriction, including without
|
|
1744
|
-
limitation the rights to use, copy, modify, merge,
|
|
1745
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1746
|
-
the Software, and to permit persons to whom the Software
|
|
1747
|
-
is furnished to do so, subject to the following
|
|
1748
|
-
conditions:
|
|
1691
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
1749
1692
|
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1693
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1694
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1695
|
+
in the Software without restriction, including without limitation the rights
|
|
1696
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1697
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1698
|
+
furnished to do so, subject to the following conditions:
|
|
1753
1699
|
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
IN
|
|
1762
|
-
|
|
1700
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1701
|
+
copies or substantial portions of the Software.
|
|
1702
|
+
|
|
1703
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1704
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1705
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1706
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1707
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1708
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1709
|
+
SOFTWARE.
|
|
1763
1710
|
|
|
1764
1711
|
````
|
|
1765
1712
|
|
|
@@ -1769,34 +1716,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1769
1716
|
|
|
1770
1717
|
### Rust Crates:
|
|
1771
1718
|
|
|
1772
|
-
- [
|
|
1719
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1773
1720
|
|
|
1774
1721
|
````text
|
|
1775
|
-
|
|
1722
|
+
MIT License
|
|
1776
1723
|
|
|
1777
|
-
|
|
1778
|
-
person obtaining a copy of this software and associated
|
|
1779
|
-
documentation files (the "Software"), to deal in the
|
|
1780
|
-
Software without restriction, including without
|
|
1781
|
-
limitation the rights to use, copy, modify, merge,
|
|
1782
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1783
|
-
the Software, and to permit persons to whom the Software
|
|
1784
|
-
is furnished to do so, subject to the following
|
|
1785
|
-
conditions:
|
|
1724
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
1786
1725
|
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1726
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1727
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1728
|
+
in the Software without restriction, including without limitation the rights
|
|
1729
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1730
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1731
|
+
furnished to do so, subject to the following conditions:
|
|
1790
1732
|
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
IN
|
|
1799
|
-
|
|
1733
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1734
|
+
copies or substantial portions of the Software.
|
|
1735
|
+
|
|
1736
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1737
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1738
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1739
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1740
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1741
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1742
|
+
SOFTWARE.
|
|
1800
1743
|
|
|
1801
1744
|
````
|
|
1802
1745
|
|
|
@@ -1806,12 +1749,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1806
1749
|
|
|
1807
1750
|
### Rust Crates:
|
|
1808
1751
|
|
|
1809
|
-
- [
|
|
1752
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1810
1753
|
|
|
1811
1754
|
````text
|
|
1812
|
-
MIT License
|
|
1755
|
+
The MIT License (MIT)
|
|
1813
1756
|
|
|
1814
|
-
Copyright (c)
|
|
1757
|
+
Copyright (c) 2015 Danny Guo
|
|
1758
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1759
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1815
1760
|
|
|
1816
1761
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1817
1762
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1839,13 +1784,11 @@ SOFTWARE.
|
|
|
1839
1784
|
|
|
1840
1785
|
### Rust Crates:
|
|
1841
1786
|
|
|
1842
|
-
- [
|
|
1787
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1788
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1843
1789
|
|
|
1844
1790
|
````text
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1848
|
-
Copyright (c) Tokio Contributors
|
|
1791
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1849
1792
|
|
|
1850
1793
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1851
1794
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1873,34 +1816,30 @@ SOFTWARE.
|
|
|
1873
1816
|
|
|
1874
1817
|
### Rust Crates:
|
|
1875
1818
|
|
|
1876
|
-
- [
|
|
1819
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1877
1820
|
|
|
1878
1821
|
````text
|
|
1879
|
-
|
|
1822
|
+
MIT License
|
|
1880
1823
|
|
|
1881
|
-
|
|
1882
|
-
person obtaining a copy of this software and associated
|
|
1883
|
-
documentation files (the "Software"), to deal in the
|
|
1884
|
-
Software without restriction, including without
|
|
1885
|
-
limitation the rights to use, copy, modify, merge,
|
|
1886
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1887
|
-
the Software, and to permit persons to whom the Software
|
|
1888
|
-
is furnished to do so, subject to the following
|
|
1889
|
-
conditions:
|
|
1824
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1890
1825
|
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1826
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1827
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1828
|
+
in the Software without restriction, including without limitation the rights
|
|
1829
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1830
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1831
|
+
furnished to do so, subject to the following conditions:
|
|
1894
1832
|
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
IN
|
|
1903
|
-
|
|
1833
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1834
|
+
copies or substantial portions of the Software.
|
|
1835
|
+
|
|
1836
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1837
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1838
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1839
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1840
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1841
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1842
|
+
SOFTWARE.
|
|
1904
1843
|
|
|
1905
1844
|
````
|
|
1906
1845
|
|
|
@@ -1956,10 +1895,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1956
1895
|
|
|
1957
1896
|
### Rust Crates:
|
|
1958
1897
|
|
|
1959
|
-
- [
|
|
1898
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1960
1899
|
|
|
1961
1900
|
````text
|
|
1962
|
-
Copyright (c) The
|
|
1901
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1963
1902
|
|
|
1964
1903
|
Permission is hereby granted, free of charge, to any
|
|
1965
1904
|
person obtaining a copy of this software and associated
|
|
@@ -1993,10 +1932,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1993
1932
|
|
|
1994
1933
|
### Rust Crates:
|
|
1995
1934
|
|
|
1996
|
-
- [
|
|
1935
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1936
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1937
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1997
1938
|
|
|
1998
1939
|
````text
|
|
1999
|
-
|
|
1940
|
+
MIT License
|
|
1941
|
+
|
|
1942
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2000
1943
|
|
|
2001
1944
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2002
1945
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2005,16 +1948,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2005
1948
|
copies of the Software, and to permit persons to whom the Software is
|
|
2006
1949
|
furnished to do so, subject to the following conditions:
|
|
2007
1950
|
|
|
2008
|
-
The above copyright notice and this permission notice shall be included in
|
|
2009
|
-
|
|
1951
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1952
|
+
copies or substantial portions of the Software.
|
|
2010
1953
|
|
|
2011
1954
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2012
1955
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2013
1956
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2014
1957
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2015
1958
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2016
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2017
|
-
|
|
1959
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1960
|
+
SOFTWARE.
|
|
2018
1961
|
|
|
2019
1962
|
````
|
|
2020
1963
|
|
|
@@ -2024,11 +1967,48 @@ THE SOFTWARE.
|
|
|
2024
1967
|
|
|
2025
1968
|
### Rust Crates:
|
|
2026
1969
|
|
|
2027
|
-
- [
|
|
1970
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2028
1971
|
|
|
2029
1972
|
````text
|
|
2030
|
-
Copyright (c) 2018-
|
|
2031
|
-
Copyright (c)
|
|
1973
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1974
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1975
|
+
|
|
1976
|
+
Permission is hereby granted, free of charge, to any
|
|
1977
|
+
person obtaining a copy of this software and associated
|
|
1978
|
+
documentation files (the "Software"), to deal in the
|
|
1979
|
+
Software without restriction, including without
|
|
1980
|
+
limitation the rights to use, copy, modify, merge,
|
|
1981
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1982
|
+
the Software, and to permit persons to whom the Software
|
|
1983
|
+
is furnished to do so, subject to the following
|
|
1984
|
+
conditions:
|
|
1985
|
+
|
|
1986
|
+
The above copyright notice and this permission notice
|
|
1987
|
+
shall be included in all copies or substantial portions
|
|
1988
|
+
of the Software.
|
|
1989
|
+
|
|
1990
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1991
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1992
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1993
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1994
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1995
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1996
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1997
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1998
|
+
DEALINGS IN THE SOFTWARE.
|
|
1999
|
+
|
|
2000
|
+
````
|
|
2001
|
+
|
|
2002
|
+
---
|
|
2003
|
+
|
|
2004
|
+
## The following dependencies are licensed under the MIT License:
|
|
2005
|
+
|
|
2006
|
+
### Rust Crates:
|
|
2007
|
+
|
|
2008
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2009
|
+
|
|
2010
|
+
````text
|
|
2011
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2032
2012
|
|
|
2033
2013
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2034
2014
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2037,17 +2017,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2037
2017
|
copies of the Software, and to permit persons to whom the Software is
|
|
2038
2018
|
furnished to do so, subject to the following conditions:
|
|
2039
2019
|
|
|
2040
|
-
The above copyright notice and this permission notice shall be included in
|
|
2041
|
-
|
|
2020
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2021
|
+
copies or substantial portions of the Software.
|
|
2042
2022
|
|
|
2043
2023
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2044
2024
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2045
2025
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2046
2026
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2047
2027
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2048
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2049
|
-
|
|
2050
|
-
|
|
2028
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2029
|
+
SOFTWARE.
|
|
2051
2030
|
|
|
2052
2031
|
````
|
|
2053
2032
|
|
|
@@ -2057,11 +2036,11 @@ THE SOFTWARE.
|
|
|
2057
2036
|
|
|
2058
2037
|
### Rust Crates:
|
|
2059
2038
|
|
|
2060
|
-
- [tungstenite](https://github.com/snapview/tungstenite
|
|
2039
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2061
2040
|
|
|
2062
2041
|
````text
|
|
2042
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2063
2043
|
Copyright (c) 2017 Alexey Galakhov
|
|
2064
|
-
Copyright (c) 2016 Jason Housley
|
|
2065
2044
|
|
|
2066
2045
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2067
2046
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2089,34 +2068,28 @@ THE SOFTWARE.
|
|
|
2089
2068
|
|
|
2090
2069
|
### Rust Crates:
|
|
2091
2070
|
|
|
2092
|
-
- [
|
|
2071
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2093
2072
|
|
|
2094
2073
|
````text
|
|
2095
|
-
|
|
2074
|
+
MIT License
|
|
2096
2075
|
|
|
2097
|
-
Permission is hereby granted, free of charge, to any
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
the Software, and to permit persons to whom the Software
|
|
2104
|
-
is furnished to do so, subject to the following
|
|
2105
|
-
conditions:
|
|
2076
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2077
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2078
|
+
in the Software without restriction, including without limitation the rights
|
|
2079
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2080
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2081
|
+
furnished to do so, subject to the following conditions:
|
|
2106
2082
|
|
|
2107
|
-
The above copyright notice and this permission notice
|
|
2108
|
-
|
|
2109
|
-
of the Software.
|
|
2083
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2084
|
+
copies or substantial portions of the Software.
|
|
2110
2085
|
|
|
2111
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2119
|
-
DEALINGS IN THE SOFTWARE.
|
|
2086
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2087
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2088
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2089
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2090
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2091
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2092
|
+
SOFTWARE.
|
|
2120
2093
|
|
|
2121
2094
|
````
|
|
2122
2095
|
|
|
@@ -2126,10 +2099,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2126
2099
|
|
|
2127
2100
|
### Rust Crates:
|
|
2128
2101
|
|
|
2129
|
-
- [
|
|
2102
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2130
2103
|
|
|
2131
2104
|
````text
|
|
2132
|
-
|
|
2105
|
+
The MIT License (MIT)
|
|
2106
|
+
|
|
2107
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2133
2108
|
|
|
2134
2109
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2135
2110
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2149,7 +2124,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2149
2124
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2150
2125
|
THE SOFTWARE.
|
|
2151
2126
|
|
|
2152
|
-
|
|
2153
2127
|
````
|
|
2154
2128
|
|
|
2155
2129
|
---
|
|
@@ -2158,12 +2132,10 @@ THE SOFTWARE.
|
|
|
2158
2132
|
|
|
2159
2133
|
### Rust Crates:
|
|
2160
2134
|
|
|
2161
|
-
- [
|
|
2135
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2162
2136
|
|
|
2163
2137
|
````text
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2138
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2167
2139
|
|
|
2168
2140
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2169
2141
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2191,34 +2163,31 @@ THE SOFTWARE.
|
|
|
2191
2163
|
|
|
2192
2164
|
### Rust Crates:
|
|
2193
2165
|
|
|
2194
|
-
- [
|
|
2166
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2195
2167
|
|
|
2196
2168
|
````text
|
|
2197
|
-
|
|
2169
|
+
MIT License
|
|
2198
2170
|
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
documentation files (the "Software"), to deal in the
|
|
2202
|
-
Software without restriction, including without
|
|
2203
|
-
limitation the rights to use, copy, modify, merge,
|
|
2204
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2205
|
-
the Software, and to permit persons to whom the Software
|
|
2206
|
-
is furnished to do so, subject to the following
|
|
2207
|
-
conditions:
|
|
2171
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2172
|
+
Copyright (c) Tokio Contributors
|
|
2208
2173
|
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2174
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2175
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2176
|
+
in the Software without restriction, including without limitation the rights
|
|
2177
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2178
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2179
|
+
furnished to do so, subject to the following conditions:
|
|
2212
2180
|
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
IN
|
|
2221
|
-
|
|
2181
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2182
|
+
copies or substantial portions of the Software.
|
|
2183
|
+
|
|
2184
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2185
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2186
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2187
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2188
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2189
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2190
|
+
SOFTWARE.
|
|
2222
2191
|
|
|
2223
2192
|
````
|
|
2224
2193
|
|
|
@@ -2228,34 +2197,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2228
2197
|
|
|
2229
2198
|
### Rust Crates:
|
|
2230
2199
|
|
|
2231
|
-
- [
|
|
2200
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2232
2201
|
|
|
2233
2202
|
````text
|
|
2234
|
-
|
|
2203
|
+
The MIT License (MIT)
|
|
2235
2204
|
|
|
2236
|
-
|
|
2237
|
-
person obtaining a copy of this software and associated
|
|
2238
|
-
documentation files (the "Software"), to deal in the
|
|
2239
|
-
Software without restriction, including without
|
|
2240
|
-
limitation the rights to use, copy, modify, merge,
|
|
2241
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2242
|
-
the Software, and to permit persons to whom the Software
|
|
2243
|
-
is furnished to do so, subject to the following
|
|
2244
|
-
conditions:
|
|
2205
|
+
Copyright (c) 2015 Alice Maz
|
|
2245
2206
|
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2207
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2208
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2209
|
+
in the Software without restriction, including without limitation the rights
|
|
2210
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2211
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2212
|
+
furnished to do so, subject to the following conditions:
|
|
2249
2213
|
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
IN
|
|
2258
|
-
|
|
2214
|
+
The above copyright notice and this permission notice shall be included in
|
|
2215
|
+
all copies or substantial portions of the Software.
|
|
2216
|
+
|
|
2217
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2218
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2219
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2220
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2221
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2222
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2223
|
+
THE SOFTWARE.
|
|
2259
2224
|
|
|
2260
2225
|
````
|
|
2261
2226
|
|
|
@@ -2265,34 +2230,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2265
2230
|
|
|
2266
2231
|
### Rust Crates:
|
|
2267
2232
|
|
|
2268
|
-
- [
|
|
2233
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2269
2234
|
|
|
2270
2235
|
````text
|
|
2271
|
-
Copyright (c)
|
|
2236
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2237
|
+
Copyright (c) 2016 Alex Crichton
|
|
2272
2238
|
|
|
2273
|
-
Permission is hereby granted, free of charge, to any
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
the Software, and to permit persons to whom the Software
|
|
2280
|
-
is furnished to do so, subject to the following
|
|
2281
|
-
conditions:
|
|
2239
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2240
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2241
|
+
in the Software without restriction, including without limitation the rights
|
|
2242
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2243
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2244
|
+
furnished to do so, subject to the following conditions:
|
|
2282
2245
|
|
|
2283
|
-
The above copyright notice and this permission notice
|
|
2284
|
-
|
|
2285
|
-
|
|
2246
|
+
The above copyright notice and this permission notice shall be included in
|
|
2247
|
+
all copies or substantial portions of the Software.
|
|
2248
|
+
|
|
2249
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2250
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2251
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2252
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2253
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2254
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2255
|
+
THE SOFTWARE.
|
|
2286
2256
|
|
|
2287
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2288
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2289
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2290
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2291
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2292
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2293
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2294
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2295
|
-
DEALINGS IN THE SOFTWARE.
|
|
2296
2257
|
|
|
2297
2258
|
````
|
|
2298
2259
|
|
|
@@ -2302,11 +2263,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2302
2263
|
|
|
2303
2264
|
### Rust Crates:
|
|
2304
2265
|
|
|
2305
|
-
- [
|
|
2266
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
2267
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2268
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2306
2269
|
|
|
2307
2270
|
````text
|
|
2308
|
-
Copyright (c)
|
|
2309
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2271
|
+
Copyright (c) 2019 Tower Contributors
|
|
2310
2272
|
|
|
2311
2273
|
Permission is hereby granted, free of charge, to any
|
|
2312
2274
|
person obtaining a copy of this software and associated
|
|
@@ -2340,15 +2302,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2340
2302
|
|
|
2341
2303
|
### Rust Crates:
|
|
2342
2304
|
|
|
2343
|
-
- [
|
|
2305
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2344
2306
|
|
|
2345
2307
|
````text
|
|
2346
2308
|
MIT License
|
|
2347
2309
|
|
|
2348
|
-
Copyright
|
|
2349
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2350
|
-
Copyright (c) 2017 Frommi
|
|
2351
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2310
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2352
2311
|
|
|
2353
2312
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2354
2313
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2374,36 +2333,65 @@ SOFTWARE.
|
|
|
2374
2333
|
|
|
2375
2334
|
## The following dependencies are licensed under the MIT License:
|
|
2376
2335
|
|
|
2336
|
+
### NPM Packages:
|
|
2337
|
+
|
|
2338
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2339
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2340
|
+
|
|
2341
|
+
````text
|
|
2342
|
+
MIT License
|
|
2343
|
+
|
|
2344
|
+
Copyright (c) Microsoft Corporation.
|
|
2345
|
+
|
|
2346
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2347
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2348
|
+
in the Software without restriction, including without limitation the rights
|
|
2349
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2350
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2351
|
+
furnished to do so, subject to the following conditions:
|
|
2352
|
+
|
|
2353
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2354
|
+
copies or substantial portions of the Software.
|
|
2355
|
+
|
|
2356
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2357
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2358
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2359
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2360
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2361
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2362
|
+
SOFTWARE
|
|
2363
|
+
|
|
2364
|
+
````
|
|
2365
|
+
|
|
2366
|
+
---
|
|
2367
|
+
|
|
2368
|
+
## The following dependencies are licensed under the MIT License:
|
|
2369
|
+
|
|
2377
2370
|
### Rust Crates:
|
|
2378
2371
|
|
|
2379
|
-
- [
|
|
2372
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2380
2373
|
|
|
2381
2374
|
````text
|
|
2382
|
-
Copyright (c)
|
|
2375
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2376
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2383
2377
|
|
|
2384
|
-
Permission is hereby granted, free of charge, to any
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
the Software, and to permit persons to whom the Software
|
|
2391
|
-
is furnished to do so, subject to the following
|
|
2392
|
-
conditions:
|
|
2378
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2379
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2380
|
+
in the Software without restriction, including without limitation the rights
|
|
2381
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2382
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2383
|
+
furnished to do so, subject to the following conditions:
|
|
2393
2384
|
|
|
2394
|
-
The above copyright notice and this permission notice
|
|
2395
|
-
|
|
2396
|
-
of the Software.
|
|
2385
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2386
|
+
copies or substantial portions of the Software.
|
|
2397
2387
|
|
|
2398
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2406
|
-
DEALINGS IN THE SOFTWARE.
|
|
2388
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2389
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2390
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2391
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2392
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2393
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2394
|
+
SOFTWARE.
|
|
2407
2395
|
|
|
2408
2396
|
````
|
|
2409
2397
|
|
|
@@ -2413,10 +2401,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2413
2401
|
|
|
2414
2402
|
### Rust Crates:
|
|
2415
2403
|
|
|
2416
|
-
- [
|
|
2404
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2417
2405
|
|
|
2418
2406
|
````text
|
|
2419
|
-
Copyright (c)
|
|
2407
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2420
2408
|
|
|
2421
2409
|
Permission is hereby granted, free of charge, to any
|
|
2422
2410
|
person obtaining a copy of this software and associated
|
|
@@ -2441,6 +2429,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2441
2429
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2442
2430
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2443
2431
|
DEALINGS IN THE SOFTWARE.
|
|
2432
|
+
|
|
2444
2433
|
````
|
|
2445
2434
|
|
|
2446
2435
|
---
|
|
@@ -2449,13 +2438,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2449
2438
|
|
|
2450
2439
|
### Rust Crates:
|
|
2451
2440
|
|
|
2452
|
-
- [
|
|
2453
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2454
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2455
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2441
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2456
2442
|
|
|
2457
2443
|
````text
|
|
2458
|
-
Copyright (c)
|
|
2444
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2459
2445
|
|
|
2460
2446
|
Permission is hereby granted, free of charge, to any
|
|
2461
2447
|
person obtaining a copy of this software and associated
|
|
@@ -2489,34 +2475,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2489
2475
|
|
|
2490
2476
|
### Rust Crates:
|
|
2491
2477
|
|
|
2492
|
-
- [
|
|
2478
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2493
2479
|
|
|
2494
2480
|
````text
|
|
2495
|
-
Copyright (c)
|
|
2481
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2496
2482
|
|
|
2497
|
-
Permission is hereby granted, free of charge, to any
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
the Software, and to permit persons to whom the Software
|
|
2504
|
-
is furnished to do so, subject to the following
|
|
2505
|
-
conditions:
|
|
2483
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2484
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2485
|
+
in the Software without restriction, including without limitation the rights
|
|
2486
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2487
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2488
|
+
furnished to do so, subject to the following conditions:
|
|
2506
2489
|
|
|
2507
|
-
The above copyright notice and this permission notice
|
|
2508
|
-
|
|
2509
|
-
of the Software.
|
|
2490
|
+
The above copyright notice and this permission notice shall be included in
|
|
2491
|
+
all copies or substantial portions of the Software.
|
|
2510
2492
|
|
|
2511
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2519
|
-
DEALINGS IN THE SOFTWARE.
|
|
2493
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2494
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2495
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2496
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2497
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2498
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2499
|
+
THE SOFTWARE.
|
|
2520
2500
|
|
|
2521
2501
|
````
|
|
2522
2502
|
|
|
@@ -2526,10 +2506,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2526
2506
|
|
|
2527
2507
|
### Rust Crates:
|
|
2528
2508
|
|
|
2529
|
-
- [
|
|
2509
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2530
2510
|
|
|
2531
2511
|
````text
|
|
2532
|
-
Copyright (c)
|
|
2512
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2533
2513
|
|
|
2534
2514
|
Permission is hereby granted, free of charge, to any
|
|
2535
2515
|
person obtaining a copy of this software and associated
|
|
@@ -2563,12 +2543,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2563
2543
|
|
|
2564
2544
|
### Rust Crates:
|
|
2565
2545
|
|
|
2566
|
-
- [
|
|
2567
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2568
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2546
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2569
2547
|
|
|
2570
2548
|
````text
|
|
2571
|
-
Copyright (c)
|
|
2549
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2572
2550
|
|
|
2573
2551
|
Permission is hereby granted, free of charge, to any
|
|
2574
2552
|
person obtaining a copy of this software and associated
|
|
@@ -2602,10 +2580,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2602
2580
|
|
|
2603
2581
|
### Rust Crates:
|
|
2604
2582
|
|
|
2605
|
-
- [
|
|
2583
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2606
2584
|
|
|
2607
2585
|
````text
|
|
2608
|
-
Copyright
|
|
2586
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2587
|
+
|
|
2588
|
+
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:
|
|
2589
|
+
|
|
2590
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2591
|
+
|
|
2592
|
+
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.
|
|
2593
|
+
|
|
2594
|
+
````
|
|
2595
|
+
|
|
2596
|
+
---
|
|
2597
|
+
|
|
2598
|
+
## The following dependencies are licensed under the MIT License:
|
|
2599
|
+
|
|
2600
|
+
### Rust Crates:
|
|
2601
|
+
|
|
2602
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2603
|
+
|
|
2604
|
+
````text
|
|
2605
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2609
2606
|
|
|
2610
2607
|
Permission is hereby granted, free of charge, to any
|
|
2611
2608
|
person obtaining a copy of this software and associated
|
|
@@ -2639,30 +2636,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2639
2636
|
|
|
2640
2637
|
### Rust Crates:
|
|
2641
2638
|
|
|
2642
|
-
- [
|
|
2643
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2639
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
2644
2640
|
|
|
2645
2641
|
````text
|
|
2646
|
-
|
|
2642
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
2647
2643
|
|
|
2648
|
-
|
|
2644
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2645
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2646
|
+
in the Software without restriction, including without limitation the rights
|
|
2647
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2648
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2649
|
+
furnished to do so, subject to the following conditions:
|
|
2649
2650
|
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
the Software without restriction, including without limitation the rights to
|
|
2653
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2654
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2655
|
-
subject to the following conditions:
|
|
2656
|
-
|
|
2657
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2658
|
-
copies or substantial portions of the Software.
|
|
2651
|
+
The above copyright notice and this permission notice shall be included in
|
|
2652
|
+
all copies or substantial portions of the Software.
|
|
2659
2653
|
|
|
2660
2654
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2661
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2662
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2663
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2664
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2665
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2655
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2656
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2657
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2658
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2659
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2660
|
+
THE SOFTWARE.
|
|
2661
|
+
|
|
2666
2662
|
|
|
2667
2663
|
````
|
|
2668
2664
|
|
|
@@ -2672,30 +2668,71 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2672
2668
|
|
|
2673
2669
|
### Rust Crates:
|
|
2674
2670
|
|
|
2675
|
-
- [
|
|
2671
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2676
2672
|
|
|
2677
2673
|
````text
|
|
2678
|
-
|
|
2674
|
+
Copyright (c) 2016--2017
|
|
2679
2675
|
|
|
2680
|
-
|
|
2676
|
+
Permission is hereby granted, free of charge, to any
|
|
2677
|
+
person obtaining a copy of this software and associated
|
|
2678
|
+
documentation files (the "Software"), to deal in the
|
|
2679
|
+
Software without restriction, including without
|
|
2680
|
+
limitation the rights to use, copy, modify, merge,
|
|
2681
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2682
|
+
the Software, and to permit persons to whom the Software
|
|
2683
|
+
is furnished to do so, subject to the following
|
|
2684
|
+
conditions:
|
|
2681
2685
|
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2686
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2687
|
-
furnished to do so, subject to the following conditions:
|
|
2686
|
+
The above copyright notice and this permission notice
|
|
2687
|
+
shall be included in all copies or substantial portions
|
|
2688
|
+
of the Software.
|
|
2688
2689
|
|
|
2689
|
-
|
|
2690
|
-
|
|
2690
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2691
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2692
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2693
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2694
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2695
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2696
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2697
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2698
|
+
DEALINGS IN THE SOFTWARE.
|
|
2691
2699
|
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2700
|
+
````
|
|
2701
|
+
|
|
2702
|
+
---
|
|
2703
|
+
|
|
2704
|
+
## The following dependencies are licensed under the MIT License:
|
|
2705
|
+
|
|
2706
|
+
### Rust Crates:
|
|
2707
|
+
|
|
2708
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2709
|
+
|
|
2710
|
+
````text
|
|
2711
|
+
Copyright (c) 2014 Chris Wong
|
|
2712
|
+
|
|
2713
|
+
Permission is hereby granted, free of charge, to any
|
|
2714
|
+
person obtaining a copy of this software and associated
|
|
2715
|
+
documentation files (the "Software"), to deal in the
|
|
2716
|
+
Software without restriction, including without
|
|
2717
|
+
limitation the rights to use, copy, modify, merge,
|
|
2718
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2719
|
+
the Software, and to permit persons to whom the Software
|
|
2720
|
+
is furnished to do so, subject to the following
|
|
2721
|
+
conditions:
|
|
2722
|
+
|
|
2723
|
+
The above copyright notice and this permission notice
|
|
2724
|
+
shall be included in all copies or substantial portions
|
|
2725
|
+
of the Software.
|
|
2726
|
+
|
|
2727
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2728
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2729
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2730
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2731
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2732
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2733
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2734
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2735
|
+
DEALINGS IN THE SOFTWARE.
|
|
2699
2736
|
|
|
2700
2737
|
````
|
|
2701
2738
|
|
|
@@ -2705,13 +2742,14 @@ SOFTWARE.
|
|
|
2705
2742
|
|
|
2706
2743
|
### Rust Crates:
|
|
2707
2744
|
|
|
2708
|
-
- [
|
|
2745
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2746
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2747
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2709
2748
|
|
|
2710
2749
|
````text
|
|
2711
|
-
|
|
2750
|
+
MIT License
|
|
2712
2751
|
|
|
2713
|
-
Copyright (c)
|
|
2714
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2752
|
+
Copyright (c) 2017 Ted Driggs
|
|
2715
2753
|
|
|
2716
2754
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2717
2755
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2739,15 +2777,10 @@ SOFTWARE.
|
|
|
2739
2777
|
|
|
2740
2778
|
### Rust Crates:
|
|
2741
2779
|
|
|
2742
|
-
- [
|
|
2743
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2744
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2745
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2746
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2747
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2780
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2748
2781
|
|
|
2749
2782
|
````text
|
|
2750
|
-
Copyright (c)
|
|
2783
|
+
Copyright (c) 2015 Steven Allen
|
|
2751
2784
|
|
|
2752
2785
|
Permission is hereby granted, free of charge, to any
|
|
2753
2786
|
person obtaining a copy of this software and associated
|
|
@@ -2781,32 +2814,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2781
2814
|
|
|
2782
2815
|
### Rust Crates:
|
|
2783
2816
|
|
|
2784
|
-
- [
|
|
2817
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2785
2818
|
|
|
2786
2819
|
````text
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
Copyright (c) 2015 Danny Guo
|
|
2790
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2791
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2820
|
+
Copyright (c) 2017 http-rs authors
|
|
2792
2821
|
|
|
2793
|
-
Permission is hereby granted, free of charge, to any
|
|
2794
|
-
of this software and associated
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2822
|
+
Permission is hereby granted, free of charge, to any
|
|
2823
|
+
person obtaining a copy of this software and associated
|
|
2824
|
+
documentation files (the "Software"), to deal in the
|
|
2825
|
+
Software without restriction, including without
|
|
2826
|
+
limitation the rights to use, copy, modify, merge,
|
|
2827
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2828
|
+
the Software, and to permit persons to whom the Software
|
|
2829
|
+
is furnished to do so, subject to the following
|
|
2830
|
+
conditions:
|
|
2799
2831
|
|
|
2800
|
-
The above copyright notice and this permission notice
|
|
2801
|
-
copies or substantial portions
|
|
2832
|
+
The above copyright notice and this permission notice
|
|
2833
|
+
shall be included in all copies or substantial portions
|
|
2834
|
+
of the Software.
|
|
2802
2835
|
|
|
2803
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2804
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2836
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2837
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2838
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2839
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2840
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2841
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2842
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2843
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2844
|
+
DEALINGS IN THE SOFTWARE.
|
|
2810
2845
|
|
|
2811
2846
|
````
|
|
2812
2847
|
|
|
@@ -2816,30 +2851,34 @@ SOFTWARE.
|
|
|
2816
2851
|
|
|
2817
2852
|
### Rust Crates:
|
|
2818
2853
|
|
|
2819
|
-
- [
|
|
2854
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2820
2855
|
|
|
2821
2856
|
````text
|
|
2822
|
-
Copyright (c) 2017
|
|
2823
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
2824
|
-
|
|
2825
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2826
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2827
|
-
in the Software without restriction, including without limitation the rights
|
|
2828
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2829
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2830
|
-
furnished to do so, subject to the following conditions:
|
|
2857
|
+
Copyright (c) 2017 Robert Grosse
|
|
2831
2858
|
|
|
2832
|
-
|
|
2833
|
-
|
|
2859
|
+
Permission is hereby granted, free of charge, to any
|
|
2860
|
+
person obtaining a copy of this software and associated
|
|
2861
|
+
documentation files (the "Software"), to deal in the
|
|
2862
|
+
Software without restriction, including without
|
|
2863
|
+
limitation the rights to use, copy, modify, merge,
|
|
2864
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2865
|
+
the Software, and to permit persons to whom the Software
|
|
2866
|
+
is furnished to do so, subject to the following
|
|
2867
|
+
conditions:
|
|
2834
2868
|
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2839
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2840
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2841
|
-
THE SOFTWARE.
|
|
2869
|
+
The above copyright notice and this permission notice
|
|
2870
|
+
shall be included in all copies or substantial portions
|
|
2871
|
+
of the Software.
|
|
2842
2872
|
|
|
2873
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2874
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2875
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2876
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2877
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2878
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2879
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2880
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2881
|
+
DEALINGS IN THE SOFTWARE.
|
|
2843
2882
|
````
|
|
2844
2883
|
|
|
2845
2884
|
---
|
|
@@ -2848,12 +2887,12 @@ THE SOFTWARE.
|
|
|
2848
2887
|
|
|
2849
2888
|
### NPM Packages:
|
|
2850
2889
|
|
|
2851
|
-
- [
|
|
2890
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2852
2891
|
|
|
2853
2892
|
````text
|
|
2854
2893
|
MIT License
|
|
2855
2894
|
|
|
2856
|
-
Copyright (c)
|
|
2895
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2857
2896
|
|
|
2858
2897
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2859
2898
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2873,8 +2912,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2873
2912
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2874
2913
|
SOFTWARE.
|
|
2875
2914
|
|
|
2876
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2877
|
-
|
|
2878
2915
|
````
|
|
2879
2916
|
|
|
2880
2917
|
---
|
|
@@ -2883,10 +2920,10 @@ SOFTWARE.
|
|
|
2883
2920
|
|
|
2884
2921
|
### Rust Crates:
|
|
2885
2922
|
|
|
2886
|
-
- [
|
|
2923
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2887
2924
|
|
|
2888
2925
|
````text
|
|
2889
|
-
Copyright (c)
|
|
2926
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2890
2927
|
|
|
2891
2928
|
Permission is hereby granted, free of charge, to any
|
|
2892
2929
|
person obtaining a copy of this software and associated
|
|
@@ -2920,10 +2957,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2920
2957
|
|
|
2921
2958
|
### Rust Crates:
|
|
2922
2959
|
|
|
2923
|
-
- [
|
|
2960
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2924
2961
|
|
|
2925
2962
|
````text
|
|
2926
|
-
Copyright (c)
|
|
2963
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2927
2964
|
|
|
2928
2965
|
Permission is hereby granted, free of charge, to any
|
|
2929
2966
|
person obtaining a copy of this software and associated
|
|
@@ -2957,14 +2994,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2957
2994
|
|
|
2958
2995
|
### Rust Crates:
|
|
2959
2996
|
|
|
2960
|
-
- [
|
|
2961
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2962
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2997
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
2963
2998
|
|
|
2964
2999
|
````text
|
|
2965
|
-
|
|
3000
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
2966
3001
|
|
|
2967
|
-
|
|
3002
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3003
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3004
|
+
in the Software without restriction, including without limitation the rights
|
|
3005
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3006
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3007
|
+
furnished to do so, subject to the following conditions:
|
|
3008
|
+
|
|
3009
|
+
The above copyright notice and this permission notice shall be included in
|
|
3010
|
+
all copies or substantial portions of the Software.
|
|
3011
|
+
|
|
3012
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3013
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3014
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3015
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3016
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3017
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3018
|
+
THE SOFTWARE.
|
|
3019
|
+
|
|
3020
|
+
````
|
|
3021
|
+
|
|
3022
|
+
---
|
|
3023
|
+
|
|
3024
|
+
## The following dependencies are licensed under the MIT License:
|
|
3025
|
+
|
|
3026
|
+
### Rust Crates:
|
|
3027
|
+
|
|
3028
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3029
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3030
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3031
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3032
|
+
|
|
3033
|
+
````text
|
|
3034
|
+
The MIT License (MIT)
|
|
3035
|
+
|
|
3036
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2968
3037
|
|
|
2969
3038
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2970
3039
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2973,16 +3042,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2973
3042
|
copies of the Software, and to permit persons to whom the Software is
|
|
2974
3043
|
furnished to do so, subject to the following conditions:
|
|
2975
3044
|
|
|
2976
|
-
The above copyright notice and this permission notice shall be included in
|
|
2977
|
-
copies or substantial portions of the Software.
|
|
3045
|
+
The above copyright notice and this permission notice shall be included in
|
|
3046
|
+
all copies or substantial portions of the Software.
|
|
2978
3047
|
|
|
2979
3048
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2980
3049
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2981
3050
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2982
3051
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2983
3052
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2984
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2985
|
-
SOFTWARE.
|
|
3053
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3054
|
+
THE SOFTWARE.
|
|
2986
3055
|
|
|
2987
3056
|
````
|
|
2988
3057
|
|
|
@@ -2992,16 +3061,35 @@ SOFTWARE.
|
|
|
2992
3061
|
|
|
2993
3062
|
### Rust Crates:
|
|
2994
3063
|
|
|
2995
|
-
- [
|
|
3064
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
3065
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2996
3066
|
|
|
2997
3067
|
````text
|
|
2998
|
-
Copyright
|
|
3068
|
+
Copyright (c) 2014 Alex Crichton
|
|
2999
3069
|
|
|
3000
|
-
Permission is hereby granted, free of charge, to any
|
|
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:
|
|
3001
3079
|
|
|
3002
|
-
The above copyright notice and this permission notice
|
|
3080
|
+
The above copyright notice and this permission notice
|
|
3081
|
+
shall be included in all copies or substantial portions
|
|
3082
|
+
of the Software.
|
|
3003
3083
|
|
|
3004
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
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.
|
|
3005
3093
|
|
|
3006
3094
|
````
|
|
3007
3095
|
|
|
@@ -3011,12 +3099,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3011
3099
|
|
|
3012
3100
|
### Rust Crates:
|
|
3013
3101
|
|
|
3014
|
-
- [
|
|
3102
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3015
3103
|
|
|
3016
3104
|
````text
|
|
3017
|
-
MIT License
|
|
3105
|
+
The MIT License (MIT)
|
|
3018
3106
|
|
|
3019
|
-
Copyright (c)
|
|
3107
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3020
3108
|
|
|
3021
3109
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3022
3110
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3044,10 +3132,12 @@ SOFTWARE.
|
|
|
3044
3132
|
|
|
3045
3133
|
### Rust Crates:
|
|
3046
3134
|
|
|
3047
|
-
- [
|
|
3135
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3048
3136
|
|
|
3049
3137
|
````text
|
|
3050
|
-
Copyright (c)
|
|
3138
|
+
Copyright (c) 2017 Carl Lerche
|
|
3139
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3140
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3051
3141
|
|
|
3052
3142
|
Permission is hereby granted, free of charge, to any
|
|
3053
3143
|
person obtaining a copy of this software and associated
|
|
@@ -3079,15 +3169,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3079
3169
|
|
|
3080
3170
|
## The following dependencies are licensed under the MIT License:
|
|
3081
3171
|
|
|
3082
|
-
###
|
|
3172
|
+
### NPM Packages:
|
|
3083
3173
|
|
|
3084
|
-
- [
|
|
3085
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3174
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3086
3175
|
|
|
3087
3176
|
````text
|
|
3088
|
-
MIT License
|
|
3177
|
+
The MIT License (MIT)
|
|
3089
3178
|
|
|
3090
|
-
Copyright (c)
|
|
3179
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3091
3180
|
|
|
3092
3181
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3093
3182
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3107,6 +3196,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3107
3196
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3108
3197
|
SOFTWARE.
|
|
3109
3198
|
|
|
3199
|
+
|
|
3110
3200
|
````
|
|
3111
3201
|
|
|
3112
3202
|
---
|
|
@@ -3115,30 +3205,67 @@ SOFTWARE.
|
|
|
3115
3205
|
|
|
3116
3206
|
### Rust Crates:
|
|
3117
3207
|
|
|
3118
|
-
- [
|
|
3208
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3119
3209
|
|
|
3120
3210
|
````text
|
|
3121
|
-
Copyright (c)
|
|
3211
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3122
3212
|
|
|
3123
|
-
Permission is hereby granted, free of charge, to any
|
|
3124
|
-
of this software and associated
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3213
|
+
Permission is hereby granted, free of charge, to any
|
|
3214
|
+
person obtaining a copy of this software and associated
|
|
3215
|
+
documentation files (the "Software"), to deal in the
|
|
3216
|
+
Software without restriction, including without
|
|
3217
|
+
limitation the rights to use, copy, modify, merge,
|
|
3218
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3219
|
+
the Software, and to permit persons to whom the Software
|
|
3220
|
+
is furnished to do so, subject to the following
|
|
3221
|
+
conditions:
|
|
3129
3222
|
|
|
3130
|
-
The above copyright notice and this permission notice
|
|
3131
|
-
all copies or substantial portions
|
|
3223
|
+
The above copyright notice and this permission notice
|
|
3224
|
+
shall be included in all copies or substantial portions
|
|
3225
|
+
of the Software.
|
|
3132
3226
|
|
|
3133
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3134
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3227
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3228
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3229
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3230
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3231
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3232
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3233
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3234
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3235
|
+
DEALINGS IN THE SOFTWARE.
|
|
3236
|
+
|
|
3237
|
+
````
|
|
3238
|
+
|
|
3239
|
+
---
|
|
3240
|
+
|
|
3241
|
+
## The following dependencies are licensed under the MIT License:
|
|
3242
|
+
|
|
3243
|
+
### Rust Crates:
|
|
3140
3244
|
|
|
3245
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3141
3246
|
|
|
3247
|
+
````text
|
|
3248
|
+
The MIT License (MIT)
|
|
3249
|
+
|
|
3250
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3251
|
+
|
|
3252
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3253
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3254
|
+
in the Software without restriction, including without limitation the rights
|
|
3255
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3256
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3257
|
+
furnished to do so, subject to the following conditions:
|
|
3258
|
+
|
|
3259
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3260
|
+
copies or substantial portions of the Software.
|
|
3261
|
+
|
|
3262
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3263
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3264
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3265
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3266
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3267
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3268
|
+
SOFTWARE.
|
|
3142
3269
|
````
|
|
3143
3270
|
|
|
3144
3271
|
---
|
|
@@ -3147,10 +3274,15 @@ THE SOFTWARE.
|
|
|
3147
3274
|
|
|
3148
3275
|
### Rust Crates:
|
|
3149
3276
|
|
|
3150
|
-
- [
|
|
3277
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3278
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3279
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3280
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3281
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3282
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3151
3283
|
|
|
3152
3284
|
````text
|
|
3153
|
-
Copyright (c)
|
|
3285
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3154
3286
|
|
|
3155
3287
|
Permission is hereby granted, free of charge, to any
|
|
3156
3288
|
person obtaining a copy of this software and associated
|
|
@@ -3184,14 +3316,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3184
3316
|
|
|
3185
3317
|
### Rust Crates:
|
|
3186
3318
|
|
|
3187
|
-
- [
|
|
3188
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3189
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3319
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3190
3320
|
|
|
3191
3321
|
````text
|
|
3192
3322
|
MIT License
|
|
3193
3323
|
|
|
3194
|
-
Copyright (c)
|
|
3324
|
+
Copyright (c) 2025 Callum Oakley
|
|
3195
3325
|
|
|
3196
3326
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3197
3327
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3217,14 +3347,14 @@ SOFTWARE.
|
|
|
3217
3347
|
|
|
3218
3348
|
## The following dependencies are licensed under the MIT License:
|
|
3219
3349
|
|
|
3220
|
-
###
|
|
3350
|
+
### Rust Crates:
|
|
3221
3351
|
|
|
3222
|
-
- [
|
|
3352
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3223
3353
|
|
|
3224
3354
|
````text
|
|
3225
3355
|
The MIT License (MIT)
|
|
3226
3356
|
|
|
3227
|
-
Copyright (c)
|
|
3357
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3228
3358
|
|
|
3229
3359
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3230
3360
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3233,17 +3363,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3233
3363
|
copies of the Software, and to permit persons to whom the Software is
|
|
3234
3364
|
furnished to do so, subject to the following conditions:
|
|
3235
3365
|
|
|
3236
|
-
The above copyright notice and this permission notice shall be included in
|
|
3237
|
-
|
|
3366
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3367
|
+
copies or substantial portions of the Software.
|
|
3238
3368
|
|
|
3239
3369
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3240
3370
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3241
3371
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3242
3372
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3243
3373
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3244
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3245
|
-
|
|
3374
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3375
|
+
SOFTWARE.
|
|
3246
3376
|
|
|
3377
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3378
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3247
3379
|
````
|
|
3248
3380
|
|
|
3249
3381
|
---
|
|
@@ -3252,49 +3384,28 @@ THE SOFTWARE.
|
|
|
3252
3384
|
|
|
3253
3385
|
### Rust Crates:
|
|
3254
3386
|
|
|
3255
|
-
- [
|
|
3256
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3257
|
-
|
|
3258
|
-
````text
|
|
3259
|
-
The MIT License (MIT)
|
|
3260
|
-
|
|
3261
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3262
|
-
|
|
3263
|
-
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:
|
|
3264
|
-
|
|
3265
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3266
|
-
|
|
3267
|
-
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.
|
|
3268
|
-
|
|
3269
|
-
````
|
|
3270
|
-
|
|
3271
|
-
---
|
|
3272
|
-
|
|
3273
|
-
## The following dependencies are licensed under the MIT License:
|
|
3274
|
-
|
|
3275
|
-
### NPM Packages:
|
|
3276
|
-
|
|
3277
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3387
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3278
3388
|
|
|
3279
3389
|
````text
|
|
3280
|
-
|
|
3390
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3281
3391
|
|
|
3282
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3283
|
-
this software and associated documentation files (the "Software"), to deal
|
|
3284
|
-
the Software without restriction, including without limitation the rights
|
|
3285
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3286
|
-
the Software, and to permit persons to whom the Software is
|
|
3287
|
-
subject to the following conditions:
|
|
3392
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3393
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3394
|
+
in the Software without restriction, including without limitation the rights
|
|
3395
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3396
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3397
|
+
furnished to do so, subject to the following conditions:
|
|
3288
3398
|
|
|
3289
3399
|
The above copyright notice and this permission notice shall be included in all
|
|
3290
3400
|
copies or substantial portions of the Software.
|
|
3291
3401
|
|
|
3292
3402
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3293
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3294
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3295
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3296
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3297
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3403
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3404
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3405
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3406
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3407
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3408
|
+
SOFTWARE.
|
|
3298
3409
|
|
|
3299
3410
|
````
|
|
3300
3411
|
|
|
@@ -3304,10 +3415,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3304
3415
|
|
|
3305
3416
|
### Rust Crates:
|
|
3306
3417
|
|
|
3307
|
-
- [
|
|
3418
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3419
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3308
3420
|
|
|
3309
3421
|
````text
|
|
3310
|
-
Copyright (c)
|
|
3422
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3423
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3424
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3311
3425
|
|
|
3312
3426
|
Permission is hereby granted, free of charge, to any
|
|
3313
3427
|
person obtaining a copy of this software and associated
|
|
@@ -3341,28 +3455,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3341
3455
|
|
|
3342
3456
|
### Rust Crates:
|
|
3343
3457
|
|
|
3344
|
-
- [
|
|
3458
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3345
3459
|
|
|
3346
3460
|
````text
|
|
3347
|
-
Copyright
|
|
3461
|
+
Copyright 2023 The Fuchsia Authors
|
|
3348
3462
|
|
|
3349
|
-
Permission is hereby granted, free of charge, to any
|
|
3350
|
-
of this software and associated
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3463
|
+
Permission is hereby granted, free of charge, to any
|
|
3464
|
+
person obtaining a copy of this software and associated
|
|
3465
|
+
documentation files (the "Software"), to deal in the
|
|
3466
|
+
Software without restriction, including without
|
|
3467
|
+
limitation the rights to use, copy, modify, merge,
|
|
3468
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3469
|
+
the Software, and to permit persons to whom the Software
|
|
3470
|
+
is furnished to do so, subject to the following
|
|
3471
|
+
conditions:
|
|
3355
3472
|
|
|
3356
|
-
The above copyright notice and this permission notice
|
|
3357
|
-
all copies or substantial portions
|
|
3473
|
+
The above copyright notice and this permission notice
|
|
3474
|
+
shall be included in all copies or substantial portions
|
|
3475
|
+
of the Software.
|
|
3476
|
+
|
|
3477
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3478
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3479
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3480
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3481
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3482
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3483
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3484
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3485
|
+
DEALINGS IN THE SOFTWARE.
|
|
3358
3486
|
|
|
3359
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3360
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3361
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3362
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3363
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3364
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3365
|
-
THE SOFTWARE.
|
|
3366
3487
|
|
|
3367
3488
|
````
|
|
3368
3489
|
|
|
@@ -3370,31 +3491,34 @@ THE SOFTWARE.
|
|
|
3370
3491
|
|
|
3371
3492
|
## The following dependencies are licensed under the MIT License:
|
|
3372
3493
|
|
|
3373
|
-
### Rust Crates:
|
|
3374
|
-
|
|
3375
|
-
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3376
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3377
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3378
|
-
|
|
3379
|
-
````text
|
|
3380
|
-
MIT License
|
|
3381
|
-
|
|
3382
|
-
Copyright (c) <year> <copyright holders>
|
|
3383
|
-
|
|
3384
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3385
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3386
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3387
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3388
|
-
following conditions:
|
|
3494
|
+
### Rust Crates:
|
|
3389
3495
|
|
|
3390
|
-
|
|
3391
|
-
portions of the Software.
|
|
3496
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3392
3497
|
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3498
|
+
````text
|
|
3499
|
+
The MIT License (MIT)
|
|
3500
|
+
|
|
3501
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3502
|
+
|
|
3503
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3504
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3505
|
+
in the Software without restriction, including without limitation the rights
|
|
3506
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3507
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3508
|
+
furnished to do so, subject to the following conditions:
|
|
3509
|
+
|
|
3510
|
+
|
|
3511
|
+
The above copyright notice and this permission notice shall be included in
|
|
3512
|
+
all copies or substantial portions of the Software.
|
|
3513
|
+
|
|
3514
|
+
|
|
3515
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3516
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3517
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3518
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3519
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3520
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3521
|
+
THE SOFTWARE.
|
|
3398
3522
|
|
|
3399
3523
|
````
|
|
3400
3524
|
|
|
@@ -3404,10 +3528,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3404
3528
|
|
|
3405
3529
|
### Rust Crates:
|
|
3406
3530
|
|
|
3407
|
-
- [
|
|
3531
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3408
3532
|
|
|
3409
3533
|
````text
|
|
3410
|
-
Copyright (c) 2019 The
|
|
3534
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3411
3535
|
|
|
3412
3536
|
Permission is hereby granted, free of charge, to any
|
|
3413
3537
|
person obtaining a copy of this software and associated
|
|
@@ -3439,16 +3563,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3439
3563
|
|
|
3440
3564
|
## The following dependencies are licensed under the MIT License:
|
|
3441
3565
|
|
|
3442
|
-
###
|
|
3566
|
+
### NPM Packages:
|
|
3443
3567
|
|
|
3444
|
-
- [
|
|
3445
|
-
- [
|
|
3446
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3568
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3569
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3447
3570
|
|
|
3448
3571
|
````text
|
|
3449
3572
|
MIT License
|
|
3450
3573
|
|
|
3451
|
-
Copyright (c) 2017
|
|
3574
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3452
3575
|
|
|
3453
3576
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3454
3577
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3476,15 +3599,10 @@ SOFTWARE.
|
|
|
3476
3599
|
|
|
3477
3600
|
### Rust Crates:
|
|
3478
3601
|
|
|
3479
|
-
- [
|
|
3480
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3481
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3482
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3483
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3484
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3602
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3485
3603
|
|
|
3486
3604
|
````text
|
|
3487
|
-
Copyright (c)
|
|
3605
|
+
Copyright (c) 2017 Contributors
|
|
3488
3606
|
|
|
3489
3607
|
Permission is hereby granted, free of charge, to any
|
|
3490
3608
|
person obtaining a copy of this software and associated
|
|
@@ -3518,12 +3636,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3518
3636
|
|
|
3519
3637
|
### Rust Crates:
|
|
3520
3638
|
|
|
3521
|
-
- [
|
|
3639
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3522
3640
|
|
|
3523
3641
|
````text
|
|
3524
|
-
Copyright (c)
|
|
3525
|
-
Copyright (c) 2018 Bastian Köcher
|
|
3526
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3642
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3527
3643
|
|
|
3528
3644
|
Permission is hereby granted, free of charge, to any
|
|
3529
3645
|
person obtaining a copy of this software and associated
|
|
@@ -3557,33 +3673,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3557
3673
|
|
|
3558
3674
|
### Rust Crates:
|
|
3559
3675
|
|
|
3560
|
-
- [
|
|
3561
|
-
- [
|
|
3562
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3563
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3676
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3677
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3564
3678
|
|
|
3565
3679
|
````text
|
|
3566
3680
|
The MIT License (MIT)
|
|
3567
3681
|
|
|
3568
|
-
Copyright
|
|
3682
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3569
3683
|
|
|
3570
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3571
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3572
|
-
in the Software without restriction, including without limitation the rights
|
|
3573
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3574
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3575
|
-
furnished to do so, subject to the following conditions:
|
|
3684
|
+
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:
|
|
3576
3685
|
|
|
3577
|
-
The above copyright notice and this permission notice shall be included in
|
|
3578
|
-
all copies or substantial portions of the Software.
|
|
3686
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3579
3687
|
|
|
3580
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3581
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3582
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3583
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3584
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3585
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3586
|
-
THE SOFTWARE.
|
|
3688
|
+
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.
|
|
3587
3689
|
|
|
3588
3690
|
````
|
|
3589
3691
|
|
|
@@ -3593,10 +3695,10 @@ THE SOFTWARE.
|
|
|
3593
3695
|
|
|
3594
3696
|
### Rust Crates:
|
|
3595
3697
|
|
|
3596
|
-
- [
|
|
3698
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
3597
3699
|
|
|
3598
3700
|
````text
|
|
3599
|
-
Copyright (c)
|
|
3701
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
3600
3702
|
|
|
3601
3703
|
Permission is hereby granted, free of charge, to any
|
|
3602
3704
|
person obtaining a copy of this software and associated
|
|
@@ -3628,33 +3730,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3628
3730
|
|
|
3629
3731
|
## The following dependencies are licensed under the MIT License:
|
|
3630
3732
|
|
|
3631
|
-
###
|
|
3733
|
+
### Rust Crates:
|
|
3632
3734
|
|
|
3633
|
-
- [
|
|
3634
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3735
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3635
3736
|
|
|
3636
3737
|
````text
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
3738
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3739
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3640
3740
|
|
|
3641
|
-
Permission is hereby granted, free of charge, to any
|
|
3642
|
-
of this software and associated
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3741
|
+
Permission is hereby granted, free of charge, to any
|
|
3742
|
+
person obtaining a copy of this software and associated
|
|
3743
|
+
documentation files (the "Software"), to deal in the
|
|
3744
|
+
Software without restriction, including without
|
|
3745
|
+
limitation the rights to use, copy, modify, merge,
|
|
3746
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3747
|
+
the Software, and to permit persons to whom the Software
|
|
3748
|
+
is furnished to do so, subject to the following
|
|
3749
|
+
conditions:
|
|
3647
3750
|
|
|
3648
|
-
The above copyright notice and this permission notice
|
|
3649
|
-
copies or substantial portions
|
|
3751
|
+
The above copyright notice and this permission notice
|
|
3752
|
+
shall be included in all copies or substantial portions
|
|
3753
|
+
of the Software.
|
|
3650
3754
|
|
|
3651
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3652
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3755
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3756
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3757
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3758
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3759
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3760
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3761
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3762
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3763
|
+
DEALINGS IN THE SOFTWARE.
|
|
3658
3764
|
|
|
3659
3765
|
````
|
|
3660
3766
|
|
|
@@ -3664,10 +3770,12 @@ SOFTWARE.
|
|
|
3664
3770
|
|
|
3665
3771
|
### Rust Crates:
|
|
3666
3772
|
|
|
3667
|
-
- [
|
|
3773
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3668
3774
|
|
|
3669
3775
|
````text
|
|
3670
|
-
|
|
3776
|
+
MIT License
|
|
3777
|
+
|
|
3778
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3671
3779
|
|
|
3672
3780
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3673
3781
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3695,73 +3803,13 @@ SOFTWARE.
|
|
|
3695
3803
|
|
|
3696
3804
|
### Rust Crates:
|
|
3697
3805
|
|
|
3698
|
-
- [
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
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:
|
|
3704
|
-
|
|
3705
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3706
|
-
|
|
3707
|
-
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.
|
|
3708
|
-
|
|
3709
|
-
````
|
|
3710
|
-
|
|
3711
|
-
---
|
|
3712
|
-
|
|
3713
|
-
## The following dependencies are licensed under the MIT License:
|
|
3714
|
-
|
|
3715
|
-
### Rust Crates:
|
|
3716
|
-
|
|
3717
|
-
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3718
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3719
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3720
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3721
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3722
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3723
|
-
|
|
3724
|
-
````text
|
|
3725
|
-
Copyright 2018 Developers of the Rand project
|
|
3726
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3727
|
-
|
|
3728
|
-
Permission is hereby granted, free of charge, to any
|
|
3729
|
-
person obtaining a copy of this software and associated
|
|
3730
|
-
documentation files (the "Software"), to deal in the
|
|
3731
|
-
Software without restriction, including without
|
|
3732
|
-
limitation the rights to use, copy, modify, merge,
|
|
3733
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3734
|
-
the Software, and to permit persons to whom the Software
|
|
3735
|
-
is furnished to do so, subject to the following
|
|
3736
|
-
conditions:
|
|
3737
|
-
|
|
3738
|
-
The above copyright notice and this permission notice
|
|
3739
|
-
shall be included in all copies or substantial portions
|
|
3740
|
-
of the Software.
|
|
3741
|
-
|
|
3742
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3743
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3744
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3745
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3746
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3747
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3748
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3749
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3750
|
-
DEALINGS IN THE SOFTWARE.
|
|
3751
|
-
|
|
3752
|
-
````
|
|
3753
|
-
|
|
3754
|
-
---
|
|
3755
|
-
|
|
3756
|
-
## The following dependencies are licensed under the MIT License:
|
|
3757
|
-
|
|
3758
|
-
### Rust Crates:
|
|
3759
|
-
|
|
3760
|
-
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
3761
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3806
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3807
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3808
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3809
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3762
3810
|
|
|
3763
3811
|
````text
|
|
3764
|
-
Copyright (c)
|
|
3812
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3765
3813
|
|
|
3766
3814
|
Permission is hereby granted, free of charge, to any
|
|
3767
3815
|
person obtaining a copy of this software and associated
|
|
@@ -3793,37 +3841,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3793
3841
|
|
|
3794
3842
|
## The following dependencies are licensed under the MIT License:
|
|
3795
3843
|
|
|
3796
|
-
###
|
|
3844
|
+
### NPM Packages:
|
|
3797
3845
|
|
|
3798
|
-
- [
|
|
3846
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3799
3847
|
|
|
3800
3848
|
````text
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
Includes parts of http date with the following copyright:
|
|
3804
|
-
Copyright (c) 2016 Pyfisch
|
|
3805
|
-
|
|
3806
|
-
Includes portions of musl libc with the following copyright:
|
|
3807
|
-
Copyright © 2005-2013 Rich Felker
|
|
3808
|
-
|
|
3849
|
+
This software is released under the MIT license:
|
|
3809
3850
|
|
|
3810
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3851
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3852
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3853
|
+
the Software without restriction, including without limitation the rights to
|
|
3854
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3855
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3856
|
+
subject to the following conditions:
|
|
3816
3857
|
|
|
3817
3858
|
The above copyright notice and this permission notice shall be included in all
|
|
3818
3859
|
copies or substantial portions of the Software.
|
|
3819
3860
|
|
|
3820
3861
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3821
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
SOFTWARE.
|
|
3862
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3863
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3864
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3865
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3866
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3827
3867
|
|
|
3828
3868
|
````
|
|
3829
3869
|
|
|
@@ -3833,34 +3873,29 @@ SOFTWARE.
|
|
|
3833
3873
|
|
|
3834
3874
|
### Rust Crates:
|
|
3835
3875
|
|
|
3836
|
-
- [
|
|
3876
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3837
3877
|
|
|
3838
3878
|
````text
|
|
3839
|
-
Copyright (c)
|
|
3879
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3880
|
+
|
|
3881
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3882
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3883
|
+
in the Software without restriction, including without limitation the rights
|
|
3884
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3885
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3886
|
+
furnished to do so, subject to the following conditions:
|
|
3840
3887
|
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
documentation files (the "Software"), to deal in the
|
|
3844
|
-
Software without restriction, including without
|
|
3845
|
-
limitation the rights to use, copy, modify, merge,
|
|
3846
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3847
|
-
the Software, and to permit persons to whom the Software
|
|
3848
|
-
is furnished to do so, subject to the following
|
|
3849
|
-
conditions:
|
|
3888
|
+
The above copyright notice and this permission notice shall be included in
|
|
3889
|
+
all copies or substantial portions of the Software.
|
|
3850
3890
|
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3891
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3892
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3893
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3894
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3895
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3896
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3897
|
+
THE SOFTWARE.
|
|
3854
3898
|
|
|
3855
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3856
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3857
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3858
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3859
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3860
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3861
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3862
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3863
|
-
DEALINGS IN THE SOFTWARE.
|
|
3864
3899
|
|
|
3865
3900
|
````
|
|
3866
3901
|
|
|
@@ -3868,38 +3903,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3868
3903
|
|
|
3869
3904
|
## The following dependencies are licensed under the MIT License:
|
|
3870
3905
|
|
|
3871
|
-
###
|
|
3906
|
+
### NPM Packages:
|
|
3872
3907
|
|
|
3873
|
-
- [
|
|
3874
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3875
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3908
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3876
3909
|
|
|
3877
3910
|
````text
|
|
3878
|
-
|
|
3911
|
+
The MIT License (MIT)
|
|
3879
3912
|
|
|
3880
|
-
|
|
3881
|
-
person obtaining a copy of this software and associated
|
|
3882
|
-
documentation files (the "Software"), to deal in the
|
|
3883
|
-
Software without restriction, including without
|
|
3884
|
-
limitation the rights to use, copy, modify, merge,
|
|
3885
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3886
|
-
the Software, and to permit persons to whom the Software
|
|
3887
|
-
is furnished to do so, subject to the following
|
|
3888
|
-
conditions:
|
|
3913
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3889
3914
|
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3915
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3916
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3917
|
+
in the Software without restriction, including without limitation the rights
|
|
3918
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3919
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3920
|
+
furnished to do so, subject to the following conditions:
|
|
3893
3921
|
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
IN
|
|
3902
|
-
|
|
3922
|
+
The above copyright notice and this permission notice shall be included in
|
|
3923
|
+
all copies or substantial portions of the Software.
|
|
3924
|
+
|
|
3925
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3926
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3927
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3928
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3929
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3930
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3931
|
+
THE SOFTWARE.
|
|
3903
3932
|
|
|
3904
3933
|
````
|
|
3905
3934
|
|
|
@@ -3907,14 +3936,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3907
3936
|
|
|
3908
3937
|
## The following dependencies are licensed under the MIT License:
|
|
3909
3938
|
|
|
3910
|
-
###
|
|
3939
|
+
### Rust Crates:
|
|
3911
3940
|
|
|
3912
|
-
- [
|
|
3941
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3913
3942
|
|
|
3914
3943
|
````text
|
|
3915
3944
|
The MIT License (MIT)
|
|
3916
3945
|
|
|
3917
|
-
Copyright (c) 2015-
|
|
3946
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3947
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3918
3948
|
|
|
3919
3949
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3920
3950
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3934,7 +3964,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3934
3964
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3935
3965
|
SOFTWARE.
|
|
3936
3966
|
|
|
3937
|
-
|
|
3938
3967
|
````
|
|
3939
3968
|
|
|
3940
3969
|
---
|
|
@@ -3943,10 +3972,10 @@ SOFTWARE.
|
|
|
3943
3972
|
|
|
3944
3973
|
### Rust Crates:
|
|
3945
3974
|
|
|
3946
|
-
- [
|
|
3975
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3947
3976
|
|
|
3948
3977
|
````text
|
|
3949
|
-
Copyright (c)
|
|
3978
|
+
Copyright (c) The Rust Project Developers
|
|
3950
3979
|
|
|
3951
3980
|
Permission is hereby granted, free of charge, to any
|
|
3952
3981
|
person obtaining a copy of this software and associated
|
|
@@ -3980,10 +4009,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3980
4009
|
|
|
3981
4010
|
### Rust Crates:
|
|
3982
4011
|
|
|
3983
|
-
- [
|
|
4012
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
4013
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
4014
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3984
4015
|
|
|
3985
4016
|
````text
|
|
3986
|
-
|
|
4017
|
+
MIT License
|
|
4018
|
+
|
|
4019
|
+
Copyright (c) Tokio Contributors
|
|
3987
4020
|
|
|
3988
4021
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3989
4022
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3992,17 +4025,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3992
4025
|
copies of the Software, and to permit persons to whom the Software is
|
|
3993
4026
|
furnished to do so, subject to the following conditions:
|
|
3994
4027
|
|
|
3995
|
-
The above copyright notice and this permission notice shall be included in
|
|
3996
|
-
|
|
4028
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4029
|
+
copies or substantial portions of the Software.
|
|
3997
4030
|
|
|
3998
4031
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3999
4032
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4000
4033
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4001
4034
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4002
4035
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4003
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4004
|
-
|
|
4005
|
-
|
|
4036
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4037
|
+
SOFTWARE.
|
|
4006
4038
|
|
|
4007
4039
|
````
|
|
4008
4040
|
|
|
@@ -4012,66 +4044,66 @@ THE SOFTWARE.
|
|
|
4012
4044
|
|
|
4013
4045
|
### Rust Crates:
|
|
4014
4046
|
|
|
4015
|
-
- [
|
|
4047
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
4048
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4049
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4016
4050
|
|
|
4017
4051
|
````text
|
|
4018
|
-
|
|
4052
|
+
MIT License
|
|
4019
4053
|
|
|
4020
|
-
Copyright (c)
|
|
4054
|
+
Copyright (c) <year> <copyright holders>
|
|
4021
4055
|
|
|
4022
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
furnished to do so, subject to the following conditions:
|
|
4056
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
4057
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
4058
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4059
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
4060
|
+
following conditions:
|
|
4028
4061
|
|
|
4029
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4030
|
-
|
|
4062
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
4063
|
+
portions of the Software.
|
|
4031
4064
|
|
|
4032
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4038
|
-
SOFTWARE.
|
|
4065
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
4066
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
4067
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4068
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4069
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4039
4070
|
|
|
4040
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
4041
|
-
licences; see files named LICENSE.*.txt for details.
|
|
4042
4071
|
````
|
|
4043
4072
|
|
|
4044
4073
|
---
|
|
4045
4074
|
|
|
4046
4075
|
## The following dependencies are licensed under the MIT License:
|
|
4047
4076
|
|
|
4048
|
-
###
|
|
4077
|
+
### Rust Crates:
|
|
4049
4078
|
|
|
4050
|
-
- [
|
|
4051
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
4079
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
4052
4080
|
|
|
4053
4081
|
````text
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
Copyright (c) Microsoft Corporation.
|
|
4082
|
+
Copyright (c) 2019 Carl Lerche
|
|
4057
4083
|
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4084
|
+
Permission is hereby granted, free of charge, to any
|
|
4085
|
+
person obtaining a copy of this software and associated
|
|
4086
|
+
documentation files (the "Software"), to deal in the
|
|
4087
|
+
Software without restriction, including without
|
|
4088
|
+
limitation the rights to use, copy, modify, merge,
|
|
4089
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4090
|
+
the Software, and to permit persons to whom the Software
|
|
4091
|
+
is furnished to do so, subject to the following
|
|
4092
|
+
conditions:
|
|
4064
4093
|
|
|
4065
|
-
|
|
4066
|
-
|
|
4094
|
+
The above copyright notice and this permission notice
|
|
4095
|
+
shall be included in all copies or substantial portions
|
|
4096
|
+
of the Software.
|
|
4067
4097
|
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4098
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4099
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4100
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4101
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4102
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4103
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4104
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4105
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4106
|
+
DEALINGS IN THE SOFTWARE.
|
|
4075
4107
|
|
|
4076
4108
|
````
|
|
4077
4109
|
|
|
@@ -4462,47 +4494,18 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4462
4494
|
|
|
4463
4495
|
---
|
|
4464
4496
|
|
|
4465
|
-
## The following dependencies are licensed under the UNKNOWN License:
|
|
4466
|
-
|
|
4467
|
-
### NPM Packages:
|
|
4468
|
-
|
|
4469
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4470
|
-
|
|
4471
|
-
````text
|
|
4472
|
-
Please refer to the package README for license details.
|
|
4473
|
-
````
|
|
4474
|
-
|
|
4475
|
-
---
|
|
4476
|
-
|
|
4477
4497
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4478
4498
|
|
|
4479
4499
|
### Rust Crates:
|
|
4480
4500
|
|
|
4481
|
-
- [
|
|
4482
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4483
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4484
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4485
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4486
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4487
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4488
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4489
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4490
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4491
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4492
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4493
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4494
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4495
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4496
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4497
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4498
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4501
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4499
4502
|
|
|
4500
4503
|
````text
|
|
4501
4504
|
UNICODE LICENSE V3
|
|
4502
4505
|
|
|
4503
4506
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4504
4507
|
|
|
4505
|
-
Copyright ©
|
|
4508
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4506
4509
|
|
|
4507
4510
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4508
4511
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4538,13 +4541,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4538
4541
|
dealings in these Data Files or Software without prior written
|
|
4539
4542
|
authorization of the copyright holder.
|
|
4540
4543
|
|
|
4541
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4542
|
-
|
|
4543
|
-
—
|
|
4544
|
-
|
|
4545
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4546
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4547
|
-
|
|
4548
4544
|
````
|
|
4549
4545
|
|
|
4550
4546
|
---
|
|
@@ -4553,14 +4549,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4553
4549
|
|
|
4554
4550
|
### Rust Crates:
|
|
4555
4551
|
|
|
4556
|
-
- [
|
|
4552
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4553
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4554
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4555
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4556
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4557
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4558
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4559
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4560
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4561
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4562
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4563
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4564
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4565
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4566
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4567
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4568
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4569
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4557
4570
|
|
|
4558
4571
|
````text
|
|
4559
4572
|
UNICODE LICENSE V3
|
|
4560
4573
|
|
|
4561
4574
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4562
4575
|
|
|
4563
|
-
Copyright ©
|
|
4576
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4564
4577
|
|
|
4565
4578
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4566
4579
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4596,5 +4609,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4596
4609
|
dealings in these Data Files or Software without prior written
|
|
4597
4610
|
authorization of the copyright holder.
|
|
4598
4611
|
|
|
4612
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4613
|
+
|
|
4614
|
+
—
|
|
4615
|
+
|
|
4616
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4617
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4618
|
+
|
|
4599
4619
|
````
|
|
4600
4620
|
|