@deveco-codegenie/mcp-bridge-darwin-arm64 1.1.7 → 1.1.8
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 +1240 -1240
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -16,32 +16,6 @@
|
|
|
16
16
|
- MPL-2.0: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
-
|
|
23
|
-
### Rust Crates:
|
|
24
|
-
|
|
25
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
26
|
-
|
|
27
|
-
````text
|
|
28
|
-
BSD Zero Clause License
|
|
29
|
-
|
|
30
|
-
Copyright (c) 2024 kotauskas
|
|
31
|
-
|
|
32
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
|
-
purpose with or without fee is hereby granted.
|
|
34
|
-
|
|
35
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
36
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
37
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
38
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
39
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
42
|
-
|
|
43
|
-
````
|
|
44
|
-
|
|
45
19
|
---
|
|
46
20
|
|
|
47
21
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -94,11 +68,39 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
94
68
|
|
|
95
69
|
---
|
|
96
70
|
|
|
71
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
72
|
+
|
|
73
|
+
### Rust Crates:
|
|
74
|
+
|
|
75
|
+
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
76
|
+
|
|
77
|
+
````text
|
|
78
|
+
BSD Zero Clause License
|
|
79
|
+
|
|
80
|
+
Copyright (c) 2024 kotauskas
|
|
81
|
+
|
|
82
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
83
|
+
purpose with or without fee is hereby granted.
|
|
84
|
+
|
|
85
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
86
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
87
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
88
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
89
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
90
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
91
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
92
|
+
|
|
93
|
+
````
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
97
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
98
98
|
|
|
99
99
|
### Rust Crates:
|
|
100
100
|
|
|
101
|
-
- [
|
|
101
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
102
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
103
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
102
104
|
|
|
103
105
|
````text
|
|
104
106
|
Apache License
|
|
@@ -289,7 +291,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
289
291
|
same "printed page" as the copyright notice for easier
|
|
290
292
|
identification within third-party archives.
|
|
291
293
|
|
|
292
|
-
Copyright
|
|
294
|
+
Copyright [yyyy] [name of copyright owner]
|
|
293
295
|
|
|
294
296
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
295
297
|
you may not use this file except in compliance with the License.
|
|
@@ -311,96 +313,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
311
313
|
|
|
312
314
|
### Rust Crates:
|
|
313
315
|
|
|
314
|
-
- [
|
|
315
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
316
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
317
|
-
|
|
318
|
-
````text
|
|
319
|
-
Apache License
|
|
320
|
-
Version 2.0, January 2004
|
|
321
|
-
http://www.apache.org/licenses/
|
|
322
|
-
|
|
323
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
324
|
-
|
|
325
|
-
1. Definitions.
|
|
326
|
-
|
|
327
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
328
|
-
|
|
329
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
330
|
-
|
|
331
|
-
"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.
|
|
332
|
-
|
|
333
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
334
|
-
|
|
335
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
336
|
-
|
|
337
|
-
"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.
|
|
338
|
-
|
|
339
|
-
"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).
|
|
340
|
-
|
|
341
|
-
"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.
|
|
342
|
-
|
|
343
|
-
"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."
|
|
344
|
-
|
|
345
|
-
"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.
|
|
346
|
-
|
|
347
|
-
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.
|
|
348
|
-
|
|
349
|
-
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.
|
|
350
|
-
|
|
351
|
-
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:
|
|
352
|
-
|
|
353
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
354
|
-
|
|
355
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
356
|
-
|
|
357
|
-
(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
|
|
358
|
-
|
|
359
|
-
(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.
|
|
360
|
-
|
|
361
|
-
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.
|
|
362
|
-
|
|
363
|
-
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.
|
|
364
|
-
|
|
365
|
-
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.
|
|
366
|
-
|
|
367
|
-
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.
|
|
368
|
-
|
|
369
|
-
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.
|
|
370
|
-
|
|
371
|
-
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.
|
|
372
|
-
|
|
373
|
-
END OF TERMS AND CONDITIONS
|
|
374
|
-
|
|
375
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
376
|
-
|
|
377
|
-
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.
|
|
378
|
-
|
|
379
|
-
Copyright [yyyy] [name of copyright owner]
|
|
380
|
-
|
|
381
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
382
|
-
you may not use this file except in compliance with the License.
|
|
383
|
-
You may obtain a copy of the License at
|
|
384
|
-
|
|
385
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
386
|
-
|
|
387
|
-
Unless required by applicable law or agreed to in writing, software
|
|
388
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
389
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
390
|
-
See the License for the specific language governing permissions and
|
|
391
|
-
limitations under the License.
|
|
392
|
-
|
|
393
|
-
````
|
|
394
|
-
|
|
395
|
-
---
|
|
396
|
-
|
|
397
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
398
|
-
|
|
399
|
-
### Rust Crates:
|
|
400
|
-
|
|
401
|
-
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
402
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
403
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
316
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
404
317
|
|
|
405
318
|
````text
|
|
406
319
|
Apache License
|
|
@@ -591,7 +504,7 @@ limitations under the License.
|
|
|
591
504
|
same "printed page" as the copyright notice for easier
|
|
592
505
|
identification within third-party archives.
|
|
593
506
|
|
|
594
|
-
Copyright
|
|
507
|
+
Copyright 2011 Google Inc.
|
|
595
508
|
|
|
596
509
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
597
510
|
you may not use this file except in compliance with the License.
|
|
@@ -609,6 +522,93 @@ limitations under the License.
|
|
|
609
522
|
|
|
610
523
|
---
|
|
611
524
|
|
|
525
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
526
|
+
|
|
527
|
+
### Rust Crates:
|
|
528
|
+
|
|
529
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
530
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
531
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
532
|
+
|
|
533
|
+
````text
|
|
534
|
+
Apache License
|
|
535
|
+
Version 2.0, January 2004
|
|
536
|
+
http://www.apache.org/licenses/
|
|
537
|
+
|
|
538
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
539
|
+
|
|
540
|
+
1. Definitions.
|
|
541
|
+
|
|
542
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
543
|
+
|
|
544
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
545
|
+
|
|
546
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
|
547
|
+
|
|
548
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
549
|
+
|
|
550
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
551
|
+
|
|
552
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
|
553
|
+
|
|
554
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
|
555
|
+
|
|
556
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
|
557
|
+
|
|
558
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
|
559
|
+
|
|
560
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
|
561
|
+
|
|
562
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
|
563
|
+
|
|
564
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
|
565
|
+
|
|
566
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
|
567
|
+
|
|
568
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
569
|
+
|
|
570
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
571
|
+
|
|
572
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
|
573
|
+
|
|
574
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
|
575
|
+
|
|
576
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
577
|
+
|
|
578
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
579
|
+
|
|
580
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
581
|
+
|
|
582
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
583
|
+
|
|
584
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
585
|
+
|
|
586
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
587
|
+
|
|
588
|
+
END OF TERMS AND CONDITIONS
|
|
589
|
+
|
|
590
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
591
|
+
|
|
592
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
593
|
+
|
|
594
|
+
Copyright [yyyy] [name of copyright owner]
|
|
595
|
+
|
|
596
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
597
|
+
you may not use this file except in compliance with the License.
|
|
598
|
+
You may obtain a copy of the License at
|
|
599
|
+
|
|
600
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
601
|
+
|
|
602
|
+
Unless required by applicable law or agreed to in writing, software
|
|
603
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
604
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
605
|
+
See the License for the specific language governing permissions and
|
|
606
|
+
limitations under the License.
|
|
607
|
+
|
|
608
|
+
````
|
|
609
|
+
|
|
610
|
+
---
|
|
611
|
+
|
|
612
612
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
613
613
|
|
|
614
614
|
### NPM Packages:
|
|
@@ -678,34 +678,30 @@ THIS SOFTWARE.
|
|
|
678
678
|
|
|
679
679
|
### Rust Crates:
|
|
680
680
|
|
|
681
|
-
- [
|
|
682
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
683
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
684
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
685
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
686
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
687
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
681
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
688
682
|
|
|
689
683
|
````text
|
|
690
684
|
MIT License
|
|
691
685
|
|
|
692
|
-
Copyright (c)
|
|
693
|
-
|
|
694
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
695
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
696
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
697
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
698
|
-
following conditions:
|
|
686
|
+
Copyright (c) 2025 rutrum
|
|
699
687
|
|
|
700
|
-
|
|
701
|
-
|
|
688
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
689
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
690
|
+
in the Software without restriction, including without limitation the rights
|
|
691
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
692
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
693
|
+
furnished to do so, subject to the following conditions:
|
|
702
694
|
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
706
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
707
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
695
|
+
The above copyright notice and this permission notice shall be included in all
|
|
696
|
+
copies or substantial portions of the Software.
|
|
708
697
|
|
|
698
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
699
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
700
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
701
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
702
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
703
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
704
|
+
SOFTWARE.
|
|
709
705
|
````
|
|
710
706
|
|
|
711
707
|
---
|
|
@@ -714,13 +710,105 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
714
710
|
|
|
715
711
|
### Rust Crates:
|
|
716
712
|
|
|
717
|
-
- [
|
|
718
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
719
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
720
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
713
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
721
714
|
|
|
722
715
|
````text
|
|
723
|
-
Copyright (c)
|
|
716
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
717
|
+
|
|
718
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
719
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
720
|
+
in the Software without restriction, including without limitation the rights
|
|
721
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
722
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
723
|
+
furnished to do so, subject to the following conditions:
|
|
724
|
+
|
|
725
|
+
The above copyright notice and this permission notice shall be included in
|
|
726
|
+
all copies or substantial portions of the Software.
|
|
727
|
+
|
|
728
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
729
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
730
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
731
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
732
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
733
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
734
|
+
THE SOFTWARE.
|
|
735
|
+
|
|
736
|
+
````
|
|
737
|
+
|
|
738
|
+
---
|
|
739
|
+
|
|
740
|
+
## The following dependencies are licensed under the MIT License:
|
|
741
|
+
|
|
742
|
+
### Rust Crates:
|
|
743
|
+
|
|
744
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
745
|
+
|
|
746
|
+
````text
|
|
747
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
748
|
+
|
|
749
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
750
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
751
|
+
in the Software without restriction, including without limitation the rights
|
|
752
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
753
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
754
|
+
furnished to do so, subject to the following conditions:
|
|
755
|
+
|
|
756
|
+
The above copyright notice and this permission notice shall be included in
|
|
757
|
+
all copies or substantial portions of the Software.
|
|
758
|
+
|
|
759
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
760
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
761
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
762
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
763
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
764
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
765
|
+
THE SOFTWARE.
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
````
|
|
769
|
+
|
|
770
|
+
---
|
|
771
|
+
|
|
772
|
+
## The following dependencies are licensed under the MIT License:
|
|
773
|
+
|
|
774
|
+
### Rust Crates:
|
|
775
|
+
|
|
776
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
777
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
778
|
+
|
|
779
|
+
````text
|
|
780
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
781
|
+
|
|
782
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
783
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
784
|
+
in the Software without restriction, including without limitation the rights
|
|
785
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
786
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
787
|
+
furnished to do so, subject to the following conditions:
|
|
788
|
+
|
|
789
|
+
The above copyright notice and this permission notice shall be included in all
|
|
790
|
+
copies or substantial portions of the Software.
|
|
791
|
+
|
|
792
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
793
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
794
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
795
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
796
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
797
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
798
|
+
SOFTWARE.
|
|
799
|
+
|
|
800
|
+
````
|
|
801
|
+
|
|
802
|
+
---
|
|
803
|
+
|
|
804
|
+
## The following dependencies are licensed under the MIT License:
|
|
805
|
+
|
|
806
|
+
### Rust Crates:
|
|
807
|
+
|
|
808
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
809
|
+
|
|
810
|
+
````text
|
|
811
|
+
Copyright (c) 2015 Steven Allen
|
|
724
812
|
|
|
725
813
|
Permission is hereby granted, free of charge, to any
|
|
726
814
|
person obtaining a copy of this software and associated
|
|
@@ -754,10 +842,60 @@ DEALINGS IN THE SOFTWARE.
|
|
|
754
842
|
|
|
755
843
|
### Rust Crates:
|
|
756
844
|
|
|
757
|
-
- [
|
|
845
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
758
846
|
|
|
759
847
|
````text
|
|
760
|
-
Copyright
|
|
848
|
+
Copyright 2016 Nika Layzell
|
|
849
|
+
|
|
850
|
+
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:
|
|
851
|
+
|
|
852
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
853
|
+
|
|
854
|
+
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.
|
|
855
|
+
|
|
856
|
+
````
|
|
857
|
+
|
|
858
|
+
---
|
|
859
|
+
|
|
860
|
+
## The following dependencies are licensed under the MIT License:
|
|
861
|
+
|
|
862
|
+
### Rust Crates:
|
|
863
|
+
|
|
864
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
865
|
+
|
|
866
|
+
````text
|
|
867
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
868
|
+
|
|
869
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
870
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
871
|
+
in the Software without restriction, including without limitation the rights
|
|
872
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
873
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
874
|
+
furnished to do so, subject to the following conditions:
|
|
875
|
+
|
|
876
|
+
The above copyright notice and this permission notice shall be included in
|
|
877
|
+
all copies or substantial portions of the Software.
|
|
878
|
+
|
|
879
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
880
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
881
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
882
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
883
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
884
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
885
|
+
THE SOFTWARE.
|
|
886
|
+
|
|
887
|
+
````
|
|
888
|
+
|
|
889
|
+
---
|
|
890
|
+
|
|
891
|
+
## The following dependencies are licensed under the MIT License:
|
|
892
|
+
|
|
893
|
+
### Rust Crates:
|
|
894
|
+
|
|
895
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
896
|
+
|
|
897
|
+
````text
|
|
898
|
+
Copyright (c) 2016 Anthony Ramine
|
|
761
899
|
|
|
762
900
|
Permission is hereby granted, free of charge, to any
|
|
763
901
|
person obtaining a copy of this software and associated
|
|
@@ -791,10 +929,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
791
929
|
|
|
792
930
|
### Rust Crates:
|
|
793
931
|
|
|
794
|
-
- [
|
|
932
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
795
933
|
|
|
796
934
|
````text
|
|
797
|
-
Copyright
|
|
935
|
+
Copyright (c) 2018 Carl Lerche
|
|
798
936
|
|
|
799
937
|
Permission is hereby granted, free of charge, to any
|
|
800
938
|
person obtaining a copy of this software and associated
|
|
@@ -828,30 +966,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
828
966
|
|
|
829
967
|
### Rust Crates:
|
|
830
968
|
|
|
831
|
-
- [
|
|
969
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
970
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
832
971
|
|
|
833
972
|
````text
|
|
834
|
-
|
|
973
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
974
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
975
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
835
976
|
|
|
836
|
-
|
|
977
|
+
Permission is hereby granted, free of charge, to any
|
|
978
|
+
person obtaining a copy of this software and associated
|
|
979
|
+
documentation files (the "Software"), to deal in the
|
|
980
|
+
Software without restriction, including without
|
|
981
|
+
limitation the rights to use, copy, modify, merge,
|
|
982
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
983
|
+
the Software, and to permit persons to whom the Software
|
|
984
|
+
is furnished to do so, subject to the following
|
|
985
|
+
conditions:
|
|
837
986
|
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
842
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
843
|
-
furnished to do so, subject to the following conditions:
|
|
987
|
+
The above copyright notice and this permission notice
|
|
988
|
+
shall be included in all copies or substantial portions
|
|
989
|
+
of the Software.
|
|
844
990
|
|
|
845
|
-
|
|
846
|
-
|
|
991
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
992
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
993
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
994
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
995
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
996
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
997
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
998
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
999
|
+
DEALINGS IN THE SOFTWARE.
|
|
847
1000
|
|
|
848
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
849
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
850
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
851
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
852
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
853
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
854
|
-
SOFTWARE.
|
|
855
1001
|
````
|
|
856
1002
|
|
|
857
1003
|
---
|
|
@@ -860,32 +1006,34 @@ SOFTWARE.
|
|
|
860
1006
|
|
|
861
1007
|
### Rust Crates:
|
|
862
1008
|
|
|
863
|
-
- [
|
|
1009
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
864
1010
|
|
|
865
1011
|
````text
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
furnished to do so, subject to the following
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
The above copyright notice and this permission notice
|
|
879
|
-
all copies or substantial portions
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
883
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
1012
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1013
|
+
|
|
1014
|
+
Permission is hereby granted, free of charge, to any
|
|
1015
|
+
person obtaining a copy of this software and associated
|
|
1016
|
+
documentation files (the "Software"), to deal in the
|
|
1017
|
+
Software without restriction, including without
|
|
1018
|
+
limitation the rights to use, copy, modify, merge,
|
|
1019
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1020
|
+
the Software, and to permit persons to whom the Software
|
|
1021
|
+
is furnished to do so, subject to the following
|
|
1022
|
+
conditions:
|
|
1023
|
+
|
|
1024
|
+
The above copyright notice and this permission notice
|
|
1025
|
+
shall be included in all copies or substantial portions
|
|
1026
|
+
of the Software.
|
|
1027
|
+
|
|
1028
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1029
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1030
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1031
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1032
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1033
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1034
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1035
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1036
|
+
DEALINGS IN THE SOFTWARE.
|
|
889
1037
|
|
|
890
1038
|
````
|
|
891
1039
|
|
|
@@ -895,29 +1043,17 @@ THE SOFTWARE.
|
|
|
895
1043
|
|
|
896
1044
|
### Rust Crates:
|
|
897
1045
|
|
|
898
|
-
- [
|
|
1046
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
1047
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
1048
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
1049
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
899
1050
|
|
|
900
1051
|
````text
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
904
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
905
|
-
in the Software without restriction, including without limitation the rights
|
|
906
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
907
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
908
|
-
furnished to do so, subject to the following conditions:
|
|
909
|
-
|
|
910
|
-
The above copyright notice and this permission notice shall be included in all
|
|
911
|
-
copies or substantial portions of the Software.
|
|
1052
|
+
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:
|
|
912
1053
|
|
|
913
|
-
|
|
914
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
915
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
916
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
917
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
918
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
919
|
-
SOFTWARE.
|
|
1054
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
920
1055
|
|
|
1056
|
+
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.
|
|
921
1057
|
````
|
|
922
1058
|
|
|
923
1059
|
---
|
|
@@ -960,10 +1096,12 @@ SOFTWARE.
|
|
|
960
1096
|
|
|
961
1097
|
### Rust Crates:
|
|
962
1098
|
|
|
963
|
-
- [
|
|
1099
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
964
1100
|
|
|
965
1101
|
````text
|
|
966
|
-
|
|
1102
|
+
The MIT License (MIT)
|
|
1103
|
+
|
|
1104
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
967
1105
|
|
|
968
1106
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
969
1107
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -983,7 +1121,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
983
1121
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
984
1122
|
THE SOFTWARE.
|
|
985
1123
|
|
|
986
|
-
|
|
987
1124
|
````
|
|
988
1125
|
|
|
989
1126
|
---
|
|
@@ -992,28 +1129,34 @@ THE SOFTWARE.
|
|
|
992
1129
|
|
|
993
1130
|
### Rust Crates:
|
|
994
1131
|
|
|
995
|
-
- [
|
|
1132
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
996
1133
|
|
|
997
1134
|
````text
|
|
998
|
-
Copyright (c)
|
|
1135
|
+
Copyright (c) 2019 Carl Lerche
|
|
999
1136
|
|
|
1000
|
-
Permission is hereby granted, free of charge, to any
|
|
1001
|
-
of this software and associated
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1137
|
+
Permission is hereby granted, free of charge, to any
|
|
1138
|
+
person obtaining a copy of this software and associated
|
|
1139
|
+
documentation files (the "Software"), to deal in the
|
|
1140
|
+
Software without restriction, including without
|
|
1141
|
+
limitation the rights to use, copy, modify, merge,
|
|
1142
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1143
|
+
the Software, and to permit persons to whom the Software
|
|
1144
|
+
is furnished to do so, subject to the following
|
|
1145
|
+
conditions:
|
|
1006
1146
|
|
|
1007
|
-
The above copyright notice and this permission notice
|
|
1008
|
-
all copies or substantial portions
|
|
1147
|
+
The above copyright notice and this permission notice
|
|
1148
|
+
shall be included in all copies or substantial portions
|
|
1149
|
+
of the Software.
|
|
1009
1150
|
|
|
1010
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1011
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1151
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1152
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1153
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1154
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1155
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1156
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1157
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1158
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1159
|
+
DEALINGS IN THE SOFTWARE.
|
|
1017
1160
|
|
|
1018
1161
|
````
|
|
1019
1162
|
|
|
@@ -1023,28 +1166,33 @@ THE SOFTWARE.
|
|
|
1023
1166
|
|
|
1024
1167
|
### Rust Crates:
|
|
1025
1168
|
|
|
1026
|
-
- [
|
|
1169
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1170
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1171
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1172
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1173
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1174
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1175
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1027
1176
|
|
|
1028
1177
|
````text
|
|
1029
1178
|
MIT License
|
|
1030
1179
|
|
|
1031
|
-
|
|
1032
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1033
|
-
in the Software without restriction, including without limitation the rights
|
|
1034
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1035
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1036
|
-
furnished to do so, subject to the following conditions:
|
|
1180
|
+
Copyright (c) <year> <copyright holders>
|
|
1037
1181
|
|
|
1038
|
-
|
|
1039
|
-
|
|
1182
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1183
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1184
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1185
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1186
|
+
following conditions:
|
|
1040
1187
|
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
SOFTWARE
|
|
1188
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1189
|
+
portions of the Software.
|
|
1190
|
+
|
|
1191
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1192
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1193
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1194
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1195
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1048
1196
|
|
|
1049
1197
|
````
|
|
1050
1198
|
|
|
@@ -1052,34 +1200,36 @@ SOFTWARE.
|
|
|
1052
1200
|
|
|
1053
1201
|
## The following dependencies are licensed under the MIT License:
|
|
1054
1202
|
|
|
1055
|
-
###
|
|
1203
|
+
### Rust Crates:
|
|
1056
1204
|
|
|
1057
|
-
- [
|
|
1205
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1058
1206
|
|
|
1059
1207
|
````text
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
1063
|
-
|
|
1064
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1065
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1066
|
-
in the Software without restriction, including without limitation the rights
|
|
1067
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1068
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1069
|
-
furnished to do so, subject to the following conditions:
|
|
1208
|
+
Copyright (c) 2014 Chris Wong
|
|
1070
1209
|
|
|
1071
|
-
|
|
1072
|
-
|
|
1210
|
+
Permission is hereby granted, free of charge, to any
|
|
1211
|
+
person obtaining a copy of this software and associated
|
|
1212
|
+
documentation files (the "Software"), to deal in the
|
|
1213
|
+
Software without restriction, including without
|
|
1214
|
+
limitation the rights to use, copy, modify, merge,
|
|
1215
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1216
|
+
the Software, and to permit persons to whom the Software
|
|
1217
|
+
is furnished to do so, subject to the following
|
|
1218
|
+
conditions:
|
|
1073
1219
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1078
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1079
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1080
|
-
SOFTWARE.
|
|
1220
|
+
The above copyright notice and this permission notice
|
|
1221
|
+
shall be included in all copies or substantial portions
|
|
1222
|
+
of the Software.
|
|
1081
1223
|
|
|
1082
|
-
|
|
1224
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1225
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1226
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1227
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1228
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1229
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1230
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1231
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1232
|
+
DEALINGS IN THE SOFTWARE.
|
|
1083
1233
|
|
|
1084
1234
|
````
|
|
1085
1235
|
|
|
@@ -1087,32 +1237,36 @@ SOFTWARE.
|
|
|
1087
1237
|
|
|
1088
1238
|
## The following dependencies are licensed under the MIT License:
|
|
1089
1239
|
|
|
1090
|
-
###
|
|
1240
|
+
### Rust Crates:
|
|
1091
1241
|
|
|
1092
|
-
- [
|
|
1242
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1093
1243
|
|
|
1094
1244
|
````text
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
1245
|
+
Copyright (c) 2017 http-rs authors
|
|
1098
1246
|
|
|
1099
|
-
Permission is hereby granted, free of charge, to any
|
|
1100
|
-
of this software and associated
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1247
|
+
Permission is hereby granted, free of charge, to any
|
|
1248
|
+
person obtaining a copy of this software and associated
|
|
1249
|
+
documentation files (the "Software"), to deal in the
|
|
1250
|
+
Software without restriction, including without
|
|
1251
|
+
limitation the rights to use, copy, modify, merge,
|
|
1252
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1253
|
+
the Software, and to permit persons to whom the Software
|
|
1254
|
+
is furnished to do so, subject to the following
|
|
1255
|
+
conditions:
|
|
1105
1256
|
|
|
1106
|
-
The above copyright notice and this permission notice
|
|
1107
|
-
copies or substantial portions
|
|
1257
|
+
The above copyright notice and this permission notice
|
|
1258
|
+
shall be included in all copies or substantial portions
|
|
1259
|
+
of the Software.
|
|
1108
1260
|
|
|
1109
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1110
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1261
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1262
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1263
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1264
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1265
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1266
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1267
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1268
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1269
|
+
DEALINGS IN THE SOFTWARE.
|
|
1116
1270
|
|
|
1117
1271
|
````
|
|
1118
1272
|
|
|
@@ -1122,13 +1276,17 @@ SOFTWARE.
|
|
|
1122
1276
|
|
|
1123
1277
|
### Rust Crates:
|
|
1124
1278
|
|
|
1125
|
-
- [
|
|
1279
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1126
1280
|
|
|
1127
1281
|
````text
|
|
1128
|
-
|
|
1282
|
+
Copyright (c) 2016 The humantime Developers
|
|
1283
|
+
|
|
1284
|
+
Includes parts of http date with the following copyright:
|
|
1285
|
+
Copyright (c) 2016 Pyfisch
|
|
1286
|
+
|
|
1287
|
+
Includes portions of musl libc with the following copyright:
|
|
1288
|
+
Copyright © 2005-2013 Rich Felker
|
|
1129
1289
|
|
|
1130
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1131
|
-
Copyright (c) Tokio Contributors
|
|
1132
1290
|
|
|
1133
1291
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1134
1292
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1156,43 +1314,10 @@ SOFTWARE.
|
|
|
1156
1314
|
|
|
1157
1315
|
### Rust Crates:
|
|
1158
1316
|
|
|
1159
|
-
- [
|
|
1160
|
-
|
|
1161
|
-
````text
|
|
1162
|
-
Copyright (c) 2019 Eliza Weisman
|
|
1163
|
-
|
|
1164
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1165
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1166
|
-
in the Software without restriction, including without limitation the rights
|
|
1167
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1168
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1169
|
-
furnished to do so, subject to the following conditions:
|
|
1170
|
-
|
|
1171
|
-
The above copyright notice and this permission notice shall be included in
|
|
1172
|
-
all copies or substantial portions of the Software.
|
|
1173
|
-
|
|
1174
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1175
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1176
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1177
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1178
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1179
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1180
|
-
THE SOFTWARE.
|
|
1181
|
-
|
|
1182
|
-
````
|
|
1183
|
-
|
|
1184
|
-
---
|
|
1185
|
-
|
|
1186
|
-
## The following dependencies are licensed under the MIT License:
|
|
1187
|
-
|
|
1188
|
-
### Rust Crates:
|
|
1189
|
-
|
|
1190
|
-
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1191
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1192
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1317
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
1193
1318
|
|
|
1194
1319
|
````text
|
|
1195
|
-
Copyright (c)
|
|
1320
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
1196
1321
|
|
|
1197
1322
|
Permission is hereby granted, free of charge, to any
|
|
1198
1323
|
person obtaining a copy of this software and associated
|
|
@@ -1226,10 +1351,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1226
1351
|
|
|
1227
1352
|
### Rust Crates:
|
|
1228
1353
|
|
|
1229
|
-
- [
|
|
1354
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
1230
1355
|
|
|
1231
1356
|
````text
|
|
1232
|
-
|
|
1357
|
+
MIT License
|
|
1358
|
+
|
|
1359
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
1360
|
+
|
|
1361
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1362
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1363
|
+
in the Software without restriction, including without limitation the rights
|
|
1364
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1365
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1366
|
+
furnished to do so, subject to the following conditions:
|
|
1367
|
+
|
|
1368
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1369
|
+
copies or substantial portions of the Software.
|
|
1370
|
+
|
|
1371
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1372
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1373
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1374
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1375
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1376
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1377
|
+
SOFTWARE.
|
|
1378
|
+
|
|
1379
|
+
````
|
|
1380
|
+
|
|
1381
|
+
---
|
|
1382
|
+
|
|
1383
|
+
## The following dependencies are licensed under the MIT License:
|
|
1384
|
+
|
|
1385
|
+
### Rust Crates:
|
|
1386
|
+
|
|
1387
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
1388
|
+
|
|
1389
|
+
````text
|
|
1390
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1233
1391
|
|
|
1234
1392
|
Permission is hereby granted, free of charge, to any
|
|
1235
1393
|
person obtaining a copy of this software and associated
|
|
@@ -1263,10 +1421,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1263
1421
|
|
|
1264
1422
|
### Rust Crates:
|
|
1265
1423
|
|
|
1266
|
-
- [
|
|
1424
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1267
1425
|
|
|
1268
1426
|
````text
|
|
1269
|
-
Copyright
|
|
1427
|
+
Copyright Mozilla Foundation
|
|
1270
1428
|
|
|
1271
1429
|
Permission is hereby granted, free of charge, to any
|
|
1272
1430
|
person obtaining a copy of this software and associated
|
|
@@ -1300,14 +1458,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1300
1458
|
|
|
1301
1459
|
### Rust Crates:
|
|
1302
1460
|
|
|
1303
|
-
- [
|
|
1304
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1305
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1461
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1306
1462
|
|
|
1307
1463
|
````text
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
Copyright (c) 2017 Ted Driggs
|
|
1464
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1465
|
+
Copyright (c) 2016 Jason Housley
|
|
1311
1466
|
|
|
1312
1467
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1313
1468
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1316,16 +1471,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1316
1471
|
copies of the Software, and to permit persons to whom the Software is
|
|
1317
1472
|
furnished to do so, subject to the following conditions:
|
|
1318
1473
|
|
|
1319
|
-
The above copyright notice and this permission notice shall be included in
|
|
1320
|
-
copies or substantial portions of the Software.
|
|
1474
|
+
The above copyright notice and this permission notice shall be included in
|
|
1475
|
+
all copies or substantial portions of the Software.
|
|
1321
1476
|
|
|
1322
1477
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1323
1478
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1324
1479
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1325
1480
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1326
1481
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1327
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1328
|
-
SOFTWARE.
|
|
1482
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1483
|
+
THE SOFTWARE.
|
|
1329
1484
|
|
|
1330
1485
|
````
|
|
1331
1486
|
|
|
@@ -1335,10 +1490,11 @@ SOFTWARE.
|
|
|
1335
1490
|
|
|
1336
1491
|
### Rust Crates:
|
|
1337
1492
|
|
|
1338
|
-
- [
|
|
1493
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
1339
1494
|
|
|
1340
1495
|
````text
|
|
1341
|
-
Copyright (c)
|
|
1496
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
1497
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1342
1498
|
|
|
1343
1499
|
Permission is hereby granted, free of charge, to any
|
|
1344
1500
|
person obtaining a copy of this software and associated
|
|
@@ -1372,14 +1528,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1372
1528
|
|
|
1373
1529
|
### Rust Crates:
|
|
1374
1530
|
|
|
1375
|
-
- [
|
|
1531
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1376
1532
|
|
|
1377
1533
|
````text
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
Copyright (c) 2015 Danny Guo
|
|
1381
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1382
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
1534
|
+
Copyright (c) 2017 Sean McArthur
|
|
1383
1535
|
|
|
1384
1536
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1385
1537
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1388,16 +1540,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1388
1540
|
copies of the Software, and to permit persons to whom the Software is
|
|
1389
1541
|
furnished to do so, subject to the following conditions:
|
|
1390
1542
|
|
|
1391
|
-
The above copyright notice and this permission notice shall be included in
|
|
1392
|
-
copies or substantial portions of the Software.
|
|
1543
|
+
The above copyright notice and this permission notice shall be included in
|
|
1544
|
+
all copies or substantial portions of the Software.
|
|
1393
1545
|
|
|
1394
1546
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1395
1547
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1396
1548
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1397
1549
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1398
1550
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1399
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1400
|
-
SOFTWARE.
|
|
1551
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1552
|
+
THE SOFTWARE.
|
|
1553
|
+
|
|
1401
1554
|
|
|
1402
1555
|
````
|
|
1403
1556
|
|
|
@@ -1407,12 +1560,13 @@ SOFTWARE.
|
|
|
1407
1560
|
|
|
1408
1561
|
### Rust Crates:
|
|
1409
1562
|
|
|
1410
|
-
- [
|
|
1563
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1411
1564
|
|
|
1412
1565
|
````text
|
|
1413
1566
|
MIT License
|
|
1414
1567
|
|
|
1415
|
-
Copyright (c)
|
|
1568
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
1569
|
+
Copyright (c) Tokio Contributors
|
|
1416
1570
|
|
|
1417
1571
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1418
1572
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1440,49 +1594,10 @@ SOFTWARE.
|
|
|
1440
1594
|
|
|
1441
1595
|
### Rust Crates:
|
|
1442
1596
|
|
|
1443
|
-
- [
|
|
1444
|
-
|
|
1445
|
-
````text
|
|
1446
|
-
Copyright Mozilla Foundation
|
|
1447
|
-
|
|
1448
|
-
Permission is hereby granted, free of charge, to any
|
|
1449
|
-
person obtaining a copy of this software and associated
|
|
1450
|
-
documentation files (the "Software"), to deal in the
|
|
1451
|
-
Software without restriction, including without
|
|
1452
|
-
limitation the rights to use, copy, modify, merge,
|
|
1453
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1454
|
-
the Software, and to permit persons to whom the Software
|
|
1455
|
-
is furnished to do so, subject to the following
|
|
1456
|
-
conditions:
|
|
1457
|
-
|
|
1458
|
-
The above copyright notice and this permission notice
|
|
1459
|
-
shall be included in all copies or substantial portions
|
|
1460
|
-
of the Software.
|
|
1461
|
-
|
|
1462
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1463
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1464
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1465
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1466
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1467
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1468
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1469
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1470
|
-
DEALINGS IN THE SOFTWARE.
|
|
1471
|
-
|
|
1472
|
-
````
|
|
1473
|
-
|
|
1474
|
-
---
|
|
1475
|
-
|
|
1476
|
-
## The following dependencies are licensed under the MIT License:
|
|
1477
|
-
|
|
1478
|
-
### NPM Packages:
|
|
1479
|
-
|
|
1480
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1597
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1481
1598
|
|
|
1482
1599
|
````text
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1600
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1486
1601
|
|
|
1487
1602
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1488
1603
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1502,6 +1617,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1502
1617
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1503
1618
|
THE SOFTWARE.
|
|
1504
1619
|
|
|
1620
|
+
|
|
1505
1621
|
````
|
|
1506
1622
|
|
|
1507
1623
|
---
|
|
@@ -1510,10 +1626,10 @@ THE SOFTWARE.
|
|
|
1510
1626
|
|
|
1511
1627
|
### Rust Crates:
|
|
1512
1628
|
|
|
1513
|
-
- [
|
|
1629
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1514
1630
|
|
|
1515
1631
|
````text
|
|
1516
|
-
Copyright (c)
|
|
1632
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1517
1633
|
|
|
1518
1634
|
Permission is hereby granted, free of charge, to any
|
|
1519
1635
|
person obtaining a copy of this software and associated
|
|
@@ -1547,35 +1663,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1547
1663
|
|
|
1548
1664
|
### Rust Crates:
|
|
1549
1665
|
|
|
1550
|
-
- [
|
|
1666
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
1551
1667
|
|
|
1552
1668
|
````text
|
|
1553
|
-
Copyright (c)
|
|
1554
|
-
|
|
1555
|
-
Includes parts of http date with the following copyright:
|
|
1556
|
-
Copyright (c) 2016 Pyfisch
|
|
1557
|
-
|
|
1558
|
-
Includes portions of musl libc with the following copyright:
|
|
1559
|
-
Copyright © 2005-2013 Rich Felker
|
|
1560
|
-
|
|
1669
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
1561
1670
|
|
|
1562
|
-
Permission is hereby granted, free of charge, to any
|
|
1563
|
-
of this software and associated
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1671
|
+
Permission is hereby granted, free of charge, to any
|
|
1672
|
+
person obtaining a copy of this software and associated
|
|
1673
|
+
documentation files (the "Software"), to deal in the
|
|
1674
|
+
Software without restriction, including without
|
|
1675
|
+
limitation the rights to use, copy, modify, merge,
|
|
1676
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1677
|
+
the Software, and to permit persons to whom the Software
|
|
1678
|
+
is furnished to do so, subject to the following
|
|
1679
|
+
conditions:
|
|
1568
1680
|
|
|
1569
|
-
The above copyright notice and this permission notice
|
|
1570
|
-
copies or substantial portions
|
|
1681
|
+
The above copyright notice and this permission notice
|
|
1682
|
+
shall be included in all copies or substantial portions
|
|
1683
|
+
of the Software.
|
|
1571
1684
|
|
|
1572
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1573
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1685
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1686
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1687
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1688
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1689
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1690
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1691
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1692
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1693
|
+
DEALINGS IN THE SOFTWARE.
|
|
1579
1694
|
|
|
1580
1695
|
````
|
|
1581
1696
|
|
|
@@ -1585,33 +1700,31 @@ SOFTWARE.
|
|
|
1585
1700
|
|
|
1586
1701
|
### Rust Crates:
|
|
1587
1702
|
|
|
1588
|
-
- [
|
|
1703
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1704
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
1589
1705
|
|
|
1590
1706
|
````text
|
|
1591
1707
|
The MIT License (MIT)
|
|
1592
1708
|
|
|
1593
|
-
Copyright (c)
|
|
1709
|
+
Copyright (c) 2015 Steven Fackler
|
|
1594
1710
|
|
|
1595
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1711
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1712
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1713
|
+
the Software without restriction, including without limitation the rights to
|
|
1714
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1715
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1716
|
+
subject to the following conditions:
|
|
1601
1717
|
|
|
1602
1718
|
The above copyright notice and this permission notice shall be included in all
|
|
1603
1719
|
copies or substantial portions of the Software.
|
|
1604
1720
|
|
|
1605
1721
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1606
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
SOFTWARE.
|
|
1722
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1723
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1724
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1725
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1726
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1612
1727
|
|
|
1613
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1614
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1615
1728
|
````
|
|
1616
1729
|
|
|
1617
1730
|
---
|
|
@@ -1620,10 +1733,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1620
1733
|
|
|
1621
1734
|
### Rust Crates:
|
|
1622
1735
|
|
|
1623
|
-
- [
|
|
1736
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
1624
1737
|
|
|
1625
1738
|
````text
|
|
1626
|
-
Copyright (c)
|
|
1739
|
+
Copyright (c) 2016--2023
|
|
1627
1740
|
|
|
1628
1741
|
Permission is hereby granted, free of charge, to any
|
|
1629
1742
|
person obtaining a copy of this software and associated
|
|
@@ -1657,15 +1770,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1657
1770
|
|
|
1658
1771
|
### Rust Crates:
|
|
1659
1772
|
|
|
1660
|
-
- [
|
|
1661
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1662
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1663
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1773
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1664
1774
|
|
|
1665
1775
|
````text
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1776
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1669
1777
|
|
|
1670
1778
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1671
1779
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1693,12 +1801,10 @@ THE SOFTWARE.
|
|
|
1693
1801
|
|
|
1694
1802
|
### Rust Crates:
|
|
1695
1803
|
|
|
1696
|
-
- [
|
|
1804
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1697
1805
|
|
|
1698
1806
|
````text
|
|
1699
|
-
The
|
|
1700
|
-
|
|
1701
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1807
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1702
1808
|
|
|
1703
1809
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1704
1810
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1726,11 +1832,11 @@ SOFTWARE.
|
|
|
1726
1832
|
|
|
1727
1833
|
### Rust Crates:
|
|
1728
1834
|
|
|
1729
|
-
- [
|
|
1730
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1835
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1731
1836
|
|
|
1732
1837
|
````text
|
|
1733
|
-
Copyright (c)
|
|
1838
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1839
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1734
1840
|
|
|
1735
1841
|
Permission is hereby granted, free of charge, to any
|
|
1736
1842
|
person obtaining a copy of this software and associated
|
|
@@ -1764,10 +1870,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1764
1870
|
|
|
1765
1871
|
### Rust Crates:
|
|
1766
1872
|
|
|
1767
|
-
- [
|
|
1873
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1768
1874
|
|
|
1769
1875
|
````text
|
|
1770
|
-
Copyright (c)
|
|
1876
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1771
1877
|
|
|
1772
1878
|
Permission is hereby granted, free of charge, to any
|
|
1773
1879
|
person obtaining a copy of this software and associated
|
|
@@ -1799,18 +1905,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1799
1905
|
|
|
1800
1906
|
## The following dependencies are licensed under the MIT License:
|
|
1801
1907
|
|
|
1802
|
-
###
|
|
1908
|
+
### NPM Packages:
|
|
1803
1909
|
|
|
1804
|
-
- [
|
|
1910
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1805
1911
|
|
|
1806
1912
|
````text
|
|
1807
|
-
|
|
1913
|
+
The MIT License (MIT)
|
|
1808
1914
|
|
|
1809
|
-
|
|
1915
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1810
1916
|
|
|
1811
|
-
|
|
1917
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1918
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1919
|
+
in the Software without restriction, including without limitation the rights
|
|
1920
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1921
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1922
|
+
furnished to do so, subject to the following conditions:
|
|
1812
1923
|
|
|
1813
|
-
|
|
1924
|
+
The above copyright notice and this permission notice shall be included in
|
|
1925
|
+
all copies or substantial portions of the Software.
|
|
1926
|
+
|
|
1927
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1928
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1929
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1930
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1931
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1932
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1933
|
+
THE SOFTWARE.
|
|
1814
1934
|
|
|
1815
1935
|
````
|
|
1816
1936
|
|
|
@@ -1820,12 +1940,47 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1820
1940
|
|
|
1821
1941
|
### Rust Crates:
|
|
1822
1942
|
|
|
1823
|
-
- [
|
|
1943
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1944
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1945
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1946
|
+
|
|
1947
|
+
````text
|
|
1948
|
+
MIT License
|
|
1949
|
+
|
|
1950
|
+
Copyright (c) 2017 Ted Driggs
|
|
1951
|
+
|
|
1952
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1953
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1954
|
+
in the Software without restriction, including without limitation the rights
|
|
1955
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1956
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1957
|
+
furnished to do so, subject to the following conditions:
|
|
1958
|
+
|
|
1959
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1960
|
+
copies or substantial portions of the Software.
|
|
1961
|
+
|
|
1962
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1963
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1964
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1965
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1966
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1967
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1968
|
+
SOFTWARE.
|
|
1969
|
+
|
|
1970
|
+
````
|
|
1971
|
+
|
|
1972
|
+
---
|
|
1973
|
+
|
|
1974
|
+
## The following dependencies are licensed under the MIT License:
|
|
1975
|
+
|
|
1976
|
+
### NPM Packages:
|
|
1977
|
+
|
|
1978
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1824
1979
|
|
|
1825
1980
|
````text
|
|
1826
1981
|
The MIT License (MIT)
|
|
1827
1982
|
|
|
1828
|
-
Copyright (c) 2015
|
|
1983
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
1829
1984
|
|
|
1830
1985
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1831
1986
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1834,16 +1989,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1834
1989
|
copies of the Software, and to permit persons to whom the Software is
|
|
1835
1990
|
furnished to do so, subject to the following conditions:
|
|
1836
1991
|
|
|
1837
|
-
The above copyright notice and this permission notice shall be included in
|
|
1838
|
-
|
|
1992
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1993
|
+
copies or substantial portions of the Software.
|
|
1839
1994
|
|
|
1840
1995
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1841
1996
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1842
1997
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1843
1998
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1844
1999
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1845
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1846
|
-
|
|
2000
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2001
|
+
SOFTWARE.
|
|
2002
|
+
|
|
1847
2003
|
|
|
1848
2004
|
````
|
|
1849
2005
|
|
|
@@ -1853,12 +2009,14 @@ THE SOFTWARE.
|
|
|
1853
2009
|
|
|
1854
2010
|
### Rust Crates:
|
|
1855
2011
|
|
|
1856
|
-
- [
|
|
2012
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2013
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2014
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1857
2015
|
|
|
1858
2016
|
````text
|
|
1859
2017
|
MIT License
|
|
1860
2018
|
|
|
1861
|
-
Copyright (c)
|
|
2019
|
+
Copyright (c) Tokio Contributors
|
|
1862
2020
|
|
|
1863
2021
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1864
2022
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1886,10 +2044,19 @@ SOFTWARE.
|
|
|
1886
2044
|
|
|
1887
2045
|
### Rust Crates:
|
|
1888
2046
|
|
|
1889
|
-
- [
|
|
2047
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2048
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2049
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2050
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2051
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2052
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2053
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2054
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2055
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1890
2056
|
|
|
1891
2057
|
````text
|
|
1892
|
-
Copyright (c)
|
|
2058
|
+
Copyright (c) 2016 Alex Crichton
|
|
2059
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1893
2060
|
|
|
1894
2061
|
Permission is hereby granted, free of charge, to any
|
|
1895
2062
|
person obtaining a copy of this software and associated
|
|
@@ -1923,10 +2090,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1923
2090
|
|
|
1924
2091
|
### Rust Crates:
|
|
1925
2092
|
|
|
1926
|
-
- [
|
|
2093
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
2094
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
2095
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
2096
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2097
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2098
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1927
2099
|
|
|
1928
2100
|
````text
|
|
1929
|
-
Copyright (c)
|
|
2101
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1930
2102
|
|
|
1931
2103
|
Permission is hereby granted, free of charge, to any
|
|
1932
2104
|
person obtaining a copy of this software and associated
|
|
@@ -1960,10 +2132,85 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1960
2132
|
|
|
1961
2133
|
### Rust Crates:
|
|
1962
2134
|
|
|
1963
|
-
- [
|
|
2135
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2136
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2137
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2138
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2139
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2140
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1964
2141
|
|
|
1965
2142
|
````text
|
|
1966
|
-
Copyright
|
|
2143
|
+
Copyright 2018 Developers of the Rand project
|
|
2144
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2145
|
+
|
|
2146
|
+
Permission is hereby granted, free of charge, to any
|
|
2147
|
+
person obtaining a copy of this software and associated
|
|
2148
|
+
documentation files (the "Software"), to deal in the
|
|
2149
|
+
Software without restriction, including without
|
|
2150
|
+
limitation the rights to use, copy, modify, merge,
|
|
2151
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2152
|
+
the Software, and to permit persons to whom the Software
|
|
2153
|
+
is furnished to do so, subject to the following
|
|
2154
|
+
conditions:
|
|
2155
|
+
|
|
2156
|
+
The above copyright notice and this permission notice
|
|
2157
|
+
shall be included in all copies or substantial portions
|
|
2158
|
+
of the Software.
|
|
2159
|
+
|
|
2160
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2161
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2162
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2163
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2164
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2165
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2166
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2167
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2168
|
+
DEALINGS IN THE SOFTWARE.
|
|
2169
|
+
|
|
2170
|
+
````
|
|
2171
|
+
|
|
2172
|
+
---
|
|
2173
|
+
|
|
2174
|
+
## The following dependencies are licensed under the MIT License:
|
|
2175
|
+
|
|
2176
|
+
### Rust Crates:
|
|
2177
|
+
|
|
2178
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2179
|
+
|
|
2180
|
+
````text
|
|
2181
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2182
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2183
|
+
|
|
2184
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2185
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2186
|
+
in the Software without restriction, including without limitation the rights
|
|
2187
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2188
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2189
|
+
furnished to do so, subject to the following conditions:
|
|
2190
|
+
|
|
2191
|
+
The above copyright notice and this permission notice shall be included in
|
|
2192
|
+
all copies or substantial portions of the Software.
|
|
2193
|
+
|
|
2194
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2195
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2196
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2197
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2198
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2199
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2200
|
+
THE SOFTWARE.
|
|
2201
|
+
|
|
2202
|
+
````
|
|
2203
|
+
|
|
2204
|
+
---
|
|
2205
|
+
|
|
2206
|
+
## The following dependencies are licensed under the MIT License:
|
|
2207
|
+
|
|
2208
|
+
### Rust Crates:
|
|
2209
|
+
|
|
2210
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2211
|
+
|
|
2212
|
+
````text
|
|
2213
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1967
2214
|
|
|
1968
2215
|
Permission is hereby granted, free of charge, to any
|
|
1969
2216
|
person obtaining a copy of this software and associated
|
|
@@ -1997,12 +2244,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1997
2244
|
|
|
1998
2245
|
### Rust Crates:
|
|
1999
2246
|
|
|
2000
|
-
- [
|
|
2247
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2001
2248
|
|
|
2002
2249
|
````text
|
|
2003
|
-
MIT License
|
|
2250
|
+
The MIT License (MIT)
|
|
2004
2251
|
|
|
2005
|
-
Copyright (c)
|
|
2252
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2253
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2006
2254
|
|
|
2007
2255
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2008
2256
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2028,45 +2276,13 @@ SOFTWARE.
|
|
|
2028
2276
|
|
|
2029
2277
|
## The following dependencies are licensed under the MIT License:
|
|
2030
2278
|
|
|
2031
|
-
###
|
|
2032
|
-
|
|
2033
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2034
|
-
|
|
2035
|
-
````text
|
|
2036
|
-
This software is released under the MIT license:
|
|
2037
|
-
|
|
2038
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2039
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2040
|
-
the Software without restriction, including without limitation the rights to
|
|
2041
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2042
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2043
|
-
subject to the following conditions:
|
|
2044
|
-
|
|
2045
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2046
|
-
copies or substantial portions of the Software.
|
|
2047
|
-
|
|
2048
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2049
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2050
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2051
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2052
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2053
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2054
|
-
|
|
2055
|
-
````
|
|
2056
|
-
|
|
2057
|
-
---
|
|
2058
|
-
|
|
2059
|
-
## The following dependencies are licensed under the MIT License:
|
|
2060
|
-
|
|
2061
|
-
### NPM Packages:
|
|
2279
|
+
### Rust Crates:
|
|
2062
2280
|
|
|
2063
|
-
- [
|
|
2064
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2281
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2065
2282
|
|
|
2066
2283
|
````text
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
2284
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2285
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2070
2286
|
|
|
2071
2287
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2072
2288
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2094,12 +2310,10 @@ SOFTWARE.
|
|
|
2094
2310
|
|
|
2095
2311
|
### Rust Crates:
|
|
2096
2312
|
|
|
2097
|
-
- [
|
|
2313
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2098
2314
|
|
|
2099
2315
|
````text
|
|
2100
|
-
Copyright (c)
|
|
2101
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2102
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2316
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2103
2317
|
|
|
2104
2318
|
Permission is hereby granted, free of charge, to any
|
|
2105
2319
|
person obtaining a copy of this software and associated
|
|
@@ -2133,10 +2347,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2133
2347
|
|
|
2134
2348
|
### Rust Crates:
|
|
2135
2349
|
|
|
2136
|
-
- [
|
|
2350
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2351
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2352
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2137
2353
|
|
|
2138
2354
|
````text
|
|
2139
|
-
|
|
2355
|
+
MIT License
|
|
2356
|
+
|
|
2357
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2140
2358
|
|
|
2141
2359
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2142
2360
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2145,17 +2363,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2145
2363
|
copies of the Software, and to permit persons to whom the Software is
|
|
2146
2364
|
furnished to do so, subject to the following conditions:
|
|
2147
2365
|
|
|
2148
|
-
The above copyright notice and this permission notice shall be included in
|
|
2149
|
-
|
|
2366
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2367
|
+
copies or substantial portions of the Software.
|
|
2150
2368
|
|
|
2151
2369
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2152
2370
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2153
2371
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2154
2372
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2155
2373
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2156
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2157
|
-
|
|
2158
|
-
|
|
2374
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2375
|
+
SOFTWARE.
|
|
2159
2376
|
|
|
2160
2377
|
````
|
|
2161
2378
|
|
|
@@ -2165,10 +2382,10 @@ THE SOFTWARE.
|
|
|
2165
2382
|
|
|
2166
2383
|
### Rust Crates:
|
|
2167
2384
|
|
|
2168
|
-
- [
|
|
2385
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
2169
2386
|
|
|
2170
2387
|
````text
|
|
2171
|
-
Copyright (c) 2017
|
|
2388
|
+
Copyright (c) 2017 Robert Grosse
|
|
2172
2389
|
|
|
2173
2390
|
Permission is hereby granted, free of charge, to any
|
|
2174
2391
|
person obtaining a copy of this software and associated
|
|
@@ -2193,7 +2410,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2193
2410
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2194
2411
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2195
2412
|
DEALINGS IN THE SOFTWARE.
|
|
2196
|
-
|
|
2197
2413
|
````
|
|
2198
2414
|
|
|
2199
2415
|
---
|
|
@@ -2267,10 +2483,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2267
2483
|
|
|
2268
2484
|
### Rust Crates:
|
|
2269
2485
|
|
|
2270
|
-
- [
|
|
2486
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
2271
2487
|
|
|
2272
2488
|
````text
|
|
2273
|
-
Copyright (c)
|
|
2489
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
2274
2490
|
|
|
2275
2491
|
Permission is hereby granted, free of charge, to any
|
|
2276
2492
|
person obtaining a copy of this software and associated
|
|
@@ -2304,34 +2520,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2304
2520
|
|
|
2305
2521
|
### Rust Crates:
|
|
2306
2522
|
|
|
2307
|
-
- [
|
|
2523
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2308
2524
|
|
|
2309
2525
|
````text
|
|
2310
|
-
|
|
2526
|
+
MIT License
|
|
2311
2527
|
|
|
2312
|
-
Permission is hereby granted, free of charge, to any
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
the Software, and to permit persons to whom the Software
|
|
2319
|
-
is furnished to do so, subject to the following
|
|
2320
|
-
conditions:
|
|
2528
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2529
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2530
|
+
in the Software without restriction, including without limitation the rights
|
|
2531
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2532
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2533
|
+
furnished to do so, subject to the following conditions:
|
|
2321
2534
|
|
|
2322
|
-
The above copyright notice and this permission notice
|
|
2323
|
-
|
|
2324
|
-
of the Software.
|
|
2535
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2536
|
+
copies or substantial portions of the Software.
|
|
2325
2537
|
|
|
2326
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2334
|
-
DEALINGS IN THE SOFTWARE.
|
|
2538
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2539
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2540
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2541
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2542
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2543
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2544
|
+
SOFTWARE.
|
|
2335
2545
|
|
|
2336
2546
|
````
|
|
2337
2547
|
|
|
@@ -2341,13 +2551,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2341
2551
|
|
|
2342
2552
|
### Rust Crates:
|
|
2343
2553
|
|
|
2344
|
-
- [
|
|
2345
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2554
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2346
2555
|
|
|
2347
2556
|
````text
|
|
2348
|
-
Copyright (c)
|
|
2349
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2350
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2557
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2351
2558
|
|
|
2352
2559
|
Permission is hereby granted, free of charge, to any
|
|
2353
2560
|
person obtaining a copy of this software and associated
|
|
@@ -2381,10 +2588,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2381
2588
|
|
|
2382
2589
|
### Rust Crates:
|
|
2383
2590
|
|
|
2384
|
-
- [
|
|
2591
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2385
2592
|
|
|
2386
2593
|
````text
|
|
2387
|
-
|
|
2594
|
+
MIT License
|
|
2595
|
+
|
|
2596
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2597
|
+
|
|
2598
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2599
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2600
|
+
in the Software without restriction, including without limitation the rights
|
|
2601
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2602
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2603
|
+
furnished to do so, subject to the following conditions:
|
|
2604
|
+
|
|
2605
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2606
|
+
copies or substantial portions of the Software.
|
|
2607
|
+
|
|
2608
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2609
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2610
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2611
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2612
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2613
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2614
|
+
SOFTWARE.
|
|
2615
|
+
|
|
2616
|
+
````
|
|
2617
|
+
|
|
2618
|
+
---
|
|
2619
|
+
|
|
2620
|
+
## The following dependencies are licensed under the MIT License:
|
|
2621
|
+
|
|
2622
|
+
### Rust Crates:
|
|
2623
|
+
|
|
2624
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2625
|
+
|
|
2626
|
+
````text
|
|
2627
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2388
2628
|
|
|
2389
2629
|
Permission is hereby granted, free of charge, to any
|
|
2390
2630
|
person obtaining a copy of this software and associated
|
|
@@ -2418,16 +2658,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2418
2658
|
|
|
2419
2659
|
### Rust Crates:
|
|
2420
2660
|
|
|
2421
|
-
- [
|
|
2422
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2423
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2424
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2425
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2426
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2661
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2427
2662
|
|
|
2428
2663
|
````text
|
|
2429
|
-
Copyright
|
|
2430
|
-
|
|
2664
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2665
|
+
|
|
2666
|
+
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:
|
|
2667
|
+
|
|
2668
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2669
|
+
|
|
2670
|
+
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.
|
|
2671
|
+
|
|
2672
|
+
````
|
|
2673
|
+
|
|
2674
|
+
---
|
|
2675
|
+
|
|
2676
|
+
## The following dependencies are licensed under the MIT License:
|
|
2677
|
+
|
|
2678
|
+
### Rust Crates:
|
|
2679
|
+
|
|
2680
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2681
|
+
|
|
2682
|
+
````text
|
|
2683
|
+
Copyright (c) The Rust Project Developers
|
|
2431
2684
|
|
|
2432
2685
|
Permission is hereby granted, free of charge, to any
|
|
2433
2686
|
person obtaining a copy of this software and associated
|
|
@@ -2461,42 +2714,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2461
2714
|
|
|
2462
2715
|
### Rust Crates:
|
|
2463
2716
|
|
|
2464
|
-
- [
|
|
2465
|
-
|
|
2466
|
-
````text
|
|
2467
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
2468
|
-
|
|
2469
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2470
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2471
|
-
in the Software without restriction, including without limitation the rights
|
|
2472
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2473
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2474
|
-
furnished to do so, subject to the following conditions:
|
|
2475
|
-
|
|
2476
|
-
The above copyright notice and this permission notice shall be included in
|
|
2477
|
-
all copies or substantial portions of the Software.
|
|
2478
|
-
|
|
2479
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2480
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2481
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2482
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2483
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2484
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2485
|
-
THE SOFTWARE.
|
|
2486
|
-
|
|
2487
|
-
````
|
|
2488
|
-
|
|
2489
|
-
---
|
|
2490
|
-
|
|
2491
|
-
## The following dependencies are licensed under the MIT License:
|
|
2492
|
-
|
|
2493
|
-
### Rust Crates:
|
|
2494
|
-
|
|
2495
|
-
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2496
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2717
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2718
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2497
2719
|
|
|
2498
2720
|
````text
|
|
2499
|
-
Copyright (c)
|
|
2721
|
+
Copyright (c) 2014 Alex Crichton
|
|
2500
2722
|
|
|
2501
2723
|
Permission is hereby granted, free of charge, to any
|
|
2502
2724
|
person obtaining a copy of this software and associated
|
|
@@ -2530,11 +2752,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2530
2752
|
|
|
2531
2753
|
### Rust Crates:
|
|
2532
2754
|
|
|
2533
|
-
- [
|
|
2755
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
2534
2756
|
|
|
2535
2757
|
````text
|
|
2536
|
-
Copyright
|
|
2537
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2758
|
+
Copyright 2023 The Fuchsia Authors
|
|
2538
2759
|
|
|
2539
2760
|
Permission is hereby granted, free of charge, to any
|
|
2540
2761
|
person obtaining a copy of this software and associated
|
|
@@ -2560,6 +2781,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
2560
2781
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2561
2782
|
DEALINGS IN THE SOFTWARE.
|
|
2562
2783
|
|
|
2784
|
+
|
|
2563
2785
|
````
|
|
2564
2786
|
|
|
2565
2787
|
---
|
|
@@ -2568,9 +2790,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2568
2790
|
|
|
2569
2791
|
### Rust Crates:
|
|
2570
2792
|
|
|
2571
|
-
- [
|
|
2793
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2572
2794
|
|
|
2573
2795
|
````text
|
|
2796
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2797
|
+
|
|
2574
2798
|
Permission is hereby granted, free of charge, to any
|
|
2575
2799
|
person obtaining a copy of this software and associated
|
|
2576
2800
|
documentation files (the "Software"), to deal in the
|
|
@@ -2594,6 +2818,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2594
2818
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2595
2819
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2596
2820
|
DEALINGS IN THE SOFTWARE.
|
|
2821
|
+
|
|
2597
2822
|
````
|
|
2598
2823
|
|
|
2599
2824
|
---
|
|
@@ -2602,30 +2827,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2602
2827
|
|
|
2603
2828
|
### Rust Crates:
|
|
2604
2829
|
|
|
2605
|
-
- [
|
|
2606
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2830
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
2607
2831
|
|
|
2608
2832
|
````text
|
|
2609
|
-
The
|
|
2610
|
-
|
|
2611
|
-
Copyright (c) 2015 Steven Fackler
|
|
2833
|
+
Copyright (c) The rust-url developers
|
|
2612
2834
|
|
|
2613
|
-
Permission is hereby granted, free of charge, to any
|
|
2614
|
-
|
|
2615
|
-
the Software
|
|
2616
|
-
|
|
2617
|
-
the
|
|
2618
|
-
|
|
2835
|
+
Permission is hereby granted, free of charge, to any
|
|
2836
|
+
person obtaining a copy of this software and associated
|
|
2837
|
+
documentation files (the "Software"), to deal in the
|
|
2838
|
+
Software without restriction, including without
|
|
2839
|
+
limitation the rights to use, copy, modify, merge,
|
|
2840
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2841
|
+
the Software, and to permit persons to whom the Software
|
|
2842
|
+
is furnished to do so, subject to the following
|
|
2843
|
+
conditions:
|
|
2619
2844
|
|
|
2620
|
-
The above copyright notice and this permission notice
|
|
2621
|
-
copies or substantial portions
|
|
2845
|
+
The above copyright notice and this permission notice
|
|
2846
|
+
shall be included in all copies or substantial portions
|
|
2847
|
+
of the Software.
|
|
2622
2848
|
|
|
2623
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2624
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2849
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2850
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2851
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2852
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2853
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2854
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2855
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2856
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2857
|
+
DEALINGS IN THE SOFTWARE.
|
|
2629
2858
|
|
|
2630
2859
|
````
|
|
2631
2860
|
|
|
@@ -2635,10 +2864,15 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2635
2864
|
|
|
2636
2865
|
### Rust Crates:
|
|
2637
2866
|
|
|
2638
|
-
- [
|
|
2867
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2868
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2869
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2870
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2871
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2872
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2639
2873
|
|
|
2640
2874
|
````text
|
|
2641
|
-
Copyright (c)
|
|
2875
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2642
2876
|
|
|
2643
2877
|
Permission is hereby granted, free of charge, to any
|
|
2644
2878
|
person obtaining a copy of this software and associated
|
|
@@ -2672,12 +2906,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2672
2906
|
|
|
2673
2907
|
### Rust Crates:
|
|
2674
2908
|
|
|
2675
|
-
- [
|
|
2909
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2910
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2911
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2912
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2676
2913
|
|
|
2677
2914
|
````text
|
|
2678
2915
|
The MIT License (MIT)
|
|
2679
2916
|
|
|
2680
|
-
Copyright (c) 2015
|
|
2917
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2681
2918
|
|
|
2682
2919
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2683
2920
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2705,42 +2942,10 @@ THE SOFTWARE.
|
|
|
2705
2942
|
|
|
2706
2943
|
### Rust Crates:
|
|
2707
2944
|
|
|
2708
|
-
- [
|
|
2709
|
-
|
|
2710
|
-
````text
|
|
2711
|
-
The MIT License (MIT)
|
|
2712
|
-
|
|
2713
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2714
|
-
|
|
2715
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2716
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2717
|
-
in the Software without restriction, including without limitation the rights
|
|
2718
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2719
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2720
|
-
furnished to do so, subject to the following conditions:
|
|
2721
|
-
|
|
2722
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2723
|
-
copies or substantial portions of the Software.
|
|
2724
|
-
|
|
2725
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2726
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2727
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2728
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2729
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2730
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2731
|
-
SOFTWARE.
|
|
2732
|
-
````
|
|
2733
|
-
|
|
2734
|
-
---
|
|
2735
|
-
|
|
2736
|
-
## The following dependencies are licensed under the MIT License:
|
|
2737
|
-
|
|
2738
|
-
### Rust Crates:
|
|
2739
|
-
|
|
2740
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
2945
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2741
2946
|
|
|
2742
2947
|
````text
|
|
2743
|
-
Copyright (c)
|
|
2948
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2744
2949
|
|
|
2745
2950
|
Permission is hereby granted, free of charge, to any
|
|
2746
2951
|
person obtaining a copy of this software and associated
|
|
@@ -2774,10 +2979,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2774
2979
|
|
|
2775
2980
|
### Rust Crates:
|
|
2776
2981
|
|
|
2777
|
-
- [
|
|
2982
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2778
2983
|
|
|
2779
2984
|
````text
|
|
2780
|
-
Copyright (c)
|
|
2985
|
+
Copyright (c) 2017 Contributors
|
|
2781
2986
|
|
|
2782
2987
|
Permission is hereby granted, free of charge, to any
|
|
2783
2988
|
person obtaining a copy of this software and associated
|
|
@@ -2811,10 +3016,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2811
3016
|
|
|
2812
3017
|
### Rust Crates:
|
|
2813
3018
|
|
|
2814
|
-
- [
|
|
3019
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2815
3020
|
|
|
2816
3021
|
````text
|
|
2817
|
-
Copyright (c)
|
|
3022
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3023
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2818
3024
|
|
|
2819
3025
|
Permission is hereby granted, free of charge, to any
|
|
2820
3026
|
person obtaining a copy of this software and associated
|
|
@@ -2848,17 +3054,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2848
3054
|
|
|
2849
3055
|
### Rust Crates:
|
|
2850
3056
|
|
|
2851
|
-
- [
|
|
2852
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2853
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2854
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3057
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2855
3058
|
|
|
2856
3059
|
````text
|
|
2857
|
-
|
|
3060
|
+
The MIT License (MIT)
|
|
2858
3061
|
|
|
2859
|
-
|
|
3062
|
+
Copyright (c) 2015 Danny Guo
|
|
3063
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3064
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3065
|
+
|
|
3066
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3067
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3068
|
+
in the Software without restriction, including without limitation the rights
|
|
3069
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3070
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3071
|
+
furnished to do so, subject to the following conditions:
|
|
3072
|
+
|
|
3073
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3074
|
+
copies or substantial portions of the Software.
|
|
3075
|
+
|
|
3076
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3077
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3078
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3079
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3080
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3081
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3082
|
+
SOFTWARE.
|
|
2860
3083
|
|
|
2861
|
-
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.
|
|
2862
3084
|
````
|
|
2863
3085
|
|
|
2864
3086
|
---
|
|
@@ -2867,11 +3089,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2867
3089
|
|
|
2868
3090
|
### Rust Crates:
|
|
2869
3091
|
|
|
2870
|
-
- [
|
|
3092
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2871
3093
|
|
|
2872
3094
|
````text
|
|
2873
|
-
|
|
2874
|
-
|
|
3095
|
+
MIT License
|
|
3096
|
+
|
|
3097
|
+
Copyright (c) 2025 Callum Oakley
|
|
2875
3098
|
|
|
2876
3099
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2877
3100
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2899,19 +3122,10 @@ SOFTWARE.
|
|
|
2899
3122
|
|
|
2900
3123
|
### Rust Crates:
|
|
2901
3124
|
|
|
2902
|
-
- [
|
|
2903
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2904
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2905
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2906
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2907
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2908
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2909
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2910
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3125
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
2911
3126
|
|
|
2912
3127
|
````text
|
|
2913
|
-
Copyright (c)
|
|
2914
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3128
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
2915
3129
|
|
|
2916
3130
|
Permission is hereby granted, free of charge, to any
|
|
2917
3131
|
person obtaining a copy of this software and associated
|
|
@@ -2945,46 +3159,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2945
3159
|
|
|
2946
3160
|
### Rust Crates:
|
|
2947
3161
|
|
|
2948
|
-
- [
|
|
2949
|
-
|
|
2950
|
-
````text
|
|
2951
|
-
MIT License
|
|
2952
|
-
|
|
2953
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2954
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2955
|
-
Copyright (c) 2017 Frommi
|
|
2956
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2957
|
-
|
|
2958
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2959
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2960
|
-
in the Software without restriction, including without limitation the rights
|
|
2961
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2962
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2963
|
-
furnished to do so, subject to the following conditions:
|
|
2964
|
-
|
|
2965
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2966
|
-
copies or substantial portions of the Software.
|
|
2967
|
-
|
|
2968
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2969
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2970
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2971
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2972
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2973
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2974
|
-
SOFTWARE.
|
|
2975
|
-
|
|
2976
|
-
````
|
|
2977
|
-
|
|
2978
|
-
---
|
|
2979
|
-
|
|
2980
|
-
## The following dependencies are licensed under the MIT License:
|
|
2981
|
-
|
|
2982
|
-
### Rust Crates:
|
|
2983
|
-
|
|
2984
|
-
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
3162
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2985
3163
|
|
|
2986
3164
|
````text
|
|
2987
|
-
Copyright (c) 2018 The
|
|
3165
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2988
3166
|
|
|
2989
3167
|
Permission is hereby granted, free of charge, to any
|
|
2990
3168
|
person obtaining a copy of this software and associated
|
|
@@ -3051,47 +3229,11 @@ THE SOFTWARE.
|
|
|
3051
3229
|
|
|
3052
3230
|
### Rust Crates:
|
|
3053
3231
|
|
|
3054
|
-
- [
|
|
3055
|
-
|
|
3056
|
-
````text
|
|
3057
|
-
Copyright (c) 2010 The Rust Project Developers
|
|
3058
|
-
|
|
3059
|
-
Permission is hereby granted, free of charge, to any
|
|
3060
|
-
person obtaining a copy of this software and associated
|
|
3061
|
-
documentation files (the "Software"), to deal in the
|
|
3062
|
-
Software without restriction, including without
|
|
3063
|
-
limitation the rights to use, copy, modify, merge,
|
|
3064
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3065
|
-
the Software, and to permit persons to whom the Software
|
|
3066
|
-
is furnished to do so, subject to the following
|
|
3067
|
-
conditions:
|
|
3068
|
-
|
|
3069
|
-
The above copyright notice and this permission notice
|
|
3070
|
-
shall be included in all copies or substantial portions
|
|
3071
|
-
of the Software.
|
|
3072
|
-
|
|
3073
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3074
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3075
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3076
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3077
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3078
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3079
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3080
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3081
|
-
DEALINGS IN THE SOFTWARE.
|
|
3082
|
-
|
|
3083
|
-
````
|
|
3084
|
-
|
|
3085
|
-
---
|
|
3086
|
-
|
|
3087
|
-
## The following dependencies are licensed under the MIT License:
|
|
3088
|
-
|
|
3089
|
-
### Rust Crates:
|
|
3090
|
-
|
|
3091
|
-
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3232
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
3233
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3092
3234
|
|
|
3093
3235
|
````text
|
|
3094
|
-
Copyright (c)
|
|
3236
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
3095
3237
|
|
|
3096
3238
|
Permission is hereby granted, free of charge, to any
|
|
3097
3239
|
person obtaining a copy of this software and associated
|
|
@@ -3116,38 +3258,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3116
3258
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3117
3259
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3118
3260
|
DEALINGS IN THE SOFTWARE.
|
|
3119
|
-
````
|
|
3120
|
-
|
|
3121
|
-
---
|
|
3122
|
-
|
|
3123
|
-
## The following dependencies are licensed under the MIT License:
|
|
3124
|
-
|
|
3125
|
-
### NPM Packages:
|
|
3126
|
-
|
|
3127
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.9) (0.0.9)
|
|
3128
|
-
|
|
3129
|
-
````text
|
|
3130
|
-
MIT License
|
|
3131
|
-
|
|
3132
|
-
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3133
|
-
|
|
3134
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3135
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3136
|
-
in the Software without restriction, including without limitation the rights
|
|
3137
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3138
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3139
|
-
furnished to do so, subject to the following conditions:
|
|
3140
|
-
|
|
3141
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3142
|
-
copies or substantial portions of the Software.
|
|
3143
|
-
|
|
3144
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3145
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3146
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3147
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3148
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3149
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3150
|
-
SOFTWARE.
|
|
3151
3261
|
|
|
3152
3262
|
````
|
|
3153
3263
|
|
|
@@ -3155,14 +3265,12 @@ SOFTWARE.
|
|
|
3155
3265
|
|
|
3156
3266
|
## The following dependencies are licensed under the MIT License:
|
|
3157
3267
|
|
|
3158
|
-
### Rust Crates:
|
|
3159
|
-
|
|
3160
|
-
- [
|
|
3161
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3162
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3268
|
+
### Rust Crates:
|
|
3269
|
+
|
|
3270
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
3163
3271
|
|
|
3164
3272
|
````text
|
|
3165
|
-
Copyright (c)
|
|
3273
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
3166
3274
|
|
|
3167
3275
|
Permission is hereby granted, free of charge, to any
|
|
3168
3276
|
person obtaining a copy of this software and associated
|
|
@@ -3196,41 +3304,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3196
3304
|
|
|
3197
3305
|
### Rust Crates:
|
|
3198
3306
|
|
|
3199
|
-
- [
|
|
3200
|
-
|
|
3201
|
-
````text
|
|
3202
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
3203
|
-
|
|
3204
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3205
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3206
|
-
in the Software without restriction, including without limitation the rights
|
|
3207
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3208
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3209
|
-
furnished to do so, subject to the following conditions:
|
|
3210
|
-
|
|
3211
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3212
|
-
copies or substantial portions of the Software.
|
|
3213
|
-
|
|
3214
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3215
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3216
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3217
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3218
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3219
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3220
|
-
SOFTWARE.
|
|
3221
|
-
|
|
3222
|
-
````
|
|
3223
|
-
|
|
3224
|
-
---
|
|
3225
|
-
|
|
3226
|
-
## The following dependencies are licensed under the MIT License:
|
|
3227
|
-
|
|
3228
|
-
### Rust Crates:
|
|
3229
|
-
|
|
3230
|
-
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3307
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
3231
3308
|
|
|
3232
3309
|
````text
|
|
3233
|
-
Copyright
|
|
3310
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3234
3311
|
|
|
3235
3312
|
Permission is hereby granted, free of charge, to any
|
|
3236
3313
|
person obtaining a copy of this software and associated
|
|
@@ -3264,40 +3341,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3264
3341
|
|
|
3265
3342
|
### Rust Crates:
|
|
3266
3343
|
|
|
3267
|
-
- [
|
|
3268
|
-
|
|
3269
|
-
````text
|
|
3270
|
-
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3271
|
-
|
|
3272
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3273
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3274
|
-
the Software without restriction, including without limitation the rights to
|
|
3275
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3276
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3277
|
-
subject to the following conditions:
|
|
3278
|
-
|
|
3279
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3280
|
-
copies or substantial portions of the Software.
|
|
3281
|
-
|
|
3282
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3283
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3284
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3285
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3286
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3287
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3288
|
-
|
|
3289
|
-
````
|
|
3290
|
-
|
|
3291
|
-
---
|
|
3292
|
-
|
|
3293
|
-
## The following dependencies are licensed under the MIT License:
|
|
3294
|
-
|
|
3295
|
-
### Rust Crates:
|
|
3296
|
-
|
|
3297
|
-
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3344
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3298
3345
|
|
|
3299
3346
|
````text
|
|
3300
|
-
Copyright
|
|
3347
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3301
3348
|
|
|
3302
3349
|
Permission is hereby granted, free of charge, to any
|
|
3303
3350
|
person obtaining a copy of this software and associated
|
|
@@ -3323,6 +3370,38 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3323
3370
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3324
3371
|
DEALINGS IN THE SOFTWARE.
|
|
3325
3372
|
|
|
3373
|
+
````
|
|
3374
|
+
|
|
3375
|
+
---
|
|
3376
|
+
|
|
3377
|
+
## The following dependencies are licensed under the MIT License:
|
|
3378
|
+
|
|
3379
|
+
### Rust Crates:
|
|
3380
|
+
|
|
3381
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3382
|
+
|
|
3383
|
+
````text
|
|
3384
|
+
The MIT License (MIT)
|
|
3385
|
+
|
|
3386
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3387
|
+
|
|
3388
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3389
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3390
|
+
in the Software without restriction, including without limitation the rights
|
|
3391
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3392
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3393
|
+
furnished to do so, subject to the following conditions:
|
|
3394
|
+
|
|
3395
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3396
|
+
copies or substantial portions of the Software.
|
|
3397
|
+
|
|
3398
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3399
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3400
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3401
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3402
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3403
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3404
|
+
SOFTWARE.
|
|
3326
3405
|
|
|
3327
3406
|
````
|
|
3328
3407
|
|
|
@@ -3332,10 +3411,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3332
3411
|
|
|
3333
3412
|
### Rust Crates:
|
|
3334
3413
|
|
|
3335
|
-
- [
|
|
3414
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3336
3415
|
|
|
3337
3416
|
````text
|
|
3338
|
-
Copyright (c)
|
|
3417
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3339
3418
|
|
|
3340
3419
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3341
3420
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3344,16 +3423,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3344
3423
|
copies of the Software, and to permit persons to whom the Software is
|
|
3345
3424
|
furnished to do so, subject to the following conditions:
|
|
3346
3425
|
|
|
3347
|
-
The above copyright notice and this permission notice shall be included in
|
|
3348
|
-
|
|
3426
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3427
|
+
copies or substantial portions of the Software.
|
|
3349
3428
|
|
|
3350
3429
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3351
3430
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3352
3431
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3353
3432
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3354
3433
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3355
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3356
|
-
|
|
3434
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3435
|
+
SOFTWARE.
|
|
3357
3436
|
|
|
3358
3437
|
````
|
|
3359
3438
|
|
|
@@ -3363,10 +3442,10 @@ THE SOFTWARE.
|
|
|
3363
3442
|
|
|
3364
3443
|
### Rust Crates:
|
|
3365
3444
|
|
|
3366
|
-
- [
|
|
3445
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3367
3446
|
|
|
3368
3447
|
````text
|
|
3369
|
-
Copyright (c) 2016
|
|
3448
|
+
Copyright (c) 2016--2017
|
|
3370
3449
|
|
|
3371
3450
|
Permission is hereby granted, free of charge, to any
|
|
3372
3451
|
person obtaining a copy of this software and associated
|
|
@@ -3398,6 +3477,39 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3398
3477
|
|
|
3399
3478
|
## The following dependencies are licensed under the MIT License:
|
|
3400
3479
|
|
|
3480
|
+
### NPM Packages:
|
|
3481
|
+
|
|
3482
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3483
|
+
|
|
3484
|
+
````text
|
|
3485
|
+
MIT License
|
|
3486
|
+
|
|
3487
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3488
|
+
|
|
3489
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3490
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3491
|
+
in the Software without restriction, including without limitation the rights
|
|
3492
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3493
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3494
|
+
furnished to do so, subject to the following conditions:
|
|
3495
|
+
|
|
3496
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3497
|
+
copies or substantial portions of the Software.
|
|
3498
|
+
|
|
3499
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3500
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3501
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3502
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3503
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3504
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3505
|
+
SOFTWARE.
|
|
3506
|
+
|
|
3507
|
+
````
|
|
3508
|
+
|
|
3509
|
+
---
|
|
3510
|
+
|
|
3511
|
+
## The following dependencies are licensed under the MIT License:
|
|
3512
|
+
|
|
3401
3513
|
### Rust Crates:
|
|
3402
3514
|
|
|
3403
3515
|
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
@@ -3422,15 +3534,45 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3422
3534
|
|
|
3423
3535
|
### Rust Crates:
|
|
3424
3536
|
|
|
3425
|
-
- [
|
|
3426
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3427
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3428
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3429
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3430
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3537
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3431
3538
|
|
|
3432
3539
|
````text
|
|
3433
|
-
|
|
3540
|
+
The MIT License (MIT)
|
|
3541
|
+
|
|
3542
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3543
|
+
|
|
3544
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3545
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3546
|
+
in the Software without restriction, including without limitation the rights
|
|
3547
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3548
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3549
|
+
furnished to do so, subject to the following conditions:
|
|
3550
|
+
|
|
3551
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3552
|
+
copies or substantial portions of the Software.
|
|
3553
|
+
|
|
3554
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3555
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3556
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3557
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3558
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3559
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3560
|
+
SOFTWARE.
|
|
3561
|
+
````
|
|
3562
|
+
|
|
3563
|
+
---
|
|
3564
|
+
|
|
3565
|
+
## The following dependencies are licensed under the MIT License:
|
|
3566
|
+
|
|
3567
|
+
### Rust Crates:
|
|
3568
|
+
|
|
3569
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3570
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3571
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3572
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3573
|
+
|
|
3574
|
+
````text
|
|
3575
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3434
3576
|
|
|
3435
3577
|
Permission is hereby granted, free of charge, to any
|
|
3436
3578
|
person obtaining a copy of this software and associated
|
|
@@ -3464,50 +3606,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3464
3606
|
|
|
3465
3607
|
### Rust Crates:
|
|
3466
3608
|
|
|
3467
|
-
- [
|
|
3468
|
-
|
|
3469
|
-
````text
|
|
3470
|
-
Copyright 2016 Nika Layzell
|
|
3471
|
-
|
|
3472
|
-
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:
|
|
3473
|
-
|
|
3474
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3475
|
-
|
|
3476
|
-
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.
|
|
3477
|
-
|
|
3478
|
-
````
|
|
3479
|
-
|
|
3480
|
-
---
|
|
3481
|
-
|
|
3482
|
-
## The following dependencies are licensed under the MIT License:
|
|
3483
|
-
|
|
3484
|
-
### NPM Packages:
|
|
3485
|
-
|
|
3486
|
-
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3609
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
3487
3610
|
|
|
3488
3611
|
````text
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3492
|
-
|
|
3493
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3494
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3495
|
-
in the Software without restriction, including without limitation the rights
|
|
3496
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3497
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3498
|
-
furnished to do so, subject to the following conditions:
|
|
3612
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
3499
3613
|
|
|
3500
|
-
|
|
3501
|
-
|
|
3614
|
+
Permission is hereby granted, free of charge, to any
|
|
3615
|
+
person obtaining a copy of this software and associated
|
|
3616
|
+
documentation files (the "Software"), to deal in the
|
|
3617
|
+
Software without restriction, including without
|
|
3618
|
+
limitation the rights to use, copy, modify, merge,
|
|
3619
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3620
|
+
the Software, and to permit persons to whom the Software
|
|
3621
|
+
is furnished to do so, subject to the following
|
|
3622
|
+
conditions:
|
|
3502
3623
|
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3507
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3508
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3509
|
-
SOFTWARE.
|
|
3624
|
+
The above copyright notice and this permission notice
|
|
3625
|
+
shall be included in all copies or substantial portions
|
|
3626
|
+
of the Software.
|
|
3510
3627
|
|
|
3628
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3629
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3630
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3631
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3632
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3633
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3634
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3635
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3636
|
+
DEALINGS IN THE SOFTWARE.
|
|
3511
3637
|
|
|
3512
3638
|
````
|
|
3513
3639
|
|
|
@@ -3517,29 +3643,27 @@ SOFTWARE.
|
|
|
3517
3643
|
|
|
3518
3644
|
### Rust Crates:
|
|
3519
3645
|
|
|
3520
|
-
- [
|
|
3646
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
3521
3647
|
|
|
3522
3648
|
````text
|
|
3523
|
-
Copyright (
|
|
3649
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3524
3650
|
|
|
3525
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3651
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3652
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3653
|
+
the Software without restriction, including without limitation the rights to
|
|
3654
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3655
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3656
|
+
subject to the following conditions:
|
|
3531
3657
|
|
|
3532
|
-
The above copyright notice and this permission notice shall be included in
|
|
3533
|
-
|
|
3658
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3659
|
+
copies or substantial portions of the Software.
|
|
3534
3660
|
|
|
3535
3661
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3536
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
THE SOFTWARE.
|
|
3542
|
-
|
|
3662
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3663
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3664
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3665
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3666
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3543
3667
|
|
|
3544
3668
|
````
|
|
3545
3669
|
|
|
@@ -3549,10 +3673,12 @@ THE SOFTWARE.
|
|
|
3549
3673
|
|
|
3550
3674
|
### Rust Crates:
|
|
3551
3675
|
|
|
3552
|
-
- [
|
|
3676
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
3553
3677
|
|
|
3554
3678
|
````text
|
|
3555
|
-
Copyright (c)
|
|
3679
|
+
Copyright (c) 2017 Carl Lerche
|
|
3680
|
+
Copyright (c) 2018 Bastian Köcher
|
|
3681
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3556
3682
|
|
|
3557
3683
|
Permission is hereby granted, free of charge, to any
|
|
3558
3684
|
person obtaining a copy of this software and associated
|
|
@@ -3586,10 +3712,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3586
3712
|
|
|
3587
3713
|
### Rust Crates:
|
|
3588
3714
|
|
|
3589
|
-
- [
|
|
3715
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3716
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3717
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3590
3718
|
|
|
3591
3719
|
````text
|
|
3592
|
-
Copyright (c)
|
|
3720
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3593
3721
|
|
|
3594
3722
|
Permission is hereby granted, free of charge, to any
|
|
3595
3723
|
person obtaining a copy of this software and associated
|
|
@@ -3623,10 +3751,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3623
3751
|
|
|
3624
3752
|
### Rust Crates:
|
|
3625
3753
|
|
|
3626
|
-
- [
|
|
3754
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3755
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3756
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
3627
3757
|
|
|
3628
3758
|
````text
|
|
3629
|
-
Copyright (c)
|
|
3759
|
+
Copyright (c) 2019 Tower Contributors
|
|
3630
3760
|
|
|
3631
3761
|
Permission is hereby granted, free of charge, to any
|
|
3632
3762
|
person obtaining a copy of this software and associated
|
|
@@ -3660,13 +3790,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3660
3790
|
|
|
3661
3791
|
### Rust Crates:
|
|
3662
3792
|
|
|
3663
|
-
- [
|
|
3793
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3664
3794
|
|
|
3665
3795
|
````text
|
|
3666
|
-
The MIT License (MIT)
|
|
3796
|
+
The MIT License (MIT)
|
|
3797
|
+
|
|
3798
|
+
Copyright (c) 2016 Johann Tuffe
|
|
3799
|
+
|
|
3800
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3801
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3802
|
+
in the Software without restriction, including without limitation the rights
|
|
3803
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3804
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3805
|
+
furnished to do so, subject to the following conditions:
|
|
3806
|
+
|
|
3807
|
+
|
|
3808
|
+
The above copyright notice and this permission notice shall be included in
|
|
3809
|
+
all copies or substantial portions of the Software.
|
|
3810
|
+
|
|
3811
|
+
|
|
3812
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3813
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3814
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3815
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3816
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3817
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3818
|
+
THE SOFTWARE.
|
|
3667
3819
|
|
|
3668
|
-
|
|
3669
|
-
|
|
3820
|
+
````
|
|
3821
|
+
|
|
3822
|
+
---
|
|
3823
|
+
|
|
3824
|
+
## The following dependencies are licensed under the MIT License:
|
|
3825
|
+
|
|
3826
|
+
### NPM Packages:
|
|
3827
|
+
|
|
3828
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3829
|
+
|
|
3830
|
+
````text
|
|
3831
|
+
MIT License
|
|
3832
|
+
|
|
3833
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3670
3834
|
|
|
3671
3835
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3672
3836
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3686,6 +3850,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3686
3850
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3687
3851
|
SOFTWARE.
|
|
3688
3852
|
|
|
3853
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3854
|
+
|
|
3689
3855
|
````
|
|
3690
3856
|
|
|
3691
3857
|
---
|
|
@@ -3694,12 +3860,15 @@ SOFTWARE.
|
|
|
3694
3860
|
|
|
3695
3861
|
### Rust Crates:
|
|
3696
3862
|
|
|
3697
|
-
- [
|
|
3863
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
3698
3864
|
|
|
3699
3865
|
````text
|
|
3700
3866
|
MIT License
|
|
3701
3867
|
|
|
3702
|
-
Copyright
|
|
3868
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3869
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3870
|
+
Copyright (c) 2017 Frommi
|
|
3871
|
+
Copyright (c) 2017-2024 oyvindln
|
|
3703
3872
|
|
|
3704
3873
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3705
3874
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3727,50 +3896,10 @@ SOFTWARE.
|
|
|
3727
3896
|
|
|
3728
3897
|
### Rust Crates:
|
|
3729
3898
|
|
|
3730
|
-
- [
|
|
3731
|
-
|
|
3732
|
-
````text
|
|
3733
|
-
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3734
|
-
|
|
3735
|
-
Permission is hereby granted, free of charge, to any
|
|
3736
|
-
person obtaining a copy of this software and associated
|
|
3737
|
-
documentation files (the "Software"), to deal in the
|
|
3738
|
-
Software without restriction, including without
|
|
3739
|
-
limitation the rights to use, copy, modify, merge,
|
|
3740
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3741
|
-
the Software, and to permit persons to whom the Software
|
|
3742
|
-
is furnished to do so, subject to the following
|
|
3743
|
-
conditions:
|
|
3744
|
-
|
|
3745
|
-
The above copyright notice and this permission notice
|
|
3746
|
-
shall be included in all copies or substantial portions
|
|
3747
|
-
of the Software.
|
|
3748
|
-
|
|
3749
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3750
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3751
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3752
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3753
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3754
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3755
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3756
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3757
|
-
DEALINGS IN THE SOFTWARE.
|
|
3758
|
-
|
|
3759
|
-
````
|
|
3760
|
-
|
|
3761
|
-
---
|
|
3762
|
-
|
|
3763
|
-
## The following dependencies are licensed under the MIT License:
|
|
3764
|
-
|
|
3765
|
-
### Rust Crates:
|
|
3766
|
-
|
|
3767
|
-
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3768
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3899
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3769
3900
|
|
|
3770
3901
|
````text
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
Copyright (c) 2019 Graham Esau
|
|
3902
|
+
Copyright (c) 2019 Eliza Weisman
|
|
3774
3903
|
|
|
3775
3904
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3776
3905
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3779,16 +3908,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3779
3908
|
copies of the Software, and to permit persons to whom the Software is
|
|
3780
3909
|
furnished to do so, subject to the following conditions:
|
|
3781
3910
|
|
|
3782
|
-
The above copyright notice and this permission notice shall be included in
|
|
3783
|
-
copies or substantial portions of the Software.
|
|
3911
|
+
The above copyright notice and this permission notice shall be included in
|
|
3912
|
+
all copies or substantial portions of the Software.
|
|
3784
3913
|
|
|
3785
3914
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3786
3915
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3787
3916
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3788
3917
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3789
3918
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3790
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3791
|
-
SOFTWARE.
|
|
3919
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3920
|
+
THE SOFTWARE.
|
|
3792
3921
|
|
|
3793
3922
|
````
|
|
3794
3923
|
|
|
@@ -3796,16 +3925,14 @@ SOFTWARE.
|
|
|
3796
3925
|
|
|
3797
3926
|
## The following dependencies are licensed under the MIT License:
|
|
3798
3927
|
|
|
3799
|
-
###
|
|
3928
|
+
### NPM Packages:
|
|
3800
3929
|
|
|
3801
|
-
- [
|
|
3802
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
3803
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3930
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
3804
3931
|
|
|
3805
3932
|
````text
|
|
3806
3933
|
MIT License
|
|
3807
3934
|
|
|
3808
|
-
Copyright (c)
|
|
3935
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
3809
3936
|
|
|
3810
3937
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3811
3938
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3833,87 +3960,12 @@ SOFTWARE.
|
|
|
3833
3960
|
|
|
3834
3961
|
### Rust Crates:
|
|
3835
3962
|
|
|
3836
|
-
- [
|
|
3837
|
-
|
|
3838
|
-
````text
|
|
3839
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
3840
|
-
|
|
3841
|
-
Permission is hereby granted, free of charge, to any
|
|
3842
|
-
person obtaining a copy of this software and associated
|
|
3843
|
-
documentation files (the "Software"), to deal in the
|
|
3844
|
-
Software without restriction, including without
|
|
3845
|
-
limitation the rights to use, copy, modify, merge,
|
|
3846
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3847
|
-
the Software, and to permit persons to whom the Software
|
|
3848
|
-
is furnished to do so, subject to the following
|
|
3849
|
-
conditions:
|
|
3850
|
-
|
|
3851
|
-
The above copyright notice and this permission notice
|
|
3852
|
-
shall be included in all copies or substantial portions
|
|
3853
|
-
of the Software.
|
|
3854
|
-
|
|
3855
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3856
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3857
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3858
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3859
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3860
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3861
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3862
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3863
|
-
DEALINGS IN THE SOFTWARE.
|
|
3864
|
-
|
|
3865
|
-
````
|
|
3866
|
-
|
|
3867
|
-
---
|
|
3868
|
-
|
|
3869
|
-
## The following dependencies are licensed under the MIT License:
|
|
3870
|
-
|
|
3871
|
-
### Rust Crates:
|
|
3872
|
-
|
|
3873
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3874
|
-
|
|
3875
|
-
````text
|
|
3876
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3877
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3878
|
-
|
|
3879
|
-
Permission is hereby granted, free of charge, to any
|
|
3880
|
-
person obtaining a copy of this software and associated
|
|
3881
|
-
documentation files (the "Software"), to deal in the
|
|
3882
|
-
Software without restriction, including without
|
|
3883
|
-
limitation the rights to use, copy, modify, merge,
|
|
3884
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3885
|
-
the Software, and to permit persons to whom the Software
|
|
3886
|
-
is furnished to do so, subject to the following
|
|
3887
|
-
conditions:
|
|
3888
|
-
|
|
3889
|
-
The above copyright notice and this permission notice
|
|
3890
|
-
shall be included in all copies or substantial portions
|
|
3891
|
-
of the Software.
|
|
3892
|
-
|
|
3893
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3894
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3895
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3896
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3897
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3898
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3899
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3900
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3901
|
-
DEALINGS IN THE SOFTWARE.
|
|
3902
|
-
|
|
3903
|
-
````
|
|
3904
|
-
|
|
3905
|
-
---
|
|
3906
|
-
|
|
3907
|
-
## The following dependencies are licensed under the MIT License:
|
|
3908
|
-
|
|
3909
|
-
### Rust Crates:
|
|
3910
|
-
|
|
3911
|
-
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
3963
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3912
3964
|
|
|
3913
3965
|
````text
|
|
3914
3966
|
MIT License
|
|
3915
3967
|
|
|
3916
|
-
Copyright (c)
|
|
3968
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3917
3969
|
|
|
3918
3970
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3919
3971
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3941,11 +3993,13 @@ SOFTWARE.
|
|
|
3941
3993
|
|
|
3942
3994
|
### Rust Crates:
|
|
3943
3995
|
|
|
3944
|
-
- [
|
|
3945
|
-
- [
|
|
3996
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
3997
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3946
3998
|
|
|
3947
3999
|
````text
|
|
3948
|
-
|
|
4000
|
+
MIT License
|
|
4001
|
+
|
|
4002
|
+
Copyright (c) 2019 Graham Esau
|
|
3949
4003
|
|
|
3950
4004
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3951
4005
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3973,11 +4027,12 @@ SOFTWARE.
|
|
|
3973
4027
|
|
|
3974
4028
|
### Rust Crates:
|
|
3975
4029
|
|
|
3976
|
-
- [
|
|
4030
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3977
4031
|
|
|
3978
4032
|
````text
|
|
3979
|
-
|
|
3980
|
-
|
|
4033
|
+
The MIT License (MIT)
|
|
4034
|
+
|
|
4035
|
+
Copyright (c) 2015 Alice Maz
|
|
3981
4036
|
|
|
3982
4037
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3983
4038
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4005,10 +4060,10 @@ THE SOFTWARE.
|
|
|
4005
4060
|
|
|
4006
4061
|
### Rust Crates:
|
|
4007
4062
|
|
|
4008
|
-
- [
|
|
4063
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
4009
4064
|
|
|
4010
4065
|
````text
|
|
4011
|
-
Copyright (c)
|
|
4066
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
4012
4067
|
|
|
4013
4068
|
Permission is hereby granted, free of charge, to any
|
|
4014
4069
|
person obtaining a copy of this software and associated
|
|
@@ -4040,37 +4095,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4040
4095
|
|
|
4041
4096
|
## The following dependencies are licensed under the MIT License:
|
|
4042
4097
|
|
|
4043
|
-
###
|
|
4098
|
+
### NPM Packages:
|
|
4044
4099
|
|
|
4045
|
-
- [
|
|
4100
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
4046
4101
|
|
|
4047
4102
|
````text
|
|
4048
|
-
|
|
4049
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
4103
|
+
This software is released under the MIT license:
|
|
4050
4104
|
|
|
4051
|
-
Permission is hereby granted, free of charge, to any
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
the Software, and to permit persons to whom the Software
|
|
4058
|
-
is furnished to do so, subject to the following
|
|
4059
|
-
conditions:
|
|
4105
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4106
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
4107
|
+
the Software without restriction, including without limitation the rights to
|
|
4108
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
4109
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
4110
|
+
subject to the following conditions:
|
|
4060
4111
|
|
|
4061
|
-
The above copyright notice and this permission notice
|
|
4062
|
-
|
|
4063
|
-
of the Software.
|
|
4112
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4113
|
+
copies or substantial portions of the Software.
|
|
4064
4114
|
|
|
4065
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4072
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4073
|
-
DEALINGS IN THE SOFTWARE.
|
|
4115
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4116
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
4117
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
4118
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4119
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
4120
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4074
4121
|
|
|
4075
4122
|
````
|
|
4076
4123
|
|
|
@@ -4080,35 +4127,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4080
4127
|
|
|
4081
4128
|
### Rust Crates:
|
|
4082
4129
|
|
|
4083
|
-
- [
|
|
4130
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
4084
4131
|
|
|
4085
4132
|
````text
|
|
4086
|
-
|
|
4133
|
+
The MIT License (MIT)
|
|
4087
4134
|
|
|
4088
|
-
|
|
4089
|
-
person obtaining a copy of this software and associated
|
|
4090
|
-
documentation files (the "Software"), to deal in the
|
|
4091
|
-
Software without restriction, including without
|
|
4092
|
-
limitation the rights to use, copy, modify, merge,
|
|
4093
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4094
|
-
the Software, and to permit persons to whom the Software
|
|
4095
|
-
is furnished to do so, subject to the following
|
|
4096
|
-
conditions:
|
|
4135
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
4097
4136
|
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4137
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4138
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4139
|
+
in the Software without restriction, including without limitation the rights
|
|
4140
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4141
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4142
|
+
furnished to do so, subject to the following conditions:
|
|
4101
4143
|
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
IN
|
|
4110
|
-
|
|
4144
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4145
|
+
copies or substantial portions of the Software.
|
|
4146
|
+
|
|
4147
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4148
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4149
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4150
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4151
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4152
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4153
|
+
SOFTWARE.
|
|
4111
4154
|
|
|
4155
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
4156
|
+
licences; see files named LICENSE.*.txt for details.
|
|
4112
4157
|
````
|
|
4113
4158
|
|
|
4114
4159
|
---
|
|
@@ -4117,39 +4162,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4117
4162
|
|
|
4118
4163
|
### Rust Crates:
|
|
4119
4164
|
|
|
4120
|
-
- [
|
|
4121
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
4122
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
4123
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
4124
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
4125
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
4165
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
4126
4166
|
|
|
4127
4167
|
````text
|
|
4128
|
-
Copyright (c)
|
|
4168
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
4129
4169
|
|
|
4130
|
-
Permission is hereby granted, free of charge, to any
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
the Software, and to permit persons to whom the Software
|
|
4137
|
-
is furnished to do so, subject to the following
|
|
4138
|
-
conditions:
|
|
4170
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4171
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4172
|
+
in the Software without restriction, including without limitation the rights
|
|
4173
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4174
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4175
|
+
furnished to do so, subject to the following conditions:
|
|
4139
4176
|
|
|
4140
|
-
The above copyright notice and this permission notice
|
|
4141
|
-
|
|
4142
|
-
|
|
4177
|
+
The above copyright notice and this permission notice shall be included in
|
|
4178
|
+
all copies or substantial portions of the Software.
|
|
4179
|
+
|
|
4180
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4181
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4182
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4183
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4184
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4185
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4186
|
+
THE SOFTWARE.
|
|
4143
4187
|
|
|
4144
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4145
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4146
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4147
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4148
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4149
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4150
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4151
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4152
|
-
DEALINGS IN THE SOFTWARE.
|
|
4153
4188
|
|
|
4154
4189
|
````
|
|
4155
4190
|
|
|
@@ -4157,12 +4192,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4157
4192
|
|
|
4158
4193
|
## The following dependencies are licensed under the MIT License:
|
|
4159
4194
|
|
|
4160
|
-
###
|
|
4195
|
+
### NPM Packages:
|
|
4161
4196
|
|
|
4162
|
-
- [
|
|
4197
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
4198
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
4163
4199
|
|
|
4164
4200
|
````text
|
|
4165
|
-
|
|
4201
|
+
MIT License
|
|
4202
|
+
|
|
4203
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
4166
4204
|
|
|
4167
4205
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4168
4206
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4171,17 +4209,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4171
4209
|
copies of the Software, and to permit persons to whom the Software is
|
|
4172
4210
|
furnished to do so, subject to the following conditions:
|
|
4173
4211
|
|
|
4174
|
-
The above copyright notice and this permission notice shall be included in
|
|
4175
|
-
|
|
4212
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4213
|
+
copies or substantial portions of the Software.
|
|
4176
4214
|
|
|
4177
4215
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4178
4216
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4179
4217
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4180
4218
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4181
4219
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4182
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4183
|
-
|
|
4184
|
-
|
|
4220
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4221
|
+
SOFTWARE.
|
|
4185
4222
|
|
|
4186
4223
|
````
|
|
4187
4224
|
|
|
@@ -4191,11 +4228,9 @@ THE SOFTWARE.
|
|
|
4191
4228
|
|
|
4192
4229
|
### Rust Crates:
|
|
4193
4230
|
|
|
4194
|
-
- [
|
|
4231
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
4195
4232
|
|
|
4196
4233
|
````text
|
|
4197
|
-
Copyright (c) 2013-2016 The rust-url developers
|
|
4198
|
-
|
|
4199
4234
|
Permission is hereby granted, free of charge, to any
|
|
4200
4235
|
person obtaining a copy of this software and associated
|
|
4201
4236
|
documentation files (the "Software"), to deal in the
|
|
@@ -4219,39 +4254,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4219
4254
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4220
4255
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4221
4256
|
DEALINGS IN THE SOFTWARE.
|
|
4222
|
-
|
|
4223
|
-
````
|
|
4224
|
-
|
|
4225
|
-
---
|
|
4226
|
-
|
|
4227
|
-
## The following dependencies are licensed under the MIT License:
|
|
4228
|
-
|
|
4229
|
-
### Rust Crates:
|
|
4230
|
-
|
|
4231
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
4232
|
-
|
|
4233
|
-
````text
|
|
4234
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
4235
|
-
Copyright (c) 2016 Jason Housley
|
|
4236
|
-
|
|
4237
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4238
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4239
|
-
in the Software without restriction, including without limitation the rights
|
|
4240
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4241
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4242
|
-
furnished to do so, subject to the following conditions:
|
|
4243
|
-
|
|
4244
|
-
The above copyright notice and this permission notice shall be included in
|
|
4245
|
-
all copies or substantial portions of the Software.
|
|
4246
|
-
|
|
4247
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4248
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4249
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4250
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4251
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4252
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4253
|
-
THE SOFTWARE.
|
|
4254
|
-
|
|
4255
4257
|
````
|
|
4256
4258
|
|
|
4257
4259
|
---
|
|
@@ -4260,14 +4262,12 @@ THE SOFTWARE.
|
|
|
4260
4262
|
|
|
4261
4263
|
### Rust Crates:
|
|
4262
4264
|
|
|
4263
|
-
- [
|
|
4264
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4265
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
4265
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
4266
4266
|
|
|
4267
4267
|
````text
|
|
4268
4268
|
MIT License
|
|
4269
4269
|
|
|
4270
|
-
Copyright (c)
|
|
4270
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
4271
4271
|
|
|
4272
4272
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4273
4273
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4680,31 +4680,14 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4680
4680
|
|
|
4681
4681
|
### Rust Crates:
|
|
4682
4682
|
|
|
4683
|
-
- [
|
|
4684
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4685
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4686
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4687
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4688
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4689
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4690
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4691
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4692
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4693
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4694
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4695
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4696
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4697
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4698
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4699
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4700
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4683
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4701
4684
|
|
|
4702
4685
|
````text
|
|
4703
4686
|
UNICODE LICENSE V3
|
|
4704
4687
|
|
|
4705
4688
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4706
4689
|
|
|
4707
|
-
Copyright ©
|
|
4690
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4708
4691
|
|
|
4709
4692
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4710
4693
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4740,13 +4723,6 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4740
4723
|
dealings in these Data Files or Software without prior written
|
|
4741
4724
|
authorization of the copyright holder.
|
|
4742
4725
|
|
|
4743
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4744
|
-
|
|
4745
|
-
—
|
|
4746
|
-
|
|
4747
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4748
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4749
|
-
|
|
4750
4726
|
````
|
|
4751
4727
|
|
|
4752
4728
|
---
|
|
@@ -4755,14 +4731,31 @@ ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation a
|
|
|
4755
4731
|
|
|
4756
4732
|
### Rust Crates:
|
|
4757
4733
|
|
|
4758
|
-
- [
|
|
4734
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4735
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4736
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4737
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4738
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4739
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4740
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4741
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4742
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4743
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4744
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4745
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4746
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4747
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4748
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4749
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4750
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4751
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4759
4752
|
|
|
4760
4753
|
````text
|
|
4761
4754
|
UNICODE LICENSE V3
|
|
4762
4755
|
|
|
4763
4756
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4764
4757
|
|
|
4765
|
-
Copyright ©
|
|
4758
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4766
4759
|
|
|
4767
4760
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4768
4761
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4798,5 +4791,12 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4798
4791
|
dealings in these Data Files or Software without prior written
|
|
4799
4792
|
authorization of the copyright holder.
|
|
4800
4793
|
|
|
4794
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4795
|
+
|
|
4796
|
+
—
|
|
4797
|
+
|
|
4798
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4799
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4800
|
+
|
|
4801
4801
|
````
|
|
4802
4802
|
|