@deveco-codegenie/mcp-bridge-darwin-x64 1.1.3 → 1.1.4
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 +1336 -1336
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -49,6 +49,30 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
49
49
|
|
|
50
50
|
### Rust Crates:
|
|
51
51
|
|
|
52
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
53
|
+
|
|
54
|
+
````text
|
|
55
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
56
|
+
|
|
57
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
58
|
+
any purpose with or without fee is hereby granted.
|
|
59
|
+
|
|
60
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
61
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
62
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
63
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
64
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
65
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
66
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
67
|
+
|
|
68
|
+
````
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
73
|
+
|
|
74
|
+
### Rust Crates:
|
|
75
|
+
|
|
52
76
|
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
53
77
|
|
|
54
78
|
````text
|
|
@@ -71,25 +95,88 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
71
95
|
|
|
72
96
|
---
|
|
73
97
|
|
|
74
|
-
## The following dependencies are licensed under the
|
|
98
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
75
99
|
|
|
76
100
|
### Rust Crates:
|
|
77
101
|
|
|
78
|
-
- [
|
|
102
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
103
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
104
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
79
105
|
|
|
80
106
|
````text
|
|
81
|
-
|
|
107
|
+
Apache License
|
|
108
|
+
Version 2.0, January 2004
|
|
109
|
+
http://www.apache.org/licenses/
|
|
82
110
|
|
|
83
|
-
|
|
84
|
-
any purpose with or without fee is hereby granted.
|
|
111
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
85
112
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
113
|
+
1. Definitions.
|
|
114
|
+
|
|
115
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
116
|
+
|
|
117
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
118
|
+
|
|
119
|
+
"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.
|
|
120
|
+
|
|
121
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
122
|
+
|
|
123
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
124
|
+
|
|
125
|
+
"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.
|
|
126
|
+
|
|
127
|
+
"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).
|
|
128
|
+
|
|
129
|
+
"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.
|
|
130
|
+
|
|
131
|
+
"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."
|
|
132
|
+
|
|
133
|
+
"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.
|
|
134
|
+
|
|
135
|
+
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.
|
|
136
|
+
|
|
137
|
+
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.
|
|
138
|
+
|
|
139
|
+
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:
|
|
140
|
+
|
|
141
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
142
|
+
|
|
143
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
144
|
+
|
|
145
|
+
(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
|
|
146
|
+
|
|
147
|
+
(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.
|
|
148
|
+
|
|
149
|
+
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.
|
|
150
|
+
|
|
151
|
+
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.
|
|
152
|
+
|
|
153
|
+
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.
|
|
154
|
+
|
|
155
|
+
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.
|
|
156
|
+
|
|
157
|
+
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.
|
|
158
|
+
|
|
159
|
+
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.
|
|
160
|
+
|
|
161
|
+
END OF TERMS AND CONDITIONS
|
|
162
|
+
|
|
163
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
164
|
+
|
|
165
|
+
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.
|
|
166
|
+
|
|
167
|
+
Copyright [yyyy] [name of copyright owner]
|
|
168
|
+
|
|
169
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
170
|
+
you may not use this file except in compliance with the License.
|
|
171
|
+
You may obtain a copy of the License at
|
|
172
|
+
|
|
173
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
174
|
+
|
|
175
|
+
Unless required by applicable law or agreed to in writing, software
|
|
176
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
177
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
178
|
+
See the License for the specific language governing permissions and
|
|
179
|
+
limitations under the License.
|
|
93
180
|
|
|
94
181
|
````
|
|
95
182
|
|
|
@@ -312,93 +399,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
312
399
|
|
|
313
400
|
### Rust Crates:
|
|
314
401
|
|
|
315
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
316
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
317
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
318
|
-
|
|
319
|
-
````text
|
|
320
|
-
Apache License
|
|
321
|
-
Version 2.0, January 2004
|
|
322
|
-
http://www.apache.org/licenses/
|
|
323
|
-
|
|
324
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
325
|
-
|
|
326
|
-
1. Definitions.
|
|
327
|
-
|
|
328
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
329
|
-
|
|
330
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
331
|
-
|
|
332
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
333
|
-
|
|
334
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
335
|
-
|
|
336
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
337
|
-
|
|
338
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
339
|
-
|
|
340
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
341
|
-
|
|
342
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
343
|
-
|
|
344
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
345
|
-
|
|
346
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
347
|
-
|
|
348
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
349
|
-
|
|
350
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
351
|
-
|
|
352
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
353
|
-
|
|
354
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
355
|
-
|
|
356
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
357
|
-
|
|
358
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
359
|
-
|
|
360
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
361
|
-
|
|
362
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
363
|
-
|
|
364
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
365
|
-
|
|
366
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
367
|
-
|
|
368
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
369
|
-
|
|
370
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
371
|
-
|
|
372
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
373
|
-
|
|
374
|
-
END OF TERMS AND CONDITIONS
|
|
375
|
-
|
|
376
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
377
|
-
|
|
378
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
379
|
-
|
|
380
|
-
Copyright [yyyy] [name of copyright owner]
|
|
381
|
-
|
|
382
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
383
|
-
you may not use this file except in compliance with the License.
|
|
384
|
-
You may obtain a copy of the License at
|
|
385
|
-
|
|
386
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
387
|
-
|
|
388
|
-
Unless required by applicable law or agreed to in writing, software
|
|
389
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
390
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
391
|
-
See the License for the specific language governing permissions and
|
|
392
|
-
limitations under the License.
|
|
393
|
-
|
|
394
|
-
````
|
|
395
|
-
|
|
396
|
-
---
|
|
397
|
-
|
|
398
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
399
|
-
|
|
400
|
-
### Rust Crates:
|
|
401
|
-
|
|
402
402
|
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
403
403
|
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
404
404
|
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
@@ -679,34 +679,35 @@ THIS SOFTWARE.
|
|
|
679
679
|
|
|
680
680
|
### Rust Crates:
|
|
681
681
|
|
|
682
|
-
- [
|
|
682
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
683
683
|
|
|
684
684
|
````text
|
|
685
|
-
Copyright (c)
|
|
685
|
+
Copyright (c) 2016 The humantime Developers
|
|
686
686
|
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
documentation files (the "Software"), to deal in the
|
|
690
|
-
Software without restriction, including without
|
|
691
|
-
limitation the rights to use, copy, modify, merge,
|
|
692
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
693
|
-
the Software, and to permit persons to whom the Software
|
|
694
|
-
is furnished to do so, subject to the following
|
|
695
|
-
conditions:
|
|
687
|
+
Includes parts of http date with the following copyright:
|
|
688
|
+
Copyright (c) 2016 Pyfisch
|
|
696
689
|
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
of the Software.
|
|
690
|
+
Includes portions of musl libc with the following copyright:
|
|
691
|
+
Copyright © 2005-2013 Rich Felker
|
|
700
692
|
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
693
|
+
|
|
694
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
695
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
696
|
+
in the Software without restriction, including without limitation the rights
|
|
697
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
698
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
699
|
+
furnished to do so, subject to the following conditions:
|
|
700
|
+
|
|
701
|
+
The above copyright notice and this permission notice shall be included in all
|
|
702
|
+
copies or substantial portions of the Software.
|
|
703
|
+
|
|
704
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
705
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
706
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
707
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
708
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
709
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
710
|
+
SOFTWARE.
|
|
710
711
|
|
|
711
712
|
````
|
|
712
713
|
|
|
@@ -716,71 +717,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
716
717
|
|
|
717
718
|
### Rust Crates:
|
|
718
719
|
|
|
719
|
-
- [
|
|
720
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
720
721
|
|
|
721
722
|
````text
|
|
722
|
-
|
|
723
|
+
MIT License
|
|
723
724
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
limitation the rights to use, copy, modify, merge,
|
|
729
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
730
|
-
the Software, and to permit persons to whom the Software
|
|
731
|
-
is furnished to do so, subject to the following
|
|
732
|
-
conditions:
|
|
733
|
-
|
|
734
|
-
The above copyright notice and this permission notice
|
|
735
|
-
shall be included in all copies or substantial portions
|
|
736
|
-
of the Software.
|
|
737
|
-
|
|
738
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
739
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
740
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
741
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
742
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
743
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
744
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
745
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
746
|
-
DEALINGS IN THE SOFTWARE.
|
|
747
|
-
|
|
748
|
-
````
|
|
749
|
-
|
|
750
|
-
---
|
|
751
|
-
|
|
752
|
-
## The following dependencies are licensed under the MIT License:
|
|
753
|
-
|
|
754
|
-
### Rust Crates:
|
|
755
|
-
|
|
756
|
-
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
757
|
-
|
|
758
|
-
````text
|
|
759
|
-
Copyright (c) The Rust Project Developers
|
|
725
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
726
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
727
|
+
Copyright (c) 2017 Frommi
|
|
728
|
+
Copyright (c) 2017-2024 oyvindln
|
|
760
729
|
|
|
761
|
-
Permission is hereby granted, free of charge, to any
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
the Software, and to permit persons to whom the Software
|
|
768
|
-
is furnished to do so, subject to the following
|
|
769
|
-
conditions:
|
|
730
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
731
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
732
|
+
in the Software without restriction, including without limitation the rights
|
|
733
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
734
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
735
|
+
furnished to do so, subject to the following conditions:
|
|
770
736
|
|
|
771
|
-
The above copyright notice and this permission notice
|
|
772
|
-
|
|
773
|
-
of the Software.
|
|
737
|
+
The above copyright notice and this permission notice shall be included in all
|
|
738
|
+
copies or substantial portions of the Software.
|
|
774
739
|
|
|
775
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
783
|
-
DEALINGS IN THE SOFTWARE.
|
|
740
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
741
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
742
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
743
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
744
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
745
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
746
|
+
SOFTWARE.
|
|
784
747
|
|
|
785
748
|
````
|
|
786
749
|
|
|
@@ -790,35 +753,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
790
753
|
|
|
791
754
|
### Rust Crates:
|
|
792
755
|
|
|
793
|
-
- [
|
|
756
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
794
757
|
|
|
795
758
|
````text
|
|
796
|
-
|
|
797
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
759
|
+
The MIT License (MIT)
|
|
798
760
|
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
Software without restriction, including without
|
|
803
|
-
limitation the rights to use, copy, modify, merge,
|
|
804
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
805
|
-
the Software, and to permit persons to whom the Software
|
|
806
|
-
is furnished to do so, subject to the following
|
|
807
|
-
conditions:
|
|
761
|
+
Copyright (c) 2015 Danny Guo
|
|
762
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
763
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
808
764
|
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
765
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
766
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
767
|
+
in the Software without restriction, including without limitation the rights
|
|
768
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
769
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
770
|
+
furnished to do so, subject to the following conditions:
|
|
812
771
|
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
IN
|
|
821
|
-
|
|
772
|
+
The above copyright notice and this permission notice shall be included in all
|
|
773
|
+
copies or substantial portions of the Software.
|
|
774
|
+
|
|
775
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
776
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
777
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
778
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
779
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
780
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
781
|
+
SOFTWARE.
|
|
822
782
|
|
|
823
783
|
````
|
|
824
784
|
|
|
@@ -859,85 +819,12 @@ THE SOFTWARE.
|
|
|
859
819
|
|
|
860
820
|
### Rust Crates:
|
|
861
821
|
|
|
862
|
-
- [
|
|
863
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
864
|
-
|
|
865
|
-
````text
|
|
866
|
-
The MIT License (MIT)
|
|
867
|
-
|
|
868
|
-
Copyright (c) 2015 Steven Fackler
|
|
869
|
-
|
|
870
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
871
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
872
|
-
the Software without restriction, including without limitation the rights to
|
|
873
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
874
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
875
|
-
subject to the following conditions:
|
|
876
|
-
|
|
877
|
-
The above copyright notice and this permission notice shall be included in all
|
|
878
|
-
copies or substantial portions of the Software.
|
|
879
|
-
|
|
880
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
881
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
882
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
883
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
884
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
885
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
886
|
-
|
|
887
|
-
````
|
|
888
|
-
|
|
889
|
-
---
|
|
890
|
-
|
|
891
|
-
## The following dependencies are licensed under the MIT License:
|
|
892
|
-
|
|
893
|
-
### Rust Crates:
|
|
894
|
-
|
|
895
|
-
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
896
|
-
|
|
897
|
-
````text
|
|
898
|
-
Copyright (c) 2013-2016 The rust-url developers
|
|
899
|
-
|
|
900
|
-
Permission is hereby granted, free of charge, to any
|
|
901
|
-
person obtaining a copy of this software and associated
|
|
902
|
-
documentation files (the "Software"), to deal in the
|
|
903
|
-
Software without restriction, including without
|
|
904
|
-
limitation the rights to use, copy, modify, merge,
|
|
905
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
906
|
-
the Software, and to permit persons to whom the Software
|
|
907
|
-
is furnished to do so, subject to the following
|
|
908
|
-
conditions:
|
|
909
|
-
|
|
910
|
-
The above copyright notice and this permission notice
|
|
911
|
-
shall be included in all copies or substantial portions
|
|
912
|
-
of the Software.
|
|
913
|
-
|
|
914
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
915
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
916
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
917
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
918
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
919
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
920
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
921
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
922
|
-
DEALINGS IN THE SOFTWARE.
|
|
923
|
-
|
|
924
|
-
````
|
|
925
|
-
|
|
926
|
-
---
|
|
927
|
-
|
|
928
|
-
## The following dependencies are licensed under the MIT License:
|
|
929
|
-
|
|
930
|
-
### Rust Crates:
|
|
931
|
-
|
|
932
|
-
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
822
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
933
823
|
|
|
934
824
|
````text
|
|
935
825
|
MIT License
|
|
936
826
|
|
|
937
|
-
Copyright
|
|
938
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
939
|
-
Copyright (c) 2017 Frommi
|
|
940
|
-
Copyright (c) 2017-2024 oyvindln
|
|
827
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
941
828
|
|
|
942
829
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
943
830
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -965,158 +852,6 @@ SOFTWARE.
|
|
|
965
852
|
|
|
966
853
|
### Rust Crates:
|
|
967
854
|
|
|
968
|
-
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
969
|
-
|
|
970
|
-
````text
|
|
971
|
-
Copyright (c) 2015 The Rust Project Developers
|
|
972
|
-
|
|
973
|
-
Permission is hereby granted, free of charge, to any
|
|
974
|
-
person obtaining a copy of this software and associated
|
|
975
|
-
documentation files (the "Software"), to deal in the
|
|
976
|
-
Software without restriction, including without
|
|
977
|
-
limitation the rights to use, copy, modify, merge,
|
|
978
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
979
|
-
the Software, and to permit persons to whom the Software
|
|
980
|
-
is furnished to do so, subject to the following
|
|
981
|
-
conditions:
|
|
982
|
-
|
|
983
|
-
The above copyright notice and this permission notice
|
|
984
|
-
shall be included in all copies or substantial portions
|
|
985
|
-
of the Software.
|
|
986
|
-
|
|
987
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
988
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
989
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
990
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
991
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
992
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
993
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
994
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
995
|
-
DEALINGS IN THE SOFTWARE.
|
|
996
|
-
|
|
997
|
-
````
|
|
998
|
-
|
|
999
|
-
---
|
|
1000
|
-
|
|
1001
|
-
## The following dependencies are licensed under the MIT License:
|
|
1002
|
-
|
|
1003
|
-
### Rust Crates:
|
|
1004
|
-
|
|
1005
|
-
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1006
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1007
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1008
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1009
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1010
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1011
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1012
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1013
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1014
|
-
|
|
1015
|
-
````text
|
|
1016
|
-
Copyright (c) 2016 Alex Crichton
|
|
1017
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1018
|
-
|
|
1019
|
-
Permission is hereby granted, free of charge, to any
|
|
1020
|
-
person obtaining a copy of this software and associated
|
|
1021
|
-
documentation files (the "Software"), to deal in the
|
|
1022
|
-
Software without restriction, including without
|
|
1023
|
-
limitation the rights to use, copy, modify, merge,
|
|
1024
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1025
|
-
the Software, and to permit persons to whom the Software
|
|
1026
|
-
is furnished to do so, subject to the following
|
|
1027
|
-
conditions:
|
|
1028
|
-
|
|
1029
|
-
The above copyright notice and this permission notice
|
|
1030
|
-
shall be included in all copies or substantial portions
|
|
1031
|
-
of the Software.
|
|
1032
|
-
|
|
1033
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1034
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1035
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1036
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1037
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1038
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1039
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1040
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1041
|
-
DEALINGS IN THE SOFTWARE.
|
|
1042
|
-
|
|
1043
|
-
````
|
|
1044
|
-
|
|
1045
|
-
---
|
|
1046
|
-
|
|
1047
|
-
## The following dependencies are licensed under the MIT License:
|
|
1048
|
-
|
|
1049
|
-
### Rust Crates:
|
|
1050
|
-
|
|
1051
|
-
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1052
|
-
|
|
1053
|
-
````text
|
|
1054
|
-
Copyright (c) 2015 Steven Allen
|
|
1055
|
-
|
|
1056
|
-
Permission is hereby granted, free of charge, to any
|
|
1057
|
-
person obtaining a copy of this software and associated
|
|
1058
|
-
documentation files (the "Software"), to deal in the
|
|
1059
|
-
Software without restriction, including without
|
|
1060
|
-
limitation the rights to use, copy, modify, merge,
|
|
1061
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1062
|
-
the Software, and to permit persons to whom the Software
|
|
1063
|
-
is furnished to do so, subject to the following
|
|
1064
|
-
conditions:
|
|
1065
|
-
|
|
1066
|
-
The above copyright notice and this permission notice
|
|
1067
|
-
shall be included in all copies or substantial portions
|
|
1068
|
-
of the Software.
|
|
1069
|
-
|
|
1070
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1071
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1072
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1073
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1074
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1075
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1076
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1077
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1078
|
-
DEALINGS IN THE SOFTWARE.
|
|
1079
|
-
|
|
1080
|
-
````
|
|
1081
|
-
|
|
1082
|
-
---
|
|
1083
|
-
|
|
1084
|
-
## The following dependencies are licensed under the MIT License:
|
|
1085
|
-
|
|
1086
|
-
### Rust Crates:
|
|
1087
|
-
|
|
1088
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
1089
|
-
|
|
1090
|
-
````text
|
|
1091
|
-
The MIT License (MIT)
|
|
1092
|
-
|
|
1093
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1094
|
-
|
|
1095
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1096
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1097
|
-
in the Software without restriction, including without limitation the rights
|
|
1098
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1099
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1100
|
-
furnished to do so, subject to the following conditions:
|
|
1101
|
-
|
|
1102
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1103
|
-
copies or substantial portions of the Software.
|
|
1104
|
-
|
|
1105
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1106
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1107
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1108
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1109
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1110
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1111
|
-
SOFTWARE.
|
|
1112
|
-
````
|
|
1113
|
-
|
|
1114
|
-
---
|
|
1115
|
-
|
|
1116
|
-
## The following dependencies are licensed under the MIT License:
|
|
1117
|
-
|
|
1118
|
-
### Rust Crates:
|
|
1119
|
-
|
|
1120
855
|
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
1121
856
|
|
|
1122
857
|
````text
|
|
@@ -1150,35 +885,29 @@ THE SOFTWARE.
|
|
|
1150
885
|
|
|
1151
886
|
### Rust Crates:
|
|
1152
887
|
|
|
1153
|
-
- [
|
|
888
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
889
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1154
890
|
|
|
1155
891
|
````text
|
|
1156
|
-
Copyright (c) 2018-
|
|
1157
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
892
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1158
893
|
|
|
1159
|
-
Permission is hereby granted, free of charge, to any
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
the Software, and to permit persons to whom the Software
|
|
1166
|
-
is furnished to do so, subject to the following
|
|
1167
|
-
conditions:
|
|
894
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
895
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
896
|
+
in the Software without restriction, including without limitation the rights
|
|
897
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
898
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
899
|
+
furnished to do so, subject to the following conditions:
|
|
1168
900
|
|
|
1169
|
-
The above copyright notice and this permission notice
|
|
1170
|
-
|
|
1171
|
-
of the Software.
|
|
901
|
+
The above copyright notice and this permission notice shall be included in all
|
|
902
|
+
copies or substantial portions of the Software.
|
|
1172
903
|
|
|
1173
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1181
|
-
DEALINGS IN THE SOFTWARE.
|
|
904
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
905
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
906
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
907
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
908
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
909
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
910
|
+
SOFTWARE.
|
|
1182
911
|
|
|
1183
912
|
````
|
|
1184
913
|
|
|
@@ -1188,10 +917,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1188
917
|
|
|
1189
918
|
### Rust Crates:
|
|
1190
919
|
|
|
1191
|
-
- [
|
|
920
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
921
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
922
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1192
923
|
|
|
1193
924
|
````text
|
|
1194
|
-
Copyright
|
|
925
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
1195
926
|
|
|
1196
927
|
Permission is hereby granted, free of charge, to any
|
|
1197
928
|
person obtaining a copy of this software and associated
|
|
@@ -1225,15 +956,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1225
956
|
|
|
1226
957
|
### Rust Crates:
|
|
1227
958
|
|
|
1228
|
-
- [
|
|
1229
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1230
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1231
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1232
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1233
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
959
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1234
960
|
|
|
1235
961
|
````text
|
|
1236
|
-
Copyright (c)
|
|
962
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1237
963
|
|
|
1238
964
|
Permission is hereby granted, free of charge, to any
|
|
1239
965
|
person obtaining a copy of this software and associated
|
|
@@ -1267,12 +993,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1267
993
|
|
|
1268
994
|
### Rust Crates:
|
|
1269
995
|
|
|
1270
|
-
- [
|
|
996
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1271
997
|
|
|
1272
998
|
````text
|
|
1273
999
|
The MIT License (MIT)
|
|
1274
1000
|
|
|
1275
|
-
Copyright (c)
|
|
1001
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1276
1002
|
|
|
1277
1003
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1278
1004
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1281,19 +1007,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1281
1007
|
copies of the Software, and to permit persons to whom the Software is
|
|
1282
1008
|
furnished to do so, subject to the following conditions:
|
|
1283
1009
|
|
|
1284
|
-
The above copyright notice and this permission notice shall be included in
|
|
1285
|
-
copies or substantial portions of the Software.
|
|
1010
|
+
The above copyright notice and this permission notice shall be included in
|
|
1011
|
+
all copies or substantial portions of the Software.
|
|
1286
1012
|
|
|
1287
1013
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1288
1014
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1289
1015
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1290
1016
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1291
1017
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1292
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1293
|
-
SOFTWARE.
|
|
1018
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1019
|
+
THE SOFTWARE.
|
|
1294
1020
|
|
|
1295
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1296
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1297
1021
|
````
|
|
1298
1022
|
|
|
1299
1023
|
---
|
|
@@ -1302,29 +1026,33 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1302
1026
|
|
|
1303
1027
|
### Rust Crates:
|
|
1304
1028
|
|
|
1305
|
-
- [
|
|
1029
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1030
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1031
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1032
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1033
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1034
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1035
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1306
1036
|
|
|
1307
1037
|
````text
|
|
1308
|
-
|
|
1038
|
+
MIT License
|
|
1309
1039
|
|
|
1310
|
-
|
|
1311
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1312
|
-
in the Software without restriction, including without limitation the rights
|
|
1313
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1314
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1315
|
-
furnished to do so, subject to the following conditions:
|
|
1040
|
+
Copyright (c) <year> <copyright holders>
|
|
1316
1041
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1042
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1043
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1044
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1045
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1046
|
+
following conditions:
|
|
1319
1047
|
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1323
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1324
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1325
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1326
|
-
THE SOFTWARE.
|
|
1048
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1049
|
+
portions of the Software.
|
|
1327
1050
|
|
|
1051
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1052
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1053
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1054
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1055
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1328
1056
|
|
|
1329
1057
|
````
|
|
1330
1058
|
|
|
@@ -1334,13 +1062,10 @@ THE SOFTWARE.
|
|
|
1334
1062
|
|
|
1335
1063
|
### Rust Crates:
|
|
1336
1064
|
|
|
1337
|
-
- [
|
|
1065
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
1338
1066
|
|
|
1339
1067
|
````text
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1343
|
-
Copyright (c) Tokio Contributors
|
|
1068
|
+
Copyright (c) 2018 directories-rs contributors
|
|
1344
1069
|
|
|
1345
1070
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1346
1071
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1368,10 +1093,15 @@ SOFTWARE.
|
|
|
1368
1093
|
|
|
1369
1094
|
### Rust Crates:
|
|
1370
1095
|
|
|
1371
|
-
- [
|
|
1096
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1097
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1098
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1099
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1100
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1101
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1372
1102
|
|
|
1373
1103
|
````text
|
|
1374
|
-
Copyright (c)
|
|
1104
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1375
1105
|
|
|
1376
1106
|
Permission is hereby granted, free of charge, to any
|
|
1377
1107
|
person obtaining a copy of this software and associated
|
|
@@ -1405,13 +1135,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1405
1135
|
|
|
1406
1136
|
### Rust Crates:
|
|
1407
1137
|
|
|
1408
|
-
- [
|
|
1409
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1138
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1410
1139
|
|
|
1411
1140
|
````text
|
|
1412
|
-
Copyright
|
|
1413
|
-
|
|
1414
|
-
|
|
1141
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
1142
|
+
|
|
1143
|
+
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:
|
|
1144
|
+
|
|
1145
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1146
|
+
|
|
1147
|
+
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.
|
|
1148
|
+
|
|
1149
|
+
````
|
|
1150
|
+
|
|
1151
|
+
---
|
|
1152
|
+
|
|
1153
|
+
## The following dependencies are licensed under the MIT License:
|
|
1154
|
+
|
|
1155
|
+
### Rust Crates:
|
|
1156
|
+
|
|
1157
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1158
|
+
|
|
1159
|
+
````text
|
|
1160
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1415
1161
|
|
|
1416
1162
|
Permission is hereby granted, free of charge, to any
|
|
1417
1163
|
person obtaining a copy of this software and associated
|
|
@@ -1443,32 +1189,130 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1443
1189
|
|
|
1444
1190
|
## The following dependencies are licensed under the MIT License:
|
|
1445
1191
|
|
|
1446
|
-
###
|
|
1192
|
+
### Rust Crates:
|
|
1447
1193
|
|
|
1448
|
-
- [
|
|
1194
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1195
|
+
|
|
1196
|
+
````text
|
|
1197
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1198
|
+
|
|
1199
|
+
Permission is hereby granted, free of charge, to any
|
|
1200
|
+
person obtaining a copy of this software and associated
|
|
1201
|
+
documentation files (the "Software"), to deal in the
|
|
1202
|
+
Software without restriction, including without
|
|
1203
|
+
limitation the rights to use, copy, modify, merge,
|
|
1204
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1205
|
+
the Software, and to permit persons to whom the Software
|
|
1206
|
+
is furnished to do so, subject to the following
|
|
1207
|
+
conditions:
|
|
1208
|
+
|
|
1209
|
+
The above copyright notice and this permission notice
|
|
1210
|
+
shall be included in all copies or substantial portions
|
|
1211
|
+
of the Software.
|
|
1212
|
+
|
|
1213
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1214
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1215
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1216
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1217
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1218
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1219
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1220
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1221
|
+
DEALINGS IN THE SOFTWARE.
|
|
1222
|
+
|
|
1223
|
+
````
|
|
1224
|
+
|
|
1225
|
+
---
|
|
1226
|
+
|
|
1227
|
+
## The following dependencies are licensed under the MIT License:
|
|
1228
|
+
|
|
1229
|
+
### Rust Crates:
|
|
1230
|
+
|
|
1231
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
1232
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1449
1233
|
|
|
1450
1234
|
````text
|
|
1451
1235
|
The MIT License (MIT)
|
|
1452
1236
|
|
|
1453
|
-
Copyright
|
|
1237
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1454
1238
|
|
|
1455
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1456
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1457
|
-
in the Software without restriction, including without limitation the rights
|
|
1458
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1459
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1460
|
-
furnished to do so, subject to the following conditions:
|
|
1239
|
+
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:
|
|
1461
1240
|
|
|
1462
|
-
The above copyright notice and this permission notice shall be included in
|
|
1463
|
-
all copies or substantial portions of the Software.
|
|
1241
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1464
1242
|
|
|
1465
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1243
|
+
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.
|
|
1244
|
+
|
|
1245
|
+
````
|
|
1246
|
+
|
|
1247
|
+
---
|
|
1248
|
+
|
|
1249
|
+
## The following dependencies are licensed under the MIT License:
|
|
1250
|
+
|
|
1251
|
+
### Rust Crates:
|
|
1252
|
+
|
|
1253
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
1254
|
+
|
|
1255
|
+
````text
|
|
1256
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
1257
|
+
|
|
1258
|
+
Permission is hereby granted, free of charge, to any
|
|
1259
|
+
person obtaining a copy of this software and associated
|
|
1260
|
+
documentation files (the "Software"), to deal in the
|
|
1261
|
+
Software without restriction, including without
|
|
1262
|
+
limitation the rights to use, copy, modify, merge,
|
|
1263
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1264
|
+
the Software, and to permit persons to whom the Software
|
|
1265
|
+
is furnished to do so, subject to the following
|
|
1266
|
+
conditions:
|
|
1267
|
+
|
|
1268
|
+
The above copyright notice and this permission notice
|
|
1269
|
+
shall be included in all copies or substantial portions
|
|
1270
|
+
of the Software.
|
|
1271
|
+
|
|
1272
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1273
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1274
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1275
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1276
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1277
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1278
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1279
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1280
|
+
DEALINGS IN THE SOFTWARE.
|
|
1281
|
+
|
|
1282
|
+
````
|
|
1283
|
+
|
|
1284
|
+
---
|
|
1285
|
+
|
|
1286
|
+
## The following dependencies are licensed under the MIT License:
|
|
1287
|
+
|
|
1288
|
+
### Rust Crates:
|
|
1289
|
+
|
|
1290
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1291
|
+
|
|
1292
|
+
````text
|
|
1293
|
+
The MIT License (MIT)
|
|
1294
|
+
|
|
1295
|
+
Copyright (c) 2016 Johann Tuffe
|
|
1296
|
+
|
|
1297
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1298
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1299
|
+
in the Software without restriction, including without limitation the rights
|
|
1300
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1301
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1302
|
+
furnished to do so, subject to the following conditions:
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
The above copyright notice and this permission notice shall be included in
|
|
1306
|
+
all copies or substantial portions of the Software.
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1310
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1311
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1312
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1313
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1314
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1315
|
+
THE SOFTWARE.
|
|
1472
1316
|
|
|
1473
1317
|
````
|
|
1474
1318
|
|
|
@@ -1478,28 +1322,37 @@ THE SOFTWARE.
|
|
|
1478
1322
|
|
|
1479
1323
|
### Rust Crates:
|
|
1480
1324
|
|
|
1481
|
-
- [
|
|
1325
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1326
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1482
1327
|
|
|
1483
1328
|
````text
|
|
1484
|
-
Copyright (c)
|
|
1329
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1330
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1331
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1485
1332
|
|
|
1486
|
-
Permission is hereby granted, free of charge, to any
|
|
1487
|
-
of this software and associated
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1333
|
+
Permission is hereby granted, free of charge, to any
|
|
1334
|
+
person obtaining a copy of this software and associated
|
|
1335
|
+
documentation files (the "Software"), to deal in the
|
|
1336
|
+
Software without restriction, including without
|
|
1337
|
+
limitation the rights to use, copy, modify, merge,
|
|
1338
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1339
|
+
the Software, and to permit persons to whom the Software
|
|
1340
|
+
is furnished to do so, subject to the following
|
|
1341
|
+
conditions:
|
|
1492
1342
|
|
|
1493
|
-
The above copyright notice and this permission notice
|
|
1494
|
-
all copies or substantial portions
|
|
1343
|
+
The above copyright notice and this permission notice
|
|
1344
|
+
shall be included in all copies or substantial portions
|
|
1345
|
+
of the Software.
|
|
1495
1346
|
|
|
1496
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1497
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1347
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1348
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1349
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1350
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1351
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1352
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1353
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1354
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1355
|
+
DEALINGS IN THE SOFTWARE.
|
|
1503
1356
|
|
|
1504
1357
|
````
|
|
1505
1358
|
|
|
@@ -1509,12 +1362,12 @@ THE SOFTWARE.
|
|
|
1509
1362
|
|
|
1510
1363
|
### Rust Crates:
|
|
1511
1364
|
|
|
1512
|
-
- [
|
|
1513
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1514
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1365
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1515
1366
|
|
|
1516
1367
|
````text
|
|
1517
|
-
Copyright (c)
|
|
1368
|
+
Copyright (c) 2017 Carl Lerche
|
|
1369
|
+
Copyright (c) 2018 Bastian Köcher
|
|
1370
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1518
1371
|
|
|
1519
1372
|
Permission is hereby granted, free of charge, to any
|
|
1520
1373
|
person obtaining a copy of this software and associated
|
|
@@ -1548,10 +1401,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1548
1401
|
|
|
1549
1402
|
### Rust Crates:
|
|
1550
1403
|
|
|
1551
|
-
- [
|
|
1404
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1405
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1552
1406
|
|
|
1553
1407
|
````text
|
|
1554
|
-
|
|
1408
|
+
MIT License
|
|
1409
|
+
|
|
1410
|
+
Copyright (c) 2019 Graham Esau
|
|
1555
1411
|
|
|
1556
1412
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1557
1413
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1560,16 +1416,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1560
1416
|
copies of the Software, and to permit persons to whom the Software is
|
|
1561
1417
|
furnished to do so, subject to the following conditions:
|
|
1562
1418
|
|
|
1563
|
-
The above copyright notice and this permission notice shall be included in
|
|
1564
|
-
|
|
1419
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1420
|
+
copies or substantial portions of the Software.
|
|
1565
1421
|
|
|
1566
1422
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1567
1423
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1568
1424
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1569
1425
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1570
1426
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1571
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1572
|
-
|
|
1427
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1428
|
+
SOFTWARE.
|
|
1573
1429
|
|
|
1574
1430
|
````
|
|
1575
1431
|
|
|
@@ -1579,10 +1435,10 @@ THE SOFTWARE.
|
|
|
1579
1435
|
|
|
1580
1436
|
### Rust Crates:
|
|
1581
1437
|
|
|
1582
|
-
- [
|
|
1438
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1583
1439
|
|
|
1584
1440
|
````text
|
|
1585
|
-
Copyright (c)
|
|
1441
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1586
1442
|
|
|
1587
1443
|
Permission is hereby granted, free of charge, to any
|
|
1588
1444
|
person obtaining a copy of this software and associated
|
|
@@ -1616,11 +1472,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1616
1472
|
|
|
1617
1473
|
### Rust Crates:
|
|
1618
1474
|
|
|
1619
|
-
- [
|
|
1475
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1476
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1477
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1478
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1479
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1480
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1481
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1482
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1483
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1484
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1485
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1486
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1487
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1488
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1489
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1490
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1491
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1492
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1493
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1494
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1495
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1496
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1497
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1498
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1499
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1500
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1501
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1502
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1503
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1504
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1505
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1620
1506
|
|
|
1621
1507
|
````text
|
|
1622
|
-
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1623
|
-
|
|
1624
1508
|
Permission is hereby granted, free of charge, to any
|
|
1625
1509
|
person obtaining a copy of this software and associated
|
|
1626
1510
|
documentation files (the "Software"), to deal in the
|
|
@@ -1653,11 +1537,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1653
1537
|
|
|
1654
1538
|
### Rust Crates:
|
|
1655
1539
|
|
|
1656
|
-
- [
|
|
1540
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1657
1541
|
|
|
1658
1542
|
````text
|
|
1659
|
-
Copyright (c)
|
|
1660
|
-
Copyright (c) 2016 Alex Crichton
|
|
1543
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1661
1544
|
|
|
1662
1545
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1663
1546
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1677,6 +1560,42 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1677
1560
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1678
1561
|
THE SOFTWARE.
|
|
1679
1562
|
|
|
1563
|
+
````
|
|
1564
|
+
|
|
1565
|
+
---
|
|
1566
|
+
|
|
1567
|
+
## The following dependencies are licensed under the MIT License:
|
|
1568
|
+
|
|
1569
|
+
### Rust Crates:
|
|
1570
|
+
|
|
1571
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1572
|
+
|
|
1573
|
+
````text
|
|
1574
|
+
Copyright (c) 2016--2017
|
|
1575
|
+
|
|
1576
|
+
Permission is hereby granted, free of charge, to any
|
|
1577
|
+
person obtaining a copy of this software and associated
|
|
1578
|
+
documentation files (the "Software"), to deal in the
|
|
1579
|
+
Software without restriction, including without
|
|
1580
|
+
limitation the rights to use, copy, modify, merge,
|
|
1581
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1582
|
+
the Software, and to permit persons to whom the Software
|
|
1583
|
+
is furnished to do so, subject to the following
|
|
1584
|
+
conditions:
|
|
1585
|
+
|
|
1586
|
+
The above copyright notice and this permission notice
|
|
1587
|
+
shall be included in all copies or substantial portions
|
|
1588
|
+
of the Software.
|
|
1589
|
+
|
|
1590
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1591
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1592
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1593
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1594
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1595
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1596
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1597
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1598
|
+
DEALINGS IN THE SOFTWARE.
|
|
1680
1599
|
|
|
1681
1600
|
````
|
|
1682
1601
|
|
|
@@ -1686,11 +1605,10 @@ THE SOFTWARE.
|
|
|
1686
1605
|
|
|
1687
1606
|
### Rust Crates:
|
|
1688
1607
|
|
|
1689
|
-
- [
|
|
1608
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1690
1609
|
|
|
1691
1610
|
````text
|
|
1692
|
-
Copyright (c)
|
|
1693
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1611
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1694
1612
|
|
|
1695
1613
|
Permission is hereby granted, free of charge, to any
|
|
1696
1614
|
person obtaining a copy of this software and associated
|
|
@@ -1724,10 +1642,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1724
1642
|
|
|
1725
1643
|
### Rust Crates:
|
|
1726
1644
|
|
|
1727
|
-
- [
|
|
1645
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1646
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1647
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1728
1648
|
|
|
1729
1649
|
````text
|
|
1730
|
-
Copyright (c)
|
|
1650
|
+
Copyright (c) 2019 Tower Contributors
|
|
1731
1651
|
|
|
1732
1652
|
Permission is hereby granted, free of charge, to any
|
|
1733
1653
|
person obtaining a copy of this software and associated
|
|
@@ -1761,12 +1681,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1761
1681
|
|
|
1762
1682
|
### Rust Crates:
|
|
1763
1683
|
|
|
1764
|
-
- [
|
|
1684
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1765
1685
|
|
|
1766
1686
|
````text
|
|
1767
|
-
|
|
1687
|
+
MIT License
|
|
1768
1688
|
|
|
1769
|
-
Copyright (c)
|
|
1689
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1690
|
+
Copyright (c) Tokio Contributors
|
|
1770
1691
|
|
|
1771
1692
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1772
1693
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1794,11 +1715,15 @@ SOFTWARE.
|
|
|
1794
1715
|
|
|
1795
1716
|
### Rust Crates:
|
|
1796
1717
|
|
|
1797
|
-
- [
|
|
1718
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1719
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1720
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1798
1721
|
|
|
1799
1722
|
````text
|
|
1800
1723
|
MIT License
|
|
1801
1724
|
|
|
1725
|
+
Copyright (c) Tokio Contributors
|
|
1726
|
+
|
|
1802
1727
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1803
1728
|
of this software and associated documentation files (the "Software"), to deal
|
|
1804
1729
|
in the Software without restriction, including without limitation the rights
|
|
@@ -1825,39 +1750,11 @@ SOFTWARE.
|
|
|
1825
1750
|
|
|
1826
1751
|
### Rust Crates:
|
|
1827
1752
|
|
|
1828
|
-
- [
|
|
1829
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1830
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1831
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1832
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1833
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1834
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1835
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1836
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1837
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1838
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1839
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1840
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1841
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1842
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1843
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1844
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1845
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1846
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1847
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1848
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1849
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1850
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1851
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1852
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1853
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1854
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1855
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1856
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1857
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1858
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1753
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1859
1754
|
|
|
1860
1755
|
````text
|
|
1756
|
+
Copyright Mozilla Foundation
|
|
1757
|
+
|
|
1861
1758
|
Permission is hereby granted, free of charge, to any
|
|
1862
1759
|
person obtaining a copy of this software and associated
|
|
1863
1760
|
documentation files (the "Software"), to deal in the
|
|
@@ -1890,10 +1787,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1890
1787
|
|
|
1891
1788
|
### Rust Crates:
|
|
1892
1789
|
|
|
1893
|
-
- [
|
|
1790
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1894
1791
|
|
|
1895
1792
|
````text
|
|
1896
|
-
Copyright (c)
|
|
1793
|
+
Copyright (c) The rust-url developers
|
|
1897
1794
|
|
|
1898
1795
|
Permission is hereby granted, free of charge, to any
|
|
1899
1796
|
person obtaining a copy of this software and associated
|
|
@@ -1927,13 +1824,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1927
1824
|
|
|
1928
1825
|
### Rust Crates:
|
|
1929
1826
|
|
|
1930
|
-
- [
|
|
1931
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1932
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1933
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1827
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1934
1828
|
|
|
1935
1829
|
````text
|
|
1936
|
-
Copyright
|
|
1830
|
+
Copyright 2023 The Fuchsia Authors
|
|
1937
1831
|
|
|
1938
1832
|
Permission is hereby granted, free of charge, to any
|
|
1939
1833
|
person obtaining a copy of this software and associated
|
|
@@ -1956,46 +1850,9 @@ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
|
1956
1850
|
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1957
1851
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1958
1852
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1959
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1960
|
-
DEALINGS IN THE SOFTWARE.
|
|
1961
|
-
|
|
1962
|
-
````
|
|
1963
|
-
|
|
1964
|
-
---
|
|
1965
|
-
|
|
1966
|
-
## The following dependencies are licensed under the MIT License:
|
|
1967
|
-
|
|
1968
|
-
### Rust Crates:
|
|
1969
|
-
|
|
1970
|
-
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
1971
|
-
|
|
1972
|
-
````text
|
|
1973
|
-
Copyright 2017 Juniper Networks, Inc.
|
|
1974
|
-
|
|
1975
|
-
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:
|
|
1976
|
-
|
|
1977
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1978
|
-
|
|
1979
|
-
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.
|
|
1980
|
-
|
|
1981
|
-
````
|
|
1982
|
-
|
|
1983
|
-
---
|
|
1984
|
-
|
|
1985
|
-
## The following dependencies are licensed under the MIT License:
|
|
1986
|
-
|
|
1987
|
-
### Rust Crates:
|
|
1988
|
-
|
|
1989
|
-
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1990
|
-
|
|
1991
|
-
````text
|
|
1992
|
-
Copyright 2016 Nika Layzell
|
|
1993
|
-
|
|
1994
|
-
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:
|
|
1995
|
-
|
|
1996
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1853
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1854
|
+
DEALINGS IN THE SOFTWARE.
|
|
1997
1855
|
|
|
1998
|
-
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.
|
|
1999
1856
|
|
|
2000
1857
|
````
|
|
2001
1858
|
|
|
@@ -2005,10 +1862,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2005
1862
|
|
|
2006
1863
|
### Rust Crates:
|
|
2007
1864
|
|
|
2008
|
-
- [
|
|
1865
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2009
1866
|
|
|
2010
1867
|
````text
|
|
2011
|
-
Copyright (c)
|
|
1868
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2012
1869
|
|
|
2013
1870
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2014
1871
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2036,30 +1893,35 @@ SOFTWARE.
|
|
|
2036
1893
|
|
|
2037
1894
|
### Rust Crates:
|
|
2038
1895
|
|
|
2039
|
-
- [
|
|
1896
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
2040
1897
|
|
|
2041
1898
|
````text
|
|
2042
|
-
The
|
|
2043
|
-
|
|
2044
|
-
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1899
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1900
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2045
1901
|
|
|
2046
|
-
Permission is hereby granted, free of charge, to any
|
|
2047
|
-
of this software and associated
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
1902
|
+
Permission is hereby granted, free of charge, to any
|
|
1903
|
+
person obtaining a copy of this software and associated
|
|
1904
|
+
documentation files (the "Software"), to deal in the
|
|
1905
|
+
Software without restriction, including without
|
|
1906
|
+
limitation the rights to use, copy, modify, merge,
|
|
1907
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1908
|
+
the Software, and to permit persons to whom the Software
|
|
1909
|
+
is furnished to do so, subject to the following
|
|
1910
|
+
conditions:
|
|
2052
1911
|
|
|
2053
|
-
The above copyright notice and this permission notice
|
|
2054
|
-
all copies or substantial portions
|
|
1912
|
+
The above copyright notice and this permission notice
|
|
1913
|
+
shall be included in all copies or substantial portions
|
|
1914
|
+
of the Software.
|
|
2055
1915
|
|
|
2056
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2057
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
1916
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1917
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1918
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1919
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1920
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1921
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1922
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1923
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1924
|
+
DEALINGS IN THE SOFTWARE.
|
|
2063
1925
|
|
|
2064
1926
|
````
|
|
2065
1927
|
|
|
@@ -2069,28 +1931,34 @@ THE SOFTWARE.
|
|
|
2069
1931
|
|
|
2070
1932
|
### Rust Crates:
|
|
2071
1933
|
|
|
2072
|
-
- [
|
|
1934
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2073
1935
|
|
|
2074
1936
|
````text
|
|
2075
|
-
Copyright (c)
|
|
1937
|
+
Copyright (c) 2017 Contributors
|
|
2076
1938
|
|
|
2077
|
-
Permission is hereby granted, free of charge, to any
|
|
2078
|
-
of this software and associated
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
1939
|
+
Permission is hereby granted, free of charge, to any
|
|
1940
|
+
person obtaining a copy of this software and associated
|
|
1941
|
+
documentation files (the "Software"), to deal in the
|
|
1942
|
+
Software without restriction, including without
|
|
1943
|
+
limitation the rights to use, copy, modify, merge,
|
|
1944
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1945
|
+
the Software, and to permit persons to whom the Software
|
|
1946
|
+
is furnished to do so, subject to the following
|
|
1947
|
+
conditions:
|
|
2083
1948
|
|
|
2084
|
-
The above copyright notice and this permission notice
|
|
2085
|
-
copies or substantial portions
|
|
1949
|
+
The above copyright notice and this permission notice
|
|
1950
|
+
shall be included in all copies or substantial portions
|
|
1951
|
+
of the Software.
|
|
2086
1952
|
|
|
2087
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2088
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
1953
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1954
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1955
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1956
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1957
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1958
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1959
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1960
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1961
|
+
DEALINGS IN THE SOFTWARE.
|
|
2094
1962
|
|
|
2095
1963
|
````
|
|
2096
1964
|
|
|
@@ -2100,10 +1968,10 @@ SOFTWARE.
|
|
|
2100
1968
|
|
|
2101
1969
|
### Rust Crates:
|
|
2102
1970
|
|
|
2103
|
-
- [
|
|
1971
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2104
1972
|
|
|
2105
1973
|
````text
|
|
2106
|
-
Copyright (c)
|
|
1974
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2107
1975
|
|
|
2108
1976
|
Permission is hereby granted, free of charge, to any
|
|
2109
1977
|
person obtaining a copy of this software and associated
|
|
@@ -2135,33 +2003,55 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2135
2003
|
|
|
2136
2004
|
## The following dependencies are licensed under the MIT License:
|
|
2137
2005
|
|
|
2138
|
-
###
|
|
2006
|
+
### Rust Crates:
|
|
2139
2007
|
|
|
2140
|
-
- [
|
|
2141
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2008
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2142
2009
|
|
|
2143
2010
|
````text
|
|
2144
|
-
|
|
2011
|
+
Copyright (c) 2014 Chris Wong
|
|
2145
2012
|
|
|
2146
|
-
|
|
2013
|
+
Permission is hereby granted, free of charge, to any
|
|
2014
|
+
person obtaining a copy of this software and associated
|
|
2015
|
+
documentation files (the "Software"), to deal in the
|
|
2016
|
+
Software without restriction, including without
|
|
2017
|
+
limitation the rights to use, copy, modify, merge,
|
|
2018
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2019
|
+
the Software, and to permit persons to whom the Software
|
|
2020
|
+
is furnished to do so, subject to the following
|
|
2021
|
+
conditions:
|
|
2147
2022
|
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2152
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2153
|
-
furnished to do so, subject to the following conditions:
|
|
2023
|
+
The above copyright notice and this permission notice
|
|
2024
|
+
shall be included in all copies or substantial portions
|
|
2025
|
+
of the Software.
|
|
2154
2026
|
|
|
2155
|
-
|
|
2156
|
-
|
|
2027
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2028
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2029
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2030
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2031
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2032
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2033
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2034
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2035
|
+
DEALINGS IN THE SOFTWARE.
|
|
2157
2036
|
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2037
|
+
````
|
|
2038
|
+
|
|
2039
|
+
---
|
|
2040
|
+
|
|
2041
|
+
## The following dependencies are licensed under the MIT License:
|
|
2042
|
+
|
|
2043
|
+
### Rust Crates:
|
|
2044
|
+
|
|
2045
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2046
|
+
|
|
2047
|
+
````text
|
|
2048
|
+
Copyright 2016 Nika Layzell
|
|
2049
|
+
|
|
2050
|
+
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:
|
|
2051
|
+
|
|
2052
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2053
|
+
|
|
2054
|
+
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.
|
|
2165
2055
|
|
|
2166
2056
|
````
|
|
2167
2057
|
|
|
@@ -2171,11 +2061,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2171
2061
|
|
|
2172
2062
|
### Rust Crates:
|
|
2173
2063
|
|
|
2174
|
-
- [
|
|
2064
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2175
2065
|
|
|
2176
2066
|
````text
|
|
2177
|
-
|
|
2178
|
-
|
|
2067
|
+
The MIT License (MIT)
|
|
2068
|
+
|
|
2069
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2070
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2179
2071
|
|
|
2180
2072
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2181
2073
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2184,16 +2076,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2184
2076
|
copies of the Software, and to permit persons to whom the Software is
|
|
2185
2077
|
furnished to do so, subject to the following conditions:
|
|
2186
2078
|
|
|
2187
|
-
The above copyright notice and this permission notice shall be included in
|
|
2188
|
-
|
|
2079
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2080
|
+
copies or substantial portions of the Software.
|
|
2189
2081
|
|
|
2190
2082
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2191
2083
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2192
2084
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2193
2085
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2194
2086
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2195
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2196
|
-
|
|
2087
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2088
|
+
SOFTWARE.
|
|
2197
2089
|
|
|
2198
2090
|
````
|
|
2199
2091
|
|
|
@@ -2203,13 +2095,11 @@ THE SOFTWARE.
|
|
|
2203
2095
|
|
|
2204
2096
|
### Rust Crates:
|
|
2205
2097
|
|
|
2206
|
-
- [
|
|
2098
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2207
2099
|
|
|
2208
2100
|
````text
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
2212
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
2101
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2102
|
+
Copyright (c) 2016 Jason Housley
|
|
2213
2103
|
|
|
2214
2104
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2215
2105
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2218,16 +2108,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2218
2108
|
copies of the Software, and to permit persons to whom the Software is
|
|
2219
2109
|
furnished to do so, subject to the following conditions:
|
|
2220
2110
|
|
|
2221
|
-
The above copyright notice and this permission notice shall be included in
|
|
2222
|
-
copies or substantial portions of the Software.
|
|
2111
|
+
The above copyright notice and this permission notice shall be included in
|
|
2112
|
+
all copies or substantial portions of the Software.
|
|
2223
2113
|
|
|
2224
2114
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2225
2115
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2226
2116
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2227
2117
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2228
2118
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2229
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2230
|
-
SOFTWARE.
|
|
2119
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2120
|
+
THE SOFTWARE.
|
|
2231
2121
|
|
|
2232
2122
|
````
|
|
2233
2123
|
|
|
@@ -2275,63 +2165,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2275
2165
|
|
|
2276
2166
|
### Rust Crates:
|
|
2277
2167
|
|
|
2278
|
-
- [
|
|
2279
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
2280
|
-
|
|
2281
|
-
````text
|
|
2282
|
-
MIT License
|
|
2283
|
-
|
|
2284
|
-
Copyright (c) 2019 Graham Esau
|
|
2285
|
-
|
|
2286
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2287
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2288
|
-
in the Software without restriction, including without limitation the rights
|
|
2289
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2290
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2291
|
-
furnished to do so, subject to the following conditions:
|
|
2292
|
-
|
|
2293
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2294
|
-
copies or substantial portions of the Software.
|
|
2295
|
-
|
|
2296
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2297
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2298
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2299
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2300
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2301
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2302
|
-
SOFTWARE.
|
|
2303
|
-
|
|
2304
|
-
````
|
|
2305
|
-
|
|
2306
|
-
---
|
|
2307
|
-
|
|
2308
|
-
## The following dependencies are licensed under the MIT License:
|
|
2309
|
-
|
|
2310
|
-
### Rust Crates:
|
|
2311
|
-
|
|
2312
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2168
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2313
2169
|
|
|
2314
2170
|
````text
|
|
2315
|
-
Copyright (c)
|
|
2316
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2171
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2317
2172
|
|
|
2318
|
-
Permission is hereby granted, free of charge, to any
|
|
2319
|
-
of this software and associated
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2173
|
+
Permission is hereby granted, free of charge, to any
|
|
2174
|
+
person obtaining a copy of this software and associated
|
|
2175
|
+
documentation files (the "Software"), to deal in the
|
|
2176
|
+
Software without restriction, including without
|
|
2177
|
+
limitation the rights to use, copy, modify, merge,
|
|
2178
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2179
|
+
the Software, and to permit persons to whom the Software
|
|
2180
|
+
is furnished to do so, subject to the following
|
|
2181
|
+
conditions:
|
|
2324
2182
|
|
|
2325
|
-
The above copyright notice and this permission notice
|
|
2326
|
-
copies or substantial portions
|
|
2183
|
+
The above copyright notice and this permission notice
|
|
2184
|
+
shall be included in all copies or substantial portions
|
|
2185
|
+
of the Software.
|
|
2327
2186
|
|
|
2328
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2329
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2187
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2188
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2189
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2190
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2191
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2192
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2193
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2194
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2195
|
+
DEALINGS IN THE SOFTWARE.
|
|
2335
2196
|
|
|
2336
2197
|
````
|
|
2337
2198
|
|
|
@@ -2341,10 +2202,10 @@ SOFTWARE.
|
|
|
2341
2202
|
|
|
2342
2203
|
### Rust Crates:
|
|
2343
2204
|
|
|
2344
|
-
- [
|
|
2205
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2345
2206
|
|
|
2346
2207
|
````text
|
|
2347
|
-
Copyright (c) The
|
|
2208
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2348
2209
|
|
|
2349
2210
|
Permission is hereby granted, free of charge, to any
|
|
2350
2211
|
person obtaining a copy of this software and associated
|
|
@@ -2376,33 +2237,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2376
2237
|
|
|
2377
2238
|
## The following dependencies are licensed under the MIT License:
|
|
2378
2239
|
|
|
2379
|
-
###
|
|
2240
|
+
### Rust Crates:
|
|
2380
2241
|
|
|
2381
|
-
- [
|
|
2382
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2242
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2383
2243
|
|
|
2384
2244
|
````text
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
2245
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2388
2246
|
|
|
2389
|
-
Permission is hereby granted, free of charge, to any
|
|
2390
|
-
of this software and associated
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2247
|
+
Permission is hereby granted, free of charge, to any
|
|
2248
|
+
person obtaining a copy of this software and associated
|
|
2249
|
+
documentation files (the "Software"), to deal in the
|
|
2250
|
+
Software without restriction, including without
|
|
2251
|
+
limitation the rights to use, copy, modify, merge,
|
|
2252
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2253
|
+
the Software, and to permit persons to whom the Software
|
|
2254
|
+
is furnished to do so, subject to the following
|
|
2255
|
+
conditions:
|
|
2395
2256
|
|
|
2396
|
-
The above copyright notice and this permission notice
|
|
2397
|
-
copies or substantial portions
|
|
2257
|
+
The above copyright notice and this permission notice
|
|
2258
|
+
shall be included in all copies or substantial portions
|
|
2259
|
+
of the Software.
|
|
2398
2260
|
|
|
2399
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2400
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2261
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2262
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2263
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2264
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2265
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2266
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2267
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2268
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2269
|
+
DEALINGS IN THE SOFTWARE.
|
|
2406
2270
|
|
|
2407
2271
|
````
|
|
2408
2272
|
|
|
@@ -2412,10 +2276,11 @@ SOFTWARE.
|
|
|
2412
2276
|
|
|
2413
2277
|
### Rust Crates:
|
|
2414
2278
|
|
|
2415
|
-
- [
|
|
2279
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2416
2280
|
|
|
2417
2281
|
````text
|
|
2418
|
-
Copyright (c)
|
|
2282
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2283
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2419
2284
|
|
|
2420
2285
|
Permission is hereby granted, free of charge, to any
|
|
2421
2286
|
person obtaining a copy of this software and associated
|
|
@@ -2449,10 +2314,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2449
2314
|
|
|
2450
2315
|
### Rust Crates:
|
|
2451
2316
|
|
|
2452
|
-
- [
|
|
2317
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
2453
2318
|
|
|
2454
2319
|
````text
|
|
2455
|
-
Copyright (c)
|
|
2320
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
2456
2321
|
|
|
2457
2322
|
Permission is hereby granted, free of charge, to any
|
|
2458
2323
|
person obtaining a copy of this software and associated
|
|
@@ -2486,19 +2351,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2486
2351
|
|
|
2487
2352
|
### Rust Crates:
|
|
2488
2353
|
|
|
2489
|
-
- [
|
|
2490
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2354
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2491
2355
|
|
|
2492
2356
|
````text
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2357
|
+
MIT License
|
|
2496
2358
|
|
|
2497
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2359
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2360
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2361
|
+
in the Software without restriction, including without limitation the rights
|
|
2362
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2363
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2364
|
+
furnished to do so, subject to the following conditions:
|
|
2498
2365
|
|
|
2499
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2366
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2367
|
+
copies or substantial portions of the Software.
|
|
2500
2368
|
|
|
2501
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2369
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2370
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2371
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2372
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2373
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2374
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2375
|
+
SOFTWARE.
|
|
2502
2376
|
|
|
2503
2377
|
````
|
|
2504
2378
|
|
|
@@ -2508,9 +2382,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2508
2382
|
|
|
2509
2383
|
### Rust Crates:
|
|
2510
2384
|
|
|
2511
|
-
- [
|
|
2385
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2512
2386
|
|
|
2513
2387
|
````text
|
|
2388
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2389
|
+
|
|
2514
2390
|
Permission is hereby granted, free of charge, to any
|
|
2515
2391
|
person obtaining a copy of this software and associated
|
|
2516
2392
|
documentation files (the "Software"), to deal in the
|
|
@@ -2534,6 +2410,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2534
2410
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2535
2411
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2536
2412
|
DEALINGS IN THE SOFTWARE.
|
|
2413
|
+
|
|
2537
2414
|
````
|
|
2538
2415
|
|
|
2539
2416
|
---
|
|
@@ -2542,17 +2419,44 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2542
2419
|
|
|
2543
2420
|
### Rust Crates:
|
|
2544
2421
|
|
|
2545
|
-
- [
|
|
2422
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2546
2423
|
|
|
2547
2424
|
````text
|
|
2548
|
-
|
|
2425
|
+
The MIT License (MIT)
|
|
2426
|
+
|
|
2427
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2428
|
+
|
|
2429
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2430
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2431
|
+
in the Software without restriction, including without limitation the rights
|
|
2432
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2433
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2434
|
+
furnished to do so, subject to the following conditions:
|
|
2435
|
+
|
|
2436
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2437
|
+
copies or substantial portions of the Software.
|
|
2438
|
+
|
|
2439
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2440
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2441
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2442
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2443
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2444
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2445
|
+
SOFTWARE.
|
|
2446
|
+
````
|
|
2549
2447
|
|
|
2550
|
-
|
|
2551
|
-
Copyright (c) 2016 Pyfisch
|
|
2448
|
+
---
|
|
2552
2449
|
|
|
2553
|
-
|
|
2554
|
-
|
|
2450
|
+
## The following dependencies are licensed under the MIT License:
|
|
2451
|
+
|
|
2452
|
+
### NPM Packages:
|
|
2555
2453
|
|
|
2454
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2455
|
+
|
|
2456
|
+
````text
|
|
2457
|
+
The MIT License (MIT)
|
|
2458
|
+
|
|
2459
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2556
2460
|
|
|
2557
2461
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2558
2462
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2572,6 +2476,41 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2572
2476
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2573
2477
|
SOFTWARE.
|
|
2574
2478
|
|
|
2479
|
+
|
|
2480
|
+
````
|
|
2481
|
+
|
|
2482
|
+
---
|
|
2483
|
+
|
|
2484
|
+
## The following dependencies are licensed under the MIT License:
|
|
2485
|
+
|
|
2486
|
+
### NPM Packages:
|
|
2487
|
+
|
|
2488
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2489
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.39)
|
|
2490
|
+
|
|
2491
|
+
````text
|
|
2492
|
+
MIT License
|
|
2493
|
+
|
|
2494
|
+
Copyright (c) Microsoft Corporation.
|
|
2495
|
+
|
|
2496
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2497
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2498
|
+
in the Software without restriction, including without limitation the rights
|
|
2499
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2500
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2501
|
+
furnished to do so, subject to the following conditions:
|
|
2502
|
+
|
|
2503
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2504
|
+
copies or substantial portions of the Software.
|
|
2505
|
+
|
|
2506
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2507
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2508
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2509
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2510
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2511
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2512
|
+
SOFTWARE
|
|
2513
|
+
|
|
2575
2514
|
````
|
|
2576
2515
|
|
|
2577
2516
|
---
|
|
@@ -2580,12 +2519,10 @@ SOFTWARE.
|
|
|
2580
2519
|
|
|
2581
2520
|
### Rust Crates:
|
|
2582
2521
|
|
|
2583
|
-
- [
|
|
2522
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2584
2523
|
|
|
2585
2524
|
````text
|
|
2586
|
-
Copyright (c)
|
|
2587
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2588
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2525
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2589
2526
|
|
|
2590
2527
|
Permission is hereby granted, free of charge, to any
|
|
2591
2528
|
person obtaining a copy of this software and associated
|
|
@@ -2619,30 +2556,40 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2619
2556
|
|
|
2620
2557
|
### Rust Crates:
|
|
2621
2558
|
|
|
2622
|
-
- [
|
|
2559
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2560
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2561
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2562
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2563
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2564
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2623
2565
|
|
|
2624
2566
|
````text
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2567
|
+
Copyright 2018 Developers of the Rand project
|
|
2568
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2628
2569
|
|
|
2629
|
-
Permission is hereby granted, free of charge, to any
|
|
2630
|
-
of this software and associated
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2570
|
+
Permission is hereby granted, free of charge, to any
|
|
2571
|
+
person obtaining a copy of this software and associated
|
|
2572
|
+
documentation files (the "Software"), to deal in the
|
|
2573
|
+
Software without restriction, including without
|
|
2574
|
+
limitation the rights to use, copy, modify, merge,
|
|
2575
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2576
|
+
the Software, and to permit persons to whom the Software
|
|
2577
|
+
is furnished to do so, subject to the following
|
|
2578
|
+
conditions:
|
|
2635
2579
|
|
|
2636
|
-
The above copyright notice and this permission notice
|
|
2637
|
-
copies or substantial portions
|
|
2580
|
+
The above copyright notice and this permission notice
|
|
2581
|
+
shall be included in all copies or substantial portions
|
|
2582
|
+
of the Software.
|
|
2638
2583
|
|
|
2639
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2640
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2584
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2585
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2586
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2587
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2588
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2589
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2590
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2591
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2592
|
+
DEALINGS IN THE SOFTWARE.
|
|
2646
2593
|
|
|
2647
2594
|
````
|
|
2648
2595
|
|
|
@@ -2652,10 +2599,11 @@ SOFTWARE.
|
|
|
2652
2599
|
|
|
2653
2600
|
### Rust Crates:
|
|
2654
2601
|
|
|
2655
|
-
- [
|
|
2602
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2656
2603
|
|
|
2657
2604
|
````text
|
|
2658
|
-
Copyright (c)
|
|
2605
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2606
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2659
2607
|
|
|
2660
2608
|
Permission is hereby granted, free of charge, to any
|
|
2661
2609
|
person obtaining a copy of this software and associated
|
|
@@ -2667,19 +2615,54 @@ the Software, and to permit persons to whom the Software
|
|
|
2667
2615
|
is furnished to do so, subject to the following
|
|
2668
2616
|
conditions:
|
|
2669
2617
|
|
|
2670
|
-
The above copyright notice and this permission notice
|
|
2671
|
-
shall be included in all copies or substantial portions
|
|
2672
|
-
of the Software.
|
|
2618
|
+
The above copyright notice and this permission notice
|
|
2619
|
+
shall be included in all copies or substantial portions
|
|
2620
|
+
of the Software.
|
|
2621
|
+
|
|
2622
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2623
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2624
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2625
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2626
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2627
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2628
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2629
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2630
|
+
DEALINGS IN THE SOFTWARE.
|
|
2631
|
+
|
|
2632
|
+
````
|
|
2633
|
+
|
|
2634
|
+
---
|
|
2635
|
+
|
|
2636
|
+
## The following dependencies are licensed under the MIT License:
|
|
2637
|
+
|
|
2638
|
+
### Rust Crates:
|
|
2639
|
+
|
|
2640
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2641
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2642
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2643
|
+
|
|
2644
|
+
````text
|
|
2645
|
+
MIT License
|
|
2646
|
+
|
|
2647
|
+
Copyright (c) 2017 Ted Driggs
|
|
2673
2648
|
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2649
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2650
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2651
|
+
in the Software without restriction, including without limitation the rights
|
|
2652
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2653
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2654
|
+
furnished to do so, subject to the following conditions:
|
|
2655
|
+
|
|
2656
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2657
|
+
copies or substantial portions of the Software.
|
|
2658
|
+
|
|
2659
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2660
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2661
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2662
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2663
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2664
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2665
|
+
SOFTWARE.
|
|
2683
2666
|
|
|
2684
2667
|
````
|
|
2685
2668
|
|
|
@@ -2689,11 +2672,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2689
2672
|
|
|
2690
2673
|
### Rust Crates:
|
|
2691
2674
|
|
|
2692
|
-
- [
|
|
2675
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2693
2676
|
|
|
2694
2677
|
````text
|
|
2695
|
-
Copyright (c) 2017
|
|
2696
|
-
Copyright (c) 2016 Jason Housley
|
|
2678
|
+
Copyright (c) 2017 Sean McArthur
|
|
2697
2679
|
|
|
2698
2680
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2699
2681
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2713,6 +2695,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2713
2695
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2714
2696
|
THE SOFTWARE.
|
|
2715
2697
|
|
|
2698
|
+
|
|
2716
2699
|
````
|
|
2717
2700
|
|
|
2718
2701
|
---
|
|
@@ -2721,14 +2704,12 @@ THE SOFTWARE.
|
|
|
2721
2704
|
|
|
2722
2705
|
### Rust Crates:
|
|
2723
2706
|
|
|
2724
|
-
- [
|
|
2725
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2726
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2707
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2727
2708
|
|
|
2728
2709
|
````text
|
|
2729
|
-
MIT License
|
|
2710
|
+
The MIT License (MIT)
|
|
2730
2711
|
|
|
2731
|
-
Copyright (c)
|
|
2712
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2732
2713
|
|
|
2733
2714
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2734
2715
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2748,6 +2729,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2748
2729
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2749
2730
|
SOFTWARE.
|
|
2750
2731
|
|
|
2732
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2733
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2751
2734
|
````
|
|
2752
2735
|
|
|
2753
2736
|
---
|
|
@@ -2756,10 +2739,11 @@ SOFTWARE.
|
|
|
2756
2739
|
|
|
2757
2740
|
### Rust Crates:
|
|
2758
2741
|
|
|
2759
|
-
- [
|
|
2742
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2743
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2760
2744
|
|
|
2761
2745
|
````text
|
|
2762
|
-
Copyright (c)
|
|
2746
|
+
Copyright (c) 2014 Alex Crichton
|
|
2763
2747
|
|
|
2764
2748
|
Permission is hereby granted, free of charge, to any
|
|
2765
2749
|
person obtaining a copy of this software and associated
|
|
@@ -2784,6 +2768,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2784
2768
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2785
2769
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2786
2770
|
DEALINGS IN THE SOFTWARE.
|
|
2771
|
+
|
|
2787
2772
|
````
|
|
2788
2773
|
|
|
2789
2774
|
---
|
|
@@ -2792,10 +2777,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2792
2777
|
|
|
2793
2778
|
### Rust Crates:
|
|
2794
2779
|
|
|
2795
|
-
- [
|
|
2780
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2796
2781
|
|
|
2797
2782
|
````text
|
|
2798
|
-
|
|
2783
|
+
MIT License
|
|
2784
|
+
|
|
2785
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2799
2786
|
|
|
2800
2787
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2801
2788
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2804,17 +2791,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2804
2791
|
copies of the Software, and to permit persons to whom the Software is
|
|
2805
2792
|
furnished to do so, subject to the following conditions:
|
|
2806
2793
|
|
|
2807
|
-
The above copyright notice and this permission notice shall be included in
|
|
2808
|
-
|
|
2794
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2795
|
+
copies or substantial portions of the Software.
|
|
2809
2796
|
|
|
2810
2797
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2811
2798
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2812
2799
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2813
2800
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2814
2801
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2815
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2816
|
-
|
|
2817
|
-
|
|
2802
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2803
|
+
SOFTWARE.
|
|
2818
2804
|
|
|
2819
2805
|
````
|
|
2820
2806
|
|
|
@@ -2824,10 +2810,12 @@ THE SOFTWARE.
|
|
|
2824
2810
|
|
|
2825
2811
|
### Rust Crates:
|
|
2826
2812
|
|
|
2827
|
-
- [
|
|
2813
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2828
2814
|
|
|
2829
2815
|
````text
|
|
2830
|
-
|
|
2816
|
+
MIT License
|
|
2817
|
+
|
|
2818
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2831
2819
|
|
|
2832
2820
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2833
2821
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2836,17 +2824,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2836
2824
|
copies of the Software, and to permit persons to whom the Software is
|
|
2837
2825
|
furnished to do so, subject to the following conditions:
|
|
2838
2826
|
|
|
2839
|
-
The above copyright notice and this permission notice shall be included in
|
|
2840
|
-
|
|
2827
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2828
|
+
copies or substantial portions of the Software.
|
|
2841
2829
|
|
|
2842
2830
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2843
2831
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2844
2832
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2845
2833
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2846
2834
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2847
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2848
|
-
|
|
2849
|
-
|
|
2835
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2836
|
+
SOFTWARE.
|
|
2850
2837
|
|
|
2851
2838
|
````
|
|
2852
2839
|
|
|
@@ -2854,36 +2841,33 @@ THE SOFTWARE.
|
|
|
2854
2841
|
|
|
2855
2842
|
## The following dependencies are licensed under the MIT License:
|
|
2856
2843
|
|
|
2857
|
-
###
|
|
2844
|
+
### NPM Packages:
|
|
2858
2845
|
|
|
2859
|
-
- [
|
|
2846
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2847
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2860
2848
|
|
|
2861
2849
|
````text
|
|
2862
|
-
|
|
2850
|
+
MIT License
|
|
2863
2851
|
|
|
2864
|
-
|
|
2865
|
-
person obtaining a copy of this software and associated
|
|
2866
|
-
documentation files (the "Software"), to deal in the
|
|
2867
|
-
Software without restriction, including without
|
|
2868
|
-
limitation the rights to use, copy, modify, merge,
|
|
2869
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2870
|
-
the Software, and to permit persons to whom the Software
|
|
2871
|
-
is furnished to do so, subject to the following
|
|
2872
|
-
conditions:
|
|
2852
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2873
2853
|
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2854
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2855
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2856
|
+
in the Software without restriction, including without limitation the rights
|
|
2857
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2858
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2859
|
+
furnished to do so, subject to the following conditions:
|
|
2877
2860
|
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
IN
|
|
2886
|
-
|
|
2861
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2862
|
+
copies or substantial portions of the Software.
|
|
2863
|
+
|
|
2864
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2865
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2866
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2867
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2868
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2869
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2870
|
+
SOFTWARE.
|
|
2887
2871
|
|
|
2888
2872
|
````
|
|
2889
2873
|
|
|
@@ -2893,10 +2877,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2893
2877
|
|
|
2894
2878
|
### Rust Crates:
|
|
2895
2879
|
|
|
2896
|
-
- [
|
|
2880
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
2897
2881
|
|
|
2898
2882
|
````text
|
|
2899
|
-
Copyright (c)
|
|
2883
|
+
Copyright (c) 2017 http-rs authors
|
|
2900
2884
|
|
|
2901
2885
|
Permission is hereby granted, free of charge, to any
|
|
2902
2886
|
person obtaining a copy of this software and associated
|
|
@@ -2930,32 +2914,27 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2930
2914
|
|
|
2931
2915
|
### Rust Crates:
|
|
2932
2916
|
|
|
2933
|
-
- [
|
|
2917
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2934
2918
|
|
|
2935
2919
|
````text
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
Copyright (c) 2015 Danny Guo
|
|
2939
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2940
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2920
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2941
2921
|
|
|
2942
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2922
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2923
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2924
|
+
the Software without restriction, including without limitation the rights to
|
|
2925
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2926
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2927
|
+
subject to the following conditions:
|
|
2948
2928
|
|
|
2949
2929
|
The above copyright notice and this permission notice shall be included in all
|
|
2950
2930
|
copies or substantial portions of the Software.
|
|
2951
2931
|
|
|
2952
2932
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2953
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
SOFTWARE.
|
|
2933
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2934
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2935
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2936
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2937
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2959
2938
|
|
|
2960
2939
|
````
|
|
2961
2940
|
|
|
@@ -2963,33 +2942,36 @@ SOFTWARE.
|
|
|
2963
2942
|
|
|
2964
2943
|
## The following dependencies are licensed under the MIT License:
|
|
2965
2944
|
|
|
2966
|
-
###
|
|
2945
|
+
### Rust Crates:
|
|
2967
2946
|
|
|
2968
|
-
- [
|
|
2947
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2969
2948
|
|
|
2970
2949
|
````text
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
2974
|
-
|
|
2975
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2976
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2977
|
-
in the Software without restriction, including without limitation the rights
|
|
2978
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2979
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2980
|
-
furnished to do so, subject to the following conditions:
|
|
2950
|
+
Copyright (c) 2017 Robert Grosse
|
|
2981
2951
|
|
|
2982
|
-
|
|
2983
|
-
|
|
2952
|
+
Permission is hereby granted, free of charge, to any
|
|
2953
|
+
person obtaining a copy of this software and associated
|
|
2954
|
+
documentation files (the "Software"), to deal in the
|
|
2955
|
+
Software without restriction, including without
|
|
2956
|
+
limitation the rights to use, copy, modify, merge,
|
|
2957
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2958
|
+
the Software, and to permit persons to whom the Software
|
|
2959
|
+
is furnished to do so, subject to the following
|
|
2960
|
+
conditions:
|
|
2984
2961
|
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2989
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2990
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2991
|
-
SOFTWARE.
|
|
2962
|
+
The above copyright notice and this permission notice
|
|
2963
|
+
shall be included in all copies or substantial portions
|
|
2964
|
+
of the Software.
|
|
2992
2965
|
|
|
2966
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2967
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2968
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2969
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2970
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2971
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2972
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2973
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2974
|
+
DEALINGS IN THE SOFTWARE.
|
|
2993
2975
|
````
|
|
2994
2976
|
|
|
2995
2977
|
---
|
|
@@ -2998,10 +2980,10 @@ SOFTWARE.
|
|
|
2998
2980
|
|
|
2999
2981
|
### Rust Crates:
|
|
3000
2982
|
|
|
3001
|
-
- [
|
|
2983
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3002
2984
|
|
|
3003
2985
|
````text
|
|
3004
|
-
Copyright (c)
|
|
2986
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3005
2987
|
|
|
3006
2988
|
Permission is hereby granted, free of charge, to any
|
|
3007
2989
|
person obtaining a copy of this software and associated
|
|
@@ -3035,16 +3017,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3035
3017
|
|
|
3036
3018
|
### Rust Crates:
|
|
3037
3019
|
|
|
3038
|
-
- [
|
|
3039
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3040
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3041
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3042
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3043
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3020
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3044
3021
|
|
|
3045
3022
|
````text
|
|
3046
|
-
Copyright
|
|
3047
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3023
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3048
3024
|
|
|
3049
3025
|
Permission is hereby granted, free of charge, to any
|
|
3050
3026
|
person obtaining a copy of this software and associated
|
|
@@ -3076,12 +3052,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3076
3052
|
|
|
3077
3053
|
## The following dependencies are licensed under the MIT License:
|
|
3078
3054
|
|
|
3079
|
-
###
|
|
3055
|
+
### NPM Packages:
|
|
3080
3056
|
|
|
3081
|
-
- [
|
|
3057
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3082
3058
|
|
|
3083
3059
|
````text
|
|
3084
|
-
|
|
3060
|
+
The MIT License (MIT)
|
|
3061
|
+
|
|
3062
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3085
3063
|
|
|
3086
3064
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3087
3065
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3101,7 +3079,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3101
3079
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3102
3080
|
THE SOFTWARE.
|
|
3103
3081
|
|
|
3104
|
-
|
|
3105
3082
|
````
|
|
3106
3083
|
|
|
3107
3084
|
---
|
|
@@ -3110,33 +3087,28 @@ THE SOFTWARE.
|
|
|
3110
3087
|
|
|
3111
3088
|
### Rust Crates:
|
|
3112
3089
|
|
|
3113
|
-
- [
|
|
3114
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3115
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3116
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3117
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3118
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3119
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3090
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3120
3091
|
|
|
3121
3092
|
````text
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
Copyright (c) <year> <copyright holders>
|
|
3093
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3125
3094
|
|
|
3126
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3127
|
-
associated documentation files (the "Software"), to deal
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3095
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3096
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3097
|
+
in the Software without restriction, including without limitation the rights
|
|
3098
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3099
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3100
|
+
furnished to do so, subject to the following conditions:
|
|
3131
3101
|
|
|
3132
|
-
The above copyright notice and this permission notice shall be included in
|
|
3133
|
-
portions of the Software.
|
|
3102
|
+
The above copyright notice and this permission notice shall be included in
|
|
3103
|
+
all copies or substantial portions of the Software.
|
|
3134
3104
|
|
|
3135
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3136
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3105
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3106
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3107
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3108
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3109
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3110
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3111
|
+
THE SOFTWARE.
|
|
3140
3112
|
|
|
3141
3113
|
````
|
|
3142
3114
|
|
|
@@ -3146,10 +3118,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3146
3118
|
|
|
3147
3119
|
### Rust Crates:
|
|
3148
3120
|
|
|
3149
|
-
- [
|
|
3121
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3150
3122
|
|
|
3151
3123
|
````text
|
|
3152
|
-
Copyright (c)
|
|
3124
|
+
Copyright (c) 2016--2023
|
|
3153
3125
|
|
|
3154
3126
|
Permission is hereby granted, free of charge, to any
|
|
3155
3127
|
person obtaining a copy of this software and associated
|
|
@@ -3183,30 +3155,35 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3183
3155
|
|
|
3184
3156
|
### Rust Crates:
|
|
3185
3157
|
|
|
3186
|
-
- [
|
|
3158
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3187
3159
|
|
|
3188
3160
|
````text
|
|
3189
|
-
|
|
3161
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3190
3162
|
|
|
3191
|
-
|
|
3163
|
+
Permission is hereby granted, free of charge, to any
|
|
3164
|
+
person obtaining a copy of this software and associated
|
|
3165
|
+
documentation files (the "Software"), to deal in the
|
|
3166
|
+
Software without restriction, including without
|
|
3167
|
+
limitation the rights to use, copy, modify, merge,
|
|
3168
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3169
|
+
the Software, and to permit persons to whom the Software
|
|
3170
|
+
is furnished to do so, subject to the following
|
|
3171
|
+
conditions:
|
|
3192
3172
|
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3197
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3198
|
-
furnished to do so, subject to the following conditions:
|
|
3173
|
+
The above copyright notice and this permission notice
|
|
3174
|
+
shall be included in all copies or substantial portions
|
|
3175
|
+
of the Software.
|
|
3199
3176
|
|
|
3200
|
-
|
|
3201
|
-
|
|
3177
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3178
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3179
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3180
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3181
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3182
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3183
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3184
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3185
|
+
DEALINGS IN THE SOFTWARE.
|
|
3202
3186
|
|
|
3203
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3204
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3205
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3206
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3207
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3208
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3209
|
-
SOFTWARE.
|
|
3210
3187
|
````
|
|
3211
3188
|
|
|
3212
3189
|
---
|
|
@@ -3215,14 +3192,12 @@ SOFTWARE.
|
|
|
3215
3192
|
|
|
3216
3193
|
### Rust Crates:
|
|
3217
3194
|
|
|
3218
|
-
- [
|
|
3219
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3220
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3195
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3221
3196
|
|
|
3222
3197
|
````text
|
|
3223
3198
|
MIT License
|
|
3224
3199
|
|
|
3225
|
-
Copyright (c)
|
|
3200
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3226
3201
|
|
|
3227
3202
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3228
3203
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3248,14 +3223,14 @@ SOFTWARE.
|
|
|
3248
3223
|
|
|
3249
3224
|
## The following dependencies are licensed under the MIT License:
|
|
3250
3225
|
|
|
3251
|
-
###
|
|
3226
|
+
### NPM Packages:
|
|
3252
3227
|
|
|
3253
|
-
- [
|
|
3228
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3254
3229
|
|
|
3255
3230
|
````text
|
|
3256
3231
|
MIT License
|
|
3257
3232
|
|
|
3258
|
-
Copyright (c) 2018
|
|
3233
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3259
3234
|
|
|
3260
3235
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3261
3236
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3275,6 +3250,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3275
3250
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3276
3251
|
SOFTWARE.
|
|
3277
3252
|
|
|
3253
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3254
|
+
|
|
3278
3255
|
````
|
|
3279
3256
|
|
|
3280
3257
|
---
|
|
@@ -3283,10 +3260,10 @@ SOFTWARE.
|
|
|
3283
3260
|
|
|
3284
3261
|
### Rust Crates:
|
|
3285
3262
|
|
|
3286
|
-
- [
|
|
3263
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3287
3264
|
|
|
3288
3265
|
````text
|
|
3289
|
-
Copyright
|
|
3266
|
+
Copyright (c) 2015 Steven Allen
|
|
3290
3267
|
|
|
3291
3268
|
Permission is hereby granted, free of charge, to any
|
|
3292
3269
|
person obtaining a copy of this software and associated
|
|
@@ -3312,7 +3289,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3312
3289
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3313
3290
|
DEALINGS IN THE SOFTWARE.
|
|
3314
3291
|
|
|
3315
|
-
|
|
3316
3292
|
````
|
|
3317
3293
|
|
|
3318
3294
|
---
|
|
@@ -3321,10 +3297,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3321
3297
|
|
|
3322
3298
|
### Rust Crates:
|
|
3323
3299
|
|
|
3324
|
-
- [
|
|
3300
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3325
3301
|
|
|
3326
3302
|
````text
|
|
3327
|
-
Copyright (c)
|
|
3303
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3328
3304
|
|
|
3329
3305
|
Permission is hereby granted, free of charge, to any
|
|
3330
3306
|
person obtaining a copy of this software and associated
|
|
@@ -3358,15 +3334,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3358
3334
|
|
|
3359
3335
|
### Rust Crates:
|
|
3360
3336
|
|
|
3361
|
-
- [
|
|
3362
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3363
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3364
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3337
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3365
3338
|
|
|
3366
3339
|
````text
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
Copyright (c) 2015 Andrew Gallant
|
|
3340
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3370
3341
|
|
|
3371
3342
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3372
3343
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3386,6 +3357,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3386
3357
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3387
3358
|
THE SOFTWARE.
|
|
3388
3359
|
|
|
3360
|
+
|
|
3389
3361
|
````
|
|
3390
3362
|
|
|
3391
3363
|
---
|
|
@@ -3394,11 +3366,49 @@ THE SOFTWARE.
|
|
|
3394
3366
|
|
|
3395
3367
|
### Rust Crates:
|
|
3396
3368
|
|
|
3397
|
-
- [
|
|
3398
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3369
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3399
3370
|
|
|
3400
3371
|
````text
|
|
3401
|
-
Copyright (c) 2018
|
|
3372
|
+
Copyright (c) 2018 Carl Lerche
|
|
3373
|
+
|
|
3374
|
+
Permission is hereby granted, free of charge, to any
|
|
3375
|
+
person obtaining a copy of this software and associated
|
|
3376
|
+
documentation files (the "Software"), to deal in the
|
|
3377
|
+
Software without restriction, including without
|
|
3378
|
+
limitation the rights to use, copy, modify, merge,
|
|
3379
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3380
|
+
the Software, and to permit persons to whom the Software
|
|
3381
|
+
is furnished to do so, subject to the following
|
|
3382
|
+
conditions:
|
|
3383
|
+
|
|
3384
|
+
The above copyright notice and this permission notice
|
|
3385
|
+
shall be included in all copies or substantial portions
|
|
3386
|
+
of the Software.
|
|
3387
|
+
|
|
3388
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3389
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3390
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3391
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3392
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3393
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3394
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3395
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3396
|
+
DEALINGS IN THE SOFTWARE.
|
|
3397
|
+
|
|
3398
|
+
````
|
|
3399
|
+
|
|
3400
|
+
---
|
|
3401
|
+
|
|
3402
|
+
## The following dependencies are licensed under the MIT License:
|
|
3403
|
+
|
|
3404
|
+
### NPM Packages:
|
|
3405
|
+
|
|
3406
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3407
|
+
|
|
3408
|
+
````text
|
|
3409
|
+
MIT License
|
|
3410
|
+
|
|
3411
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3402
3412
|
|
|
3403
3413
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3404
3414
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3426,12 +3436,11 @@ SOFTWARE.
|
|
|
3426
3436
|
|
|
3427
3437
|
### Rust Crates:
|
|
3428
3438
|
|
|
3429
|
-
- [
|
|
3439
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3430
3440
|
|
|
3431
3441
|
````text
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
Copyright (c) 2025 Callum Oakley
|
|
3442
|
+
Copyright (c) 2017 Daniel Abramov
|
|
3443
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3435
3444
|
|
|
3436
3445
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3437
3446
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3440,16 +3449,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3440
3449
|
copies of the Software, and to permit persons to whom the Software is
|
|
3441
3450
|
furnished to do so, subject to the following conditions:
|
|
3442
3451
|
|
|
3443
|
-
The above copyright notice and this permission notice shall be included in
|
|
3444
|
-
copies or substantial portions of the Software.
|
|
3452
|
+
The above copyright notice and this permission notice shall be included in
|
|
3453
|
+
all copies or substantial portions of the Software.
|
|
3445
3454
|
|
|
3446
3455
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3447
3456
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3448
3457
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3449
3458
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3450
3459
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3451
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3452
|
-
SOFTWARE.
|
|
3460
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3461
|
+
THE SOFTWARE.
|
|
3453
3462
|
|
|
3454
3463
|
````
|
|
3455
3464
|
|
|
@@ -3459,45 +3468,13 @@ SOFTWARE.
|
|
|
3459
3468
|
|
|
3460
3469
|
### Rust Crates:
|
|
3461
3470
|
|
|
3462
|
-
- [
|
|
3471
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
3472
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3463
3473
|
|
|
3464
3474
|
````text
|
|
3465
|
-
The MIT License (MIT)
|
|
3466
|
-
|
|
3467
|
-
Copyright (c) 2016 Johann Tuffe
|
|
3468
|
-
|
|
3469
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3470
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3471
|
-
in the Software without restriction, including without limitation the rights
|
|
3472
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3473
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3474
|
-
furnished to do so, subject to the following conditions:
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
The above copyright notice and this permission notice shall be included in
|
|
3478
|
-
all copies or substantial portions of the Software.
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3482
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3483
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3484
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3485
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3486
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3487
|
-
THE SOFTWARE.
|
|
3488
|
-
|
|
3489
|
-
````
|
|
3490
|
-
|
|
3491
|
-
---
|
|
3492
|
-
|
|
3493
|
-
## The following dependencies are licensed under the MIT License:
|
|
3494
|
-
|
|
3495
|
-
### NPM Packages:
|
|
3496
|
-
|
|
3497
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3475
|
+
The MIT License (MIT)
|
|
3498
3476
|
|
|
3499
|
-
|
|
3500
|
-
This software is released under the MIT license:
|
|
3477
|
+
Copyright (c) 2015 Steven Fackler
|
|
3501
3478
|
|
|
3502
3479
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3503
3480
|
this software and associated documentation files (the "Software"), to deal in
|
|
@@ -3509,71 +3486,13 @@ subject to the following conditions:
|
|
|
3509
3486
|
The above copyright notice and this permission notice shall be included in all
|
|
3510
3487
|
copies or substantial portions of the Software.
|
|
3511
3488
|
|
|
3512
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3513
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3514
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3515
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3516
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3517
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3518
|
-
|
|
3519
|
-
````
|
|
3520
|
-
|
|
3521
|
-
---
|
|
3522
|
-
|
|
3523
|
-
## The following dependencies are licensed under the MIT License:
|
|
3524
|
-
|
|
3525
|
-
### Rust Crates:
|
|
3526
|
-
|
|
3527
|
-
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
3528
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3529
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3530
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3531
|
-
|
|
3532
|
-
````text
|
|
3533
|
-
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:
|
|
3534
|
-
|
|
3535
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3536
|
-
|
|
3537
|
-
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.
|
|
3538
|
-
````
|
|
3539
|
-
|
|
3540
|
-
---
|
|
3541
|
-
|
|
3542
|
-
## The following dependencies are licensed under the MIT License:
|
|
3543
|
-
|
|
3544
|
-
### Rust Crates:
|
|
3545
|
-
|
|
3546
|
-
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3547
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3548
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3549
|
-
|
|
3550
|
-
````text
|
|
3551
|
-
Copyright (c) 2013-2025 The rust-url developers
|
|
3552
|
-
|
|
3553
|
-
Permission is hereby granted, free of charge, to any
|
|
3554
|
-
person obtaining a copy of this software and associated
|
|
3555
|
-
documentation files (the "Software"), to deal in the
|
|
3556
|
-
Software without restriction, including without
|
|
3557
|
-
limitation the rights to use, copy, modify, merge,
|
|
3558
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3559
|
-
the Software, and to permit persons to whom the Software
|
|
3560
|
-
is furnished to do so, subject to the following
|
|
3561
|
-
conditions:
|
|
3562
|
-
|
|
3563
|
-
The above copyright notice and this permission notice
|
|
3564
|
-
shall be included in all copies or substantial portions
|
|
3565
|
-
of the Software.
|
|
3566
|
-
|
|
3567
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3568
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3569
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3570
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3571
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3572
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3573
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3574
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3575
|
-
DEALINGS IN THE SOFTWARE.
|
|
3576
|
-
|
|
3489
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3490
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3491
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3492
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3493
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3494
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3495
|
+
|
|
3577
3496
|
````
|
|
3578
3497
|
|
|
3579
3498
|
---
|
|
@@ -3582,34 +3501,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3582
3501
|
|
|
3583
3502
|
### Rust Crates:
|
|
3584
3503
|
|
|
3585
|
-
- [
|
|
3504
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3586
3505
|
|
|
3587
3506
|
````text
|
|
3588
|
-
Copyright (c)
|
|
3507
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
3589
3508
|
|
|
3590
|
-
Permission is hereby granted, free of charge, to any
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
the Software, and to permit persons to whom the Software
|
|
3597
|
-
is furnished to do so, subject to the following
|
|
3598
|
-
conditions:
|
|
3509
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3510
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3511
|
+
in the Software without restriction, including without limitation the rights
|
|
3512
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3513
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3514
|
+
furnished to do so, subject to the following conditions:
|
|
3599
3515
|
|
|
3600
|
-
The above copyright notice and this permission notice
|
|
3601
|
-
|
|
3602
|
-
|
|
3516
|
+
The above copyright notice and this permission notice shall be included in
|
|
3517
|
+
all copies or substantial portions of the Software.
|
|
3518
|
+
|
|
3519
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3520
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3521
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3522
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3523
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3524
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3525
|
+
THE SOFTWARE.
|
|
3603
3526
|
|
|
3604
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3605
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3606
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3607
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3608
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3609
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3610
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3611
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3612
|
-
DEALINGS IN THE SOFTWARE.
|
|
3613
3527
|
|
|
3614
3528
|
````
|
|
3615
3529
|
|
|
@@ -3619,34 +3533,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3619
3533
|
|
|
3620
3534
|
### Rust Crates:
|
|
3621
3535
|
|
|
3622
|
-
- [
|
|
3536
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3623
3537
|
|
|
3624
3538
|
````text
|
|
3625
|
-
Copyright (c)
|
|
3539
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3626
3540
|
|
|
3627
|
-
Permission is hereby granted, free of charge, to any
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
the Software, and to permit persons to whom the Software
|
|
3634
|
-
is furnished to do so, subject to the following
|
|
3635
|
-
conditions:
|
|
3541
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3542
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3543
|
+
in the Software without restriction, including without limitation the rights
|
|
3544
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3545
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3546
|
+
furnished to do so, subject to the following conditions:
|
|
3636
3547
|
|
|
3637
|
-
The above copyright notice and this permission notice
|
|
3638
|
-
|
|
3639
|
-
of the Software.
|
|
3548
|
+
The above copyright notice and this permission notice shall be included in
|
|
3549
|
+
all copies or substantial portions of the Software.
|
|
3640
3550
|
|
|
3641
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3649
|
-
DEALINGS IN THE SOFTWARE.
|
|
3551
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3552
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3553
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3554
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3555
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3556
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3557
|
+
THE SOFTWARE.
|
|
3650
3558
|
|
|
3651
3559
|
````
|
|
3652
3560
|
|
|
@@ -3656,10 +3564,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3656
3564
|
|
|
3657
3565
|
### Rust Crates:
|
|
3658
3566
|
|
|
3659
|
-
- [
|
|
3567
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3660
3568
|
|
|
3661
3569
|
````text
|
|
3662
|
-
|
|
3570
|
+
MIT License
|
|
3571
|
+
|
|
3572
|
+
Copyright (c) 2025 Callum Oakley
|
|
3663
3573
|
|
|
3664
3574
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3665
3575
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3668,16 +3578,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3668
3578
|
copies of the Software, and to permit persons to whom the Software is
|
|
3669
3579
|
furnished to do so, subject to the following conditions:
|
|
3670
3580
|
|
|
3671
|
-
The above copyright notice and this permission notice shall be included in
|
|
3672
|
-
|
|
3581
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3582
|
+
copies or substantial portions of the Software.
|
|
3673
3583
|
|
|
3674
3584
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3675
3585
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3676
3586
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3677
3587
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3678
3588
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3679
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3680
|
-
|
|
3589
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3590
|
+
SOFTWARE.
|
|
3681
3591
|
|
|
3682
3592
|
````
|
|
3683
3593
|
|
|
@@ -3687,10 +3597,19 @@ THE SOFTWARE.
|
|
|
3687
3597
|
|
|
3688
3598
|
### Rust Crates:
|
|
3689
3599
|
|
|
3690
|
-
- [
|
|
3600
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3601
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3602
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3603
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3604
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3605
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3606
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3607
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3608
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3691
3609
|
|
|
3692
3610
|
````text
|
|
3693
|
-
Copyright (c)
|
|
3611
|
+
Copyright (c) 2016 Alex Crichton
|
|
3612
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3694
3613
|
|
|
3695
3614
|
Permission is hereby granted, free of charge, to any
|
|
3696
3615
|
person obtaining a copy of this software and associated
|
|
@@ -3724,10 +3643,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3724
3643
|
|
|
3725
3644
|
### Rust Crates:
|
|
3726
3645
|
|
|
3727
|
-
- [
|
|
3646
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3728
3647
|
|
|
3729
3648
|
````text
|
|
3730
|
-
Copyright (c)
|
|
3649
|
+
Copyright (c) The Rust Project Developers
|
|
3731
3650
|
|
|
3732
3651
|
Permission is hereby granted, free of charge, to any
|
|
3733
3652
|
person obtaining a copy of this software and associated
|
|
@@ -3759,14 +3678,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3759
3678
|
|
|
3760
3679
|
## The following dependencies are licensed under the MIT License:
|
|
3761
3680
|
|
|
3762
|
-
###
|
|
3681
|
+
### Rust Crates:
|
|
3763
3682
|
|
|
3764
|
-
- [
|
|
3683
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
3684
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
3685
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
3686
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
3765
3687
|
|
|
3766
3688
|
````text
|
|
3767
|
-
MIT License
|
|
3689
|
+
The MIT License (MIT)
|
|
3768
3690
|
|
|
3769
|
-
Copyright (c)
|
|
3691
|
+
Copyright (c) 2015 Andrew Gallant
|
|
3770
3692
|
|
|
3771
3693
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3772
3694
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3775,18 +3697,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3775
3697
|
copies of the Software, and to permit persons to whom the Software is
|
|
3776
3698
|
furnished to do so, subject to the following conditions:
|
|
3777
3699
|
|
|
3778
|
-
The above copyright notice and this permission notice shall be included in
|
|
3779
|
-
copies or substantial portions of the Software.
|
|
3700
|
+
The above copyright notice and this permission notice shall be included in
|
|
3701
|
+
all copies or substantial portions of the Software.
|
|
3780
3702
|
|
|
3781
3703
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3782
3704
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3783
3705
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3784
3706
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3785
3707
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3786
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3787
|
-
SOFTWARE.
|
|
3788
|
-
|
|
3789
|
-
[others]: https://github.com/json5/json5/contributors
|
|
3708
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3709
|
+
THE SOFTWARE.
|
|
3790
3710
|
|
|
3791
3711
|
````
|
|
3792
3712
|
|
|
@@ -3796,27 +3716,29 @@ SOFTWARE.
|
|
|
3796
3716
|
|
|
3797
3717
|
### Rust Crates:
|
|
3798
3718
|
|
|
3799
|
-
- [
|
|
3719
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3800
3720
|
|
|
3801
3721
|
````text
|
|
3802
|
-
Copyright
|
|
3722
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3723
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3803
3724
|
|
|
3804
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3805
|
-
this software and associated documentation files (the "Software"), to deal
|
|
3806
|
-
the Software without restriction, including without limitation the rights
|
|
3807
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3808
|
-
the Software, and to permit persons to whom the Software is
|
|
3809
|
-
subject to the following conditions:
|
|
3725
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3726
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3727
|
+
in the Software without restriction, including without limitation the rights
|
|
3728
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3729
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3730
|
+
furnished to do so, subject to the following conditions:
|
|
3810
3731
|
|
|
3811
3732
|
The above copyright notice and this permission notice shall be included in all
|
|
3812
3733
|
copies or substantial portions of the Software.
|
|
3813
3734
|
|
|
3814
3735
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3815
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3816
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3817
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3818
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3819
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3736
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3737
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3738
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3739
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3740
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3741
|
+
SOFTWARE.
|
|
3820
3742
|
|
|
3821
3743
|
````
|
|
3822
3744
|
|
|
@@ -3826,10 +3748,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3826
3748
|
|
|
3827
3749
|
### Rust Crates:
|
|
3828
3750
|
|
|
3829
|
-
- [
|
|
3751
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3830
3752
|
|
|
3831
3753
|
````text
|
|
3832
|
-
Copyright (c)
|
|
3754
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3833
3755
|
|
|
3834
3756
|
Permission is hereby granted, free of charge, to any
|
|
3835
3757
|
person obtaining a copy of this software and associated
|
|
@@ -3863,45 +3785,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3863
3785
|
|
|
3864
3786
|
### Rust Crates:
|
|
3865
3787
|
|
|
3866
|
-
- [
|
|
3867
|
-
- [
|
|
3868
|
-
- [
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
Copyright (c) 2017 Ted Driggs
|
|
3874
|
-
|
|
3875
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3876
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3877
|
-
in the Software without restriction, including without limitation the rights
|
|
3878
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3879
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3880
|
-
furnished to do so, subject to the following conditions:
|
|
3881
|
-
|
|
3882
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3883
|
-
copies or substantial portions of the Software.
|
|
3884
|
-
|
|
3885
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3886
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3887
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3888
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3889
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3890
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3891
|
-
SOFTWARE.
|
|
3892
|
-
|
|
3893
|
-
````
|
|
3894
|
-
|
|
3895
|
-
---
|
|
3896
|
-
|
|
3897
|
-
## The following dependencies are licensed under the MIT License:
|
|
3898
|
-
|
|
3899
|
-
### Rust Crates:
|
|
3900
|
-
|
|
3901
|
-
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3788
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3789
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3790
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3791
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3792
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3793
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3902
3794
|
|
|
3903
3795
|
````text
|
|
3904
|
-
Copyright (c)
|
|
3796
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3905
3797
|
|
|
3906
3798
|
Permission is hereby granted, free of charge, to any
|
|
3907
3799
|
person obtaining a copy of this software and associated
|
|
@@ -3935,10 +3827,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3935
3827
|
|
|
3936
3828
|
### Rust Crates:
|
|
3937
3829
|
|
|
3938
|
-
- [
|
|
3830
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3939
3831
|
|
|
3940
3832
|
````text
|
|
3941
|
-
Copyright (c)
|
|
3833
|
+
Copyright (c) 2019 Carl Lerche
|
|
3942
3834
|
|
|
3943
3835
|
Permission is hereby granted, free of charge, to any
|
|
3944
3836
|
person obtaining a copy of this software and associated
|
|
@@ -3960,42 +3852,9 @@ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
|
3960
3852
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3961
3853
|
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3962
3854
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3963
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3964
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3965
|
-
DEALINGS IN THE SOFTWARE.
|
|
3966
|
-
|
|
3967
|
-
````
|
|
3968
|
-
|
|
3969
|
-
---
|
|
3970
|
-
|
|
3971
|
-
## The following dependencies are licensed under the MIT License:
|
|
3972
|
-
|
|
3973
|
-
### Rust Crates:
|
|
3974
|
-
|
|
3975
|
-
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3976
|
-
|
|
3977
|
-
````text
|
|
3978
|
-
MIT License
|
|
3979
|
-
|
|
3980
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
3981
|
-
|
|
3982
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3983
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3984
|
-
in the Software without restriction, including without limitation the rights
|
|
3985
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3986
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3987
|
-
furnished to do so, subject to the following conditions:
|
|
3988
|
-
|
|
3989
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3990
|
-
copies or substantial portions of the Software.
|
|
3991
|
-
|
|
3992
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3993
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3994
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3995
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3996
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3997
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3998
|
-
SOFTWARE.
|
|
3855
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3856
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3857
|
+
DEALINGS IN THE SOFTWARE.
|
|
3999
3858
|
|
|
4000
3859
|
````
|
|
4001
3860
|
|
|
@@ -4005,12 +3864,11 @@ SOFTWARE.
|
|
|
4005
3864
|
|
|
4006
3865
|
### Rust Crates:
|
|
4007
3866
|
|
|
4008
|
-
- [
|
|
3867
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
4009
3868
|
|
|
4010
3869
|
````text
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
3870
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
3871
|
+
Copyright (c) 2016 Alex Crichton
|
|
4014
3872
|
|
|
4015
3873
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4016
3874
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4019,16 +3877,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4019
3877
|
copies of the Software, and to permit persons to whom the Software is
|
|
4020
3878
|
furnished to do so, subject to the following conditions:
|
|
4021
3879
|
|
|
4022
|
-
The above copyright notice and this permission notice shall be included in
|
|
4023
|
-
copies or substantial portions of the Software.
|
|
3880
|
+
The above copyright notice and this permission notice shall be included in
|
|
3881
|
+
all copies or substantial portions of the Software.
|
|
4024
3882
|
|
|
4025
3883
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4026
3884
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4027
3885
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4028
3886
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4029
3887
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4030
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4031
|
-
SOFTWARE.
|
|
3888
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3889
|
+
THE SOFTWARE.
|
|
3890
|
+
|
|
4032
3891
|
|
|
4033
3892
|
````
|
|
4034
3893
|
|
|
@@ -4038,15 +3897,10 @@ SOFTWARE.
|
|
|
4038
3897
|
|
|
4039
3898
|
### Rust Crates:
|
|
4040
3899
|
|
|
4041
|
-
- [
|
|
4042
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
4043
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
4044
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
4045
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
4046
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3900
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
4047
3901
|
|
|
4048
3902
|
````text
|
|
4049
|
-
Copyright (c) 2019
|
|
3903
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
4050
3904
|
|
|
4051
3905
|
Permission is hereby granted, free of charge, to any
|
|
4052
3906
|
person obtaining a copy of this software and associated
|
|
@@ -4080,10 +3934,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4080
3934
|
|
|
4081
3935
|
### Rust Crates:
|
|
4082
3936
|
|
|
4083
|
-
- [
|
|
3937
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
4084
3938
|
|
|
4085
3939
|
````text
|
|
4086
|
-
Copyright (c)
|
|
3940
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
4087
3941
|
|
|
4088
3942
|
Permission is hereby granted, free of charge, to any
|
|
4089
3943
|
person obtaining a copy of this software and associated
|
|
@@ -4117,10 +3971,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4117
3971
|
|
|
4118
3972
|
### Rust Crates:
|
|
4119
3973
|
|
|
4120
|
-
- [
|
|
3974
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
4121
3975
|
|
|
4122
3976
|
````text
|
|
4123
|
-
Copyright (c)
|
|
3977
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3978
|
+
|
|
3979
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3980
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3981
|
+
in the Software without restriction, including without limitation the rights
|
|
3982
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3983
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3984
|
+
furnished to do so, subject to the following conditions:
|
|
3985
|
+
|
|
3986
|
+
The above copyright notice and this permission notice shall be included in
|
|
3987
|
+
all copies or substantial portions of the Software.
|
|
3988
|
+
|
|
3989
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3990
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3991
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3992
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3993
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3994
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3995
|
+
THE SOFTWARE.
|
|
3996
|
+
|
|
3997
|
+
|
|
3998
|
+
````
|
|
3999
|
+
|
|
4000
|
+
---
|
|
4001
|
+
|
|
4002
|
+
## The following dependencies are licensed under the MIT License:
|
|
4003
|
+
|
|
4004
|
+
### Rust Crates:
|
|
4005
|
+
|
|
4006
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
4007
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
4008
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
4009
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
4010
|
+
|
|
4011
|
+
````text
|
|
4012
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
4124
4013
|
|
|
4125
4014
|
Permission is hereby granted, free of charge, to any
|
|
4126
4015
|
person obtaining a copy of this software and associated
|
|
@@ -4154,11 +4043,9 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4154
4043
|
|
|
4155
4044
|
### Rust Crates:
|
|
4156
4045
|
|
|
4157
|
-
- [
|
|
4046
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
4158
4047
|
|
|
4159
4048
|
````text
|
|
4160
|
-
Copyright (c) 2010 The Rust Project Developers
|
|
4161
|
-
|
|
4162
4049
|
Permission is hereby granted, free of charge, to any
|
|
4163
4050
|
person obtaining a copy of this software and associated
|
|
4164
4051
|
documentation files (the "Software"), to deal in the
|
|
@@ -4182,7 +4069,38 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4182
4069
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4183
4070
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4184
4071
|
DEALINGS IN THE SOFTWARE.
|
|
4072
|
+
````
|
|
4073
|
+
|
|
4074
|
+
---
|
|
4075
|
+
|
|
4076
|
+
## The following dependencies are licensed under the MIT License:
|
|
4077
|
+
|
|
4078
|
+
### Rust Crates:
|
|
4079
|
+
|
|
4080
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
4081
|
+
|
|
4082
|
+
````text
|
|
4083
|
+
MIT License
|
|
4084
|
+
|
|
4085
|
+
Copyright (c) 2025 rutrum
|
|
4086
|
+
|
|
4087
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4088
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4089
|
+
in the Software without restriction, including without limitation the rights
|
|
4090
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4091
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4092
|
+
furnished to do so, subject to the following conditions:
|
|
4185
4093
|
|
|
4094
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4095
|
+
copies or substantial portions of the Software.
|
|
4096
|
+
|
|
4097
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4098
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4099
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4100
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4101
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4102
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4103
|
+
SOFTWARE.
|
|
4186
4104
|
````
|
|
4187
4105
|
|
|
4188
4106
|
---
|
|
@@ -4191,11 +4109,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4191
4109
|
|
|
4192
4110
|
### Rust Crates:
|
|
4193
4111
|
|
|
4194
|
-
- [
|
|
4195
|
-
- [
|
|
4112
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
4113
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4114
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4196
4115
|
|
|
4197
4116
|
````text
|
|
4198
|
-
|
|
4117
|
+
MIT License
|
|
4118
|
+
|
|
4119
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
4120
|
+
|
|
4121
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4122
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4123
|
+
in the Software without restriction, including without limitation the rights
|
|
4124
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4125
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4126
|
+
furnished to do so, subject to the following conditions:
|
|
4127
|
+
|
|
4128
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4129
|
+
copies or substantial portions of the Software.
|
|
4130
|
+
|
|
4131
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4132
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4133
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4134
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4135
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4136
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4137
|
+
SOFTWARE.
|
|
4138
|
+
|
|
4139
|
+
````
|
|
4140
|
+
|
|
4141
|
+
---
|
|
4142
|
+
|
|
4143
|
+
## The following dependencies are licensed under the MIT License:
|
|
4144
|
+
|
|
4145
|
+
### Rust Crates:
|
|
4146
|
+
|
|
4147
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
4148
|
+
|
|
4149
|
+
````text
|
|
4150
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
4199
4151
|
|
|
4200
4152
|
Permission is hereby granted, free of charge, to any
|
|
4201
4153
|
person obtaining a copy of this software and associated
|
|
@@ -4227,14 +4179,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4227
4179
|
|
|
4228
4180
|
## The following dependencies are licensed under the MIT License:
|
|
4229
4181
|
|
|
4230
|
-
###
|
|
4182
|
+
### Rust Crates:
|
|
4231
4183
|
|
|
4232
|
-
- [
|
|
4184
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
4233
4185
|
|
|
4234
4186
|
````text
|
|
4235
4187
|
The MIT License (MIT)
|
|
4236
4188
|
|
|
4237
|
-
Copyright (c)
|
|
4189
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
4238
4190
|
|
|
4239
4191
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4240
4192
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4254,6 +4206,54 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4254
4206
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4255
4207
|
SOFTWARE.
|
|
4256
4208
|
|
|
4209
|
+
````
|
|
4210
|
+
|
|
4211
|
+
---
|
|
4212
|
+
|
|
4213
|
+
## The following dependencies are licensed under the MIT License:
|
|
4214
|
+
|
|
4215
|
+
### Rust Crates:
|
|
4216
|
+
|
|
4217
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
4218
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
4219
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
4220
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
4221
|
+
|
|
4222
|
+
````text
|
|
4223
|
+
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:
|
|
4224
|
+
|
|
4225
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4226
|
+
|
|
4227
|
+
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.
|
|
4228
|
+
````
|
|
4229
|
+
|
|
4230
|
+
---
|
|
4231
|
+
|
|
4232
|
+
## The following dependencies are licensed under the MIT License:
|
|
4233
|
+
|
|
4234
|
+
### NPM Packages:
|
|
4235
|
+
|
|
4236
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4237
|
+
|
|
4238
|
+
````text
|
|
4239
|
+
This software is released under the MIT license:
|
|
4240
|
+
|
|
4241
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4242
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
4243
|
+
the Software without restriction, including without limitation the rights to
|
|
4244
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4245
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4246
|
+
subject to the following conditions:
|
|
4247
|
+
|
|
4248
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4249
|
+
copies or substantial portions of the Software.
|
|
4250
|
+
|
|
4251
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4252
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4253
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4254
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4255
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4256
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4257
4257
|
|
|
4258
4258
|
````
|
|
4259
4259
|
|
|
@@ -4660,31 +4660,14 @@ Please refer to the package README for license details.
|
|
|
4660
4660
|
|
|
4661
4661
|
### Rust Crates:
|
|
4662
4662
|
|
|
4663
|
-
- [
|
|
4664
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4665
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4666
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4667
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4668
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4669
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4670
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4671
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4672
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4673
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4674
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4675
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4676
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4677
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4678
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4679
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4680
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4663
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4681
4664
|
|
|
4682
4665
|
````text
|
|
4683
4666
|
UNICODE LICENSE V3
|
|
4684
4667
|
|
|
4685
4668
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4686
4669
|
|
|
4687
|
-
Copyright ©
|
|
4670
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4688
4671
|
|
|
4689
4672
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4690
4673
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4720,13 +4703,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4720
4703
|
dealings in these Data Files or Software without prior written
|
|
4721
4704
|
authorization of the copyright holder.
|
|
4722
4705
|
|
|
4723
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4724
|
-
|
|
4725
|
-
—
|
|
4726
|
-
|
|
4727
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4728
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4729
|
-
|
|
4730
4706
|
````
|
|
4731
4707
|
|
|
4732
4708
|
---
|
|
@@ -4735,14 +4711,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4735
4711
|
|
|
4736
4712
|
### Rust Crates:
|
|
4737
4713
|
|
|
4738
|
-
- [
|
|
4714
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4715
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4716
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4717
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4718
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4719
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4720
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4721
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4722
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4723
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4724
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4725
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4726
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4727
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4728
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4729
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4730
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4731
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4739
4732
|
|
|
4740
4733
|
````text
|
|
4741
4734
|
UNICODE LICENSE V3
|
|
4742
4735
|
|
|
4743
4736
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4744
4737
|
|
|
4745
|
-
Copyright ©
|
|
4738
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4746
4739
|
|
|
4747
4740
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4748
4741
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4778,5 +4771,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4778
4771
|
dealings in these Data Files or Software without prior written
|
|
4779
4772
|
authorization of the copyright holder.
|
|
4780
4773
|
|
|
4774
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4775
|
+
|
|
4776
|
+
—
|
|
4777
|
+
|
|
4778
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4779
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4780
|
+
|
|
4781
4781
|
````
|
|
4782
4782
|
|