@deveco-codegenie/mcp-win32-x64 1.1.2 → 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 +1123 -1221
- package/bin/codegenie-mcp-server.exe +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:** 221
|
|
4
4
|
|
|
5
5
|
- **Rust Crates:** 210 *(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: 188
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 4
|
|
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
|
---
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
|
|
23
23
|
### Rust Crates:
|
|
24
24
|
|
|
25
|
-
- [
|
|
25
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
26
26
|
|
|
27
27
|
````text
|
|
28
28
|
BSD Zero Clause License
|
|
29
29
|
|
|
30
|
-
Copyright (c)
|
|
30
|
+
Copyright (c) 2023 kotauskas
|
|
31
31
|
|
|
32
32
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
33
|
purpose with or without fee is hereby granted.
|
|
@@ -39,7 +39,6 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
39
39
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
40
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
41
|
PERFORMANCE OF THIS SOFTWARE.
|
|
42
|
-
|
|
43
42
|
````
|
|
44
43
|
|
|
45
44
|
---
|
|
@@ -48,21 +47,23 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
48
47
|
|
|
49
48
|
### Rust Crates:
|
|
50
49
|
|
|
51
|
-
- [
|
|
50
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
52
51
|
|
|
53
52
|
````text
|
|
54
|
-
|
|
53
|
+
BSD Zero Clause License
|
|
55
54
|
|
|
56
|
-
|
|
57
|
-
any purpose with or without fee is hereby granted.
|
|
55
|
+
Copyright (c) 2024 kotauskas
|
|
58
56
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
57
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
58
|
+
purpose with or without fee is hereby granted.
|
|
59
|
+
|
|
60
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
61
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
62
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
63
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
64
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
65
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
66
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
66
67
|
|
|
67
68
|
````
|
|
68
69
|
|
|
@@ -72,23 +73,22 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
72
73
|
|
|
73
74
|
### Rust Crates:
|
|
74
75
|
|
|
75
|
-
- [
|
|
76
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
76
77
|
|
|
77
78
|
````text
|
|
78
|
-
|
|
79
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
79
80
|
|
|
80
|
-
|
|
81
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
82
|
+
any purpose with or without fee is hereby granted.
|
|
81
83
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
85
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
86
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
87
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
88
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
89
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
90
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
84
91
|
|
|
85
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
86
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
87
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
88
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
89
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
90
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
91
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
92
92
|
````
|
|
93
93
|
|
|
94
94
|
---
|
|
@@ -97,12 +97,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
97
97
|
|
|
98
98
|
### Rust Crates:
|
|
99
99
|
|
|
100
|
-
- [
|
|
100
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
101
101
|
|
|
102
102
|
````text
|
|
103
103
|
BSD Zero Clause License
|
|
104
104
|
|
|
105
|
-
Copyright (c)
|
|
105
|
+
Copyright (c) 2025 Goat
|
|
106
106
|
|
|
107
107
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
108
108
|
purpose with or without fee is hereby granted.
|
|
@@ -123,93 +123,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
123
123
|
|
|
124
124
|
### Rust Crates:
|
|
125
125
|
|
|
126
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
127
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
128
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
129
|
-
|
|
130
|
-
````text
|
|
131
|
-
Apache License
|
|
132
|
-
Version 2.0, January 2004
|
|
133
|
-
http://www.apache.org/licenses/
|
|
134
|
-
|
|
135
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
136
|
-
|
|
137
|
-
1. Definitions.
|
|
138
|
-
|
|
139
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
140
|
-
|
|
141
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
142
|
-
|
|
143
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
144
|
-
|
|
145
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
146
|
-
|
|
147
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
148
|
-
|
|
149
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
150
|
-
|
|
151
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
152
|
-
|
|
153
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
154
|
-
|
|
155
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
156
|
-
|
|
157
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
158
|
-
|
|
159
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
160
|
-
|
|
161
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
162
|
-
|
|
163
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
164
|
-
|
|
165
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
166
|
-
|
|
167
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
168
|
-
|
|
169
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
170
|
-
|
|
171
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
172
|
-
|
|
173
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
174
|
-
|
|
175
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
176
|
-
|
|
177
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
178
|
-
|
|
179
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
180
|
-
|
|
181
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
182
|
-
|
|
183
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
184
|
-
|
|
185
|
-
END OF TERMS AND CONDITIONS
|
|
186
|
-
|
|
187
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
188
|
-
|
|
189
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
190
|
-
|
|
191
|
-
Copyright [yyyy] [name of copyright owner]
|
|
192
|
-
|
|
193
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
194
|
-
you may not use this file except in compliance with the License.
|
|
195
|
-
You may obtain a copy of the License at
|
|
196
|
-
|
|
197
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
198
|
-
|
|
199
|
-
Unless required by applicable law or agreed to in writing, software
|
|
200
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
201
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
202
|
-
See the License for the specific language governing permissions and
|
|
203
|
-
limitations under the License.
|
|
204
|
-
|
|
205
|
-
````
|
|
206
|
-
|
|
207
|
-
---
|
|
208
|
-
|
|
209
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
210
|
-
|
|
211
|
-
### Rust Crates:
|
|
212
|
-
|
|
213
126
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
214
127
|
|
|
215
128
|
````text
|
|
@@ -634,38 +547,88 @@ limitations under the License.
|
|
|
634
547
|
|
|
635
548
|
---
|
|
636
549
|
|
|
637
|
-
## The following dependencies are licensed under the
|
|
550
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
638
551
|
|
|
639
|
-
###
|
|
552
|
+
### Rust Crates:
|
|
640
553
|
|
|
641
|
-
- [
|
|
554
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
555
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
556
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
642
557
|
|
|
643
558
|
````text
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
1.
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
559
|
+
Apache License
|
|
560
|
+
Version 2.0, January 2004
|
|
561
|
+
http://www.apache.org/licenses/
|
|
562
|
+
|
|
563
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
564
|
+
|
|
565
|
+
1. Definitions.
|
|
566
|
+
|
|
567
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
568
|
+
|
|
569
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
570
|
+
|
|
571
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
572
|
+
|
|
573
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
574
|
+
|
|
575
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
576
|
+
|
|
577
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
578
|
+
|
|
579
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
580
|
+
|
|
581
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
582
|
+
|
|
583
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
584
|
+
|
|
585
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
586
|
+
|
|
587
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
588
|
+
|
|
589
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
590
|
+
|
|
591
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
592
|
+
|
|
593
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
594
|
+
|
|
595
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
596
|
+
|
|
597
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
598
|
+
|
|
599
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
600
|
+
|
|
601
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
602
|
+
|
|
603
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
604
|
+
|
|
605
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
606
|
+
|
|
607
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
608
|
+
|
|
609
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
610
|
+
|
|
611
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
612
|
+
|
|
613
|
+
END OF TERMS AND CONDITIONS
|
|
614
|
+
|
|
615
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
616
|
+
|
|
617
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
618
|
+
|
|
619
|
+
Copyright [yyyy] [name of copyright owner]
|
|
620
|
+
|
|
621
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
622
|
+
you may not use this file except in compliance with the License.
|
|
623
|
+
You may obtain a copy of the License at
|
|
624
|
+
|
|
625
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
626
|
+
|
|
627
|
+
Unless required by applicable law or agreed to in writing, software
|
|
628
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
629
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
630
|
+
See the License for the specific language governing permissions and
|
|
631
|
+
limitations under the License.
|
|
669
632
|
|
|
670
633
|
````
|
|
671
634
|
|
|
@@ -675,15 +638,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
675
638
|
|
|
676
639
|
### NPM Packages:
|
|
677
640
|
|
|
678
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
641
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.2)
|
|
679
642
|
|
|
680
643
|
````text
|
|
681
644
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
682
|
-
Copyright (c) 2021-present The Fastify team
|
|
645
|
+
Copyright (c) 2021-present The Fastify team <https://github.com/fastify/fastify#team>
|
|
683
646
|
All rights reserved.
|
|
684
647
|
|
|
685
|
-
The Fastify team members are listed at https://github.com/fastify/fastify#team.
|
|
686
|
-
|
|
687
648
|
Redistribution and use in source and binary forms, with or without
|
|
688
649
|
modification, are permitted provided that the following conditions are met:
|
|
689
650
|
* Redistributions of source code must retain the above copyright
|
|
@@ -714,41 +675,40 @@ The complete list of contributors can be found at:
|
|
|
714
675
|
|
|
715
676
|
---
|
|
716
677
|
|
|
717
|
-
## The following dependencies are licensed under the
|
|
678
|
+
## The following dependencies are licensed under the MIT License:
|
|
718
679
|
|
|
719
|
-
###
|
|
680
|
+
### Rust Crates:
|
|
720
681
|
|
|
721
|
-
- [
|
|
682
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
722
683
|
|
|
723
684
|
````text
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
Copyright (c) 2025, Mapbox
|
|
727
|
-
|
|
728
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose
|
|
729
|
-
with or without fee is hereby granted, provided that the above copyright notice
|
|
730
|
-
and this permission notice appear in all copies.
|
|
685
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
686
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
731
687
|
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
688
|
+
Permission is hereby granted, free of charge, to any
|
|
689
|
+
person obtaining a copy of this software and associated
|
|
690
|
+
documentation files (the "Software"), to deal in the
|
|
691
|
+
Software without restriction, including without
|
|
692
|
+
limitation the rights to use, copy, modify, merge,
|
|
693
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
694
|
+
the Software, and to permit persons to whom the Software
|
|
695
|
+
is furnished to do so, subject to the following
|
|
696
|
+
conditions:
|
|
739
697
|
|
|
740
|
-
|
|
698
|
+
The above copyright notice and this permission notice
|
|
699
|
+
shall be included in all copies or substantial portions
|
|
700
|
+
of the Software.
|
|
741
701
|
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
702
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
703
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
704
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
705
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
706
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
707
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
708
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
709
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
710
|
+
DEALINGS IN THE SOFTWARE.
|
|
749
711
|
|
|
750
|
-
````text
|
|
751
|
-
Please refer to the package README for license details.
|
|
752
712
|
````
|
|
753
713
|
|
|
754
714
|
---
|
|
@@ -757,31 +717,16 @@ Please refer to the package README for license details.
|
|
|
757
717
|
|
|
758
718
|
### Rust Crates:
|
|
759
719
|
|
|
760
|
-
- [
|
|
720
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
761
721
|
|
|
762
722
|
````text
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
766
|
-
Copyright (c) Tokio Contributors
|
|
723
|
+
Copyright 2016 Nika Layzell
|
|
767
724
|
|
|
768
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
769
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
770
|
-
in the Software without restriction, including without limitation the rights
|
|
771
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
772
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
773
|
-
furnished to do so, subject to the following conditions:
|
|
725
|
+
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:
|
|
774
726
|
|
|
775
|
-
The above copyright notice and this permission notice shall be included in all
|
|
776
|
-
copies or substantial portions of the Software.
|
|
727
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
777
728
|
|
|
778
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
779
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
780
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
781
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
782
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
783
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
784
|
-
SOFTWARE.
|
|
729
|
+
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.
|
|
785
730
|
|
|
786
731
|
````
|
|
787
732
|
|
|
@@ -791,10 +736,11 @@ SOFTWARE.
|
|
|
791
736
|
|
|
792
737
|
### Rust Crates:
|
|
793
738
|
|
|
794
|
-
- [
|
|
739
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
795
740
|
|
|
796
741
|
````text
|
|
797
|
-
Copyright (c) The
|
|
742
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
743
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
798
744
|
|
|
799
745
|
Permission is hereby granted, free of charge, to any
|
|
800
746
|
person obtaining a copy of this software and associated
|
|
@@ -828,34 +774,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
828
774
|
|
|
829
775
|
### Rust Crates:
|
|
830
776
|
|
|
831
|
-
- [
|
|
777
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
778
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
779
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
780
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
832
781
|
|
|
833
782
|
````text
|
|
834
|
-
|
|
783
|
+
The MIT License (MIT)
|
|
835
784
|
|
|
836
|
-
|
|
837
|
-
person obtaining a copy of this software and associated
|
|
838
|
-
documentation files (the "Software"), to deal in the
|
|
839
|
-
Software without restriction, including without
|
|
840
|
-
limitation the rights to use, copy, modify, merge,
|
|
841
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
842
|
-
the Software, and to permit persons to whom the Software
|
|
843
|
-
is furnished to do so, subject to the following
|
|
844
|
-
conditions:
|
|
785
|
+
Copyright (c) 2015 Andrew Gallant
|
|
845
786
|
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
787
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
788
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
789
|
+
in the Software without restriction, including without limitation the rights
|
|
790
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
791
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
792
|
+
furnished to do so, subject to the following conditions:
|
|
849
793
|
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
IN
|
|
858
|
-
|
|
794
|
+
The above copyright notice and this permission notice shall be included in
|
|
795
|
+
all copies or substantial portions of the Software.
|
|
796
|
+
|
|
797
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
798
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
799
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
800
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
801
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
802
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
803
|
+
THE SOFTWARE.
|
|
859
804
|
|
|
860
805
|
````
|
|
861
806
|
|
|
@@ -865,10 +810,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
865
810
|
|
|
866
811
|
### Rust Crates:
|
|
867
812
|
|
|
868
|
-
- [
|
|
813
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
869
814
|
|
|
870
815
|
````text
|
|
871
|
-
Copyright (c)
|
|
816
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
872
817
|
|
|
873
818
|
Permission is hereby granted, free of charge, to any
|
|
874
819
|
person obtaining a copy of this software and associated
|
|
@@ -902,12 +847,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
902
847
|
|
|
903
848
|
### Rust Crates:
|
|
904
849
|
|
|
905
|
-
- [
|
|
850
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
906
851
|
|
|
907
852
|
````text
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
Copyright (c) 2015 Alice Maz
|
|
853
|
+
Copyright (c) 2018 directories-rs contributors
|
|
911
854
|
|
|
912
855
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
913
856
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -916,16 +859,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
916
859
|
copies of the Software, and to permit persons to whom the Software is
|
|
917
860
|
furnished to do so, subject to the following conditions:
|
|
918
861
|
|
|
919
|
-
The above copyright notice and this permission notice shall be included in
|
|
920
|
-
|
|
862
|
+
The above copyright notice and this permission notice shall be included in all
|
|
863
|
+
copies or substantial portions of the Software.
|
|
921
864
|
|
|
922
865
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
923
866
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
924
867
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
925
868
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
926
869
|
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
|
-
|
|
870
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
871
|
+
SOFTWARE.
|
|
929
872
|
|
|
930
873
|
````
|
|
931
874
|
|
|
@@ -935,11 +878,11 @@ THE SOFTWARE.
|
|
|
935
878
|
|
|
936
879
|
### Rust Crates:
|
|
937
880
|
|
|
938
|
-
- [
|
|
939
|
-
- [
|
|
881
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
882
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
940
883
|
|
|
941
884
|
````text
|
|
942
|
-
|
|
885
|
+
MIT License
|
|
943
886
|
|
|
944
887
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
945
888
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -967,10 +910,12 @@ SOFTWARE.
|
|
|
967
910
|
|
|
968
911
|
### Rust Crates:
|
|
969
912
|
|
|
970
|
-
- [
|
|
913
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
971
914
|
|
|
972
915
|
````text
|
|
973
|
-
|
|
916
|
+
MIT License
|
|
917
|
+
|
|
918
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
974
919
|
|
|
975
920
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
976
921
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -979,17 +924,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
979
924
|
copies of the Software, and to permit persons to whom the Software is
|
|
980
925
|
furnished to do so, subject to the following conditions:
|
|
981
926
|
|
|
982
|
-
The above copyright notice and this permission notice shall be included in
|
|
983
|
-
|
|
927
|
+
The above copyright notice and this permission notice shall be included in all
|
|
928
|
+
copies or substantial portions of the Software.
|
|
984
929
|
|
|
985
930
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
986
931
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
987
932
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
988
933
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
989
934
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
990
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
991
|
-
|
|
992
|
-
|
|
935
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
936
|
+
SOFTWARE.
|
|
993
937
|
|
|
994
938
|
````
|
|
995
939
|
|
|
@@ -999,53 +943,16 @@ THE SOFTWARE.
|
|
|
999
943
|
|
|
1000
944
|
### Rust Crates:
|
|
1001
945
|
|
|
1002
|
-
- [
|
|
1003
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1004
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1005
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1006
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1007
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
946
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1008
947
|
|
|
1009
948
|
````text
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
Permission is hereby granted, free of charge, to any
|
|
1013
|
-
person obtaining a copy of this software and associated
|
|
1014
|
-
documentation files (the "Software"), to deal in the
|
|
1015
|
-
Software without restriction, including without
|
|
1016
|
-
limitation the rights to use, copy, modify, merge,
|
|
1017
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1018
|
-
the Software, and to permit persons to whom the Software
|
|
1019
|
-
is furnished to do so, subject to the following
|
|
1020
|
-
conditions:
|
|
1021
|
-
|
|
1022
|
-
The above copyright notice and this permission notice
|
|
1023
|
-
shall be included in all copies or substantial portions
|
|
1024
|
-
of the Software.
|
|
1025
|
-
|
|
1026
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1027
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1028
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1029
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1030
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1031
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1032
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1033
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1034
|
-
DEALINGS IN THE SOFTWARE.
|
|
1035
|
-
|
|
1036
|
-
````
|
|
1037
|
-
|
|
1038
|
-
---
|
|
1039
|
-
|
|
1040
|
-
## The following dependencies are licensed under the MIT License:
|
|
1041
|
-
|
|
1042
|
-
### Rust Crates:
|
|
949
|
+
MIT License
|
|
1043
950
|
|
|
1044
|
-
|
|
951
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
952
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
953
|
+
Copyright (c) 2017 Frommi
|
|
954
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1045
955
|
|
|
1046
|
-
````text
|
|
1047
|
-
Copyright (c) 2017 Daniel Abramov
|
|
1048
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1049
956
|
|
|
1050
957
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1051
958
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1054,16 +961,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1054
961
|
copies of the Software, and to permit persons to whom the Software is
|
|
1055
962
|
furnished to do so, subject to the following conditions:
|
|
1056
963
|
|
|
1057
|
-
The above copyright notice and this permission notice shall be included in
|
|
1058
|
-
|
|
964
|
+
The above copyright notice and this permission notice shall be included in all
|
|
965
|
+
copies or substantial portions of the Software.
|
|
1059
966
|
|
|
1060
967
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1061
968
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1062
969
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1063
970
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1064
971
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1065
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1066
|
-
|
|
972
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
973
|
+
SOFTWARE.
|
|
1067
974
|
|
|
1068
975
|
````
|
|
1069
976
|
|
|
@@ -1073,12 +980,10 @@ THE SOFTWARE.
|
|
|
1073
980
|
|
|
1074
981
|
### Rust Crates:
|
|
1075
982
|
|
|
1076
|
-
- [
|
|
983
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1077
984
|
|
|
1078
985
|
````text
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
986
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1082
987
|
|
|
1083
988
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1084
989
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1106,12 +1011,11 @@ SOFTWARE.
|
|
|
1106
1011
|
|
|
1107
1012
|
### Rust Crates:
|
|
1108
1013
|
|
|
1109
|
-
- [
|
|
1014
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1110
1015
|
|
|
1111
1016
|
````text
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
Copyright (c) 2025 Callum Oakley
|
|
1017
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1018
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1115
1019
|
|
|
1116
1020
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1117
1021
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1120,16 +1024,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1120
1024
|
copies of the Software, and to permit persons to whom the Software is
|
|
1121
1025
|
furnished to do so, subject to the following conditions:
|
|
1122
1026
|
|
|
1123
|
-
The above copyright notice and this permission notice shall be included in
|
|
1124
|
-
copies or substantial portions of the Software.
|
|
1027
|
+
The above copyright notice and this permission notice shall be included in
|
|
1028
|
+
all copies or substantial portions of the Software.
|
|
1125
1029
|
|
|
1126
1030
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1127
1031
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1128
1032
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1129
1033
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1130
1034
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1131
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1132
|
-
SOFTWARE.
|
|
1035
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1036
|
+
THE SOFTWARE.
|
|
1133
1037
|
|
|
1134
1038
|
````
|
|
1135
1039
|
|
|
@@ -1139,13 +1043,10 @@ SOFTWARE.
|
|
|
1139
1043
|
|
|
1140
1044
|
### Rust Crates:
|
|
1141
1045
|
|
|
1142
|
-
- [
|
|
1143
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1144
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1145
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1046
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1146
1047
|
|
|
1147
1048
|
````text
|
|
1148
|
-
Copyright (c)
|
|
1049
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1149
1050
|
|
|
1150
1051
|
Permission is hereby granted, free of charge, to any
|
|
1151
1052
|
person obtaining a copy of this software and associated
|
|
@@ -1179,17 +1080,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1179
1080
|
|
|
1180
1081
|
### Rust Crates:
|
|
1181
1082
|
|
|
1182
|
-
- [
|
|
1083
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
1084
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1085
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
1183
1086
|
|
|
1184
1087
|
````text
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
Includes parts of http date with the following copyright:
|
|
1188
|
-
Copyright (c) 2016 Pyfisch
|
|
1189
|
-
|
|
1190
|
-
Includes portions of musl libc with the following copyright:
|
|
1191
|
-
Copyright © 2005-2013 Rich Felker
|
|
1088
|
+
MIT License
|
|
1192
1089
|
|
|
1090
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
1193
1091
|
|
|
1194
1092
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1195
1093
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1217,13 +1115,12 @@ SOFTWARE.
|
|
|
1217
1115
|
|
|
1218
1116
|
### Rust Crates:
|
|
1219
1117
|
|
|
1220
|
-
- [
|
|
1221
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1118
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1222
1119
|
|
|
1223
1120
|
````text
|
|
1224
|
-
Copyright (c)
|
|
1225
|
-
Copyright (c)
|
|
1226
|
-
Copyright (c)
|
|
1121
|
+
Copyright (c) 2017 Carl Lerche
|
|
1122
|
+
Copyright (c) 2018 Bastian Köcher
|
|
1123
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1227
1124
|
|
|
1228
1125
|
Permission is hereby granted, free of charge, to any
|
|
1229
1126
|
person obtaining a copy of this software and associated
|
|
@@ -1257,35 +1154,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1257
1154
|
|
|
1258
1155
|
### Rust Crates:
|
|
1259
1156
|
|
|
1260
|
-
- [
|
|
1157
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1261
1158
|
|
|
1262
1159
|
````text
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
Permission is hereby granted, free of charge, to any
|
|
1266
|
-
person obtaining a copy of this software and associated
|
|
1267
|
-
documentation files (the "Software"), to deal in the
|
|
1268
|
-
Software without restriction, including without
|
|
1269
|
-
limitation the rights to use, copy, modify, merge,
|
|
1270
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1271
|
-
the Software, and to permit persons to whom the Software
|
|
1272
|
-
is furnished to do so, subject to the following
|
|
1273
|
-
conditions:
|
|
1160
|
+
The MIT License (MIT)
|
|
1274
1161
|
|
|
1275
|
-
|
|
1276
|
-
shall be included in all copies or substantial portions
|
|
1277
|
-
of the Software.
|
|
1162
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1278
1163
|
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1164
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1165
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1166
|
+
in the Software without restriction, including without limitation the rights
|
|
1167
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1168
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1169
|
+
furnished to do so, subject to the following conditions:
|
|
1170
|
+
|
|
1171
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1172
|
+
copies or substantial portions of the Software.
|
|
1288
1173
|
|
|
1174
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1175
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1176
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1177
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1178
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1179
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1180
|
+
SOFTWARE.
|
|
1181
|
+
|
|
1182
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1183
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1289
1184
|
````
|
|
1290
1185
|
|
|
1291
1186
|
---
|
|
@@ -1294,28 +1189,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1294
1189
|
|
|
1295
1190
|
### Rust Crates:
|
|
1296
1191
|
|
|
1297
|
-
- [
|
|
1192
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1193
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1194
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1195
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1196
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1197
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1198
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1199
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1200
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1201
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1202
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1203
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1204
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1205
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1206
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1207
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1208
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1209
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1210
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1211
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1212
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1298
1213
|
|
|
1299
1214
|
````text
|
|
1300
|
-
|
|
1215
|
+
MIT License
|
|
1301
1216
|
|
|
1302
|
-
|
|
1303
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1304
|
-
in the Software without restriction, including without limitation the rights
|
|
1305
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1306
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1307
|
-
furnished to do so, subject to the following conditions:
|
|
1217
|
+
Copyright (c) <year> <copyright holders>
|
|
1308
1218
|
|
|
1309
|
-
|
|
1310
|
-
|
|
1219
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1220
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1221
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1222
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1223
|
+
following conditions:
|
|
1311
1224
|
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
THE SOFTWARE
|
|
1225
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1226
|
+
portions of the Software.
|
|
1227
|
+
|
|
1228
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1229
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1230
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1231
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1232
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1319
1233
|
|
|
1320
1234
|
````
|
|
1321
1235
|
|
|
@@ -1325,31 +1239,31 @@ THE SOFTWARE.
|
|
|
1325
1239
|
|
|
1326
1240
|
### NPM Packages:
|
|
1327
1241
|
|
|
1328
|
-
- [
|
|
1242
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1243
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
1329
1244
|
|
|
1330
1245
|
````text
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1246
|
+
MIT License
|
|
1334
1247
|
|
|
1335
|
-
|
|
1336
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1337
|
-
in the Software without restriction, including without limitation the rights
|
|
1338
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1339
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1340
|
-
furnished to do so, subject to the following conditions:
|
|
1248
|
+
Copyright (c) Microsoft Corporation.
|
|
1341
1249
|
|
|
1342
|
-
|
|
1343
|
-
|
|
1250
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1251
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1252
|
+
in the Software without restriction, including without limitation the rights
|
|
1253
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1254
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1255
|
+
furnished to do so, subject to the following conditions:
|
|
1344
1256
|
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1348
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1349
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1350
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1351
|
-
SOFTWARE.
|
|
1257
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1258
|
+
copies or substantial portions of the Software.
|
|
1352
1259
|
|
|
1260
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1261
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1262
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1263
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1264
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1265
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1266
|
+
SOFTWARE
|
|
1353
1267
|
|
|
1354
1268
|
````
|
|
1355
1269
|
|
|
@@ -1359,10 +1273,12 @@ SOFTWARE.
|
|
|
1359
1273
|
|
|
1360
1274
|
### Rust Crates:
|
|
1361
1275
|
|
|
1362
|
-
- [
|
|
1276
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
1277
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1278
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1363
1279
|
|
|
1364
1280
|
````text
|
|
1365
|
-
Copyright (c)
|
|
1281
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1366
1282
|
|
|
1367
1283
|
Permission is hereby granted, free of charge, to any
|
|
1368
1284
|
person obtaining a copy of this software and associated
|
|
@@ -1396,99 +1312,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1396
1312
|
|
|
1397
1313
|
### Rust Crates:
|
|
1398
1314
|
|
|
1399
|
-
- [
|
|
1400
|
-
|
|
1401
|
-
````text
|
|
1402
|
-
MIT License
|
|
1403
|
-
|
|
1404
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1405
|
-
|
|
1406
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1407
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1408
|
-
in the Software without restriction, including without limitation the rights
|
|
1409
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1410
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1411
|
-
furnished to do so, subject to the following conditions:
|
|
1412
|
-
|
|
1413
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1414
|
-
copies or substantial portions of the Software.
|
|
1415
|
-
|
|
1416
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1417
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1418
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1419
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1420
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1421
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1422
|
-
SOFTWARE.
|
|
1423
|
-
|
|
1424
|
-
````
|
|
1425
|
-
|
|
1426
|
-
---
|
|
1427
|
-
|
|
1428
|
-
## The following dependencies are licensed under the MIT License:
|
|
1429
|
-
|
|
1430
|
-
### Rust Crates:
|
|
1431
|
-
|
|
1432
|
-
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1433
|
-
|
|
1434
|
-
````text
|
|
1435
|
-
MIT License
|
|
1436
|
-
|
|
1437
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1438
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1439
|
-
Copyright (c) 2017 Frommi
|
|
1440
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1444
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1445
|
-
in the Software without restriction, including without limitation the rights
|
|
1446
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1447
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1448
|
-
furnished to do so, subject to the following conditions:
|
|
1449
|
-
|
|
1450
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1451
|
-
copies or substantial portions of the Software.
|
|
1452
|
-
|
|
1453
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1454
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1455
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1456
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1457
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1458
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1459
|
-
SOFTWARE.
|
|
1460
|
-
|
|
1461
|
-
````
|
|
1462
|
-
|
|
1463
|
-
---
|
|
1464
|
-
|
|
1465
|
-
## The following dependencies are licensed under the MIT License:
|
|
1466
|
-
|
|
1467
|
-
### Rust Crates:
|
|
1468
|
-
|
|
1469
|
-
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1315
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1470
1316
|
|
|
1471
1317
|
````text
|
|
1472
|
-
Copyright (c)
|
|
1473
|
-
|
|
1474
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1475
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1476
|
-
in the Software without restriction, including without limitation the rights
|
|
1477
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1478
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1479
|
-
furnished to do so, subject to the following conditions:
|
|
1318
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1480
1319
|
|
|
1481
|
-
|
|
1482
|
-
|
|
1320
|
+
Permission is hereby granted, free of charge, to any
|
|
1321
|
+
person obtaining a copy of this software and associated
|
|
1322
|
+
documentation files (the "Software"), to deal in the
|
|
1323
|
+
Software without restriction, including without
|
|
1324
|
+
limitation the rights to use, copy, modify, merge,
|
|
1325
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1326
|
+
the Software, and to permit persons to whom the Software
|
|
1327
|
+
is furnished to do so, subject to the following
|
|
1328
|
+
conditions:
|
|
1483
1329
|
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1488
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1489
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1490
|
-
THE SOFTWARE.
|
|
1330
|
+
The above copyright notice and this permission notice
|
|
1331
|
+
shall be included in all copies or substantial portions
|
|
1332
|
+
of the Software.
|
|
1491
1333
|
|
|
1334
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1335
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1336
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1337
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1338
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1339
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1340
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1341
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1342
|
+
DEALINGS IN THE SOFTWARE.
|
|
1492
1343
|
|
|
1493
1344
|
````
|
|
1494
1345
|
|
|
@@ -1498,10 +1349,10 @@ THE SOFTWARE.
|
|
|
1498
1349
|
|
|
1499
1350
|
### Rust Crates:
|
|
1500
1351
|
|
|
1501
|
-
- [
|
|
1352
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1502
1353
|
|
|
1503
1354
|
````text
|
|
1504
|
-
Copyright (c)
|
|
1355
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1505
1356
|
|
|
1506
1357
|
Permission is hereby granted, free of charge, to any
|
|
1507
1358
|
person obtaining a copy of this software and associated
|
|
@@ -1535,13 +1386,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1535
1386
|
|
|
1536
1387
|
### Rust Crates:
|
|
1537
1388
|
|
|
1538
|
-
- [
|
|
1389
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1539
1390
|
|
|
1540
1391
|
````text
|
|
1541
|
-
The
|
|
1392
|
+
Copyright (c) 2016 The humantime Developers
|
|
1393
|
+
|
|
1394
|
+
Includes parts of http date with the following copyright:
|
|
1395
|
+
Copyright (c) 2016 Pyfisch
|
|
1396
|
+
|
|
1397
|
+
Includes portions of musl libc with the following copyright:
|
|
1398
|
+
Copyright © 2005-2013 Rich Felker
|
|
1542
1399
|
|
|
1543
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
1544
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1545
1400
|
|
|
1546
1401
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1547
1402
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1569,11 +1424,11 @@ SOFTWARE.
|
|
|
1569
1424
|
|
|
1570
1425
|
### Rust Crates:
|
|
1571
1426
|
|
|
1572
|
-
- [
|
|
1427
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1428
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1573
1429
|
|
|
1574
1430
|
````text
|
|
1575
|
-
Copyright (c)
|
|
1576
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1431
|
+
Copyright (c) 2014 Alex Crichton
|
|
1577
1432
|
|
|
1578
1433
|
Permission is hereby granted, free of charge, to any
|
|
1579
1434
|
person obtaining a copy of this software and associated
|
|
@@ -1605,18 +1460,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1605
1460
|
|
|
1606
1461
|
## The following dependencies are licensed under the MIT License:
|
|
1607
1462
|
|
|
1608
|
-
###
|
|
1463
|
+
### NPM Packages:
|
|
1609
1464
|
|
|
1610
|
-
- [
|
|
1465
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1611
1466
|
|
|
1612
1467
|
````text
|
|
1613
|
-
|
|
1468
|
+
This software is released under the MIT license:
|
|
1614
1469
|
|
|
1615
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1470
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1471
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1472
|
+
the Software without restriction, including without limitation the rights to
|
|
1473
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1474
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1475
|
+
subject to the following conditions:
|
|
1616
1476
|
|
|
1617
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1477
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1478
|
+
copies or substantial portions of the Software.
|
|
1618
1479
|
|
|
1619
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1480
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1481
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1482
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1483
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1484
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1485
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1620
1486
|
|
|
1621
1487
|
````
|
|
1622
1488
|
|
|
@@ -1624,14 +1490,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1624
1490
|
|
|
1625
1491
|
## The following dependencies are licensed under the MIT License:
|
|
1626
1492
|
|
|
1627
|
-
###
|
|
1493
|
+
### Rust Crates:
|
|
1628
1494
|
|
|
1629
|
-
- [
|
|
1495
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1496
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1497
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1630
1498
|
|
|
1631
1499
|
````text
|
|
1632
1500
|
MIT License
|
|
1633
1501
|
|
|
1634
|
-
Copyright (c)
|
|
1502
|
+
Copyright (c) 2017 Ted Driggs
|
|
1635
1503
|
|
|
1636
1504
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1637
1505
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1659,34 +1527,29 @@ SOFTWARE.
|
|
|
1659
1527
|
|
|
1660
1528
|
### Rust Crates:
|
|
1661
1529
|
|
|
1662
|
-
- [
|
|
1530
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1531
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1663
1532
|
|
|
1664
1533
|
````text
|
|
1665
|
-
Copyright (c) 2018
|
|
1534
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1666
1535
|
|
|
1667
|
-
Permission is hereby granted, free of charge, to any
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
the Software, and to permit persons to whom the Software
|
|
1674
|
-
is furnished to do so, subject to the following
|
|
1675
|
-
conditions:
|
|
1536
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1537
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1538
|
+
in the Software without restriction, including without limitation the rights
|
|
1539
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1540
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1541
|
+
furnished to do so, subject to the following conditions:
|
|
1676
1542
|
|
|
1677
|
-
The above copyright notice and this permission notice
|
|
1678
|
-
|
|
1679
|
-
of the Software.
|
|
1543
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1544
|
+
copies or substantial portions of the Software.
|
|
1680
1545
|
|
|
1681
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1689
|
-
DEALINGS IN THE SOFTWARE.
|
|
1546
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1547
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1548
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1549
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1550
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1551
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1552
|
+
SOFTWARE.
|
|
1690
1553
|
|
|
1691
1554
|
````
|
|
1692
1555
|
|
|
@@ -1696,11 +1559,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1696
1559
|
|
|
1697
1560
|
### Rust Crates:
|
|
1698
1561
|
|
|
1699
|
-
- [
|
|
1700
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1562
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1701
1563
|
|
|
1702
1564
|
````text
|
|
1703
|
-
Copyright (c)
|
|
1565
|
+
Copyright (c) The Rust Project Developers
|
|
1704
1566
|
|
|
1705
1567
|
Permission is hereby granted, free of charge, to any
|
|
1706
1568
|
person obtaining a copy of this software and associated
|
|
@@ -1734,50 +1596,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1734
1596
|
|
|
1735
1597
|
### Rust Crates:
|
|
1736
1598
|
|
|
1737
|
-
- [
|
|
1738
|
-
|
|
1739
|
-
````text
|
|
1740
|
-
Copyright (c) 2010 The Rust Project Developers
|
|
1741
|
-
|
|
1742
|
-
Permission is hereby granted, free of charge, to any
|
|
1743
|
-
person obtaining a copy of this software and associated
|
|
1744
|
-
documentation files (the "Software"), to deal in the
|
|
1745
|
-
Software without restriction, including without
|
|
1746
|
-
limitation the rights to use, copy, modify, merge,
|
|
1747
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1748
|
-
the Software, and to permit persons to whom the Software
|
|
1749
|
-
is furnished to do so, subject to the following
|
|
1750
|
-
conditions:
|
|
1751
|
-
|
|
1752
|
-
The above copyright notice and this permission notice
|
|
1753
|
-
shall be included in all copies or substantial portions
|
|
1754
|
-
of the Software.
|
|
1755
|
-
|
|
1756
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1757
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1758
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1759
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1760
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1761
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1762
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1763
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1764
|
-
DEALINGS IN THE SOFTWARE.
|
|
1765
|
-
|
|
1766
|
-
````
|
|
1767
|
-
|
|
1768
|
-
---
|
|
1769
|
-
|
|
1770
|
-
## The following dependencies are licensed under the MIT License:
|
|
1771
|
-
|
|
1772
|
-
### NPM Packages:
|
|
1773
|
-
|
|
1774
|
-
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1775
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1599
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1776
1600
|
|
|
1777
1601
|
````text
|
|
1778
1602
|
MIT License
|
|
1779
1603
|
|
|
1780
|
-
Copyright (c) 2017
|
|
1604
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
1781
1605
|
|
|
1782
1606
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1783
1607
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1805,14 +1629,10 @@ SOFTWARE.
|
|
|
1805
1629
|
|
|
1806
1630
|
### Rust Crates:
|
|
1807
1631
|
|
|
1808
|
-
- [
|
|
1809
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1810
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1632
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1811
1633
|
|
|
1812
1634
|
````text
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
Copyright (c) Tokio Contributors
|
|
1635
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
1816
1636
|
|
|
1817
1637
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1818
1638
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1821,16 +1641,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1821
1641
|
copies of the Software, and to permit persons to whom the Software is
|
|
1822
1642
|
furnished to do so, subject to the following conditions:
|
|
1823
1643
|
|
|
1824
|
-
The above copyright notice and this permission notice shall be included in
|
|
1825
|
-
copies or substantial portions of the Software.
|
|
1644
|
+
The above copyright notice and this permission notice shall be included in
|
|
1645
|
+
all copies or substantial portions of the Software.
|
|
1826
1646
|
|
|
1827
1647
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1828
1648
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1829
1649
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1830
1650
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1831
1651
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1832
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1833
|
-
SOFTWARE.
|
|
1652
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1653
|
+
THE SOFTWARE.
|
|
1654
|
+
|
|
1834
1655
|
|
|
1835
1656
|
````
|
|
1836
1657
|
|
|
@@ -1840,11 +1661,10 @@ SOFTWARE.
|
|
|
1840
1661
|
|
|
1841
1662
|
### Rust Crates:
|
|
1842
1663
|
|
|
1843
|
-
- [
|
|
1664
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1844
1665
|
|
|
1845
1666
|
````text
|
|
1846
|
-
Copyright (c) 2018
|
|
1847
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1667
|
+
Copyright (c) 2018 Carl Lerche
|
|
1848
1668
|
|
|
1849
1669
|
Permission is hereby granted, free of charge, to any
|
|
1850
1670
|
person obtaining a copy of this software and associated
|
|
@@ -1878,10 +1698,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1878
1698
|
|
|
1879
1699
|
### Rust Crates:
|
|
1880
1700
|
|
|
1881
|
-
- [
|
|
1701
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1882
1702
|
|
|
1883
1703
|
````text
|
|
1884
|
-
|
|
1704
|
+
The MIT License (MIT)
|
|
1705
|
+
|
|
1706
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1707
|
+
|
|
1708
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1709
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1710
|
+
in the Software without restriction, including without limitation the rights
|
|
1711
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1712
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1713
|
+
furnished to do so, subject to the following conditions:
|
|
1714
|
+
|
|
1715
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1716
|
+
copies or substantial portions of the Software.
|
|
1717
|
+
|
|
1718
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1719
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1720
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1721
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1722
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1723
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1724
|
+
SOFTWARE.
|
|
1725
|
+
|
|
1726
|
+
````
|
|
1727
|
+
|
|
1728
|
+
---
|
|
1729
|
+
|
|
1730
|
+
## The following dependencies are licensed under the MIT License:
|
|
1731
|
+
|
|
1732
|
+
### Rust Crates:
|
|
1733
|
+
|
|
1734
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1735
|
+
|
|
1736
|
+
````text
|
|
1737
|
+
Copyright Mozilla Foundation
|
|
1885
1738
|
|
|
1886
1739
|
Permission is hereby granted, free of charge, to any
|
|
1887
1740
|
person obtaining a copy of this software and associated
|
|
@@ -1915,10 +1768,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1915
1768
|
|
|
1916
1769
|
### Rust Crates:
|
|
1917
1770
|
|
|
1918
|
-
- [
|
|
1771
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1919
1772
|
|
|
1920
1773
|
````text
|
|
1921
|
-
Copyright (c)
|
|
1774
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1922
1775
|
|
|
1923
1776
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1924
1777
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1938,7 +1791,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1938
1791
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1939
1792
|
THE SOFTWARE.
|
|
1940
1793
|
|
|
1941
|
-
|
|
1942
1794
|
````
|
|
1943
1795
|
|
|
1944
1796
|
---
|
|
@@ -1947,12 +1799,10 @@ THE SOFTWARE.
|
|
|
1947
1799
|
|
|
1948
1800
|
### Rust Crates:
|
|
1949
1801
|
|
|
1950
|
-
- [
|
|
1802
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1951
1803
|
|
|
1952
1804
|
````text
|
|
1953
|
-
Copyright (c)
|
|
1954
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1955
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1805
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1956
1806
|
|
|
1957
1807
|
Permission is hereby granted, free of charge, to any
|
|
1958
1808
|
person obtaining a copy of this software and associated
|
|
@@ -1986,34 +1836,64 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1986
1836
|
|
|
1987
1837
|
### Rust Crates:
|
|
1988
1838
|
|
|
1989
|
-
- [
|
|
1839
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1990
1840
|
|
|
1991
1841
|
````text
|
|
1992
|
-
|
|
1842
|
+
MIT License
|
|
1993
1843
|
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
conditions:
|
|
1844
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1845
|
+
Copyright (c) Tokio Contributors
|
|
1846
|
+
|
|
1847
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1848
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1849
|
+
in the Software without restriction, including without limitation the rights
|
|
1850
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1851
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1852
|
+
furnished to do so, subject to the following conditions:
|
|
1853
|
+
|
|
1854
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1855
|
+
copies or substantial portions of the Software.
|
|
1856
|
+
|
|
1857
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1858
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1859
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1860
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1861
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1862
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1863
|
+
SOFTWARE.
|
|
1864
|
+
|
|
1865
|
+
````
|
|
1866
|
+
|
|
1867
|
+
---
|
|
1868
|
+
|
|
1869
|
+
## The following dependencies are licensed under the MIT License:
|
|
1870
|
+
|
|
1871
|
+
### NPM Packages:
|
|
1872
|
+
|
|
1873
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1874
|
+
|
|
1875
|
+
````text
|
|
1876
|
+
The MIT License (MIT)
|
|
1877
|
+
|
|
1878
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1879
|
+
|
|
1880
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1881
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1882
|
+
in the Software without restriction, including without limitation the rights
|
|
1883
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1884
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1885
|
+
furnished to do so, subject to the following conditions:
|
|
2003
1886
|
|
|
2004
|
-
The above copyright notice and this permission notice
|
|
2005
|
-
|
|
2006
|
-
of the Software.
|
|
1887
|
+
The above copyright notice and this permission notice shall be included in
|
|
1888
|
+
all copies or substantial portions of the Software.
|
|
2007
1889
|
|
|
2008
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2016
|
-
DEALINGS IN THE SOFTWARE.
|
|
1890
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1891
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1892
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1893
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1894
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1895
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1896
|
+
THE SOFTWARE.
|
|
2017
1897
|
|
|
2018
1898
|
````
|
|
2019
1899
|
|
|
@@ -2023,11 +1903,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2023
1903
|
|
|
2024
1904
|
### Rust Crates:
|
|
2025
1905
|
|
|
2026
|
-
- [
|
|
1906
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2027
1907
|
|
|
2028
1908
|
````text
|
|
2029
|
-
Copyright (c)
|
|
2030
|
-
Copyright (c) 2016 Jason Housley
|
|
1909
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2031
1910
|
|
|
2032
1911
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2033
1912
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2055,10 +1934,10 @@ THE SOFTWARE.
|
|
|
2055
1934
|
|
|
2056
1935
|
### Rust Crates:
|
|
2057
1936
|
|
|
2058
|
-
- [
|
|
1937
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2059
1938
|
|
|
2060
1939
|
````text
|
|
2061
|
-
Copyright (c)
|
|
1940
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2062
1941
|
|
|
2063
1942
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2064
1943
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2087,10 +1966,10 @@ THE SOFTWARE.
|
|
|
2087
1966
|
|
|
2088
1967
|
### Rust Crates:
|
|
2089
1968
|
|
|
2090
|
-
- [
|
|
1969
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2091
1970
|
|
|
2092
1971
|
````text
|
|
2093
|
-
Copyright (c)
|
|
1972
|
+
Copyright (c) 2017 Contributors
|
|
2094
1973
|
|
|
2095
1974
|
Permission is hereby granted, free of charge, to any
|
|
2096
1975
|
person obtaining a copy of this software and associated
|
|
@@ -2124,10 +2003,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2124
2003
|
|
|
2125
2004
|
### Rust Crates:
|
|
2126
2005
|
|
|
2127
|
-
- [
|
|
2006
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2128
2007
|
|
|
2129
2008
|
````text
|
|
2130
|
-
Copyright (c)
|
|
2009
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2131
2010
|
|
|
2132
2011
|
Permission is hereby granted, free of charge, to any
|
|
2133
2012
|
person obtaining a copy of this software and associated
|
|
@@ -2161,16 +2040,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2161
2040
|
|
|
2162
2041
|
### Rust Crates:
|
|
2163
2042
|
|
|
2164
|
-
- [
|
|
2165
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2166
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2167
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2168
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2169
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2043
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2170
2044
|
|
|
2171
2045
|
````text
|
|
2172
|
-
Copyright
|
|
2173
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2046
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2174
2047
|
|
|
2175
2048
|
Permission is hereby granted, free of charge, to any
|
|
2176
2049
|
person obtaining a copy of this software and associated
|
|
@@ -2202,16 +2075,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2202
2075
|
|
|
2203
2076
|
## The following dependencies are licensed under the MIT License:
|
|
2204
2077
|
|
|
2205
|
-
###
|
|
2078
|
+
### NPM Packages:
|
|
2206
2079
|
|
|
2207
|
-
- [
|
|
2208
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2209
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2080
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2210
2081
|
|
|
2211
2082
|
````text
|
|
2212
|
-
MIT License
|
|
2083
|
+
The MIT License (MIT)
|
|
2213
2084
|
|
|
2214
|
-
Copyright (c)
|
|
2085
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2215
2086
|
|
|
2216
2087
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2217
2088
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2231,6 +2102,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2231
2102
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2232
2103
|
SOFTWARE.
|
|
2233
2104
|
|
|
2105
|
+
|
|
2234
2106
|
````
|
|
2235
2107
|
|
|
2236
2108
|
---
|
|
@@ -2239,10 +2111,15 @@ SOFTWARE.
|
|
|
2239
2111
|
|
|
2240
2112
|
### Rust Crates:
|
|
2241
2113
|
|
|
2242
|
-
- [
|
|
2114
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2115
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2116
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2117
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2118
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2119
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2243
2120
|
|
|
2244
2121
|
````text
|
|
2245
|
-
Copyright (c)
|
|
2122
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2246
2123
|
|
|
2247
2124
|
Permission is hereby granted, free of charge, to any
|
|
2248
2125
|
person obtaining a copy of this software and associated
|
|
@@ -2276,11 +2153,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2276
2153
|
|
|
2277
2154
|
### Rust Crates:
|
|
2278
2155
|
|
|
2279
|
-
- [
|
|
2156
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2280
2157
|
|
|
2281
2158
|
````text
|
|
2282
|
-
|
|
2283
|
-
|
|
2159
|
+
MIT License
|
|
2160
|
+
|
|
2161
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2284
2162
|
|
|
2285
2163
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2286
2164
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2308,16 +2186,34 @@ SOFTWARE.
|
|
|
2308
2186
|
|
|
2309
2187
|
### Rust Crates:
|
|
2310
2188
|
|
|
2311
|
-
- [
|
|
2189
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2312
2190
|
|
|
2313
2191
|
````text
|
|
2314
|
-
Copyright (c)
|
|
2192
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2315
2193
|
|
|
2316
|
-
Permission is hereby granted, free of charge, to any
|
|
2194
|
+
Permission is hereby granted, free of charge, to any
|
|
2195
|
+
person obtaining a copy of this software and associated
|
|
2196
|
+
documentation files (the "Software"), to deal in the
|
|
2197
|
+
Software without restriction, including without
|
|
2198
|
+
limitation the rights to use, copy, modify, merge,
|
|
2199
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2200
|
+
the Software, and to permit persons to whom the Software
|
|
2201
|
+
is furnished to do so, subject to the following
|
|
2202
|
+
conditions:
|
|
2317
2203
|
|
|
2318
|
-
The above copyright notice and this permission notice
|
|
2204
|
+
The above copyright notice and this permission notice
|
|
2205
|
+
shall be included in all copies or substantial portions
|
|
2206
|
+
of the Software.
|
|
2319
2207
|
|
|
2320
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2208
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2209
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2210
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2211
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2212
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2213
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2214
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2215
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2216
|
+
DEALINGS IN THE SOFTWARE.
|
|
2321
2217
|
|
|
2322
2218
|
````
|
|
2323
2219
|
|
|
@@ -2327,10 +2223,13 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2327
2223
|
|
|
2328
2224
|
### Rust Crates:
|
|
2329
2225
|
|
|
2330
|
-
- [
|
|
2226
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
2227
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
2228
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
2229
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2331
2230
|
|
|
2332
2231
|
````text
|
|
2333
|
-
Copyright (c)
|
|
2232
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2334
2233
|
|
|
2335
2234
|
Permission is hereby granted, free of charge, to any
|
|
2336
2235
|
person obtaining a copy of this software and associated
|
|
@@ -2364,10 +2263,154 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2364
2263
|
|
|
2365
2264
|
### Rust Crates:
|
|
2366
2265
|
|
|
2367
|
-
- [
|
|
2266
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2368
2267
|
|
|
2369
2268
|
````text
|
|
2370
|
-
|
|
2269
|
+
The MIT License (MIT)
|
|
2270
|
+
|
|
2271
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2272
|
+
|
|
2273
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2274
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2275
|
+
in the Software without restriction, including without limitation the rights
|
|
2276
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2277
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2278
|
+
furnished to do so, subject to the following conditions:
|
|
2279
|
+
|
|
2280
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2281
|
+
copies or substantial portions of the Software.
|
|
2282
|
+
|
|
2283
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2284
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2285
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2286
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2287
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2288
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2289
|
+
SOFTWARE.
|
|
2290
|
+
````
|
|
2291
|
+
|
|
2292
|
+
---
|
|
2293
|
+
|
|
2294
|
+
## The following dependencies are licensed under the MIT License:
|
|
2295
|
+
|
|
2296
|
+
### Rust Crates:
|
|
2297
|
+
|
|
2298
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2299
|
+
|
|
2300
|
+
````text
|
|
2301
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2302
|
+
|
|
2303
|
+
Permission is hereby granted, free of charge, to any
|
|
2304
|
+
person obtaining a copy of this software and associated
|
|
2305
|
+
documentation files (the "Software"), to deal in the
|
|
2306
|
+
Software without restriction, including without
|
|
2307
|
+
limitation the rights to use, copy, modify, merge,
|
|
2308
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2309
|
+
the Software, and to permit persons to whom the Software
|
|
2310
|
+
is furnished to do so, subject to the following
|
|
2311
|
+
conditions:
|
|
2312
|
+
|
|
2313
|
+
The above copyright notice and this permission notice
|
|
2314
|
+
shall be included in all copies or substantial portions
|
|
2315
|
+
of the Software.
|
|
2316
|
+
|
|
2317
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2318
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2319
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2320
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2321
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2322
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2323
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2324
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2325
|
+
DEALINGS IN THE SOFTWARE.
|
|
2326
|
+
|
|
2327
|
+
````
|
|
2328
|
+
|
|
2329
|
+
---
|
|
2330
|
+
|
|
2331
|
+
## The following dependencies are licensed under the MIT License:
|
|
2332
|
+
|
|
2333
|
+
### Rust Crates:
|
|
2334
|
+
|
|
2335
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2336
|
+
|
|
2337
|
+
````text
|
|
2338
|
+
Copyright (c) The rust-url developers
|
|
2339
|
+
|
|
2340
|
+
Permission is hereby granted, free of charge, to any
|
|
2341
|
+
person obtaining a copy of this software and associated
|
|
2342
|
+
documentation files (the "Software"), to deal in the
|
|
2343
|
+
Software without restriction, including without
|
|
2344
|
+
limitation the rights to use, copy, modify, merge,
|
|
2345
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2346
|
+
the Software, and to permit persons to whom the Software
|
|
2347
|
+
is furnished to do so, subject to the following
|
|
2348
|
+
conditions:
|
|
2349
|
+
|
|
2350
|
+
The above copyright notice and this permission notice
|
|
2351
|
+
shall be included in all copies or substantial portions
|
|
2352
|
+
of the Software.
|
|
2353
|
+
|
|
2354
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2355
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2356
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2357
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2358
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2359
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2360
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2361
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2362
|
+
DEALINGS IN THE SOFTWARE.
|
|
2363
|
+
|
|
2364
|
+
````
|
|
2365
|
+
|
|
2366
|
+
---
|
|
2367
|
+
|
|
2368
|
+
## The following dependencies are licensed under the MIT License:
|
|
2369
|
+
|
|
2370
|
+
### Rust Crates:
|
|
2371
|
+
|
|
2372
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2373
|
+
|
|
2374
|
+
````text
|
|
2375
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2376
|
+
Copyright (c) 2016 Jason Housley
|
|
2377
|
+
|
|
2378
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2379
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2380
|
+
in the Software without restriction, including without limitation the rights
|
|
2381
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2382
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2383
|
+
furnished to do so, subject to the following conditions:
|
|
2384
|
+
|
|
2385
|
+
The above copyright notice and this permission notice shall be included in
|
|
2386
|
+
all copies or substantial portions of the Software.
|
|
2387
|
+
|
|
2388
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2389
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2390
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2391
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2392
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2393
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2394
|
+
THE SOFTWARE.
|
|
2395
|
+
|
|
2396
|
+
````
|
|
2397
|
+
|
|
2398
|
+
---
|
|
2399
|
+
|
|
2400
|
+
## The following dependencies are licensed under the MIT License:
|
|
2401
|
+
|
|
2402
|
+
### Rust Crates:
|
|
2403
|
+
|
|
2404
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2405
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2406
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2407
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2408
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2409
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2410
|
+
|
|
2411
|
+
````text
|
|
2412
|
+
Copyright 2018 Developers of the Rand project
|
|
2413
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2371
2414
|
|
|
2372
2415
|
Permission is hereby granted, free of charge, to any
|
|
2373
2416
|
person obtaining a copy of this software and associated
|
|
@@ -2401,11 +2444,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2401
2444
|
|
|
2402
2445
|
### Rust Crates:
|
|
2403
2446
|
|
|
2404
|
-
- [
|
|
2447
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2405
2448
|
|
|
2406
2449
|
````text
|
|
2407
|
-
Copyright (c)
|
|
2408
|
-
Copyright (c) 2016 Alex Crichton
|
|
2450
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2409
2451
|
|
|
2410
2452
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2411
2453
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2425,7 +2467,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2425
2467
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2426
2468
|
THE SOFTWARE.
|
|
2427
2469
|
|
|
2428
|
-
|
|
2429
2470
|
````
|
|
2430
2471
|
|
|
2431
2472
|
---
|
|
@@ -2434,30 +2475,35 @@ THE SOFTWARE.
|
|
|
2434
2475
|
|
|
2435
2476
|
### Rust Crates:
|
|
2436
2477
|
|
|
2437
|
-
- [
|
|
2478
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2438
2479
|
|
|
2439
2480
|
````text
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
furnished to do so, subject to the following
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2481
|
+
Copyright (c) 2017 http-rs authors
|
|
2482
|
+
|
|
2483
|
+
Permission is hereby granted, free of charge, to any
|
|
2484
|
+
person obtaining a copy of this software and associated
|
|
2485
|
+
documentation files (the "Software"), to deal in the
|
|
2486
|
+
Software without restriction, including without
|
|
2487
|
+
limitation the rights to use, copy, modify, merge,
|
|
2488
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2489
|
+
the Software, and to permit persons to whom the Software
|
|
2490
|
+
is furnished to do so, subject to the following
|
|
2491
|
+
conditions:
|
|
2492
|
+
|
|
2493
|
+
The above copyright notice and this permission notice
|
|
2494
|
+
shall be included in all copies or substantial portions
|
|
2495
|
+
of the Software.
|
|
2496
|
+
|
|
2497
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2498
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2499
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2500
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2501
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2502
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2503
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2504
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2505
|
+
DEALINGS IN THE SOFTWARE.
|
|
2506
|
+
|
|
2461
2507
|
````
|
|
2462
2508
|
|
|
2463
2509
|
---
|
|
@@ -2466,66 +2512,71 @@ SOFTWARE.
|
|
|
2466
2512
|
|
|
2467
2513
|
### Rust Crates:
|
|
2468
2514
|
|
|
2469
|
-
- [
|
|
2515
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
2470
2516
|
|
|
2471
2517
|
````text
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
2518
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
2475
2519
|
|
|
2476
|
-
Permission is hereby granted, free of charge, to any
|
|
2477
|
-
of this software and associated
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2520
|
+
Permission is hereby granted, free of charge, to any
|
|
2521
|
+
person obtaining a copy of this software and associated
|
|
2522
|
+
documentation files (the "Software"), to deal in the
|
|
2523
|
+
Software without restriction, including without
|
|
2524
|
+
limitation the rights to use, copy, modify, merge,
|
|
2525
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2526
|
+
the Software, and to permit persons to whom the Software
|
|
2527
|
+
is furnished to do so, subject to the following
|
|
2528
|
+
conditions:
|
|
2482
2529
|
|
|
2483
|
-
The above copyright notice and this permission notice
|
|
2484
|
-
copies or substantial portions
|
|
2530
|
+
The above copyright notice and this permission notice
|
|
2531
|
+
shall be included in all copies or substantial portions
|
|
2532
|
+
of the Software.
|
|
2485
2533
|
|
|
2486
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2487
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2534
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2535
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2536
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2537
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2538
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2539
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2540
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2541
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2542
|
+
DEALINGS IN THE SOFTWARE.
|
|
2493
2543
|
|
|
2494
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2495
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2496
2544
|
````
|
|
2497
2545
|
|
|
2498
2546
|
---
|
|
2499
2547
|
|
|
2500
2548
|
## The following dependencies are licensed under the MIT License:
|
|
2501
2549
|
|
|
2502
|
-
###
|
|
2550
|
+
### Rust Crates:
|
|
2503
2551
|
|
|
2504
|
-
- [
|
|
2505
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2552
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2506
2553
|
|
|
2507
2554
|
````text
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
Copyright (c) Microsoft Corporation.
|
|
2555
|
+
Copyright (c) 2015 Steven Allen
|
|
2511
2556
|
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2557
|
+
Permission is hereby granted, free of charge, to any
|
|
2558
|
+
person obtaining a copy of this software and associated
|
|
2559
|
+
documentation files (the "Software"), to deal in the
|
|
2560
|
+
Software without restriction, including without
|
|
2561
|
+
limitation the rights to use, copy, modify, merge,
|
|
2562
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2563
|
+
the Software, and to permit persons to whom the Software
|
|
2564
|
+
is furnished to do so, subject to the following
|
|
2565
|
+
conditions:
|
|
2518
2566
|
|
|
2519
|
-
|
|
2520
|
-
|
|
2567
|
+
The above copyright notice and this permission notice
|
|
2568
|
+
shall be included in all copies or substantial portions
|
|
2569
|
+
of the Software.
|
|
2521
2570
|
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2571
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2572
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2573
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2574
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2575
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2576
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2577
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2578
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2579
|
+
DEALINGS IN THE SOFTWARE.
|
|
2529
2580
|
|
|
2530
2581
|
````
|
|
2531
2582
|
|
|
@@ -2533,29 +2584,36 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2533
2584
|
|
|
2534
2585
|
## The following dependencies are licensed under the MIT License:
|
|
2535
2586
|
|
|
2536
|
-
###
|
|
2587
|
+
### Rust Crates:
|
|
2537
2588
|
|
|
2538
|
-
- [
|
|
2589
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2539
2590
|
|
|
2540
2591
|
````text
|
|
2541
|
-
|
|
2592
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2542
2593
|
|
|
2543
|
-
Permission is hereby granted, free of charge, to any
|
|
2544
|
-
|
|
2545
|
-
the Software
|
|
2546
|
-
|
|
2547
|
-
the
|
|
2548
|
-
|
|
2594
|
+
Permission is hereby granted, free of charge, to any
|
|
2595
|
+
person obtaining a copy of this software and associated
|
|
2596
|
+
documentation files (the "Software"), to deal in the
|
|
2597
|
+
Software without restriction, including without
|
|
2598
|
+
limitation the rights to use, copy, modify, merge,
|
|
2599
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2600
|
+
the Software, and to permit persons to whom the Software
|
|
2601
|
+
is furnished to do so, subject to the following
|
|
2602
|
+
conditions:
|
|
2549
2603
|
|
|
2550
|
-
The above copyright notice and this permission notice
|
|
2551
|
-
copies or substantial portions
|
|
2604
|
+
The above copyright notice and this permission notice
|
|
2605
|
+
shall be included in all copies or substantial portions
|
|
2606
|
+
of the Software.
|
|
2552
2607
|
|
|
2553
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2554
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2608
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2609
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2610
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2611
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2612
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2613
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2614
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2615
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2616
|
+
DEALINGS IN THE SOFTWARE.
|
|
2559
2617
|
|
|
2560
2618
|
````
|
|
2561
2619
|
|
|
@@ -2565,33 +2623,34 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2565
2623
|
|
|
2566
2624
|
### Rust Crates:
|
|
2567
2625
|
|
|
2568
|
-
- [
|
|
2569
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2570
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2571
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2626
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2572
2627
|
|
|
2573
2628
|
````text
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
Copyright (c) 2015 Andrew Gallant
|
|
2629
|
+
Copyright (c) 2016--2017
|
|
2577
2630
|
|
|
2578
|
-
Permission is hereby granted, free of charge, to any
|
|
2579
|
-
of this software and associated
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2631
|
+
Permission is hereby granted, free of charge, to any
|
|
2632
|
+
person obtaining a copy of this software and associated
|
|
2633
|
+
documentation files (the "Software"), to deal in the
|
|
2634
|
+
Software without restriction, including without
|
|
2635
|
+
limitation the rights to use, copy, modify, merge,
|
|
2636
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2637
|
+
the Software, and to permit persons to whom the Software
|
|
2638
|
+
is furnished to do so, subject to the following
|
|
2639
|
+
conditions:
|
|
2584
2640
|
|
|
2585
|
-
The above copyright notice and this permission notice
|
|
2586
|
-
all copies or substantial portions
|
|
2641
|
+
The above copyright notice and this permission notice
|
|
2642
|
+
shall be included in all copies or substantial portions
|
|
2643
|
+
of the Software.
|
|
2587
2644
|
|
|
2588
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2589
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2645
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2646
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2647
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2648
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2649
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2650
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2651
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2652
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2653
|
+
DEALINGS IN THE SOFTWARE.
|
|
2595
2654
|
|
|
2596
2655
|
````
|
|
2597
2656
|
|
|
@@ -2638,10 +2697,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2638
2697
|
|
|
2639
2698
|
### Rust Crates:
|
|
2640
2699
|
|
|
2641
|
-
- [
|
|
2700
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2642
2701
|
|
|
2643
2702
|
````text
|
|
2644
|
-
|
|
2703
|
+
The MIT License (MIT)
|
|
2704
|
+
|
|
2705
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2706
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2645
2707
|
|
|
2646
2708
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2647
2709
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2669,10 +2731,12 @@ SOFTWARE.
|
|
|
2669
2731
|
|
|
2670
2732
|
### Rust Crates:
|
|
2671
2733
|
|
|
2672
|
-
- [
|
|
2734
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2673
2735
|
|
|
2674
2736
|
````text
|
|
2675
|
-
|
|
2737
|
+
MIT License
|
|
2738
|
+
|
|
2739
|
+
Copyright (c) 2025 Callum Oakley
|
|
2676
2740
|
|
|
2677
2741
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2678
2742
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2681,16 +2745,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2681
2745
|
copies of the Software, and to permit persons to whom the Software is
|
|
2682
2746
|
furnished to do so, subject to the following conditions:
|
|
2683
2747
|
|
|
2684
|
-
The above copyright notice and this permission notice shall be included in
|
|
2685
|
-
|
|
2748
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2749
|
+
copies or substantial portions of the Software.
|
|
2686
2750
|
|
|
2687
2751
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2688
2752
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2689
2753
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2690
2754
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2691
2755
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2692
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2693
|
-
|
|
2756
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2757
|
+
SOFTWARE.
|
|
2694
2758
|
|
|
2695
2759
|
````
|
|
2696
2760
|
|
|
@@ -2700,10 +2764,10 @@ THE SOFTWARE.
|
|
|
2700
2764
|
|
|
2701
2765
|
### Rust Crates:
|
|
2702
2766
|
|
|
2703
|
-
- [
|
|
2767
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2704
2768
|
|
|
2705
2769
|
````text
|
|
2706
|
-
Copyright
|
|
2770
|
+
Copyright (c) 2017 Robert Grosse
|
|
2707
2771
|
|
|
2708
2772
|
Permission is hereby granted, free of charge, to any
|
|
2709
2773
|
person obtaining a copy of this software and associated
|
|
@@ -2728,19 +2792,20 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2728
2792
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2729
2793
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2730
2794
|
DEALINGS IN THE SOFTWARE.
|
|
2731
|
-
|
|
2732
2795
|
````
|
|
2733
2796
|
|
|
2734
2797
|
---
|
|
2735
2798
|
|
|
2736
2799
|
## The following dependencies are licensed under the MIT License:
|
|
2737
2800
|
|
|
2738
|
-
###
|
|
2801
|
+
### NPM Packages:
|
|
2739
2802
|
|
|
2740
|
-
- [
|
|
2803
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2741
2804
|
|
|
2742
2805
|
````text
|
|
2743
|
-
|
|
2806
|
+
MIT License
|
|
2807
|
+
|
|
2808
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2744
2809
|
|
|
2745
2810
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2746
2811
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2768,34 +2833,16 @@ SOFTWARE.
|
|
|
2768
2833
|
|
|
2769
2834
|
### Rust Crates:
|
|
2770
2835
|
|
|
2771
|
-
- [
|
|
2836
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2772
2837
|
|
|
2773
2838
|
````text
|
|
2774
|
-
Copyright
|
|
2839
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2775
2840
|
|
|
2776
|
-
Permission is hereby granted, free of charge, to any
|
|
2777
|
-
person obtaining a copy of this software and associated
|
|
2778
|
-
documentation files (the "Software"), to deal in the
|
|
2779
|
-
Software without restriction, including without
|
|
2780
|
-
limitation the rights to use, copy, modify, merge,
|
|
2781
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2782
|
-
the Software, and to permit persons to whom the Software
|
|
2783
|
-
is furnished to do so, subject to the following
|
|
2784
|
-
conditions:
|
|
2841
|
+
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:
|
|
2785
2842
|
|
|
2786
|
-
The above copyright notice and this permission notice
|
|
2787
|
-
shall be included in all copies or substantial portions
|
|
2788
|
-
of the Software.
|
|
2843
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2789
2844
|
|
|
2790
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2791
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2792
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2793
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2794
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2795
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2796
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2797
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2798
|
-
DEALINGS IN THE SOFTWARE.
|
|
2845
|
+
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.
|
|
2799
2846
|
|
|
2800
2847
|
````
|
|
2801
2848
|
|
|
@@ -2805,12 +2852,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2805
2852
|
|
|
2806
2853
|
### Rust Crates:
|
|
2807
2854
|
|
|
2808
|
-
- [
|
|
2809
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2855
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2810
2856
|
|
|
2811
2857
|
````text
|
|
2812
2858
|
MIT License
|
|
2813
2859
|
|
|
2860
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2861
|
+
|
|
2814
2862
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2815
2863
|
of this software and associated documentation files (the "Software"), to deal
|
|
2816
2864
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2837,10 +2885,10 @@ SOFTWARE.
|
|
|
2837
2885
|
|
|
2838
2886
|
### Rust Crates:
|
|
2839
2887
|
|
|
2840
|
-
- [
|
|
2888
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2841
2889
|
|
|
2842
2890
|
````text
|
|
2843
|
-
Copyright (c)
|
|
2891
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2844
2892
|
|
|
2845
2893
|
Permission is hereby granted, free of charge, to any
|
|
2846
2894
|
person obtaining a copy of this software and associated
|
|
@@ -2874,10 +2922,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2874
2922
|
|
|
2875
2923
|
### Rust Crates:
|
|
2876
2924
|
|
|
2877
|
-
- [
|
|
2925
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
2878
2926
|
|
|
2879
2927
|
````text
|
|
2880
|
-
Copyright (c)
|
|
2928
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
2881
2929
|
|
|
2882
2930
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2883
2931
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2905,15 +2953,10 @@ THE SOFTWARE.
|
|
|
2905
2953
|
|
|
2906
2954
|
### Rust Crates:
|
|
2907
2955
|
|
|
2908
|
-
- [
|
|
2909
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2910
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2911
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2912
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2913
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2956
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2914
2957
|
|
|
2915
2958
|
````text
|
|
2916
|
-
Copyright (c)
|
|
2959
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2917
2960
|
|
|
2918
2961
|
Permission is hereby granted, free of charge, to any
|
|
2919
2962
|
person obtaining a copy of this software and associated
|
|
@@ -2947,11 +2990,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2947
2990
|
|
|
2948
2991
|
### Rust Crates:
|
|
2949
2992
|
|
|
2950
|
-
- [
|
|
2993
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2994
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2995
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2996
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2997
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2998
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2999
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3000
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3001
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3002
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3003
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3004
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3005
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3006
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3007
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3008
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3009
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3010
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3011
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3012
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3013
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3014
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3015
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3016
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3017
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3018
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3019
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3020
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3021
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2951
3022
|
|
|
2952
3023
|
````text
|
|
2953
|
-
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2954
|
-
|
|
2955
3024
|
Permission is hereby granted, free of charge, to any
|
|
2956
3025
|
person obtaining a copy of this software and associated
|
|
2957
3026
|
documentation files (the "Software"), to deal in the
|
|
@@ -2984,30 +3053,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2984
3053
|
|
|
2985
3054
|
### Rust Crates:
|
|
2986
3055
|
|
|
2987
|
-
- [
|
|
3056
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
3057
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2988
3058
|
|
|
2989
3059
|
````text
|
|
2990
3060
|
The MIT License (MIT)
|
|
2991
3061
|
|
|
2992
|
-
Copyright
|
|
3062
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2993
3063
|
|
|
2994
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2995
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2996
|
-
in the Software without restriction, including without limitation the rights
|
|
2997
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2998
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2999
|
-
furnished to do so, subject to the following conditions:
|
|
3064
|
+
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:
|
|
3000
3065
|
|
|
3001
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3002
|
-
copies or substantial portions of the Software.
|
|
3066
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3003
3067
|
|
|
3004
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3005
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3006
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3007
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3008
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3009
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3010
|
-
SOFTWARE.
|
|
3068
|
+
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.
|
|
3011
3069
|
|
|
3012
3070
|
````
|
|
3013
3071
|
|
|
@@ -3017,19 +3075,13 @@ SOFTWARE.
|
|
|
3017
3075
|
|
|
3018
3076
|
### Rust Crates:
|
|
3019
3077
|
|
|
3020
|
-
- [
|
|
3021
|
-
- [
|
|
3022
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3023
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3024
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3025
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3026
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3027
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3028
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3078
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
3079
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3029
3080
|
|
|
3030
3081
|
````text
|
|
3031
|
-
Copyright (c)
|
|
3032
|
-
Copyright (c)
|
|
3082
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
3083
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3084
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
3033
3085
|
|
|
3034
3086
|
Permission is hereby granted, free of charge, to any
|
|
3035
3087
|
person obtaining a copy of this software and associated
|
|
@@ -3063,10 +3115,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3063
3115
|
|
|
3064
3116
|
### Rust Crates:
|
|
3065
3117
|
|
|
3066
|
-
- [
|
|
3118
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
3067
3119
|
|
|
3068
3120
|
````text
|
|
3069
|
-
Copyright (c)
|
|
3121
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3122
|
+
Copyright (c) 2016 Alex Crichton
|
|
3070
3123
|
|
|
3071
3124
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3072
3125
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3086,42 +3139,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3086
3139
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3087
3140
|
THE SOFTWARE.
|
|
3088
3141
|
|
|
3089
|
-
````
|
|
3090
|
-
|
|
3091
|
-
---
|
|
3092
|
-
|
|
3093
|
-
## The following dependencies are licensed under the MIT License:
|
|
3094
|
-
|
|
3095
|
-
### Rust Crates:
|
|
3096
|
-
|
|
3097
|
-
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3098
|
-
|
|
3099
|
-
````text
|
|
3100
|
-
Copyright Mozilla Foundation
|
|
3101
|
-
|
|
3102
|
-
Permission is hereby granted, free of charge, to any
|
|
3103
|
-
person obtaining a copy of this software and associated
|
|
3104
|
-
documentation files (the "Software"), to deal in the
|
|
3105
|
-
Software without restriction, including without
|
|
3106
|
-
limitation the rights to use, copy, modify, merge,
|
|
3107
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3108
|
-
the Software, and to permit persons to whom the Software
|
|
3109
|
-
is furnished to do so, subject to the following
|
|
3110
|
-
conditions:
|
|
3111
|
-
|
|
3112
|
-
The above copyright notice and this permission notice
|
|
3113
|
-
shall be included in all copies or substantial portions
|
|
3114
|
-
of the Software.
|
|
3115
|
-
|
|
3116
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3117
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3118
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3119
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3120
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3121
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3122
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3123
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3124
|
-
DEALINGS IN THE SOFTWARE.
|
|
3125
3142
|
|
|
3126
3143
|
````
|
|
3127
3144
|
|
|
@@ -3131,12 +3148,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3131
3148
|
|
|
3132
3149
|
### Rust Crates:
|
|
3133
3150
|
|
|
3134
|
-
- [
|
|
3151
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3152
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3135
3153
|
|
|
3136
3154
|
````text
|
|
3137
3155
|
MIT License
|
|
3138
3156
|
|
|
3139
|
-
Copyright (c)
|
|
3157
|
+
Copyright (c) 2019 Graham Esau
|
|
3140
3158
|
|
|
3141
3159
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3142
3160
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3164,37 +3182,11 @@ SOFTWARE.
|
|
|
3164
3182
|
|
|
3165
3183
|
### Rust Crates:
|
|
3166
3184
|
|
|
3167
|
-
- [
|
|
3168
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3169
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3170
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3171
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3172
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3173
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3174
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3175
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3176
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3177
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3178
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3179
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3180
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3181
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3182
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3183
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3184
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3185
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3186
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3187
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3188
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3189
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3190
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3191
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3192
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3193
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3194
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3195
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3185
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3196
3186
|
|
|
3197
3187
|
````text
|
|
3188
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3189
|
+
|
|
3198
3190
|
Permission is hereby granted, free of charge, to any
|
|
3199
3191
|
person obtaining a copy of this software and associated
|
|
3200
3192
|
documentation files (the "Software"), to deal in the
|
|
@@ -3227,34 +3219,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3227
3219
|
|
|
3228
3220
|
### Rust Crates:
|
|
3229
3221
|
|
|
3230
|
-
- [
|
|
3222
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3231
3223
|
|
|
3232
3224
|
````text
|
|
3233
|
-
Copyright (c)
|
|
3225
|
+
Copyright (c) 2017 Sean McArthur
|
|
3234
3226
|
|
|
3235
|
-
Permission is hereby granted, free of charge, to any
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
the Software, and to permit persons to whom the Software
|
|
3242
|
-
is furnished to do so, subject to the following
|
|
3243
|
-
conditions:
|
|
3227
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3228
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3229
|
+
in the Software without restriction, including without limitation the rights
|
|
3230
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3231
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3232
|
+
furnished to do so, subject to the following conditions:
|
|
3244
3233
|
|
|
3245
|
-
The above copyright notice and this permission notice
|
|
3246
|
-
|
|
3247
|
-
|
|
3234
|
+
The above copyright notice and this permission notice shall be included in
|
|
3235
|
+
all copies or substantial portions of the Software.
|
|
3236
|
+
|
|
3237
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3238
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3239
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3240
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3241
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3242
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3243
|
+
THE SOFTWARE.
|
|
3248
3244
|
|
|
3249
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3250
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3251
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3252
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3253
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3254
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3255
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3256
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3257
|
-
DEALINGS IN THE SOFTWARE.
|
|
3258
3245
|
|
|
3259
3246
|
````
|
|
3260
3247
|
|
|
@@ -3264,12 +3251,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3264
3251
|
|
|
3265
3252
|
### Rust Crates:
|
|
3266
3253
|
|
|
3267
|
-
- [
|
|
3268
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3269
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3254
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3270
3255
|
|
|
3271
3256
|
````text
|
|
3272
|
-
Copyright (c)
|
|
3257
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3273
3258
|
|
|
3274
3259
|
Permission is hereby granted, free of charge, to any
|
|
3275
3260
|
person obtaining a copy of this software and associated
|
|
@@ -3303,10 +3288,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3303
3288
|
|
|
3304
3289
|
### Rust Crates:
|
|
3305
3290
|
|
|
3306
|
-
- [
|
|
3291
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3307
3292
|
|
|
3308
3293
|
````text
|
|
3309
|
-
|
|
3294
|
+
The MIT License (MIT)
|
|
3295
|
+
|
|
3296
|
+
Copyright (c) 2015 Alice Maz
|
|
3297
|
+
|
|
3298
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3299
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3300
|
+
in the Software without restriction, including without limitation the rights
|
|
3301
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3302
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3303
|
+
furnished to do so, subject to the following conditions:
|
|
3304
|
+
|
|
3305
|
+
The above copyright notice and this permission notice shall be included in
|
|
3306
|
+
all copies or substantial portions of the Software.
|
|
3307
|
+
|
|
3308
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3309
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3310
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3311
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3312
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3313
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3314
|
+
THE SOFTWARE.
|
|
3315
|
+
|
|
3316
|
+
````
|
|
3317
|
+
|
|
3318
|
+
---
|
|
3319
|
+
|
|
3320
|
+
## The following dependencies are licensed under the MIT License:
|
|
3321
|
+
|
|
3322
|
+
### Rust Crates:
|
|
3323
|
+
|
|
3324
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3325
|
+
|
|
3326
|
+
````text
|
|
3327
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3310
3328
|
|
|
3311
3329
|
Permission is hereby granted, free of charge, to any
|
|
3312
3330
|
person obtaining a copy of this software and associated
|
|
@@ -3332,7 +3350,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3332
3350
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3333
3351
|
DEALINGS IN THE SOFTWARE.
|
|
3334
3352
|
|
|
3335
|
-
|
|
3336
3353
|
````
|
|
3337
3354
|
|
|
3338
3355
|
---
|
|
@@ -3341,11 +3358,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3341
3358
|
|
|
3342
3359
|
### Rust Crates:
|
|
3343
3360
|
|
|
3344
|
-
- [
|
|
3361
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3345
3362
|
|
|
3346
3363
|
````text
|
|
3347
|
-
Copyright (c)
|
|
3348
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3364
|
+
Copyright (c) 2016--2023
|
|
3349
3365
|
|
|
3350
3366
|
Permission is hereby granted, free of charge, to any
|
|
3351
3367
|
person obtaining a copy of this software and associated
|
|
@@ -3377,14 +3393,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3377
3393
|
|
|
3378
3394
|
## The following dependencies are licensed under the MIT License:
|
|
3379
3395
|
|
|
3380
|
-
###
|
|
3396
|
+
### Rust Crates:
|
|
3381
3397
|
|
|
3382
|
-
- [
|
|
3398
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
3399
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3400
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3383
3401
|
|
|
3384
3402
|
````text
|
|
3385
|
-
|
|
3403
|
+
MIT License
|
|
3386
3404
|
|
|
3387
|
-
Copyright (c)
|
|
3405
|
+
Copyright (c) Tokio Contributors
|
|
3388
3406
|
|
|
3389
3407
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3390
3408
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3393,16 +3411,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3393
3411
|
copies of the Software, and to permit persons to whom the Software is
|
|
3394
3412
|
furnished to do so, subject to the following conditions:
|
|
3395
3413
|
|
|
3396
|
-
The above copyright notice and this permission notice shall be included in
|
|
3397
|
-
|
|
3414
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3415
|
+
copies or substantial portions of the Software.
|
|
3398
3416
|
|
|
3399
3417
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3400
3418
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3401
3419
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3402
3420
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3403
3421
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3404
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3405
|
-
|
|
3422
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3423
|
+
SOFTWARE.
|
|
3406
3424
|
|
|
3407
3425
|
````
|
|
3408
3426
|
|
|
@@ -3412,13 +3430,45 @@ THE SOFTWARE.
|
|
|
3412
3430
|
|
|
3413
3431
|
### Rust Crates:
|
|
3414
3432
|
|
|
3415
|
-
- [
|
|
3416
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3433
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3417
3434
|
|
|
3418
3435
|
````text
|
|
3419
|
-
MIT License
|
|
3436
|
+
The MIT License (MIT)
|
|
3437
|
+
|
|
3438
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3439
|
+
|
|
3440
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3441
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3442
|
+
in the Software without restriction, including without limitation the rights
|
|
3443
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3444
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3445
|
+
furnished to do so, subject to the following conditions:
|
|
3446
|
+
|
|
3447
|
+
|
|
3448
|
+
The above copyright notice and this permission notice shall be included in
|
|
3449
|
+
all copies or substantial portions of the Software.
|
|
3450
|
+
|
|
3451
|
+
|
|
3452
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3453
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3454
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3455
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3456
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3457
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3458
|
+
THE SOFTWARE.
|
|
3420
3459
|
|
|
3421
|
-
|
|
3460
|
+
````
|
|
3461
|
+
|
|
3462
|
+
---
|
|
3463
|
+
|
|
3464
|
+
## The following dependencies are licensed under the MIT License:
|
|
3465
|
+
|
|
3466
|
+
### Rust Crates:
|
|
3467
|
+
|
|
3468
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3469
|
+
|
|
3470
|
+
````text
|
|
3471
|
+
Copyright (c) 2015 Igor Shaula
|
|
3422
3472
|
|
|
3423
3473
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3424
3474
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3427,16 +3477,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3427
3477
|
copies of the Software, and to permit persons to whom the Software is
|
|
3428
3478
|
furnished to do so, subject to the following conditions:
|
|
3429
3479
|
|
|
3430
|
-
The above copyright notice and this permission notice shall be included in
|
|
3431
|
-
copies or substantial portions of the Software.
|
|
3480
|
+
The above copyright notice and this permission notice shall be included in
|
|
3481
|
+
all copies or substantial portions of the Software.
|
|
3432
3482
|
|
|
3433
3483
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3434
3484
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3435
3485
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3436
3486
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3437
3487
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3438
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3439
|
-
SOFTWARE.
|
|
3488
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3489
|
+
THE SOFTWARE.
|
|
3440
3490
|
|
|
3441
3491
|
````
|
|
3442
3492
|
|
|
@@ -3446,10 +3496,10 @@ SOFTWARE.
|
|
|
3446
3496
|
|
|
3447
3497
|
### Rust Crates:
|
|
3448
3498
|
|
|
3449
|
-
- [
|
|
3499
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3450
3500
|
|
|
3451
3501
|
````text
|
|
3452
|
-
Copyright
|
|
3502
|
+
Copyright 2023 The Fuchsia Authors
|
|
3453
3503
|
|
|
3454
3504
|
Permission is hereby granted, free of charge, to any
|
|
3455
3505
|
person obtaining a copy of this software and associated
|
|
@@ -3475,6 +3525,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3475
3525
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3476
3526
|
DEALINGS IN THE SOFTWARE.
|
|
3477
3527
|
|
|
3528
|
+
|
|
3478
3529
|
````
|
|
3479
3530
|
|
|
3480
3531
|
---
|
|
@@ -3483,47 +3534,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3483
3534
|
|
|
3484
3535
|
### Rust Crates:
|
|
3485
3536
|
|
|
3486
|
-
- [
|
|
3487
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3488
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3489
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3490
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3491
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3492
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3493
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3494
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3495
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3496
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3497
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3498
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3499
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3500
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3501
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3502
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3503
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3504
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3505
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3506
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3537
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3507
3538
|
|
|
3508
3539
|
````text
|
|
3509
|
-
MIT License
|
|
3540
|
+
The MIT License (MIT)
|
|
3510
3541
|
|
|
3511
|
-
Copyright (c)
|
|
3542
|
+
Copyright (c) 2015 Danny Guo
|
|
3543
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3544
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3512
3545
|
|
|
3513
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3514
|
-
associated documentation files (the "Software"), to deal
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3546
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3547
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3548
|
+
in the Software without restriction, including without limitation the rights
|
|
3549
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3550
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3551
|
+
furnished to do so, subject to the following conditions:
|
|
3518
3552
|
|
|
3519
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3520
|
-
portions of the Software.
|
|
3553
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3554
|
+
copies or substantial portions of the Software.
|
|
3521
3555
|
|
|
3522
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3523
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3556
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3557
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3558
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3559
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3560
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3561
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3562
|
+
SOFTWARE.
|
|
3527
3563
|
|
|
3528
3564
|
````
|
|
3529
3565
|
|
|
@@ -3531,18 +3567,33 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3531
3567
|
|
|
3532
3568
|
## The following dependencies are licensed under the MIT License:
|
|
3533
3569
|
|
|
3534
|
-
###
|
|
3570
|
+
### NPM Packages:
|
|
3535
3571
|
|
|
3536
|
-
- [
|
|
3572
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3573
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3537
3574
|
|
|
3538
3575
|
````text
|
|
3539
|
-
|
|
3576
|
+
MIT License
|
|
3540
3577
|
|
|
3541
|
-
|
|
3578
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
3542
3579
|
|
|
3543
|
-
|
|
3580
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3581
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3582
|
+
in the Software without restriction, including without limitation the rights
|
|
3583
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3584
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3585
|
+
furnished to do so, subject to the following conditions:
|
|
3544
3586
|
|
|
3545
|
-
|
|
3587
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3588
|
+
copies or substantial portions of the Software.
|
|
3589
|
+
|
|
3590
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3591
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3592
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3593
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3594
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3595
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3596
|
+
SOFTWARE.
|
|
3546
3597
|
|
|
3547
3598
|
````
|
|
3548
3599
|
|
|
@@ -3552,10 +3603,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3552
3603
|
|
|
3553
3604
|
### Rust Crates:
|
|
3554
3605
|
|
|
3555
|
-
- [
|
|
3606
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3556
3607
|
|
|
3557
3608
|
````text
|
|
3558
|
-
Copyright (c)
|
|
3609
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3610
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3559
3611
|
|
|
3560
3612
|
Permission is hereby granted, free of charge, to any
|
|
3561
3613
|
person obtaining a copy of this software and associated
|
|
@@ -3580,6 +3632,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3580
3632
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3581
3633
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3582
3634
|
DEALINGS IN THE SOFTWARE.
|
|
3635
|
+
|
|
3583
3636
|
````
|
|
3584
3637
|
|
|
3585
3638
|
---
|
|
@@ -3588,10 +3641,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3588
3641
|
|
|
3589
3642
|
### Rust Crates:
|
|
3590
3643
|
|
|
3591
|
-
- [
|
|
3644
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
3592
3645
|
|
|
3593
3646
|
````text
|
|
3594
|
-
Copyright (c)
|
|
3647
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
3595
3648
|
|
|
3596
3649
|
Permission is hereby granted, free of charge, to any
|
|
3597
3650
|
person obtaining a copy of this software and associated
|
|
@@ -3623,51 +3676,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3623
3676
|
|
|
3624
3677
|
## The following dependencies are licensed under the MIT License:
|
|
3625
3678
|
|
|
3626
|
-
###
|
|
3627
|
-
|
|
3628
|
-
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3629
|
-
|
|
3630
|
-
````text
|
|
3631
|
-
The MIT License (MIT)
|
|
3632
|
-
|
|
3633
|
-
Copyright (c) 2015 Danny Guo
|
|
3634
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3635
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
3636
|
-
|
|
3637
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3638
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3639
|
-
in the Software without restriction, including without limitation the rights
|
|
3640
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3641
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3642
|
-
furnished to do so, subject to the following conditions:
|
|
3643
|
-
|
|
3644
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3645
|
-
copies or substantial portions of the Software.
|
|
3646
|
-
|
|
3647
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3648
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3649
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3650
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3651
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3652
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3653
|
-
SOFTWARE.
|
|
3654
|
-
|
|
3655
|
-
````
|
|
3656
|
-
|
|
3657
|
-
---
|
|
3658
|
-
|
|
3659
|
-
## The following dependencies are licensed under the MIT License:
|
|
3660
|
-
|
|
3661
|
-
### Rust Crates:
|
|
3679
|
+
### NPM Packages:
|
|
3662
3680
|
|
|
3663
|
-
- [
|
|
3664
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3665
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3681
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3666
3682
|
|
|
3667
3683
|
````text
|
|
3668
3684
|
MIT License
|
|
3669
3685
|
|
|
3670
|
-
Copyright (c)
|
|
3686
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3671
3687
|
|
|
3672
3688
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3673
3689
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3687,6 +3703,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3687
3703
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3688
3704
|
SOFTWARE.
|
|
3689
3705
|
|
|
3706
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3707
|
+
|
|
3690
3708
|
````
|
|
3691
3709
|
|
|
3692
3710
|
---
|
|
@@ -3695,10 +3713,10 @@ SOFTWARE.
|
|
|
3695
3713
|
|
|
3696
3714
|
### Rust Crates:
|
|
3697
3715
|
|
|
3698
|
-
- [
|
|
3716
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3699
3717
|
|
|
3700
3718
|
````text
|
|
3701
|
-
Copyright (c) 2019
|
|
3719
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3702
3720
|
|
|
3703
3721
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3704
3722
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3718,6 +3736,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3718
3736
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3719
3737
|
THE SOFTWARE.
|
|
3720
3738
|
|
|
3739
|
+
|
|
3721
3740
|
````
|
|
3722
3741
|
|
|
3723
3742
|
---
|
|
@@ -3726,10 +3745,10 @@ THE SOFTWARE.
|
|
|
3726
3745
|
|
|
3727
3746
|
### Rust Crates:
|
|
3728
3747
|
|
|
3729
|
-
- [
|
|
3748
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3730
3749
|
|
|
3731
3750
|
````text
|
|
3732
|
-
Copyright (c)
|
|
3751
|
+
Copyright (c) 2019 Carl Lerche
|
|
3733
3752
|
|
|
3734
3753
|
Permission is hereby granted, free of charge, to any
|
|
3735
3754
|
person obtaining a copy of this software and associated
|
|
@@ -3763,12 +3782,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3763
3782
|
|
|
3764
3783
|
### Rust Crates:
|
|
3765
3784
|
|
|
3766
|
-
- [
|
|
3767
|
-
- [
|
|
3768
|
-
- [
|
|
3785
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3786
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3787
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3769
3788
|
|
|
3770
3789
|
````text
|
|
3771
|
-
Copyright (c)
|
|
3790
|
+
Copyright (c) 2019 Tower Contributors
|
|
3772
3791
|
|
|
3773
3792
|
Permission is hereby granted, free of charge, to any
|
|
3774
3793
|
person obtaining a copy of this software and associated
|
|
@@ -3802,67 +3821,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3802
3821
|
|
|
3803
3822
|
### Rust Crates:
|
|
3804
3823
|
|
|
3805
|
-
- [
|
|
3806
|
-
- [
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3812
|
-
|
|
3813
|
-
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:
|
|
3814
|
-
|
|
3815
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3816
|
-
|
|
3817
|
-
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.
|
|
3818
|
-
|
|
3819
|
-
````
|
|
3820
|
-
|
|
3821
|
-
---
|
|
3822
|
-
|
|
3823
|
-
## The following dependencies are licensed under the MIT License:
|
|
3824
|
-
|
|
3825
|
-
### NPM Packages:
|
|
3826
|
-
|
|
3827
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3828
|
-
|
|
3829
|
-
````text
|
|
3830
|
-
MIT License
|
|
3831
|
-
|
|
3832
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3833
|
-
|
|
3834
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3835
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3836
|
-
in the Software without restriction, including without limitation the rights
|
|
3837
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3838
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3839
|
-
furnished to do so, subject to the following conditions:
|
|
3840
|
-
|
|
3841
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3842
|
-
copies or substantial portions of the Software.
|
|
3843
|
-
|
|
3844
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3845
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3846
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3847
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3848
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3849
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3850
|
-
SOFTWARE.
|
|
3851
|
-
|
|
3852
|
-
[others]: https://github.com/json5/json5/contributors
|
|
3853
|
-
|
|
3854
|
-
````
|
|
3855
|
-
|
|
3856
|
-
---
|
|
3857
|
-
|
|
3858
|
-
## The following dependencies are licensed under the MIT License:
|
|
3859
|
-
|
|
3860
|
-
### Rust Crates:
|
|
3861
|
-
|
|
3862
|
-
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3824
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3825
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3826
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3827
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3828
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3829
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3863
3830
|
|
|
3864
3831
|
````text
|
|
3865
|
-
Copyright (c)
|
|
3832
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3866
3833
|
|
|
3867
3834
|
Permission is hereby granted, free of charge, to any
|
|
3868
3835
|
person obtaining a copy of this software and associated
|
|
@@ -3896,64 +3863,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3896
3863
|
|
|
3897
3864
|
### Rust Crates:
|
|
3898
3865
|
|
|
3899
|
-
- [
|
|
3900
|
-
|
|
3901
|
-
````text
|
|
3902
|
-
The MIT License (MIT)
|
|
3903
|
-
|
|
3904
|
-
Copyright (c) 2016 Johann Tuffe
|
|
3905
|
-
|
|
3906
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3907
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3908
|
-
in the Software without restriction, including without limitation the rights
|
|
3909
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3910
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3911
|
-
furnished to do so, subject to the following conditions:
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
The above copyright notice and this permission notice shall be included in
|
|
3915
|
-
all copies or substantial portions of the Software.
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3919
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3920
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3921
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3922
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3923
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3924
|
-
THE SOFTWARE.
|
|
3925
|
-
|
|
3926
|
-
````
|
|
3927
|
-
|
|
3928
|
-
---
|
|
3929
|
-
|
|
3930
|
-
## The following dependencies are licensed under the MIT License:
|
|
3931
|
-
|
|
3932
|
-
### NPM Packages:
|
|
3933
|
-
|
|
3934
|
-
- [pngjs](https://github.com/pngjs/pngjs) (7.0.0)
|
|
3866
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3935
3867
|
|
|
3936
3868
|
````text
|
|
3937
|
-
|
|
3938
|
-
pngjs derived work Copyright (c) 2012 Kuba Niegowski
|
|
3869
|
+
Copyright (c) 2015 steffengy
|
|
3939
3870
|
|
|
3940
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3941
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3942
|
-
in the Software without restriction, including without limitation the rights
|
|
3943
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3944
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3945
|
-
furnished to do so, subject to the following conditions:
|
|
3871
|
+
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:
|
|
3946
3872
|
|
|
3947
|
-
The above copyright notice and this permission notice shall be included in
|
|
3948
|
-
all copies or substantial portions of the Software.
|
|
3873
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3949
3874
|
|
|
3950
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3951
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3952
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3953
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3954
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3955
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3956
|
-
THE SOFTWARE.
|
|
3875
|
+
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.
|
|
3957
3876
|
|
|
3958
3877
|
````
|
|
3959
3878
|
|
|
@@ -3963,12 +3882,11 @@ THE SOFTWARE.
|
|
|
3963
3882
|
|
|
3964
3883
|
### Rust Crates:
|
|
3965
3884
|
|
|
3966
|
-
- [
|
|
3885
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3967
3886
|
|
|
3968
3887
|
````text
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
3888
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3889
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3972
3890
|
|
|
3973
3891
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3974
3892
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3996,47 +3914,19 @@ SOFTWARE.
|
|
|
3996
3914
|
|
|
3997
3915
|
### Rust Crates:
|
|
3998
3916
|
|
|
3999
|
-
- [
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
limitation the rights to use, copy, modify, merge,
|
|
4009
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4010
|
-
the Software, and to permit persons to whom the Software
|
|
4011
|
-
is furnished to do so, subject to the following
|
|
4012
|
-
conditions:
|
|
4013
|
-
|
|
4014
|
-
The above copyright notice and this permission notice
|
|
4015
|
-
shall be included in all copies or substantial portions
|
|
4016
|
-
of the Software.
|
|
4017
|
-
|
|
4018
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4019
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4020
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4021
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4022
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4023
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4024
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4025
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4026
|
-
DEALINGS IN THE SOFTWARE.
|
|
4027
|
-
|
|
4028
|
-
````
|
|
4029
|
-
|
|
4030
|
-
---
|
|
4031
|
-
|
|
4032
|
-
## The following dependencies are licensed under the MIT License:
|
|
4033
|
-
|
|
4034
|
-
### Rust Crates:
|
|
4035
|
-
|
|
4036
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
3917
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3918
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3919
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3920
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3921
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3922
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3923
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3924
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3925
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4037
3926
|
|
|
4038
3927
|
````text
|
|
4039
|
-
Copyright (c)
|
|
3928
|
+
Copyright (c) 2016 Alex Crichton
|
|
3929
|
+
Copyright (c) 2017 The Tokio Authors
|
|
4040
3930
|
|
|
4041
3931
|
Permission is hereby granted, free of charge, to any
|
|
4042
3932
|
person obtaining a copy of this software and associated
|
|
@@ -4451,35 +4341,30 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4451
4341
|
|
|
4452
4342
|
---
|
|
4453
4343
|
|
|
4344
|
+
## The following dependencies are licensed under the UNKNOWN License:
|
|
4345
|
+
|
|
4346
|
+
### NPM Packages:
|
|
4347
|
+
|
|
4348
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.5) (0.0.5)
|
|
4349
|
+
|
|
4350
|
+
````text
|
|
4351
|
+
Please refer to the package README for license details.
|
|
4352
|
+
````
|
|
4353
|
+
|
|
4354
|
+
---
|
|
4355
|
+
|
|
4454
4356
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4455
4357
|
|
|
4456
4358
|
### Rust Crates:
|
|
4457
4359
|
|
|
4458
|
-
- [
|
|
4459
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4460
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4461
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4462
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4463
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4464
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4465
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4466
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4467
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4468
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4469
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4470
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4471
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4472
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4473
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4474
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4475
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4360
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4476
4361
|
|
|
4477
4362
|
````text
|
|
4478
4363
|
UNICODE LICENSE V3
|
|
4479
4364
|
|
|
4480
4365
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4481
4366
|
|
|
4482
|
-
Copyright ©
|
|
4367
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4483
4368
|
|
|
4484
4369
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4485
4370
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4515,13 +4400,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4515
4400
|
dealings in these Data Files or Software without prior written
|
|
4516
4401
|
authorization of the copyright holder.
|
|
4517
4402
|
|
|
4518
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4519
|
-
|
|
4520
|
-
—
|
|
4521
|
-
|
|
4522
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4523
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4524
|
-
|
|
4525
4403
|
````
|
|
4526
4404
|
|
|
4527
4405
|
---
|
|
@@ -4530,14 +4408,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4530
4408
|
|
|
4531
4409
|
### Rust Crates:
|
|
4532
4410
|
|
|
4533
|
-
- [
|
|
4411
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4412
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4413
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4414
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4415
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4416
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4417
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4418
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4419
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4420
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4421
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4422
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4423
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4424
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4425
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4426
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4427
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4428
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4534
4429
|
|
|
4535
4430
|
````text
|
|
4536
4431
|
UNICODE LICENSE V3
|
|
4537
4432
|
|
|
4538
4433
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4539
4434
|
|
|
4540
|
-
Copyright ©
|
|
4435
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4541
4436
|
|
|
4542
4437
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4543
4438
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4573,5 +4468,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4573
4468
|
dealings in these Data Files or Software without prior written
|
|
4574
4469
|
authorization of the copyright holder.
|
|
4575
4470
|
|
|
4471
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4472
|
+
|
|
4473
|
+
—
|
|
4474
|
+
|
|
4475
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4476
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4477
|
+
|
|
4576
4478
|
````
|
|
4577
4479
|
|