@deveco-codegenie/mcp-darwin-x64 1.1.6 → 1.1.7
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 +1295 -1275
- package/bin/codegenie-mcp-server +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -7,13 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 177
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 3
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- MPL-2.0: 1
|
|
16
|
-
- UNKNOWN: 1
|
|
17
16
|
|
|
18
17
|
|
|
19
18
|
---
|
|
@@ -22,23 +21,21 @@
|
|
|
22
21
|
|
|
23
22
|
### Rust Crates:
|
|
24
23
|
|
|
25
|
-
- [
|
|
24
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
26
25
|
|
|
27
26
|
````text
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
Copyright (c) 2025 Goat
|
|
27
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
31
28
|
|
|
32
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
33
|
-
purpose with or without fee is hereby granted.
|
|
29
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
30
|
+
any purpose with or without fee is hereby granted.
|
|
34
31
|
|
|
35
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
36
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
37
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
38
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
39
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
40
|
-
|
|
41
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
32
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
33
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
34
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
35
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
36
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
37
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
38
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
42
39
|
|
|
43
40
|
````
|
|
44
41
|
|
|
@@ -74,21 +71,23 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
74
71
|
|
|
75
72
|
### Rust Crates:
|
|
76
73
|
|
|
77
|
-
- [
|
|
74
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
78
75
|
|
|
79
76
|
````text
|
|
80
|
-
|
|
77
|
+
BSD Zero Clause License
|
|
81
78
|
|
|
82
|
-
|
|
83
|
-
any purpose with or without fee is hereby granted.
|
|
79
|
+
Copyright (c) 2025 Goat
|
|
84
80
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
81
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
82
|
+
purpose with or without fee is hereby granted.
|
|
83
|
+
|
|
84
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
85
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
86
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
87
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
88
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
89
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
90
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
92
91
|
|
|
93
92
|
````
|
|
94
93
|
|
|
@@ -311,93 +310,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
311
310
|
|
|
312
311
|
### Rust Crates:
|
|
313
312
|
|
|
314
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
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
313
|
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
402
314
|
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
403
315
|
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
@@ -609,6 +521,93 @@ limitations under the License.
|
|
|
609
521
|
|
|
610
522
|
---
|
|
611
523
|
|
|
524
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
525
|
+
|
|
526
|
+
### Rust Crates:
|
|
527
|
+
|
|
528
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
529
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
530
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
531
|
+
|
|
532
|
+
````text
|
|
533
|
+
Apache License
|
|
534
|
+
Version 2.0, January 2004
|
|
535
|
+
http://www.apache.org/licenses/
|
|
536
|
+
|
|
537
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
538
|
+
|
|
539
|
+
1. Definitions.
|
|
540
|
+
|
|
541
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
542
|
+
|
|
543
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
544
|
+
|
|
545
|
+
"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.
|
|
546
|
+
|
|
547
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
548
|
+
|
|
549
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
550
|
+
|
|
551
|
+
"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.
|
|
552
|
+
|
|
553
|
+
"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).
|
|
554
|
+
|
|
555
|
+
"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.
|
|
556
|
+
|
|
557
|
+
"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."
|
|
558
|
+
|
|
559
|
+
"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.
|
|
560
|
+
|
|
561
|
+
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.
|
|
562
|
+
|
|
563
|
+
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.
|
|
564
|
+
|
|
565
|
+
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:
|
|
566
|
+
|
|
567
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
568
|
+
|
|
569
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
570
|
+
|
|
571
|
+
(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
|
|
572
|
+
|
|
573
|
+
(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.
|
|
574
|
+
|
|
575
|
+
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.
|
|
576
|
+
|
|
577
|
+
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.
|
|
578
|
+
|
|
579
|
+
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.
|
|
580
|
+
|
|
581
|
+
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.
|
|
582
|
+
|
|
583
|
+
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.
|
|
584
|
+
|
|
585
|
+
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.
|
|
586
|
+
|
|
587
|
+
END OF TERMS AND CONDITIONS
|
|
588
|
+
|
|
589
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
590
|
+
|
|
591
|
+
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.
|
|
592
|
+
|
|
593
|
+
Copyright [yyyy] [name of copyright owner]
|
|
594
|
+
|
|
595
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
596
|
+
you may not use this file except in compliance with the License.
|
|
597
|
+
You may obtain a copy of the License at
|
|
598
|
+
|
|
599
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
600
|
+
|
|
601
|
+
Unless required by applicable law or agreed to in writing, software
|
|
602
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
603
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
604
|
+
See the License for the specific language governing permissions and
|
|
605
|
+
limitations under the License.
|
|
606
|
+
|
|
607
|
+
````
|
|
608
|
+
|
|
609
|
+
---
|
|
610
|
+
|
|
612
611
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
613
612
|
|
|
614
613
|
### NPM Packages:
|
|
@@ -654,28 +653,16 @@ The complete list of contributors can be found at:
|
|
|
654
653
|
|
|
655
654
|
### Rust Crates:
|
|
656
655
|
|
|
657
|
-
- [
|
|
656
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
658
657
|
|
|
659
658
|
````text
|
|
660
|
-
Copyright
|
|
659
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
661
660
|
|
|
662
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
663
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
664
|
-
in the Software without restriction, including without limitation the rights
|
|
665
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
666
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
667
|
-
furnished to do so, subject to the following conditions:
|
|
661
|
+
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:
|
|
668
662
|
|
|
669
|
-
The above copyright notice and this permission notice shall be included in all
|
|
670
|
-
copies or substantial portions of the Software.
|
|
663
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
671
664
|
|
|
672
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
673
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
674
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
675
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
676
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
677
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
678
|
-
SOFTWARE.
|
|
665
|
+
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.
|
|
679
666
|
|
|
680
667
|
````
|
|
681
668
|
|
|
@@ -685,17 +672,41 @@ SOFTWARE.
|
|
|
685
672
|
|
|
686
673
|
### Rust Crates:
|
|
687
674
|
|
|
688
|
-
- [
|
|
675
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
676
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
689
677
|
|
|
690
678
|
````text
|
|
691
|
-
|
|
679
|
+
The MIT License (MIT)
|
|
692
680
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
in the Software without restriction, including without limitation the rights
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
681
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
682
|
+
|
|
683
|
+
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:
|
|
684
|
+
|
|
685
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
686
|
+
|
|
687
|
+
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.
|
|
688
|
+
|
|
689
|
+
````
|
|
690
|
+
|
|
691
|
+
---
|
|
692
|
+
|
|
693
|
+
## The following dependencies are licensed under the MIT License:
|
|
694
|
+
|
|
695
|
+
### Rust Crates:
|
|
696
|
+
|
|
697
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
698
|
+
|
|
699
|
+
````text
|
|
700
|
+
MIT License
|
|
701
|
+
|
|
702
|
+
Copyright (c) 2025 Callum Oakley
|
|
703
|
+
|
|
704
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
705
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
706
|
+
in the Software without restriction, including without limitation the rights
|
|
707
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
708
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
709
|
+
furnished to do so, subject to the following conditions:
|
|
699
710
|
|
|
700
711
|
The above copyright notice and this permission notice shall be included in all
|
|
701
712
|
copies or substantial portions of the Software.
|
|
@@ -716,10 +727,74 @@ SOFTWARE.
|
|
|
716
727
|
|
|
717
728
|
### Rust Crates:
|
|
718
729
|
|
|
719
|
-
- [
|
|
730
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
720
731
|
|
|
721
732
|
````text
|
|
722
|
-
Copyright (c)
|
|
733
|
+
Copyright (c) 2019 Eliza Weisman
|
|
734
|
+
|
|
735
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
736
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
737
|
+
in the Software without restriction, including without limitation the rights
|
|
738
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
739
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
740
|
+
furnished to do so, subject to the following conditions:
|
|
741
|
+
|
|
742
|
+
The above copyright notice and this permission notice shall be included in
|
|
743
|
+
all copies or substantial portions of the Software.
|
|
744
|
+
|
|
745
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
746
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
747
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
748
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
749
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
750
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
751
|
+
THE SOFTWARE.
|
|
752
|
+
|
|
753
|
+
````
|
|
754
|
+
|
|
755
|
+
---
|
|
756
|
+
|
|
757
|
+
## The following dependencies are licensed under the MIT License:
|
|
758
|
+
|
|
759
|
+
### Rust Crates:
|
|
760
|
+
|
|
761
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
762
|
+
|
|
763
|
+
````text
|
|
764
|
+
MIT License
|
|
765
|
+
|
|
766
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
767
|
+
|
|
768
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
769
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
770
|
+
in the Software without restriction, including without limitation the rights
|
|
771
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
772
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
773
|
+
furnished to do so, subject to the following conditions:
|
|
774
|
+
|
|
775
|
+
The above copyright notice and this permission notice shall be included in all
|
|
776
|
+
copies or substantial portions of the Software.
|
|
777
|
+
|
|
778
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
779
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
780
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
781
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
782
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
783
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
784
|
+
SOFTWARE.
|
|
785
|
+
|
|
786
|
+
````
|
|
787
|
+
|
|
788
|
+
---
|
|
789
|
+
|
|
790
|
+
## The following dependencies are licensed under the MIT License:
|
|
791
|
+
|
|
792
|
+
### Rust Crates:
|
|
793
|
+
|
|
794
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
795
|
+
|
|
796
|
+
````text
|
|
797
|
+
Copyright Mozilla Foundation
|
|
723
798
|
|
|
724
799
|
Permission is hereby granted, free of charge, to any
|
|
725
800
|
person obtaining a copy of this software and associated
|
|
@@ -753,11 +828,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
753
828
|
|
|
754
829
|
### Rust Crates:
|
|
755
830
|
|
|
756
|
-
- [
|
|
831
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
757
832
|
|
|
758
833
|
````text
|
|
759
|
-
|
|
760
|
-
|
|
834
|
+
The MIT License (MIT)
|
|
835
|
+
|
|
836
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
761
837
|
|
|
762
838
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
763
839
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -766,18 +842,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
766
842
|
copies of the Software, and to permit persons to whom the Software is
|
|
767
843
|
furnished to do so, subject to the following conditions:
|
|
768
844
|
|
|
769
|
-
The above copyright notice and this permission notice shall be included in
|
|
770
|
-
|
|
845
|
+
The above copyright notice and this permission notice shall be included in all
|
|
846
|
+
copies or substantial portions of the Software.
|
|
771
847
|
|
|
772
848
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
773
849
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
774
850
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
775
851
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
776
852
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
777
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
778
|
-
|
|
779
|
-
|
|
853
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
854
|
+
SOFTWARE.
|
|
780
855
|
|
|
856
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
857
|
+
licences; see files named LICENSE.*.txt for details.
|
|
781
858
|
````
|
|
782
859
|
|
|
783
860
|
---
|
|
@@ -786,10 +863,11 @@ THE SOFTWARE.
|
|
|
786
863
|
|
|
787
864
|
### Rust Crates:
|
|
788
865
|
|
|
789
|
-
- [
|
|
866
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
867
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
790
868
|
|
|
791
869
|
````text
|
|
792
|
-
Copyright
|
|
870
|
+
Copyright (c) 2014 Alex Crichton
|
|
793
871
|
|
|
794
872
|
Permission is hereby granted, free of charge, to any
|
|
795
873
|
person obtaining a copy of this software and associated
|
|
@@ -815,7 +893,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
815
893
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
816
894
|
DEALINGS IN THE SOFTWARE.
|
|
817
895
|
|
|
818
|
-
|
|
819
896
|
````
|
|
820
897
|
|
|
821
898
|
---
|
|
@@ -824,10 +901,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
824
901
|
|
|
825
902
|
### Rust Crates:
|
|
826
903
|
|
|
827
|
-
- [
|
|
904
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
828
905
|
|
|
829
906
|
````text
|
|
830
|
-
Copyright (c) The Rust Project Developers
|
|
907
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
831
908
|
|
|
832
909
|
Permission is hereby granted, free of charge, to any
|
|
833
910
|
person obtaining a copy of this software and associated
|
|
@@ -861,47 +938,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
861
938
|
|
|
862
939
|
### Rust Crates:
|
|
863
940
|
|
|
864
|
-
- [
|
|
865
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
866
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
867
|
-
|
|
868
|
-
````text
|
|
869
|
-
MIT License
|
|
870
|
-
|
|
871
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
872
|
-
|
|
873
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
874
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
875
|
-
in the Software without restriction, including without limitation the rights
|
|
876
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
877
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
878
|
-
furnished to do so, subject to the following conditions:
|
|
879
|
-
|
|
880
|
-
The above copyright notice and this permission notice shall be included in all
|
|
881
|
-
copies or substantial portions of the Software.
|
|
882
|
-
|
|
883
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
884
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
885
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
886
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
887
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
888
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
889
|
-
SOFTWARE.
|
|
890
|
-
|
|
891
|
-
````
|
|
892
|
-
|
|
893
|
-
---
|
|
894
|
-
|
|
895
|
-
## The following dependencies are licensed under the MIT License:
|
|
896
|
-
|
|
897
|
-
### Rust Crates:
|
|
898
|
-
|
|
899
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
941
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
900
942
|
|
|
901
943
|
````text
|
|
902
944
|
The MIT License (MIT)
|
|
903
945
|
|
|
904
|
-
Copyright (c)
|
|
946
|
+
Copyright (c) 2016 Johann Tuffe
|
|
905
947
|
|
|
906
948
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
907
949
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -910,16 +952,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
910
952
|
copies of the Software, and to permit persons to whom the Software is
|
|
911
953
|
furnished to do so, subject to the following conditions:
|
|
912
954
|
|
|
913
|
-
|
|
914
|
-
|
|
955
|
+
|
|
956
|
+
The above copyright notice and this permission notice shall be included in
|
|
957
|
+
all copies or substantial portions of the Software.
|
|
958
|
+
|
|
915
959
|
|
|
916
960
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
917
961
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
918
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
962
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
919
963
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
920
964
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
921
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
922
|
-
SOFTWARE.
|
|
965
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
966
|
+
THE SOFTWARE.
|
|
967
|
+
|
|
923
968
|
````
|
|
924
969
|
|
|
925
970
|
---
|
|
@@ -928,16 +973,10 @@ SOFTWARE.
|
|
|
928
973
|
|
|
929
974
|
### Rust Crates:
|
|
930
975
|
|
|
931
|
-
- [
|
|
932
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
933
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
934
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
935
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
936
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
976
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
937
977
|
|
|
938
978
|
````text
|
|
939
|
-
Copyright
|
|
940
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
979
|
+
Copyright (c) 2017 Robert Grosse
|
|
941
980
|
|
|
942
981
|
Permission is hereby granted, free of charge, to any
|
|
943
982
|
person obtaining a copy of this software and associated
|
|
@@ -962,7 +1001,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
962
1001
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
963
1002
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
964
1003
|
DEALINGS IN THE SOFTWARE.
|
|
965
|
-
|
|
966
1004
|
````
|
|
967
1005
|
|
|
968
1006
|
---
|
|
@@ -971,12 +1009,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
971
1009
|
|
|
972
1010
|
### Rust Crates:
|
|
973
1011
|
|
|
974
|
-
- [
|
|
1012
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
975
1013
|
|
|
976
1014
|
````text
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1015
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
980
1016
|
|
|
981
1017
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
982
1018
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -985,16 +1021,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
985
1021
|
copies of the Software, and to permit persons to whom the Software is
|
|
986
1022
|
furnished to do so, subject to the following conditions:
|
|
987
1023
|
|
|
988
|
-
The above copyright notice and this permission notice shall be included in
|
|
989
|
-
copies or substantial portions of the Software.
|
|
1024
|
+
The above copyright notice and this permission notice shall be included in
|
|
1025
|
+
all copies or substantial portions of the Software.
|
|
990
1026
|
|
|
991
1027
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
992
1028
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
993
1029
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
994
1030
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
995
1031
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
996
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
997
|
-
SOFTWARE.
|
|
1032
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1033
|
+
THE SOFTWARE.
|
|
1034
|
+
|
|
998
1035
|
|
|
999
1036
|
````
|
|
1000
1037
|
|
|
@@ -1004,12 +1041,10 @@ SOFTWARE.
|
|
|
1004
1041
|
|
|
1005
1042
|
### Rust Crates:
|
|
1006
1043
|
|
|
1007
|
-
- [
|
|
1008
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1009
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1044
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
1010
1045
|
|
|
1011
1046
|
````text
|
|
1012
|
-
Copyright (c) 2013-
|
|
1047
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
1013
1048
|
|
|
1014
1049
|
Permission is hereby granted, free of charge, to any
|
|
1015
1050
|
person obtaining a copy of this software and associated
|
|
@@ -1043,49 +1078,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1043
1078
|
|
|
1044
1079
|
### Rust Crates:
|
|
1045
1080
|
|
|
1046
|
-
- [
|
|
1081
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1047
1082
|
|
|
1048
1083
|
````text
|
|
1049
|
-
Copyright (c)
|
|
1050
|
-
|
|
1051
|
-
Permission is hereby granted, free of charge, to any
|
|
1052
|
-
person obtaining a copy of this software and associated
|
|
1053
|
-
documentation files (the "Software"), to deal in the
|
|
1054
|
-
Software without restriction, including without
|
|
1055
|
-
limitation the rights to use, copy, modify, merge,
|
|
1056
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1057
|
-
the Software, and to permit persons to whom the Software
|
|
1058
|
-
is furnished to do so, subject to the following
|
|
1059
|
-
conditions:
|
|
1060
|
-
|
|
1061
|
-
The above copyright notice and this permission notice
|
|
1062
|
-
shall be included in all copies or substantial portions
|
|
1063
|
-
of the Software.
|
|
1064
|
-
|
|
1065
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1066
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1067
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1068
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1069
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1070
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1071
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1072
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1073
|
-
DEALINGS IN THE SOFTWARE.
|
|
1074
|
-
|
|
1075
|
-
````
|
|
1076
|
-
|
|
1077
|
-
---
|
|
1078
|
-
|
|
1079
|
-
## The following dependencies are licensed under the MIT License:
|
|
1080
|
-
|
|
1081
|
-
### Rust Crates:
|
|
1084
|
+
Copyright (c) 2016 The humantime Developers
|
|
1082
1085
|
|
|
1083
|
-
|
|
1086
|
+
Includes parts of http date with the following copyright:
|
|
1087
|
+
Copyright (c) 2016 Pyfisch
|
|
1084
1088
|
|
|
1085
|
-
|
|
1086
|
-
|
|
1089
|
+
Includes portions of musl libc with the following copyright:
|
|
1090
|
+
Copyright © 2005-2013 Rich Felker
|
|
1087
1091
|
|
|
1088
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
1089
1092
|
|
|
1090
1093
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1091
1094
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1113,12 +1116,12 @@ SOFTWARE.
|
|
|
1113
1116
|
|
|
1114
1117
|
### Rust Crates:
|
|
1115
1118
|
|
|
1116
|
-
- [
|
|
1119
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
1117
1120
|
|
|
1118
1121
|
````text
|
|
1119
1122
|
The MIT License (MIT)
|
|
1120
1123
|
|
|
1121
|
-
Copyright (c)
|
|
1124
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
1122
1125
|
|
|
1123
1126
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1124
1127
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1127,19 +1130,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1127
1130
|
copies of the Software, and to permit persons to whom the Software is
|
|
1128
1131
|
furnished to do so, subject to the following conditions:
|
|
1129
1132
|
|
|
1130
|
-
The above copyright notice and this permission notice shall be included in
|
|
1131
|
-
copies or substantial portions of the Software.
|
|
1133
|
+
The above copyright notice and this permission notice shall be included in
|
|
1134
|
+
all copies or substantial portions of the Software.
|
|
1132
1135
|
|
|
1133
1136
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1134
1137
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1135
1138
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1136
1139
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1137
1140
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1138
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1139
|
-
SOFTWARE.
|
|
1141
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1142
|
+
THE SOFTWARE.
|
|
1140
1143
|
|
|
1141
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1142
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1143
1144
|
````
|
|
1144
1145
|
|
|
1145
1146
|
---
|
|
@@ -1148,10 +1149,46 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1148
1149
|
|
|
1149
1150
|
### Rust Crates:
|
|
1150
1151
|
|
|
1151
|
-
- [
|
|
1152
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1152
1153
|
|
|
1153
1154
|
````text
|
|
1154
|
-
Copyright (c)
|
|
1155
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1156
|
+
Copyright (c) 2016 Alex Crichton
|
|
1157
|
+
|
|
1158
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1159
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1160
|
+
in the Software without restriction, including without limitation the rights
|
|
1161
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1162
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1163
|
+
furnished to do so, subject to the following conditions:
|
|
1164
|
+
|
|
1165
|
+
The above copyright notice and this permission notice shall be included in
|
|
1166
|
+
all copies or substantial portions of the Software.
|
|
1167
|
+
|
|
1168
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1169
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1170
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1171
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1172
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1173
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1174
|
+
THE SOFTWARE.
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
````
|
|
1178
|
+
|
|
1179
|
+
---
|
|
1180
|
+
|
|
1181
|
+
## The following dependencies are licensed under the MIT License:
|
|
1182
|
+
|
|
1183
|
+
### Rust Crates:
|
|
1184
|
+
|
|
1185
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
1186
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
1187
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1188
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1189
|
+
|
|
1190
|
+
````text
|
|
1191
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1155
1192
|
|
|
1156
1193
|
Permission is hereby granted, free of charge, to any
|
|
1157
1194
|
person obtaining a copy of this software and associated
|
|
@@ -1185,78 +1222,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1185
1222
|
|
|
1186
1223
|
### Rust Crates:
|
|
1187
1224
|
|
|
1188
|
-
- [
|
|
1189
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1190
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1191
|
-
|
|
1192
|
-
````text
|
|
1193
|
-
MIT License
|
|
1194
|
-
|
|
1195
|
-
Copyright (c) <year> <copyright holders>
|
|
1196
|
-
|
|
1197
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1198
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1199
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1200
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1201
|
-
following conditions:
|
|
1202
|
-
|
|
1203
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1204
|
-
portions of the Software.
|
|
1205
|
-
|
|
1206
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1207
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1208
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1209
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1210
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1211
|
-
|
|
1212
|
-
````
|
|
1213
|
-
|
|
1214
|
-
---
|
|
1215
|
-
|
|
1216
|
-
## The following dependencies are licensed under the MIT License:
|
|
1217
|
-
|
|
1218
|
-
### Rust Crates:
|
|
1219
|
-
|
|
1220
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1221
|
-
|
|
1222
|
-
````text
|
|
1223
|
-
MIT License
|
|
1224
|
-
|
|
1225
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1226
|
-
Copyright (c) Tokio Contributors
|
|
1227
|
-
|
|
1228
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1229
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1230
|
-
in the Software without restriction, including without limitation the rights
|
|
1231
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1232
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1233
|
-
furnished to do so, subject to the following conditions:
|
|
1234
|
-
|
|
1235
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1236
|
-
copies or substantial portions of the Software.
|
|
1237
|
-
|
|
1238
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1239
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1240
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1241
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1242
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1243
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1244
|
-
SOFTWARE.
|
|
1245
|
-
|
|
1246
|
-
````
|
|
1247
|
-
|
|
1248
|
-
---
|
|
1249
|
-
|
|
1250
|
-
## The following dependencies are licensed under the MIT License:
|
|
1251
|
-
|
|
1252
|
-
### Rust Crates:
|
|
1253
|
-
|
|
1254
|
-
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1225
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
1255
1226
|
|
|
1256
1227
|
````text
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
Copyright (c) 2025 Callum Oakley
|
|
1228
|
+
Copyright (c) 2017 Daniel Abramov
|
|
1229
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
1260
1230
|
|
|
1261
1231
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1262
1232
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1265,16 +1235,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1265
1235
|
copies of the Software, and to permit persons to whom the Software is
|
|
1266
1236
|
furnished to do so, subject to the following conditions:
|
|
1267
1237
|
|
|
1268
|
-
The above copyright notice and this permission notice shall be included in
|
|
1269
|
-
copies or substantial portions of the Software.
|
|
1238
|
+
The above copyright notice and this permission notice shall be included in
|
|
1239
|
+
all copies or substantial portions of the Software.
|
|
1270
1240
|
|
|
1271
1241
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1272
1242
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1273
1243
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1274
1244
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1275
1245
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1276
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1277
|
-
SOFTWARE.
|
|
1246
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1247
|
+
THE SOFTWARE.
|
|
1278
1248
|
|
|
1279
1249
|
````
|
|
1280
1250
|
|
|
@@ -1284,31 +1254,34 @@ SOFTWARE.
|
|
|
1284
1254
|
|
|
1285
1255
|
### Rust Crates:
|
|
1286
1256
|
|
|
1287
|
-
- [
|
|
1257
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1288
1258
|
|
|
1289
1259
|
````text
|
|
1290
|
-
The
|
|
1291
|
-
|
|
1292
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
1293
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1260
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1294
1261
|
|
|
1295
|
-
Permission is hereby granted, free of charge, to any
|
|
1296
|
-
of this software and associated
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1262
|
+
Permission is hereby granted, free of charge, to any
|
|
1263
|
+
person obtaining a copy of this software and associated
|
|
1264
|
+
documentation files (the "Software"), to deal in the
|
|
1265
|
+
Software without restriction, including without
|
|
1266
|
+
limitation the rights to use, copy, modify, merge,
|
|
1267
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1268
|
+
the Software, and to permit persons to whom the Software
|
|
1269
|
+
is furnished to do so, subject to the following
|
|
1270
|
+
conditions:
|
|
1301
1271
|
|
|
1302
|
-
The above copyright notice and this permission notice
|
|
1303
|
-
copies or substantial portions
|
|
1272
|
+
The above copyright notice and this permission notice
|
|
1273
|
+
shall be included in all copies or substantial portions
|
|
1274
|
+
of the Software.
|
|
1304
1275
|
|
|
1305
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1306
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1276
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1277
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1278
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1279
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1280
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1281
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1282
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1283
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1284
|
+
DEALINGS IN THE SOFTWARE.
|
|
1312
1285
|
|
|
1313
1286
|
````
|
|
1314
1287
|
|
|
@@ -1318,12 +1291,12 @@ SOFTWARE.
|
|
|
1318
1291
|
|
|
1319
1292
|
### Rust Crates:
|
|
1320
1293
|
|
|
1321
|
-
- [
|
|
1294
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1295
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1296
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1322
1297
|
|
|
1323
1298
|
````text
|
|
1324
|
-
Copyright (c)
|
|
1325
|
-
Copyright (c) 2018 Bastian Köcher
|
|
1326
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1299
|
+
Copyright (c) 2019 Tower Contributors
|
|
1327
1300
|
|
|
1328
1301
|
Permission is hereby granted, free of charge, to any
|
|
1329
1302
|
person obtaining a copy of this software and associated
|
|
@@ -1357,12 +1330,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1357
1330
|
|
|
1358
1331
|
### Rust Crates:
|
|
1359
1332
|
|
|
1360
|
-
- [
|
|
1361
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1362
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1333
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1363
1334
|
|
|
1364
1335
|
````text
|
|
1365
|
-
Copyright
|
|
1336
|
+
Copyright 2023 The Fuchsia Authors
|
|
1366
1337
|
|
|
1367
1338
|
Permission is hereby granted, free of charge, to any
|
|
1368
1339
|
person obtaining a copy of this software and associated
|
|
@@ -1388,6 +1359,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1388
1359
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1389
1360
|
DEALINGS IN THE SOFTWARE.
|
|
1390
1361
|
|
|
1362
|
+
|
|
1391
1363
|
````
|
|
1392
1364
|
|
|
1393
1365
|
---
|
|
@@ -1396,10 +1368,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1396
1368
|
|
|
1397
1369
|
### Rust Crates:
|
|
1398
1370
|
|
|
1399
|
-
- [
|
|
1371
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1372
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1373
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1374
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1400
1375
|
|
|
1401
1376
|
````text
|
|
1402
|
-
MIT License
|
|
1377
|
+
The MIT License (MIT)
|
|
1378
|
+
|
|
1379
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1403
1380
|
|
|
1404
1381
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1405
1382
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1408,16 +1385,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1408
1385
|
copies of the Software, and to permit persons to whom the Software is
|
|
1409
1386
|
furnished to do so, subject to the following conditions:
|
|
1410
1387
|
|
|
1411
|
-
The above copyright notice and this permission notice shall be included in
|
|
1412
|
-
copies or substantial portions of the Software.
|
|
1388
|
+
The above copyright notice and this permission notice shall be included in
|
|
1389
|
+
all copies or substantial portions of the Software.
|
|
1413
1390
|
|
|
1414
1391
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1415
1392
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1416
1393
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1417
1394
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1418
1395
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1419
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1420
|
-
SOFTWARE.
|
|
1396
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1397
|
+
THE SOFTWARE.
|
|
1421
1398
|
|
|
1422
1399
|
````
|
|
1423
1400
|
|
|
@@ -1427,16 +1404,39 @@ SOFTWARE.
|
|
|
1427
1404
|
|
|
1428
1405
|
### Rust Crates:
|
|
1429
1406
|
|
|
1430
|
-
- [
|
|
1407
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
1408
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1409
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1410
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1411
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1412
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1431
1413
|
|
|
1432
1414
|
````text
|
|
1433
|
-
Copyright
|
|
1415
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1434
1416
|
|
|
1435
|
-
Permission is hereby granted, free of charge, to any
|
|
1417
|
+
Permission is hereby granted, free of charge, to any
|
|
1418
|
+
person obtaining a copy of this software and associated
|
|
1419
|
+
documentation files (the "Software"), to deal in the
|
|
1420
|
+
Software without restriction, including without
|
|
1421
|
+
limitation the rights to use, copy, modify, merge,
|
|
1422
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1423
|
+
the Software, and to permit persons to whom the Software
|
|
1424
|
+
is furnished to do so, subject to the following
|
|
1425
|
+
conditions:
|
|
1436
1426
|
|
|
1437
|
-
The above copyright notice and this permission notice
|
|
1427
|
+
The above copyright notice and this permission notice
|
|
1428
|
+
shall be included in all copies or substantial portions
|
|
1429
|
+
of the Software.
|
|
1438
1430
|
|
|
1439
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1431
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1432
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1433
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1434
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1435
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1436
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1437
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1438
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1439
|
+
DEALINGS IN THE SOFTWARE.
|
|
1440
1440
|
|
|
1441
1441
|
````
|
|
1442
1442
|
|
|
@@ -1444,83 +1444,22 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1444
1444
|
|
|
1445
1445
|
## The following dependencies are licensed under the MIT License:
|
|
1446
1446
|
|
|
1447
|
-
###
|
|
1447
|
+
### Rust Crates:
|
|
1448
1448
|
|
|
1449
|
-
- [
|
|
1449
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
1450
1450
|
|
|
1451
1451
|
````text
|
|
1452
|
-
|
|
1452
|
+
Copyright (c) 2014 Chris Wong
|
|
1453
1453
|
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
furnished to do so, subject to the following
|
|
1462
|
-
|
|
1463
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1464
|
-
copies or substantial portions of the Software.
|
|
1465
|
-
|
|
1466
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1467
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1468
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1469
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1470
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1471
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1472
|
-
SOFTWARE.
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
````
|
|
1476
|
-
|
|
1477
|
-
---
|
|
1478
|
-
|
|
1479
|
-
## The following dependencies are licensed under the MIT License:
|
|
1480
|
-
|
|
1481
|
-
### Rust Crates:
|
|
1482
|
-
|
|
1483
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1484
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1485
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1486
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1487
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1488
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1489
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1490
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1491
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1492
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1493
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1494
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1495
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1496
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1497
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1498
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1499
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1500
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
1501
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1502
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1503
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1504
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1505
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1506
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1507
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1508
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1509
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1510
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1511
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1512
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1513
|
-
|
|
1514
|
-
````text
|
|
1515
|
-
Permission is hereby granted, free of charge, to any
|
|
1516
|
-
person obtaining a copy of this software and associated
|
|
1517
|
-
documentation files (the "Software"), to deal in the
|
|
1518
|
-
Software without restriction, including without
|
|
1519
|
-
limitation the rights to use, copy, modify, merge,
|
|
1520
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1521
|
-
the Software, and to permit persons to whom the Software
|
|
1522
|
-
is furnished to do so, subject to the following
|
|
1523
|
-
conditions:
|
|
1454
|
+
Permission is hereby granted, free of charge, to any
|
|
1455
|
+
person obtaining a copy of this software and associated
|
|
1456
|
+
documentation files (the "Software"), to deal in the
|
|
1457
|
+
Software without restriction, including without
|
|
1458
|
+
limitation the rights to use, copy, modify, merge,
|
|
1459
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1460
|
+
the Software, and to permit persons to whom the Software
|
|
1461
|
+
is furnished to do so, subject to the following
|
|
1462
|
+
conditions:
|
|
1524
1463
|
|
|
1525
1464
|
The above copyright notice and this permission notice
|
|
1526
1465
|
shall be included in all copies or substantial portions
|
|
@@ -1544,10 +1483,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1544
1483
|
|
|
1545
1484
|
### Rust Crates:
|
|
1546
1485
|
|
|
1547
|
-
- [
|
|
1486
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1548
1487
|
|
|
1549
1488
|
````text
|
|
1550
|
-
Copyright (c) The
|
|
1489
|
+
Copyright (c) The Rust Project Developers
|
|
1551
1490
|
|
|
1552
1491
|
Permission is hereby granted, free of charge, to any
|
|
1553
1492
|
person obtaining a copy of this software and associated
|
|
@@ -1581,19 +1520,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1581
1520
|
|
|
1582
1521
|
### Rust Crates:
|
|
1583
1522
|
|
|
1584
|
-
- [
|
|
1585
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
1523
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1586
1524
|
|
|
1587
1525
|
````text
|
|
1588
|
-
The
|
|
1589
|
-
|
|
1590
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
1526
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1527
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1591
1528
|
|
|
1592
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1529
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1530
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1531
|
+
in the Software without restriction, including without limitation the rights
|
|
1532
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1533
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1534
|
+
furnished to do so, subject to the following conditions:
|
|
1593
1535
|
|
|
1594
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1536
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1537
|
+
copies or substantial portions of the Software.
|
|
1595
1538
|
|
|
1596
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1539
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1540
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1541
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1542
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1543
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1544
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1545
|
+
SOFTWARE.
|
|
1597
1546
|
|
|
1598
1547
|
````
|
|
1599
1548
|
|
|
@@ -1603,10 +1552,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1603
1552
|
|
|
1604
1553
|
### Rust Crates:
|
|
1605
1554
|
|
|
1606
|
-
- [
|
|
1555
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
1607
1556
|
|
|
1608
1557
|
````text
|
|
1609
|
-
Copyright
|
|
1558
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1610
1559
|
|
|
1611
1560
|
Permission is hereby granted, free of charge, to any
|
|
1612
1561
|
person obtaining a copy of this software and associated
|
|
@@ -1640,48 +1589,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1640
1589
|
|
|
1641
1590
|
### Rust Crates:
|
|
1642
1591
|
|
|
1643
|
-
- [
|
|
1592
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1593
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1644
1594
|
|
|
1645
1595
|
````text
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
Permission is hereby granted, free of charge, to any
|
|
1649
|
-
person obtaining a copy of this software and associated
|
|
1650
|
-
documentation files (the "Software"), to deal in the
|
|
1651
|
-
Software without restriction, including without
|
|
1652
|
-
limitation the rights to use, copy, modify, merge,
|
|
1653
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1654
|
-
the Software, and to permit persons to whom the Software
|
|
1655
|
-
is furnished to do so, subject to the following
|
|
1656
|
-
conditions:
|
|
1657
|
-
|
|
1658
|
-
The above copyright notice and this permission notice
|
|
1659
|
-
shall be included in all copies or substantial portions
|
|
1660
|
-
of the Software.
|
|
1661
|
-
|
|
1662
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1663
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1664
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1665
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1666
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1667
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1668
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1669
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1670
|
-
DEALINGS IN THE SOFTWARE.
|
|
1671
|
-
|
|
1672
|
-
````
|
|
1673
|
-
|
|
1674
|
-
---
|
|
1675
|
-
|
|
1676
|
-
## The following dependencies are licensed under the MIT License:
|
|
1677
|
-
|
|
1678
|
-
### Rust Crates:
|
|
1679
|
-
|
|
1680
|
-
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
1596
|
+
MIT License
|
|
1681
1597
|
|
|
1682
|
-
|
|
1683
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
1684
|
-
Copyright (c) 2016 Jason Housley
|
|
1598
|
+
Copyright (c) 2019 Graham Esau
|
|
1685
1599
|
|
|
1686
1600
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1687
1601
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1690,16 +1604,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1690
1604
|
copies of the Software, and to permit persons to whom the Software is
|
|
1691
1605
|
furnished to do so, subject to the following conditions:
|
|
1692
1606
|
|
|
1693
|
-
The above copyright notice and this permission notice shall be included in
|
|
1694
|
-
|
|
1607
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1608
|
+
copies or substantial portions of the Software.
|
|
1695
1609
|
|
|
1696
1610
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1697
1611
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1698
1612
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1699
1613
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1700
1614
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1701
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1702
|
-
|
|
1615
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1616
|
+
SOFTWARE.
|
|
1703
1617
|
|
|
1704
1618
|
````
|
|
1705
1619
|
|
|
@@ -1709,15 +1623,12 @@ THE SOFTWARE.
|
|
|
1709
1623
|
|
|
1710
1624
|
### Rust Crates:
|
|
1711
1625
|
|
|
1712
|
-
- [
|
|
1713
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1714
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1715
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1626
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
1716
1627
|
|
|
1717
1628
|
````text
|
|
1718
|
-
|
|
1629
|
+
MIT License
|
|
1719
1630
|
|
|
1720
|
-
Copyright (c)
|
|
1631
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
1721
1632
|
|
|
1722
1633
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1723
1634
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1726,16 +1637,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1726
1637
|
copies of the Software, and to permit persons to whom the Software is
|
|
1727
1638
|
furnished to do so, subject to the following conditions:
|
|
1728
1639
|
|
|
1729
|
-
The above copyright notice and this permission notice shall be included in
|
|
1730
|
-
|
|
1640
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1641
|
+
copies or substantial portions of the Software.
|
|
1731
1642
|
|
|
1732
1643
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1733
1644
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1734
1645
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1735
1646
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1736
1647
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1737
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1738
|
-
|
|
1648
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1649
|
+
SOFTWARE.
|
|
1739
1650
|
|
|
1740
1651
|
````
|
|
1741
1652
|
|
|
@@ -1782,12 +1693,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1782
1693
|
|
|
1783
1694
|
### Rust Crates:
|
|
1784
1695
|
|
|
1785
|
-
- [
|
|
1696
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1786
1697
|
|
|
1787
1698
|
````text
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
Copyright (c) 2015 Alice Maz
|
|
1699
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1791
1700
|
|
|
1792
1701
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1793
1702
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1815,10 +1724,10 @@ THE SOFTWARE.
|
|
|
1815
1724
|
|
|
1816
1725
|
### Rust Crates:
|
|
1817
1726
|
|
|
1818
|
-
- [
|
|
1727
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
1819
1728
|
|
|
1820
1729
|
````text
|
|
1821
|
-
Copyright (c)
|
|
1730
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1822
1731
|
|
|
1823
1732
|
Permission is hereby granted, free of charge, to any
|
|
1824
1733
|
person obtaining a copy of this software and associated
|
|
@@ -1852,34 +1761,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1852
1761
|
|
|
1853
1762
|
### Rust Crates:
|
|
1854
1763
|
|
|
1855
|
-
- [
|
|
1764
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
1856
1765
|
|
|
1857
1766
|
````text
|
|
1858
|
-
|
|
1767
|
+
The MIT License (MIT)
|
|
1859
1768
|
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
Software without restriction, including without
|
|
1864
|
-
limitation the rights to use, copy, modify, merge,
|
|
1865
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1866
|
-
the Software, and to permit persons to whom the Software
|
|
1867
|
-
is furnished to do so, subject to the following
|
|
1868
|
-
conditions:
|
|
1769
|
+
Copyright (c) 2015 Danny Guo
|
|
1770
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
1771
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1869
1772
|
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1773
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1774
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1775
|
+
in the Software without restriction, including without limitation the rights
|
|
1776
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1777
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1778
|
+
furnished to do so, subject to the following conditions:
|
|
1873
1779
|
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
IN
|
|
1882
|
-
|
|
1780
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1781
|
+
copies or substantial portions of the Software.
|
|
1782
|
+
|
|
1783
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1784
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1785
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1786
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1787
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1788
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1789
|
+
SOFTWARE.
|
|
1883
1790
|
|
|
1884
1791
|
````
|
|
1885
1792
|
|
|
@@ -1889,11 +1796,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1889
1796
|
|
|
1890
1797
|
### Rust Crates:
|
|
1891
1798
|
|
|
1892
|
-
- [
|
|
1893
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
1799
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1894
1800
|
|
|
1895
1801
|
````text
|
|
1896
|
-
Copyright (c)
|
|
1802
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1897
1803
|
|
|
1898
1804
|
Permission is hereby granted, free of charge, to any
|
|
1899
1805
|
person obtaining a copy of this software and associated
|
|
@@ -1927,10 +1833,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1927
1833
|
|
|
1928
1834
|
### Rust Crates:
|
|
1929
1835
|
|
|
1930
|
-
- [
|
|
1836
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1931
1837
|
|
|
1932
1838
|
````text
|
|
1933
|
-
Copyright (c)
|
|
1839
|
+
Copyright (c) 2018 Carl Lerche
|
|
1934
1840
|
|
|
1935
1841
|
Permission is hereby granted, free of charge, to any
|
|
1936
1842
|
person obtaining a copy of this software and associated
|
|
@@ -1964,13 +1870,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1964
1870
|
|
|
1965
1871
|
### Rust Crates:
|
|
1966
1872
|
|
|
1967
|
-
- [
|
|
1968
|
-
- [
|
|
1969
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1970
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
1873
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1874
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1971
1875
|
|
|
1972
1876
|
````text
|
|
1973
|
-
Copyright (c)
|
|
1877
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1878
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1879
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1974
1880
|
|
|
1975
1881
|
Permission is hereby granted, free of charge, to any
|
|
1976
1882
|
person obtaining a copy of this software and associated
|
|
@@ -2002,17 +1908,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2002
1908
|
|
|
2003
1909
|
## The following dependencies are licensed under the MIT License:
|
|
2004
1910
|
|
|
2005
|
-
###
|
|
1911
|
+
### NPM Packages:
|
|
2006
1912
|
|
|
2007
|
-
- [
|
|
1913
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
2008
1914
|
|
|
2009
1915
|
````text
|
|
2010
1916
|
MIT License
|
|
2011
1917
|
|
|
2012
|
-
Copyright
|
|
2013
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2014
|
-
Copyright (c) 2017 Frommi
|
|
2015
|
-
Copyright (c) 2017-2024 oyvindln
|
|
1918
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2016
1919
|
|
|
2017
1920
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2018
1921
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2032,6 +1935,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2032
1935
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2033
1936
|
SOFTWARE.
|
|
2034
1937
|
|
|
1938
|
+
[others]: https://github.com/json5/json5/contributors
|
|
1939
|
+
|
|
2035
1940
|
````
|
|
2036
1941
|
|
|
2037
1942
|
---
|
|
@@ -2040,10 +1945,10 @@ SOFTWARE.
|
|
|
2040
1945
|
|
|
2041
1946
|
### Rust Crates:
|
|
2042
1947
|
|
|
2043
|
-
- [
|
|
1948
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2044
1949
|
|
|
2045
1950
|
````text
|
|
2046
|
-
Copyright (c)
|
|
1951
|
+
Copyright (c) 2016--2023
|
|
2047
1952
|
|
|
2048
1953
|
Permission is hereby granted, free of charge, to any
|
|
2049
1954
|
person obtaining a copy of this software and associated
|
|
@@ -2077,17 +1982,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2077
1982
|
|
|
2078
1983
|
### Rust Crates:
|
|
2079
1984
|
|
|
2080
|
-
- [
|
|
1985
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2081
1986
|
|
|
2082
1987
|
````text
|
|
2083
|
-
Copyright
|
|
1988
|
+
Copyright 2016 Nika Layzell
|
|
2084
1989
|
|
|
2085
|
-
|
|
2086
|
-
Copyright (c) 2016 Pyfisch
|
|
1990
|
+
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:
|
|
2087
1991
|
|
|
2088
|
-
|
|
2089
|
-
|
|
1992
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1993
|
+
|
|
1994
|
+
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.
|
|
1995
|
+
|
|
1996
|
+
````
|
|
2090
1997
|
|
|
1998
|
+
---
|
|
1999
|
+
|
|
2000
|
+
## The following dependencies are licensed under the MIT License:
|
|
2001
|
+
|
|
2002
|
+
### Rust Crates:
|
|
2003
|
+
|
|
2004
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2005
|
+
|
|
2006
|
+
````text
|
|
2007
|
+
The MIT License (MIT)
|
|
2008
|
+
|
|
2009
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
2010
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2091
2011
|
|
|
2092
2012
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2093
2013
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2115,50 +2035,12 @@ SOFTWARE.
|
|
|
2115
2035
|
|
|
2116
2036
|
### Rust Crates:
|
|
2117
2037
|
|
|
2118
|
-
- [
|
|
2119
|
-
|
|
2120
|
-
````text
|
|
2121
|
-
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2122
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2123
|
-
|
|
2124
|
-
Permission is hereby granted, free of charge, to any
|
|
2125
|
-
person obtaining a copy of this software and associated
|
|
2126
|
-
documentation files (the "Software"), to deal in the
|
|
2127
|
-
Software without restriction, including without
|
|
2128
|
-
limitation the rights to use, copy, modify, merge,
|
|
2129
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2130
|
-
the Software, and to permit persons to whom the Software
|
|
2131
|
-
is furnished to do so, subject to the following
|
|
2132
|
-
conditions:
|
|
2133
|
-
|
|
2134
|
-
The above copyright notice and this permission notice
|
|
2135
|
-
shall be included in all copies or substantial portions
|
|
2136
|
-
of the Software.
|
|
2137
|
-
|
|
2138
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2139
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2140
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2141
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2142
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2143
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2144
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2145
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2146
|
-
DEALINGS IN THE SOFTWARE.
|
|
2147
|
-
|
|
2148
|
-
````
|
|
2149
|
-
|
|
2150
|
-
---
|
|
2151
|
-
|
|
2152
|
-
## The following dependencies are licensed under the MIT License:
|
|
2153
|
-
|
|
2154
|
-
### Rust Crates:
|
|
2155
|
-
|
|
2156
|
-
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2038
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2157
2039
|
|
|
2158
2040
|
````text
|
|
2159
|
-
|
|
2041
|
+
MIT License
|
|
2160
2042
|
|
|
2161
|
-
Copyright (c)
|
|
2043
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2162
2044
|
|
|
2163
2045
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2164
2046
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2167,53 +2049,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2167
2049
|
copies of the Software, and to permit persons to whom the Software is
|
|
2168
2050
|
furnished to do so, subject to the following conditions:
|
|
2169
2051
|
|
|
2170
|
-
The above copyright notice and this permission notice shall be included in
|
|
2171
|
-
|
|
2052
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2053
|
+
copies or substantial portions of the Software.
|
|
2172
2054
|
|
|
2173
2055
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2174
2056
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2175
2057
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2176
2058
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2177
2059
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2178
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
````
|
|
2182
|
-
|
|
2183
|
-
---
|
|
2184
|
-
|
|
2185
|
-
## The following dependencies are licensed under the MIT License:
|
|
2186
|
-
|
|
2187
|
-
### Rust Crates:
|
|
2188
|
-
|
|
2189
|
-
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2190
|
-
|
|
2191
|
-
````text
|
|
2192
|
-
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2193
|
-
|
|
2194
|
-
Permission is hereby granted, free of charge, to any
|
|
2195
|
-
person obtaining a copy of this software and associated
|
|
2196
|
-
documentation files (the "Software"), to deal in the
|
|
2197
|
-
Software without restriction, including without
|
|
2198
|
-
limitation the rights to use, copy, modify, merge,
|
|
2199
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2200
|
-
the Software, and to permit persons to whom the Software
|
|
2201
|
-
is furnished to do so, subject to the following
|
|
2202
|
-
conditions:
|
|
2203
|
-
|
|
2204
|
-
The above copyright notice and this permission notice
|
|
2205
|
-
shall be included in all copies or substantial portions
|
|
2206
|
-
of the Software.
|
|
2207
|
-
|
|
2208
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2209
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2210
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2211
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2212
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2213
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2214
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2215
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2216
|
-
DEALINGS IN THE SOFTWARE.
|
|
2060
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2061
|
+
SOFTWARE.
|
|
2217
2062
|
|
|
2218
2063
|
````
|
|
2219
2064
|
|
|
@@ -2223,34 +2068,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2223
2068
|
|
|
2224
2069
|
### Rust Crates:
|
|
2225
2070
|
|
|
2226
|
-
- [
|
|
2071
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2227
2072
|
|
|
2228
2073
|
````text
|
|
2229
|
-
|
|
2074
|
+
MIT License
|
|
2230
2075
|
|
|
2231
|
-
Permission is hereby granted, free of charge, to any
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
the Software, and to permit persons to whom the Software
|
|
2238
|
-
is furnished to do so, subject to the following
|
|
2239
|
-
conditions:
|
|
2076
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2077
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2078
|
+
in the Software without restriction, including without limitation the rights
|
|
2079
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2080
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2081
|
+
furnished to do so, subject to the following conditions:
|
|
2240
2082
|
|
|
2241
|
-
The above copyright notice and this permission notice
|
|
2242
|
-
|
|
2243
|
-
of the Software.
|
|
2083
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2084
|
+
copies or substantial portions of the Software.
|
|
2244
2085
|
|
|
2245
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2253
|
-
DEALINGS IN THE SOFTWARE.
|
|
2086
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2087
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2088
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2089
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2090
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2091
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2092
|
+
SOFTWARE.
|
|
2254
2093
|
|
|
2255
2094
|
````
|
|
2256
2095
|
|
|
@@ -2258,16 +2097,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2258
2097
|
|
|
2259
2098
|
## The following dependencies are licensed under the MIT License:
|
|
2260
2099
|
|
|
2261
|
-
###
|
|
2100
|
+
### NPM Packages:
|
|
2262
2101
|
|
|
2263
|
-
- [
|
|
2264
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2265
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2102
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2266
2103
|
|
|
2267
2104
|
````text
|
|
2268
|
-
MIT License
|
|
2105
|
+
The MIT License (MIT)
|
|
2269
2106
|
|
|
2270
|
-
Copyright (c)
|
|
2107
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2271
2108
|
|
|
2272
2109
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2273
2110
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2287,6 +2124,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2287
2124
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2288
2125
|
SOFTWARE.
|
|
2289
2126
|
|
|
2127
|
+
|
|
2290
2128
|
````
|
|
2291
2129
|
|
|
2292
2130
|
---
|
|
@@ -2295,10 +2133,11 @@ SOFTWARE.
|
|
|
2295
2133
|
|
|
2296
2134
|
### Rust Crates:
|
|
2297
2135
|
|
|
2298
|
-
- [
|
|
2136
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2299
2137
|
|
|
2300
2138
|
````text
|
|
2301
|
-
Copyright (c)
|
|
2139
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2140
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2302
2141
|
|
|
2303
2142
|
Permission is hereby granted, free of charge, to any
|
|
2304
2143
|
person obtaining a copy of this software and associated
|
|
@@ -2323,6 +2162,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2323
2162
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2324
2163
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2325
2164
|
DEALINGS IN THE SOFTWARE.
|
|
2165
|
+
|
|
2326
2166
|
````
|
|
2327
2167
|
|
|
2328
2168
|
---
|
|
@@ -2331,10 +2171,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2331
2171
|
|
|
2332
2172
|
### Rust Crates:
|
|
2333
2173
|
|
|
2334
|
-
- [
|
|
2174
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2335
2175
|
|
|
2336
2176
|
````text
|
|
2337
|
-
|
|
2177
|
+
The MIT License (MIT)
|
|
2178
|
+
|
|
2179
|
+
Copyright (c) 2015 Alice Maz
|
|
2338
2180
|
|
|
2339
2181
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2340
2182
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2354,7 +2196,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2354
2196
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2355
2197
|
THE SOFTWARE.
|
|
2356
2198
|
|
|
2357
|
-
|
|
2358
2199
|
````
|
|
2359
2200
|
|
|
2360
2201
|
---
|
|
@@ -2363,10 +2204,14 @@ THE SOFTWARE.
|
|
|
2363
2204
|
|
|
2364
2205
|
### Rust Crates:
|
|
2365
2206
|
|
|
2366
|
-
- [
|
|
2207
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
2208
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2209
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2367
2210
|
|
|
2368
2211
|
````text
|
|
2369
|
-
|
|
2212
|
+
MIT License
|
|
2213
|
+
|
|
2214
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2370
2215
|
|
|
2371
2216
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2372
2217
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2375,17 +2220,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2375
2220
|
copies of the Software, and to permit persons to whom the Software is
|
|
2376
2221
|
furnished to do so, subject to the following conditions:
|
|
2377
2222
|
|
|
2378
|
-
The above copyright notice and this permission notice shall be included in
|
|
2379
|
-
|
|
2223
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2224
|
+
copies or substantial portions of the Software.
|
|
2380
2225
|
|
|
2381
2226
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2382
2227
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2383
2228
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2384
2229
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2385
2230
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2386
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2387
|
-
|
|
2388
|
-
|
|
2231
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2232
|
+
SOFTWARE.
|
|
2389
2233
|
|
|
2390
2234
|
````
|
|
2391
2235
|
|
|
@@ -2395,12 +2239,55 @@ THE SOFTWARE.
|
|
|
2395
2239
|
|
|
2396
2240
|
### Rust Crates:
|
|
2397
2241
|
|
|
2398
|
-
- [
|
|
2242
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2243
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2244
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2245
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2246
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2247
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
2248
|
+
|
|
2249
|
+
````text
|
|
2250
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2251
|
+
|
|
2252
|
+
Permission is hereby granted, free of charge, to any
|
|
2253
|
+
person obtaining a copy of this software and associated
|
|
2254
|
+
documentation files (the "Software"), to deal in the
|
|
2255
|
+
Software without restriction, including without
|
|
2256
|
+
limitation the rights to use, copy, modify, merge,
|
|
2257
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2258
|
+
the Software, and to permit persons to whom the Software
|
|
2259
|
+
is furnished to do so, subject to the following
|
|
2260
|
+
conditions:
|
|
2261
|
+
|
|
2262
|
+
The above copyright notice and this permission notice
|
|
2263
|
+
shall be included in all copies or substantial portions
|
|
2264
|
+
of the Software.
|
|
2265
|
+
|
|
2266
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2267
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2268
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2269
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2270
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2271
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2272
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2273
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2274
|
+
DEALINGS IN THE SOFTWARE.
|
|
2275
|
+
|
|
2276
|
+
````
|
|
2277
|
+
|
|
2278
|
+
---
|
|
2279
|
+
|
|
2280
|
+
## The following dependencies are licensed under the MIT License:
|
|
2281
|
+
|
|
2282
|
+
### NPM Packages:
|
|
2283
|
+
|
|
2284
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2285
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2399
2286
|
|
|
2400
2287
|
````text
|
|
2401
2288
|
MIT License
|
|
2402
2289
|
|
|
2403
|
-
Copyright (c)
|
|
2290
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2404
2291
|
|
|
2405
2292
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2406
2293
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2426,13 +2313,14 @@ SOFTWARE.
|
|
|
2426
2313
|
|
|
2427
2314
|
## The following dependencies are licensed under the MIT License:
|
|
2428
2315
|
|
|
2429
|
-
###
|
|
2316
|
+
### NPM Packages:
|
|
2430
2317
|
|
|
2431
|
-
- [
|
|
2432
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2318
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.9) (0.0.9)
|
|
2433
2319
|
|
|
2434
2320
|
````text
|
|
2435
|
-
|
|
2321
|
+
MIT License
|
|
2322
|
+
|
|
2323
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
2436
2324
|
|
|
2437
2325
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2438
2326
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2460,10 +2348,121 @@ SOFTWARE.
|
|
|
2460
2348
|
|
|
2461
2349
|
### Rust Crates:
|
|
2462
2350
|
|
|
2463
|
-
- [
|
|
2351
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2464
2352
|
|
|
2465
2353
|
````text
|
|
2466
|
-
Copyright (c)
|
|
2354
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2355
|
+
|
|
2356
|
+
Permission is hereby granted, free of charge, to any
|
|
2357
|
+
person obtaining a copy of this software and associated
|
|
2358
|
+
documentation files (the "Software"), to deal in the
|
|
2359
|
+
Software without restriction, including without
|
|
2360
|
+
limitation the rights to use, copy, modify, merge,
|
|
2361
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2362
|
+
the Software, and to permit persons to whom the Software
|
|
2363
|
+
is furnished to do so, subject to the following
|
|
2364
|
+
conditions:
|
|
2365
|
+
|
|
2366
|
+
The above copyright notice and this permission notice
|
|
2367
|
+
shall be included in all copies or substantial portions
|
|
2368
|
+
of the Software.
|
|
2369
|
+
|
|
2370
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2371
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2372
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2373
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2374
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2375
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2376
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2377
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2378
|
+
DEALINGS IN THE SOFTWARE.
|
|
2379
|
+
|
|
2380
|
+
````
|
|
2381
|
+
|
|
2382
|
+
---
|
|
2383
|
+
|
|
2384
|
+
## The following dependencies are licensed under the MIT License:
|
|
2385
|
+
|
|
2386
|
+
### Rust Crates:
|
|
2387
|
+
|
|
2388
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2389
|
+
|
|
2390
|
+
````text
|
|
2391
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2392
|
+
|
|
2393
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2394
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2395
|
+
in the Software without restriction, including without limitation the rights
|
|
2396
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2397
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2398
|
+
furnished to do so, subject to the following conditions:
|
|
2399
|
+
|
|
2400
|
+
The above copyright notice and this permission notice shall be included in
|
|
2401
|
+
all copies or substantial portions of the Software.
|
|
2402
|
+
|
|
2403
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2404
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2405
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2406
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2407
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2408
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2409
|
+
THE SOFTWARE.
|
|
2410
|
+
|
|
2411
|
+
|
|
2412
|
+
````
|
|
2413
|
+
|
|
2414
|
+
---
|
|
2415
|
+
|
|
2416
|
+
## The following dependencies are licensed under the MIT License:
|
|
2417
|
+
|
|
2418
|
+
### Rust Crates:
|
|
2419
|
+
|
|
2420
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2421
|
+
|
|
2422
|
+
````text
|
|
2423
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2424
|
+
|
|
2425
|
+
Permission is hereby granted, free of charge, to any
|
|
2426
|
+
person obtaining a copy of this software and associated
|
|
2427
|
+
documentation files (the "Software"), to deal in the
|
|
2428
|
+
Software without restriction, including without
|
|
2429
|
+
limitation the rights to use, copy, modify, merge,
|
|
2430
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2431
|
+
the Software, and to permit persons to whom the Software
|
|
2432
|
+
is furnished to do so, subject to the following
|
|
2433
|
+
conditions:
|
|
2434
|
+
|
|
2435
|
+
The above copyright notice and this permission notice
|
|
2436
|
+
shall be included in all copies or substantial portions
|
|
2437
|
+
of the Software.
|
|
2438
|
+
|
|
2439
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2440
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2441
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2442
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2443
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2444
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2445
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2446
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2447
|
+
DEALINGS IN THE SOFTWARE.
|
|
2448
|
+
|
|
2449
|
+
````
|
|
2450
|
+
|
|
2451
|
+
---
|
|
2452
|
+
|
|
2453
|
+
## The following dependencies are licensed under the MIT License:
|
|
2454
|
+
|
|
2455
|
+
### Rust Crates:
|
|
2456
|
+
|
|
2457
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2458
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2459
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2460
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2461
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2462
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2463
|
+
|
|
2464
|
+
````text
|
|
2465
|
+
Copyright 2018 Developers of the Rand project
|
|
2467
2466
|
Copyright (c) 2014 The Rust Project Developers
|
|
2468
2467
|
|
|
2469
2468
|
Permission is hereby granted, free of charge, to any
|
|
@@ -2498,14 +2497,49 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2498
2497
|
|
|
2499
2498
|
### Rust Crates:
|
|
2500
2499
|
|
|
2501
|
-
- [
|
|
2500
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
2502
2501
|
|
|
2503
2502
|
````text
|
|
2504
|
-
The
|
|
2503
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
2505
2504
|
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2505
|
+
Permission is hereby granted, free of charge, to any
|
|
2506
|
+
person obtaining a copy of this software and associated
|
|
2507
|
+
documentation files (the "Software"), to deal in the
|
|
2508
|
+
Software without restriction, including without
|
|
2509
|
+
limitation the rights to use, copy, modify, merge,
|
|
2510
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2511
|
+
the Software, and to permit persons to whom the Software
|
|
2512
|
+
is furnished to do so, subject to the following
|
|
2513
|
+
conditions:
|
|
2514
|
+
|
|
2515
|
+
The above copyright notice and this permission notice
|
|
2516
|
+
shall be included in all copies or substantial portions
|
|
2517
|
+
of the Software.
|
|
2518
|
+
|
|
2519
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2520
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2521
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2522
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2523
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2524
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2525
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2526
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2527
|
+
DEALINGS IN THE SOFTWARE.
|
|
2528
|
+
|
|
2529
|
+
````
|
|
2530
|
+
|
|
2531
|
+
---
|
|
2532
|
+
|
|
2533
|
+
## The following dependencies are licensed under the MIT License:
|
|
2534
|
+
|
|
2535
|
+
### Rust Crates:
|
|
2536
|
+
|
|
2537
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2538
|
+
|
|
2539
|
+
````text
|
|
2540
|
+
MIT License
|
|
2541
|
+
|
|
2542
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2509
2543
|
|
|
2510
2544
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2511
2545
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2533,10 +2567,11 @@ SOFTWARE.
|
|
|
2533
2567
|
|
|
2534
2568
|
### Rust Crates:
|
|
2535
2569
|
|
|
2536
|
-
- [
|
|
2570
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2571
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2537
2572
|
|
|
2538
2573
|
````text
|
|
2539
|
-
Copyright (c)
|
|
2574
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2540
2575
|
|
|
2541
2576
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2542
2577
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2545,17 +2580,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2545
2580
|
copies of the Software, and to permit persons to whom the Software is
|
|
2546
2581
|
furnished to do so, subject to the following conditions:
|
|
2547
2582
|
|
|
2548
|
-
The above copyright notice and this permission notice shall be included in
|
|
2549
|
-
|
|
2583
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2584
|
+
copies or substantial portions of the Software.
|
|
2550
2585
|
|
|
2551
2586
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2552
2587
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2553
2588
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2554
2589
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2555
2590
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2556
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2557
|
-
|
|
2558
|
-
|
|
2591
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2592
|
+
SOFTWARE.
|
|
2559
2593
|
|
|
2560
2594
|
````
|
|
2561
2595
|
|
|
@@ -2565,32 +2599,32 @@ THE SOFTWARE.
|
|
|
2565
2599
|
|
|
2566
2600
|
### Rust Crates:
|
|
2567
2601
|
|
|
2568
|
-
- [
|
|
2602
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2603
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2604
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2569
2605
|
|
|
2570
2606
|
````text
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
Copyright (c)
|
|
2574
|
-
|
|
2575
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2576
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2577
|
-
in the Software without restriction, including without limitation the rights
|
|
2578
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2579
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2580
|
-
furnished to do so, subject to the following conditions:
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2593
|
-
THE SOFTWARE.
|
|
2607
|
+
MIT License
|
|
2608
|
+
|
|
2609
|
+
Copyright (c) Tokio Contributors
|
|
2610
|
+
|
|
2611
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2612
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2613
|
+
in the Software without restriction, including without limitation the rights
|
|
2614
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2615
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2616
|
+
furnished to do so, subject to the following conditions:
|
|
2617
|
+
|
|
2618
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2619
|
+
copies or substantial portions of the Software.
|
|
2620
|
+
|
|
2621
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2622
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2623
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2624
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2625
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2626
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2627
|
+
SOFTWARE.
|
|
2594
2628
|
|
|
2595
2629
|
````
|
|
2596
2630
|
|
|
@@ -2600,13 +2634,12 @@ THE SOFTWARE.
|
|
|
2600
2634
|
|
|
2601
2635
|
### Rust Crates:
|
|
2602
2636
|
|
|
2603
|
-
- [tokio](https://github.com/tokio-rs/tokio) (
|
|
2604
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2605
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2637
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2606
2638
|
|
|
2607
2639
|
````text
|
|
2608
2640
|
MIT License
|
|
2609
2641
|
|
|
2642
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2610
2643
|
Copyright (c) Tokio Contributors
|
|
2611
2644
|
|
|
2612
2645
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
@@ -2635,10 +2668,12 @@ SOFTWARE.
|
|
|
2635
2668
|
|
|
2636
2669
|
### Rust Crates:
|
|
2637
2670
|
|
|
2638
|
-
- [
|
|
2671
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2639
2672
|
|
|
2640
2673
|
````text
|
|
2641
|
-
Copyright (c)
|
|
2674
|
+
Copyright (c) 2017 Carl Lerche
|
|
2675
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2676
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2642
2677
|
|
|
2643
2678
|
Permission is hereby granted, free of charge, to any
|
|
2644
2679
|
person obtaining a copy of this software and associated
|
|
@@ -2672,10 +2707,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2672
2707
|
|
|
2673
2708
|
### Rust Crates:
|
|
2674
2709
|
|
|
2675
|
-
- [
|
|
2710
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
2676
2711
|
|
|
2677
2712
|
````text
|
|
2678
|
-
Copyright (c) 2016
|
|
2713
|
+
Copyright (c) 2016--2017
|
|
2679
2714
|
|
|
2680
2715
|
Permission is hereby granted, free of charge, to any
|
|
2681
2716
|
person obtaining a copy of this software and associated
|
|
@@ -2707,13 +2742,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2707
2742
|
|
|
2708
2743
|
## The following dependencies are licensed under the MIT License:
|
|
2709
2744
|
|
|
2745
|
+
### NPM Packages:
|
|
2746
|
+
|
|
2747
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2748
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2749
|
+
|
|
2750
|
+
````text
|
|
2751
|
+
MIT License
|
|
2752
|
+
|
|
2753
|
+
Copyright (c) Microsoft Corporation.
|
|
2754
|
+
|
|
2755
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2756
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2757
|
+
in the Software without restriction, including without limitation the rights
|
|
2758
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2759
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2760
|
+
furnished to do so, subject to the following conditions:
|
|
2761
|
+
|
|
2762
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2763
|
+
copies or substantial portions of the Software.
|
|
2764
|
+
|
|
2765
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2766
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2767
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2768
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2769
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2770
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2771
|
+
SOFTWARE
|
|
2772
|
+
|
|
2773
|
+
````
|
|
2774
|
+
|
|
2775
|
+
---
|
|
2776
|
+
|
|
2777
|
+
## The following dependencies are licensed under the MIT License:
|
|
2778
|
+
|
|
2710
2779
|
### Rust Crates:
|
|
2711
2780
|
|
|
2712
|
-
- [
|
|
2713
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2781
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2714
2782
|
|
|
2715
2783
|
````text
|
|
2716
|
-
Copyright (c)
|
|
2784
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2785
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2717
2786
|
|
|
2718
2787
|
Permission is hereby granted, free of charge, to any
|
|
2719
2788
|
person obtaining a copy of this software and associated
|
|
@@ -2745,36 +2814,99 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2745
2814
|
|
|
2746
2815
|
## The following dependencies are licensed under the MIT License:
|
|
2747
2816
|
|
|
2817
|
+
### NPM Packages:
|
|
2818
|
+
|
|
2819
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2820
|
+
|
|
2821
|
+
````text
|
|
2822
|
+
The MIT License (MIT)
|
|
2823
|
+
|
|
2824
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2825
|
+
|
|
2826
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2827
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2828
|
+
in the Software without restriction, including without limitation the rights
|
|
2829
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2830
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2831
|
+
furnished to do so, subject to the following conditions:
|
|
2832
|
+
|
|
2833
|
+
The above copyright notice and this permission notice shall be included in
|
|
2834
|
+
all copies or substantial portions of the Software.
|
|
2835
|
+
|
|
2836
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2837
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2838
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2839
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2840
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2841
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2842
|
+
THE SOFTWARE.
|
|
2843
|
+
|
|
2844
|
+
````
|
|
2845
|
+
|
|
2846
|
+
---
|
|
2847
|
+
|
|
2848
|
+
## The following dependencies are licensed under the MIT License:
|
|
2849
|
+
|
|
2748
2850
|
### Rust Crates:
|
|
2749
2851
|
|
|
2750
|
-
- [
|
|
2852
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2751
2853
|
|
|
2752
2854
|
````text
|
|
2753
|
-
|
|
2855
|
+
The MIT License (MIT)
|
|
2856
|
+
|
|
2857
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2858
|
+
|
|
2859
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2860
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2861
|
+
in the Software without restriction, including without limitation the rights
|
|
2862
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2863
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2864
|
+
furnished to do so, subject to the following conditions:
|
|
2865
|
+
|
|
2866
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2867
|
+
copies or substantial portions of the Software.
|
|
2868
|
+
|
|
2869
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2870
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2871
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2872
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2873
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2874
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2875
|
+
SOFTWARE.
|
|
2876
|
+
````
|
|
2754
2877
|
|
|
2755
|
-
|
|
2756
|
-
person obtaining a copy of this software and associated
|
|
2757
|
-
documentation files (the "Software"), to deal in the
|
|
2758
|
-
Software without restriction, including without
|
|
2759
|
-
limitation the rights to use, copy, modify, merge,
|
|
2760
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2761
|
-
the Software, and to permit persons to whom the Software
|
|
2762
|
-
is furnished to do so, subject to the following
|
|
2763
|
-
conditions:
|
|
2878
|
+
---
|
|
2764
2879
|
|
|
2765
|
-
The
|
|
2766
|
-
shall be included in all copies or substantial portions
|
|
2767
|
-
of the Software.
|
|
2880
|
+
## The following dependencies are licensed under the MIT License:
|
|
2768
2881
|
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2882
|
+
### Rust Crates:
|
|
2883
|
+
|
|
2884
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2885
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2886
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2887
|
+
|
|
2888
|
+
````text
|
|
2889
|
+
MIT License
|
|
2890
|
+
|
|
2891
|
+
Copyright (c) 2017 Ted Driggs
|
|
2892
|
+
|
|
2893
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2894
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2895
|
+
in the Software without restriction, including without limitation the rights
|
|
2896
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2897
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2898
|
+
furnished to do so, subject to the following conditions:
|
|
2899
|
+
|
|
2900
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2901
|
+
copies or substantial portions of the Software.
|
|
2902
|
+
|
|
2903
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2904
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2905
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2906
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2907
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2908
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2909
|
+
SOFTWARE.
|
|
2778
2910
|
|
|
2779
2911
|
````
|
|
2780
2912
|
|
|
@@ -2784,34 +2916,123 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2784
2916
|
|
|
2785
2917
|
### Rust Crates:
|
|
2786
2918
|
|
|
2787
|
-
- [
|
|
2919
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
2788
2920
|
|
|
2789
2921
|
````text
|
|
2790
|
-
Copyright (c) 2018
|
|
2922
|
+
Copyright (c) 2018 directories-rs contributors
|
|
2791
2923
|
|
|
2792
|
-
Permission is hereby granted, free of charge, to any
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
the Software, and to permit persons to whom the Software
|
|
2799
|
-
is furnished to do so, subject to the following
|
|
2800
|
-
conditions:
|
|
2924
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2925
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2926
|
+
in the Software without restriction, including without limitation the rights
|
|
2927
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2928
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2929
|
+
furnished to do so, subject to the following conditions:
|
|
2801
2930
|
|
|
2802
|
-
The above copyright notice and this permission notice
|
|
2803
|
-
|
|
2804
|
-
of the Software.
|
|
2931
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2932
|
+
copies or substantial portions of the Software.
|
|
2805
2933
|
|
|
2806
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2934
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2935
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2936
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2937
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2938
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2939
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2940
|
+
SOFTWARE.
|
|
2941
|
+
|
|
2942
|
+
````
|
|
2943
|
+
|
|
2944
|
+
---
|
|
2945
|
+
|
|
2946
|
+
## The following dependencies are licensed under the MIT License:
|
|
2947
|
+
|
|
2948
|
+
### Rust Crates:
|
|
2949
|
+
|
|
2950
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2951
|
+
|
|
2952
|
+
````text
|
|
2953
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2954
|
+
|
|
2955
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2956
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2957
|
+
in the Software without restriction, including without limitation the rights
|
|
2958
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2959
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2960
|
+
furnished to do so, subject to the following conditions:
|
|
2961
|
+
|
|
2962
|
+
The above copyright notice and this permission notice shall be included in
|
|
2963
|
+
all copies or substantial portions of the Software.
|
|
2964
|
+
|
|
2965
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2966
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2967
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2968
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2969
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2970
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2971
|
+
THE SOFTWARE.
|
|
2972
|
+
|
|
2973
|
+
|
|
2974
|
+
````
|
|
2975
|
+
|
|
2976
|
+
---
|
|
2977
|
+
|
|
2978
|
+
## The following dependencies are licensed under the MIT License:
|
|
2979
|
+
|
|
2980
|
+
### NPM Packages:
|
|
2981
|
+
|
|
2982
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2983
|
+
|
|
2984
|
+
````text
|
|
2985
|
+
This software is released under the MIT license:
|
|
2986
|
+
|
|
2987
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2988
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2989
|
+
the Software without restriction, including without limitation the rights to
|
|
2990
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2991
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2992
|
+
subject to the following conditions:
|
|
2993
|
+
|
|
2994
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2995
|
+
copies or substantial portions of the Software.
|
|
2996
|
+
|
|
2997
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2998
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2999
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3000
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3001
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3002
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3003
|
+
|
|
3004
|
+
````
|
|
3005
|
+
|
|
3006
|
+
---
|
|
3007
|
+
|
|
3008
|
+
## The following dependencies are licensed under the MIT License:
|
|
3009
|
+
|
|
3010
|
+
### NPM Packages:
|
|
3011
|
+
|
|
3012
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3013
|
+
|
|
3014
|
+
````text
|
|
3015
|
+
MIT License
|
|
3016
|
+
|
|
3017
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3018
|
+
|
|
3019
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3020
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3021
|
+
in the Software without restriction, including without limitation the rights
|
|
3022
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3023
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3024
|
+
furnished to do so, subject to the following conditions:
|
|
3025
|
+
|
|
3026
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3027
|
+
copies or substantial portions of the Software.
|
|
3028
|
+
|
|
3029
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3030
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3031
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3032
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3033
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3034
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3035
|
+
SOFTWARE.
|
|
2815
3036
|
|
|
2816
3037
|
````
|
|
2817
3038
|
|
|
@@ -2821,10 +3042,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2821
3042
|
|
|
2822
3043
|
### Rust Crates:
|
|
2823
3044
|
|
|
2824
|
-
- [
|
|
3045
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2825
3046
|
|
|
2826
3047
|
````text
|
|
2827
|
-
Copyright (c)
|
|
3048
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
2828
3049
|
|
|
2829
3050
|
Permission is hereby granted, free of charge, to any
|
|
2830
3051
|
person obtaining a copy of this software and associated
|
|
@@ -2858,11 +3079,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2858
3079
|
|
|
2859
3080
|
### Rust Crates:
|
|
2860
3081
|
|
|
2861
|
-
- [
|
|
3082
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3083
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3084
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3085
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3086
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3087
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3088
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3089
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3090
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3091
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3092
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3093
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3094
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3095
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3096
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3097
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3098
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3099
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3100
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3101
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3102
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3103
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3104
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3105
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3106
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3107
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3108
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3109
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3110
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3111
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2862
3112
|
|
|
2863
3113
|
````text
|
|
2864
|
-
Copyright (c) 2016--2023
|
|
2865
|
-
|
|
2866
3114
|
Permission is hereby granted, free of charge, to any
|
|
2867
3115
|
person obtaining a copy of this software and associated
|
|
2868
3116
|
documentation files (the "Software"), to deal in the
|
|
@@ -2895,10 +3143,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2895
3143
|
|
|
2896
3144
|
### Rust Crates:
|
|
2897
3145
|
|
|
2898
|
-
- [
|
|
3146
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3147
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3148
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3149
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3150
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3151
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3152
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3153
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3154
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2899
3155
|
|
|
2900
3156
|
````text
|
|
2901
|
-
Copyright (c)
|
|
3157
|
+
Copyright (c) 2016 Alex Crichton
|
|
3158
|
+
Copyright (c) 2017 The Tokio Authors
|
|
2902
3159
|
|
|
2903
3160
|
Permission is hereby granted, free of charge, to any
|
|
2904
3161
|
person obtaining a copy of this software and associated
|
|
@@ -2932,41 +3189,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2932
3189
|
|
|
2933
3190
|
### Rust Crates:
|
|
2934
3191
|
|
|
2935
|
-
- [
|
|
3192
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2936
3193
|
|
|
2937
3194
|
````text
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2941
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2942
|
-
in the Software without restriction, including without limitation the rights
|
|
2943
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2944
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2945
|
-
furnished to do so, subject to the following conditions:
|
|
2946
|
-
|
|
2947
|
-
The above copyright notice and this permission notice shall be included in
|
|
2948
|
-
all copies or substantial portions of the Software.
|
|
2949
|
-
|
|
2950
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2951
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2952
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2953
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2954
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2955
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2956
|
-
THE SOFTWARE.
|
|
2957
|
-
|
|
2958
|
-
````
|
|
2959
|
-
|
|
2960
|
-
---
|
|
2961
|
-
|
|
2962
|
-
## The following dependencies are licensed under the MIT License:
|
|
2963
|
-
|
|
2964
|
-
### Rust Crates:
|
|
2965
|
-
|
|
2966
|
-
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3195
|
+
MIT License
|
|
2967
3196
|
|
|
2968
|
-
|
|
2969
|
-
Copyright
|
|
3197
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3198
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3199
|
+
Copyright (c) 2017 Frommi
|
|
3200
|
+
Copyright (c) 2017-2024 oyvindln
|
|
2970
3201
|
|
|
2971
3202
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2972
3203
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2975,16 +3206,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2975
3206
|
copies of the Software, and to permit persons to whom the Software is
|
|
2976
3207
|
furnished to do so, subject to the following conditions:
|
|
2977
3208
|
|
|
2978
|
-
The above copyright notice and this permission notice shall be included in
|
|
2979
|
-
|
|
3209
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3210
|
+
copies or substantial portions of the Software.
|
|
2980
3211
|
|
|
2981
3212
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2982
3213
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2983
3214
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2984
3215
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2985
3216
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2986
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2987
|
-
|
|
3217
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3218
|
+
SOFTWARE.
|
|
2988
3219
|
|
|
2989
3220
|
````
|
|
2990
3221
|
|
|
@@ -2994,10 +3225,10 @@ THE SOFTWARE.
|
|
|
2994
3225
|
|
|
2995
3226
|
### Rust Crates:
|
|
2996
3227
|
|
|
2997
|
-
- [
|
|
3228
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
2998
3229
|
|
|
2999
3230
|
````text
|
|
3000
|
-
Copyright (c)
|
|
3231
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3001
3232
|
|
|
3002
3233
|
Permission is hereby granted, free of charge, to any
|
|
3003
3234
|
person obtaining a copy of this software and associated
|
|
@@ -3031,109 +3262,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3031
3262
|
|
|
3032
3263
|
### Rust Crates:
|
|
3033
3264
|
|
|
3034
|
-
- [
|
|
3035
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3036
|
-
|
|
3037
|
-
````text
|
|
3038
|
-
MIT License
|
|
3039
|
-
|
|
3040
|
-
Copyright (c) 2019 Graham Esau
|
|
3041
|
-
|
|
3042
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3043
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3044
|
-
in the Software without restriction, including without limitation the rights
|
|
3045
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3046
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3047
|
-
furnished to do so, subject to the following conditions:
|
|
3048
|
-
|
|
3049
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3050
|
-
copies or substantial portions of the Software.
|
|
3051
|
-
|
|
3052
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3053
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3054
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3055
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3056
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3057
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3058
|
-
SOFTWARE.
|
|
3059
|
-
|
|
3060
|
-
````
|
|
3061
|
-
|
|
3062
|
-
---
|
|
3063
|
-
|
|
3064
|
-
## The following dependencies are licensed under the MIT License:
|
|
3065
|
-
|
|
3066
|
-
### NPM Packages:
|
|
3067
|
-
|
|
3068
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3069
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
3070
|
-
|
|
3071
|
-
````text
|
|
3072
|
-
MIT License
|
|
3073
|
-
|
|
3074
|
-
Copyright (c) Microsoft Corporation.
|
|
3075
|
-
|
|
3076
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3077
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3078
|
-
in the Software without restriction, including without limitation the rights
|
|
3079
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3080
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3081
|
-
furnished to do so, subject to the following conditions:
|
|
3082
|
-
|
|
3083
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3084
|
-
copies or substantial portions of the Software.
|
|
3085
|
-
|
|
3086
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3087
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3088
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3089
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3090
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3091
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3092
|
-
SOFTWARE
|
|
3093
|
-
|
|
3094
|
-
````
|
|
3095
|
-
|
|
3096
|
-
---
|
|
3097
|
-
|
|
3098
|
-
## The following dependencies are licensed under the MIT License:
|
|
3099
|
-
|
|
3100
|
-
### Rust Crates:
|
|
3101
|
-
|
|
3102
|
-
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3103
|
-
|
|
3104
|
-
````text
|
|
3105
|
-
Copyright (c) 2019 Eliza Weisman
|
|
3106
|
-
|
|
3107
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3108
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3109
|
-
in the Software without restriction, including without limitation the rights
|
|
3110
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3111
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3112
|
-
furnished to do so, subject to the following conditions:
|
|
3113
|
-
|
|
3114
|
-
The above copyright notice and this permission notice shall be included in
|
|
3115
|
-
all copies or substantial portions of the Software.
|
|
3116
|
-
|
|
3117
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3118
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3119
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3120
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3121
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3122
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3123
|
-
THE SOFTWARE.
|
|
3124
|
-
|
|
3125
|
-
````
|
|
3126
|
-
|
|
3127
|
-
---
|
|
3128
|
-
|
|
3129
|
-
## The following dependencies are licensed under the MIT License:
|
|
3130
|
-
|
|
3131
|
-
### Rust Crates:
|
|
3132
|
-
|
|
3133
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3265
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3134
3266
|
|
|
3135
3267
|
````text
|
|
3136
|
-
Copyright (c) 2019
|
|
3268
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3137
3269
|
|
|
3138
3270
|
Permission is hereby granted, free of charge, to any
|
|
3139
3271
|
person obtaining a copy of this software and associated
|
|
@@ -3167,39 +3299,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3167
3299
|
|
|
3168
3300
|
### Rust Crates:
|
|
3169
3301
|
|
|
3170
|
-
- [
|
|
3171
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3172
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3173
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3174
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3175
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3302
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
3176
3303
|
|
|
3177
3304
|
````text
|
|
3178
|
-
Copyright (c)
|
|
3305
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3306
|
+
Copyright (c) 2016 Jason Housley
|
|
3179
3307
|
|
|
3180
|
-
Permission is hereby granted, free of charge, to any
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
the Software, and to permit persons to whom the Software
|
|
3187
|
-
is furnished to do so, subject to the following
|
|
3188
|
-
conditions:
|
|
3308
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3309
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3310
|
+
in the Software without restriction, including without limitation the rights
|
|
3311
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3312
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3313
|
+
furnished to do so, subject to the following conditions:
|
|
3189
3314
|
|
|
3190
|
-
The above copyright notice and this permission notice
|
|
3191
|
-
|
|
3192
|
-
of the Software.
|
|
3315
|
+
The above copyright notice and this permission notice shall be included in
|
|
3316
|
+
all copies or substantial portions of the Software.
|
|
3193
3317
|
|
|
3194
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3202
|
-
DEALINGS IN THE SOFTWARE.
|
|
3318
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3319
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3320
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3321
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3322
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3323
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3324
|
+
THE SOFTWARE.
|
|
3203
3325
|
|
|
3204
3326
|
````
|
|
3205
3327
|
|
|
@@ -3209,10 +3331,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3209
3331
|
|
|
3210
3332
|
### Rust Crates:
|
|
3211
3333
|
|
|
3212
|
-
- [
|
|
3334
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3213
3335
|
|
|
3214
3336
|
````text
|
|
3215
|
-
Copyright (c)
|
|
3337
|
+
Copyright (c) 2019 Carl Lerche
|
|
3216
3338
|
|
|
3217
3339
|
Permission is hereby granted, free of charge, to any
|
|
3218
3340
|
person obtaining a copy of this software and associated
|
|
@@ -3246,29 +3368,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3246
3368
|
|
|
3247
3369
|
### Rust Crates:
|
|
3248
3370
|
|
|
3249
|
-
- [
|
|
3250
|
-
|
|
3251
|
-
````text
|
|
3252
|
-
Copyright 2016 Nika Layzell
|
|
3253
|
-
|
|
3254
|
-
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:
|
|
3255
|
-
|
|
3256
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3257
|
-
|
|
3258
|
-
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.
|
|
3259
|
-
|
|
3260
|
-
````
|
|
3261
|
-
|
|
3262
|
-
---
|
|
3263
|
-
|
|
3264
|
-
## The following dependencies are licensed under the MIT License:
|
|
3265
|
-
|
|
3266
|
-
### Rust Crates:
|
|
3267
|
-
|
|
3268
|
-
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3371
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3269
3372
|
|
|
3270
3373
|
````text
|
|
3271
|
-
Copyright (c)
|
|
3374
|
+
Copyright (c) 2017 http-rs authors
|
|
3272
3375
|
|
|
3273
3376
|
Permission is hereby granted, free of charge, to any
|
|
3274
3377
|
person obtaining a copy of this software and associated
|
|
@@ -3302,43 +3405,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3302
3405
|
|
|
3303
3406
|
### Rust Crates:
|
|
3304
3407
|
|
|
3305
|
-
- [
|
|
3306
|
-
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3307
|
-
|
|
3308
|
-
````text
|
|
3309
|
-
The MIT License (MIT)
|
|
3310
|
-
|
|
3311
|
-
Copyright (c) 2015 Steven Fackler
|
|
3312
|
-
|
|
3313
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3314
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3315
|
-
the Software without restriction, including without limitation the rights to
|
|
3316
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3317
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3318
|
-
subject to the following conditions:
|
|
3319
|
-
|
|
3320
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3321
|
-
copies or substantial portions of the Software.
|
|
3322
|
-
|
|
3323
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3324
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3325
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3326
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3327
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3328
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3329
|
-
|
|
3330
|
-
````
|
|
3331
|
-
|
|
3332
|
-
---
|
|
3333
|
-
|
|
3334
|
-
## The following dependencies are licensed under the MIT License:
|
|
3335
|
-
|
|
3336
|
-
### Rust Crates:
|
|
3337
|
-
|
|
3338
|
-
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3408
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3339
3409
|
|
|
3340
3410
|
````text
|
|
3341
|
-
Copyright (c)
|
|
3411
|
+
Copyright (c) 2015 Steven Allen
|
|
3342
3412
|
|
|
3343
3413
|
Permission is hereby granted, free of charge, to any
|
|
3344
3414
|
person obtaining a copy of this software and associated
|
|
@@ -3370,44 +3440,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3370
3440
|
|
|
3371
3441
|
## The following dependencies are licensed under the MIT License:
|
|
3372
3442
|
|
|
3373
|
-
### NPM Packages:
|
|
3374
|
-
|
|
3375
|
-
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
3376
|
-
|
|
3377
|
-
````text
|
|
3378
|
-
This software is released under the MIT license:
|
|
3379
|
-
|
|
3380
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3381
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3382
|
-
the Software without restriction, including without limitation the rights to
|
|
3383
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3384
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3385
|
-
subject to the following conditions:
|
|
3386
|
-
|
|
3387
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3388
|
-
copies or substantial portions of the Software.
|
|
3389
|
-
|
|
3390
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3391
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3392
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3393
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3394
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3395
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3396
|
-
|
|
3397
|
-
````
|
|
3398
|
-
|
|
3399
|
-
---
|
|
3400
|
-
|
|
3401
|
-
## The following dependencies are licensed under the MIT License:
|
|
3402
|
-
|
|
3403
3443
|
### Rust Crates:
|
|
3404
3444
|
|
|
3405
|
-
- [
|
|
3445
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
3406
3446
|
|
|
3407
3447
|
````text
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3448
|
+
Copyright (c) 2017 Sean McArthur
|
|
3411
3449
|
|
|
3412
3450
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3413
3451
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3416,16 +3454,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3416
3454
|
copies of the Software, and to permit persons to whom the Software is
|
|
3417
3455
|
furnished to do so, subject to the following conditions:
|
|
3418
3456
|
|
|
3419
|
-
The above copyright notice and this permission notice shall be included in
|
|
3420
|
-
copies or substantial portions of the Software.
|
|
3457
|
+
The above copyright notice and this permission notice shall be included in
|
|
3458
|
+
all copies or substantial portions of the Software.
|
|
3421
3459
|
|
|
3422
3460
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3423
3461
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3424
3462
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3425
3463
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3426
3464
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3427
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3428
|
-
SOFTWARE.
|
|
3465
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3466
|
+
THE SOFTWARE.
|
|
3467
|
+
|
|
3429
3468
|
|
|
3430
3469
|
````
|
|
3431
3470
|
|
|
@@ -3435,10 +3474,10 @@ SOFTWARE.
|
|
|
3435
3474
|
|
|
3436
3475
|
### Rust Crates:
|
|
3437
3476
|
|
|
3438
|
-
- [
|
|
3477
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3439
3478
|
|
|
3440
3479
|
````text
|
|
3441
|
-
Copyright (c)
|
|
3480
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3442
3481
|
|
|
3443
3482
|
Permission is hereby granted, free of charge, to any
|
|
3444
3483
|
person obtaining a copy of this software and associated
|
|
@@ -3472,11 +3511,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3472
3511
|
|
|
3473
3512
|
### Rust Crates:
|
|
3474
3513
|
|
|
3475
|
-
- [
|
|
3514
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3476
3515
|
|
|
3477
3516
|
````text
|
|
3478
|
-
Copyright (c)
|
|
3479
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3517
|
+
Copyright (c) 2017 Contributors
|
|
3480
3518
|
|
|
3481
3519
|
Permission is hereby granted, free of charge, to any
|
|
3482
3520
|
person obtaining a copy of this software and associated
|
|
@@ -3510,10 +3548,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3510
3548
|
|
|
3511
3549
|
### Rust Crates:
|
|
3512
3550
|
|
|
3513
|
-
- [
|
|
3551
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3552
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3553
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3514
3554
|
|
|
3515
3555
|
````text
|
|
3516
|
-
Copyright (c)
|
|
3556
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3517
3557
|
|
|
3518
3558
|
Permission is hereby granted, free of charge, to any
|
|
3519
3559
|
person obtaining a copy of this software and associated
|
|
@@ -3547,42 +3587,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3547
3587
|
|
|
3548
3588
|
### Rust Crates:
|
|
3549
3589
|
|
|
3550
|
-
- [
|
|
3551
|
-
|
|
3552
|
-
````text
|
|
3553
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
3554
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3555
|
-
|
|
3556
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3557
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3558
|
-
in the Software without restriction, including without limitation the rights
|
|
3559
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3560
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3561
|
-
furnished to do so, subject to the following conditions:
|
|
3562
|
-
|
|
3563
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3564
|
-
copies or substantial portions of the Software.
|
|
3565
|
-
|
|
3566
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3567
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3568
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3569
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3570
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3571
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3572
|
-
SOFTWARE.
|
|
3573
|
-
|
|
3574
|
-
````
|
|
3575
|
-
|
|
3576
|
-
---
|
|
3577
|
-
|
|
3578
|
-
## The following dependencies are licensed under the MIT License:
|
|
3579
|
-
|
|
3580
|
-
### Rust Crates:
|
|
3581
|
-
|
|
3582
|
-
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3590
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3583
3591
|
|
|
3584
3592
|
````text
|
|
3585
|
-
Copyright (c)
|
|
3593
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3586
3594
|
|
|
3587
3595
|
Permission is hereby granted, free of charge, to any
|
|
3588
3596
|
person obtaining a copy of this software and associated
|
|
@@ -3614,34 +3622,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3614
3622
|
|
|
3615
3623
|
## The following dependencies are licensed under the MIT License:
|
|
3616
3624
|
|
|
3617
|
-
###
|
|
3625
|
+
### Rust Crates:
|
|
3618
3626
|
|
|
3619
|
-
- [
|
|
3627
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
3628
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
3620
3629
|
|
|
3621
3630
|
````text
|
|
3622
|
-
MIT License
|
|
3631
|
+
The MIT License (MIT)
|
|
3623
3632
|
|
|
3624
|
-
Copyright (c)
|
|
3633
|
+
Copyright (c) 2015 Steven Fackler
|
|
3625
3634
|
|
|
3626
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3635
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3636
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3637
|
+
the Software without restriction, including without limitation the rights to
|
|
3638
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3639
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3640
|
+
subject to the following conditions:
|
|
3632
3641
|
|
|
3633
3642
|
The above copyright notice and this permission notice shall be included in all
|
|
3634
3643
|
copies or substantial portions of the Software.
|
|
3635
3644
|
|
|
3636
3645
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3637
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
SOFTWARE.
|
|
3643
|
-
|
|
3644
|
-
[others]: https://github.com/json5/json5/contributors
|
|
3646
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3647
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3648
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3649
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3650
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3645
3651
|
|
|
3646
3652
|
````
|
|
3647
3653
|
|
|
@@ -3649,15 +3655,14 @@ SOFTWARE.
|
|
|
3649
3655
|
|
|
3650
3656
|
## The following dependencies are licensed under the MIT License:
|
|
3651
3657
|
|
|
3652
|
-
###
|
|
3658
|
+
### Rust Crates:
|
|
3653
3659
|
|
|
3654
|
-
- [
|
|
3655
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3660
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3656
3661
|
|
|
3657
3662
|
````text
|
|
3658
|
-
MIT License
|
|
3663
|
+
The MIT License (MIT)
|
|
3659
3664
|
|
|
3660
|
-
Copyright (c)
|
|
3665
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3661
3666
|
|
|
3662
3667
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3663
3668
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3685,29 +3690,34 @@ SOFTWARE.
|
|
|
3685
3690
|
|
|
3686
3691
|
### Rust Crates:
|
|
3687
3692
|
|
|
3688
|
-
- [
|
|
3693
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
3689
3694
|
|
|
3690
3695
|
````text
|
|
3691
|
-
Copyright (c)
|
|
3692
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3696
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3693
3697
|
|
|
3694
|
-
Permission is hereby granted, free of charge, to any
|
|
3695
|
-
of this software and associated
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3698
|
+
Permission is hereby granted, free of charge, to any
|
|
3699
|
+
person obtaining a copy of this software and associated
|
|
3700
|
+
documentation files (the "Software"), to deal in the
|
|
3701
|
+
Software without restriction, including without
|
|
3702
|
+
limitation the rights to use, copy, modify, merge,
|
|
3703
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3704
|
+
the Software, and to permit persons to whom the Software
|
|
3705
|
+
is furnished to do so, subject to the following
|
|
3706
|
+
conditions:
|
|
3700
3707
|
|
|
3701
|
-
The above copyright notice and this permission notice
|
|
3702
|
-
all copies or substantial portions
|
|
3708
|
+
The above copyright notice and this permission notice
|
|
3709
|
+
shall be included in all copies or substantial portions
|
|
3710
|
+
of the Software.
|
|
3703
3711
|
|
|
3704
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3705
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3712
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3713
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3714
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3715
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3716
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3717
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3718
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3719
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3720
|
+
DEALINGS IN THE SOFTWARE.
|
|
3711
3721
|
|
|
3712
3722
|
````
|
|
3713
3723
|
|
|
@@ -3715,32 +3725,36 @@ THE SOFTWARE.
|
|
|
3715
3725
|
|
|
3716
3726
|
## The following dependencies are licensed under the MIT License:
|
|
3717
3727
|
|
|
3718
|
-
###
|
|
3728
|
+
### Rust Crates:
|
|
3719
3729
|
|
|
3720
|
-
- [
|
|
3730
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3721
3731
|
|
|
3722
3732
|
````text
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
3726
|
-
|
|
3727
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3728
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3729
|
-
in the Software without restriction, including without limitation the rights
|
|
3730
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3731
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3732
|
-
furnished to do so, subject to the following conditions:
|
|
3733
|
+
Copyright (c) The rust-url developers
|
|
3733
3734
|
|
|
3734
|
-
|
|
3735
|
-
|
|
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:
|
|
3736
3744
|
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
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.
|
|
3744
3758
|
|
|
3745
3759
|
````
|
|
3746
3760
|
|
|
@@ -3750,15 +3764,10 @@ SOFTWARE.
|
|
|
3750
3764
|
|
|
3751
3765
|
### Rust Crates:
|
|
3752
3766
|
|
|
3753
|
-
- [
|
|
3754
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
3755
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
3756
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
3757
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
3758
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
3767
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3759
3768
|
|
|
3760
3769
|
````text
|
|
3761
|
-
Copyright (c) 2019
|
|
3770
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3762
3771
|
|
|
3763
3772
|
Permission is hereby granted, free of charge, to any
|
|
3764
3773
|
person obtaining a copy of this software and associated
|
|
@@ -3792,10 +3801,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3792
3801
|
|
|
3793
3802
|
### Rust Crates:
|
|
3794
3803
|
|
|
3795
|
-
- [
|
|
3804
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
3796
3805
|
|
|
3797
3806
|
````text
|
|
3798
|
-
Copyright (c)
|
|
3807
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
3799
3808
|
|
|
3800
3809
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3801
3810
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3815,7 +3824,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3815
3824
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3816
3825
|
THE SOFTWARE.
|
|
3817
3826
|
|
|
3818
|
-
|
|
3819
3827
|
````
|
|
3820
3828
|
|
|
3821
3829
|
---
|
|
@@ -3824,10 +3832,10 @@ THE SOFTWARE.
|
|
|
3824
3832
|
|
|
3825
3833
|
### Rust Crates:
|
|
3826
3834
|
|
|
3827
|
-
- [
|
|
3835
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3828
3836
|
|
|
3829
3837
|
````text
|
|
3830
|
-
Copyright (c)
|
|
3838
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3831
3839
|
|
|
3832
3840
|
Permission is hereby granted, free of charge, to any
|
|
3833
3841
|
person obtaining a copy of this software and associated
|
|
@@ -3859,32 +3867,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3859
3867
|
|
|
3860
3868
|
## The following dependencies are licensed under the MIT License:
|
|
3861
3869
|
|
|
3862
|
-
###
|
|
3870
|
+
### Rust Crates:
|
|
3863
3871
|
|
|
3864
|
-
- [
|
|
3872
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
3865
3873
|
|
|
3866
3874
|
````text
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3875
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
3870
3876
|
|
|
3871
|
-
Permission is hereby granted, free of charge, to any
|
|
3872
|
-
of this software and associated
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
+
Permission is hereby granted, free of charge, to any
|
|
3878
|
+
person obtaining a copy of this software and associated
|
|
3879
|
+
documentation files (the "Software"), to deal in the
|
|
3880
|
+
Software without restriction, including without
|
|
3881
|
+
limitation the rights to use, copy, modify, merge,
|
|
3882
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3883
|
+
the Software, and to permit persons to whom the Software
|
|
3884
|
+
is furnished to do so, subject to the following
|
|
3885
|
+
conditions:
|
|
3877
3886
|
|
|
3878
|
-
The above copyright notice and this permission notice
|
|
3879
|
-
all copies or substantial portions
|
|
3887
|
+
The above copyright notice and this permission notice
|
|
3888
|
+
shall be included in all copies or substantial portions
|
|
3889
|
+
of the Software.
|
|
3880
3890
|
|
|
3881
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3882
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3891
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3892
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3893
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3894
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3895
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3896
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3897
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3898
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3899
|
+
DEALINGS IN THE SOFTWARE.
|
|
3888
3900
|
|
|
3889
3901
|
````
|
|
3890
3902
|
|
|
@@ -3894,30 +3906,29 @@ THE SOFTWARE.
|
|
|
3894
3906
|
|
|
3895
3907
|
### Rust Crates:
|
|
3896
3908
|
|
|
3897
|
-
- [
|
|
3909
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
3910
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3911
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3898
3912
|
|
|
3899
3913
|
````text
|
|
3900
|
-
|
|
3914
|
+
MIT License
|
|
3901
3915
|
|
|
3902
|
-
Copyright (c)
|
|
3916
|
+
Copyright (c) <year> <copyright holders>
|
|
3903
3917
|
|
|
3904
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
furnished to do so, subject to the following conditions:
|
|
3918
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3919
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3920
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3921
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3922
|
+
following conditions:
|
|
3910
3923
|
|
|
3911
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3912
|
-
|
|
3924
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3925
|
+
portions of the Software.
|
|
3913
3926
|
|
|
3914
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3920
|
-
SOFTWARE.
|
|
3927
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3928
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3929
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3930
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3931
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3921
3932
|
|
|
3922
3933
|
````
|
|
3923
3934
|
|
|
@@ -3927,19 +3938,11 @@ SOFTWARE.
|
|
|
3927
3938
|
|
|
3928
3939
|
### Rust Crates:
|
|
3929
3940
|
|
|
3930
|
-
- [
|
|
3931
|
-
- [
|
|
3932
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3933
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3934
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3935
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3936
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3937
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3938
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3941
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
3942
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3939
3943
|
|
|
3940
3944
|
````text
|
|
3941
|
-
Copyright (c)
|
|
3942
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3945
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
3943
3946
|
|
|
3944
3947
|
Permission is hereby granted, free of charge, to any
|
|
3945
3948
|
person obtaining a copy of this software and associated
|
|
@@ -3973,44 +3976,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3973
3976
|
|
|
3974
3977
|
### Rust Crates:
|
|
3975
3978
|
|
|
3976
|
-
- [
|
|
3977
|
-
|
|
3978
|
-
````text
|
|
3979
|
-
Copyright (c) 2023-2025 Sean McArthur
|
|
3980
|
-
|
|
3981
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3982
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3983
|
-
in the Software without restriction, including without limitation the rights
|
|
3984
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3985
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3986
|
-
furnished to do so, subject to the following conditions:
|
|
3987
|
-
|
|
3988
|
-
The above copyright notice and this permission notice shall be included in
|
|
3989
|
-
all copies or substantial portions of the Software.
|
|
3990
|
-
|
|
3991
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3992
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3993
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3994
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3995
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3996
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3997
|
-
THE SOFTWARE.
|
|
3998
|
-
|
|
3999
|
-
````
|
|
4000
|
-
|
|
4001
|
-
---
|
|
4002
|
-
|
|
4003
|
-
## The following dependencies are licensed under the MIT License:
|
|
4004
|
-
|
|
4005
|
-
### Rust Crates:
|
|
4006
|
-
|
|
4007
|
-
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
4008
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3979
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
4009
3980
|
|
|
4010
3981
|
````text
|
|
4011
|
-
Copyright (c)
|
|
4012
|
-
Copyright (c)
|
|
4013
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3982
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3983
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4014
3984
|
|
|
4015
3985
|
Permission is hereby granted, free of charge, to any
|
|
4016
3986
|
person obtaining a copy of this software and associated
|
|
@@ -4044,10 +4014,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4044
4014
|
|
|
4045
4015
|
### Rust Crates:
|
|
4046
4016
|
|
|
4047
|
-
- [
|
|
4017
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
4048
4018
|
|
|
4049
4019
|
````text
|
|
4050
|
-
Copyright (c)
|
|
4020
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
4051
4021
|
|
|
4052
4022
|
Permission is hereby granted, free of charge, to any
|
|
4053
4023
|
person obtaining a copy of this software and associated
|
|
@@ -4077,6 +4047,68 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4077
4047
|
|
|
4078
4048
|
---
|
|
4079
4049
|
|
|
4050
|
+
## The following dependencies are licensed under the MIT License:
|
|
4051
|
+
|
|
4052
|
+
### Rust Crates:
|
|
4053
|
+
|
|
4054
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
4055
|
+
|
|
4056
|
+
````text
|
|
4057
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
4058
|
+
|
|
4059
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4060
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4061
|
+
in the Software without restriction, including without limitation the rights
|
|
4062
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4063
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4064
|
+
furnished to do so, subject to the following conditions:
|
|
4065
|
+
|
|
4066
|
+
The above copyright notice and this permission notice shall be included in
|
|
4067
|
+
all copies or substantial portions of the Software.
|
|
4068
|
+
|
|
4069
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4070
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4071
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4072
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4073
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4074
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4075
|
+
THE SOFTWARE.
|
|
4076
|
+
|
|
4077
|
+
````
|
|
4078
|
+
|
|
4079
|
+
---
|
|
4080
|
+
|
|
4081
|
+
## The following dependencies are licensed under the MIT License:
|
|
4082
|
+
|
|
4083
|
+
### Rust Crates:
|
|
4084
|
+
|
|
4085
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
4086
|
+
|
|
4087
|
+
````text
|
|
4088
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
4089
|
+
|
|
4090
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4091
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4092
|
+
in the Software without restriction, including without limitation the rights
|
|
4093
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4094
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4095
|
+
furnished to do so, subject to the following conditions:
|
|
4096
|
+
|
|
4097
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4098
|
+
copies or substantial portions of the Software.
|
|
4099
|
+
|
|
4100
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4101
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4102
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4103
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4104
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4105
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4106
|
+
SOFTWARE.
|
|
4107
|
+
|
|
4108
|
+
````
|
|
4109
|
+
|
|
4110
|
+
---
|
|
4111
|
+
|
|
4080
4112
|
## The following dependencies are licensed under the MPL-2.0 License:
|
|
4081
4113
|
|
|
4082
4114
|
### Rust Crates:
|
|
@@ -4462,18 +4494,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4462
4494
|
|
|
4463
4495
|
---
|
|
4464
4496
|
|
|
4465
|
-
## The following dependencies are licensed under the UNKNOWN License:
|
|
4466
|
-
|
|
4467
|
-
### NPM Packages:
|
|
4468
|
-
|
|
4469
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4470
|
-
|
|
4471
|
-
````text
|
|
4472
|
-
Please refer to the package README for license details.
|
|
4473
|
-
````
|
|
4474
|
-
|
|
4475
|
-
---
|
|
4476
|
-
|
|
4477
4497
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4478
4498
|
|
|
4479
4499
|
### Rust Crates:
|