@deveco-codegenie/mcp-bridge-win32-x64 1.1.1 → 1.1.2
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 +1329 -1329
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -22,21 +22,23 @@
|
|
|
22
22
|
|
|
23
23
|
### Rust Crates:
|
|
24
24
|
|
|
25
|
-
- [
|
|
25
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
26
26
|
|
|
27
27
|
````text
|
|
28
|
-
|
|
28
|
+
BSD Zero Clause License
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
any purpose with or without fee is hereby granted.
|
|
30
|
+
Copyright (c) 2025 Goat
|
|
32
31
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
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.
|
|
40
42
|
|
|
41
43
|
````
|
|
42
44
|
|
|
@@ -46,12 +48,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
46
48
|
|
|
47
49
|
### Rust Crates:
|
|
48
50
|
|
|
49
|
-
- [
|
|
51
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
50
52
|
|
|
51
53
|
````text
|
|
52
54
|
BSD Zero Clause License
|
|
53
55
|
|
|
54
|
-
Copyright (c)
|
|
56
|
+
Copyright (c) 2023 kotauskas
|
|
55
57
|
|
|
56
58
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
57
59
|
purpose with or without fee is hereby granted.
|
|
@@ -63,6 +65,29 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
63
65
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
64
66
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
65
67
|
PERFORMANCE OF THIS SOFTWARE.
|
|
68
|
+
````
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
73
|
+
|
|
74
|
+
### Rust Crates:
|
|
75
|
+
|
|
76
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
77
|
+
|
|
78
|
+
````text
|
|
79
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
80
|
+
|
|
81
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
82
|
+
any purpose with or without fee is hereby granted.
|
|
83
|
+
|
|
84
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
85
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
86
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
87
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
88
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
89
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
90
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
66
91
|
|
|
67
92
|
````
|
|
68
93
|
|
|
@@ -94,27 +119,89 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
94
119
|
|
|
95
120
|
---
|
|
96
121
|
|
|
97
|
-
## The following dependencies are licensed under the
|
|
122
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
98
123
|
|
|
99
124
|
### Rust Crates:
|
|
100
125
|
|
|
101
|
-
- [
|
|
126
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
127
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
128
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
102
129
|
|
|
103
130
|
````text
|
|
104
|
-
|
|
131
|
+
Apache License
|
|
132
|
+
Version 2.0, January 2004
|
|
133
|
+
http://www.apache.org/licenses/
|
|
105
134
|
|
|
106
|
-
|
|
135
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
107
136
|
|
|
108
|
-
|
|
109
|
-
|
|
137
|
+
1. Definitions.
|
|
138
|
+
|
|
139
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
140
|
+
|
|
141
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
142
|
+
|
|
143
|
+
"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.
|
|
144
|
+
|
|
145
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
146
|
+
|
|
147
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
148
|
+
|
|
149
|
+
"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.
|
|
150
|
+
|
|
151
|
+
"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).
|
|
152
|
+
|
|
153
|
+
"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.
|
|
154
|
+
|
|
155
|
+
"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."
|
|
156
|
+
|
|
157
|
+
"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.
|
|
158
|
+
|
|
159
|
+
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.
|
|
160
|
+
|
|
161
|
+
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.
|
|
162
|
+
|
|
163
|
+
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:
|
|
164
|
+
|
|
165
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
166
|
+
|
|
167
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
168
|
+
|
|
169
|
+
(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
|
|
170
|
+
|
|
171
|
+
(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.
|
|
172
|
+
|
|
173
|
+
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.
|
|
174
|
+
|
|
175
|
+
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.
|
|
176
|
+
|
|
177
|
+
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.
|
|
178
|
+
|
|
179
|
+
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.
|
|
180
|
+
|
|
181
|
+
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.
|
|
182
|
+
|
|
183
|
+
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.
|
|
184
|
+
|
|
185
|
+
END OF TERMS AND CONDITIONS
|
|
186
|
+
|
|
187
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
188
|
+
|
|
189
|
+
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.
|
|
190
|
+
|
|
191
|
+
Copyright [yyyy] [name of copyright owner]
|
|
192
|
+
|
|
193
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
194
|
+
you may not use this file except in compliance with the License.
|
|
195
|
+
You may obtain a copy of the License at
|
|
196
|
+
|
|
197
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
198
|
+
|
|
199
|
+
Unless required by applicable law or agreed to in writing, software
|
|
200
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
201
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
202
|
+
See the License for the specific language governing permissions and
|
|
203
|
+
limitations under the License.
|
|
110
204
|
|
|
111
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
112
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
113
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
114
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
115
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
116
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
117
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
118
205
|
````
|
|
119
206
|
|
|
120
207
|
---
|
|
@@ -123,9 +210,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
123
210
|
|
|
124
211
|
### Rust Crates:
|
|
125
212
|
|
|
126
|
-
- [
|
|
127
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
128
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
213
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
129
214
|
|
|
130
215
|
````text
|
|
131
216
|
Apache License
|
|
@@ -316,7 +401,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
316
401
|
same "printed page" as the copyright notice for easier
|
|
317
402
|
identification within third-party archives.
|
|
318
403
|
|
|
319
|
-
Copyright
|
|
404
|
+
Copyright 2011 Google Inc.
|
|
320
405
|
|
|
321
406
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
322
407
|
you may not use this file except in compliance with the License.
|
|
@@ -338,7 +423,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
338
423
|
|
|
339
424
|
### Rust Crates:
|
|
340
425
|
|
|
341
|
-
- [
|
|
426
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
427
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
428
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
342
429
|
|
|
343
430
|
````text
|
|
344
431
|
Apache License
|
|
@@ -529,7 +616,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
529
616
|
same "printed page" as the copyright notice for easier
|
|
530
617
|
identification within third-party archives.
|
|
531
618
|
|
|
532
|
-
Copyright
|
|
619
|
+
Copyright [yyyy] [name of copyright owner]
|
|
533
620
|
|
|
534
621
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
535
622
|
you may not use this file except in compliance with the License.
|
|
@@ -547,88 +634,38 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
547
634
|
|
|
548
635
|
---
|
|
549
636
|
|
|
550
|
-
## The following dependencies are licensed under the
|
|
637
|
+
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
551
638
|
|
|
552
|
-
###
|
|
639
|
+
### NPM Packages:
|
|
553
640
|
|
|
554
|
-
- [
|
|
555
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
556
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
641
|
+
- [jpeg-js](https://github.com/eugeneware/jpeg-js) (0.4.4)
|
|
557
642
|
|
|
558
643
|
````text
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
1. Definitions.
|
|
566
|
-
|
|
567
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
568
|
-
|
|
569
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
570
|
-
|
|
571
|
-
"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.
|
|
572
|
-
|
|
573
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
574
|
-
|
|
575
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
576
|
-
|
|
577
|
-
"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.
|
|
578
|
-
|
|
579
|
-
"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).
|
|
580
|
-
|
|
581
|
-
"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.
|
|
582
|
-
|
|
583
|
-
"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."
|
|
584
|
-
|
|
585
|
-
"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.
|
|
586
|
-
|
|
587
|
-
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.
|
|
588
|
-
|
|
589
|
-
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.
|
|
590
|
-
|
|
591
|
-
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:
|
|
592
|
-
|
|
593
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
594
|
-
|
|
595
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
596
|
-
|
|
597
|
-
(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
|
|
598
|
-
|
|
599
|
-
(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.
|
|
600
|
-
|
|
601
|
-
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.
|
|
602
|
-
|
|
603
|
-
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.
|
|
604
|
-
|
|
605
|
-
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.
|
|
606
|
-
|
|
607
|
-
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.
|
|
608
|
-
|
|
609
|
-
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.
|
|
610
|
-
|
|
611
|
-
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.
|
|
612
|
-
|
|
613
|
-
END OF TERMS AND CONDITIONS
|
|
614
|
-
|
|
615
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
616
|
-
|
|
617
|
-
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.
|
|
618
|
-
|
|
619
|
-
Copyright [yyyy] [name of copyright owner]
|
|
620
|
-
|
|
621
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
622
|
-
you may not use this file except in compliance with the License.
|
|
623
|
-
You may obtain a copy of the License at
|
|
624
|
-
|
|
625
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
644
|
+
Copyright (c) 2014, Eugene Ware
|
|
645
|
+
All rights reserved.
|
|
646
|
+
|
|
647
|
+
Redistribution and use in source and binary forms, with or without
|
|
648
|
+
modification, are permitted provided that the following conditions are met:
|
|
626
649
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
650
|
+
1. Redistributions of source code must retain the above copyright
|
|
651
|
+
notice, this list of conditions and the following disclaimer.
|
|
652
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
653
|
+
notice, this list of conditions and the following disclaimer in the
|
|
654
|
+
documentation and/or other materials provided with the distribution.
|
|
655
|
+
3. Neither the name of Eugene Ware nor the names of its contributors
|
|
656
|
+
may be used to endorse or promote products derived from this software
|
|
657
|
+
without specific prior written permission.
|
|
658
|
+
|
|
659
|
+
THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY
|
|
660
|
+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
661
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
662
|
+
DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY
|
|
663
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
664
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
665
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
666
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
667
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
668
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
632
669
|
|
|
633
670
|
````
|
|
634
671
|
|
|
@@ -677,38 +714,28 @@ The complete list of contributors can be found at:
|
|
|
677
714
|
|
|
678
715
|
---
|
|
679
716
|
|
|
680
|
-
## The following dependencies are licensed under the
|
|
717
|
+
## The following dependencies are licensed under the ISC License:
|
|
681
718
|
|
|
682
719
|
### NPM Packages:
|
|
683
720
|
|
|
684
|
-
- [
|
|
721
|
+
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
685
722
|
|
|
686
723
|
````text
|
|
687
|
-
|
|
688
|
-
All rights reserved.
|
|
689
|
-
|
|
690
|
-
Redistribution and use in source and binary forms, with or without
|
|
691
|
-
modification, are permitted provided that the following conditions are met:
|
|
724
|
+
ISC License
|
|
692
725
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
707
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
708
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
709
|
-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
710
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
711
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
726
|
+
Copyright (c) 2025, Mapbox
|
|
727
|
+
|
|
728
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
729
|
+
with or without fee is hereby granted, provided that the above copyright notice
|
|
730
|
+
and this permission notice appear in all copies.
|
|
731
|
+
|
|
732
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
733
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
734
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
735
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
736
|
+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
737
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
738
|
+
THIS SOFTWARE.
|
|
712
739
|
|
|
713
740
|
````
|
|
714
741
|
|
|
@@ -750,33 +777,6 @@ Please refer to the package README for license details.
|
|
|
750
777
|
|
|
751
778
|
---
|
|
752
779
|
|
|
753
|
-
## The following dependencies are licensed under the ISC License:
|
|
754
|
-
|
|
755
|
-
### NPM Packages:
|
|
756
|
-
|
|
757
|
-
- [pixelmatch](https://github.com/mapbox/pixelmatch) (7.1.0)
|
|
758
|
-
|
|
759
|
-
````text
|
|
760
|
-
ISC License
|
|
761
|
-
|
|
762
|
-
Copyright (c) 2025, Mapbox
|
|
763
|
-
|
|
764
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
765
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
766
|
-
and this permission notice appear in all copies.
|
|
767
|
-
|
|
768
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
769
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
770
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
771
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
772
|
-
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
773
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
774
|
-
THIS SOFTWARE.
|
|
775
|
-
|
|
776
|
-
````
|
|
777
|
-
|
|
778
|
-
---
|
|
779
|
-
|
|
780
780
|
## The following dependencies are licensed under the MIT License:
|
|
781
781
|
|
|
782
782
|
### Rust Crates:
|
|
@@ -812,13 +812,35 @@ SOFTWARE.
|
|
|
812
812
|
|
|
813
813
|
### Rust Crates:
|
|
814
814
|
|
|
815
|
-
- [
|
|
816
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
817
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
818
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
815
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
819
816
|
|
|
820
817
|
````text
|
|
821
|
-
Copyright (c)
|
|
818
|
+
Copyright (c) 2015 steffengy
|
|
819
|
+
|
|
820
|
+
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:
|
|
821
|
+
|
|
822
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
823
|
+
|
|
824
|
+
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.
|
|
825
|
+
|
|
826
|
+
````
|
|
827
|
+
|
|
828
|
+
---
|
|
829
|
+
|
|
830
|
+
## The following dependencies are licensed under the MIT License:
|
|
831
|
+
|
|
832
|
+
### Rust Crates:
|
|
833
|
+
|
|
834
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
835
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
836
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
837
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
838
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
839
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
840
|
+
|
|
841
|
+
````text
|
|
842
|
+
Copyright 2018 Developers of the Rand project
|
|
843
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
822
844
|
|
|
823
845
|
Permission is hereby granted, free of charge, to any
|
|
824
846
|
person obtaining a copy of this software and associated
|
|
@@ -852,32 +874,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
852
874
|
|
|
853
875
|
### Rust Crates:
|
|
854
876
|
|
|
855
|
-
- [
|
|
856
|
-
|
|
857
|
-
````text
|
|
858
|
-
Copyright 2016 Nika Layzell
|
|
859
|
-
|
|
860
|
-
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:
|
|
861
|
-
|
|
862
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
863
|
-
|
|
864
|
-
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.
|
|
865
|
-
|
|
866
|
-
````
|
|
867
|
-
|
|
868
|
-
---
|
|
869
|
-
|
|
870
|
-
## The following dependencies are licensed under the MIT License:
|
|
871
|
-
|
|
872
|
-
### NPM Packages:
|
|
873
|
-
|
|
874
|
-
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
875
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
877
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
876
878
|
|
|
877
879
|
````text
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
880
|
+
Copyright (c) 2017 Sean McArthur
|
|
881
881
|
|
|
882
882
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
883
883
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -886,16 +886,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
886
886
|
copies of the Software, and to permit persons to whom the Software is
|
|
887
887
|
furnished to do so, subject to the following conditions:
|
|
888
888
|
|
|
889
|
-
The above copyright notice and this permission notice shall be included in
|
|
890
|
-
copies or substantial portions of the Software.
|
|
889
|
+
The above copyright notice and this permission notice shall be included in
|
|
890
|
+
all copies or substantial portions of the Software.
|
|
891
891
|
|
|
892
892
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
893
893
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
894
894
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
895
895
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
896
896
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
897
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
898
|
-
SOFTWARE.
|
|
897
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
898
|
+
THE SOFTWARE.
|
|
899
|
+
|
|
899
900
|
|
|
900
901
|
````
|
|
901
902
|
|
|
@@ -905,10 +906,10 @@ SOFTWARE.
|
|
|
905
906
|
|
|
906
907
|
### Rust Crates:
|
|
907
908
|
|
|
908
|
-
- [
|
|
909
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
909
910
|
|
|
910
911
|
````text
|
|
911
|
-
Copyright (c)
|
|
912
|
+
Copyright (c) 2017 Robert Grosse
|
|
912
913
|
|
|
913
914
|
Permission is hereby granted, free of charge, to any
|
|
914
915
|
person obtaining a copy of this software and associated
|
|
@@ -933,40 +934,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
933
934
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
934
935
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
935
936
|
DEALINGS IN THE SOFTWARE.
|
|
936
|
-
|
|
937
|
-
````
|
|
938
|
-
|
|
939
|
-
---
|
|
940
|
-
|
|
941
|
-
## The following dependencies are licensed under the MIT License:
|
|
942
|
-
|
|
943
|
-
### Rust Crates:
|
|
944
|
-
|
|
945
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
946
|
-
|
|
947
|
-
````text
|
|
948
|
-
MIT License
|
|
949
|
-
|
|
950
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
951
|
-
|
|
952
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
953
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
954
|
-
in the Software without restriction, including without limitation the rights
|
|
955
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
956
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
957
|
-
furnished to do so, subject to the following conditions:
|
|
958
|
-
|
|
959
|
-
The above copyright notice and this permission notice shall be included in all
|
|
960
|
-
copies or substantial portions of the Software.
|
|
961
|
-
|
|
962
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
963
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
964
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
965
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
966
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
967
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
968
|
-
SOFTWARE.
|
|
969
|
-
|
|
970
937
|
````
|
|
971
938
|
|
|
972
939
|
---
|
|
@@ -975,29 +942,16 @@ SOFTWARE.
|
|
|
975
942
|
|
|
976
943
|
### Rust Crates:
|
|
977
944
|
|
|
978
|
-
- [
|
|
945
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
979
946
|
|
|
980
947
|
````text
|
|
981
|
-
Copyright
|
|
982
|
-
Copyright (c) 2016 Jason Housley
|
|
948
|
+
Copyright 2016 Nika Layzell
|
|
983
949
|
|
|
984
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
985
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
986
|
-
in the Software without restriction, including without limitation the rights
|
|
987
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
988
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
989
|
-
furnished to do so, subject to the following conditions:
|
|
950
|
+
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:
|
|
990
951
|
|
|
991
|
-
The above copyright notice and this permission notice shall be included in
|
|
992
|
-
all copies or substantial portions of the Software.
|
|
952
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
993
953
|
|
|
994
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
995
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
996
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
997
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
998
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
999
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1000
|
-
THE SOFTWARE.
|
|
954
|
+
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.
|
|
1001
955
|
|
|
1002
956
|
````
|
|
1003
957
|
|
|
@@ -1007,10 +961,10 @@ THE SOFTWARE.
|
|
|
1007
961
|
|
|
1008
962
|
### Rust Crates:
|
|
1009
963
|
|
|
1010
|
-
- [
|
|
964
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1011
965
|
|
|
1012
966
|
````text
|
|
1013
|
-
Copyright (c)
|
|
967
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1014
968
|
|
|
1015
969
|
Permission is hereby granted, free of charge, to any
|
|
1016
970
|
person obtaining a copy of this software and associated
|
|
@@ -1042,19 +996,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1042
996
|
|
|
1043
997
|
## The following dependencies are licensed under the MIT License:
|
|
1044
998
|
|
|
1045
|
-
###
|
|
999
|
+
### NPM Packages:
|
|
1046
1000
|
|
|
1047
|
-
- [
|
|
1001
|
+
- [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
|
|
1048
1002
|
|
|
1049
1003
|
````text
|
|
1050
|
-
Copyright (c)
|
|
1004
|
+
pngjs original work Copyright (c) 2015 Luke Page & Original Contributors
|
|
1005
|
+
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
1051
1006
|
|
|
1052
|
-
|
|
1053
|
-
|
|
1007
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1008
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1009
|
+
in the Software without restriction, including without limitation the rights
|
|
1010
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1011
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1012
|
+
furnished to do so, subject to the following conditions:
|
|
1054
1013
|
|
|
1055
|
-
|
|
1056
|
-
|
|
1014
|
+
The above copyright notice and this permission notice shall be included in
|
|
1015
|
+
all copies or substantial portions of the Software.
|
|
1016
|
+
|
|
1017
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1018
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1019
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1020
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1021
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1022
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1023
|
+
THE SOFTWARE.
|
|
1024
|
+
|
|
1025
|
+
````
|
|
1026
|
+
|
|
1027
|
+
---
|
|
1028
|
+
|
|
1029
|
+
## The following dependencies are licensed under the MIT License:
|
|
1030
|
+
|
|
1031
|
+
### Rust Crates:
|
|
1032
|
+
|
|
1033
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
1034
|
+
|
|
1035
|
+
````text
|
|
1036
|
+
MIT License
|
|
1057
1037
|
|
|
1038
|
+
Copyright (c) 2025 rutrum
|
|
1058
1039
|
|
|
1059
1040
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1060
1041
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1073,7 +1054,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1073
1054
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1074
1055
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1075
1056
|
SOFTWARE.
|
|
1076
|
-
|
|
1077
1057
|
````
|
|
1078
1058
|
|
|
1079
1059
|
---
|
|
@@ -1082,10 +1062,15 @@ SOFTWARE.
|
|
|
1082
1062
|
|
|
1083
1063
|
### Rust Crates:
|
|
1084
1064
|
|
|
1085
|
-
- [
|
|
1065
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1066
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1067
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1068
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1069
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1070
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1086
1071
|
|
|
1087
1072
|
````text
|
|
1088
|
-
Copyright (c) 2019
|
|
1073
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1089
1074
|
|
|
1090
1075
|
Permission is hereby granted, free of charge, to any
|
|
1091
1076
|
person obtaining a copy of this software and associated
|
|
@@ -1119,12 +1104,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1119
1104
|
|
|
1120
1105
|
### Rust Crates:
|
|
1121
1106
|
|
|
1122
|
-
- [
|
|
1107
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1123
1108
|
|
|
1124
1109
|
````text
|
|
1125
|
-
|
|
1110
|
+
Copyright (c) The Rust Project Developers
|
|
1126
1111
|
|
|
1127
|
-
|
|
1112
|
+
Permission is hereby granted, free of charge, to any
|
|
1113
|
+
person obtaining a copy of this software and associated
|
|
1114
|
+
documentation files (the "Software"), to deal in the
|
|
1115
|
+
Software without restriction, including without
|
|
1116
|
+
limitation the rights to use, copy, modify, merge,
|
|
1117
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1118
|
+
the Software, and to permit persons to whom the Software
|
|
1119
|
+
is furnished to do so, subject to the following
|
|
1120
|
+
conditions:
|
|
1121
|
+
|
|
1122
|
+
The above copyright notice and this permission notice
|
|
1123
|
+
shall be included in all copies or substantial portions
|
|
1124
|
+
of the Software.
|
|
1125
|
+
|
|
1126
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1127
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1128
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1129
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1130
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1131
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1132
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1133
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1134
|
+
DEALINGS IN THE SOFTWARE.
|
|
1135
|
+
|
|
1136
|
+
````
|
|
1137
|
+
|
|
1138
|
+
---
|
|
1139
|
+
|
|
1140
|
+
## The following dependencies are licensed under the MIT License:
|
|
1141
|
+
|
|
1142
|
+
### Rust Crates:
|
|
1143
|
+
|
|
1144
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1145
|
+
|
|
1146
|
+
````text
|
|
1147
|
+
MIT License
|
|
1148
|
+
|
|
1149
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1128
1150
|
Copyright (c) Tokio Contributors
|
|
1129
1151
|
|
|
1130
1152
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -1153,43 +1175,38 @@ SOFTWARE.
|
|
|
1153
1175
|
|
|
1154
1176
|
### Rust Crates:
|
|
1155
1177
|
|
|
1156
|
-
- [
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
### Rust Crates:
|
|
1187
|
-
|
|
1188
|
-
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1178
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1179
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1180
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1181
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1182
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1183
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1184
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1185
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1186
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1187
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1188
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1189
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1190
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1191
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1192
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1193
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1194
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1195
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1196
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1197
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1198
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1199
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1200
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1201
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1202
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1203
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1204
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1205
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1206
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1207
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1189
1208
|
|
|
1190
1209
|
````text
|
|
1191
|
-
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1192
|
-
|
|
1193
1210
|
Permission is hereby granted, free of charge, to any
|
|
1194
1211
|
person obtaining a copy of this software and associated
|
|
1195
1212
|
documentation files (the "Software"), to deal in the
|
|
@@ -1222,41 +1239,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1222
1239
|
|
|
1223
1240
|
### Rust Crates:
|
|
1224
1241
|
|
|
1225
|
-
- [
|
|
1226
|
-
|
|
1227
|
-
````text
|
|
1228
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
1229
|
-
|
|
1230
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1231
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1232
|
-
the Software without restriction, including without limitation the rights to
|
|
1233
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1234
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1235
|
-
subject to the following conditions:
|
|
1236
|
-
|
|
1237
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1238
|
-
copies or substantial portions of the Software.
|
|
1239
|
-
|
|
1240
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1241
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1242
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
1243
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1244
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1245
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1246
|
-
|
|
1247
|
-
````
|
|
1248
|
-
|
|
1249
|
-
---
|
|
1250
|
-
|
|
1251
|
-
## The following dependencies are licensed under the MIT License:
|
|
1252
|
-
|
|
1253
|
-
### Rust Crates:
|
|
1254
|
-
|
|
1255
|
-
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1242
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1256
1243
|
|
|
1257
1244
|
````text
|
|
1258
|
-
Copyright (c)
|
|
1259
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1245
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1260
1246
|
|
|
1261
1247
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1262
1248
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1284,10 +1270,12 @@ THE SOFTWARE.
|
|
|
1284
1270
|
|
|
1285
1271
|
### Rust Crates:
|
|
1286
1272
|
|
|
1287
|
-
- [
|
|
1273
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1274
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1275
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1288
1276
|
|
|
1289
1277
|
````text
|
|
1290
|
-
Copyright (c)
|
|
1278
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1291
1279
|
|
|
1292
1280
|
Permission is hereby granted, free of charge, to any
|
|
1293
1281
|
person obtaining a copy of this software and associated
|
|
@@ -1321,38 +1309,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1321
1309
|
|
|
1322
1310
|
### Rust Crates:
|
|
1323
1311
|
|
|
1324
|
-
- [
|
|
1325
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1326
|
-
|
|
1327
|
-
````text
|
|
1328
|
-
The MIT License (MIT)
|
|
1329
|
-
|
|
1330
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1331
|
-
|
|
1332
|
-
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:
|
|
1333
|
-
|
|
1334
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1335
|
-
|
|
1336
|
-
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.
|
|
1337
|
-
|
|
1338
|
-
````
|
|
1339
|
-
|
|
1340
|
-
---
|
|
1341
|
-
|
|
1342
|
-
## The following dependencies are licensed under the MIT License:
|
|
1343
|
-
|
|
1344
|
-
### Rust Crates:
|
|
1345
|
-
|
|
1346
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1312
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1347
1313
|
|
|
1348
1314
|
````text
|
|
1349
|
-
Copyright
|
|
1315
|
+
Copyright (c) 2015 Steven Allen
|
|
1350
1316
|
|
|
1351
|
-
Permission is hereby granted, free of charge, to any
|
|
1317
|
+
Permission is hereby granted, free of charge, to any
|
|
1318
|
+
person obtaining a copy of this software and associated
|
|
1319
|
+
documentation files (the "Software"), to deal in the
|
|
1320
|
+
Software without restriction, including without
|
|
1321
|
+
limitation the rights to use, copy, modify, merge,
|
|
1322
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1323
|
+
the Software, and to permit persons to whom the Software
|
|
1324
|
+
is furnished to do so, subject to the following
|
|
1325
|
+
conditions:
|
|
1352
1326
|
|
|
1353
|
-
The above copyright notice and this permission notice
|
|
1327
|
+
The above copyright notice and this permission notice
|
|
1328
|
+
shall be included in all copies or substantial portions
|
|
1329
|
+
of the Software.
|
|
1354
1330
|
|
|
1355
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1331
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1332
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1333
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1334
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1335
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1336
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1337
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1338
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1339
|
+
DEALINGS IN THE SOFTWARE.
|
|
1356
1340
|
|
|
1357
1341
|
````
|
|
1358
1342
|
|
|
@@ -1362,11 +1346,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1362
1346
|
|
|
1363
1347
|
### Rust Crates:
|
|
1364
1348
|
|
|
1365
|
-
- [
|
|
1349
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1366
1350
|
|
|
1367
1351
|
````text
|
|
1368
|
-
Copyright (c)
|
|
1369
|
-
Copyright (c) 2016 Alex Crichton
|
|
1352
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1370
1353
|
|
|
1371
1354
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1372
1355
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1395,10 +1378,10 @@ THE SOFTWARE.
|
|
|
1395
1378
|
|
|
1396
1379
|
### Rust Crates:
|
|
1397
1380
|
|
|
1398
|
-
- [
|
|
1381
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1399
1382
|
|
|
1400
1383
|
````text
|
|
1401
|
-
Copyright (c)
|
|
1384
|
+
Copyright (c) 2016--2023
|
|
1402
1385
|
|
|
1403
1386
|
Permission is hereby granted, free of charge, to any
|
|
1404
1387
|
person obtaining a copy of this software and associated
|
|
@@ -1430,12 +1413,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1430
1413
|
|
|
1431
1414
|
## The following dependencies are licensed under the MIT License:
|
|
1432
1415
|
|
|
1433
|
-
###
|
|
1416
|
+
### NPM Packages:
|
|
1434
1417
|
|
|
1435
|
-
- [
|
|
1418
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1436
1419
|
|
|
1437
1420
|
````text
|
|
1438
|
-
|
|
1421
|
+
The MIT License (MIT)
|
|
1422
|
+
|
|
1423
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1439
1424
|
|
|
1440
1425
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1441
1426
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1455,7 +1440,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1455
1440
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1456
1441
|
THE SOFTWARE.
|
|
1457
1442
|
|
|
1458
|
-
|
|
1459
1443
|
````
|
|
1460
1444
|
|
|
1461
1445
|
---
|
|
@@ -1464,10 +1448,11 @@ THE SOFTWARE.
|
|
|
1464
1448
|
|
|
1465
1449
|
### Rust Crates:
|
|
1466
1450
|
|
|
1467
|
-
- [
|
|
1451
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1468
1452
|
|
|
1469
1453
|
````text
|
|
1470
|
-
Copyright
|
|
1454
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1455
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1471
1456
|
|
|
1472
1457
|
Permission is hereby granted, free of charge, to any
|
|
1473
1458
|
person obtaining a copy of this software and associated
|
|
@@ -1501,49 +1486,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1501
1486
|
|
|
1502
1487
|
### Rust Crates:
|
|
1503
1488
|
|
|
1504
|
-
- [
|
|
1489
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1505
1490
|
|
|
1506
1491
|
````text
|
|
1507
|
-
|
|
1508
|
-
person obtaining a copy of this software and associated
|
|
1509
|
-
documentation files (the "Software"), to deal in the
|
|
1510
|
-
Software without restriction, including without
|
|
1511
|
-
limitation the rights to use, copy, modify, merge,
|
|
1512
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1513
|
-
the Software, and to permit persons to whom the Software
|
|
1514
|
-
is furnished to do so, subject to the following
|
|
1515
|
-
conditions:
|
|
1516
|
-
|
|
1517
|
-
The above copyright notice and this permission notice
|
|
1518
|
-
shall be included in all copies or substantial portions
|
|
1519
|
-
of the Software.
|
|
1520
|
-
|
|
1521
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1522
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1523
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1524
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1525
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1526
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1527
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1528
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1529
|
-
DEALINGS IN THE SOFTWARE.
|
|
1530
|
-
````
|
|
1531
|
-
|
|
1532
|
-
---
|
|
1492
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1533
1493
|
|
|
1534
|
-
|
|
1494
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1495
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1496
|
+
in the Software without restriction, including without limitation the rights
|
|
1497
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1498
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1499
|
+
furnished to do so, subject to the following conditions:
|
|
1535
1500
|
|
|
1536
|
-
|
|
1501
|
+
The above copyright notice and this permission notice shall be included in
|
|
1502
|
+
all copies or substantial portions of the Software.
|
|
1537
1503
|
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1504
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1505
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1506
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1507
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1508
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1509
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1510
|
+
THE SOFTWARE.
|
|
1511
|
+
|
|
1512
|
+
````
|
|
1513
|
+
|
|
1514
|
+
---
|
|
1515
|
+
|
|
1516
|
+
## The following dependencies are licensed under the MIT License:
|
|
1517
|
+
|
|
1518
|
+
### Rust Crates:
|
|
1519
|
+
|
|
1520
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1542
1521
|
|
|
1543
1522
|
````text
|
|
1544
|
-
|
|
1523
|
+
MIT License
|
|
1545
1524
|
|
|
1546
|
-
Copyright (c)
|
|
1525
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1547
1526
|
|
|
1548
1527
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1549
1528
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1552,16 +1531,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1552
1531
|
copies of the Software, and to permit persons to whom the Software is
|
|
1553
1532
|
furnished to do so, subject to the following conditions:
|
|
1554
1533
|
|
|
1555
|
-
The above copyright notice and this permission notice shall be included in
|
|
1556
|
-
|
|
1534
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1535
|
+
copies or substantial portions of the Software.
|
|
1557
1536
|
|
|
1558
1537
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1559
1538
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1560
1539
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1561
1540
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1562
1541
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1563
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1564
|
-
|
|
1542
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1543
|
+
SOFTWARE.
|
|
1565
1544
|
|
|
1566
1545
|
````
|
|
1567
1546
|
|
|
@@ -1571,10 +1550,10 @@ THE SOFTWARE.
|
|
|
1571
1550
|
|
|
1572
1551
|
### Rust Crates:
|
|
1573
1552
|
|
|
1574
|
-
- [
|
|
1553
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1575
1554
|
|
|
1576
1555
|
````text
|
|
1577
|
-
Copyright (c)
|
|
1556
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1578
1557
|
|
|
1579
1558
|
Permission is hereby granted, free of charge, to any
|
|
1580
1559
|
person obtaining a copy of this software and associated
|
|
@@ -1608,34 +1587,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1608
1587
|
|
|
1609
1588
|
### Rust Crates:
|
|
1610
1589
|
|
|
1611
|
-
- [
|
|
1590
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1612
1591
|
|
|
1613
1592
|
````text
|
|
1614
|
-
Copyright (c)
|
|
1593
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1594
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1615
1595
|
|
|
1616
|
-
Permission is hereby granted, free of charge, to any
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
the Software, and to permit persons to whom the Software
|
|
1623
|
-
is furnished to do so, subject to the following
|
|
1624
|
-
conditions:
|
|
1596
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1597
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1598
|
+
in the Software without restriction, including without limitation the rights
|
|
1599
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1600
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1601
|
+
furnished to do so, subject to the following conditions:
|
|
1625
1602
|
|
|
1626
|
-
The above copyright notice and this permission notice
|
|
1627
|
-
|
|
1628
|
-
of the Software.
|
|
1603
|
+
The above copyright notice and this permission notice shall be included in
|
|
1604
|
+
all copies or substantial portions of the Software.
|
|
1629
1605
|
|
|
1630
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1638
|
-
DEALINGS IN THE SOFTWARE.
|
|
1606
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1607
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1608
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1609
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1610
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1611
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1612
|
+
THE SOFTWARE.
|
|
1639
1613
|
|
|
1640
1614
|
````
|
|
1641
1615
|
|
|
@@ -1645,10 +1619,77 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1645
1619
|
|
|
1646
1620
|
### Rust Crates:
|
|
1647
1621
|
|
|
1648
|
-
- [
|
|
1622
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1649
1623
|
|
|
1650
1624
|
````text
|
|
1651
|
-
|
|
1625
|
+
The MIT License (MIT)
|
|
1626
|
+
|
|
1627
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1628
|
+
|
|
1629
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1630
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1631
|
+
in the Software without restriction, including without limitation the rights
|
|
1632
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1633
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1634
|
+
furnished to do so, subject to the following conditions:
|
|
1635
|
+
|
|
1636
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1637
|
+
copies or substantial portions of the Software.
|
|
1638
|
+
|
|
1639
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1640
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1641
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1642
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1643
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1644
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1645
|
+
SOFTWARE.
|
|
1646
|
+
````
|
|
1647
|
+
|
|
1648
|
+
---
|
|
1649
|
+
|
|
1650
|
+
## The following dependencies are licensed under the MIT License:
|
|
1651
|
+
|
|
1652
|
+
### Rust Crates:
|
|
1653
|
+
|
|
1654
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1655
|
+
|
|
1656
|
+
````text
|
|
1657
|
+
The MIT License (MIT)
|
|
1658
|
+
|
|
1659
|
+
Copyright (c) 2015 Danny Guo
|
|
1660
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1661
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1662
|
+
|
|
1663
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1664
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1665
|
+
in the Software without restriction, including without limitation the rights
|
|
1666
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1667
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1668
|
+
furnished to do so, subject to the following conditions:
|
|
1669
|
+
|
|
1670
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1671
|
+
copies or substantial portions of the Software.
|
|
1672
|
+
|
|
1673
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1674
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1675
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1676
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1677
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1678
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1679
|
+
SOFTWARE.
|
|
1680
|
+
|
|
1681
|
+
````
|
|
1682
|
+
|
|
1683
|
+
---
|
|
1684
|
+
|
|
1685
|
+
## The following dependencies are licensed under the MIT License:
|
|
1686
|
+
|
|
1687
|
+
### Rust Crates:
|
|
1688
|
+
|
|
1689
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1690
|
+
|
|
1691
|
+
````text
|
|
1692
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1652
1693
|
|
|
1653
1694
|
Permission is hereby granted, free of charge, to any
|
|
1654
1695
|
person obtaining a copy of this software and associated
|
|
@@ -1682,10 +1723,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1682
1723
|
|
|
1683
1724
|
### Rust Crates:
|
|
1684
1725
|
|
|
1685
|
-
- [
|
|
1726
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1727
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1686
1728
|
|
|
1687
1729
|
````text
|
|
1688
|
-
Copyright (c)
|
|
1730
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1689
1731
|
|
|
1690
1732
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1691
1733
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1694,16 +1736,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1694
1736
|
copies of the Software, and to permit persons to whom the Software is
|
|
1695
1737
|
furnished to do so, subject to the following conditions:
|
|
1696
1738
|
|
|
1697
|
-
The above copyright notice and this permission notice shall be included in
|
|
1698
|
-
|
|
1739
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1740
|
+
copies or substantial portions of the Software.
|
|
1699
1741
|
|
|
1700
1742
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1701
1743
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1702
1744
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1703
1745
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1704
1746
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1705
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1706
|
-
|
|
1747
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1748
|
+
SOFTWARE.
|
|
1707
1749
|
|
|
1708
1750
|
````
|
|
1709
1751
|
|
|
@@ -1713,12 +1755,78 @@ THE SOFTWARE.
|
|
|
1713
1755
|
|
|
1714
1756
|
### Rust Crates:
|
|
1715
1757
|
|
|
1716
|
-
- [
|
|
1758
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1717
1759
|
|
|
1718
1760
|
````text
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
Copyright (c)
|
|
1761
|
+
MIT License
|
|
1762
|
+
|
|
1763
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1764
|
+
|
|
1765
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1766
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1767
|
+
in the Software without restriction, including without limitation the rights
|
|
1768
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1769
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1770
|
+
furnished to do so, subject to the following conditions:
|
|
1771
|
+
|
|
1772
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1773
|
+
copies or substantial portions of the Software.
|
|
1774
|
+
|
|
1775
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1776
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1777
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1778
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1779
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1780
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1781
|
+
SOFTWARE.
|
|
1782
|
+
|
|
1783
|
+
````
|
|
1784
|
+
|
|
1785
|
+
---
|
|
1786
|
+
|
|
1787
|
+
## The following dependencies are licensed under the MIT License:
|
|
1788
|
+
|
|
1789
|
+
### NPM Packages:
|
|
1790
|
+
|
|
1791
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1792
|
+
|
|
1793
|
+
````text
|
|
1794
|
+
MIT License
|
|
1795
|
+
|
|
1796
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1797
|
+
|
|
1798
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1799
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1800
|
+
in the Software without restriction, including without limitation the rights
|
|
1801
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1802
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1803
|
+
furnished to do so, subject to the following conditions:
|
|
1804
|
+
|
|
1805
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1806
|
+
copies or substantial portions of the Software.
|
|
1807
|
+
|
|
1808
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1809
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1810
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1811
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1812
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1813
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1814
|
+
SOFTWARE.
|
|
1815
|
+
|
|
1816
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1817
|
+
|
|
1818
|
+
````
|
|
1819
|
+
|
|
1820
|
+
---
|
|
1821
|
+
|
|
1822
|
+
## The following dependencies are licensed under the MIT License:
|
|
1823
|
+
|
|
1824
|
+
### Rust Crates:
|
|
1825
|
+
|
|
1826
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1827
|
+
|
|
1828
|
+
````text
|
|
1829
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1722
1830
|
|
|
1723
1831
|
Permission is hereby granted, free of charge, to any
|
|
1724
1832
|
person obtaining a copy of this software and associated
|
|
@@ -1752,10 +1860,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1752
1860
|
|
|
1753
1861
|
### Rust Crates:
|
|
1754
1862
|
|
|
1755
|
-
- [
|
|
1863
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1756
1864
|
|
|
1757
1865
|
````text
|
|
1758
|
-
Copyright
|
|
1866
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1759
1867
|
|
|
1760
1868
|
Permission is hereby granted, free of charge, to any
|
|
1761
1869
|
person obtaining a copy of this software and associated
|
|
@@ -1781,7 +1889,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1781
1889
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1782
1890
|
DEALINGS IN THE SOFTWARE.
|
|
1783
1891
|
|
|
1784
|
-
|
|
1785
1892
|
````
|
|
1786
1893
|
|
|
1787
1894
|
---
|
|
@@ -1790,10 +1897,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1790
1897
|
|
|
1791
1898
|
### Rust Crates:
|
|
1792
1899
|
|
|
1793
|
-
- [
|
|
1900
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1794
1901
|
|
|
1795
1902
|
````text
|
|
1796
|
-
Copyright (c)
|
|
1903
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1797
1904
|
|
|
1798
1905
|
Permission is hereby granted, free of charge, to any
|
|
1799
1906
|
person obtaining a copy of this software and associated
|
|
@@ -1827,11 +1934,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1827
1934
|
|
|
1828
1935
|
### Rust Crates:
|
|
1829
1936
|
|
|
1830
|
-
- [
|
|
1937
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1938
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1831
1939
|
|
|
1832
1940
|
````text
|
|
1833
|
-
Copyright (c)
|
|
1834
|
-
Copyright (c)
|
|
1941
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1942
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1943
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1835
1944
|
|
|
1836
1945
|
Permission is hereby granted, free of charge, to any
|
|
1837
1946
|
person obtaining a copy of this software and associated
|
|
@@ -1865,10 +1974,52 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1865
1974
|
|
|
1866
1975
|
### Rust Crates:
|
|
1867
1976
|
|
|
1868
|
-
- [
|
|
1977
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1978
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1869
1979
|
|
|
1870
1980
|
````text
|
|
1871
|
-
Copyright (c) 2014
|
|
1981
|
+
Copyright (c) 2014 Alex Crichton
|
|
1982
|
+
|
|
1983
|
+
Permission is hereby granted, free of charge, to any
|
|
1984
|
+
person obtaining a copy of this software and associated
|
|
1985
|
+
documentation files (the "Software"), to deal in the
|
|
1986
|
+
Software without restriction, including without
|
|
1987
|
+
limitation the rights to use, copy, modify, merge,
|
|
1988
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1989
|
+
the Software, and to permit persons to whom the Software
|
|
1990
|
+
is furnished to do so, subject to the following
|
|
1991
|
+
conditions:
|
|
1992
|
+
|
|
1993
|
+
The above copyright notice and this permission notice
|
|
1994
|
+
shall be included in all copies or substantial portions
|
|
1995
|
+
of the Software.
|
|
1996
|
+
|
|
1997
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1998
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1999
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2000
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2001
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2002
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2003
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2004
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2005
|
+
DEALINGS IN THE SOFTWARE.
|
|
2006
|
+
|
|
2007
|
+
````
|
|
2008
|
+
|
|
2009
|
+
---
|
|
2010
|
+
|
|
2011
|
+
## The following dependencies are licensed under the MIT License:
|
|
2012
|
+
|
|
2013
|
+
### Rust Crates:
|
|
2014
|
+
|
|
2015
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2016
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2017
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2018
|
+
|
|
2019
|
+
````text
|
|
2020
|
+
MIT License
|
|
2021
|
+
|
|
2022
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1872
2023
|
|
|
1873
2024
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1874
2025
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1877,16 +2028,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1877
2028
|
copies of the Software, and to permit persons to whom the Software is
|
|
1878
2029
|
furnished to do so, subject to the following conditions:
|
|
1879
2030
|
|
|
1880
|
-
The above copyright notice and this permission notice shall be included in
|
|
1881
|
-
|
|
2031
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2032
|
+
copies or substantial portions of the Software.
|
|
1882
2033
|
|
|
1883
2034
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1884
2035
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1885
2036
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1886
2037
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1887
2038
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1888
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1889
|
-
|
|
2039
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2040
|
+
SOFTWARE.
|
|
1890
2041
|
|
|
1891
2042
|
````
|
|
1892
2043
|
|
|
@@ -1896,35 +2047,27 @@ THE SOFTWARE.
|
|
|
1896
2047
|
|
|
1897
2048
|
### Rust Crates:
|
|
1898
2049
|
|
|
1899
|
-
- [
|
|
2050
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
1900
2051
|
|
|
1901
2052
|
````text
|
|
1902
|
-
Copyright
|
|
1903
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2053
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
1904
2054
|
|
|
1905
|
-
Permission is hereby granted, free of charge, to any
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
the Software, and to permit persons to whom the Software
|
|
1912
|
-
is furnished to do so, subject to the following
|
|
1913
|
-
conditions:
|
|
2055
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2056
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2057
|
+
the Software without restriction, including without limitation the rights to
|
|
2058
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2059
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2060
|
+
subject to the following conditions:
|
|
1914
2061
|
|
|
1915
|
-
The above copyright notice and this permission notice
|
|
1916
|
-
|
|
1917
|
-
of the Software.
|
|
2062
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2063
|
+
copies or substantial portions of the Software.
|
|
1918
2064
|
|
|
1919
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1926
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1927
|
-
DEALINGS IN THE SOFTWARE.
|
|
2065
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2066
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2067
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2068
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2069
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2070
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1928
2071
|
|
|
1929
2072
|
````
|
|
1930
2073
|
|
|
@@ -1934,10 +2077,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1934
2077
|
|
|
1935
2078
|
### Rust Crates:
|
|
1936
2079
|
|
|
1937
|
-
- [
|
|
2080
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1938
2081
|
|
|
1939
2082
|
````text
|
|
1940
|
-
|
|
2083
|
+
MIT License
|
|
2084
|
+
|
|
2085
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
1941
2086
|
|
|
1942
2087
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1943
2088
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1946,16 +2091,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1946
2091
|
copies of the Software, and to permit persons to whom the Software is
|
|
1947
2092
|
furnished to do so, subject to the following conditions:
|
|
1948
2093
|
|
|
1949
|
-
The above copyright notice and this permission notice shall be included in
|
|
1950
|
-
|
|
2094
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2095
|
+
copies or substantial portions of the Software.
|
|
1951
2096
|
|
|
1952
2097
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1953
2098
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1954
2099
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1955
2100
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1956
2101
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1957
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1958
|
-
|
|
2102
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2103
|
+
SOFTWARE.
|
|
1959
2104
|
|
|
1960
2105
|
````
|
|
1961
2106
|
|
|
@@ -1963,16 +2108,14 @@ THE SOFTWARE.
|
|
|
1963
2108
|
|
|
1964
2109
|
## The following dependencies are licensed under the MIT License:
|
|
1965
2110
|
|
|
1966
|
-
###
|
|
2111
|
+
### NPM Packages:
|
|
1967
2112
|
|
|
1968
|
-
- [
|
|
2113
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.17.1)
|
|
1969
2114
|
|
|
1970
2115
|
````text
|
|
1971
2116
|
The MIT License (MIT)
|
|
1972
2117
|
|
|
1973
|
-
Copyright (c) 2015
|
|
1974
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1975
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2118
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1976
2119
|
|
|
1977
2120
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1978
2121
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1992,6 +2135,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1992
2135
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1993
2136
|
SOFTWARE.
|
|
1994
2137
|
|
|
2138
|
+
|
|
1995
2139
|
````
|
|
1996
2140
|
|
|
1997
2141
|
---
|
|
@@ -2000,36 +2144,33 @@ SOFTWARE.
|
|
|
2000
2144
|
|
|
2001
2145
|
### Rust Crates:
|
|
2002
2146
|
|
|
2003
|
-
- [
|
|
2004
|
-
- [
|
|
2005
|
-
- [
|
|
2147
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2148
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2149
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2150
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2006
2151
|
|
|
2007
2152
|
````text
|
|
2008
|
-
|
|
2153
|
+
The MIT License (MIT)
|
|
2009
2154
|
|
|
2010
|
-
|
|
2011
|
-
person obtaining a copy of this software and associated
|
|
2012
|
-
documentation files (the "Software"), to deal in the
|
|
2013
|
-
Software without restriction, including without
|
|
2014
|
-
limitation the rights to use, copy, modify, merge,
|
|
2015
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2016
|
-
the Software, and to permit persons to whom the Software
|
|
2017
|
-
is furnished to do so, subject to the following
|
|
2018
|
-
conditions:
|
|
2155
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2019
2156
|
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2157
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2158
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2159
|
+
in the Software without restriction, including without limitation the rights
|
|
2160
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2161
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2162
|
+
furnished to do so, subject to the following conditions:
|
|
2023
2163
|
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
IN
|
|
2032
|
-
|
|
2164
|
+
The above copyright notice and this permission notice shall be included in
|
|
2165
|
+
all copies or substantial portions of the Software.
|
|
2166
|
+
|
|
2167
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2168
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2169
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2170
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2171
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2172
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2173
|
+
THE SOFTWARE.
|
|
2033
2174
|
|
|
2034
2175
|
````
|
|
2035
2176
|
|
|
@@ -2039,10 +2180,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2039
2180
|
|
|
2040
2181
|
### Rust Crates:
|
|
2041
2182
|
|
|
2042
|
-
- [
|
|
2183
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2043
2184
|
|
|
2044
2185
|
````text
|
|
2045
|
-
Copyright (c)
|
|
2186
|
+
Copyright (c) 2017 http-rs authors
|
|
2046
2187
|
|
|
2047
2188
|
Permission is hereby granted, free of charge, to any
|
|
2048
2189
|
person obtaining a copy of this software and associated
|
|
@@ -2074,53 +2215,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2074
2215
|
|
|
2075
2216
|
## The following dependencies are licensed under the MIT License:
|
|
2076
2217
|
|
|
2077
|
-
###
|
|
2218
|
+
### Rust Crates:
|
|
2078
2219
|
|
|
2079
|
-
- [
|
|
2080
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2220
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2081
2221
|
|
|
2082
2222
|
````text
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
Copyright (c) Microsoft Corporation.
|
|
2086
|
-
|
|
2087
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2088
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2089
|
-
in the Software without restriction, including without limitation the rights
|
|
2090
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2091
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2092
|
-
furnished to do so, subject to the following conditions:
|
|
2093
|
-
|
|
2094
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2095
|
-
copies or substantial portions of the Software.
|
|
2096
|
-
|
|
2097
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2098
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2099
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2100
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2101
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2102
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2103
|
-
SOFTWARE
|
|
2104
|
-
|
|
2105
|
-
````
|
|
2106
|
-
|
|
2107
|
-
---
|
|
2223
|
+
MIT License
|
|
2108
2224
|
|
|
2109
|
-
|
|
2225
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2226
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2227
|
+
Copyright (c) 2017 Frommi
|
|
2228
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2110
2229
|
|
|
2111
|
-
### Rust Crates:
|
|
2112
2230
|
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2231
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2232
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2233
|
+
in the Software without restriction, including without limitation the rights
|
|
2234
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2235
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2236
|
+
furnished to do so, subject to the following conditions:
|
|
2117
2237
|
|
|
2118
|
-
|
|
2119
|
-
|
|
2238
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2239
|
+
copies or substantial portions of the Software.
|
|
2120
2240
|
|
|
2121
|
-
|
|
2241
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2242
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2243
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2244
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2245
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2246
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2247
|
+
SOFTWARE.
|
|
2122
2248
|
|
|
2123
|
-
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.
|
|
2124
2249
|
````
|
|
2125
2250
|
|
|
2126
2251
|
---
|
|
@@ -2129,34 +2254,29 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2129
2254
|
|
|
2130
2255
|
### Rust Crates:
|
|
2131
2256
|
|
|
2132
|
-
- [
|
|
2257
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2133
2258
|
|
|
2134
2259
|
````text
|
|
2135
|
-
Copyright (c)
|
|
2260
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2136
2261
|
|
|
2137
|
-
Permission is hereby granted, free of charge, to any
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
the Software, and to permit persons to whom the Software
|
|
2144
|
-
is furnished to do so, subject to the following
|
|
2145
|
-
conditions:
|
|
2262
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2263
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2264
|
+
in the Software without restriction, including without limitation the rights
|
|
2265
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2266
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2267
|
+
furnished to do so, subject to the following conditions:
|
|
2146
2268
|
|
|
2147
|
-
The above copyright notice and this permission notice
|
|
2148
|
-
|
|
2149
|
-
|
|
2269
|
+
The above copyright notice and this permission notice shall be included in
|
|
2270
|
+
all copies or substantial portions of the Software.
|
|
2271
|
+
|
|
2272
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2273
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2274
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2275
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2276
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2277
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2278
|
+
THE SOFTWARE.
|
|
2150
2279
|
|
|
2151
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2152
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2153
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2154
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2155
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2156
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2157
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2158
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2159
|
-
DEALINGS IN THE SOFTWARE.
|
|
2160
2280
|
|
|
2161
2281
|
````
|
|
2162
2282
|
|
|
@@ -2166,41 +2286,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2166
2286
|
|
|
2167
2287
|
### NPM Packages:
|
|
2168
2288
|
|
|
2169
|
-
- [
|
|
2289
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2290
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2170
2291
|
|
|
2171
2292
|
````text
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2175
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2176
|
-
the Software without restriction, including without limitation the rights to
|
|
2177
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2178
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2179
|
-
subject to the following conditions:
|
|
2180
|
-
|
|
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, FITNESS
|
|
2186
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2187
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2188
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2189
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2190
|
-
|
|
2191
|
-
````
|
|
2192
|
-
|
|
2193
|
-
---
|
|
2194
|
-
|
|
2195
|
-
## The following dependencies are licensed under the MIT License:
|
|
2196
|
-
|
|
2197
|
-
### Rust Crates:
|
|
2198
|
-
|
|
2199
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2293
|
+
MIT License
|
|
2200
2294
|
|
|
2201
|
-
|
|
2202
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2203
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2295
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2204
2296
|
|
|
2205
2297
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2206
2298
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2228,10 +2320,10 @@ SOFTWARE.
|
|
|
2228
2320
|
|
|
2229
2321
|
### Rust Crates:
|
|
2230
2322
|
|
|
2231
|
-
- [
|
|
2323
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2232
2324
|
|
|
2233
2325
|
````text
|
|
2234
|
-
Copyright
|
|
2326
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2235
2327
|
|
|
2236
2328
|
Permission is hereby granted, free of charge, to any
|
|
2237
2329
|
person obtaining a copy of this software and associated
|
|
@@ -2265,34 +2357,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2265
2357
|
|
|
2266
2358
|
### Rust Crates:
|
|
2267
2359
|
|
|
2268
|
-
- [
|
|
2360
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2269
2361
|
|
|
2270
2362
|
````text
|
|
2271
|
-
Copyright (c)
|
|
2363
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2364
|
+
Copyright (c) 2016 Alex Crichton
|
|
2272
2365
|
|
|
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:
|
|
2366
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2367
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2368
|
+
in the Software without restriction, including without limitation the rights
|
|
2369
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2370
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2371
|
+
furnished to do so, subject to the following conditions:
|
|
2282
2372
|
|
|
2283
|
-
The above copyright notice and this permission notice
|
|
2284
|
-
|
|
2285
|
-
|
|
2373
|
+
The above copyright notice and this permission notice shall be included in
|
|
2374
|
+
all copies or substantial portions of the Software.
|
|
2375
|
+
|
|
2376
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2377
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2378
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2379
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2380
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2381
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2382
|
+
THE SOFTWARE.
|
|
2286
2383
|
|
|
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
2384
|
|
|
2297
2385
|
````
|
|
2298
2386
|
|
|
@@ -2302,14 +2390,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2302
2390
|
|
|
2303
2391
|
### Rust Crates:
|
|
2304
2392
|
|
|
2305
|
-
- [
|
|
2306
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2307
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2393
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2308
2394
|
|
|
2309
2395
|
````text
|
|
2310
|
-
MIT License
|
|
2396
|
+
The MIT License (MIT)
|
|
2311
2397
|
|
|
2312
|
-
Copyright (c)
|
|
2398
|
+
Copyright (c) 2015 Alice Maz
|
|
2313
2399
|
|
|
2314
2400
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2315
2401
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2318,16 +2404,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2318
2404
|
copies of the Software, and to permit persons to whom the Software is
|
|
2319
2405
|
furnished to do so, subject to the following conditions:
|
|
2320
2406
|
|
|
2321
|
-
The above copyright notice and this permission notice shall be included in
|
|
2322
|
-
copies or substantial portions of the Software.
|
|
2407
|
+
The above copyright notice and this permission notice shall be included in
|
|
2408
|
+
all copies or substantial portions of the Software.
|
|
2323
2409
|
|
|
2324
2410
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2325
2411
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2326
2412
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2327
2413
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2328
2414
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2329
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2330
|
-
SOFTWARE.
|
|
2415
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2416
|
+
THE SOFTWARE.
|
|
2331
2417
|
|
|
2332
2418
|
````
|
|
2333
2419
|
|
|
@@ -2337,13 +2423,12 @@ SOFTWARE.
|
|
|
2337
2423
|
|
|
2338
2424
|
### Rust Crates:
|
|
2339
2425
|
|
|
2340
|
-
- [
|
|
2426
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2341
2427
|
|
|
2342
2428
|
````text
|
|
2343
|
-
|
|
2429
|
+
MIT License
|
|
2344
2430
|
|
|
2345
|
-
Copyright (c)
|
|
2346
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2431
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2347
2432
|
|
|
2348
2433
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2349
2434
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2371,10 +2456,19 @@ SOFTWARE.
|
|
|
2371
2456
|
|
|
2372
2457
|
### Rust Crates:
|
|
2373
2458
|
|
|
2374
|
-
- [
|
|
2459
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2460
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2461
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2462
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2463
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2464
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2465
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2466
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2467
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2375
2468
|
|
|
2376
2469
|
````text
|
|
2377
|
-
Copyright (c)
|
|
2470
|
+
Copyright (c) 2016 Alex Crichton
|
|
2471
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2378
2472
|
|
|
2379
2473
|
Permission is hereby granted, free of charge, to any
|
|
2380
2474
|
person obtaining a copy of this software and associated
|
|
@@ -2408,71 +2502,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2408
2502
|
|
|
2409
2503
|
### Rust Crates:
|
|
2410
2504
|
|
|
2411
|
-
- [
|
|
2505
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2506
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2507
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2412
2508
|
|
|
2413
2509
|
````text
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
Permission is hereby granted, free of charge, to any
|
|
2417
|
-
person obtaining a copy of this software and associated
|
|
2418
|
-
documentation files (the "Software"), to deal in the
|
|
2419
|
-
Software without restriction, including without
|
|
2420
|
-
limitation the rights to use, copy, modify, merge,
|
|
2421
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2422
|
-
the Software, and to permit persons to whom the Software
|
|
2423
|
-
is furnished to do so, subject to the following
|
|
2424
|
-
conditions:
|
|
2425
|
-
|
|
2426
|
-
The above copyright notice and this permission notice
|
|
2427
|
-
shall be included in all copies or substantial portions
|
|
2428
|
-
of the Software.
|
|
2429
|
-
|
|
2430
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2431
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2432
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2433
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2434
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2435
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2436
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2437
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2438
|
-
DEALINGS IN THE SOFTWARE.
|
|
2439
|
-
|
|
2440
|
-
````
|
|
2441
|
-
|
|
2442
|
-
---
|
|
2443
|
-
|
|
2444
|
-
## The following dependencies are licensed under the MIT License:
|
|
2445
|
-
|
|
2446
|
-
### Rust Crates:
|
|
2447
|
-
|
|
2448
|
-
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2510
|
+
MIT License
|
|
2449
2511
|
|
|
2450
|
-
|
|
2451
|
-
Copyright (c) 2016 Amanieu d'Antras
|
|
2512
|
+
Copyright (c) 2017 Ted Driggs
|
|
2452
2513
|
|
|
2453
|
-
Permission is hereby granted, free of charge, to any
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
the Software, and to permit persons to whom the Software
|
|
2460
|
-
is furnished to do so, subject to the following
|
|
2461
|
-
conditions:
|
|
2514
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2515
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2516
|
+
in the Software without restriction, including without limitation the rights
|
|
2517
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2518
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2519
|
+
furnished to do so, subject to the following conditions:
|
|
2462
2520
|
|
|
2463
|
-
The above copyright notice and this permission notice
|
|
2464
|
-
|
|
2465
|
-
of the Software.
|
|
2521
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2522
|
+
copies or substantial portions of the Software.
|
|
2466
2523
|
|
|
2467
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2475
|
-
DEALINGS IN THE SOFTWARE.
|
|
2524
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2525
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2526
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2527
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2528
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2529
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2530
|
+
SOFTWARE.
|
|
2476
2531
|
|
|
2477
2532
|
````
|
|
2478
2533
|
|
|
@@ -2482,10 +2537,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2482
2537
|
|
|
2483
2538
|
### Rust Crates:
|
|
2484
2539
|
|
|
2485
|
-
- [
|
|
2540
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2486
2541
|
|
|
2487
2542
|
````text
|
|
2488
|
-
Copyright (c) 2019
|
|
2543
|
+
Copyright (c) 2019 Carl Lerche
|
|
2489
2544
|
|
|
2490
2545
|
Permission is hereby granted, free of charge, to any
|
|
2491
2546
|
person obtaining a copy of this software and associated
|
|
@@ -2519,80 +2574,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2519
2574
|
|
|
2520
2575
|
### Rust Crates:
|
|
2521
2576
|
|
|
2522
|
-
- [
|
|
2523
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2524
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2525
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2526
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2527
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2577
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2528
2578
|
|
|
2529
2579
|
````text
|
|
2530
|
-
Copyright (c)
|
|
2531
|
-
|
|
2532
|
-
Permission is hereby granted, free of charge, to any
|
|
2533
|
-
person obtaining a copy of this software and associated
|
|
2534
|
-
documentation files (the "Software"), to deal in the
|
|
2535
|
-
Software without restriction, including without
|
|
2536
|
-
limitation the rights to use, copy, modify, merge,
|
|
2537
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2538
|
-
the Software, and to permit persons to whom the Software
|
|
2539
|
-
is furnished to do so, subject to the following
|
|
2540
|
-
conditions:
|
|
2541
|
-
|
|
2542
|
-
The above copyright notice and this permission notice
|
|
2543
|
-
shall be included in all copies or substantial portions
|
|
2544
|
-
of the Software.
|
|
2545
|
-
|
|
2546
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2547
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2548
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2549
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2550
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2551
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2552
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2553
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2554
|
-
DEALINGS IN THE SOFTWARE.
|
|
2555
|
-
|
|
2556
|
-
````
|
|
2557
|
-
|
|
2558
|
-
---
|
|
2559
|
-
|
|
2560
|
-
## The following dependencies are licensed under the MIT License:
|
|
2561
|
-
|
|
2562
|
-
### Rust Crates:
|
|
2563
|
-
|
|
2564
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2565
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2566
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2567
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2568
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2569
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2570
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2571
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2572
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2573
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2574
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2575
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2576
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2577
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2578
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2579
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2580
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2581
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2582
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2583
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2584
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2585
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2586
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2587
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2588
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2589
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2590
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2591
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2592
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2593
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2580
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2594
2581
|
|
|
2595
|
-
````text
|
|
2596
2582
|
Permission is hereby granted, free of charge, to any
|
|
2597
2583
|
person obtaining a copy of this software and associated
|
|
2598
2584
|
documentation files (the "Software"), to deal in the
|
|
@@ -2623,64 +2609,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2623
2609
|
|
|
2624
2610
|
## The following dependencies are licensed under the MIT License:
|
|
2625
2611
|
|
|
2626
|
-
###
|
|
2612
|
+
### NPM Packages:
|
|
2627
2613
|
|
|
2628
|
-
- [
|
|
2629
|
-
- [
|
|
2614
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2615
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2630
2616
|
|
|
2631
2617
|
````text
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2635
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2636
|
-
in the Software without restriction, including without limitation the rights
|
|
2637
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2638
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2639
|
-
furnished to do so, subject to the following conditions:
|
|
2640
|
-
|
|
2641
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2642
|
-
copies or substantial portions of the Software.
|
|
2643
|
-
|
|
2644
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2645
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2646
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2647
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2648
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2649
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2650
|
-
SOFTWARE.
|
|
2651
|
-
|
|
2652
|
-
````
|
|
2653
|
-
|
|
2654
|
-
---
|
|
2655
|
-
|
|
2656
|
-
## The following dependencies are licensed under the MIT License:
|
|
2657
|
-
|
|
2658
|
-
### Rust Crates:
|
|
2659
|
-
|
|
2660
|
-
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
2618
|
+
MIT License
|
|
2661
2619
|
|
|
2662
|
-
|
|
2663
|
-
MIT License
|
|
2620
|
+
Copyright (c) Microsoft Corporation.
|
|
2664
2621
|
|
|
2665
|
-
|
|
2622
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2623
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2624
|
+
in the Software without restriction, including without limitation the rights
|
|
2625
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2626
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2627
|
+
furnished to do so, subject to the following conditions:
|
|
2666
2628
|
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
in the Software without restriction, including without limitation the rights
|
|
2670
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2671
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2672
|
-
furnished to do so, subject to the following conditions:
|
|
2629
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2630
|
+
copies or substantial portions of the Software.
|
|
2673
2631
|
|
|
2674
|
-
|
|
2675
|
-
|
|
2632
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2633
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2634
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2635
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2636
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2637
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2638
|
+
SOFTWARE
|
|
2676
2639
|
|
|
2677
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2678
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2679
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2680
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2681
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2682
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2683
|
-
SOFTWARE.
|
|
2684
2640
|
````
|
|
2685
2641
|
|
|
2686
2642
|
---
|
|
@@ -2689,12 +2645,10 @@ SOFTWARE.
|
|
|
2689
2645
|
|
|
2690
2646
|
### Rust Crates:
|
|
2691
2647
|
|
|
2692
|
-
- [
|
|
2648
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2693
2649
|
|
|
2694
2650
|
````text
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
Copyright (c) 2015 Alice Maz
|
|
2651
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2698
2652
|
|
|
2699
2653
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2700
2654
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2722,13 +2676,10 @@ THE SOFTWARE.
|
|
|
2722
2676
|
|
|
2723
2677
|
### Rust Crates:
|
|
2724
2678
|
|
|
2725
|
-
- [
|
|
2726
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2679
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2727
2680
|
|
|
2728
2681
|
````text
|
|
2729
|
-
Copyright
|
|
2730
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2731
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2682
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2732
2683
|
|
|
2733
2684
|
Permission is hereby granted, free of charge, to any
|
|
2734
2685
|
person obtaining a copy of this software and associated
|
|
@@ -2762,10 +2713,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2762
2713
|
|
|
2763
2714
|
### Rust Crates:
|
|
2764
2715
|
|
|
2765
|
-
- [
|
|
2716
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2717
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2766
2718
|
|
|
2767
2719
|
````text
|
|
2768
|
-
|
|
2720
|
+
MIT License
|
|
2769
2721
|
|
|
2770
2722
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2771
2723
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2774,16 +2726,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2774
2726
|
copies of the Software, and to permit persons to whom the Software is
|
|
2775
2727
|
furnished to do so, subject to the following conditions:
|
|
2776
2728
|
|
|
2777
|
-
The above copyright notice and this permission notice shall be included in
|
|
2778
|
-
|
|
2729
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2730
|
+
copies or substantial portions of the Software.
|
|
2779
2731
|
|
|
2780
2732
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2781
2733
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2782
2734
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2783
2735
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2784
2736
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2785
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2786
|
-
|
|
2737
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2738
|
+
SOFTWARE.
|
|
2787
2739
|
|
|
2788
2740
|
````
|
|
2789
2741
|
|
|
@@ -2793,30 +2745,34 @@ THE SOFTWARE.
|
|
|
2793
2745
|
|
|
2794
2746
|
### Rust Crates:
|
|
2795
2747
|
|
|
2796
|
-
- [
|
|
2748
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2797
2749
|
|
|
2798
2750
|
````text
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2751
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2802
2752
|
|
|
2803
|
-
Permission is hereby granted, free of charge, to any
|
|
2804
|
-
of this software and associated
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2753
|
+
Permission is hereby granted, free of charge, to any
|
|
2754
|
+
person obtaining a copy of this software and associated
|
|
2755
|
+
documentation files (the "Software"), to deal in the
|
|
2756
|
+
Software without restriction, including without
|
|
2757
|
+
limitation the rights to use, copy, modify, merge,
|
|
2758
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2759
|
+
the Software, and to permit persons to whom the Software
|
|
2760
|
+
is furnished to do so, subject to the following
|
|
2761
|
+
conditions:
|
|
2809
2762
|
|
|
2810
|
-
The above copyright notice and this permission notice
|
|
2811
|
-
copies or substantial portions
|
|
2763
|
+
The above copyright notice and this permission notice
|
|
2764
|
+
shall be included in all copies or substantial portions
|
|
2765
|
+
of the Software.
|
|
2812
2766
|
|
|
2813
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2814
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2767
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2768
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2769
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2770
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2771
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2772
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2773
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2774
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2775
|
+
DEALINGS IN THE SOFTWARE.
|
|
2820
2776
|
|
|
2821
2777
|
````
|
|
2822
2778
|
|
|
@@ -2826,15 +2782,10 @@ SOFTWARE.
|
|
|
2826
2782
|
|
|
2827
2783
|
### Rust Crates:
|
|
2828
2784
|
|
|
2829
|
-
- [
|
|
2830
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2831
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2832
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2833
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2834
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2785
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2835
2786
|
|
|
2836
2787
|
````text
|
|
2837
|
-
Copyright (c)
|
|
2788
|
+
Copyright (c) 2016--2017
|
|
2838
2789
|
|
|
2839
2790
|
Permission is hereby granted, free of charge, to any
|
|
2840
2791
|
person obtaining a copy of this software and associated
|
|
@@ -2868,51 +2819,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2868
2819
|
|
|
2869
2820
|
### Rust Crates:
|
|
2870
2821
|
|
|
2871
|
-
- [
|
|
2872
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
2873
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
2874
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
2875
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
2876
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2877
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2878
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
2879
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
2880
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
2881
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
2882
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
2883
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
2884
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
2885
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
2886
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
2887
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
2888
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
2889
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
2890
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
2891
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
2892
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
2893
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
2894
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
2895
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
2822
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2896
2823
|
|
|
2897
2824
|
````text
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
Copyright (c) <year> <copyright holders>
|
|
2825
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2901
2826
|
|
|
2902
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2903
|
-
associated documentation files (the "Software"), to deal
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2827
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2828
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2829
|
+
in the Software without restriction, including without limitation the rights
|
|
2830
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2831
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2832
|
+
furnished to do so, subject to the following conditions:
|
|
2907
2833
|
|
|
2908
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2909
|
-
portions of the Software.
|
|
2834
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2835
|
+
copies or substantial portions of the Software.
|
|
2910
2836
|
|
|
2911
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2912
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2837
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2838
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2839
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2840
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2841
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2842
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2843
|
+
SOFTWARE.
|
|
2916
2844
|
|
|
2917
2845
|
````
|
|
2918
2846
|
|
|
@@ -2922,12 +2850,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2922
2850
|
|
|
2923
2851
|
### Rust Crates:
|
|
2924
2852
|
|
|
2925
|
-
- [
|
|
2926
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2927
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2853
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2928
2854
|
|
|
2929
2855
|
````text
|
|
2930
|
-
Copyright (c)
|
|
2856
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2931
2857
|
|
|
2932
2858
|
Permission is hereby granted, free of charge, to any
|
|
2933
2859
|
person obtaining a copy of this software and associated
|
|
@@ -2959,13 +2885,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2959
2885
|
|
|
2960
2886
|
## The following dependencies are licensed under the MIT License:
|
|
2961
2887
|
|
|
2962
|
-
###
|
|
2888
|
+
### Rust Crates:
|
|
2963
2889
|
|
|
2964
|
-
- [
|
|
2890
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2965
2891
|
|
|
2966
2892
|
````text
|
|
2967
|
-
|
|
2968
|
-
|
|
2893
|
+
MIT License
|
|
2894
|
+
|
|
2895
|
+
Copyright (c) 2025 Callum Oakley
|
|
2969
2896
|
|
|
2970
2897
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2971
2898
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2974,16 +2901,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2974
2901
|
copies of the Software, and to permit persons to whom the Software is
|
|
2975
2902
|
furnished to do so, subject to the following conditions:
|
|
2976
2903
|
|
|
2977
|
-
The above copyright notice and this permission notice shall be included in
|
|
2978
|
-
|
|
2904
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2905
|
+
copies or substantial portions of the Software.
|
|
2979
2906
|
|
|
2980
2907
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2981
2908
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2982
2909
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2983
2910
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2984
2911
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2985
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2986
|
-
|
|
2912
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2913
|
+
SOFTWARE.
|
|
2987
2914
|
|
|
2988
2915
|
````
|
|
2989
2916
|
|
|
@@ -2993,10 +2920,17 @@ THE SOFTWARE.
|
|
|
2993
2920
|
|
|
2994
2921
|
### Rust Crates:
|
|
2995
2922
|
|
|
2996
|
-
- [
|
|
2923
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2997
2924
|
|
|
2998
2925
|
````text
|
|
2999
|
-
Copyright (c) 2016
|
|
2926
|
+
Copyright (c) 2016 The humantime Developers
|
|
2927
|
+
|
|
2928
|
+
Includes parts of http date with the following copyright:
|
|
2929
|
+
Copyright (c) 2016 Pyfisch
|
|
2930
|
+
|
|
2931
|
+
Includes portions of musl libc with the following copyright:
|
|
2932
|
+
Copyright © 2005-2013 Rich Felker
|
|
2933
|
+
|
|
3000
2934
|
|
|
3001
2935
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3002
2936
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3005,17 +2939,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3005
2939
|
copies of the Software, and to permit persons to whom the Software is
|
|
3006
2940
|
furnished to do so, subject to the following conditions:
|
|
3007
2941
|
|
|
3008
|
-
The above copyright notice and this permission notice shall be included in
|
|
3009
|
-
|
|
2942
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2943
|
+
copies or substantial portions of the Software.
|
|
3010
2944
|
|
|
3011
2945
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3012
2946
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3013
2947
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3014
2948
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3015
2949
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3016
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3017
|
-
|
|
3018
|
-
|
|
2950
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2951
|
+
SOFTWARE.
|
|
3019
2952
|
|
|
3020
2953
|
````
|
|
3021
2954
|
|
|
@@ -3025,10 +2958,13 @@ THE SOFTWARE.
|
|
|
3025
2958
|
|
|
3026
2959
|
### Rust Crates:
|
|
3027
2960
|
|
|
3028
|
-
- [
|
|
2961
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2962
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2963
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2964
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3029
2965
|
|
|
3030
2966
|
````text
|
|
3031
|
-
Copyright (c)
|
|
2967
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3032
2968
|
|
|
3033
2969
|
Permission is hereby granted, free of charge, to any
|
|
3034
2970
|
person obtaining a copy of this software and associated
|
|
@@ -3060,47 +2996,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3060
2996
|
|
|
3061
2997
|
## The following dependencies are licensed under the MIT License:
|
|
3062
2998
|
|
|
3063
|
-
### NPM Packages:
|
|
3064
|
-
|
|
3065
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3066
|
-
|
|
3067
|
-
````text
|
|
3068
|
-
MIT License
|
|
3069
|
-
|
|
3070
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3071
|
-
|
|
3072
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3073
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3074
|
-
in the Software without restriction, including without limitation the rights
|
|
3075
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3076
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3077
|
-
furnished to do so, subject to the following conditions:
|
|
3078
|
-
|
|
3079
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3080
|
-
copies or substantial portions of the Software.
|
|
3081
|
-
|
|
3082
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3083
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3084
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3085
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3086
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3087
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3088
|
-
SOFTWARE.
|
|
3089
|
-
|
|
3090
|
-
[others]: https://github.com/json5/json5/contributors
|
|
3091
|
-
|
|
3092
|
-
````
|
|
3093
|
-
|
|
3094
|
-
---
|
|
3095
|
-
|
|
3096
|
-
## The following dependencies are licensed under the MIT License:
|
|
3097
|
-
|
|
3098
2999
|
### Rust Crates:
|
|
3099
3000
|
|
|
3100
|
-
- [
|
|
3001
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3101
3002
|
|
|
3102
3003
|
````text
|
|
3103
|
-
Copyright (c)
|
|
3004
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3104
3005
|
|
|
3105
3006
|
Permission is hereby granted, free of charge, to any
|
|
3106
3007
|
person obtaining a copy of this software and associated
|
|
@@ -3125,6 +3026,39 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3125
3026
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3126
3027
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3127
3028
|
DEALINGS IN THE SOFTWARE.
|
|
3029
|
+
|
|
3030
|
+
````
|
|
3031
|
+
|
|
3032
|
+
---
|
|
3033
|
+
|
|
3034
|
+
## The following dependencies are licensed under the MIT License:
|
|
3035
|
+
|
|
3036
|
+
### Rust Crates:
|
|
3037
|
+
|
|
3038
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3039
|
+
|
|
3040
|
+
````text
|
|
3041
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3042
|
+
Copyright (c) 2016 Jason Housley
|
|
3043
|
+
|
|
3044
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3045
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3046
|
+
in the Software without restriction, including without limitation the rights
|
|
3047
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3048
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3049
|
+
furnished to do so, subject to the following conditions:
|
|
3050
|
+
|
|
3051
|
+
The above copyright notice and this permission notice shall be included in
|
|
3052
|
+
all copies or substantial portions of the Software.
|
|
3053
|
+
|
|
3054
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3055
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3056
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3057
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3058
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3059
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3060
|
+
THE SOFTWARE.
|
|
3061
|
+
|
|
3128
3062
|
````
|
|
3129
3063
|
|
|
3130
3064
|
---
|
|
@@ -3133,32 +3067,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3133
3067
|
|
|
3134
3068
|
### Rust Crates:
|
|
3135
3069
|
|
|
3136
|
-
- [
|
|
3070
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3071
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3137
3072
|
|
|
3138
3073
|
````text
|
|
3139
|
-
The MIT License (MIT)
|
|
3140
|
-
|
|
3141
|
-
Copyright
|
|
3142
|
-
|
|
3143
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3144
|
-
|
|
3145
|
-
in
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
furnished to do so, subject to the following conditions:
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
The above copyright notice and this permission notice shall be included in
|
|
3152
|
-
all copies or substantial portions of the Software.
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3156
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3157
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3158
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3159
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3160
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3161
|
-
THE SOFTWARE.
|
|
3074
|
+
The MIT License (MIT)
|
|
3075
|
+
|
|
3076
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3077
|
+
|
|
3078
|
+
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:
|
|
3079
|
+
|
|
3080
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3081
|
+
|
|
3082
|
+
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.
|
|
3162
3083
|
|
|
3163
3084
|
````
|
|
3164
3085
|
|
|
@@ -3201,29 +3122,17 @@ SOFTWARE.
|
|
|
3201
3122
|
|
|
3202
3123
|
### Rust Crates:
|
|
3203
3124
|
|
|
3204
|
-
- [
|
|
3125
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3126
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3127
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3128
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3205
3129
|
|
|
3206
3130
|
````text
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3210
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3211
|
-
in the Software without restriction, including without limitation the rights
|
|
3212
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3213
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3214
|
-
furnished to do so, subject to the following conditions:
|
|
3215
|
-
|
|
3216
|
-
The above copyright notice and this permission notice shall be included in
|
|
3217
|
-
all copies or substantial portions of the Software.
|
|
3131
|
+
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:
|
|
3218
3132
|
|
|
3219
|
-
|
|
3220
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3221
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3222
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3223
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3224
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3225
|
-
THE SOFTWARE.
|
|
3133
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3226
3134
|
|
|
3135
|
+
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.
|
|
3227
3136
|
````
|
|
3228
3137
|
|
|
3229
3138
|
---
|
|
@@ -3232,12 +3141,14 @@ THE SOFTWARE.
|
|
|
3232
3141
|
|
|
3233
3142
|
### Rust Crates:
|
|
3234
3143
|
|
|
3235
|
-
- [
|
|
3236
|
-
- [
|
|
3144
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3145
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3237
3146
|
|
|
3238
3147
|
````text
|
|
3239
3148
|
MIT License
|
|
3240
3149
|
|
|
3150
|
+
Copyright (c) 2019 Graham Esau
|
|
3151
|
+
|
|
3241
3152
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3242
3153
|
of this software and associated documentation files (the "Software"), to deal
|
|
3243
3154
|
in the Software without restriction, including without limitation the rights
|
|
@@ -3264,10 +3175,10 @@ SOFTWARE.
|
|
|
3264
3175
|
|
|
3265
3176
|
### Rust Crates:
|
|
3266
3177
|
|
|
3267
|
-
- [
|
|
3178
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3268
3179
|
|
|
3269
3180
|
````text
|
|
3270
|
-
Copyright (c) 2015
|
|
3181
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3271
3182
|
|
|
3272
3183
|
Permission is hereby granted, free of charge, to any
|
|
3273
3184
|
person obtaining a copy of this software and associated
|
|
@@ -3301,16 +3212,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3301
3212
|
|
|
3302
3213
|
### Rust Crates:
|
|
3303
3214
|
|
|
3304
|
-
- [
|
|
3215
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3216
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3217
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3305
3218
|
|
|
3306
3219
|
````text
|
|
3307
3220
|
MIT License
|
|
3308
3221
|
|
|
3309
|
-
Copyright
|
|
3310
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3311
|
-
Copyright (c) 2017 Frommi
|
|
3312
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3313
|
-
|
|
3222
|
+
Copyright (c) Tokio Contributors
|
|
3314
3223
|
|
|
3315
3224
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3316
3225
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3338,10 +3247,10 @@ SOFTWARE.
|
|
|
3338
3247
|
|
|
3339
3248
|
### Rust Crates:
|
|
3340
3249
|
|
|
3341
|
-
- [
|
|
3250
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3342
3251
|
|
|
3343
3252
|
````text
|
|
3344
|
-
Copyright (c) 2016
|
|
3253
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
3345
3254
|
|
|
3346
3255
|
Permission is hereby granted, free of charge, to any
|
|
3347
3256
|
person obtaining a copy of this software and associated
|
|
@@ -3375,10 +3284,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3375
3284
|
|
|
3376
3285
|
### Rust Crates:
|
|
3377
3286
|
|
|
3378
|
-
- [
|
|
3287
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3379
3288
|
|
|
3380
3289
|
````text
|
|
3381
|
-
Copyright (c)
|
|
3290
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3382
3291
|
|
|
3383
3292
|
Permission is hereby granted, free of charge, to any
|
|
3384
3293
|
person obtaining a copy of this software and associated
|
|
@@ -3412,10 +3321,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3412
3321
|
|
|
3413
3322
|
### Rust Crates:
|
|
3414
3323
|
|
|
3415
|
-
- [
|
|
3324
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3416
3325
|
|
|
3417
3326
|
````text
|
|
3418
|
-
Copyright
|
|
3327
|
+
Copyright Mozilla Foundation
|
|
3419
3328
|
|
|
3420
3329
|
Permission is hereby granted, free of charge, to any
|
|
3421
3330
|
person obtaining a copy of this software and associated
|
|
@@ -3449,10 +3358,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3449
3358
|
|
|
3450
3359
|
### Rust Crates:
|
|
3451
3360
|
|
|
3452
|
-
- [
|
|
3361
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3453
3362
|
|
|
3454
3363
|
````text
|
|
3455
|
-
Copyright (c)
|
|
3364
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3365
|
+
|
|
3366
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3367
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3368
|
+
in the Software without restriction, including without limitation the rights
|
|
3369
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3370
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3371
|
+
furnished to do so, subject to the following conditions:
|
|
3372
|
+
|
|
3373
|
+
The above copyright notice and this permission notice shall be included in
|
|
3374
|
+
all copies or substantial portions of the Software.
|
|
3375
|
+
|
|
3376
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3377
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3378
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3379
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3380
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3381
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3382
|
+
THE SOFTWARE.
|
|
3383
|
+
|
|
3384
|
+
|
|
3385
|
+
````
|
|
3386
|
+
|
|
3387
|
+
---
|
|
3388
|
+
|
|
3389
|
+
## The following dependencies are licensed under the MIT License:
|
|
3390
|
+
|
|
3391
|
+
### Rust Crates:
|
|
3392
|
+
|
|
3393
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3394
|
+
|
|
3395
|
+
````text
|
|
3396
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3456
3397
|
|
|
3457
3398
|
Permission is hereby granted, free of charge, to any
|
|
3458
3399
|
person obtaining a copy of this software and associated
|
|
@@ -3486,14 +3427,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3486
3427
|
|
|
3487
3428
|
### Rust Crates:
|
|
3488
3429
|
|
|
3489
|
-
- [
|
|
3490
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3491
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3430
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3492
3431
|
|
|
3493
3432
|
````text
|
|
3494
|
-
|
|
3433
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3495
3434
|
|
|
3496
|
-
|
|
3435
|
+
Permission is hereby granted, free of charge, to any
|
|
3436
|
+
person obtaining a copy of this software and associated
|
|
3437
|
+
documentation files (the "Software"), to deal in the
|
|
3438
|
+
Software without restriction, including without
|
|
3439
|
+
limitation the rights to use, copy, modify, merge,
|
|
3440
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3441
|
+
the Software, and to permit persons to whom the Software
|
|
3442
|
+
is furnished to do so, subject to the following
|
|
3443
|
+
conditions:
|
|
3444
|
+
|
|
3445
|
+
The above copyright notice and this permission notice
|
|
3446
|
+
shall be included in all copies or substantial portions
|
|
3447
|
+
of the Software.
|
|
3448
|
+
|
|
3449
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3450
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3451
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3452
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3453
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3454
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3455
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3456
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3457
|
+
DEALINGS IN THE SOFTWARE.
|
|
3458
|
+
|
|
3459
|
+
````
|
|
3460
|
+
|
|
3461
|
+
---
|
|
3462
|
+
|
|
3463
|
+
## The following dependencies are licensed under the MIT License:
|
|
3464
|
+
|
|
3465
|
+
### Rust Crates:
|
|
3466
|
+
|
|
3467
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3468
|
+
|
|
3469
|
+
````text
|
|
3470
|
+
Copyright (c) 2015 Igor Shaula
|
|
3497
3471
|
|
|
3498
3472
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3499
3473
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3502,16 +3476,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3502
3476
|
copies of the Software, and to permit persons to whom the Software is
|
|
3503
3477
|
furnished to do so, subject to the following conditions:
|
|
3504
3478
|
|
|
3505
|
-
The above copyright notice and this permission notice shall be included in
|
|
3506
|
-
copies or substantial portions of the Software.
|
|
3479
|
+
The above copyright notice and this permission notice shall be included in
|
|
3480
|
+
all copies or substantial portions of the Software.
|
|
3507
3481
|
|
|
3508
3482
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3509
3483
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3510
3484
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3511
3485
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3512
3486
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3513
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3514
|
-
SOFTWARE.
|
|
3487
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3488
|
+
THE SOFTWARE.
|
|
3515
3489
|
|
|
3516
3490
|
````
|
|
3517
3491
|
|
|
@@ -3519,14 +3493,15 @@ SOFTWARE.
|
|
|
3519
3493
|
|
|
3520
3494
|
## The following dependencies are licensed under the MIT License:
|
|
3521
3495
|
|
|
3522
|
-
###
|
|
3496
|
+
### Rust Crates:
|
|
3523
3497
|
|
|
3524
|
-
- [
|
|
3498
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3525
3499
|
|
|
3526
3500
|
````text
|
|
3527
3501
|
The MIT License (MIT)
|
|
3528
3502
|
|
|
3529
|
-
Copyright (c) 2015-
|
|
3503
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3504
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3530
3505
|
|
|
3531
3506
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3532
3507
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3546,7 +3521,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3546
3521
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3547
3522
|
SOFTWARE.
|
|
3548
3523
|
|
|
3549
|
-
|
|
3550
3524
|
````
|
|
3551
3525
|
|
|
3552
3526
|
---
|
|
@@ -3555,10 +3529,10 @@ SOFTWARE.
|
|
|
3555
3529
|
|
|
3556
3530
|
### Rust Crates:
|
|
3557
3531
|
|
|
3558
|
-
- [
|
|
3532
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3559
3533
|
|
|
3560
3534
|
````text
|
|
3561
|
-
Copyright
|
|
3535
|
+
Copyright 2023 The Fuchsia Authors
|
|
3562
3536
|
|
|
3563
3537
|
Permission is hereby granted, free of charge, to any
|
|
3564
3538
|
person obtaining a copy of this software and associated
|
|
@@ -3584,42 +3558,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3584
3558
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3585
3559
|
DEALINGS IN THE SOFTWARE.
|
|
3586
3560
|
|
|
3587
|
-
````
|
|
3588
|
-
|
|
3589
|
-
---
|
|
3590
|
-
|
|
3591
|
-
## The following dependencies are licensed under the MIT License:
|
|
3592
|
-
|
|
3593
|
-
### Rust Crates:
|
|
3594
|
-
|
|
3595
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3596
|
-
|
|
3597
|
-
````text
|
|
3598
|
-
Copyright (c) 2013-2016 The rust-url developers
|
|
3599
|
-
|
|
3600
|
-
Permission is hereby granted, free of charge, to any
|
|
3601
|
-
person obtaining a copy of this software and associated
|
|
3602
|
-
documentation files (the "Software"), to deal in the
|
|
3603
|
-
Software without restriction, including without
|
|
3604
|
-
limitation the rights to use, copy, modify, merge,
|
|
3605
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3606
|
-
the Software, and to permit persons to whom the Software
|
|
3607
|
-
is furnished to do so, subject to the following
|
|
3608
|
-
conditions:
|
|
3609
|
-
|
|
3610
|
-
The above copyright notice and this permission notice
|
|
3611
|
-
shall be included in all copies or substantial portions
|
|
3612
|
-
of the Software.
|
|
3613
|
-
|
|
3614
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3615
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3616
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3617
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3618
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3619
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3620
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3621
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3622
|
-
DEALINGS IN THE SOFTWARE.
|
|
3623
3561
|
|
|
3624
3562
|
````
|
|
3625
3563
|
|
|
@@ -3629,11 +3567,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3629
3567
|
|
|
3630
3568
|
### Rust Crates:
|
|
3631
3569
|
|
|
3632
|
-
- [
|
|
3570
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3633
3571
|
|
|
3634
3572
|
````text
|
|
3635
|
-
Copyright (c)
|
|
3636
|
-
Copyright (c)
|
|
3573
|
+
Copyright (c) 2017 Carl Lerche
|
|
3574
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3575
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3637
3576
|
|
|
3638
3577
|
Permission is hereby granted, free of charge, to any
|
|
3639
3578
|
person obtaining a copy of this software and associated
|
|
@@ -3667,12 +3606,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3667
3606
|
|
|
3668
3607
|
### Rust Crates:
|
|
3669
3608
|
|
|
3670
|
-
- [
|
|
3609
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
3671
3610
|
|
|
3672
3611
|
````text
|
|
3673
|
-
MIT License
|
|
3612
|
+
The MIT License (MIT)
|
|
3674
3613
|
|
|
3675
|
-
Copyright (c)
|
|
3614
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
3676
3615
|
|
|
3677
3616
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3678
3617
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3692,27 +3631,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3692
3631
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3693
3632
|
SOFTWARE.
|
|
3694
3633
|
|
|
3634
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3635
|
+
licences; see files named LICENSE.*.txt for details.
|
|
3695
3636
|
````
|
|
3696
3637
|
|
|
3697
3638
|
---
|
|
3698
3639
|
|
|
3699
|
-
## The following dependencies are licensed under the MIT License:
|
|
3700
|
-
|
|
3701
|
-
### Rust Crates:
|
|
3702
|
-
|
|
3703
|
-
- [
|
|
3704
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3705
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3706
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3707
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3708
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3709
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3710
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3711
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3640
|
+
## The following dependencies are licensed under the MIT License:
|
|
3641
|
+
|
|
3642
|
+
### Rust Crates:
|
|
3643
|
+
|
|
3644
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3712
3645
|
|
|
3713
3646
|
````text
|
|
3714
|
-
Copyright (c)
|
|
3715
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3647
|
+
Copyright (c) 2018 Carl Lerche
|
|
3716
3648
|
|
|
3717
3649
|
Permission is hereby granted, free of charge, to any
|
|
3718
3650
|
person obtaining a copy of this software and associated
|
|
@@ -3746,10 +3678,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3746
3678
|
|
|
3747
3679
|
### Rust Crates:
|
|
3748
3680
|
|
|
3749
|
-
- [
|
|
3681
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3750
3682
|
|
|
3751
3683
|
````text
|
|
3752
|
-
Copyright (c) The
|
|
3684
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3685
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3753
3686
|
|
|
3754
3687
|
Permission is hereby granted, free of charge, to any
|
|
3755
3688
|
person obtaining a copy of this software and associated
|
|
@@ -3783,12 +3716,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3783
3716
|
|
|
3784
3717
|
### Rust Crates:
|
|
3785
3718
|
|
|
3786
|
-
- [
|
|
3719
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3787
3720
|
|
|
3788
3721
|
````text
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3722
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3792
3723
|
|
|
3793
3724
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3794
3725
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3797,16 +3728,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3797
3728
|
copies of the Software, and to permit persons to whom the Software is
|
|
3798
3729
|
furnished to do so, subject to the following conditions:
|
|
3799
3730
|
|
|
3800
|
-
The above copyright notice and this permission notice shall be included in
|
|
3801
|
-
copies or substantial portions of the Software.
|
|
3731
|
+
The above copyright notice and this permission notice shall be included in
|
|
3732
|
+
all copies or substantial portions of the Software.
|
|
3802
3733
|
|
|
3803
3734
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3804
3735
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3805
3736
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3806
3737
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3807
3738
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3808
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3809
|
-
SOFTWARE.
|
|
3739
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3740
|
+
THE SOFTWARE.
|
|
3810
3741
|
|
|
3811
3742
|
````
|
|
3812
3743
|
|
|
@@ -3814,32 +3745,34 @@ SOFTWARE.
|
|
|
3814
3745
|
|
|
3815
3746
|
## The following dependencies are licensed under the MIT License:
|
|
3816
3747
|
|
|
3817
|
-
###
|
|
3748
|
+
### Rust Crates:
|
|
3818
3749
|
|
|
3819
|
-
- [
|
|
3750
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3820
3751
|
|
|
3821
3752
|
````text
|
|
3822
|
-
The MIT License (MIT)
|
|
3823
|
-
|
|
3824
|
-
Copyright (c)
|
|
3825
|
-
|
|
3826
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3827
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3828
|
-
in the Software without restriction, including without limitation the rights
|
|
3829
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3830
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3831
|
-
furnished to do so, subject to the following conditions:
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3753
|
+
The MIT License (MIT)
|
|
3754
|
+
|
|
3755
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3756
|
+
|
|
3757
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3758
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3759
|
+
in the Software without restriction, including without limitation the rights
|
|
3760
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3761
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3762
|
+
furnished to do so, subject to the following conditions:
|
|
3763
|
+
|
|
3764
|
+
|
|
3765
|
+
The above copyright notice and this permission notice shall be included in
|
|
3766
|
+
all copies or substantial portions of the Software.
|
|
3767
|
+
|
|
3768
|
+
|
|
3769
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3770
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3771
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3772
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3773
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3774
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3775
|
+
THE SOFTWARE.
|
|
3843
3776
|
|
|
3844
3777
|
````
|
|
3845
3778
|
|
|
@@ -3849,31 +3782,36 @@ THE SOFTWARE.
|
|
|
3849
3782
|
|
|
3850
3783
|
### Rust Crates:
|
|
3851
3784
|
|
|
3852
|
-
- [
|
|
3853
|
-
- [
|
|
3785
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3786
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3787
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3854
3788
|
|
|
3855
3789
|
````text
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
Copyright (c) 2019 Graham Esau
|
|
3790
|
+
Copyright (c) 2019 Tower Contributors
|
|
3859
3791
|
|
|
3860
|
-
Permission is hereby granted, free of charge, to any
|
|
3861
|
-
of this software and associated
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3792
|
+
Permission is hereby granted, free of charge, to any
|
|
3793
|
+
person obtaining a copy of this software and associated
|
|
3794
|
+
documentation files (the "Software"), to deal in the
|
|
3795
|
+
Software without restriction, including without
|
|
3796
|
+
limitation the rights to use, copy, modify, merge,
|
|
3797
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3798
|
+
the Software, and to permit persons to whom the Software
|
|
3799
|
+
is furnished to do so, subject to the following
|
|
3800
|
+
conditions:
|
|
3866
3801
|
|
|
3867
|
-
The above copyright notice and this permission notice
|
|
3868
|
-
copies or substantial portions
|
|
3802
|
+
The above copyright notice and this permission notice
|
|
3803
|
+
shall be included in all copies or substantial portions
|
|
3804
|
+
of the Software.
|
|
3869
3805
|
|
|
3870
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3871
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3806
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3807
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3808
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3809
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3810
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3811
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3812
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3813
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3814
|
+
DEALINGS IN THE SOFTWARE.
|
|
3877
3815
|
|
|
3878
3816
|
````
|
|
3879
3817
|
|
|
@@ -3883,32 +3821,51 @@ SOFTWARE.
|
|
|
3883
3821
|
|
|
3884
3822
|
### Rust Crates:
|
|
3885
3823
|
|
|
3886
|
-
- [
|
|
3887
|
-
- [
|
|
3888
|
-
- [
|
|
3824
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3825
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3826
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3827
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3828
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3829
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3830
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3831
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3832
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3833
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3834
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3835
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3836
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3837
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3838
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3839
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3840
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3841
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3842
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3843
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3844
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3845
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3846
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3847
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3848
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3889
3849
|
|
|
3890
3850
|
````text
|
|
3891
3851
|
MIT License
|
|
3892
3852
|
|
|
3893
|
-
Copyright (c)
|
|
3853
|
+
Copyright (c) <year> <copyright holders>
|
|
3894
3854
|
|
|
3895
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
furnished to do so, subject to the following conditions:
|
|
3855
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3856
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3857
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3858
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3859
|
+
following conditions:
|
|
3901
3860
|
|
|
3902
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3903
|
-
|
|
3861
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3862
|
+
portions of the Software.
|
|
3904
3863
|
|
|
3905
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3911
|
-
SOFTWARE.
|
|
3864
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3865
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3866
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3867
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3868
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3912
3869
|
|
|
3913
3870
|
````
|
|
3914
3871
|
|
|
@@ -3918,10 +3875,12 @@ SOFTWARE.
|
|
|
3918
3875
|
|
|
3919
3876
|
### Rust Crates:
|
|
3920
3877
|
|
|
3921
|
-
- [
|
|
3878
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3922
3879
|
|
|
3923
3880
|
````text
|
|
3924
|
-
|
|
3881
|
+
The MIT License (MIT)
|
|
3882
|
+
|
|
3883
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3925
3884
|
|
|
3926
3885
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3927
3886
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3930,17 +3889,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3930
3889
|
copies of the Software, and to permit persons to whom the Software is
|
|
3931
3890
|
furnished to do so, subject to the following conditions:
|
|
3932
3891
|
|
|
3933
|
-
The above copyright notice and this permission notice shall be included in
|
|
3934
|
-
|
|
3892
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3893
|
+
copies or substantial portions of the Software.
|
|
3935
3894
|
|
|
3936
3895
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3937
3896
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3938
3897
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3939
3898
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3940
3899
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3941
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3942
|
-
|
|
3943
|
-
|
|
3900
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3901
|
+
SOFTWARE.
|
|
3944
3902
|
|
|
3945
3903
|
````
|
|
3946
3904
|
|
|
@@ -3950,11 +3908,11 @@ THE SOFTWARE.
|
|
|
3950
3908
|
|
|
3951
3909
|
### Rust Crates:
|
|
3952
3910
|
|
|
3953
|
-
- [
|
|
3954
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3911
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3955
3912
|
|
|
3956
3913
|
````text
|
|
3957
|
-
Copyright (c)
|
|
3914
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3915
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3958
3916
|
|
|
3959
3917
|
Permission is hereby granted, free of charge, to any
|
|
3960
3918
|
person obtaining a copy of this software and associated
|
|
@@ -3988,10 +3946,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3988
3946
|
|
|
3989
3947
|
### Rust Crates:
|
|
3990
3948
|
|
|
3991
|
-
- [
|
|
3949
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3992
3950
|
|
|
3993
3951
|
````text
|
|
3994
|
-
Copyright (c)
|
|
3952
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3953
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3954
|
+
|
|
3955
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3956
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3957
|
+
in the Software without restriction, including without limitation the rights
|
|
3958
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3959
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3960
|
+
furnished to do so, subject to the following conditions:
|
|
3961
|
+
|
|
3962
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3963
|
+
copies or substantial portions of the Software.
|
|
3964
|
+
|
|
3965
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3966
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3967
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3968
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3969
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3970
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3971
|
+
SOFTWARE.
|
|
3972
|
+
|
|
3973
|
+
````
|
|
3974
|
+
|
|
3975
|
+
---
|
|
3976
|
+
|
|
3977
|
+
## The following dependencies are licensed under the MIT License:
|
|
3978
|
+
|
|
3979
|
+
### Rust Crates:
|
|
3980
|
+
|
|
3981
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3982
|
+
|
|
3983
|
+
````text
|
|
3984
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3995
3985
|
|
|
3996
3986
|
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:
|
|
3997
3987
|
|
|
@@ -4007,30 +3997,39 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
4007
3997
|
|
|
4008
3998
|
### Rust Crates:
|
|
4009
3999
|
|
|
4010
|
-
- [
|
|
4000
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
4001
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
4002
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
4003
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
4004
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
4005
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
4011
4006
|
|
|
4012
4007
|
````text
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
Copyright (c) 2025 Callum Oakley
|
|
4008
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4016
4009
|
|
|
4017
|
-
Permission is hereby granted, free of charge, to any
|
|
4018
|
-
of this software and associated
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4010
|
+
Permission is hereby granted, free of charge, to any
|
|
4011
|
+
person obtaining a copy of this software and associated
|
|
4012
|
+
documentation files (the "Software"), to deal in the
|
|
4013
|
+
Software without restriction, including without
|
|
4014
|
+
limitation the rights to use, copy, modify, merge,
|
|
4015
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4016
|
+
the Software, and to permit persons to whom the Software
|
|
4017
|
+
is furnished to do so, subject to the following
|
|
4018
|
+
conditions:
|
|
4023
4019
|
|
|
4024
|
-
The above copyright notice and this permission notice
|
|
4025
|
-
copies or substantial portions
|
|
4020
|
+
The above copyright notice and this permission notice
|
|
4021
|
+
shall be included in all copies or substantial portions
|
|
4022
|
+
of the Software.
|
|
4026
4023
|
|
|
4027
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4028
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4024
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4025
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4026
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4027
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4028
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4029
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4030
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4031
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4032
|
+
DEALINGS IN THE SOFTWARE.
|
|
4034
4033
|
|
|
4035
4034
|
````
|
|
4036
4035
|
|
|
@@ -4040,29 +4039,32 @@ SOFTWARE.
|
|
|
4040
4039
|
|
|
4041
4040
|
### Rust Crates:
|
|
4042
4041
|
|
|
4043
|
-
- [
|
|
4042
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
4044
4043
|
|
|
4045
4044
|
````text
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
furnished to do so, subject to the following
|
|
4054
|
-
|
|
4055
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4056
|
-
copies or substantial portions of the Software.
|
|
4045
|
+
Permission is hereby granted, free of charge, to any
|
|
4046
|
+
person obtaining a copy of this software and associated
|
|
4047
|
+
documentation files (the "Software"), to deal in the
|
|
4048
|
+
Software without restriction, including without
|
|
4049
|
+
limitation the rights to use, copy, modify, merge,
|
|
4050
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4051
|
+
the Software, and to permit persons to whom the Software
|
|
4052
|
+
is furnished to do so, subject to the following
|
|
4053
|
+
conditions:
|
|
4057
4054
|
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4062
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4063
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4064
|
-
SOFTWARE.
|
|
4055
|
+
The above copyright notice and this permission notice
|
|
4056
|
+
shall be included in all copies or substantial portions
|
|
4057
|
+
of the Software.
|
|
4065
4058
|
|
|
4059
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4060
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4061
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4062
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4063
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4064
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4065
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4066
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4067
|
+
DEALINGS IN THE SOFTWARE.
|
|
4066
4068
|
````
|
|
4067
4069
|
|
|
4068
4070
|
---
|
|
@@ -4071,16 +4073,10 @@ SOFTWARE.
|
|
|
4071
4073
|
|
|
4072
4074
|
### Rust Crates:
|
|
4073
4075
|
|
|
4074
|
-
- [
|
|
4075
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
4076
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
4077
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
4078
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
4079
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
4076
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
4080
4077
|
|
|
4081
4078
|
````text
|
|
4082
|
-
Copyright
|
|
4083
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
4079
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
4084
4080
|
|
|
4085
4081
|
Permission is hereby granted, free of charge, to any
|
|
4086
4082
|
person obtaining a copy of this software and associated
|
|
@@ -4114,10 +4110,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4114
4110
|
|
|
4115
4111
|
### Rust Crates:
|
|
4116
4112
|
|
|
4117
|
-
- [
|
|
4113
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
4118
4114
|
|
|
4119
4115
|
````text
|
|
4120
|
-
Copyright (c)
|
|
4116
|
+
Copyright (c) 2017 Contributors
|
|
4121
4117
|
|
|
4122
4118
|
Permission is hereby granted, free of charge, to any
|
|
4123
4119
|
person obtaining a copy of this software and associated
|
|
@@ -4151,30 +4147,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4151
4147
|
|
|
4152
4148
|
### Rust Crates:
|
|
4153
4149
|
|
|
4154
|
-
- [
|
|
4150
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
4155
4151
|
|
|
4156
4152
|
````text
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
4153
|
+
Copyright (c) 2016 Anthony Ramine
|
|
4160
4154
|
|
|
4161
|
-
Permission is hereby granted, free of charge, to any
|
|
4162
|
-
of this software and associated
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4155
|
+
Permission is hereby granted, free of charge, to any
|
|
4156
|
+
person obtaining a copy of this software and associated
|
|
4157
|
+
documentation files (the "Software"), to deal in the
|
|
4158
|
+
Software without restriction, including without
|
|
4159
|
+
limitation the rights to use, copy, modify, merge,
|
|
4160
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4161
|
+
the Software, and to permit persons to whom the Software
|
|
4162
|
+
is furnished to do so, subject to the following
|
|
4163
|
+
conditions:
|
|
4167
4164
|
|
|
4168
|
-
The above copyright notice and this permission notice
|
|
4169
|
-
copies or substantial portions
|
|
4165
|
+
The above copyright notice and this permission notice
|
|
4166
|
+
shall be included in all copies or substantial portions
|
|
4167
|
+
of the Software.
|
|
4170
4168
|
|
|
4171
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4172
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4169
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4170
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4171
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4172
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4173
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4174
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4175
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4176
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4177
|
+
DEALINGS IN THE SOFTWARE.
|
|
4178
4178
|
|
|
4179
4179
|
````
|
|
4180
4180
|
|
|
@@ -4184,64 +4184,64 @@ SOFTWARE.
|
|
|
4184
4184
|
|
|
4185
4185
|
### Rust Crates:
|
|
4186
4186
|
|
|
4187
|
-
- [
|
|
4187
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
4188
4188
|
|
|
4189
4189
|
````text
|
|
4190
|
-
The
|
|
4191
|
-
|
|
4192
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
4190
|
+
Copyright (c) The rust-url developers
|
|
4193
4191
|
|
|
4194
|
-
Permission is hereby granted, free of charge, to any
|
|
4195
|
-
of this software and associated
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4192
|
+
Permission is hereby granted, free of charge, to any
|
|
4193
|
+
person obtaining a copy of this software and associated
|
|
4194
|
+
documentation files (the "Software"), to deal in the
|
|
4195
|
+
Software without restriction, including without
|
|
4196
|
+
limitation the rights to use, copy, modify, merge,
|
|
4197
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
4198
|
+
the Software, and to permit persons to whom the Software
|
|
4199
|
+
is furnished to do so, subject to the following
|
|
4200
|
+
conditions:
|
|
4200
4201
|
|
|
4201
|
-
The above copyright notice and this permission notice
|
|
4202
|
-
copies or substantial portions
|
|
4202
|
+
The above copyright notice and this permission notice
|
|
4203
|
+
shall be included in all copies or substantial portions
|
|
4204
|
+
of the Software.
|
|
4203
4205
|
|
|
4204
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4205
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4206
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4207
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4208
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4209
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4210
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4211
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4212
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4213
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4214
|
+
DEALINGS IN THE SOFTWARE.
|
|
4211
4215
|
|
|
4212
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
4213
|
-
licences; see files named LICENSE.*.txt for details.
|
|
4214
4216
|
````
|
|
4215
4217
|
|
|
4216
4218
|
---
|
|
4217
4219
|
|
|
4218
4220
|
## The following dependencies are licensed under the MIT License:
|
|
4219
4221
|
|
|
4220
|
-
###
|
|
4222
|
+
### NPM Packages:
|
|
4221
4223
|
|
|
4222
|
-
- [
|
|
4224
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4223
4225
|
|
|
4224
4226
|
````text
|
|
4225
|
-
|
|
4227
|
+
This software is released under the MIT license:
|
|
4226
4228
|
|
|
4227
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4229
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4230
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
4231
|
+
the Software without restriction, including without limitation the rights to
|
|
4232
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4233
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4234
|
+
subject to the following conditions:
|
|
4233
4235
|
|
|
4234
|
-
The above copyright notice and this permission notice shall be included in
|
|
4235
|
-
|
|
4236
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4237
|
+
copies or substantial portions of the Software.
|
|
4236
4238
|
|
|
4237
4239
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4238
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
THE SOFTWARE.
|
|
4244
|
-
|
|
4240
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4241
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4242
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4243
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4244
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4245
4245
|
|
|
4246
4246
|
````
|
|
4247
4247
|
|
|
@@ -4636,14 +4636,31 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4636
4636
|
|
|
4637
4637
|
### Rust Crates:
|
|
4638
4638
|
|
|
4639
|
-
- [
|
|
4639
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4640
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4641
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4642
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4643
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4644
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4645
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4646
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4647
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4648
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4649
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4650
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4651
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4652
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4653
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4654
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4655
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4656
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4640
4657
|
|
|
4641
4658
|
````text
|
|
4642
4659
|
UNICODE LICENSE V3
|
|
4643
4660
|
|
|
4644
4661
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4645
4662
|
|
|
4646
|
-
Copyright ©
|
|
4663
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4647
4664
|
|
|
4648
4665
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4649
4666
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4679,6 +4696,13 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4679
4696
|
dealings in these Data Files or Software without prior written
|
|
4680
4697
|
authorization of the copyright holder.
|
|
4681
4698
|
|
|
4699
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4700
|
+
|
|
4701
|
+
—
|
|
4702
|
+
|
|
4703
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4704
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4705
|
+
|
|
4682
4706
|
````
|
|
4683
4707
|
|
|
4684
4708
|
---
|
|
@@ -4687,31 +4711,14 @@ authorization of the copyright holder.
|
|
|
4687
4711
|
|
|
4688
4712
|
### Rust Crates:
|
|
4689
4713
|
|
|
4690
|
-
- [
|
|
4691
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4692
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4693
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4694
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4695
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4696
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4697
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4698
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4699
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4700
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4701
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4702
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4703
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4704
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4705
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4706
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4707
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4714
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4708
4715
|
|
|
4709
4716
|
````text
|
|
4710
4717
|
UNICODE LICENSE V3
|
|
4711
4718
|
|
|
4712
4719
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4713
4720
|
|
|
4714
|
-
Copyright ©
|
|
4721
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4715
4722
|
|
|
4716
4723
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4717
4724
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4747,12 +4754,5 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4747
4754
|
dealings in these Data Files or Software without prior written
|
|
4748
4755
|
authorization of the copyright holder.
|
|
4749
4756
|
|
|
4750
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4751
|
-
|
|
4752
|
-
—
|
|
4753
|
-
|
|
4754
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4755
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4756
|
-
|
|
4757
4757
|
````
|
|
4758
4758
|
|