@deveco-codegenie/mcp-darwin-x64 1.1.1 → 1.1.3
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 +1213 -1311
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 208
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 197 *(By cargo-about)*
|
|
6
|
-
- **NPM Packages:**
|
|
6
|
+
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 176
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
|
-
- BSD-3-Clause:
|
|
15
|
-
- ISC: 2
|
|
14
|
+
- BSD-3-Clause: 1
|
|
16
15
|
- MPL-2.0: 1
|
|
16
|
+
- UNKNOWN: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
---
|
|
@@ -48,30 +48,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
48
48
|
|
|
49
49
|
### Rust Crates:
|
|
50
50
|
|
|
51
|
-
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
52
|
-
|
|
53
|
-
````text
|
|
54
|
-
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
55
|
-
|
|
56
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
57
|
-
any purpose with or without fee is hereby granted.
|
|
58
|
-
|
|
59
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
60
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
61
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
62
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
63
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
64
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
65
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
66
|
-
|
|
67
|
-
````
|
|
68
|
-
|
|
69
|
-
---
|
|
70
|
-
|
|
71
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
72
|
-
|
|
73
|
-
### Rust Crates:
|
|
74
|
-
|
|
75
51
|
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
76
52
|
|
|
77
53
|
````text
|
|
@@ -94,88 +70,25 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
94
70
|
|
|
95
71
|
---
|
|
96
72
|
|
|
97
|
-
## The following dependencies are licensed under the
|
|
73
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
98
74
|
|
|
99
75
|
### Rust Crates:
|
|
100
76
|
|
|
101
|
-
- [
|
|
102
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
103
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
77
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
104
78
|
|
|
105
79
|
````text
|
|
106
|
-
|
|
107
|
-
Version 2.0, January 2004
|
|
108
|
-
http://www.apache.org/licenses/
|
|
109
|
-
|
|
110
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
111
|
-
|
|
112
|
-
1. Definitions.
|
|
113
|
-
|
|
114
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
115
|
-
|
|
116
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
117
|
-
|
|
118
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
119
|
-
|
|
120
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
121
|
-
|
|
122
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
123
|
-
|
|
124
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
125
|
-
|
|
126
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
127
|
-
|
|
128
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
129
|
-
|
|
130
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
131
|
-
|
|
132
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
133
|
-
|
|
134
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
135
|
-
|
|
136
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
137
|
-
|
|
138
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
139
|
-
|
|
140
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
141
|
-
|
|
142
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
143
|
-
|
|
144
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
145
|
-
|
|
146
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
147
|
-
|
|
148
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
149
|
-
|
|
150
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
151
|
-
|
|
152
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
153
|
-
|
|
154
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
155
|
-
|
|
156
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
157
|
-
|
|
158
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
159
|
-
|
|
160
|
-
END OF TERMS AND CONDITIONS
|
|
161
|
-
|
|
162
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
163
|
-
|
|
164
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
165
|
-
|
|
166
|
-
Copyright [yyyy] [name of copyright owner]
|
|
167
|
-
|
|
168
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
169
|
-
you may not use this file except in compliance with the License.
|
|
170
|
-
You may obtain a copy of the License at
|
|
80
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
171
81
|
|
|
172
|
-
|
|
82
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
83
|
+
any purpose with or without fee is hereby granted.
|
|
173
84
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
85
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
86
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
87
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
88
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
89
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
90
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
91
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
179
92
|
|
|
180
93
|
````
|
|
181
94
|
|
|
@@ -185,9 +98,7 @@ limitations under the License.
|
|
|
185
98
|
|
|
186
99
|
### Rust Crates:
|
|
187
100
|
|
|
188
|
-
- [
|
|
189
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
190
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
101
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
191
102
|
|
|
192
103
|
````text
|
|
193
104
|
Apache License
|
|
@@ -378,7 +289,7 @@ limitations under the License.
|
|
|
378
289
|
same "printed page" as the copyright notice for easier
|
|
379
290
|
identification within third-party archives.
|
|
380
291
|
|
|
381
|
-
Copyright
|
|
292
|
+
Copyright 2011 Google Inc.
|
|
382
293
|
|
|
383
294
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
384
295
|
you may not use this file except in compliance with the License.
|
|
@@ -400,7 +311,9 @@ limitations under the License.
|
|
|
400
311
|
|
|
401
312
|
### Rust Crates:
|
|
402
313
|
|
|
403
|
-
- [
|
|
314
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
315
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
316
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
404
317
|
|
|
405
318
|
````text
|
|
406
319
|
Apache License
|
|
@@ -591,7 +504,7 @@ limitations under the License.
|
|
|
591
504
|
same "printed page" as the copyright notice for easier
|
|
592
505
|
identification within third-party archives.
|
|
593
506
|
|
|
594
|
-
Copyright
|
|
507
|
+
Copyright [yyyy] [name of copyright owner]
|
|
595
508
|
|
|
596
509
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
597
510
|
you may not use this file except in compliance with the License.
|
|
@@ -609,38 +522,88 @@ limitations under the License.
|
|
|
609
522
|
|
|
610
523
|
---
|
|
611
524
|
|
|
612
|
-
## The following dependencies are licensed under the
|
|
525
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
613
526
|
|
|
614
|
-
###
|
|
527
|
+
### Rust Crates:
|
|
615
528
|
|
|
616
|
-
- [
|
|
529
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
530
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
531
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
617
532
|
|
|
618
533
|
````text
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
1.
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
534
|
+
Apache License
|
|
535
|
+
Version 2.0, January 2004
|
|
536
|
+
http://www.apache.org/licenses/
|
|
537
|
+
|
|
538
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
539
|
+
|
|
540
|
+
1. Definitions.
|
|
541
|
+
|
|
542
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
543
|
+
|
|
544
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
545
|
+
|
|
546
|
+
"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.
|
|
547
|
+
|
|
548
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
549
|
+
|
|
550
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
551
|
+
|
|
552
|
+
"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.
|
|
553
|
+
|
|
554
|
+
"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).
|
|
555
|
+
|
|
556
|
+
"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.
|
|
557
|
+
|
|
558
|
+
"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."
|
|
559
|
+
|
|
560
|
+
"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.
|
|
561
|
+
|
|
562
|
+
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.
|
|
563
|
+
|
|
564
|
+
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.
|
|
565
|
+
|
|
566
|
+
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:
|
|
567
|
+
|
|
568
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
569
|
+
|
|
570
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
571
|
+
|
|
572
|
+
(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
|
|
573
|
+
|
|
574
|
+
(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.
|
|
575
|
+
|
|
576
|
+
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.
|
|
577
|
+
|
|
578
|
+
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.
|
|
579
|
+
|
|
580
|
+
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.
|
|
581
|
+
|
|
582
|
+
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.
|
|
583
|
+
|
|
584
|
+
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.
|
|
585
|
+
|
|
586
|
+
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.
|
|
587
|
+
|
|
588
|
+
END OF TERMS AND CONDITIONS
|
|
589
|
+
|
|
590
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
591
|
+
|
|
592
|
+
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.
|
|
593
|
+
|
|
594
|
+
Copyright [yyyy] [name of copyright owner]
|
|
595
|
+
|
|
596
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
597
|
+
you may not use this file except in compliance with the License.
|
|
598
|
+
You may obtain a copy of the License at
|
|
599
|
+
|
|
600
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
601
|
+
|
|
602
|
+
Unless required by applicable law or agreed to in writing, software
|
|
603
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
604
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
605
|
+
See the License for the specific language governing permissions and
|
|
606
|
+
limitations under the License.
|
|
644
607
|
|
|
645
608
|
````
|
|
646
609
|
|
|
@@ -650,15 +613,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
650
613
|
|
|
651
614
|
### NPM Packages:
|
|
652
615
|
|
|
653
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
616
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
654
617
|
|
|
655
618
|
````text
|
|
656
619
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
657
|
-
Copyright (c) 2021-present The Fastify team
|
|
620
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
658
621
|
All rights reserved.
|
|
659
622
|
|
|
660
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
661
|
-
|
|
662
623
|
Redistribution and use in source and binary forms, with or without
|
|
663
624
|
modification, are permitted provided that the following conditions are met:
|
|
664
625
|
* Redistributions of source code must retain the above copyright
|
|
@@ -689,75 +650,80 @@ The complete list of contributors can be found at:
|
|
|
689
650
|
|
|
690
651
|
---
|
|
691
652
|
|
|
692
|
-
## The following dependencies are licensed under the
|
|
653
|
+
## The following dependencies are licensed under the MIT License:
|
|
693
654
|
|
|
694
|
-
###
|
|
655
|
+
### Rust Crates:
|
|
695
656
|
|
|
696
|
-
- [
|
|
657
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
697
658
|
|
|
698
659
|
````text
|
|
699
|
-
|
|
660
|
+
Copyright (c) 2016--2023
|
|
700
661
|
|
|
701
|
-
|
|
662
|
+
Permission is hereby granted, free of charge, to any
|
|
663
|
+
person obtaining a copy of this software and associated
|
|
664
|
+
documentation files (the "Software"), to deal in the
|
|
665
|
+
Software without restriction, including without
|
|
666
|
+
limitation the rights to use, copy, modify, merge,
|
|
667
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
668
|
+
the Software, and to permit persons to whom the Software
|
|
669
|
+
is furnished to do so, subject to the following
|
|
670
|
+
conditions:
|
|
702
671
|
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
672
|
+
The above copyright notice and this permission notice
|
|
673
|
+
shall be included in all copies or substantial portions
|
|
674
|
+
of the Software.
|
|
706
675
|
|
|
707
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
676
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
677
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
678
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
679
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
680
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
681
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
682
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
683
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
684
|
+
DEALINGS IN THE SOFTWARE.
|
|
714
685
|
|
|
715
686
|
````
|
|
716
687
|
|
|
717
688
|
---
|
|
718
689
|
|
|
719
|
-
## The following dependencies are licensed under the
|
|
690
|
+
## The following dependencies are licensed under the MIT License:
|
|
720
691
|
|
|
721
|
-
###
|
|
692
|
+
### Rust Crates:
|
|
722
693
|
|
|
723
|
-
- [
|
|
694
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
695
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
696
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
697
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
698
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
699
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
724
700
|
|
|
725
701
|
````text
|
|
726
|
-
|
|
727
|
-
````
|
|
728
|
-
|
|
729
|
-
---
|
|
730
|
-
|
|
731
|
-
## The following dependencies are licensed under the MIT License:
|
|
702
|
+
Copyright (c) 2019 Tokio Contributors
|
|
732
703
|
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
743
|
-
|
|
744
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
745
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
746
|
-
in the Software without restriction, including without limitation the rights
|
|
747
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
748
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
749
|
-
furnished to do so, subject to the following conditions:
|
|
704
|
+
Permission is hereby granted, free of charge, to any
|
|
705
|
+
person obtaining a copy of this software and associated
|
|
706
|
+
documentation files (the "Software"), to deal in the
|
|
707
|
+
Software without restriction, including without
|
|
708
|
+
limitation the rights to use, copy, modify, merge,
|
|
709
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
710
|
+
the Software, and to permit persons to whom the Software
|
|
711
|
+
is furnished to do so, subject to the following
|
|
712
|
+
conditions:
|
|
750
713
|
|
|
751
|
-
The above copyright notice and this permission notice
|
|
752
|
-
copies or substantial portions
|
|
714
|
+
The above copyright notice and this permission notice
|
|
715
|
+
shall be included in all copies or substantial portions
|
|
716
|
+
of the Software.
|
|
753
717
|
|
|
754
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
755
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
718
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
719
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
720
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
721
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
722
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
723
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
724
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
725
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
726
|
+
DEALINGS IN THE SOFTWARE.
|
|
761
727
|
|
|
762
728
|
````
|
|
763
729
|
|
|
@@ -767,12 +733,14 @@ SOFTWARE.
|
|
|
767
733
|
|
|
768
734
|
### Rust Crates:
|
|
769
735
|
|
|
770
|
-
- [
|
|
736
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
737
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
738
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
771
739
|
|
|
772
740
|
````text
|
|
773
741
|
MIT License
|
|
774
742
|
|
|
775
|
-
Copyright (c) 2017
|
|
743
|
+
Copyright (c) 2017 Ted Driggs
|
|
776
744
|
|
|
777
745
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
778
746
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -800,31 +768,29 @@ SOFTWARE.
|
|
|
800
768
|
|
|
801
769
|
### Rust Crates:
|
|
802
770
|
|
|
803
|
-
- [
|
|
771
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
772
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
773
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
804
774
|
|
|
805
775
|
````text
|
|
806
|
-
|
|
776
|
+
MIT License
|
|
807
777
|
|
|
808
|
-
Copyright (c)
|
|
809
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
778
|
+
Copyright (c) <year> <copyright holders>
|
|
810
779
|
|
|
811
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
furnished to do so, subject to the following conditions:
|
|
780
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
781
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
782
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
783
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
784
|
+
following conditions:
|
|
817
785
|
|
|
818
|
-
The above copyright notice and this permission notice shall be included in all
|
|
819
|
-
|
|
786
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
787
|
+
portions of the Software.
|
|
820
788
|
|
|
821
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
827
|
-
SOFTWARE.
|
|
789
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
790
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
791
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
792
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
793
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
828
794
|
|
|
829
795
|
````
|
|
830
796
|
|
|
@@ -834,10 +800,10 @@ SOFTWARE.
|
|
|
834
800
|
|
|
835
801
|
### Rust Crates:
|
|
836
802
|
|
|
837
|
-
- [
|
|
803
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
838
804
|
|
|
839
805
|
````text
|
|
840
|
-
Copyright (c)
|
|
806
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
841
807
|
|
|
842
808
|
Permission is hereby granted, free of charge, to any
|
|
843
809
|
person obtaining a copy of this software and associated
|
|
@@ -871,76 +837,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
871
837
|
|
|
872
838
|
### Rust Crates:
|
|
873
839
|
|
|
874
|
-
- [
|
|
875
|
-
|
|
876
|
-
````text
|
|
877
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
878
|
-
|
|
879
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
880
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
881
|
-
in the Software without restriction, including without limitation the rights
|
|
882
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
883
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
884
|
-
furnished to do so, subject to the following conditions:
|
|
885
|
-
|
|
886
|
-
The above copyright notice and this permission notice shall be included in all
|
|
887
|
-
copies or substantial portions of the Software.
|
|
888
|
-
|
|
889
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
890
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
891
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
892
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
893
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
894
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
895
|
-
SOFTWARE.
|
|
896
|
-
|
|
897
|
-
````
|
|
898
|
-
|
|
899
|
-
---
|
|
900
|
-
|
|
901
|
-
## The following dependencies are licensed under the MIT License:
|
|
902
|
-
|
|
903
|
-
### NPM Packages:
|
|
904
|
-
|
|
905
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
906
|
-
|
|
907
|
-
````text
|
|
908
|
-
The MIT License (MIT)
|
|
909
|
-
|
|
910
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
911
|
-
|
|
912
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
913
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
914
|
-
in the Software without restriction, including without limitation the rights
|
|
915
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
916
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
917
|
-
furnished to do so, subject to the following conditions:
|
|
918
|
-
|
|
919
|
-
The above copyright notice and this permission notice shall be included in
|
|
920
|
-
all copies or substantial portions of the Software.
|
|
921
|
-
|
|
922
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
923
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
924
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
925
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
926
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
927
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
928
|
-
THE SOFTWARE.
|
|
929
|
-
|
|
930
|
-
````
|
|
931
|
-
|
|
932
|
-
---
|
|
933
|
-
|
|
934
|
-
## The following dependencies are licensed under the MIT License:
|
|
935
|
-
|
|
936
|
-
### Rust Crates:
|
|
937
|
-
|
|
938
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
840
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
939
841
|
|
|
940
842
|
````text
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
843
|
+
Copyright (c) 2018 directories-rs contributors
|
|
944
844
|
|
|
945
845
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
946
846
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -968,10 +868,10 @@ SOFTWARE.
|
|
|
968
868
|
|
|
969
869
|
### Rust Crates:
|
|
970
870
|
|
|
971
|
-
- [
|
|
871
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
972
872
|
|
|
973
873
|
````text
|
|
974
|
-
Copyright (c)
|
|
874
|
+
Copyright (c) 2017 http-rs authors
|
|
975
875
|
|
|
976
876
|
Permission is hereby granted, free of charge, to any
|
|
977
877
|
person obtaining a copy of this software and associated
|
|
@@ -1005,11 +905,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1005
905
|
|
|
1006
906
|
### Rust Crates:
|
|
1007
907
|
|
|
1008
|
-
- [
|
|
908
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1009
909
|
|
|
1010
910
|
````text
|
|
1011
|
-
Copyright (c)
|
|
1012
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
911
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1013
912
|
|
|
1014
913
|
Permission is hereby granted, free of charge, to any
|
|
1015
914
|
person obtaining a copy of this software and associated
|
|
@@ -1043,11 +942,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1043
942
|
|
|
1044
943
|
### Rust Crates:
|
|
1045
944
|
|
|
1046
|
-
- [
|
|
945
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1047
946
|
|
|
1048
947
|
````text
|
|
1049
|
-
Copyright (c)
|
|
1050
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
948
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1051
949
|
|
|
1052
950
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1053
951
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1056,16 +954,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1056
954
|
copies of the Software, and to permit persons to whom the Software is
|
|
1057
955
|
furnished to do so, subject to the following conditions:
|
|
1058
956
|
|
|
1059
|
-
The above copyright notice and this permission notice shall be included in
|
|
1060
|
-
copies or substantial portions of the Software.
|
|
957
|
+
The above copyright notice and this permission notice shall be included in
|
|
958
|
+
all copies or substantial portions of the Software.
|
|
1061
959
|
|
|
1062
960
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1063
961
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1064
962
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1065
963
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1066
964
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1067
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1068
|
-
SOFTWARE.
|
|
965
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
966
|
+
THE SOFTWARE.
|
|
967
|
+
|
|
1069
968
|
|
|
1070
969
|
````
|
|
1071
970
|
|
|
@@ -1075,11 +974,10 @@ SOFTWARE.
|
|
|
1075
974
|
|
|
1076
975
|
### Rust Crates:
|
|
1077
976
|
|
|
1078
|
-
- [
|
|
1079
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
977
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1080
978
|
|
|
1081
979
|
````text
|
|
1082
|
-
Copyright
|
|
980
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1083
981
|
|
|
1084
982
|
Permission is hereby granted, free of charge, to any
|
|
1085
983
|
person obtaining a copy of this software and associated
|
|
@@ -1113,10 +1011,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1113
1011
|
|
|
1114
1012
|
### Rust Crates:
|
|
1115
1013
|
|
|
1116
|
-
- [
|
|
1014
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1117
1015
|
|
|
1118
1016
|
````text
|
|
1119
|
-
|
|
1017
|
+
MIT License
|
|
1018
|
+
|
|
1019
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1020
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1021
|
+
Copyright (c) 2017 Frommi
|
|
1022
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1120
1023
|
|
|
1121
1024
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1122
1025
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1125,16 +1028,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1125
1028
|
copies of the Software, and to permit persons to whom the Software is
|
|
1126
1029
|
furnished to do so, subject to the following conditions:
|
|
1127
1030
|
|
|
1128
|
-
The above copyright notice and this permission notice shall be included in
|
|
1129
|
-
|
|
1031
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1032
|
+
copies or substantial portions of the Software.
|
|
1130
1033
|
|
|
1131
1034
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1132
1035
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1133
1036
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1134
1037
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1135
1038
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1136
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1137
|
-
|
|
1039
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1040
|
+
SOFTWARE.
|
|
1138
1041
|
|
|
1139
1042
|
````
|
|
1140
1043
|
|
|
@@ -1144,10 +1047,10 @@ THE SOFTWARE.
|
|
|
1144
1047
|
|
|
1145
1048
|
### Rust Crates:
|
|
1146
1049
|
|
|
1147
|
-
- [
|
|
1050
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1148
1051
|
|
|
1149
1052
|
````text
|
|
1150
|
-
Copyright (c) 2019
|
|
1053
|
+
Copyright (c) 2019 Carl Lerche
|
|
1151
1054
|
|
|
1152
1055
|
Permission is hereby granted, free of charge, to any
|
|
1153
1056
|
person obtaining a copy of this software and associated
|
|
@@ -1181,10 +1084,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1181
1084
|
|
|
1182
1085
|
### Rust Crates:
|
|
1183
1086
|
|
|
1184
|
-
- [
|
|
1087
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1185
1088
|
|
|
1186
1089
|
````text
|
|
1187
|
-
Copyright
|
|
1090
|
+
Copyright 2023 The Fuchsia Authors
|
|
1188
1091
|
|
|
1189
1092
|
Permission is hereby granted, free of charge, to any
|
|
1190
1093
|
person obtaining a copy of this software and associated
|
|
@@ -1210,6 +1113,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1210
1113
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1211
1114
|
DEALINGS IN THE SOFTWARE.
|
|
1212
1115
|
|
|
1116
|
+
|
|
1213
1117
|
````
|
|
1214
1118
|
|
|
1215
1119
|
---
|
|
@@ -1218,71 +1122,63 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1218
1122
|
|
|
1219
1123
|
### Rust Crates:
|
|
1220
1124
|
|
|
1221
|
-
- [
|
|
1125
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1222
1126
|
|
|
1223
1127
|
````text
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
Permission is hereby granted, free of charge, to any
|
|
1227
|
-
person obtaining a copy of this software and associated
|
|
1228
|
-
documentation files (the "Software"), to deal in the
|
|
1229
|
-
Software without restriction, including without
|
|
1230
|
-
limitation the rights to use, copy, modify, merge,
|
|
1231
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1232
|
-
the Software, and to permit persons to whom the Software
|
|
1233
|
-
is furnished to do so, subject to the following
|
|
1234
|
-
conditions:
|
|
1235
|
-
|
|
1236
|
-
The above copyright notice and this permission notice
|
|
1237
|
-
shall be included in all copies or substantial portions
|
|
1238
|
-
of the Software.
|
|
1128
|
+
The MIT License (MIT)
|
|
1239
1129
|
|
|
1240
|
-
|
|
1241
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1242
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1243
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1244
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1245
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1246
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1247
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1248
|
-
DEALINGS IN THE SOFTWARE.
|
|
1130
|
+
Copyright (c) 2015 Alice Maz
|
|
1249
1131
|
|
|
1250
|
-
|
|
1132
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1133
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1134
|
+
in the Software without restriction, including without limitation the rights
|
|
1135
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1136
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1137
|
+
furnished to do so, subject to the following conditions:
|
|
1251
1138
|
|
|
1252
|
-
|
|
1139
|
+
The above copyright notice and this permission notice shall be included in
|
|
1140
|
+
all copies or substantial portions of the Software.
|
|
1253
1141
|
|
|
1254
|
-
|
|
1142
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1143
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1144
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1145
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1146
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1147
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1148
|
+
THE SOFTWARE.
|
|
1149
|
+
|
|
1150
|
+
````
|
|
1151
|
+
|
|
1152
|
+
---
|
|
1153
|
+
|
|
1154
|
+
## The following dependencies are licensed under the MIT License:
|
|
1255
1155
|
|
|
1256
1156
|
### Rust Crates:
|
|
1257
1157
|
|
|
1258
|
-
- [
|
|
1158
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1259
1159
|
|
|
1260
1160
|
````text
|
|
1261
|
-
|
|
1161
|
+
MIT License
|
|
1262
1162
|
|
|
1263
|
-
|
|
1264
|
-
person obtaining a copy of this software and associated
|
|
1265
|
-
documentation files (the "Software"), to deal in the
|
|
1266
|
-
Software without restriction, including without
|
|
1267
|
-
limitation the rights to use, copy, modify, merge,
|
|
1268
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1269
|
-
the Software, and to permit persons to whom the Software
|
|
1270
|
-
is furnished to do so, subject to the following
|
|
1271
|
-
conditions:
|
|
1163
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1272
1164
|
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1165
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1166
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1167
|
+
in the Software without restriction, including without limitation the rights
|
|
1168
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1169
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1170
|
+
furnished to do so, subject to the following conditions:
|
|
1276
1171
|
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
IN
|
|
1285
|
-
|
|
1172
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1173
|
+
copies or substantial portions of the Software.
|
|
1174
|
+
|
|
1175
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1176
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1177
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1178
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1179
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1180
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1181
|
+
SOFTWARE.
|
|
1286
1182
|
|
|
1287
1183
|
````
|
|
1288
1184
|
|
|
@@ -1292,13 +1188,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1292
1188
|
|
|
1293
1189
|
### Rust Crates:
|
|
1294
1190
|
|
|
1295
|
-
- [
|
|
1296
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1297
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1298
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1191
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1299
1192
|
|
|
1300
1193
|
````text
|
|
1301
|
-
Copyright (c)
|
|
1194
|
+
Copyright (c) The rust-url developers
|
|
1302
1195
|
|
|
1303
1196
|
Permission is hereby granted, free of charge, to any
|
|
1304
1197
|
person obtaining a copy of this software and associated
|
|
@@ -1332,28 +1225,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1332
1225
|
|
|
1333
1226
|
### Rust Crates:
|
|
1334
1227
|
|
|
1335
|
-
- [
|
|
1228
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1336
1229
|
|
|
1337
1230
|
````text
|
|
1338
|
-
Copyright
|
|
1231
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1339
1232
|
|
|
1340
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1341
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1342
|
-
in the Software without restriction, including without limitation the rights
|
|
1343
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1344
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1345
|
-
furnished to do so, subject to the following conditions:
|
|
1233
|
+
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:
|
|
1346
1234
|
|
|
1347
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1348
|
-
copies or substantial portions of the Software.
|
|
1235
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1349
1236
|
|
|
1350
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1351
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1352
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1353
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1354
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1355
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1356
|
-
SOFTWARE.
|
|
1237
|
+
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.
|
|
1357
1238
|
|
|
1358
1239
|
````
|
|
1359
1240
|
|
|
@@ -1363,10 +1244,11 @@ SOFTWARE.
|
|
|
1363
1244
|
|
|
1364
1245
|
### Rust Crates:
|
|
1365
1246
|
|
|
1366
|
-
- [
|
|
1247
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1367
1248
|
|
|
1368
1249
|
````text
|
|
1369
|
-
Copyright (c)
|
|
1250
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1251
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1370
1252
|
|
|
1371
1253
|
Permission is hereby granted, free of charge, to any
|
|
1372
1254
|
person obtaining a copy of this software and associated
|
|
@@ -1400,42 +1282,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1400
1282
|
|
|
1401
1283
|
### Rust Crates:
|
|
1402
1284
|
|
|
1403
|
-
- [
|
|
1404
|
-
|
|
1405
|
-
````text
|
|
1406
|
-
The MIT License (MIT)
|
|
1407
|
-
|
|
1408
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1409
|
-
|
|
1410
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1411
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1412
|
-
in the Software without restriction, including without limitation the rights
|
|
1413
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1414
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1415
|
-
furnished to do so, subject to the following conditions:
|
|
1416
|
-
|
|
1417
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1418
|
-
copies or substantial portions of the Software.
|
|
1419
|
-
|
|
1420
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1421
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1422
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1423
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1424
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1425
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1426
|
-
SOFTWARE.
|
|
1427
|
-
````
|
|
1428
|
-
|
|
1429
|
-
---
|
|
1430
|
-
|
|
1431
|
-
## The following dependencies are licensed under the MIT License:
|
|
1432
|
-
|
|
1433
|
-
### Rust Crates:
|
|
1434
|
-
|
|
1435
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1285
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1436
1286
|
|
|
1437
1287
|
````text
|
|
1438
|
-
Copyright (c)
|
|
1288
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1439
1289
|
|
|
1440
1290
|
Permission is hereby granted, free of charge, to any
|
|
1441
1291
|
person obtaining a copy of this software and associated
|
|
@@ -1469,10 +1319,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1469
1319
|
|
|
1470
1320
|
### Rust Crates:
|
|
1471
1321
|
|
|
1472
|
-
- [
|
|
1322
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1323
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1324
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1473
1325
|
|
|
1474
1326
|
````text
|
|
1475
|
-
Copyright (c)
|
|
1327
|
+
Copyright (c) 2019 Tower Contributors
|
|
1476
1328
|
|
|
1477
1329
|
Permission is hereby granted, free of charge, to any
|
|
1478
1330
|
person obtaining a copy of this software and associated
|
|
@@ -1506,14 +1358,76 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1506
1358
|
|
|
1507
1359
|
### Rust Crates:
|
|
1508
1360
|
|
|
1509
|
-
- [
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
-
|
|
1514
|
-
|
|
1361
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1362
|
+
|
|
1363
|
+
````text
|
|
1364
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1365
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1366
|
+
|
|
1367
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1368
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1369
|
+
in the Software without restriction, including without limitation the rights
|
|
1370
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1371
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1372
|
+
furnished to do so, subject to the following conditions:
|
|
1373
|
+
|
|
1374
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1375
|
+
copies or substantial portions of the Software.
|
|
1376
|
+
|
|
1377
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1378
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1379
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1380
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1381
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1382
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1383
|
+
SOFTWARE.
|
|
1384
|
+
|
|
1385
|
+
````
|
|
1386
|
+
|
|
1387
|
+
---
|
|
1388
|
+
|
|
1389
|
+
## The following dependencies are licensed under the MIT License:
|
|
1390
|
+
|
|
1391
|
+
### NPM Packages:
|
|
1392
|
+
|
|
1393
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1394
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
1395
|
+
|
|
1396
|
+
````text
|
|
1397
|
+
MIT License
|
|
1398
|
+
|
|
1399
|
+
Copyright (c) Microsoft Corporation.
|
|
1400
|
+
|
|
1401
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1402
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1403
|
+
in the Software without restriction, including without limitation the rights
|
|
1404
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1405
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1406
|
+
furnished to do so, subject to the following conditions:
|
|
1407
|
+
|
|
1408
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1409
|
+
copies or substantial portions of the Software.
|
|
1410
|
+
|
|
1411
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1412
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1413
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1414
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1415
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1416
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1417
|
+
SOFTWARE
|
|
1418
|
+
|
|
1419
|
+
````
|
|
1420
|
+
|
|
1421
|
+
---
|
|
1422
|
+
|
|
1423
|
+
## The following dependencies are licensed under the MIT License:
|
|
1424
|
+
|
|
1425
|
+
### Rust Crates:
|
|
1426
|
+
|
|
1427
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1515
1428
|
|
|
1516
1429
|
````text
|
|
1430
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1517
1431
|
Copyright (c) 2014 The Rust Project Developers
|
|
1518
1432
|
|
|
1519
1433
|
Permission is hereby granted, free of charge, to any
|
|
@@ -1548,10 +1462,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1548
1462
|
|
|
1549
1463
|
### Rust Crates:
|
|
1550
1464
|
|
|
1551
|
-
- [
|
|
1465
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1552
1466
|
|
|
1553
1467
|
````text
|
|
1554
|
-
Copyright (c) The Rust Project Developers
|
|
1468
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1555
1469
|
|
|
1556
1470
|
Permission is hereby granted, free of charge, to any
|
|
1557
1471
|
person obtaining a copy of this software and associated
|
|
@@ -1585,48 +1499,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1585
1499
|
|
|
1586
1500
|
### Rust Crates:
|
|
1587
1501
|
|
|
1588
|
-
- [
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
Copyright (c) 2016 Johann Tuffe
|
|
1594
|
-
|
|
1595
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1596
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1597
|
-
in the Software without restriction, including without limitation the rights
|
|
1598
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1599
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1600
|
-
furnished to do so, subject to the following conditions:
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
The above copyright notice and this permission notice shall be included in
|
|
1604
|
-
all copies or substantial portions of the Software.
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1608
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1609
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1610
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1611
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1612
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1613
|
-
THE SOFTWARE.
|
|
1614
|
-
|
|
1615
|
-
````
|
|
1616
|
-
|
|
1617
|
-
---
|
|
1618
|
-
|
|
1619
|
-
## The following dependencies are licensed under the MIT License:
|
|
1620
|
-
|
|
1621
|
-
### Rust Crates:
|
|
1622
|
-
|
|
1623
|
-
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1624
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1502
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1503
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1504
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1505
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1625
1506
|
|
|
1626
1507
|
````text
|
|
1627
|
-
MIT License
|
|
1508
|
+
The MIT License (MIT)
|
|
1628
1509
|
|
|
1629
|
-
Copyright (c)
|
|
1510
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1630
1511
|
|
|
1631
1512
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1632
1513
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1635,16 +1516,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1635
1516
|
copies of the Software, and to permit persons to whom the Software is
|
|
1636
1517
|
furnished to do so, subject to the following conditions:
|
|
1637
1518
|
|
|
1638
|
-
The above copyright notice and this permission notice shall be included in
|
|
1639
|
-
copies or substantial portions of the Software.
|
|
1519
|
+
The above copyright notice and this permission notice shall be included in
|
|
1520
|
+
all copies or substantial portions of the Software.
|
|
1640
1521
|
|
|
1641
1522
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1642
1523
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1643
1524
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1644
1525
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1645
1526
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1646
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1647
|
-
SOFTWARE.
|
|
1527
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1528
|
+
THE SOFTWARE.
|
|
1648
1529
|
|
|
1649
1530
|
````
|
|
1650
1531
|
|
|
@@ -1654,19 +1535,32 @@ SOFTWARE.
|
|
|
1654
1535
|
|
|
1655
1536
|
### Rust Crates:
|
|
1656
1537
|
|
|
1657
|
-
- [
|
|
1658
|
-
- [
|
|
1538
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1539
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1540
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1659
1541
|
|
|
1660
1542
|
````text
|
|
1661
|
-
|
|
1543
|
+
MIT License
|
|
1662
1544
|
|
|
1663
|
-
Copyright
|
|
1545
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1664
1546
|
|
|
1665
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1547
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1548
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1549
|
+
in the Software without restriction, including without limitation the rights
|
|
1550
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1551
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1552
|
+
furnished to do so, subject to the following conditions:
|
|
1666
1553
|
|
|
1667
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1554
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1555
|
+
copies or substantial portions of the Software.
|
|
1668
1556
|
|
|
1669
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1557
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1558
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1559
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1560
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1561
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1562
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1563
|
+
SOFTWARE.
|
|
1670
1564
|
|
|
1671
1565
|
````
|
|
1672
1566
|
|
|
@@ -1676,11 +1570,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1676
1570
|
|
|
1677
1571
|
### Rust Crates:
|
|
1678
1572
|
|
|
1679
|
-
- [
|
|
1573
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1574
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1680
1575
|
|
|
1681
1576
|
````text
|
|
1682
|
-
Copyright (c)
|
|
1683
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1577
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1684
1578
|
|
|
1685
1579
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1686
1580
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1689,16 +1583,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1689
1583
|
copies of the Software, and to permit persons to whom the Software is
|
|
1690
1584
|
furnished to do so, subject to the following conditions:
|
|
1691
1585
|
|
|
1692
|
-
The above copyright notice and this permission notice shall be included in
|
|
1693
|
-
|
|
1586
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1587
|
+
copies or substantial portions of the Software.
|
|
1694
1588
|
|
|
1695
1589
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1696
1590
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1697
1591
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1698
1592
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1699
1593
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1700
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1701
|
-
|
|
1594
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1595
|
+
SOFTWARE.
|
|
1702
1596
|
|
|
1703
1597
|
````
|
|
1704
1598
|
|
|
@@ -1708,12 +1602,10 @@ THE SOFTWARE.
|
|
|
1708
1602
|
|
|
1709
1603
|
### Rust Crates:
|
|
1710
1604
|
|
|
1711
|
-
- [
|
|
1605
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
1712
1606
|
|
|
1713
1607
|
````text
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
Copyright (c) 2015 Alice Maz
|
|
1608
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
1717
1609
|
|
|
1718
1610
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1719
1611
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1741,12 +1633,10 @@ THE SOFTWARE.
|
|
|
1741
1633
|
|
|
1742
1634
|
### Rust Crates:
|
|
1743
1635
|
|
|
1744
|
-
- [
|
|
1636
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1745
1637
|
|
|
1746
1638
|
````text
|
|
1747
|
-
Copyright (c)
|
|
1748
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1749
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1639
|
+
Copyright (c) The Rust Project Developers
|
|
1750
1640
|
|
|
1751
1641
|
Permission is hereby granted, free of charge, to any
|
|
1752
1642
|
person obtaining a copy of this software and associated
|
|
@@ -1780,43 +1670,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1780
1670
|
|
|
1781
1671
|
### Rust Crates:
|
|
1782
1672
|
|
|
1783
|
-
- [
|
|
1784
|
-
|
|
1785
|
-
````text
|
|
1786
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
1787
|
-
Copyright (c) 2016 Alex Crichton
|
|
1788
|
-
|
|
1789
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1790
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1791
|
-
in the Software without restriction, including without limitation the rights
|
|
1792
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1793
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1794
|
-
furnished to do so, subject to the following conditions:
|
|
1795
|
-
|
|
1796
|
-
The above copyright notice and this permission notice shall be included in
|
|
1797
|
-
all copies or substantial portions of the Software.
|
|
1798
|
-
|
|
1799
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1800
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1801
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1802
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1803
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1804
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1805
|
-
THE SOFTWARE.
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
````
|
|
1809
|
-
|
|
1810
|
-
---
|
|
1811
|
-
|
|
1812
|
-
## The following dependencies are licensed under the MIT License:
|
|
1813
|
-
|
|
1814
|
-
### Rust Crates:
|
|
1815
|
-
|
|
1816
|
-
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1673
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1817
1674
|
|
|
1818
1675
|
````text
|
|
1819
|
-
Copyright
|
|
1676
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1820
1677
|
|
|
1821
1678
|
Permission is hereby granted, free of charge, to any
|
|
1822
1679
|
person obtaining a copy of this software and associated
|
|
@@ -1842,7 +1699,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1842
1699
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1843
1700
|
DEALINGS IN THE SOFTWARE.
|
|
1844
1701
|
|
|
1845
|
-
|
|
1846
1702
|
````
|
|
1847
1703
|
|
|
1848
1704
|
---
|
|
@@ -1851,14 +1707,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1851
1707
|
|
|
1852
1708
|
### Rust Crates:
|
|
1853
1709
|
|
|
1854
|
-
- [
|
|
1855
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1856
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1710
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1857
1711
|
|
|
1858
1712
|
````text
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
Copyright (c) 2017 Ted Driggs
|
|
1713
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1862
1714
|
|
|
1863
1715
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1864
1716
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1886,14 +1738,10 @@ SOFTWARE.
|
|
|
1886
1738
|
|
|
1887
1739
|
### Rust Crates:
|
|
1888
1740
|
|
|
1889
|
-
- [
|
|
1890
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1891
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1741
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1892
1742
|
|
|
1893
1743
|
````text
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
Copyright (c) Tokio Contributors
|
|
1744
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1897
1745
|
|
|
1898
1746
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1899
1747
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1902,16 +1750,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1902
1750
|
copies of the Software, and to permit persons to whom the Software is
|
|
1903
1751
|
furnished to do so, subject to the following conditions:
|
|
1904
1752
|
|
|
1905
|
-
The above copyright notice and this permission notice shall be included in
|
|
1906
|
-
copies or substantial portions of the Software.
|
|
1753
|
+
The above copyright notice and this permission notice shall be included in
|
|
1754
|
+
all copies or substantial portions of the Software.
|
|
1907
1755
|
|
|
1908
1756
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1909
1757
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1910
1758
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1911
1759
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1912
1760
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1913
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1914
|
-
SOFTWARE.
|
|
1761
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1762
|
+
THE SOFTWARE.
|
|
1915
1763
|
|
|
1916
1764
|
````
|
|
1917
1765
|
|
|
@@ -1921,17 +1769,12 @@ SOFTWARE.
|
|
|
1921
1769
|
|
|
1922
1770
|
### Rust Crates:
|
|
1923
1771
|
|
|
1924
|
-
- [
|
|
1772
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1925
1773
|
|
|
1926
1774
|
````text
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
Includes parts of http date with the following copyright:
|
|
1930
|
-
Copyright (c) 2016 Pyfisch
|
|
1931
|
-
|
|
1932
|
-
Includes portions of musl libc with the following copyright:
|
|
1933
|
-
Copyright © 2005-2013 Rich Felker
|
|
1775
|
+
The MIT License (MIT)
|
|
1934
1776
|
|
|
1777
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1935
1778
|
|
|
1936
1779
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1937
1780
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1951,6 +1794,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1951
1794
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1952
1795
|
SOFTWARE.
|
|
1953
1796
|
|
|
1797
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1798
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1954
1799
|
````
|
|
1955
1800
|
|
|
1956
1801
|
---
|
|
@@ -1959,40 +1804,16 @@ SOFTWARE.
|
|
|
1959
1804
|
|
|
1960
1805
|
### Rust Crates:
|
|
1961
1806
|
|
|
1962
|
-
- [
|
|
1963
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1964
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1965
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1966
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1967
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1807
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1968
1808
|
|
|
1969
1809
|
````text
|
|
1970
|
-
Copyright
|
|
1971
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1810
|
+
Copyright 2016 Nika Layzell
|
|
1972
1811
|
|
|
1973
|
-
Permission is hereby granted, free of charge, to any
|
|
1974
|
-
person obtaining a copy of this software and associated
|
|
1975
|
-
documentation files (the "Software"), to deal in the
|
|
1976
|
-
Software without restriction, including without
|
|
1977
|
-
limitation the rights to use, copy, modify, merge,
|
|
1978
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1979
|
-
the Software, and to permit persons to whom the Software
|
|
1980
|
-
is furnished to do so, subject to the following
|
|
1981
|
-
conditions:
|
|
1812
|
+
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:
|
|
1982
1813
|
|
|
1983
|
-
The above copyright notice and this permission notice
|
|
1984
|
-
shall be included in all copies or substantial portions
|
|
1985
|
-
of the Software.
|
|
1814
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1986
1815
|
|
|
1987
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1988
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1989
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1990
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1991
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1992
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1993
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1994
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1995
|
-
DEALINGS IN THE SOFTWARE.
|
|
1816
|
+
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.
|
|
1996
1817
|
|
|
1997
1818
|
````
|
|
1998
1819
|
|
|
@@ -2000,14 +1821,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2000
1821
|
|
|
2001
1822
|
## The following dependencies are licensed under the MIT License:
|
|
2002
1823
|
|
|
2003
|
-
###
|
|
1824
|
+
### NPM Packages:
|
|
2004
1825
|
|
|
2005
|
-
- [
|
|
1826
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2006
1827
|
|
|
2007
1828
|
````text
|
|
2008
|
-
MIT License
|
|
1829
|
+
The MIT License (MIT)
|
|
2009
1830
|
|
|
2010
|
-
Copyright (c)
|
|
1831
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2011
1832
|
|
|
2012
1833
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2013
1834
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2027,19 +1848,21 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2027
1848
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2028
1849
|
SOFTWARE.
|
|
2029
1850
|
|
|
1851
|
+
|
|
2030
1852
|
````
|
|
2031
1853
|
|
|
2032
1854
|
---
|
|
2033
1855
|
|
|
2034
1856
|
## The following dependencies are licensed under the MIT License:
|
|
2035
1857
|
|
|
2036
|
-
###
|
|
1858
|
+
### Rust Crates:
|
|
2037
1859
|
|
|
2038
|
-
- [
|
|
1860
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2039
1861
|
|
|
2040
1862
|
````text
|
|
2041
|
-
|
|
2042
|
-
|
|
1863
|
+
MIT License
|
|
1864
|
+
|
|
1865
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2043
1866
|
|
|
2044
1867
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2045
1868
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2048,16 +1871,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2048
1871
|
copies of the Software, and to permit persons to whom the Software is
|
|
2049
1872
|
furnished to do so, subject to the following conditions:
|
|
2050
1873
|
|
|
2051
|
-
The above copyright notice and this permission notice shall be included in
|
|
2052
|
-
|
|
1874
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1875
|
+
copies or substantial portions of the Software.
|
|
2053
1876
|
|
|
2054
1877
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2055
1878
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2056
1879
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2057
1880
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2058
1881
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2059
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2060
|
-
|
|
1882
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1883
|
+
SOFTWARE.
|
|
2061
1884
|
|
|
2062
1885
|
````
|
|
2063
1886
|
|
|
@@ -2067,10 +1890,10 @@ THE SOFTWARE.
|
|
|
2067
1890
|
|
|
2068
1891
|
### Rust Crates:
|
|
2069
1892
|
|
|
2070
|
-
- [
|
|
1893
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2071
1894
|
|
|
2072
1895
|
````text
|
|
2073
|
-
Copyright (c)
|
|
1896
|
+
Copyright (c) 2018 Carl Lerche
|
|
2074
1897
|
|
|
2075
1898
|
Permission is hereby granted, free of charge, to any
|
|
2076
1899
|
person obtaining a copy of this software and associated
|
|
@@ -2102,33 +1925,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2102
1925
|
|
|
2103
1926
|
## The following dependencies are licensed under the MIT License:
|
|
2104
1927
|
|
|
2105
|
-
###
|
|
1928
|
+
### Rust Crates:
|
|
2106
1929
|
|
|
2107
|
-
- [
|
|
2108
|
-
- [
|
|
1930
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1931
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2109
1932
|
|
|
2110
1933
|
````text
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
1934
|
+
Copyright (c) 2014 Alex Crichton
|
|
2114
1935
|
|
|
2115
|
-
Permission is hereby granted, free of charge, to any
|
|
2116
|
-
of this software and associated
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
1936
|
+
Permission is hereby granted, free of charge, to any
|
|
1937
|
+
person obtaining a copy of this software and associated
|
|
1938
|
+
documentation files (the "Software"), to deal in the
|
|
1939
|
+
Software without restriction, including without
|
|
1940
|
+
limitation the rights to use, copy, modify, merge,
|
|
1941
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1942
|
+
the Software, and to permit persons to whom the Software
|
|
1943
|
+
is furnished to do so, subject to the following
|
|
1944
|
+
conditions:
|
|
2121
1945
|
|
|
2122
|
-
The above copyright notice and this permission notice
|
|
2123
|
-
copies or substantial portions
|
|
1946
|
+
The above copyright notice and this permission notice
|
|
1947
|
+
shall be included in all copies or substantial portions
|
|
1948
|
+
of the Software.
|
|
2124
1949
|
|
|
2125
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2126
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
1950
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1951
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1952
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1953
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1954
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1955
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1956
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1957
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1958
|
+
DEALINGS IN THE SOFTWARE.
|
|
2132
1959
|
|
|
2133
1960
|
````
|
|
2134
1961
|
|
|
@@ -2138,10 +1965,10 @@ SOFTWARE.
|
|
|
2138
1965
|
|
|
2139
1966
|
### Rust Crates:
|
|
2140
1967
|
|
|
2141
|
-
- [
|
|
1968
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2142
1969
|
|
|
2143
1970
|
````text
|
|
2144
|
-
Copyright (c)
|
|
1971
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2145
1972
|
|
|
2146
1973
|
Permission is hereby granted, free of charge, to any
|
|
2147
1974
|
person obtaining a copy of this software and associated
|
|
@@ -2175,10 +2002,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2175
2002
|
|
|
2176
2003
|
### Rust Crates:
|
|
2177
2004
|
|
|
2178
|
-
- [
|
|
2005
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2179
2006
|
|
|
2180
2007
|
````text
|
|
2181
|
-
|
|
2008
|
+
MIT License
|
|
2009
|
+
|
|
2010
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2182
2011
|
|
|
2183
2012
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2184
2013
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2187,17 +2016,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2187
2016
|
copies of the Software, and to permit persons to whom the Software is
|
|
2188
2017
|
furnished to do so, subject to the following conditions:
|
|
2189
2018
|
|
|
2190
|
-
The above copyright notice and this permission notice shall be included in
|
|
2191
|
-
|
|
2019
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2020
|
+
copies or substantial portions of the Software.
|
|
2192
2021
|
|
|
2193
2022
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2194
2023
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2195
2024
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2196
2025
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2197
2026
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2198
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2199
|
-
|
|
2200
|
-
|
|
2027
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2028
|
+
SOFTWARE.
|
|
2201
2029
|
|
|
2202
2030
|
````
|
|
2203
2031
|
|
|
@@ -2207,48 +2035,13 @@ THE SOFTWARE.
|
|
|
2207
2035
|
|
|
2208
2036
|
### Rust Crates:
|
|
2209
2037
|
|
|
2210
|
-
- [
|
|
2038
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2039
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2211
2040
|
|
|
2212
2041
|
````text
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
Permission is hereby granted, free of charge, to any
|
|
2216
|
-
person obtaining a copy of this software and associated
|
|
2217
|
-
documentation files (the "Software"), to deal in the
|
|
2218
|
-
Software without restriction, including without
|
|
2219
|
-
limitation the rights to use, copy, modify, merge,
|
|
2220
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2221
|
-
the Software, and to permit persons to whom the Software
|
|
2222
|
-
is furnished to do so, subject to the following
|
|
2223
|
-
conditions:
|
|
2224
|
-
|
|
2225
|
-
The above copyright notice and this permission notice
|
|
2226
|
-
shall be included in all copies or substantial portions
|
|
2227
|
-
of the Software.
|
|
2228
|
-
|
|
2229
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2230
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2231
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2232
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2233
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2234
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2235
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2236
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2237
|
-
DEALINGS IN THE SOFTWARE.
|
|
2238
|
-
|
|
2239
|
-
````
|
|
2240
|
-
|
|
2241
|
-
---
|
|
2242
|
-
|
|
2243
|
-
## The following dependencies are licensed under the MIT License:
|
|
2244
|
-
|
|
2245
|
-
### Rust Crates:
|
|
2246
|
-
|
|
2247
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2042
|
+
MIT License
|
|
2248
2043
|
|
|
2249
|
-
|
|
2250
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
2251
|
-
Copyright (c) 2016 Jason Housley
|
|
2044
|
+
Copyright (c) 2019 Graham Esau
|
|
2252
2045
|
|
|
2253
2046
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2254
2047
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2257,16 +2050,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2257
2050
|
copies of the Software, and to permit persons to whom the Software is
|
|
2258
2051
|
furnished to do so, subject to the following conditions:
|
|
2259
2052
|
|
|
2260
|
-
The above copyright notice and this permission notice shall be included in
|
|
2261
|
-
|
|
2053
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2054
|
+
copies or substantial portions of the Software.
|
|
2262
2055
|
|
|
2263
2056
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2264
2057
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2265
2058
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2266
2059
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2267
2060
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2268
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2269
|
-
|
|
2061
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2062
|
+
SOFTWARE.
|
|
2270
2063
|
|
|
2271
2064
|
````
|
|
2272
2065
|
|
|
@@ -2274,33 +2067,36 @@ THE SOFTWARE.
|
|
|
2274
2067
|
|
|
2275
2068
|
## The following dependencies are licensed under the MIT License:
|
|
2276
2069
|
|
|
2277
|
-
###
|
|
2070
|
+
### Rust Crates:
|
|
2278
2071
|
|
|
2279
|
-
- [
|
|
2280
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2072
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2281
2073
|
|
|
2282
2074
|
````text
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
Copyright (c) Microsoft Corporation.
|
|
2075
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2286
2076
|
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2077
|
+
Permission is hereby granted, free of charge, to any
|
|
2078
|
+
person obtaining a copy of this software and associated
|
|
2079
|
+
documentation files (the "Software"), to deal in the
|
|
2080
|
+
Software without restriction, including without
|
|
2081
|
+
limitation the rights to use, copy, modify, merge,
|
|
2082
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2083
|
+
the Software, and to permit persons to whom the Software
|
|
2084
|
+
is furnished to do so, subject to the following
|
|
2085
|
+
conditions:
|
|
2293
2086
|
|
|
2294
|
-
|
|
2295
|
-
|
|
2087
|
+
The above copyright notice and this permission notice
|
|
2088
|
+
shall be included in all copies or substantial portions
|
|
2089
|
+
of the Software.
|
|
2296
2090
|
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2091
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2092
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2093
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2094
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2095
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2096
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2097
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2098
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2099
|
+
DEALINGS IN THE SOFTWARE.
|
|
2304
2100
|
|
|
2305
2101
|
````
|
|
2306
2102
|
|
|
@@ -2310,12 +2106,13 @@ THE SOFTWARE.
|
|
|
2310
2106
|
|
|
2311
2107
|
### NPM Packages:
|
|
2312
2108
|
|
|
2313
|
-
- [
|
|
2109
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2110
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2314
2111
|
|
|
2315
2112
|
````text
|
|
2316
2113
|
MIT License
|
|
2317
2114
|
|
|
2318
|
-
Copyright (c)
|
|
2115
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2319
2116
|
|
|
2320
2117
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2321
2118
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2335,8 +2132,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2335
2132
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2336
2133
|
SOFTWARE.
|
|
2337
2134
|
|
|
2338
|
-
[others]: https://github.com/json5/json5/contributors
|
|
2339
|
-
|
|
2340
2135
|
````
|
|
2341
2136
|
|
|
2342
2137
|
---
|
|
@@ -2345,10 +2140,11 @@ SOFTWARE.
|
|
|
2345
2140
|
|
|
2346
2141
|
### Rust Crates:
|
|
2347
2142
|
|
|
2348
|
-
- [
|
|
2143
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2144
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2349
2145
|
|
|
2350
2146
|
````text
|
|
2351
|
-
Copyright (c)
|
|
2147
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
2352
2148
|
|
|
2353
2149
|
Permission is hereby granted, free of charge, to any
|
|
2354
2150
|
person obtaining a copy of this software and associated
|
|
@@ -2382,11 +2178,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2382
2178
|
|
|
2383
2179
|
### Rust Crates:
|
|
2384
2180
|
|
|
2385
|
-
- [
|
|
2181
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2386
2182
|
|
|
2387
2183
|
````text
|
|
2388
|
-
Copyright (c)
|
|
2389
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2184
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2390
2185
|
|
|
2391
2186
|
Permission is hereby granted, free of charge, to any
|
|
2392
2187
|
person obtaining a copy of this software and associated
|
|
@@ -2420,98 +2215,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2420
2215
|
|
|
2421
2216
|
### Rust Crates:
|
|
2422
2217
|
|
|
2423
|
-
- [
|
|
2424
|
-
|
|
2425
|
-
````text
|
|
2426
|
-
Copyright 2016 Nika Layzell
|
|
2427
|
-
|
|
2428
|
-
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:
|
|
2429
|
-
|
|
2430
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2431
|
-
|
|
2432
|
-
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.
|
|
2433
|
-
|
|
2434
|
-
````
|
|
2435
|
-
|
|
2436
|
-
---
|
|
2437
|
-
|
|
2438
|
-
## The following dependencies are licensed under the MIT License:
|
|
2439
|
-
|
|
2440
|
-
### Rust Crates:
|
|
2441
|
-
|
|
2442
|
-
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2443
|
-
|
|
2444
|
-
````text
|
|
2445
|
-
MIT License
|
|
2446
|
-
|
|
2447
|
-
Copyright (c) 2025 Callum Oakley
|
|
2448
|
-
|
|
2449
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2450
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2451
|
-
in the Software without restriction, including without limitation the rights
|
|
2452
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2453
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2454
|
-
furnished to do so, subject to the following conditions:
|
|
2455
|
-
|
|
2456
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2457
|
-
copies or substantial portions of the Software.
|
|
2458
|
-
|
|
2459
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2460
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2461
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2462
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2463
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2464
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2465
|
-
SOFTWARE.
|
|
2466
|
-
|
|
2467
|
-
````
|
|
2468
|
-
|
|
2469
|
-
---
|
|
2470
|
-
|
|
2471
|
-
## The following dependencies are licensed under the MIT License:
|
|
2472
|
-
|
|
2473
|
-
### Rust Crates:
|
|
2474
|
-
|
|
2475
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2476
|
-
|
|
2477
|
-
````text
|
|
2478
|
-
MIT License
|
|
2479
|
-
|
|
2480
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
2481
|
-
Copyright (c) Tokio Contributors
|
|
2482
|
-
|
|
2483
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2484
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2485
|
-
in the Software without restriction, including without limitation the rights
|
|
2486
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2487
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2488
|
-
furnished to do so, subject to the following conditions:
|
|
2489
|
-
|
|
2490
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2491
|
-
copies or substantial portions of the Software.
|
|
2492
|
-
|
|
2493
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2494
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2495
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2496
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2497
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2498
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2499
|
-
SOFTWARE.
|
|
2500
|
-
|
|
2501
|
-
````
|
|
2502
|
-
|
|
2503
|
-
---
|
|
2504
|
-
|
|
2505
|
-
## The following dependencies are licensed under the MIT License:
|
|
2506
|
-
|
|
2507
|
-
### Rust Crates:
|
|
2508
|
-
|
|
2509
|
-
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
2510
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
2511
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2218
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
2512
2219
|
|
|
2513
2220
|
````text
|
|
2514
|
-
Copyright (c)
|
|
2221
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
2515
2222
|
|
|
2516
2223
|
Permission is hereby granted, free of charge, to any
|
|
2517
2224
|
person obtaining a copy of this software and associated
|
|
@@ -2545,10 +2252,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2545
2252
|
|
|
2546
2253
|
### Rust Crates:
|
|
2547
2254
|
|
|
2548
|
-
- [
|
|
2255
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2549
2256
|
|
|
2550
2257
|
````text
|
|
2551
|
-
|
|
2258
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2259
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2552
2260
|
|
|
2553
2261
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2554
2262
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2557,16 +2265,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2557
2265
|
copies of the Software, and to permit persons to whom the Software is
|
|
2558
2266
|
furnished to do so, subject to the following conditions:
|
|
2559
2267
|
|
|
2560
|
-
The above copyright notice and this permission notice shall be included in
|
|
2561
|
-
copies or substantial portions of the Software.
|
|
2268
|
+
The above copyright notice and this permission notice shall be included in
|
|
2269
|
+
all copies or substantial portions of the Software.
|
|
2562
2270
|
|
|
2563
2271
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2564
2272
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2565
2273
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2566
2274
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2567
2275
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2568
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2569
|
-
SOFTWARE.
|
|
2276
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2277
|
+
THE SOFTWARE.
|
|
2570
2278
|
|
|
2571
2279
|
````
|
|
2572
2280
|
|
|
@@ -2576,12 +2284,14 @@ SOFTWARE.
|
|
|
2576
2284
|
|
|
2577
2285
|
### Rust Crates:
|
|
2578
2286
|
|
|
2579
|
-
- [
|
|
2287
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2288
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2289
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2580
2290
|
|
|
2581
2291
|
````text
|
|
2582
|
-
|
|
2292
|
+
MIT License
|
|
2583
2293
|
|
|
2584
|
-
Copyright (c)
|
|
2294
|
+
Copyright (c) Tokio Contributors
|
|
2585
2295
|
|
|
2586
2296
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2587
2297
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2590,16 +2300,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2590
2300
|
copies of the Software, and to permit persons to whom the Software is
|
|
2591
2301
|
furnished to do so, subject to the following conditions:
|
|
2592
2302
|
|
|
2593
|
-
The above copyright notice and this permission notice shall be included in
|
|
2594
|
-
|
|
2303
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2304
|
+
copies or substantial portions of the Software.
|
|
2595
2305
|
|
|
2596
2306
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2597
2307
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2598
2308
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2599
2309
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2600
2310
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2601
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2602
|
-
|
|
2311
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2312
|
+
SOFTWARE.
|
|
2603
2313
|
|
|
2604
2314
|
````
|
|
2605
2315
|
|
|
@@ -2609,10 +2319,10 @@ THE SOFTWARE.
|
|
|
2609
2319
|
|
|
2610
2320
|
### Rust Crates:
|
|
2611
2321
|
|
|
2612
|
-
- [
|
|
2322
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2613
2323
|
|
|
2614
2324
|
````text
|
|
2615
|
-
Copyright (c)
|
|
2325
|
+
Copyright (c) 2017 Sean McArthur
|
|
2616
2326
|
|
|
2617
2327
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2618
2328
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2641,10 +2351,10 @@ THE SOFTWARE.
|
|
|
2641
2351
|
|
|
2642
2352
|
### Rust Crates:
|
|
2643
2353
|
|
|
2644
|
-
- [
|
|
2354
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2645
2355
|
|
|
2646
2356
|
````text
|
|
2647
|
-
Copyright (c)
|
|
2357
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2648
2358
|
|
|
2649
2359
|
Permission is hereby granted, free of charge, to any
|
|
2650
2360
|
person obtaining a copy of this software and associated
|
|
@@ -2669,6 +2379,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2669
2379
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2670
2380
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2671
2381
|
DEALINGS IN THE SOFTWARE.
|
|
2382
|
+
|
|
2672
2383
|
````
|
|
2673
2384
|
|
|
2674
2385
|
---
|
|
@@ -2677,66 +2388,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2677
2388
|
|
|
2678
2389
|
### Rust Crates:
|
|
2679
2390
|
|
|
2680
|
-
- [
|
|
2391
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
2392
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2681
2393
|
|
|
2682
2394
|
````text
|
|
2683
|
-
|
|
2395
|
+
The MIT License (MIT)
|
|
2684
2396
|
|
|
2685
|
-
|
|
2686
|
-
person obtaining a copy of this software and associated
|
|
2687
|
-
documentation files (the "Software"), to deal in the
|
|
2688
|
-
Software without restriction, including without
|
|
2689
|
-
limitation the rights to use, copy, modify, merge,
|
|
2690
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2691
|
-
the Software, and to permit persons to whom the Software
|
|
2692
|
-
is furnished to do so, subject to the following
|
|
2693
|
-
conditions:
|
|
2694
|
-
|
|
2695
|
-
The above copyright notice and this permission notice
|
|
2696
|
-
shall be included in all copies or substantial portions
|
|
2697
|
-
of the Software.
|
|
2698
|
-
|
|
2699
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2700
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2701
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2702
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2703
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2704
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2705
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2706
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2707
|
-
DEALINGS IN THE SOFTWARE.
|
|
2708
|
-
|
|
2709
|
-
````
|
|
2710
|
-
|
|
2711
|
-
---
|
|
2712
|
-
|
|
2713
|
-
## The following dependencies are licensed under the MIT License:
|
|
2714
|
-
|
|
2715
|
-
### Rust Crates:
|
|
2716
|
-
|
|
2717
|
-
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
2718
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2719
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2720
|
-
|
|
2721
|
-
````text
|
|
2722
|
-
MIT License
|
|
2723
|
-
|
|
2724
|
-
Copyright (c) <year> <copyright holders>
|
|
2397
|
+
Copyright (c) 2015 Steven Fackler
|
|
2725
2398
|
|
|
2726
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2727
|
-
associated documentation files (the "Software"), to deal in
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2399
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2400
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2401
|
+
the Software without restriction, including without limitation the rights to
|
|
2402
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2403
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2404
|
+
subject to the following conditions:
|
|
2731
2405
|
|
|
2732
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2733
|
-
portions of the Software.
|
|
2406
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2407
|
+
copies or substantial portions of the Software.
|
|
2734
2408
|
|
|
2735
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2736
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2409
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2410
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2411
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2412
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2413
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2414
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2740
2415
|
|
|
2741
2416
|
````
|
|
2742
2417
|
|
|
@@ -2746,10 +2421,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2746
2421
|
|
|
2747
2422
|
### Rust Crates:
|
|
2748
2423
|
|
|
2749
|
-
- [
|
|
2424
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2750
2425
|
|
|
2751
2426
|
````text
|
|
2752
|
-
Copyright (c)
|
|
2427
|
+
Copyright (c) 2015 Steven Allen
|
|
2753
2428
|
|
|
2754
2429
|
Permission is hereby granted, free of charge, to any
|
|
2755
2430
|
person obtaining a copy of this software and associated
|
|
@@ -2783,44 +2458,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2783
2458
|
|
|
2784
2459
|
### Rust Crates:
|
|
2785
2460
|
|
|
2786
|
-
- [
|
|
2787
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2461
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2788
2462
|
|
|
2789
2463
|
````text
|
|
2790
2464
|
The MIT License (MIT)
|
|
2791
2465
|
|
|
2792
|
-
Copyright (c) 2015
|
|
2793
|
-
|
|
2794
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2795
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2796
|
-
the Software without restriction, including without limitation the rights to
|
|
2797
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2798
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2799
|
-
subject to the following conditions:
|
|
2800
|
-
|
|
2801
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2802
|
-
copies or substantial portions of the Software.
|
|
2803
|
-
|
|
2804
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2805
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2806
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2807
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2808
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2809
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2810
|
-
|
|
2811
|
-
````
|
|
2812
|
-
|
|
2813
|
-
---
|
|
2814
|
-
|
|
2815
|
-
## The following dependencies are licensed under the MIT License:
|
|
2816
|
-
|
|
2817
|
-
### Rust Crates:
|
|
2818
|
-
|
|
2819
|
-
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2820
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2821
|
-
|
|
2822
|
-
````text
|
|
2823
|
-
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2466
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2824
2467
|
|
|
2825
2468
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2826
2469
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2829,16 +2472,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2829
2472
|
copies of the Software, and to permit persons to whom the Software is
|
|
2830
2473
|
furnished to do so, subject to the following conditions:
|
|
2831
2474
|
|
|
2832
|
-
The above copyright notice and this permission notice shall be included in
|
|
2833
|
-
copies or substantial portions of the Software.
|
|
2475
|
+
The above copyright notice and this permission notice shall be included in
|
|
2476
|
+
all copies or substantial portions of the Software.
|
|
2834
2477
|
|
|
2835
2478
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2836
2479
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2837
2480
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2838
2481
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2839
2482
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2840
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2841
|
-
SOFTWARE.
|
|
2483
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2484
|
+
THE SOFTWARE.
|
|
2842
2485
|
|
|
2843
2486
|
````
|
|
2844
2487
|
|
|
@@ -2848,10 +2491,10 @@ SOFTWARE.
|
|
|
2848
2491
|
|
|
2849
2492
|
### Rust Crates:
|
|
2850
2493
|
|
|
2851
|
-
- [
|
|
2494
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2852
2495
|
|
|
2853
2496
|
````text
|
|
2854
|
-
Copyright (c)
|
|
2497
|
+
Copyright (c) 2017 Robert Grosse
|
|
2855
2498
|
|
|
2856
2499
|
Permission is hereby granted, free of charge, to any
|
|
2857
2500
|
person obtaining a copy of this software and associated
|
|
@@ -2876,7 +2519,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2876
2519
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2877
2520
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2878
2521
|
DEALINGS IN THE SOFTWARE.
|
|
2879
|
-
|
|
2880
2522
|
````
|
|
2881
2523
|
|
|
2882
2524
|
---
|
|
@@ -2885,10 +2527,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2885
2527
|
|
|
2886
2528
|
### Rust Crates:
|
|
2887
2529
|
|
|
2888
|
-
- [
|
|
2530
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2889
2531
|
|
|
2890
2532
|
````text
|
|
2891
|
-
Copyright (c)
|
|
2533
|
+
Copyright (c) 2017 Carl Lerche
|
|
2534
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2535
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2892
2536
|
|
|
2893
2537
|
Permission is hereby granted, free of charge, to any
|
|
2894
2538
|
person obtaining a copy of this software and associated
|
|
@@ -2922,12 +2566,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2922
2566
|
|
|
2923
2567
|
### Rust Crates:
|
|
2924
2568
|
|
|
2925
|
-
- [
|
|
2569
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
2926
2570
|
|
|
2927
2571
|
````text
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2572
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
2573
|
+
Copyright (c) 2016 Alex Crichton
|
|
2931
2574
|
|
|
2932
2575
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2933
2576
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2936,53 +2579,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2936
2579
|
copies of the Software, and to permit persons to whom the Software is
|
|
2937
2580
|
furnished to do so, subject to the following conditions:
|
|
2938
2581
|
|
|
2939
|
-
The above copyright notice and this permission notice shall be included in
|
|
2940
|
-
copies or substantial portions of the Software.
|
|
2582
|
+
The above copyright notice and this permission notice shall be included in
|
|
2583
|
+
all copies or substantial portions of the Software.
|
|
2941
2584
|
|
|
2942
2585
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2943
2586
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2944
2587
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2945
2588
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2946
2589
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2947
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2948
|
-
SOFTWARE.
|
|
2949
|
-
|
|
2950
|
-
````
|
|
2951
|
-
|
|
2952
|
-
---
|
|
2953
|
-
|
|
2954
|
-
## The following dependencies are licensed under the MIT License:
|
|
2955
|
-
|
|
2956
|
-
### Rust Crates:
|
|
2957
|
-
|
|
2958
|
-
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2959
|
-
|
|
2960
|
-
````text
|
|
2961
|
-
Copyright (c) 2021 RustCrypto Developers
|
|
2962
|
-
|
|
2963
|
-
Permission is hereby granted, free of charge, to any
|
|
2964
|
-
person obtaining a copy of this software and associated
|
|
2965
|
-
documentation files (the "Software"), to deal in the
|
|
2966
|
-
Software without restriction, including without
|
|
2967
|
-
limitation the rights to use, copy, modify, merge,
|
|
2968
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2969
|
-
the Software, and to permit persons to whom the Software
|
|
2970
|
-
is furnished to do so, subject to the following
|
|
2971
|
-
conditions:
|
|
2972
|
-
|
|
2973
|
-
The above copyright notice and this permission notice
|
|
2974
|
-
shall be included in all copies or substantial portions
|
|
2975
|
-
of the Software.
|
|
2590
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2591
|
+
THE SOFTWARE.
|
|
2976
2592
|
|
|
2977
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2978
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2979
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2980
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2981
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2982
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2983
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2984
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2985
|
-
DEALINGS IN THE SOFTWARE.
|
|
2986
2593
|
|
|
2987
2594
|
````
|
|
2988
2595
|
|
|
@@ -2992,34 +2599,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2992
2599
|
|
|
2993
2600
|
### Rust Crates:
|
|
2994
2601
|
|
|
2995
|
-
- [
|
|
2602
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2996
2603
|
|
|
2997
2604
|
````text
|
|
2998
|
-
|
|
2605
|
+
MIT License
|
|
2999
2606
|
|
|
3000
|
-
Permission is hereby granted, free of charge, to any
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
the Software, and to permit persons to whom the Software
|
|
3007
|
-
is furnished to do so, subject to the following
|
|
3008
|
-
conditions:
|
|
2607
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2608
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2609
|
+
in the Software without restriction, including without limitation the rights
|
|
2610
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2611
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2612
|
+
furnished to do so, subject to the following conditions:
|
|
3009
2613
|
|
|
3010
|
-
The above copyright notice and this permission notice
|
|
3011
|
-
|
|
3012
|
-
of the Software.
|
|
2614
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2615
|
+
copies or substantial portions of the Software.
|
|
3013
2616
|
|
|
3014
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3022
|
-
DEALINGS IN THE SOFTWARE.
|
|
2617
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2618
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2619
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2620
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2621
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2622
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2623
|
+
SOFTWARE.
|
|
3023
2624
|
|
|
3024
2625
|
````
|
|
3025
2626
|
|
|
@@ -3029,12 +2630,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3029
2630
|
|
|
3030
2631
|
### Rust Crates:
|
|
3031
2632
|
|
|
3032
|
-
- [
|
|
2633
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3033
2634
|
|
|
3034
2635
|
````text
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2636
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3038
2637
|
|
|
3039
2638
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3040
2639
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3043,19 +2642,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3043
2642
|
copies of the Software, and to permit persons to whom the Software is
|
|
3044
2643
|
furnished to do so, subject to the following conditions:
|
|
3045
2644
|
|
|
3046
|
-
The above copyright notice and this permission notice shall be included in
|
|
3047
|
-
copies or substantial portions of the Software.
|
|
2645
|
+
The above copyright notice and this permission notice shall be included in
|
|
2646
|
+
all copies or substantial portions of the Software.
|
|
3048
2647
|
|
|
3049
2648
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3050
2649
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3051
2650
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3052
2651
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3053
2652
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3054
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3055
|
-
SOFTWARE.
|
|
2653
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2654
|
+
THE SOFTWARE.
|
|
2655
|
+
|
|
3056
2656
|
|
|
3057
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
3058
|
-
licences; see files named LICENSE.*.txt for details.
|
|
3059
2657
|
````
|
|
3060
2658
|
|
|
3061
2659
|
---
|
|
@@ -3064,10 +2662,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
3064
2662
|
|
|
3065
2663
|
### Rust Crates:
|
|
3066
2664
|
|
|
3067
|
-
- [
|
|
2665
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3068
2666
|
|
|
3069
2667
|
````text
|
|
3070
|
-
Copyright (c)
|
|
2668
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3071
2669
|
|
|
3072
2670
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3073
2671
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3095,12 +2693,10 @@ THE SOFTWARE.
|
|
|
3095
2693
|
|
|
3096
2694
|
### Rust Crates:
|
|
3097
2695
|
|
|
3098
|
-
- [
|
|
3099
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3100
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2696
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3101
2697
|
|
|
3102
2698
|
````text
|
|
3103
|
-
Copyright (c)
|
|
2699
|
+
Copyright (c) 2016--2017
|
|
3104
2700
|
|
|
3105
2701
|
Permission is hereby granted, free of charge, to any
|
|
3106
2702
|
person obtaining a copy of this software and associated
|
|
@@ -3134,28 +2730,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3134
2730
|
|
|
3135
2731
|
### Rust Crates:
|
|
3136
2732
|
|
|
3137
|
-
- [
|
|
2733
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3138
2734
|
|
|
3139
2735
|
````text
|
|
3140
|
-
Copyright (c)
|
|
3141
|
-
|
|
3142
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3143
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3144
|
-
in the Software without restriction, including without limitation the rights
|
|
3145
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3146
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3147
|
-
furnished to do so, subject to the following conditions:
|
|
3148
|
-
|
|
3149
|
-
The above copyright notice and this permission notice shall be included in
|
|
3150
|
-
all copies or substantial portions of the Software.
|
|
2736
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3151
2737
|
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
2738
|
+
Permission is hereby granted, free of charge, to any
|
|
2739
|
+
person obtaining a copy of this software and associated
|
|
2740
|
+
documentation files (the "Software"), to deal in the
|
|
2741
|
+
Software without restriction, including without
|
|
2742
|
+
limitation the rights to use, copy, modify, merge,
|
|
2743
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2744
|
+
the Software, and to permit persons to whom the Software
|
|
2745
|
+
is furnished to do so, subject to the following
|
|
2746
|
+
conditions:
|
|
2747
|
+
|
|
2748
|
+
The above copyright notice and this permission notice
|
|
2749
|
+
shall be included in all copies or substantial portions
|
|
2750
|
+
of the Software.
|
|
2751
|
+
|
|
2752
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2753
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2754
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2755
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2756
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2757
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2758
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2759
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2760
|
+
DEALINGS IN THE SOFTWARE.
|
|
3159
2761
|
|
|
3160
2762
|
````
|
|
3161
2763
|
|
|
@@ -3165,33 +2767,61 @@ THE SOFTWARE.
|
|
|
3165
2767
|
|
|
3166
2768
|
### Rust Crates:
|
|
3167
2769
|
|
|
3168
|
-
- [
|
|
2770
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2771
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2772
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2773
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2774
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2775
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2776
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2777
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2778
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2779
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2780
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2781
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2782
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2783
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2784
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2785
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2786
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2787
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
2788
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2789
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2790
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2791
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2792
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2793
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2794
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2795
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2796
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2797
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2798
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2799
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3169
2800
|
|
|
3170
2801
|
````text
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
in the Software without restriction, including without limitation the rights
|
|
3181
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3182
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3183
|
-
furnished to do so, subject to the following conditions:
|
|
2802
|
+
Permission is hereby granted, free of charge, to any
|
|
2803
|
+
person obtaining a copy of this software and associated
|
|
2804
|
+
documentation files (the "Software"), to deal in the
|
|
2805
|
+
Software without restriction, including without
|
|
2806
|
+
limitation the rights to use, copy, modify, merge,
|
|
2807
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2808
|
+
the Software, and to permit persons to whom the Software
|
|
2809
|
+
is furnished to do so, subject to the following
|
|
2810
|
+
conditions:
|
|
3184
2811
|
|
|
3185
|
-
The above copyright notice and this permission notice
|
|
3186
|
-
copies or substantial portions
|
|
2812
|
+
The above copyright notice and this permission notice
|
|
2813
|
+
shall be included in all copies or substantial portions
|
|
2814
|
+
of the Software.
|
|
3187
2815
|
|
|
3188
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3189
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
2816
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2817
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2818
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2819
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2820
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2821
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2822
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2823
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2824
|
+
DEALINGS IN THE SOFTWARE.
|
|
3195
2825
|
|
|
3196
2826
|
````
|
|
3197
2827
|
|
|
@@ -3199,33 +2829,34 @@ SOFTWARE.
|
|
|
3199
2829
|
|
|
3200
2830
|
## The following dependencies are licensed under the MIT License:
|
|
3201
2831
|
|
|
3202
|
-
###
|
|
2832
|
+
### Rust Crates:
|
|
3203
2833
|
|
|
3204
|
-
- [
|
|
2834
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3205
2835
|
|
|
3206
2836
|
````text
|
|
3207
|
-
The MIT License (MIT)
|
|
3208
|
-
|
|
3209
|
-
Copyright (c)
|
|
3210
|
-
|
|
3211
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3212
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3213
|
-
in the Software without restriction, including without limitation the rights
|
|
3214
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3215
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3216
|
-
furnished to do so, subject to the following conditions:
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
2837
|
+
The MIT License (MIT)
|
|
2838
|
+
|
|
2839
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2840
|
+
|
|
2841
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2842
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2843
|
+
in the Software without restriction, including without limitation the rights
|
|
2844
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2845
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2846
|
+
furnished to do so, subject to the following conditions:
|
|
2847
|
+
|
|
2848
|
+
|
|
2849
|
+
The above copyright notice and this permission notice shall be included in
|
|
2850
|
+
all copies or substantial portions of the Software.
|
|
2851
|
+
|
|
2852
|
+
|
|
2853
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2854
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2855
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2856
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2857
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2858
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2859
|
+
THE SOFTWARE.
|
|
3229
2860
|
|
|
3230
2861
|
````
|
|
3231
2862
|
|
|
@@ -3235,33 +2866,34 @@ SOFTWARE.
|
|
|
3235
2866
|
|
|
3236
2867
|
### Rust Crates:
|
|
3237
2868
|
|
|
3238
|
-
- [
|
|
3239
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3240
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3241
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2869
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3242
2870
|
|
|
3243
2871
|
````text
|
|
3244
|
-
The
|
|
3245
|
-
|
|
3246
|
-
Copyright (c) 2015 Andrew Gallant
|
|
2872
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3247
2873
|
|
|
3248
|
-
Permission is hereby granted, free of charge, to any
|
|
3249
|
-
of this software and associated
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
2874
|
+
Permission is hereby granted, free of charge, to any
|
|
2875
|
+
person obtaining a copy of this software and associated
|
|
2876
|
+
documentation files (the "Software"), to deal in the
|
|
2877
|
+
Software without restriction, including without
|
|
2878
|
+
limitation the rights to use, copy, modify, merge,
|
|
2879
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2880
|
+
the Software, and to permit persons to whom the Software
|
|
2881
|
+
is furnished to do so, subject to the following
|
|
2882
|
+
conditions:
|
|
3254
2883
|
|
|
3255
|
-
The above copyright notice and this permission notice
|
|
3256
|
-
all copies or substantial portions
|
|
2884
|
+
The above copyright notice and this permission notice
|
|
2885
|
+
shall be included in all copies or substantial portions
|
|
2886
|
+
of the Software.
|
|
3257
2887
|
|
|
3258
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3259
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
2888
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2889
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2890
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2891
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2892
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2893
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2894
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2895
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2896
|
+
DEALINGS IN THE SOFTWARE.
|
|
3265
2897
|
|
|
3266
2898
|
````
|
|
3267
2899
|
|
|
@@ -3271,28 +2903,43 @@ THE SOFTWARE.
|
|
|
3271
2903
|
|
|
3272
2904
|
### Rust Crates:
|
|
3273
2905
|
|
|
3274
|
-
- [
|
|
2906
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2907
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2908
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2909
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2910
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2911
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2912
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2913
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2914
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3275
2915
|
|
|
3276
2916
|
````text
|
|
3277
|
-
Copyright (c)
|
|
2917
|
+
Copyright (c) 2016 Alex Crichton
|
|
2918
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3278
2919
|
|
|
3279
|
-
Permission is hereby granted, free of charge, to any
|
|
3280
|
-
of this software and associated
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
2920
|
+
Permission is hereby granted, free of charge, to any
|
|
2921
|
+
person obtaining a copy of this software and associated
|
|
2922
|
+
documentation files (the "Software"), to deal in the
|
|
2923
|
+
Software without restriction, including without
|
|
2924
|
+
limitation the rights to use, copy, modify, merge,
|
|
2925
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2926
|
+
the Software, and to permit persons to whom the Software
|
|
2927
|
+
is furnished to do so, subject to the following
|
|
2928
|
+
conditions:
|
|
3285
2929
|
|
|
3286
|
-
The above copyright notice and this permission notice
|
|
3287
|
-
all copies or substantial portions
|
|
2930
|
+
The above copyright notice and this permission notice
|
|
2931
|
+
shall be included in all copies or substantial portions
|
|
2932
|
+
of the Software.
|
|
3288
2933
|
|
|
3289
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3290
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
2934
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2935
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2936
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2937
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2938
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2939
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2940
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2941
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2942
|
+
DEALINGS IN THE SOFTWARE.
|
|
3296
2943
|
|
|
3297
2944
|
````
|
|
3298
2945
|
|
|
@@ -3302,10 +2949,11 @@ THE SOFTWARE.
|
|
|
3302
2949
|
|
|
3303
2950
|
### Rust Crates:
|
|
3304
2951
|
|
|
3305
|
-
- [
|
|
2952
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3306
2953
|
|
|
3307
2954
|
````text
|
|
3308
|
-
Copyright (c)
|
|
2955
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
2956
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3309
2957
|
|
|
3310
2958
|
Permission is hereby granted, free of charge, to any
|
|
3311
2959
|
person obtaining a copy of this software and associated
|
|
@@ -3339,10 +2987,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3339
2987
|
|
|
3340
2988
|
### Rust Crates:
|
|
3341
2989
|
|
|
3342
|
-
- [
|
|
2990
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3343
2991
|
|
|
3344
2992
|
````text
|
|
3345
|
-
Copyright (c)
|
|
2993
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3346
2994
|
|
|
3347
2995
|
Permission is hereby granted, free of charge, to any
|
|
3348
2996
|
person obtaining a copy of this software and associated
|
|
@@ -3376,11 +3024,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3376
3024
|
|
|
3377
3025
|
### Rust Crates:
|
|
3378
3026
|
|
|
3379
|
-
- [
|
|
3027
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3028
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3380
3029
|
|
|
3381
3030
|
````text
|
|
3382
|
-
Copyright (c)
|
|
3383
|
-
Copyright (c)
|
|
3031
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3032
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3033
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3384
3034
|
|
|
3385
3035
|
Permission is hereby granted, free of charge, to any
|
|
3386
3036
|
person obtaining a copy of this software and associated
|
|
@@ -3414,10 +3064,74 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3414
3064
|
|
|
3415
3065
|
### Rust Crates:
|
|
3416
3066
|
|
|
3417
|
-
- [
|
|
3067
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3418
3068
|
|
|
3419
3069
|
````text
|
|
3420
|
-
Copyright (c)
|
|
3070
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3071
|
+
Copyright (c) 2016 Jason Housley
|
|
3072
|
+
|
|
3073
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3074
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3075
|
+
in the Software without restriction, including without limitation the rights
|
|
3076
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3077
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3078
|
+
furnished to do so, subject to the following conditions:
|
|
3079
|
+
|
|
3080
|
+
The above copyright notice and this permission notice shall be included in
|
|
3081
|
+
all copies or substantial portions of the Software.
|
|
3082
|
+
|
|
3083
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3084
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3085
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3086
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3087
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3088
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3089
|
+
THE SOFTWARE.
|
|
3090
|
+
|
|
3091
|
+
````
|
|
3092
|
+
|
|
3093
|
+
---
|
|
3094
|
+
|
|
3095
|
+
## The following dependencies are licensed under the MIT License:
|
|
3096
|
+
|
|
3097
|
+
### Rust Crates:
|
|
3098
|
+
|
|
3099
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3100
|
+
|
|
3101
|
+
````text
|
|
3102
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3103
|
+
|
|
3104
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3105
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3106
|
+
in the Software without restriction, including without limitation the rights
|
|
3107
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3108
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3109
|
+
furnished to do so, subject to the following conditions:
|
|
3110
|
+
|
|
3111
|
+
The above copyright notice and this permission notice shall be included in
|
|
3112
|
+
all copies or substantial portions of the Software.
|
|
3113
|
+
|
|
3114
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3115
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3116
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3117
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3118
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3119
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3120
|
+
THE SOFTWARE.
|
|
3121
|
+
|
|
3122
|
+
|
|
3123
|
+
````
|
|
3124
|
+
|
|
3125
|
+
---
|
|
3126
|
+
|
|
3127
|
+
## The following dependencies are licensed under the MIT License:
|
|
3128
|
+
|
|
3129
|
+
### Rust Crates:
|
|
3130
|
+
|
|
3131
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3132
|
+
|
|
3133
|
+
````text
|
|
3134
|
+
Copyright (c) 2017 Contributors
|
|
3421
3135
|
|
|
3422
3136
|
Permission is hereby granted, free of charge, to any
|
|
3423
3137
|
person obtaining a copy of this software and associated
|
|
@@ -3451,10 +3165,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3451
3165
|
|
|
3452
3166
|
### Rust Crates:
|
|
3453
3167
|
|
|
3454
|
-
- [
|
|
3168
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
3455
3169
|
|
|
3456
3170
|
````text
|
|
3457
|
-
Copyright (c)
|
|
3171
|
+
Copyright (c) 2014 Chris Wong
|
|
3458
3172
|
|
|
3459
3173
|
Permission is hereby granted, free of charge, to any
|
|
3460
3174
|
person obtaining a copy of this software and associated
|
|
@@ -3488,38 +3202,113 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3488
3202
|
|
|
3489
3203
|
### Rust Crates:
|
|
3490
3204
|
|
|
3491
|
-
- [
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3205
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
3206
|
+
|
|
3207
|
+
````text
|
|
3208
|
+
Copyright (c) 2016 The humantime Developers
|
|
3209
|
+
|
|
3210
|
+
Includes parts of http date with the following copyright:
|
|
3211
|
+
Copyright (c) 2016 Pyfisch
|
|
3212
|
+
|
|
3213
|
+
Includes portions of musl libc with the following copyright:
|
|
3214
|
+
Copyright © 2005-2013 Rich Felker
|
|
3215
|
+
|
|
3216
|
+
|
|
3217
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3218
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3219
|
+
in the Software without restriction, including without limitation the rights
|
|
3220
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3221
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3222
|
+
furnished to do so, subject to the following conditions:
|
|
3223
|
+
|
|
3224
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3225
|
+
copies or substantial portions of the Software.
|
|
3226
|
+
|
|
3227
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3228
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3229
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3230
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3231
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3232
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3233
|
+
SOFTWARE.
|
|
3234
|
+
|
|
3235
|
+
````
|
|
3236
|
+
|
|
3237
|
+
---
|
|
3238
|
+
|
|
3239
|
+
## The following dependencies are licensed under the MIT License:
|
|
3240
|
+
|
|
3241
|
+
### Rust Crates:
|
|
3242
|
+
|
|
3243
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3244
|
+
|
|
3245
|
+
````text
|
|
3246
|
+
The MIT License (MIT)
|
|
3247
|
+
|
|
3248
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3249
|
+
|
|
3250
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3251
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3252
|
+
in the Software without restriction, including without limitation the rights
|
|
3253
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3254
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3255
|
+
furnished to do so, subject to the following conditions:
|
|
3256
|
+
|
|
3257
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3258
|
+
copies or substantial portions of the Software.
|
|
3259
|
+
|
|
3260
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3261
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3262
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3263
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3264
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3265
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3266
|
+
SOFTWARE.
|
|
3267
|
+
|
|
3268
|
+
````
|
|
3269
|
+
|
|
3270
|
+
---
|
|
3271
|
+
|
|
3272
|
+
## The following dependencies are licensed under the MIT License:
|
|
3273
|
+
|
|
3274
|
+
### Rust Crates:
|
|
3275
|
+
|
|
3276
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3277
|
+
|
|
3278
|
+
````text
|
|
3279
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3280
|
+
|
|
3281
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3282
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3283
|
+
in the Software without restriction, including without limitation the rights
|
|
3284
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3285
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3286
|
+
furnished to do so, subject to the following conditions:
|
|
3287
|
+
|
|
3288
|
+
The above copyright notice and this permission notice shall be included in
|
|
3289
|
+
all copies or substantial portions of the Software.
|
|
3290
|
+
|
|
3291
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3292
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3293
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3294
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3295
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3296
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3297
|
+
THE SOFTWARE.
|
|
3298
|
+
|
|
3299
|
+
````
|
|
3300
|
+
|
|
3301
|
+
---
|
|
3302
|
+
|
|
3303
|
+
## The following dependencies are licensed under the MIT License:
|
|
3304
|
+
|
|
3305
|
+
### Rust Crates:
|
|
3306
|
+
|
|
3307
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3521
3308
|
|
|
3522
3309
|
````text
|
|
3310
|
+
Copyright Mozilla Foundation
|
|
3311
|
+
|
|
3523
3312
|
Permission is hereby granted, free of charge, to any
|
|
3524
3313
|
person obtaining a copy of this software and associated
|
|
3525
3314
|
documentation files (the "Software"), to deal in the
|
|
@@ -3589,10 +3378,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3589
3378
|
|
|
3590
3379
|
### Rust Crates:
|
|
3591
3380
|
|
|
3592
|
-
- [
|
|
3381
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
3382
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3383
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3384
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3385
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3386
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3593
3387
|
|
|
3594
3388
|
````text
|
|
3595
|
-
Copyright
|
|
3389
|
+
Copyright 2018 Developers of the Rand project
|
|
3390
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3596
3391
|
|
|
3597
3392
|
Permission is hereby granted, free of charge, to any
|
|
3598
3393
|
person obtaining a copy of this software and associated
|
|
@@ -3626,10 +3421,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3626
3421
|
|
|
3627
3422
|
### Rust Crates:
|
|
3628
3423
|
|
|
3629
|
-
- [http
|
|
3424
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3630
3425
|
|
|
3631
3426
|
````text
|
|
3632
|
-
Copyright (c) 2019-
|
|
3427
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3633
3428
|
|
|
3634
3429
|
Permission is hereby granted, free of charge, to any
|
|
3635
3430
|
person obtaining a copy of this software and associated
|
|
@@ -3661,37 +3456,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3661
3456
|
|
|
3662
3457
|
## The following dependencies are licensed under the MIT License:
|
|
3663
3458
|
|
|
3664
|
-
###
|
|
3459
|
+
### NPM Packages:
|
|
3665
3460
|
|
|
3666
|
-
- [
|
|
3667
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
3461
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3668
3462
|
|
|
3669
3463
|
````text
|
|
3670
|
-
|
|
3464
|
+
This software is released under the MIT license:
|
|
3671
3465
|
|
|
3672
|
-
Permission is hereby granted, free of charge, to any
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
the Software, and to permit persons to whom the Software
|
|
3679
|
-
is furnished to do so, subject to the following
|
|
3680
|
-
conditions:
|
|
3466
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3467
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3468
|
+
the Software without restriction, including without limitation the rights to
|
|
3469
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3470
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3471
|
+
subject to the following conditions:
|
|
3681
3472
|
|
|
3682
|
-
The above copyright notice and this permission notice
|
|
3683
|
-
|
|
3684
|
-
of the Software.
|
|
3473
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3474
|
+
copies or substantial portions of the Software.
|
|
3685
3475
|
|
|
3686
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3693
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3694
|
-
DEALINGS IN THE SOFTWARE.
|
|
3476
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3477
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3478
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3479
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3480
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3481
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3695
3482
|
|
|
3696
3483
|
````
|
|
3697
3484
|
|
|
@@ -3699,18 +3486,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3699
3486
|
|
|
3700
3487
|
## The following dependencies are licensed under the MIT License:
|
|
3701
3488
|
|
|
3702
|
-
###
|
|
3489
|
+
### NPM Packages:
|
|
3703
3490
|
|
|
3704
|
-
- [
|
|
3491
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3705
3492
|
|
|
3706
3493
|
````text
|
|
3707
|
-
|
|
3494
|
+
MIT License
|
|
3708
3495
|
|
|
3709
|
-
|
|
3496
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3710
3497
|
|
|
3711
|
-
|
|
3498
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3499
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3500
|
+
in the Software without restriction, including without limitation the rights
|
|
3501
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3502
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3503
|
+
furnished to do so, subject to the following conditions:
|
|
3712
3504
|
|
|
3713
|
-
|
|
3505
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3506
|
+
copies or substantial portions of the Software.
|
|
3507
|
+
|
|
3508
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3509
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3510
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3511
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3512
|
+
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 THE
|
|
3514
|
+
SOFTWARE.
|
|
3714
3515
|
|
|
3715
3516
|
````
|
|
3716
3517
|
|
|
@@ -3720,34 +3521,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3720
3521
|
|
|
3721
3522
|
### Rust Crates:
|
|
3722
3523
|
|
|
3723
|
-
- [
|
|
3524
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3724
3525
|
|
|
3725
3526
|
````text
|
|
3726
|
-
|
|
3527
|
+
MIT License
|
|
3727
3528
|
|
|
3728
|
-
|
|
3729
|
-
person obtaining a copy of this software and associated
|
|
3730
|
-
documentation files (the "Software"), to deal in the
|
|
3731
|
-
Software without restriction, including without
|
|
3732
|
-
limitation the rights to use, copy, modify, merge,
|
|
3733
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3734
|
-
the Software, and to permit persons to whom the Software
|
|
3735
|
-
is furnished to do so, subject to the following
|
|
3736
|
-
conditions:
|
|
3529
|
+
Copyright (c) 2025 Callum Oakley
|
|
3737
3530
|
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3531
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3532
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3533
|
+
in the Software without restriction, including without limitation the rights
|
|
3534
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3535
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3536
|
+
furnished to do so, subject to the following conditions:
|
|
3741
3537
|
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
IN
|
|
3750
|
-
|
|
3538
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3539
|
+
copies or substantial portions of the Software.
|
|
3540
|
+
|
|
3541
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3542
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3543
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3544
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3545
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3546
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3547
|
+
SOFTWARE.
|
|
3751
3548
|
|
|
3752
3549
|
````
|
|
3753
3550
|
|
|
@@ -3757,13 +3554,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3757
3554
|
|
|
3758
3555
|
### Rust Crates:
|
|
3759
3556
|
|
|
3760
|
-
- [
|
|
3761
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3557
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3762
3558
|
|
|
3763
3559
|
````text
|
|
3764
|
-
Copyright (c)
|
|
3765
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3766
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3560
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3767
3561
|
|
|
3768
3562
|
Permission is hereby granted, free of charge, to any
|
|
3769
3563
|
person obtaining a copy of this software and associated
|
|
@@ -3797,34 +3591,52 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3797
3591
|
|
|
3798
3592
|
### Rust Crates:
|
|
3799
3593
|
|
|
3800
|
-
- [
|
|
3594
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3595
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
3801
3596
|
|
|
3802
3597
|
````text
|
|
3803
|
-
|
|
3598
|
+
The MIT License (MIT)
|
|
3804
3599
|
|
|
3805
|
-
|
|
3806
|
-
person obtaining a copy of this software and associated
|
|
3807
|
-
documentation files (the "Software"), to deal in the
|
|
3808
|
-
Software without restriction, including without
|
|
3809
|
-
limitation the rights to use, copy, modify, merge,
|
|
3810
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3811
|
-
the Software, and to permit persons to whom the Software
|
|
3812
|
-
is furnished to do so, subject to the following
|
|
3813
|
-
conditions:
|
|
3600
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3814
3601
|
|
|
3815
|
-
|
|
3816
|
-
shall be included in all copies or substantial portions
|
|
3817
|
-
of the Software.
|
|
3602
|
+
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:
|
|
3818
3603
|
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3604
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3605
|
+
|
|
3606
|
+
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.
|
|
3607
|
+
|
|
3608
|
+
````
|
|
3609
|
+
|
|
3610
|
+
---
|
|
3611
|
+
|
|
3612
|
+
## The following dependencies are licensed under the MIT License:
|
|
3613
|
+
|
|
3614
|
+
### NPM Packages:
|
|
3615
|
+
|
|
3616
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3617
|
+
|
|
3618
|
+
````text
|
|
3619
|
+
The MIT License (MIT)
|
|
3620
|
+
|
|
3621
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3622
|
+
|
|
3623
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3624
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3625
|
+
in the Software without restriction, including without limitation the rights
|
|
3626
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3627
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3628
|
+
furnished to do so, subject to the following conditions:
|
|
3629
|
+
|
|
3630
|
+
The above copyright notice and this permission notice shall be included in
|
|
3631
|
+
all copies or substantial portions of the Software.
|
|
3632
|
+
|
|
3633
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3634
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3635
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3636
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3637
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3638
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3639
|
+
THE SOFTWARE.
|
|
3828
3640
|
|
|
3829
3641
|
````
|
|
3830
3642
|
|
|
@@ -3834,15 +3646,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3834
3646
|
|
|
3835
3647
|
### Rust Crates:
|
|
3836
3648
|
|
|
3837
|
-
- [
|
|
3838
|
-
- [
|
|
3839
|
-
- [
|
|
3840
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3841
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3842
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3649
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3650
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3651
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3843
3652
|
|
|
3844
3653
|
````text
|
|
3845
|
-
Copyright (c)
|
|
3654
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3846
3655
|
|
|
3847
3656
|
Permission is hereby granted, free of charge, to any
|
|
3848
3657
|
person obtaining a copy of this software and associated
|
|
@@ -3876,10 +3685,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3876
3685
|
|
|
3877
3686
|
### Rust Crates:
|
|
3878
3687
|
|
|
3879
|
-
- [
|
|
3688
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3689
|
+
|
|
3690
|
+
````text
|
|
3691
|
+
The MIT License (MIT)
|
|
3880
3692
|
|
|
3881
|
-
|
|
3882
|
-
Copyright (c)
|
|
3693
|
+
Copyright (c) 2015 Danny Guo
|
|
3694
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3695
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3883
3696
|
|
|
3884
3697
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3885
3698
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3888,18 +3701,49 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3888
3701
|
copies of the Software, and to permit persons to whom the Software is
|
|
3889
3702
|
furnished to do so, subject to the following conditions:
|
|
3890
3703
|
|
|
3891
|
-
The above copyright notice and this permission notice shall be included in
|
|
3892
|
-
|
|
3704
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3705
|
+
copies or substantial portions of the Software.
|
|
3893
3706
|
|
|
3894
3707
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3895
3708
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3896
3709
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3897
3710
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3898
3711
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3899
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3900
|
-
|
|
3712
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3713
|
+
SOFTWARE.
|
|
3714
|
+
|
|
3715
|
+
````
|
|
3716
|
+
|
|
3717
|
+
---
|
|
3718
|
+
|
|
3719
|
+
## The following dependencies are licensed under the MIT License:
|
|
3720
|
+
|
|
3721
|
+
### Rust Crates:
|
|
3901
3722
|
|
|
3723
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3902
3724
|
|
|
3725
|
+
````text
|
|
3726
|
+
The MIT License (MIT)
|
|
3727
|
+
|
|
3728
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3729
|
+
|
|
3730
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3731
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3732
|
+
in the Software without restriction, including without limitation the rights
|
|
3733
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3734
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3735
|
+
furnished to do so, subject to the following conditions:
|
|
3736
|
+
|
|
3737
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3738
|
+
copies or substantial portions of the Software.
|
|
3739
|
+
|
|
3740
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3741
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3742
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3743
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3744
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3745
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3746
|
+
SOFTWARE.
|
|
3903
3747
|
````
|
|
3904
3748
|
|
|
3905
3749
|
---
|
|
@@ -3908,19 +3752,15 @@ THE SOFTWARE.
|
|
|
3908
3752
|
|
|
3909
3753
|
### Rust Crates:
|
|
3910
3754
|
|
|
3911
|
-
- [
|
|
3912
|
-
- [
|
|
3913
|
-
- [
|
|
3914
|
-
- [
|
|
3915
|
-
- [
|
|
3916
|
-
- [
|
|
3917
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3918
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3919
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3755
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3756
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3757
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3758
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3759
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3760
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3920
3761
|
|
|
3921
3762
|
````text
|
|
3922
|
-
Copyright (c)
|
|
3923
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3763
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3924
3764
|
|
|
3925
3765
|
Permission is hereby granted, free of charge, to any
|
|
3926
3766
|
person obtaining a copy of this software and associated
|
|
@@ -3954,10 +3794,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3954
3794
|
|
|
3955
3795
|
### Rust Crates:
|
|
3956
3796
|
|
|
3957
|
-
- [
|
|
3797
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3958
3798
|
|
|
3959
3799
|
````text
|
|
3960
|
-
|
|
3800
|
+
MIT License
|
|
3801
|
+
|
|
3802
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
3803
|
+
Copyright (c) Tokio Contributors
|
|
3961
3804
|
|
|
3962
3805
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3963
3806
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3966,17 +3809,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3966
3809
|
copies of the Software, and to permit persons to whom the Software is
|
|
3967
3810
|
furnished to do so, subject to the following conditions:
|
|
3968
3811
|
|
|
3969
|
-
The above copyright notice and this permission notice shall be included in
|
|
3970
|
-
|
|
3812
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3813
|
+
copies or substantial portions of the Software.
|
|
3971
3814
|
|
|
3972
3815
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3973
3816
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3974
3817
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3975
3818
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3976
3819
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3977
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3978
|
-
|
|
3979
|
-
|
|
3820
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3821
|
+
SOFTWARE.
|
|
3980
3822
|
|
|
3981
3823
|
````
|
|
3982
3824
|
|
|
@@ -3984,16 +3826,14 @@ THE SOFTWARE.
|
|
|
3984
3826
|
|
|
3985
3827
|
## The following dependencies are licensed under the MIT License:
|
|
3986
3828
|
|
|
3987
|
-
###
|
|
3829
|
+
### NPM Packages:
|
|
3988
3830
|
|
|
3989
|
-
- [
|
|
3831
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3990
3832
|
|
|
3991
3833
|
````text
|
|
3992
|
-
|
|
3834
|
+
MIT License
|
|
3993
3835
|
|
|
3994
|
-
Copyright (c)
|
|
3995
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3996
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
3836
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3997
3837
|
|
|
3998
3838
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3999
3839
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4013,6 +3853,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4013
3853
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4014
3854
|
SOFTWARE.
|
|
4015
3855
|
|
|
3856
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3857
|
+
|
|
4016
3858
|
````
|
|
4017
3859
|
|
|
4018
3860
|
---
|
|
@@ -4021,10 +3863,13 @@ SOFTWARE.
|
|
|
4021
3863
|
|
|
4022
3864
|
### Rust Crates:
|
|
4023
3865
|
|
|
4024
|
-
- [
|
|
3866
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3867
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3868
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3869
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
4025
3870
|
|
|
4026
3871
|
````text
|
|
4027
|
-
Copyright (c)
|
|
3872
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
4028
3873
|
|
|
4029
3874
|
Permission is hereby granted, free of charge, to any
|
|
4030
3875
|
person obtaining a copy of this software and associated
|
|
@@ -4056,29 +3901,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4056
3901
|
|
|
4057
3902
|
## The following dependencies are licensed under the MIT License:
|
|
4058
3903
|
|
|
4059
|
-
###
|
|
3904
|
+
### Rust Crates:
|
|
4060
3905
|
|
|
4061
|
-
- [
|
|
3906
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
4062
3907
|
|
|
4063
3908
|
````text
|
|
4064
|
-
|
|
3909
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
4065
3910
|
|
|
4066
|
-
Permission is hereby granted, free of charge, to any
|
|
4067
|
-
|
|
4068
|
-
the Software
|
|
4069
|
-
|
|
4070
|
-
the
|
|
4071
|
-
|
|
3911
|
+
Permission is hereby granted, free of charge, to any
|
|
3912
|
+
person obtaining a copy of this software and associated
|
|
3913
|
+
documentation files (the "Software"), to deal in the
|
|
3914
|
+
Software without restriction, including without
|
|
3915
|
+
limitation the rights to use, copy, modify, merge,
|
|
3916
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3917
|
+
the Software, and to permit persons to whom the Software
|
|
3918
|
+
is furnished to do so, subject to the following
|
|
3919
|
+
conditions:
|
|
4072
3920
|
|
|
4073
|
-
The above copyright notice and this permission notice
|
|
4074
|
-
copies or substantial portions
|
|
3921
|
+
The above copyright notice and this permission notice
|
|
3922
|
+
shall be included in all copies or substantial portions
|
|
3923
|
+
of the Software.
|
|
4075
3924
|
|
|
4076
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4077
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
3925
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3926
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3927
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3928
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3929
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3930
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3931
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3932
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3933
|
+
DEALINGS IN THE SOFTWARE.
|
|
4082
3934
|
|
|
4083
3935
|
````
|
|
4084
3936
|
|
|
@@ -4088,12 +3940,50 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4088
3940
|
|
|
4089
3941
|
### Rust Crates:
|
|
4090
3942
|
|
|
4091
|
-
- [
|
|
3943
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3944
|
+
|
|
3945
|
+
````text
|
|
3946
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
3947
|
+
|
|
3948
|
+
Permission is hereby granted, free of charge, to any
|
|
3949
|
+
person obtaining a copy of this software and associated
|
|
3950
|
+
documentation files (the "Software"), to deal in the
|
|
3951
|
+
Software without restriction, including without
|
|
3952
|
+
limitation the rights to use, copy, modify, merge,
|
|
3953
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3954
|
+
the Software, and to permit persons to whom the Software
|
|
3955
|
+
is furnished to do so, subject to the following
|
|
3956
|
+
conditions:
|
|
3957
|
+
|
|
3958
|
+
The above copyright notice and this permission notice
|
|
3959
|
+
shall be included in all copies or substantial portions
|
|
3960
|
+
of the Software.
|
|
3961
|
+
|
|
3962
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3963
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3964
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3965
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3966
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3967
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3968
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3969
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3970
|
+
DEALINGS IN THE SOFTWARE.
|
|
3971
|
+
|
|
3972
|
+
````
|
|
3973
|
+
|
|
3974
|
+
---
|
|
3975
|
+
|
|
3976
|
+
## The following dependencies are licensed under the MIT License:
|
|
3977
|
+
|
|
3978
|
+
### Rust Crates:
|
|
3979
|
+
|
|
3980
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
4092
3981
|
|
|
4093
3982
|
````text
|
|
4094
3983
|
The MIT License (MIT)
|
|
4095
3984
|
|
|
4096
|
-
Copyright (c)
|
|
3985
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3986
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
4097
3987
|
|
|
4098
3988
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4099
3989
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4119,14 +4009,14 @@ SOFTWARE.
|
|
|
4119
4009
|
|
|
4120
4010
|
## The following dependencies are licensed under the MIT License:
|
|
4121
4011
|
|
|
4122
|
-
###
|
|
4012
|
+
### Rust Crates:
|
|
4123
4013
|
|
|
4124
|
-
- [
|
|
4014
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
4125
4015
|
|
|
4126
4016
|
````text
|
|
4127
4017
|
MIT License
|
|
4128
4018
|
|
|
4129
|
-
Copyright (c)
|
|
4019
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
4130
4020
|
|
|
4131
4021
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4132
4022
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4154,10 +4044,10 @@ SOFTWARE.
|
|
|
4154
4044
|
|
|
4155
4045
|
### Rust Crates:
|
|
4156
4046
|
|
|
4157
|
-
- [
|
|
4047
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
4158
4048
|
|
|
4159
4049
|
````text
|
|
4160
|
-
Copyright (c)
|
|
4050
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
4161
4051
|
|
|
4162
4052
|
Permission is hereby granted, free of charge, to any
|
|
4163
4053
|
person obtaining a copy of this software and associated
|
|
@@ -4572,18 +4462,47 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4572
4462
|
|
|
4573
4463
|
---
|
|
4574
4464
|
|
|
4465
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4466
|
+
|
|
4467
|
+
### NPM Packages:
|
|
4468
|
+
|
|
4469
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
|
|
4470
|
+
|
|
4471
|
+
````text
|
|
4472
|
+
Please refer to the package README for license details.
|
|
4473
|
+
````
|
|
4474
|
+
|
|
4475
|
+
---
|
|
4476
|
+
|
|
4575
4477
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4576
4478
|
|
|
4577
4479
|
### Rust Crates:
|
|
4578
4480
|
|
|
4579
|
-
- [
|
|
4481
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4482
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4483
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4484
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4485
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4486
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4487
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4488
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4489
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4490
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4491
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4492
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4493
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4494
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4495
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4496
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4497
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4498
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4580
4499
|
|
|
4581
4500
|
````text
|
|
4582
4501
|
UNICODE LICENSE V3
|
|
4583
4502
|
|
|
4584
4503
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4585
4504
|
|
|
4586
|
-
Copyright ©
|
|
4505
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4587
4506
|
|
|
4588
4507
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4589
4508
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4619,6 +4538,13 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4619
4538
|
dealings in these Data Files or Software without prior written
|
|
4620
4539
|
authorization of the copyright holder.
|
|
4621
4540
|
|
|
4541
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4542
|
+
|
|
4543
|
+
—
|
|
4544
|
+
|
|
4545
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4546
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4547
|
+
|
|
4622
4548
|
````
|
|
4623
4549
|
|
|
4624
4550
|
---
|
|
@@ -4627,31 +4553,14 @@ authorization of the copyright holder.
|
|
|
4627
4553
|
|
|
4628
4554
|
### Rust Crates:
|
|
4629
4555
|
|
|
4630
|
-
- [
|
|
4631
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4632
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4633
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4634
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4635
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4636
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4637
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4638
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4639
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4640
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4641
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4642
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4643
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4644
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4645
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4646
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4647
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4556
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4648
4557
|
|
|
4649
4558
|
````text
|
|
4650
4559
|
UNICODE LICENSE V3
|
|
4651
4560
|
|
|
4652
4561
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4653
4562
|
|
|
4654
|
-
Copyright ©
|
|
4563
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4655
4564
|
|
|
4656
4565
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4657
4566
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4687,12 +4596,5 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4687
4596
|
dealings in these Data Files or Software without prior written
|
|
4688
4597
|
authorization of the copyright holder.
|
|
4689
4598
|
|
|
4690
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4691
|
-
|
|
4692
|
-
—
|
|
4693
|
-
|
|
4694
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4695
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4696
|
-
|
|
4697
4599
|
````
|
|
4698
4600
|
|