@deveco-codegenie/mcp-bridge-win32-x64 0.2.5 → 0.2.6
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 +1262 -1242
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -7,41 +7,15 @@
|
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 202
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
12
|
- Apache-2.0: 7
|
|
13
13
|
- 0BSD: 4
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- ISC: 1
|
|
16
16
|
- MPL-2.0: 1
|
|
17
|
-
- UNKNOWN: 1
|
|
18
17
|
|
|
19
18
|
|
|
20
|
-
---
|
|
21
|
-
|
|
22
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
23
|
-
|
|
24
|
-
### Rust Crates:
|
|
25
|
-
|
|
26
|
-
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
27
|
-
|
|
28
|
-
````text
|
|
29
|
-
BSD Zero Clause License
|
|
30
|
-
|
|
31
|
-
Copyright (c) 2023 kotauskas
|
|
32
|
-
|
|
33
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
34
|
-
purpose with or without fee is hereby granted.
|
|
35
|
-
|
|
36
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
37
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
38
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
39
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
40
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
41
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
42
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
43
|
-
````
|
|
44
|
-
|
|
45
19
|
---
|
|
46
20
|
|
|
47
21
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -120,6 +94,31 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
120
94
|
|
|
121
95
|
---
|
|
122
96
|
|
|
97
|
+
## The following dependencies are licensed under the 0BSD License:
|
|
98
|
+
|
|
99
|
+
### Rust Crates:
|
|
100
|
+
|
|
101
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
102
|
+
|
|
103
|
+
````text
|
|
104
|
+
BSD Zero Clause License
|
|
105
|
+
|
|
106
|
+
Copyright (c) 2023 kotauskas
|
|
107
|
+
|
|
108
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
109
|
+
purpose with or without fee is hereby granted.
|
|
110
|
+
|
|
111
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
112
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
113
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
114
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
115
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
116
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
117
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
118
|
+
````
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
123
122
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
124
123
|
|
|
125
124
|
### Rust Crates:
|
|
@@ -339,6 +338,93 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
339
338
|
|
|
340
339
|
### Rust Crates:
|
|
341
340
|
|
|
341
|
+
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
342
|
+
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
343
|
+
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
344
|
+
|
|
345
|
+
````text
|
|
346
|
+
Apache License
|
|
347
|
+
Version 2.0, January 2004
|
|
348
|
+
http://www.apache.org/licenses/
|
|
349
|
+
|
|
350
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
351
|
+
|
|
352
|
+
1. Definitions.
|
|
353
|
+
|
|
354
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
355
|
+
|
|
356
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
357
|
+
|
|
358
|
+
"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.
|
|
359
|
+
|
|
360
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
361
|
+
|
|
362
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
363
|
+
|
|
364
|
+
"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.
|
|
365
|
+
|
|
366
|
+
"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).
|
|
367
|
+
|
|
368
|
+
"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.
|
|
369
|
+
|
|
370
|
+
"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."
|
|
371
|
+
|
|
372
|
+
"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.
|
|
373
|
+
|
|
374
|
+
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.
|
|
375
|
+
|
|
376
|
+
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.
|
|
377
|
+
|
|
378
|
+
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:
|
|
379
|
+
|
|
380
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
381
|
+
|
|
382
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
383
|
+
|
|
384
|
+
(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
|
|
385
|
+
|
|
386
|
+
(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.
|
|
387
|
+
|
|
388
|
+
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.
|
|
389
|
+
|
|
390
|
+
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.
|
|
391
|
+
|
|
392
|
+
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.
|
|
393
|
+
|
|
394
|
+
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.
|
|
395
|
+
|
|
396
|
+
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.
|
|
397
|
+
|
|
398
|
+
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.
|
|
399
|
+
|
|
400
|
+
END OF TERMS AND CONDITIONS
|
|
401
|
+
|
|
402
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
403
|
+
|
|
404
|
+
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.
|
|
405
|
+
|
|
406
|
+
Copyright [yyyy] [name of copyright owner]
|
|
407
|
+
|
|
408
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
409
|
+
you may not use this file except in compliance with the License.
|
|
410
|
+
You may obtain a copy of the License at
|
|
411
|
+
|
|
412
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
413
|
+
|
|
414
|
+
Unless required by applicable law or agreed to in writing, software
|
|
415
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
416
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
417
|
+
See the License for the specific language governing permissions and
|
|
418
|
+
limitations under the License.
|
|
419
|
+
|
|
420
|
+
````
|
|
421
|
+
|
|
422
|
+
---
|
|
423
|
+
|
|
424
|
+
## The following dependencies are licensed under the Apache-2.0 License:
|
|
425
|
+
|
|
426
|
+
### Rust Crates:
|
|
427
|
+
|
|
342
428
|
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
343
429
|
|
|
344
430
|
````text
|
|
@@ -548,93 +634,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
548
634
|
|
|
549
635
|
---
|
|
550
636
|
|
|
551
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
552
|
-
|
|
553
|
-
### Rust Crates:
|
|
554
|
-
|
|
555
|
-
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
556
|
-
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
557
|
-
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
558
|
-
|
|
559
|
-
````text
|
|
560
|
-
Apache License
|
|
561
|
-
Version 2.0, January 2004
|
|
562
|
-
http://www.apache.org/licenses/
|
|
563
|
-
|
|
564
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
565
|
-
|
|
566
|
-
1. Definitions.
|
|
567
|
-
|
|
568
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
|
569
|
-
|
|
570
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
|
571
|
-
|
|
572
|
-
"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.
|
|
573
|
-
|
|
574
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
|
575
|
-
|
|
576
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
|
577
|
-
|
|
578
|
-
"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.
|
|
579
|
-
|
|
580
|
-
"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).
|
|
581
|
-
|
|
582
|
-
"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.
|
|
583
|
-
|
|
584
|
-
"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."
|
|
585
|
-
|
|
586
|
-
"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.
|
|
587
|
-
|
|
588
|
-
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.
|
|
589
|
-
|
|
590
|
-
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.
|
|
591
|
-
|
|
592
|
-
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:
|
|
593
|
-
|
|
594
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
|
595
|
-
|
|
596
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
|
597
|
-
|
|
598
|
-
(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
|
|
599
|
-
|
|
600
|
-
(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.
|
|
601
|
-
|
|
602
|
-
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.
|
|
603
|
-
|
|
604
|
-
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.
|
|
605
|
-
|
|
606
|
-
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.
|
|
607
|
-
|
|
608
|
-
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.
|
|
609
|
-
|
|
610
|
-
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.
|
|
611
|
-
|
|
612
|
-
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.
|
|
613
|
-
|
|
614
|
-
END OF TERMS AND CONDITIONS
|
|
615
|
-
|
|
616
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
617
|
-
|
|
618
|
-
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.
|
|
619
|
-
|
|
620
|
-
Copyright [yyyy] [name of copyright owner]
|
|
621
|
-
|
|
622
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
623
|
-
you may not use this file except in compliance with the License.
|
|
624
|
-
You may obtain a copy of the License at
|
|
625
|
-
|
|
626
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
627
|
-
|
|
628
|
-
Unless required by applicable law or agreed to in writing, software
|
|
629
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
630
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
631
|
-
See the License for the specific language governing permissions and
|
|
632
|
-
limitations under the License.
|
|
633
|
-
|
|
634
|
-
````
|
|
635
|
-
|
|
636
|
-
---
|
|
637
|
-
|
|
638
637
|
## The following dependencies are licensed under the BSD-3-Clause License:
|
|
639
638
|
|
|
640
639
|
### NPM Packages:
|
|
@@ -704,28 +703,34 @@ THIS SOFTWARE.
|
|
|
704
703
|
|
|
705
704
|
### Rust Crates:
|
|
706
705
|
|
|
707
|
-
- [
|
|
706
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
708
707
|
|
|
709
708
|
````text
|
|
710
|
-
Copyright (c) 2019
|
|
711
|
-
|
|
712
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
713
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
714
|
-
in the Software without restriction, including without limitation the rights
|
|
715
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
716
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
717
|
-
furnished to do so, subject to the following conditions:
|
|
709
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
718
710
|
|
|
719
|
-
|
|
720
|
-
|
|
711
|
+
Permission is hereby granted, free of charge, to any
|
|
712
|
+
person obtaining a copy of this software and associated
|
|
713
|
+
documentation files (the "Software"), to deal in the
|
|
714
|
+
Software without restriction, including without
|
|
715
|
+
limitation the rights to use, copy, modify, merge,
|
|
716
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
717
|
+
the Software, and to permit persons to whom the Software
|
|
718
|
+
is furnished to do so, subject to the following
|
|
719
|
+
conditions:
|
|
721
720
|
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
THE
|
|
721
|
+
The above copyright notice and this permission notice
|
|
722
|
+
shall be included in all copies or substantial portions
|
|
723
|
+
of the Software.
|
|
724
|
+
|
|
725
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
726
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
727
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
728
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
729
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
730
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
731
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
732
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
733
|
+
DEALINGS IN THE SOFTWARE.
|
|
729
734
|
|
|
730
735
|
````
|
|
731
736
|
|
|
@@ -733,15 +738,16 @@ THE SOFTWARE.
|
|
|
733
738
|
|
|
734
739
|
## The following dependencies are licensed under the MIT License:
|
|
735
740
|
|
|
736
|
-
###
|
|
741
|
+
### Rust Crates:
|
|
737
742
|
|
|
738
|
-
- [
|
|
739
|
-
- [
|
|
743
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
744
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
745
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
740
746
|
|
|
741
747
|
````text
|
|
742
748
|
MIT License
|
|
743
749
|
|
|
744
|
-
Copyright (c) 2017
|
|
750
|
+
Copyright (c) 2017 Ted Driggs
|
|
745
751
|
|
|
746
752
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
747
753
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -769,10 +775,10 @@ SOFTWARE.
|
|
|
769
775
|
|
|
770
776
|
### Rust Crates:
|
|
771
777
|
|
|
772
|
-
- [
|
|
778
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
773
779
|
|
|
774
780
|
````text
|
|
775
|
-
Copyright (c) 2019-
|
|
781
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
776
782
|
|
|
777
783
|
Permission is hereby granted, free of charge, to any
|
|
778
784
|
person obtaining a copy of this software and associated
|
|
@@ -806,46 +812,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
806
812
|
|
|
807
813
|
### Rust Crates:
|
|
808
814
|
|
|
809
|
-
- [
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
Copyright (c) 2015-2025 Sean McArthur
|
|
813
|
-
|
|
814
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
815
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
816
|
-
in the Software without restriction, including without limitation the rights
|
|
817
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
818
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
819
|
-
furnished to do so, subject to the following conditions:
|
|
820
|
-
|
|
821
|
-
The above copyright notice and this permission notice shall be included in
|
|
822
|
-
all copies or substantial portions of the Software.
|
|
823
|
-
|
|
824
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
825
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
826
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
827
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
828
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
829
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
830
|
-
THE SOFTWARE.
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
````
|
|
834
|
-
|
|
835
|
-
---
|
|
836
|
-
|
|
837
|
-
## The following dependencies are licensed under the MIT License:
|
|
838
|
-
|
|
839
|
-
### Rust Crates:
|
|
840
|
-
|
|
841
|
-
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
842
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
843
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
815
|
+
- [educe](https://github.com/magiclen/educe) (0.5.11)
|
|
816
|
+
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
817
|
+
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
844
818
|
|
|
845
819
|
````text
|
|
846
820
|
MIT License
|
|
847
821
|
|
|
848
|
-
Copyright (c)
|
|
822
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
849
823
|
|
|
850
824
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
851
825
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -873,16 +847,34 @@ SOFTWARE.
|
|
|
873
847
|
|
|
874
848
|
### Rust Crates:
|
|
875
849
|
|
|
876
|
-
- [
|
|
850
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
877
851
|
|
|
878
852
|
````text
|
|
879
|
-
Copyright
|
|
853
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
880
854
|
|
|
881
|
-
Permission is hereby granted, free of charge, to any
|
|
855
|
+
Permission is hereby granted, free of charge, to any
|
|
856
|
+
person obtaining a copy of this software and associated
|
|
857
|
+
documentation files (the "Software"), to deal in the
|
|
858
|
+
Software without restriction, including without
|
|
859
|
+
limitation the rights to use, copy, modify, merge,
|
|
860
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
861
|
+
the Software, and to permit persons to whom the Software
|
|
862
|
+
is furnished to do so, subject to the following
|
|
863
|
+
conditions:
|
|
882
864
|
|
|
883
|
-
The above copyright notice and this permission notice
|
|
865
|
+
The above copyright notice and this permission notice
|
|
866
|
+
shall be included in all copies or substantial portions
|
|
867
|
+
of the Software.
|
|
884
868
|
|
|
885
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
869
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
870
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
871
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
872
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
873
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
874
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
875
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
876
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
877
|
+
DEALINGS IN THE SOFTWARE.
|
|
886
878
|
|
|
887
879
|
````
|
|
888
880
|
|
|
@@ -892,13 +884,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
892
884
|
|
|
893
885
|
### Rust Crates:
|
|
894
886
|
|
|
895
|
-
- [
|
|
887
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
896
888
|
|
|
897
889
|
````text
|
|
898
|
-
MIT License
|
|
890
|
+
The MIT License (MIT)
|
|
899
891
|
|
|
900
|
-
Copyright (c)
|
|
901
|
-
Copyright (c) Tokio Contributors
|
|
892
|
+
Copyright (c) 2015 Alice Maz
|
|
902
893
|
|
|
903
894
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
904
895
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -907,16 +898,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
907
898
|
copies of the Software, and to permit persons to whom the Software is
|
|
908
899
|
furnished to do so, subject to the following conditions:
|
|
909
900
|
|
|
910
|
-
The above copyright notice and this permission notice shall be included in
|
|
911
|
-
copies or substantial portions of the Software.
|
|
901
|
+
The above copyright notice and this permission notice shall be included in
|
|
902
|
+
all copies or substantial portions of the Software.
|
|
912
903
|
|
|
913
904
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
914
905
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
915
906
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
916
907
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
917
908
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
918
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
919
|
-
SOFTWARE.
|
|
909
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
910
|
+
THE SOFTWARE.
|
|
920
911
|
|
|
921
912
|
````
|
|
922
913
|
|
|
@@ -926,11 +917,45 @@ SOFTWARE.
|
|
|
926
917
|
|
|
927
918
|
### Rust Crates:
|
|
928
919
|
|
|
929
|
-
- [
|
|
930
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
920
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
931
921
|
|
|
932
922
|
````text
|
|
933
|
-
|
|
923
|
+
The MIT License (MIT)
|
|
924
|
+
|
|
925
|
+
Copyright (c) 2016 Johann Tuffe
|
|
926
|
+
|
|
927
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
928
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
929
|
+
in the Software without restriction, including without limitation the rights
|
|
930
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
931
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
932
|
+
furnished to do so, subject to the following conditions:
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
The above copyright notice and this permission notice shall be included in
|
|
936
|
+
all copies or substantial portions of the Software.
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
940
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
941
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
942
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
943
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
944
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
945
|
+
THE SOFTWARE.
|
|
946
|
+
|
|
947
|
+
````
|
|
948
|
+
|
|
949
|
+
---
|
|
950
|
+
|
|
951
|
+
## The following dependencies are licensed under the MIT License:
|
|
952
|
+
|
|
953
|
+
### Rust Crates:
|
|
954
|
+
|
|
955
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
956
|
+
|
|
957
|
+
````text
|
|
958
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
934
959
|
|
|
935
960
|
Permission is hereby granted, free of charge, to any
|
|
936
961
|
person obtaining a copy of this software and associated
|
|
@@ -964,10 +989,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
964
989
|
|
|
965
990
|
### Rust Crates:
|
|
966
991
|
|
|
967
|
-
- [
|
|
992
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
968
993
|
|
|
969
994
|
````text
|
|
970
|
-
|
|
995
|
+
The MIT License (MIT)
|
|
996
|
+
|
|
997
|
+
Copyright (c) 2015 Danny Guo
|
|
998
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
999
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
1000
|
+
|
|
1001
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1002
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1003
|
+
in the Software without restriction, including without limitation the rights
|
|
1004
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1005
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1006
|
+
furnished to do so, subject to the following conditions:
|
|
1007
|
+
|
|
1008
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1009
|
+
copies or substantial portions of the Software.
|
|
1010
|
+
|
|
1011
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1012
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1013
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1014
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1015
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1016
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1017
|
+
SOFTWARE.
|
|
1018
|
+
|
|
1019
|
+
````
|
|
1020
|
+
|
|
1021
|
+
---
|
|
1022
|
+
|
|
1023
|
+
## The following dependencies are licensed under the MIT License:
|
|
1024
|
+
|
|
1025
|
+
### Rust Crates:
|
|
1026
|
+
|
|
1027
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
1028
|
+
|
|
1029
|
+
````text
|
|
1030
|
+
Copyright (c) 2015 Steven Allen
|
|
971
1031
|
|
|
972
1032
|
Permission is hereby granted, free of charge, to any
|
|
973
1033
|
person obtaining a copy of this software and associated
|
|
@@ -999,18 +1059,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
999
1059
|
|
|
1000
1060
|
## The following dependencies are licensed under the MIT License:
|
|
1001
1061
|
|
|
1002
|
-
###
|
|
1062
|
+
### NPM Packages:
|
|
1003
1063
|
|
|
1004
|
-
- [
|
|
1064
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1065
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1005
1066
|
|
|
1006
1067
|
````text
|
|
1007
|
-
|
|
1068
|
+
MIT License
|
|
1008
1069
|
|
|
1009
|
-
|
|
1070
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1010
1071
|
|
|
1011
|
-
|
|
1072
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1073
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1074
|
+
in the Software without restriction, including without limitation the rights
|
|
1075
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1076
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1077
|
+
furnished to do so, subject to the following conditions:
|
|
1012
1078
|
|
|
1013
|
-
|
|
1079
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1080
|
+
copies or substantial portions of the Software.
|
|
1081
|
+
|
|
1082
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1083
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1084
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1085
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1086
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1087
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1088
|
+
SOFTWARE.
|
|
1014
1089
|
|
|
1015
1090
|
````
|
|
1016
1091
|
|
|
@@ -1020,15 +1095,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1020
1095
|
|
|
1021
1096
|
### Rust Crates:
|
|
1022
1097
|
|
|
1023
|
-
- [
|
|
1024
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1025
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1026
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1027
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1028
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1098
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1029
1099
|
|
|
1030
1100
|
````text
|
|
1031
|
-
Copyright (c)
|
|
1101
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1032
1102
|
|
|
1033
1103
|
Permission is hereby granted, free of charge, to any
|
|
1034
1104
|
person obtaining a copy of this software and associated
|
|
@@ -1062,13 +1132,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1062
1132
|
|
|
1063
1133
|
### Rust Crates:
|
|
1064
1134
|
|
|
1065
|
-
- [
|
|
1066
|
-
- [
|
|
1067
|
-
- [
|
|
1068
|
-
- [
|
|
1135
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
1136
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1137
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1138
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1139
|
+
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1140
|
+
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1069
1141
|
|
|
1070
1142
|
````text
|
|
1071
|
-
Copyright (c)
|
|
1143
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1072
1144
|
|
|
1073
1145
|
Permission is hereby granted, free of charge, to any
|
|
1074
1146
|
person obtaining a copy of this software and associated
|
|
@@ -1102,12 +1174,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1102
1174
|
|
|
1103
1175
|
### Rust Crates:
|
|
1104
1176
|
|
|
1105
|
-
- [
|
|
1177
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
1178
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1179
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1106
1180
|
|
|
1107
1181
|
````text
|
|
1108
|
-
|
|
1182
|
+
MIT License
|
|
1109
1183
|
|
|
1110
|
-
Copyright (c)
|
|
1184
|
+
Copyright (c) Tokio Contributors
|
|
1111
1185
|
|
|
1112
1186
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1113
1187
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1116,16 +1190,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1116
1190
|
copies of the Software, and to permit persons to whom the Software is
|
|
1117
1191
|
furnished to do so, subject to the following conditions:
|
|
1118
1192
|
|
|
1119
|
-
The above copyright notice and this permission notice shall be included in
|
|
1120
|
-
|
|
1193
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1194
|
+
copies or substantial portions of the Software.
|
|
1121
1195
|
|
|
1122
1196
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1123
1197
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1124
1198
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1125
1199
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1126
1200
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1127
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1128
|
-
|
|
1201
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1202
|
+
SOFTWARE.
|
|
1129
1203
|
|
|
1130
1204
|
````
|
|
1131
1205
|
|
|
@@ -1135,10 +1209,10 @@ THE SOFTWARE.
|
|
|
1135
1209
|
|
|
1136
1210
|
### Rust Crates:
|
|
1137
1211
|
|
|
1138
|
-
- [
|
|
1212
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1139
1213
|
|
|
1140
1214
|
````text
|
|
1141
|
-
Copyright
|
|
1215
|
+
Copyright Mozilla Foundation
|
|
1142
1216
|
|
|
1143
1217
|
Permission is hereby granted, free of charge, to any
|
|
1144
1218
|
person obtaining a copy of this software and associated
|
|
@@ -1204,34 +1278,29 @@ THE SOFTWARE.
|
|
|
1204
1278
|
|
|
1205
1279
|
### Rust Crates:
|
|
1206
1280
|
|
|
1207
|
-
- [
|
|
1281
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1208
1282
|
|
|
1209
1283
|
````text
|
|
1210
|
-
Copyright (c)
|
|
1284
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1285
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1211
1286
|
|
|
1212
|
-
Permission is hereby granted, free of charge, to any
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
the Software, and to permit persons to whom the Software
|
|
1219
|
-
is furnished to do so, subject to the following
|
|
1220
|
-
conditions:
|
|
1287
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1288
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1289
|
+
in the Software without restriction, including without limitation the rights
|
|
1290
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1291
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1292
|
+
furnished to do so, subject to the following conditions:
|
|
1221
1293
|
|
|
1222
|
-
The above copyright notice and this permission notice
|
|
1223
|
-
|
|
1224
|
-
of the Software.
|
|
1294
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1295
|
+
copies or substantial portions of the Software.
|
|
1225
1296
|
|
|
1226
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1234
|
-
DEALINGS IN THE SOFTWARE.
|
|
1297
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1298
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1299
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1300
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1301
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1302
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1303
|
+
SOFTWARE.
|
|
1235
1304
|
|
|
1236
1305
|
````
|
|
1237
1306
|
|
|
@@ -1241,27 +1310,51 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1241
1310
|
|
|
1242
1311
|
### Rust Crates:
|
|
1243
1312
|
|
|
1244
|
-
- [
|
|
1313
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1314
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1315
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1316
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1317
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1318
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1319
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1320
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1321
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1322
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1323
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1324
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1325
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1326
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1327
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1328
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1329
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1330
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1331
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1332
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1333
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1334
|
+
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1335
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1336
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1337
|
+
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1245
1338
|
|
|
1246
1339
|
````text
|
|
1247
|
-
|
|
1340
|
+
MIT License
|
|
1248
1341
|
|
|
1249
|
-
|
|
1250
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1251
|
-
the Software without restriction, including without limitation the rights to
|
|
1252
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1253
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1254
|
-
subject to the following conditions:
|
|
1342
|
+
Copyright (c) <year> <copyright holders>
|
|
1255
1343
|
|
|
1256
|
-
|
|
1257
|
-
|
|
1344
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1345
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1346
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1347
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1348
|
+
following conditions:
|
|
1258
1349
|
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1350
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1351
|
+
portions of the Software.
|
|
1352
|
+
|
|
1353
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1354
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1355
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1356
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1357
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1265
1358
|
|
|
1266
1359
|
````
|
|
1267
1360
|
|
|
@@ -1271,10 +1364,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1271
1364
|
|
|
1272
1365
|
### Rust Crates:
|
|
1273
1366
|
|
|
1274
|
-
- [
|
|
1367
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1275
1368
|
|
|
1276
1369
|
````text
|
|
1277
|
-
Copyright (c)
|
|
1370
|
+
Copyright (c) 2016--2017
|
|
1278
1371
|
|
|
1279
1372
|
Permission is hereby granted, free of charge, to any
|
|
1280
1373
|
person obtaining a copy of this software and associated
|
|
@@ -1308,10 +1401,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1308
1401
|
|
|
1309
1402
|
### Rust Crates:
|
|
1310
1403
|
|
|
1311
|
-
- [
|
|
1404
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1312
1405
|
|
|
1313
1406
|
````text
|
|
1314
|
-
|
|
1407
|
+
MIT License
|
|
1408
|
+
|
|
1409
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1410
|
+
|
|
1411
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1412
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1413
|
+
in the Software without restriction, including without limitation the rights
|
|
1414
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1415
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1416
|
+
furnished to do so, subject to the following conditions:
|
|
1417
|
+
|
|
1418
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1419
|
+
copies or substantial portions of the Software.
|
|
1420
|
+
|
|
1421
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1422
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1423
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1424
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1425
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1426
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1427
|
+
SOFTWARE.
|
|
1428
|
+
|
|
1429
|
+
````
|
|
1430
|
+
|
|
1431
|
+
---
|
|
1432
|
+
|
|
1433
|
+
## The following dependencies are licensed under the MIT License:
|
|
1434
|
+
|
|
1435
|
+
### Rust Crates:
|
|
1436
|
+
|
|
1437
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1438
|
+
|
|
1439
|
+
````text
|
|
1440
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1315
1441
|
|
|
1316
1442
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1317
1443
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1331,7 +1457,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1331
1457
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1332
1458
|
THE SOFTWARE.
|
|
1333
1459
|
|
|
1334
|
-
|
|
1335
1460
|
````
|
|
1336
1461
|
|
|
1337
1462
|
---
|
|
@@ -1340,13 +1465,13 @@ THE SOFTWARE.
|
|
|
1340
1465
|
|
|
1341
1466
|
### Rust Crates:
|
|
1342
1467
|
|
|
1343
|
-
- [
|
|
1468
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1469
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1344
1470
|
|
|
1345
1471
|
````text
|
|
1346
|
-
|
|
1472
|
+
MIT License
|
|
1347
1473
|
|
|
1348
|
-
Copyright (c)
|
|
1349
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
1474
|
+
Copyright (c) 2019 Graham Esau
|
|
1350
1475
|
|
|
1351
1476
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1352
1477
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1374,12 +1499,16 @@ SOFTWARE.
|
|
|
1374
1499
|
|
|
1375
1500
|
### Rust Crates:
|
|
1376
1501
|
|
|
1377
|
-
- [
|
|
1378
|
-
- [
|
|
1379
|
-
- [
|
|
1502
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
1503
|
+
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
1504
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
1505
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
1506
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
1507
|
+
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
1380
1508
|
|
|
1381
1509
|
````text
|
|
1382
|
-
Copyright
|
|
1510
|
+
Copyright 2018 Developers of the Rand project
|
|
1511
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1383
1512
|
|
|
1384
1513
|
Permission is hereby granted, free of charge, to any
|
|
1385
1514
|
person obtaining a copy of this software and associated
|
|
@@ -1413,10 +1542,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1413
1542
|
|
|
1414
1543
|
### Rust Crates:
|
|
1415
1544
|
|
|
1416
|
-
- [
|
|
1545
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1546
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1547
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1548
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1549
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1550
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1551
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1552
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1553
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
1417
1554
|
|
|
1418
1555
|
````text
|
|
1419
|
-
Copyright
|
|
1556
|
+
Copyright (c) 2016 Alex Crichton
|
|
1557
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1420
1558
|
|
|
1421
1559
|
Permission is hereby granted, free of charge, to any
|
|
1422
1560
|
person obtaining a copy of this software and associated
|
|
@@ -1442,7 +1580,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1442
1580
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1443
1581
|
DEALINGS IN THE SOFTWARE.
|
|
1444
1582
|
|
|
1445
|
-
|
|
1446
1583
|
````
|
|
1447
1584
|
|
|
1448
1585
|
---
|
|
@@ -1451,10 +1588,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1451
1588
|
|
|
1452
1589
|
### Rust Crates:
|
|
1453
1590
|
|
|
1454
|
-
- [
|
|
1591
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1455
1592
|
|
|
1456
1593
|
````text
|
|
1457
|
-
Copyright (c) The
|
|
1594
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1458
1595
|
|
|
1459
1596
|
Permission is hereby granted, free of charge, to any
|
|
1460
1597
|
person obtaining a copy of this software and associated
|
|
@@ -1488,10 +1625,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1488
1625
|
|
|
1489
1626
|
### Rust Crates:
|
|
1490
1627
|
|
|
1491
|
-
- [
|
|
1628
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1492
1629
|
|
|
1493
1630
|
````text
|
|
1494
|
-
Copyright (c)
|
|
1631
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1495
1632
|
|
|
1496
1633
|
Permission is hereby granted, free of charge, to any
|
|
1497
1634
|
person obtaining a copy of this software and associated
|
|
@@ -1525,11 +1662,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1525
1662
|
|
|
1526
1663
|
### Rust Crates:
|
|
1527
1664
|
|
|
1528
|
-
- [
|
|
1665
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
1666
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
1667
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
1668
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1529
1669
|
|
|
1530
1670
|
````text
|
|
1531
|
-
|
|
1671
|
+
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:
|
|
1672
|
+
|
|
1673
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1674
|
+
|
|
1675
|
+
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.
|
|
1676
|
+
````
|
|
1677
|
+
|
|
1678
|
+
---
|
|
1532
1679
|
|
|
1680
|
+
## The following dependencies are licensed under the MIT License:
|
|
1681
|
+
|
|
1682
|
+
### Rust Crates:
|
|
1683
|
+
|
|
1684
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
1685
|
+
|
|
1686
|
+
````text
|
|
1533
1687
|
Permission is hereby granted, free of charge, to any
|
|
1534
1688
|
person obtaining a copy of this software and associated
|
|
1535
1689
|
documentation files (the "Software"), to deal in the
|
|
@@ -1553,7 +1707,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1553
1707
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1554
1708
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1555
1709
|
DEALINGS IN THE SOFTWARE.
|
|
1556
|
-
|
|
1557
1710
|
````
|
|
1558
1711
|
|
|
1559
1712
|
---
|
|
@@ -1562,53 +1715,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1562
1715
|
|
|
1563
1716
|
### Rust Crates:
|
|
1564
1717
|
|
|
1565
|
-
- [
|
|
1566
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1567
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1568
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1569
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1570
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1571
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1572
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1573
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1574
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
1575
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
1576
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
1577
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
1578
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1579
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
1580
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
1581
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
1582
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
1583
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
1584
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
1585
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1586
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1587
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
1588
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
1589
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
1718
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1590
1719
|
|
|
1591
1720
|
````text
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
Copyright (c) <year> <copyright holders>
|
|
1595
|
-
|
|
1596
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1597
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1598
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1599
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1600
|
-
following conditions:
|
|
1721
|
+
Copyright (c) 2019 Carl Lerche
|
|
1601
1722
|
|
|
1602
|
-
|
|
1603
|
-
|
|
1723
|
+
Permission is hereby granted, free of charge, to any
|
|
1724
|
+
person obtaining a copy of this software and associated
|
|
1725
|
+
documentation files (the "Software"), to deal in the
|
|
1726
|
+
Software without restriction, including without
|
|
1727
|
+
limitation the rights to use, copy, modify, merge,
|
|
1728
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1729
|
+
the Software, and to permit persons to whom the Software
|
|
1730
|
+
is furnished to do so, subject to the following
|
|
1731
|
+
conditions:
|
|
1604
1732
|
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1609
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1733
|
+
The above copyright notice and this permission notice
|
|
1734
|
+
shall be included in all copies or substantial portions
|
|
1735
|
+
of the Software.
|
|
1610
1736
|
|
|
1611
|
-
|
|
1737
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1738
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1739
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1740
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1741
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1742
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1743
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1744
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1745
|
+
DEALINGS IN THE SOFTWARE.
|
|
1746
|
+
|
|
1747
|
+
````
|
|
1612
1748
|
|
|
1613
1749
|
---
|
|
1614
1750
|
|
|
@@ -1616,10 +1752,43 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1616
1752
|
|
|
1617
1753
|
### Rust Crates:
|
|
1618
1754
|
|
|
1619
|
-
- [
|
|
1755
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1620
1756
|
|
|
1621
1757
|
````text
|
|
1622
|
-
Copyright (c)
|
|
1758
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1759
|
+
Copyright (c) 2016 Alex Crichton
|
|
1760
|
+
|
|
1761
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1762
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1763
|
+
in the Software without restriction, including without limitation the rights
|
|
1764
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1765
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1766
|
+
furnished to do so, subject to the following conditions:
|
|
1767
|
+
|
|
1768
|
+
The above copyright notice and this permission notice shall be included in
|
|
1769
|
+
all copies or substantial portions of the Software.
|
|
1770
|
+
|
|
1771
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1772
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1773
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1774
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1775
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1776
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1777
|
+
THE SOFTWARE.
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
````
|
|
1781
|
+
|
|
1782
|
+
---
|
|
1783
|
+
|
|
1784
|
+
## The following dependencies are licensed under the MIT License:
|
|
1785
|
+
|
|
1786
|
+
### Rust Crates:
|
|
1787
|
+
|
|
1788
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
1789
|
+
|
|
1790
|
+
````text
|
|
1791
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
1623
1792
|
|
|
1624
1793
|
Permission is hereby granted, free of charge, to any
|
|
1625
1794
|
person obtaining a copy of this software and associated
|
|
@@ -1644,6 +1813,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1644
1813
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1645
1814
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1646
1815
|
DEALINGS IN THE SOFTWARE.
|
|
1816
|
+
|
|
1647
1817
|
````
|
|
1648
1818
|
|
|
1649
1819
|
---
|
|
@@ -1652,28 +1822,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1652
1822
|
|
|
1653
1823
|
### Rust Crates:
|
|
1654
1824
|
|
|
1655
|
-
- [
|
|
1825
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1656
1826
|
|
|
1657
1827
|
````text
|
|
1658
|
-
Copyright (c)
|
|
1828
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1659
1829
|
|
|
1660
|
-
Permission is hereby granted, free of charge, to any
|
|
1661
|
-
of this software and associated
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1830
|
+
Permission is hereby granted, free of charge, to any
|
|
1831
|
+
person obtaining a copy of this software and associated
|
|
1832
|
+
documentation files (the "Software"), to deal in the
|
|
1833
|
+
Software without restriction, including without
|
|
1834
|
+
limitation the rights to use, copy, modify, merge,
|
|
1835
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1836
|
+
the Software, and to permit persons to whom the Software
|
|
1837
|
+
is furnished to do so, subject to the following
|
|
1838
|
+
conditions:
|
|
1666
1839
|
|
|
1667
|
-
The above copyright notice and this permission notice
|
|
1668
|
-
all copies or substantial portions
|
|
1840
|
+
The above copyright notice and this permission notice
|
|
1841
|
+
shall be included in all copies or substantial portions
|
|
1842
|
+
of the Software.
|
|
1669
1843
|
|
|
1670
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1671
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1844
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1845
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1846
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1847
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1848
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1849
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1850
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1851
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1852
|
+
DEALINGS IN THE SOFTWARE.
|
|
1677
1853
|
|
|
1678
1854
|
````
|
|
1679
1855
|
|
|
@@ -1683,33 +1859,72 @@ THE SOFTWARE.
|
|
|
1683
1859
|
|
|
1684
1860
|
### Rust Crates:
|
|
1685
1861
|
|
|
1686
|
-
- [
|
|
1687
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1688
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1689
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1862
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1690
1863
|
|
|
1691
1864
|
````text
|
|
1692
|
-
The
|
|
1865
|
+
Copyright (c) The Rust Project Developers
|
|
1693
1866
|
|
|
1694
|
-
|
|
1867
|
+
Permission is hereby granted, free of charge, to any
|
|
1868
|
+
person obtaining a copy of this software and associated
|
|
1869
|
+
documentation files (the "Software"), to deal in the
|
|
1870
|
+
Software without restriction, including without
|
|
1871
|
+
limitation the rights to use, copy, modify, merge,
|
|
1872
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1873
|
+
the Software, and to permit persons to whom the Software
|
|
1874
|
+
is furnished to do so, subject to the following
|
|
1875
|
+
conditions:
|
|
1695
1876
|
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1700
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1701
|
-
furnished to do so, subject to the following conditions:
|
|
1877
|
+
The above copyright notice and this permission notice
|
|
1878
|
+
shall be included in all copies or substantial portions
|
|
1879
|
+
of the Software.
|
|
1702
1880
|
|
|
1703
|
-
|
|
1704
|
-
|
|
1881
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1882
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1883
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1884
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1885
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1886
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1887
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1888
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1889
|
+
DEALINGS IN THE SOFTWARE.
|
|
1890
|
+
|
|
1891
|
+
````
|
|
1892
|
+
|
|
1893
|
+
---
|
|
1894
|
+
|
|
1895
|
+
## The following dependencies are licensed under the MIT License:
|
|
1896
|
+
|
|
1897
|
+
### Rust Crates:
|
|
1898
|
+
|
|
1899
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1900
|
+
|
|
1901
|
+
````text
|
|
1902
|
+
Copyright 2023 The Fuchsia Authors
|
|
1903
|
+
|
|
1904
|
+
Permission is hereby granted, free of charge, to any
|
|
1905
|
+
person obtaining a copy of this software and associated
|
|
1906
|
+
documentation files (the "Software"), to deal in the
|
|
1907
|
+
Software without restriction, including without
|
|
1908
|
+
limitation the rights to use, copy, modify, merge,
|
|
1909
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1910
|
+
the Software, and to permit persons to whom the Software
|
|
1911
|
+
is furnished to do so, subject to the following
|
|
1912
|
+
conditions:
|
|
1913
|
+
|
|
1914
|
+
The above copyright notice and this permission notice
|
|
1915
|
+
shall be included in all copies or substantial portions
|
|
1916
|
+
of the Software.
|
|
1917
|
+
|
|
1918
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1919
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1920
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1921
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1922
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1923
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1924
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1925
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1926
|
+
DEALINGS IN THE SOFTWARE.
|
|
1705
1927
|
|
|
1706
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1707
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1708
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1709
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1710
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1711
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1712
|
-
THE SOFTWARE.
|
|
1713
1928
|
|
|
1714
1929
|
````
|
|
1715
1930
|
|
|
@@ -1719,11 +1934,13 @@ THE SOFTWARE.
|
|
|
1719
1934
|
|
|
1720
1935
|
### Rust Crates:
|
|
1721
1936
|
|
|
1722
|
-
- [
|
|
1937
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1938
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1723
1939
|
|
|
1724
1940
|
````text
|
|
1725
|
-
Copyright (c)
|
|
1726
|
-
Copyright (c)
|
|
1941
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1942
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1943
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1727
1944
|
|
|
1728
1945
|
Permission is hereby granted, free of charge, to any
|
|
1729
1946
|
person obtaining a copy of this software and associated
|
|
@@ -1757,10 +1974,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1757
1974
|
|
|
1758
1975
|
### Rust Crates:
|
|
1759
1976
|
|
|
1760
|
-
- [
|
|
1977
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
1761
1978
|
|
|
1762
1979
|
````text
|
|
1763
|
-
Copyright (c)
|
|
1980
|
+
Copyright (c) 2019 Eliza Weisman
|
|
1764
1981
|
|
|
1765
1982
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1766
1983
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1788,11 +2005,12 @@ THE SOFTWARE.
|
|
|
1788
2005
|
|
|
1789
2006
|
### Rust Crates:
|
|
1790
2007
|
|
|
1791
|
-
- [
|
|
2008
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1792
2009
|
|
|
1793
2010
|
````text
|
|
1794
|
-
|
|
1795
|
-
|
|
2011
|
+
The MIT License (MIT)
|
|
2012
|
+
|
|
2013
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
1796
2014
|
|
|
1797
2015
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1798
2016
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1801,17 +2019,19 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1801
2019
|
copies of the Software, and to permit persons to whom the Software is
|
|
1802
2020
|
furnished to do so, subject to the following conditions:
|
|
1803
2021
|
|
|
1804
|
-
The above copyright notice and this permission notice shall be included in
|
|
1805
|
-
|
|
2022
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2023
|
+
copies or substantial portions of the Software.
|
|
1806
2024
|
|
|
1807
2025
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1808
2026
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1809
2027
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1810
2028
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1811
2029
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1812
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1813
|
-
|
|
2030
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2031
|
+
SOFTWARE.
|
|
1814
2032
|
|
|
2033
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2034
|
+
licences; see files named LICENSE.*.txt for details.
|
|
1815
2035
|
````
|
|
1816
2036
|
|
|
1817
2037
|
---
|
|
@@ -1820,10 +2040,41 @@ THE SOFTWARE.
|
|
|
1820
2040
|
|
|
1821
2041
|
### Rust Crates:
|
|
1822
2042
|
|
|
1823
|
-
- [
|
|
2043
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
1824
2044
|
|
|
1825
2045
|
````text
|
|
1826
|
-
Copyright (c)
|
|
2046
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
2047
|
+
|
|
2048
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2049
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2050
|
+
in the Software without restriction, including without limitation the rights
|
|
2051
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2052
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2053
|
+
furnished to do so, subject to the following conditions:
|
|
2054
|
+
|
|
2055
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2056
|
+
copies or substantial portions of the Software.
|
|
2057
|
+
|
|
2058
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2059
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2060
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2061
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2062
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2063
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2064
|
+
SOFTWARE.
|
|
2065
|
+
|
|
2066
|
+
````
|
|
2067
|
+
|
|
2068
|
+
---
|
|
2069
|
+
|
|
2070
|
+
## The following dependencies are licensed under the MIT License:
|
|
2071
|
+
|
|
2072
|
+
### Rust Crates:
|
|
2073
|
+
|
|
2074
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
2075
|
+
|
|
2076
|
+
````text
|
|
2077
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1827
2078
|
|
|
1828
2079
|
Permission is hereby granted, free of charge, to any
|
|
1829
2080
|
person obtaining a copy of this software and associated
|
|
@@ -1855,14 +2106,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1855
2106
|
|
|
1856
2107
|
## The following dependencies are licensed under the MIT License:
|
|
1857
2108
|
|
|
1858
|
-
###
|
|
2109
|
+
### Rust Crates:
|
|
1859
2110
|
|
|
1860
|
-
- [
|
|
2111
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
1861
2112
|
|
|
1862
2113
|
````text
|
|
1863
|
-
|
|
2114
|
+
Copyright (c) 2016 The humantime Developers
|
|
2115
|
+
|
|
2116
|
+
Includes parts of http date with the following copyright:
|
|
2117
|
+
Copyright (c) 2016 Pyfisch
|
|
2118
|
+
|
|
2119
|
+
Includes portions of musl libc with the following copyright:
|
|
2120
|
+
Copyright © 2005-2013 Rich Felker
|
|
1864
2121
|
|
|
1865
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
1866
2122
|
|
|
1867
2123
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1868
2124
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1890,10 +2146,10 @@ SOFTWARE.
|
|
|
1890
2146
|
|
|
1891
2147
|
### Rust Crates:
|
|
1892
2148
|
|
|
1893
|
-
- [
|
|
2149
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1894
2150
|
|
|
1895
2151
|
````text
|
|
1896
|
-
Copyright (c)
|
|
2152
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1897
2153
|
|
|
1898
2154
|
Permission is hereby granted, free of charge, to any
|
|
1899
2155
|
person obtaining a copy of this software and associated
|
|
@@ -1925,32 +2181,18 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1925
2181
|
|
|
1926
2182
|
## The following dependencies are licensed under the MIT License:
|
|
1927
2183
|
|
|
1928
|
-
###
|
|
2184
|
+
### Rust Crates:
|
|
1929
2185
|
|
|
1930
|
-
- [
|
|
2186
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
1931
2187
|
|
|
1932
2188
|
````text
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2189
|
+
Copyright 2016 Nika Layzell
|
|
1936
2190
|
|
|
1937
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1938
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1939
|
-
in the Software without restriction, including without limitation the rights
|
|
1940
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1941
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1942
|
-
furnished to do so, subject to the following conditions:
|
|
2191
|
+
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:
|
|
1943
2192
|
|
|
1944
|
-
The above copyright notice and this permission notice shall be included in
|
|
1945
|
-
all copies or substantial portions of the Software.
|
|
2193
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1946
2194
|
|
|
1947
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1948
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1949
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1950
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1951
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1952
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1953
|
-
THE SOFTWARE.
|
|
2195
|
+
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.
|
|
1954
2196
|
|
|
1955
2197
|
````
|
|
1956
2198
|
|
|
@@ -1960,12 +2202,12 @@ THE SOFTWARE.
|
|
|
1960
2202
|
|
|
1961
2203
|
### Rust Crates:
|
|
1962
2204
|
|
|
1963
|
-
- [
|
|
1964
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1965
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2205
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
1966
2206
|
|
|
1967
2207
|
````text
|
|
1968
|
-
Copyright (c)
|
|
2208
|
+
Copyright (c) 2017 Carl Lerche
|
|
2209
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2210
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
1969
2211
|
|
|
1970
2212
|
Permission is hereby granted, free of charge, to any
|
|
1971
2213
|
person obtaining a copy of this software and associated
|
|
@@ -1999,12 +2241,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1999
2241
|
|
|
2000
2242
|
### Rust Crates:
|
|
2001
2243
|
|
|
2002
|
-
- [
|
|
2244
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2003
2245
|
|
|
2004
2246
|
````text
|
|
2005
|
-
MIT License
|
|
2247
|
+
The MIT License (MIT)
|
|
2006
2248
|
|
|
2007
|
-
Copyright (c)
|
|
2249
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2008
2250
|
|
|
2009
2251
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2010
2252
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2032,42 +2274,11 @@ SOFTWARE.
|
|
|
2032
2274
|
|
|
2033
2275
|
### Rust Crates:
|
|
2034
2276
|
|
|
2035
|
-
- [
|
|
2036
|
-
|
|
2037
|
-
````text
|
|
2038
|
-
The MIT License (MIT)
|
|
2039
|
-
|
|
2040
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2041
|
-
|
|
2042
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2043
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2044
|
-
in the Software without restriction, including without limitation the rights
|
|
2045
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2046
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2047
|
-
furnished to do so, subject to the following conditions:
|
|
2048
|
-
|
|
2049
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2050
|
-
copies or substantial portions of the Software.
|
|
2051
|
-
|
|
2052
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2053
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2054
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2055
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2056
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2057
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2058
|
-
SOFTWARE.
|
|
2059
|
-
````
|
|
2060
|
-
|
|
2061
|
-
---
|
|
2062
|
-
|
|
2063
|
-
## The following dependencies are licensed under the MIT License:
|
|
2064
|
-
|
|
2065
|
-
### Rust Crates:
|
|
2066
|
-
|
|
2067
|
-
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
2277
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2068
2278
|
|
|
2069
2279
|
````text
|
|
2070
|
-
Copyright (c)
|
|
2280
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2281
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2071
2282
|
|
|
2072
2283
|
Permission is hereby granted, free of charge, to any
|
|
2073
2284
|
person obtaining a copy of this software and associated
|
|
@@ -2101,12 +2312,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2101
2312
|
|
|
2102
2313
|
### Rust Crates:
|
|
2103
2314
|
|
|
2104
|
-
- [
|
|
2315
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2316
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2317
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2318
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2319
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2320
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2321
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2322
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2323
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2324
|
+
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2325
|
+
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2326
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2327
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2328
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2329
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2330
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2331
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2332
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2333
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2334
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2335
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2336
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2337
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2338
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2339
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2340
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2341
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2342
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2343
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2344
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2105
2345
|
|
|
2106
2346
|
````text
|
|
2107
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2108
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2109
|
-
|
|
2110
2347
|
Permission is hereby granted, free of charge, to any
|
|
2111
2348
|
person obtaining a copy of this software and associated
|
|
2112
2349
|
documentation files (the "Software"), to deal in the
|
|
@@ -2139,10 +2376,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2139
2376
|
|
|
2140
2377
|
### Rust Crates:
|
|
2141
2378
|
|
|
2142
|
-
- [
|
|
2379
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2143
2380
|
|
|
2144
2381
|
````text
|
|
2145
|
-
Copyright (c)
|
|
2382
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2146
2383
|
|
|
2147
2384
|
Permission is hereby granted, free of charge, to any
|
|
2148
2385
|
person obtaining a copy of this software and associated
|
|
@@ -2174,12 +2411,47 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2174
2411
|
|
|
2175
2412
|
## The following dependencies are licensed under the MIT License:
|
|
2176
2413
|
|
|
2414
|
+
### NPM Packages:
|
|
2415
|
+
|
|
2416
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2417
|
+
|
|
2418
|
+
````text
|
|
2419
|
+
The MIT License (MIT)
|
|
2420
|
+
|
|
2421
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2422
|
+
|
|
2423
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2424
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2425
|
+
in the Software without restriction, including without limitation the rights
|
|
2426
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2427
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2428
|
+
furnished to do so, subject to the following conditions:
|
|
2429
|
+
|
|
2430
|
+
The above copyright notice and this permission notice shall be included in
|
|
2431
|
+
all copies or substantial portions of the Software.
|
|
2432
|
+
|
|
2433
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2434
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2435
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2436
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2437
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2438
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2439
|
+
THE SOFTWARE.
|
|
2440
|
+
|
|
2441
|
+
````
|
|
2442
|
+
|
|
2443
|
+
---
|
|
2444
|
+
|
|
2445
|
+
## The following dependencies are licensed under the MIT License:
|
|
2446
|
+
|
|
2177
2447
|
### Rust Crates:
|
|
2178
2448
|
|
|
2179
|
-
- [
|
|
2449
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2180
2450
|
|
|
2181
2451
|
````text
|
|
2182
|
-
|
|
2452
|
+
MIT License
|
|
2453
|
+
|
|
2454
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2183
2455
|
|
|
2184
2456
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2185
2457
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2207,40 +2479,31 @@ SOFTWARE.
|
|
|
2207
2479
|
|
|
2208
2480
|
### Rust Crates:
|
|
2209
2481
|
|
|
2210
|
-
- [
|
|
2211
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
2212
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2213
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
2214
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2215
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
2482
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2216
2483
|
|
|
2217
2484
|
````text
|
|
2218
|
-
|
|
2219
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2485
|
+
MIT License
|
|
2220
2486
|
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
documentation files (the "Software"), to deal in the
|
|
2224
|
-
Software without restriction, including without
|
|
2225
|
-
limitation the rights to use, copy, modify, merge,
|
|
2226
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2227
|
-
the Software, and to permit persons to whom the Software
|
|
2228
|
-
is furnished to do so, subject to the following
|
|
2229
|
-
conditions:
|
|
2487
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2488
|
+
Copyright (c) Tokio Contributors
|
|
2230
2489
|
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2490
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2491
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2492
|
+
in the Software without restriction, including without limitation the rights
|
|
2493
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2494
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2495
|
+
furnished to do so, subject to the following conditions:
|
|
2234
2496
|
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
IN
|
|
2243
|
-
|
|
2497
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2498
|
+
copies or substantial portions of the Software.
|
|
2499
|
+
|
|
2500
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2501
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2502
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2503
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2504
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2505
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2506
|
+
SOFTWARE.
|
|
2244
2507
|
|
|
2245
2508
|
````
|
|
2246
2509
|
|
|
@@ -2287,12 +2550,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2287
2550
|
|
|
2288
2551
|
### Rust Crates:
|
|
2289
2552
|
|
|
2290
|
-
- [
|
|
2553
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2554
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2291
2555
|
|
|
2292
2556
|
````text
|
|
2293
2557
|
The MIT License (MIT)
|
|
2294
2558
|
|
|
2295
|
-
Copyright
|
|
2559
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2560
|
+
|
|
2561
|
+
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:
|
|
2562
|
+
|
|
2563
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2564
|
+
|
|
2565
|
+
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.
|
|
2566
|
+
|
|
2567
|
+
````
|
|
2568
|
+
|
|
2569
|
+
---
|
|
2570
|
+
|
|
2571
|
+
## The following dependencies are licensed under the MIT License:
|
|
2572
|
+
|
|
2573
|
+
### Rust Crates:
|
|
2574
|
+
|
|
2575
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
2576
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
2577
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
2578
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
2579
|
+
|
|
2580
|
+
````text
|
|
2581
|
+
The MIT License (MIT)
|
|
2582
|
+
|
|
2583
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2296
2584
|
|
|
2297
2585
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2298
2586
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2301,19 +2589,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2301
2589
|
copies of the Software, and to permit persons to whom the Software is
|
|
2302
2590
|
furnished to do so, subject to the following conditions:
|
|
2303
2591
|
|
|
2304
|
-
The above copyright notice and this permission notice shall be included in
|
|
2305
|
-
copies or substantial portions of the Software.
|
|
2592
|
+
The above copyright notice and this permission notice shall be included in
|
|
2593
|
+
all copies or substantial portions of the Software.
|
|
2306
2594
|
|
|
2307
2595
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2308
2596
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2309
2597
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2310
2598
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2311
2599
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2312
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2313
|
-
SOFTWARE.
|
|
2600
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2601
|
+
THE SOFTWARE.
|
|
2314
2602
|
|
|
2315
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2316
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2317
2603
|
````
|
|
2318
2604
|
|
|
2319
2605
|
---
|
|
@@ -2322,14 +2608,12 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2322
2608
|
|
|
2323
2609
|
### Rust Crates:
|
|
2324
2610
|
|
|
2325
|
-
- [
|
|
2611
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2326
2612
|
|
|
2327
2613
|
````text
|
|
2328
|
-
|
|
2614
|
+
MIT License
|
|
2329
2615
|
|
|
2330
|
-
Copyright (c)
|
|
2331
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2332
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2616
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2333
2617
|
|
|
2334
2618
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2335
2619
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2357,19 +2641,42 @@ SOFTWARE.
|
|
|
2357
2641
|
|
|
2358
2642
|
### Rust Crates:
|
|
2359
2643
|
|
|
2360
|
-
- [
|
|
2361
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2362
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2363
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2364
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2365
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2366
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2367
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2368
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2644
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2369
2645
|
|
|
2370
2646
|
````text
|
|
2371
|
-
Copyright (c)
|
|
2372
|
-
Copyright (c) 2017
|
|
2647
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2648
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2649
|
+
|
|
2650
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2651
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2652
|
+
in the Software without restriction, including without limitation the rights
|
|
2653
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2654
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2655
|
+
furnished to do so, subject to the following conditions:
|
|
2656
|
+
|
|
2657
|
+
The above copyright notice and this permission notice shall be included in
|
|
2658
|
+
all copies or substantial portions of the Software.
|
|
2659
|
+
|
|
2660
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2661
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2662
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2663
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2664
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2665
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2666
|
+
THE SOFTWARE.
|
|
2667
|
+
|
|
2668
|
+
````
|
|
2669
|
+
|
|
2670
|
+
---
|
|
2671
|
+
|
|
2672
|
+
## The following dependencies are licensed under the MIT License:
|
|
2673
|
+
|
|
2674
|
+
### Rust Crates:
|
|
2675
|
+
|
|
2676
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
2677
|
+
|
|
2678
|
+
````text
|
|
2679
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
2373
2680
|
|
|
2374
2681
|
Permission is hereby granted, free of charge, to any
|
|
2375
2682
|
person obtaining a copy of this software and associated
|
|
@@ -2403,14 +2710,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2403
2710
|
|
|
2404
2711
|
### Rust Crates:
|
|
2405
2712
|
|
|
2406
|
-
- [
|
|
2407
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2408
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2713
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2409
2714
|
|
|
2410
2715
|
````text
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
2716
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2414
2717
|
|
|
2415
2718
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2416
2719
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2419,16 +2722,47 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2419
2722
|
copies of the Software, and to permit persons to whom the Software is
|
|
2420
2723
|
furnished to do so, subject to the following conditions:
|
|
2421
2724
|
|
|
2422
|
-
The above copyright notice and this permission notice shall be included in
|
|
2423
|
-
copies or substantial portions of the Software.
|
|
2725
|
+
The above copyright notice and this permission notice shall be included in
|
|
2726
|
+
all copies or substantial portions of the Software.
|
|
2424
2727
|
|
|
2425
2728
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2426
2729
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2427
2730
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2428
2731
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2429
2732
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2430
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2431
|
-
SOFTWARE.
|
|
2733
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2734
|
+
THE SOFTWARE.
|
|
2735
|
+
|
|
2736
|
+
|
|
2737
|
+
````
|
|
2738
|
+
|
|
2739
|
+
---
|
|
2740
|
+
|
|
2741
|
+
## The following dependencies are licensed under the MIT License:
|
|
2742
|
+
|
|
2743
|
+
### NPM Packages:
|
|
2744
|
+
|
|
2745
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
2746
|
+
|
|
2747
|
+
````text
|
|
2748
|
+
This software is released under the MIT license:
|
|
2749
|
+
|
|
2750
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2751
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
2752
|
+
the Software without restriction, including without limitation the rights to
|
|
2753
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2754
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2755
|
+
subject to the following conditions:
|
|
2756
|
+
|
|
2757
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2758
|
+
copies or substantial portions of the Software.
|
|
2759
|
+
|
|
2760
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2761
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2762
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2763
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2764
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2765
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2432
2766
|
|
|
2433
2767
|
````
|
|
2434
2768
|
|
|
@@ -2438,10 +2772,11 @@ SOFTWARE.
|
|
|
2438
2772
|
|
|
2439
2773
|
### Rust Crates:
|
|
2440
2774
|
|
|
2441
|
-
- [
|
|
2775
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2442
2776
|
|
|
2443
2777
|
````text
|
|
2444
|
-
Copyright (c)
|
|
2778
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2779
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2445
2780
|
|
|
2446
2781
|
Permission is hereby granted, free of charge, to any
|
|
2447
2782
|
person obtaining a copy of this software and associated
|
|
@@ -2475,10 +2810,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2475
2810
|
|
|
2476
2811
|
### Rust Crates:
|
|
2477
2812
|
|
|
2478
|
-
- [
|
|
2813
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2479
2814
|
|
|
2480
2815
|
````text
|
|
2481
|
-
Copyright (c)
|
|
2816
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2482
2817
|
|
|
2483
2818
|
Permission is hereby granted, free of charge, to any
|
|
2484
2819
|
person obtaining a copy of this software and associated
|
|
@@ -2512,16 +2847,80 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2512
2847
|
|
|
2513
2848
|
### Rust Crates:
|
|
2514
2849
|
|
|
2515
|
-
- [
|
|
2850
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2851
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2516
2852
|
|
|
2517
2853
|
````text
|
|
2518
|
-
|
|
2854
|
+
Copyright (c) 2014 Alex Crichton
|
|
2519
2855
|
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2856
|
+
Permission is hereby granted, free of charge, to any
|
|
2857
|
+
person obtaining a copy of this software and associated
|
|
2858
|
+
documentation files (the "Software"), to deal in the
|
|
2859
|
+
Software without restriction, including without
|
|
2860
|
+
limitation the rights to use, copy, modify, merge,
|
|
2861
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2862
|
+
the Software, and to permit persons to whom the Software
|
|
2863
|
+
is furnished to do so, subject to the following
|
|
2864
|
+
conditions:
|
|
2865
|
+
|
|
2866
|
+
The above copyright notice and this permission notice
|
|
2867
|
+
shall be included in all copies or substantial portions
|
|
2868
|
+
of the Software.
|
|
2869
|
+
|
|
2870
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2871
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2872
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2873
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2874
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2875
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2876
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2877
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2878
|
+
DEALINGS IN THE SOFTWARE.
|
|
2879
|
+
|
|
2880
|
+
````
|
|
2881
|
+
|
|
2882
|
+
---
|
|
2883
|
+
|
|
2884
|
+
## The following dependencies are licensed under the MIT License:
|
|
2524
2885
|
|
|
2886
|
+
### Rust Crates:
|
|
2887
|
+
|
|
2888
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2889
|
+
|
|
2890
|
+
````text
|
|
2891
|
+
The MIT License (MIT)
|
|
2892
|
+
|
|
2893
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2894
|
+
|
|
2895
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2896
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2897
|
+
in the Software without restriction, including without limitation the rights
|
|
2898
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2899
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2900
|
+
furnished to do so, subject to the following conditions:
|
|
2901
|
+
|
|
2902
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2903
|
+
copies or substantial portions of the Software.
|
|
2904
|
+
|
|
2905
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2906
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2907
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2908
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2909
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2910
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2911
|
+
SOFTWARE.
|
|
2912
|
+
````
|
|
2913
|
+
|
|
2914
|
+
---
|
|
2915
|
+
|
|
2916
|
+
## The following dependencies are licensed under the MIT License:
|
|
2917
|
+
|
|
2918
|
+
### Rust Crates:
|
|
2919
|
+
|
|
2920
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2921
|
+
|
|
2922
|
+
````text
|
|
2923
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2525
2924
|
|
|
2526
2925
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2527
2926
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2530,16 +2929,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2530
2929
|
copies of the Software, and to permit persons to whom the Software is
|
|
2531
2930
|
furnished to do so, subject to the following conditions:
|
|
2532
2931
|
|
|
2533
|
-
The above copyright notice and this permission notice shall be included in
|
|
2534
|
-
copies or substantial portions of the Software.
|
|
2932
|
+
The above copyright notice and this permission notice shall be included in
|
|
2933
|
+
all copies or substantial portions of the Software.
|
|
2535
2934
|
|
|
2536
2935
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2537
2936
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2538
2937
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2539
2938
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2540
2939
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2541
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2542
|
-
SOFTWARE.
|
|
2940
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2941
|
+
THE SOFTWARE.
|
|
2543
2942
|
|
|
2544
2943
|
````
|
|
2545
2944
|
|
|
@@ -2549,10 +2948,10 @@ SOFTWARE.
|
|
|
2549
2948
|
|
|
2550
2949
|
### Rust Crates:
|
|
2551
2950
|
|
|
2552
|
-
- [
|
|
2951
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2553
2952
|
|
|
2554
2953
|
````text
|
|
2555
|
-
Copyright (c) 2019 The
|
|
2954
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2556
2955
|
|
|
2557
2956
|
Permission is hereby granted, free of charge, to any
|
|
2558
2957
|
person obtaining a copy of this software and associated
|
|
@@ -2586,12 +2985,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2586
2985
|
|
|
2587
2986
|
### Rust Crates:
|
|
2588
2987
|
|
|
2589
|
-
- [
|
|
2988
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
2989
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
2590
2990
|
|
|
2591
2991
|
````text
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
2992
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2595
2993
|
|
|
2596
2994
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2597
2995
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2619,19 +3017,29 @@ SOFTWARE.
|
|
|
2619
3017
|
|
|
2620
3018
|
### Rust Crates:
|
|
2621
3019
|
|
|
2622
|
-
- [
|
|
2623
|
-
- [
|
|
3020
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3021
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2624
3022
|
|
|
2625
3023
|
````text
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
3024
|
+
MIT License
|
|
2629
3025
|
|
|
2630
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3026
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3027
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3028
|
+
in the Software without restriction, including without limitation the rights
|
|
3029
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3030
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3031
|
+
furnished to do so, subject to the following conditions:
|
|
2631
3032
|
|
|
2632
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3033
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3034
|
+
copies or substantial portions of the Software.
|
|
2633
3035
|
|
|
2634
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3036
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3037
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3038
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3039
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3040
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3041
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3042
|
+
SOFTWARE.
|
|
2635
3043
|
|
|
2636
3044
|
````
|
|
2637
3045
|
|
|
@@ -2641,34 +3049,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2641
3049
|
|
|
2642
3050
|
### Rust Crates:
|
|
2643
3051
|
|
|
2644
|
-
- [
|
|
3052
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
2645
3053
|
|
|
2646
3054
|
````text
|
|
2647
|
-
Copyright
|
|
3055
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
2648
3056
|
|
|
2649
|
-
Permission is hereby granted, free of charge, to any
|
|
2650
|
-
person obtaining a copy of this software and associated
|
|
2651
|
-
documentation files (the "Software"), to deal in the
|
|
2652
|
-
Software without restriction, including without
|
|
2653
|
-
limitation the rights to use, copy, modify, merge,
|
|
2654
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2655
|
-
the Software, and to permit persons to whom the Software
|
|
2656
|
-
is furnished to do so, subject to the following
|
|
2657
|
-
conditions:
|
|
3057
|
+
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:
|
|
2658
3058
|
|
|
2659
|
-
The above copyright notice and this permission notice
|
|
2660
|
-
shall be included in all copies or substantial portions
|
|
2661
|
-
of the Software.
|
|
3059
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2662
3060
|
|
|
2663
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2664
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2665
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2666
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2667
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2668
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2669
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2670
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2671
|
-
DEALINGS IN THE SOFTWARE.
|
|
3061
|
+
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.
|
|
2672
3062
|
|
|
2673
3063
|
````
|
|
2674
3064
|
|
|
@@ -2678,13 +3068,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2678
3068
|
|
|
2679
3069
|
### Rust Crates:
|
|
2680
3070
|
|
|
2681
|
-
- [
|
|
2682
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3071
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2683
3072
|
|
|
2684
3073
|
````text
|
|
2685
3074
|
MIT License
|
|
2686
3075
|
|
|
2687
|
-
Copyright (c)
|
|
3076
|
+
Copyright (c) 2025 Callum Oakley
|
|
2688
3077
|
|
|
2689
3078
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2690
3079
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2712,10 +3101,13 @@ SOFTWARE.
|
|
|
2712
3101
|
|
|
2713
3102
|
### Rust Crates:
|
|
2714
3103
|
|
|
2715
|
-
- [
|
|
3104
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
3105
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3106
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3107
|
+
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2716
3108
|
|
|
2717
3109
|
````text
|
|
2718
|
-
Copyright (c)
|
|
3110
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
2719
3111
|
|
|
2720
3112
|
Permission is hereby granted, free of charge, to any
|
|
2721
3113
|
person obtaining a copy of this software and associated
|
|
@@ -2749,145 +3141,27 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2749
3141
|
|
|
2750
3142
|
### Rust Crates:
|
|
2751
3143
|
|
|
2752
|
-
- [
|
|
3144
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
2753
3145
|
|
|
2754
3146
|
````text
|
|
2755
|
-
Copyright (
|
|
3147
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
2756
3148
|
|
|
2757
|
-
Permission is hereby granted, free of charge, to any
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
the Software, and to permit persons to whom the Software
|
|
2764
|
-
is furnished to do so, subject to the following
|
|
2765
|
-
conditions:
|
|
2766
|
-
|
|
2767
|
-
The above copyright notice and this permission notice
|
|
2768
|
-
shall be included in all copies or substantial portions
|
|
2769
|
-
of the Software.
|
|
2770
|
-
|
|
2771
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2772
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2773
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2774
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2775
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2776
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2777
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2778
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2779
|
-
DEALINGS IN THE SOFTWARE.
|
|
2780
|
-
|
|
2781
|
-
````
|
|
2782
|
-
|
|
2783
|
-
---
|
|
2784
|
-
|
|
2785
|
-
## The following dependencies are licensed under the MIT License:
|
|
2786
|
-
|
|
2787
|
-
### Rust Crates:
|
|
2788
|
-
|
|
2789
|
-
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
2790
|
-
|
|
2791
|
-
````text
|
|
2792
|
-
Copyright (c) 2015 The Rust Project Developers
|
|
2793
|
-
|
|
2794
|
-
Permission is hereby granted, free of charge, to any
|
|
2795
|
-
person obtaining a copy of this software and associated
|
|
2796
|
-
documentation files (the "Software"), to deal in the
|
|
2797
|
-
Software without restriction, including without
|
|
2798
|
-
limitation the rights to use, copy, modify, merge,
|
|
2799
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2800
|
-
the Software, and to permit persons to whom the Software
|
|
2801
|
-
is furnished to do so, subject to the following
|
|
2802
|
-
conditions:
|
|
2803
|
-
|
|
2804
|
-
The above copyright notice and this permission notice
|
|
2805
|
-
shall be included in all copies or substantial portions
|
|
2806
|
-
of the Software.
|
|
2807
|
-
|
|
2808
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2809
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2810
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2811
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2812
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2813
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2814
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2815
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2816
|
-
DEALINGS IN THE SOFTWARE.
|
|
2817
|
-
|
|
2818
|
-
````
|
|
2819
|
-
|
|
2820
|
-
---
|
|
2821
|
-
|
|
2822
|
-
## The following dependencies are licensed under the MIT License:
|
|
2823
|
-
|
|
2824
|
-
### Rust Crates:
|
|
2825
|
-
|
|
2826
|
-
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2827
|
-
|
|
2828
|
-
````text
|
|
2829
|
-
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2830
|
-
|
|
2831
|
-
Permission is hereby granted, free of charge, to any
|
|
2832
|
-
person obtaining a copy of this software and associated
|
|
2833
|
-
documentation files (the "Software"), to deal in the
|
|
2834
|
-
Software without restriction, including without
|
|
2835
|
-
limitation the rights to use, copy, modify, merge,
|
|
2836
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2837
|
-
the Software, and to permit persons to whom the Software
|
|
2838
|
-
is furnished to do so, subject to the following
|
|
2839
|
-
conditions:
|
|
2840
|
-
|
|
2841
|
-
The above copyright notice and this permission notice
|
|
2842
|
-
shall be included in all copies or substantial portions
|
|
2843
|
-
of the Software.
|
|
2844
|
-
|
|
2845
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2846
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2847
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2848
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2849
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2850
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2851
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2852
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2853
|
-
DEALINGS IN THE SOFTWARE.
|
|
2854
|
-
|
|
2855
|
-
````
|
|
2856
|
-
|
|
2857
|
-
---
|
|
2858
|
-
|
|
2859
|
-
## The following dependencies are licensed under the MIT License:
|
|
2860
|
-
|
|
2861
|
-
### Rust Crates:
|
|
2862
|
-
|
|
2863
|
-
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
2864
|
-
|
|
2865
|
-
````text
|
|
2866
|
-
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2867
|
-
|
|
2868
|
-
Permission is hereby granted, free of charge, to any
|
|
2869
|
-
person obtaining a copy of this software and associated
|
|
2870
|
-
documentation files (the "Software"), to deal in the
|
|
2871
|
-
Software without restriction, including without
|
|
2872
|
-
limitation the rights to use, copy, modify, merge,
|
|
2873
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2874
|
-
the Software, and to permit persons to whom the Software
|
|
2875
|
-
is furnished to do so, subject to the following
|
|
2876
|
-
conditions:
|
|
3149
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3150
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3151
|
+
the Software without restriction, including without limitation the rights to
|
|
3152
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3153
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3154
|
+
subject to the following conditions:
|
|
2877
3155
|
|
|
2878
|
-
The above copyright notice and this permission notice
|
|
2879
|
-
|
|
2880
|
-
of the Software.
|
|
3156
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3157
|
+
copies or substantial portions of the Software.
|
|
2881
3158
|
|
|
2882
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2889
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2890
|
-
DEALINGS IN THE SOFTWARE.
|
|
3159
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3160
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3161
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3162
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3163
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3164
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2891
3165
|
|
|
2892
3166
|
````
|
|
2893
3167
|
|
|
@@ -2897,29 +3171,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2897
3171
|
|
|
2898
3172
|
### Rust Crates:
|
|
2899
3173
|
|
|
2900
|
-
- [
|
|
2901
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
2902
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
2903
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3174
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
2904
3175
|
|
|
2905
3176
|
````text
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2909
|
-
|
|
2910
|
-
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.
|
|
2911
|
-
````
|
|
2912
|
-
|
|
2913
|
-
---
|
|
2914
|
-
|
|
2915
|
-
## The following dependencies are licensed under the MIT License:
|
|
2916
|
-
|
|
2917
|
-
### Rust Crates:
|
|
2918
|
-
|
|
2919
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3177
|
+
The MIT License (MIT)
|
|
2920
3178
|
|
|
2921
|
-
|
|
2922
|
-
Copyright (c)
|
|
3179
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3180
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
2923
3181
|
|
|
2924
3182
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2925
3183
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2928,16 +3186,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2928
3186
|
copies of the Software, and to permit persons to whom the Software is
|
|
2929
3187
|
furnished to do so, subject to the following conditions:
|
|
2930
3188
|
|
|
2931
|
-
The above copyright notice and this permission notice shall be included in
|
|
2932
|
-
|
|
3189
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3190
|
+
copies or substantial portions of the Software.
|
|
2933
3191
|
|
|
2934
3192
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2935
3193
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2936
3194
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2937
3195
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2938
3196
|
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
|
|
2940
|
-
|
|
3197
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3198
|
+
SOFTWARE.
|
|
2941
3199
|
|
|
2942
3200
|
````
|
|
2943
3201
|
|
|
@@ -2947,44 +3205,13 @@ THE SOFTWARE.
|
|
|
2947
3205
|
|
|
2948
3206
|
### Rust Crates:
|
|
2949
3207
|
|
|
2950
|
-
- [
|
|
3208
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
3209
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
3210
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2951
3211
|
|
|
2952
3212
|
````text
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
Copyright (c) 2016 Johann Tuffe
|
|
2956
|
-
|
|
2957
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2958
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2959
|
-
in the Software without restriction, including without limitation the rights
|
|
2960
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2961
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2962
|
-
furnished to do so, subject to the following conditions:
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
The above copyright notice and this permission notice shall be included in
|
|
2966
|
-
all copies or substantial portions of the Software.
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2970
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2971
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2972
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2973
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2974
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2975
|
-
THE SOFTWARE.
|
|
2976
|
-
|
|
2977
|
-
````
|
|
2978
|
-
|
|
2979
|
-
---
|
|
2980
|
-
|
|
2981
|
-
## The following dependencies are licensed under the MIT License:
|
|
2982
|
-
|
|
2983
|
-
### Rust Crates:
|
|
2984
|
-
|
|
2985
|
-
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
3213
|
+
Copyright (c) 2019 Tower Contributors
|
|
2986
3214
|
|
|
2987
|
-
````text
|
|
2988
3215
|
Permission is hereby granted, free of charge, to any
|
|
2989
3216
|
person obtaining a copy of this software and associated
|
|
2990
3217
|
documentation files (the "Software"), to deal in the
|
|
@@ -3008,105 +3235,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3008
3235
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3009
3236
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3010
3237
|
DEALINGS IN THE SOFTWARE.
|
|
3011
|
-
````
|
|
3012
|
-
|
|
3013
|
-
---
|
|
3014
|
-
|
|
3015
|
-
## The following dependencies are licensed under the MIT License:
|
|
3016
|
-
|
|
3017
|
-
### Rust Crates:
|
|
3018
|
-
|
|
3019
|
-
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
3020
|
-
|
|
3021
|
-
````text
|
|
3022
|
-
The MIT License (MIT)
|
|
3023
|
-
|
|
3024
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
3025
|
-
|
|
3026
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3027
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3028
|
-
in the Software without restriction, including without limitation the rights
|
|
3029
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3030
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3031
|
-
furnished to do so, subject to the following conditions:
|
|
3032
|
-
|
|
3033
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3034
|
-
copies or substantial portions of the Software.
|
|
3035
|
-
|
|
3036
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3037
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3038
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3039
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3040
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3041
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3042
|
-
SOFTWARE.
|
|
3043
|
-
|
|
3044
|
-
````
|
|
3045
|
-
|
|
3046
|
-
---
|
|
3047
|
-
|
|
3048
|
-
## The following dependencies are licensed under the MIT License:
|
|
3049
|
-
|
|
3050
|
-
### Rust Crates:
|
|
3051
|
-
|
|
3052
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3053
|
-
|
|
3054
|
-
````text
|
|
3055
|
-
MIT License
|
|
3056
|
-
|
|
3057
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3058
|
-
|
|
3059
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3060
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3061
|
-
in the Software without restriction, including without limitation the rights
|
|
3062
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3063
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3064
|
-
furnished to do so, subject to the following conditions:
|
|
3065
|
-
|
|
3066
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3067
|
-
copies or substantial portions of the Software.
|
|
3068
|
-
|
|
3069
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3070
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3071
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3072
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3073
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3074
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3075
|
-
SOFTWARE.
|
|
3076
|
-
|
|
3077
|
-
````
|
|
3078
|
-
|
|
3079
|
-
---
|
|
3080
|
-
|
|
3081
|
-
## The following dependencies are licensed under the MIT License:
|
|
3082
|
-
|
|
3083
|
-
### NPM Packages:
|
|
3084
|
-
|
|
3085
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3086
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.40)
|
|
3087
|
-
|
|
3088
|
-
````text
|
|
3089
|
-
MIT License
|
|
3090
|
-
|
|
3091
|
-
Copyright (c) Microsoft Corporation.
|
|
3092
|
-
|
|
3093
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3094
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3095
|
-
in the Software without restriction, including without limitation the rights
|
|
3096
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3097
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3098
|
-
furnished to do so, subject to the following conditions:
|
|
3099
|
-
|
|
3100
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3101
|
-
copies or substantial portions of the Software.
|
|
3102
|
-
|
|
3103
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3104
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3105
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3106
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3107
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3108
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3109
|
-
SOFTWARE
|
|
3110
3238
|
|
|
3111
3239
|
````
|
|
3112
3240
|
|
|
@@ -3116,12 +3244,10 @@ SOFTWARE.
|
|
|
3116
3244
|
|
|
3117
3245
|
### Rust Crates:
|
|
3118
3246
|
|
|
3119
|
-
- [
|
|
3247
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3120
3248
|
|
|
3121
3249
|
````text
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
Copyright (c) 2025 rutrum
|
|
3250
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3125
3251
|
|
|
3126
3252
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3127
3253
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3130,48 +3256,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3130
3256
|
copies of the Software, and to permit persons to whom the Software is
|
|
3131
3257
|
furnished to do so, subject to the following conditions:
|
|
3132
3258
|
|
|
3133
|
-
The above copyright notice and this permission notice shall be included in
|
|
3134
|
-
copies or substantial portions of the Software.
|
|
3259
|
+
The above copyright notice and this permission notice shall be included in
|
|
3260
|
+
all copies or substantial portions of the Software.
|
|
3135
3261
|
|
|
3136
3262
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3137
3263
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3138
3264
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3139
3265
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3140
3266
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3141
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3142
|
-
SOFTWARE.
|
|
3143
|
-
````
|
|
3144
|
-
|
|
3145
|
-
---
|
|
3146
|
-
|
|
3147
|
-
## The following dependencies are licensed under the MIT License:
|
|
3148
|
-
|
|
3149
|
-
### Rust Crates:
|
|
3150
|
-
|
|
3151
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3152
|
-
|
|
3153
|
-
````text
|
|
3154
|
-
MIT License
|
|
3155
|
-
|
|
3156
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3157
|
-
|
|
3158
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3159
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3160
|
-
in the Software without restriction, including without limitation the rights
|
|
3161
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3162
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3163
|
-
furnished to do so, subject to the following conditions:
|
|
3164
|
-
|
|
3165
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3166
|
-
copies or substantial portions of the Software.
|
|
3267
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3268
|
+
THE SOFTWARE.
|
|
3167
3269
|
|
|
3168
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3169
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3170
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3171
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3172
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3173
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3174
|
-
SOFTWARE.
|
|
3175
3270
|
|
|
3176
3271
|
````
|
|
3177
3272
|
|
|
@@ -3181,10 +3276,10 @@ SOFTWARE.
|
|
|
3181
3276
|
|
|
3182
3277
|
### Rust Crates:
|
|
3183
3278
|
|
|
3184
|
-
- [
|
|
3279
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3185
3280
|
|
|
3186
3281
|
````text
|
|
3187
|
-
Copyright (c)
|
|
3282
|
+
Copyright (c) 2015 Igor Shaula
|
|
3188
3283
|
|
|
3189
3284
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3190
3285
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3204,7 +3299,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3204
3299
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3205
3300
|
THE SOFTWARE.
|
|
3206
3301
|
|
|
3207
|
-
|
|
3208
3302
|
````
|
|
3209
3303
|
|
|
3210
3304
|
---
|
|
@@ -3213,102 +3307,31 @@ THE SOFTWARE.
|
|
|
3213
3307
|
|
|
3214
3308
|
### NPM Packages:
|
|
3215
3309
|
|
|
3216
|
-
- [minimist](https://github.com/
|
|
3217
|
-
|
|
3218
|
-
````text
|
|
3219
|
-
This software is released under the MIT license:
|
|
3220
|
-
|
|
3221
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3222
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3223
|
-
the Software without restriction, including without limitation the rights to
|
|
3224
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3225
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3226
|
-
subject to the following conditions:
|
|
3227
|
-
|
|
3228
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3229
|
-
copies or substantial portions of the Software.
|
|
3230
|
-
|
|
3231
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3232
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3233
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3234
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3235
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3236
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3237
|
-
|
|
3238
|
-
````
|
|
3239
|
-
|
|
3240
|
-
---
|
|
3241
|
-
|
|
3242
|
-
## The following dependencies are licensed under the MIT License:
|
|
3243
|
-
|
|
3244
|
-
### Rust Crates:
|
|
3245
|
-
|
|
3246
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3247
|
-
|
|
3248
|
-
````text
|
|
3249
|
-
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
3250
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3251
|
-
|
|
3252
|
-
Permission is hereby granted, free of charge, to any
|
|
3253
|
-
person obtaining a copy of this software and associated
|
|
3254
|
-
documentation files (the "Software"), to deal in the
|
|
3255
|
-
Software without restriction, including without
|
|
3256
|
-
limitation the rights to use, copy, modify, merge,
|
|
3257
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3258
|
-
the Software, and to permit persons to whom the Software
|
|
3259
|
-
is furnished to do so, subject to the following
|
|
3260
|
-
conditions:
|
|
3261
|
-
|
|
3262
|
-
The above copyright notice and this permission notice
|
|
3263
|
-
shall be included in all copies or substantial portions
|
|
3264
|
-
of the Software.
|
|
3265
|
-
|
|
3266
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3267
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3268
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3269
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3270
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3271
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3272
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3273
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3274
|
-
DEALINGS IN THE SOFTWARE.
|
|
3275
|
-
|
|
3276
|
-
````
|
|
3277
|
-
|
|
3278
|
-
---
|
|
3279
|
-
|
|
3280
|
-
## The following dependencies are licensed under the MIT License:
|
|
3281
|
-
|
|
3282
|
-
### Rust Crates:
|
|
3283
|
-
|
|
3284
|
-
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3310
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3311
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3285
3312
|
|
|
3286
3313
|
````text
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
Permission is hereby granted, free of charge, to any
|
|
3290
|
-
person obtaining a copy of this software and associated
|
|
3291
|
-
documentation files (the "Software"), to deal in the
|
|
3292
|
-
Software without restriction, including without
|
|
3293
|
-
limitation the rights to use, copy, modify, merge,
|
|
3294
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3295
|
-
the Software, and to permit persons to whom the Software
|
|
3296
|
-
is furnished to do so, subject to the following
|
|
3297
|
-
conditions:
|
|
3314
|
+
MIT License
|
|
3298
3315
|
|
|
3299
|
-
|
|
3300
|
-
shall be included in all copies or substantial portions
|
|
3301
|
-
of the Software.
|
|
3316
|
+
Copyright (c) Microsoft Corporation.
|
|
3302
3317
|
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3318
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3319
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3320
|
+
in the Software without restriction, including without limitation the rights
|
|
3321
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3322
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3323
|
+
furnished to do so, subject to the following conditions:
|
|
3324
|
+
|
|
3325
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3326
|
+
copies or substantial portions of the Software.
|
|
3327
|
+
|
|
3328
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3329
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3330
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3331
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3332
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3333
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3334
|
+
SOFTWARE
|
|
3312
3335
|
|
|
3313
3336
|
````
|
|
3314
3337
|
|
|
@@ -3318,10 +3341,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3318
3341
|
|
|
3319
3342
|
### Rust Crates:
|
|
3320
3343
|
|
|
3321
|
-
- [
|
|
3344
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3322
3345
|
|
|
3323
3346
|
````text
|
|
3324
|
-
Copyright (c)
|
|
3347
|
+
Copyright (c) 2017 Contributors
|
|
3325
3348
|
|
|
3326
3349
|
Permission is hereby granted, free of charge, to any
|
|
3327
3350
|
person obtaining a copy of this software and associated
|
|
@@ -3353,13 +3376,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3353
3376
|
|
|
3354
3377
|
## The following dependencies are licensed under the MIT License:
|
|
3355
3378
|
|
|
3356
|
-
###
|
|
3379
|
+
### NPM Packages:
|
|
3357
3380
|
|
|
3358
|
-
- [
|
|
3359
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
3381
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3360
3382
|
|
|
3361
3383
|
````text
|
|
3362
|
-
MIT License
|
|
3384
|
+
The MIT License (MIT)
|
|
3385
|
+
|
|
3386
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3363
3387
|
|
|
3364
3388
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3365
3389
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3379,6 +3403,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3379
3403
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3380
3404
|
SOFTWARE.
|
|
3381
3405
|
|
|
3406
|
+
|
|
3382
3407
|
````
|
|
3383
3408
|
|
|
3384
3409
|
---
|
|
@@ -3387,10 +3412,31 @@ SOFTWARE.
|
|
|
3387
3412
|
|
|
3388
3413
|
### Rust Crates:
|
|
3389
3414
|
|
|
3390
|
-
- [
|
|
3415
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3391
3416
|
|
|
3392
3417
|
````text
|
|
3393
|
-
Copyright (c)
|
|
3418
|
+
Copyright (c) 2015 steffengy
|
|
3419
|
+
|
|
3420
|
+
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:
|
|
3421
|
+
|
|
3422
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3423
|
+
|
|
3424
|
+
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.
|
|
3425
|
+
|
|
3426
|
+
````
|
|
3427
|
+
|
|
3428
|
+
---
|
|
3429
|
+
|
|
3430
|
+
## The following dependencies are licensed under the MIT License:
|
|
3431
|
+
|
|
3432
|
+
### Rust Crates:
|
|
3433
|
+
|
|
3434
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
3435
|
+
|
|
3436
|
+
````text
|
|
3437
|
+
MIT License
|
|
3438
|
+
|
|
3439
|
+
Copyright (c) 2025 rutrum
|
|
3394
3440
|
|
|
3395
3441
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3396
3442
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3409,62 +3455,20 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
3409
3455
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3410
3456
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3411
3457
|
SOFTWARE.
|
|
3412
|
-
|
|
3413
3458
|
````
|
|
3414
3459
|
|
|
3415
3460
|
---
|
|
3416
3461
|
|
|
3417
3462
|
## The following dependencies are licensed under the MIT License:
|
|
3418
3463
|
|
|
3419
|
-
###
|
|
3464
|
+
### NPM Packages:
|
|
3420
3465
|
|
|
3421
|
-
- [
|
|
3422
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3423
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3424
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3425
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3426
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3466
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3427
3467
|
|
|
3428
3468
|
````text
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
Permission is hereby granted, free of charge, to any
|
|
3432
|
-
person obtaining a copy of this software and associated
|
|
3433
|
-
documentation files (the "Software"), to deal in the
|
|
3434
|
-
Software without restriction, including without
|
|
3435
|
-
limitation the rights to use, copy, modify, merge,
|
|
3436
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3437
|
-
the Software, and to permit persons to whom the Software
|
|
3438
|
-
is furnished to do so, subject to the following
|
|
3439
|
-
conditions:
|
|
3440
|
-
|
|
3441
|
-
The above copyright notice and this permission notice
|
|
3442
|
-
shall be included in all copies or substantial portions
|
|
3443
|
-
of the Software.
|
|
3444
|
-
|
|
3445
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3446
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3447
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3448
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3449
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3450
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3451
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3452
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3453
|
-
DEALINGS IN THE SOFTWARE.
|
|
3454
|
-
|
|
3455
|
-
````
|
|
3456
|
-
|
|
3457
|
-
---
|
|
3458
|
-
|
|
3459
|
-
## The following dependencies are licensed under the MIT License:
|
|
3460
|
-
|
|
3461
|
-
### Rust Crates:
|
|
3462
|
-
|
|
3463
|
-
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
3464
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3469
|
+
MIT License
|
|
3465
3470
|
|
|
3466
|
-
|
|
3467
|
-
Copyright (c) 2018-2019 dirs-rs contributors
|
|
3471
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3468
3472
|
|
|
3469
3473
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3470
3474
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3484,6 +3488,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3484
3488
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3485
3489
|
SOFTWARE.
|
|
3486
3490
|
|
|
3491
|
+
[others]: https://github.com/json5/json5/contributors
|
|
3492
|
+
|
|
3487
3493
|
````
|
|
3488
3494
|
|
|
3489
3495
|
---
|
|
@@ -3492,10 +3498,10 @@ SOFTWARE.
|
|
|
3492
3498
|
|
|
3493
3499
|
### Rust Crates:
|
|
3494
3500
|
|
|
3495
|
-
- [
|
|
3501
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3496
3502
|
|
|
3497
3503
|
````text
|
|
3498
|
-
Copyright (c)
|
|
3504
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3499
3505
|
|
|
3500
3506
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3501
3507
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3515,6 +3521,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3515
3521
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3516
3522
|
THE SOFTWARE.
|
|
3517
3523
|
|
|
3524
|
+
|
|
3518
3525
|
````
|
|
3519
3526
|
|
|
3520
3527
|
---
|
|
@@ -3523,10 +3530,10 @@ THE SOFTWARE.
|
|
|
3523
3530
|
|
|
3524
3531
|
### Rust Crates:
|
|
3525
3532
|
|
|
3526
|
-
- [
|
|
3533
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3527
3534
|
|
|
3528
3535
|
````text
|
|
3529
|
-
Copyright (c)
|
|
3536
|
+
Copyright (c) 2018 Carl Lerche
|
|
3530
3537
|
|
|
3531
3538
|
Permission is hereby granted, free of charge, to any
|
|
3532
3539
|
person obtaining a copy of this software and associated
|
|
@@ -3560,62 +3567,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3560
3567
|
|
|
3561
3568
|
### Rust Crates:
|
|
3562
3569
|
|
|
3563
|
-
- [
|
|
3564
|
-
|
|
3565
|
-
````text
|
|
3566
|
-
MIT License
|
|
3567
|
-
|
|
3568
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
3569
|
-
|
|
3570
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3571
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3572
|
-
in the Software without restriction, including without limitation the rights
|
|
3573
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3574
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3575
|
-
furnished to do so, subject to the following conditions:
|
|
3576
|
-
|
|
3577
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3578
|
-
copies or substantial portions of the Software.
|
|
3579
|
-
|
|
3580
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3581
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3582
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3583
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3584
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3585
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3586
|
-
SOFTWARE.
|
|
3587
|
-
|
|
3588
|
-
````
|
|
3589
|
-
|
|
3590
|
-
---
|
|
3591
|
-
|
|
3592
|
-
## The following dependencies are licensed under the MIT License:
|
|
3593
|
-
|
|
3594
|
-
### Rust Crates:
|
|
3595
|
-
|
|
3596
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
3570
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3597
3571
|
|
|
3598
3572
|
````text
|
|
3599
|
-
Copyright (c)
|
|
3600
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
3573
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3601
3574
|
|
|
3602
|
-
Permission is hereby granted, free of charge, to any
|
|
3603
|
-
of this software and associated
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3575
|
+
Permission is hereby granted, free of charge, to any
|
|
3576
|
+
person obtaining a copy of this software and associated
|
|
3577
|
+
documentation files (the "Software"), to deal in the
|
|
3578
|
+
Software without restriction, including without
|
|
3579
|
+
limitation the rights to use, copy, modify, merge,
|
|
3580
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3581
|
+
the Software, and to permit persons to whom the Software
|
|
3582
|
+
is furnished to do so, subject to the following
|
|
3583
|
+
conditions:
|
|
3608
3584
|
|
|
3609
|
-
The above copyright notice and this permission notice
|
|
3610
|
-
copies or substantial portions
|
|
3585
|
+
The above copyright notice and this permission notice
|
|
3586
|
+
shall be included in all copies or substantial portions
|
|
3587
|
+
of the Software.
|
|
3611
3588
|
|
|
3612
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3613
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3589
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3590
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3591
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3592
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3593
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3594
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3595
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3596
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3597
|
+
DEALINGS IN THE SOFTWARE.
|
|
3619
3598
|
|
|
3620
3599
|
````
|
|
3621
3600
|
|
|
@@ -3625,57 +3604,11 @@ SOFTWARE.
|
|
|
3625
3604
|
|
|
3626
3605
|
### Rust Crates:
|
|
3627
3606
|
|
|
3628
|
-
- [
|
|
3607
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
3629
3608
|
|
|
3630
3609
|
````text
|
|
3631
|
-
Copyright
|
|
3632
|
-
|
|
3633
|
-
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:
|
|
3634
|
-
|
|
3635
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3636
|
-
|
|
3637
|
-
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.
|
|
3638
|
-
|
|
3639
|
-
````
|
|
3640
|
-
|
|
3641
|
-
---
|
|
3642
|
-
|
|
3643
|
-
## The following dependencies are licensed under the MIT License:
|
|
3644
|
-
|
|
3645
|
-
### Rust Crates:
|
|
3646
|
-
|
|
3647
|
-
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
3648
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
3649
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
3650
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
3651
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3652
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3653
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3654
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3655
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3656
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3657
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
3658
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3659
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3660
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3661
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3662
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3663
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3664
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
3665
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3666
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3667
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3668
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3669
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3670
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3671
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3672
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3673
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3674
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3675
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3676
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3610
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3677
3611
|
|
|
3678
|
-
````text
|
|
3679
3612
|
Permission is hereby granted, free of charge, to any
|
|
3680
3613
|
person obtaining a copy of this software and associated
|
|
3681
3614
|
documentation files (the "Software"), to deal in the
|
|
@@ -3708,12 +3641,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3708
3641
|
|
|
3709
3642
|
### Rust Crates:
|
|
3710
3643
|
|
|
3711
|
-
- [
|
|
3644
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3712
3645
|
|
|
3713
3646
|
````text
|
|
3714
|
-
Copyright (c)
|
|
3715
|
-
Copyright (c)
|
|
3716
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3647
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3648
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3717
3649
|
|
|
3718
3650
|
Permission is hereby granted, free of charge, to any
|
|
3719
3651
|
person obtaining a copy of this software and associated
|
|
@@ -3782,19 +3714,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3782
3714
|
|
|
3783
3715
|
## The following dependencies are licensed under the MIT License:
|
|
3784
3716
|
|
|
3785
|
-
###
|
|
3717
|
+
### NPM Packages:
|
|
3786
3718
|
|
|
3787
|
-
- [
|
|
3719
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3788
3720
|
|
|
3789
3721
|
````text
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
Includes parts of http date with the following copyright:
|
|
3793
|
-
Copyright (c) 2016 Pyfisch
|
|
3794
|
-
|
|
3795
|
-
Includes portions of musl libc with the following copyright:
|
|
3796
|
-
Copyright © 2005-2013 Rich Felker
|
|
3722
|
+
MIT License
|
|
3797
3723
|
|
|
3724
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3798
3725
|
|
|
3799
3726
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3800
3727
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3822,11 +3749,10 @@ SOFTWARE.
|
|
|
3822
3749
|
|
|
3823
3750
|
### Rust Crates:
|
|
3824
3751
|
|
|
3825
|
-
- [
|
|
3752
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3826
3753
|
|
|
3827
3754
|
````text
|
|
3828
|
-
Copyright (c)
|
|
3829
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
3755
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3830
3756
|
|
|
3831
3757
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3832
3758
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3835,16 +3761,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3835
3761
|
copies of the Software, and to permit persons to whom the Software is
|
|
3836
3762
|
furnished to do so, subject to the following conditions:
|
|
3837
3763
|
|
|
3838
|
-
The above copyright notice and this permission notice shall be included in
|
|
3839
|
-
|
|
3764
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3765
|
+
copies or substantial portions of the Software.
|
|
3840
3766
|
|
|
3841
3767
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3842
3768
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3843
3769
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3844
3770
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3845
3771
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3846
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3847
|
-
|
|
3772
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3773
|
+
SOFTWARE.
|
|
3848
3774
|
|
|
3849
3775
|
````
|
|
3850
3776
|
|
|
@@ -3854,10 +3780,10 @@ THE SOFTWARE.
|
|
|
3854
3780
|
|
|
3855
3781
|
### Rust Crates:
|
|
3856
3782
|
|
|
3857
|
-
- [
|
|
3783
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3858
3784
|
|
|
3859
3785
|
````text
|
|
3860
|
-
Copyright (c)
|
|
3786
|
+
Copyright (c) 2016--2023
|
|
3861
3787
|
|
|
3862
3788
|
Permission is hereby granted, free of charge, to any
|
|
3863
3789
|
person obtaining a copy of this software and associated
|
|
@@ -3891,10 +3817,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3891
3817
|
|
|
3892
3818
|
### Rust Crates:
|
|
3893
3819
|
|
|
3894
|
-
- [
|
|
3820
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3895
3821
|
|
|
3896
3822
|
````text
|
|
3897
|
-
Copyright (c) 2017
|
|
3823
|
+
Copyright (c) 2017 http-rs authors
|
|
3898
3824
|
|
|
3899
3825
|
Permission is hereby granted, free of charge, to any
|
|
3900
3826
|
person obtaining a copy of this software and associated
|
|
@@ -3928,13 +3854,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3928
3854
|
|
|
3929
3855
|
### Rust Crates:
|
|
3930
3856
|
|
|
3931
|
-
- [
|
|
3932
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3857
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3933
3858
|
|
|
3934
3859
|
````text
|
|
3935
|
-
Copyright (c)
|
|
3936
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3937
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3860
|
+
Copyright (c) 2017 Robert Grosse
|
|
3938
3861
|
|
|
3939
3862
|
Permission is hereby granted, free of charge, to any
|
|
3940
3863
|
person obtaining a copy of this software and associated
|
|
@@ -3959,7 +3882,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3959
3882
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3960
3883
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3961
3884
|
DEALINGS IN THE SOFTWARE.
|
|
3962
|
-
|
|
3963
3885
|
````
|
|
3964
3886
|
|
|
3965
3887
|
---
|
|
@@ -3968,14 +3890,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3968
3890
|
|
|
3969
3891
|
### Rust Crates:
|
|
3970
3892
|
|
|
3971
|
-
- [
|
|
3972
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3973
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3893
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3974
3894
|
|
|
3975
3895
|
````text
|
|
3976
3896
|
MIT License
|
|
3977
3897
|
|
|
3978
|
-
Copyright (c)
|
|
3898
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3979
3899
|
|
|
3980
3900
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3981
3901
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4003,11 +3923,86 @@ SOFTWARE.
|
|
|
4003
3923
|
|
|
4004
3924
|
### Rust Crates:
|
|
4005
3925
|
|
|
4006
|
-
- [
|
|
3926
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
4007
3927
|
|
|
4008
3928
|
````text
|
|
4009
|
-
Copyright (c)
|
|
4010
|
-
|
|
3929
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3930
|
+
|
|
3931
|
+
Permission is hereby granted, free of charge, to any
|
|
3932
|
+
person obtaining a copy of this software and associated
|
|
3933
|
+
documentation files (the "Software"), to deal in the
|
|
3934
|
+
Software without restriction, including without
|
|
3935
|
+
limitation the rights to use, copy, modify, merge,
|
|
3936
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3937
|
+
the Software, and to permit persons to whom the Software
|
|
3938
|
+
is furnished to do so, subject to the following
|
|
3939
|
+
conditions:
|
|
3940
|
+
|
|
3941
|
+
The above copyright notice and this permission notice
|
|
3942
|
+
shall be included in all copies or substantial portions
|
|
3943
|
+
of the Software.
|
|
3944
|
+
|
|
3945
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3946
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3947
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3948
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3949
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3950
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3951
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3952
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3953
|
+
DEALINGS IN THE SOFTWARE.
|
|
3954
|
+
|
|
3955
|
+
````
|
|
3956
|
+
|
|
3957
|
+
---
|
|
3958
|
+
|
|
3959
|
+
## The following dependencies are licensed under the MIT License:
|
|
3960
|
+
|
|
3961
|
+
### Rust Crates:
|
|
3962
|
+
|
|
3963
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
3964
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
3965
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
3966
|
+
|
|
3967
|
+
````text
|
|
3968
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3969
|
+
|
|
3970
|
+
Permission is hereby granted, free of charge, to any
|
|
3971
|
+
person obtaining a copy of this software and associated
|
|
3972
|
+
documentation files (the "Software"), to deal in the
|
|
3973
|
+
Software without restriction, including without
|
|
3974
|
+
limitation the rights to use, copy, modify, merge,
|
|
3975
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3976
|
+
the Software, and to permit persons to whom the Software
|
|
3977
|
+
is furnished to do so, subject to the following
|
|
3978
|
+
conditions:
|
|
3979
|
+
|
|
3980
|
+
The above copyright notice and this permission notice
|
|
3981
|
+
shall be included in all copies or substantial portions
|
|
3982
|
+
of the Software.
|
|
3983
|
+
|
|
3984
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3985
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3986
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3987
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3988
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3989
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3990
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3991
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3992
|
+
DEALINGS IN THE SOFTWARE.
|
|
3993
|
+
|
|
3994
|
+
````
|
|
3995
|
+
|
|
3996
|
+
---
|
|
3997
|
+
|
|
3998
|
+
## The following dependencies are licensed under the MIT License:
|
|
3999
|
+
|
|
4000
|
+
### Rust Crates:
|
|
4001
|
+
|
|
4002
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
4003
|
+
|
|
4004
|
+
````text
|
|
4005
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
4011
4006
|
|
|
4012
4007
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4013
4008
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4027,7 +4022,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4027
4022
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4028
4023
|
THE SOFTWARE.
|
|
4029
4024
|
|
|
4030
|
-
|
|
4031
4025
|
````
|
|
4032
4026
|
|
|
4033
4027
|
---
|
|
@@ -4036,10 +4030,15 @@ THE SOFTWARE.
|
|
|
4036
4030
|
|
|
4037
4031
|
### Rust Crates:
|
|
4038
4032
|
|
|
4039
|
-
- [
|
|
4033
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
4034
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
4035
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
4036
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
4037
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
4038
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
4040
4039
|
|
|
4041
4040
|
````text
|
|
4042
|
-
Copyright
|
|
4041
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4043
4042
|
|
|
4044
4043
|
Permission is hereby granted, free of charge, to any
|
|
4045
4044
|
person obtaining a copy of this software and associated
|
|
@@ -4073,12 +4072,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4073
4072
|
|
|
4074
4073
|
### NPM Packages:
|
|
4075
4074
|
|
|
4076
|
-
- [
|
|
4075
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
4077
4076
|
|
|
4078
4077
|
````text
|
|
4079
|
-
|
|
4078
|
+
MIT License
|
|
4080
4079
|
|
|
4081
|
-
Copyright (c)
|
|
4080
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
4082
4081
|
|
|
4083
4082
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4084
4083
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4098,21 +4097,24 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4098
4097
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4099
4098
|
SOFTWARE.
|
|
4100
4099
|
|
|
4101
|
-
|
|
4102
4100
|
````
|
|
4103
4101
|
|
|
4104
4102
|
---
|
|
4105
4103
|
|
|
4106
4104
|
## The following dependencies are licensed under the MIT License:
|
|
4107
4105
|
|
|
4108
|
-
###
|
|
4106
|
+
### Rust Crates:
|
|
4109
4107
|
|
|
4110
|
-
- [
|
|
4108
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
4111
4109
|
|
|
4112
4110
|
````text
|
|
4113
4111
|
MIT License
|
|
4114
4112
|
|
|
4115
|
-
Copyright
|
|
4113
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
4114
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
4115
|
+
Copyright (c) 2017 Frommi
|
|
4116
|
+
Copyright (c) 2017-2024 oyvindln
|
|
4117
|
+
|
|
4116
4118
|
|
|
4117
4119
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4118
4120
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4132,7 +4134,37 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4132
4134
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4133
4135
|
SOFTWARE.
|
|
4134
4136
|
|
|
4135
|
-
|
|
4137
|
+
````
|
|
4138
|
+
|
|
4139
|
+
---
|
|
4140
|
+
|
|
4141
|
+
## The following dependencies are licensed under the MIT License:
|
|
4142
|
+
|
|
4143
|
+
### Rust Crates:
|
|
4144
|
+
|
|
4145
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
4146
|
+
|
|
4147
|
+
````text
|
|
4148
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
4149
|
+
Copyright (c) 2016 Jason Housley
|
|
4150
|
+
|
|
4151
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4152
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4153
|
+
in the Software without restriction, including without limitation the rights
|
|
4154
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4155
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4156
|
+
furnished to do so, subject to the following conditions:
|
|
4157
|
+
|
|
4158
|
+
The above copyright notice and this permission notice shall be included in
|
|
4159
|
+
all copies or substantial portions of the Software.
|
|
4160
|
+
|
|
4161
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4162
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4163
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4164
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4165
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4166
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4167
|
+
THE SOFTWARE.
|
|
4136
4168
|
|
|
4137
4169
|
````
|
|
4138
4170
|
|
|
@@ -4523,30 +4555,35 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
4523
4555
|
|
|
4524
4556
|
---
|
|
4525
4557
|
|
|
4526
|
-
## The following dependencies are licensed under the UNKNOWN License:
|
|
4527
|
-
|
|
4528
|
-
### NPM Packages:
|
|
4529
|
-
|
|
4530
|
-
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.6) (0.0.6)
|
|
4531
|
-
|
|
4532
|
-
````text
|
|
4533
|
-
Please refer to the package README for license details.
|
|
4534
|
-
````
|
|
4535
|
-
|
|
4536
|
-
---
|
|
4537
|
-
|
|
4538
4558
|
## The following dependencies are licensed under the Unicode-3.0 License:
|
|
4539
4559
|
|
|
4540
4560
|
### Rust Crates:
|
|
4541
4561
|
|
|
4542
|
-
- [
|
|
4562
|
+
- [icu_collections](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4563
|
+
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4564
|
+
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4565
|
+
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4566
|
+
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4567
|
+
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4568
|
+
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4569
|
+
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4570
|
+
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4571
|
+
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4572
|
+
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4573
|
+
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4574
|
+
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4575
|
+
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4576
|
+
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4577
|
+
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4578
|
+
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4579
|
+
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4543
4580
|
|
|
4544
4581
|
````text
|
|
4545
4582
|
UNICODE LICENSE V3
|
|
4546
4583
|
|
|
4547
4584
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4548
4585
|
|
|
4549
|
-
Copyright ©
|
|
4586
|
+
Copyright © 2020-2024 Unicode, Inc.
|
|
4550
4587
|
|
|
4551
4588
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4552
4589
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4582,6 +4619,13 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4582
4619
|
dealings in these Data Files or Software without prior written
|
|
4583
4620
|
authorization of the copyright holder.
|
|
4584
4621
|
|
|
4622
|
+
SPDX-License-Identifier: Unicode-3.0
|
|
4623
|
+
|
|
4624
|
+
—
|
|
4625
|
+
|
|
4626
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4627
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4628
|
+
|
|
4585
4629
|
````
|
|
4586
4630
|
|
|
4587
4631
|
---
|
|
@@ -4590,31 +4634,14 @@ authorization of the copyright holder.
|
|
|
4590
4634
|
|
|
4591
4635
|
### Rust Crates:
|
|
4592
4636
|
|
|
4593
|
-
- [
|
|
4594
|
-
- [icu_locale_core](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4595
|
-
- [icu_normalizer](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4596
|
-
- [icu_normalizer_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4597
|
-
- [icu_properties](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4598
|
-
- [icu_properties_data](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4599
|
-
- [icu_provider](https://github.com/unicode-org/icu4x) (2.2.0)
|
|
4600
|
-
- [litemap](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4601
|
-
- [potential_utf](https://github.com/unicode-org/icu4x) (0.1.5)
|
|
4602
|
-
- [tinystr](https://github.com/unicode-org/icu4x) (0.8.3)
|
|
4603
|
-
- [writeable](https://github.com/unicode-org/icu4x) (0.6.3)
|
|
4604
|
-
- [yoke](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4605
|
-
- [yoke-derive](https://github.com/unicode-org/icu4x) (0.8.2)
|
|
4606
|
-
- [zerofrom](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4607
|
-
- [zerofrom-derive](https://github.com/unicode-org/icu4x) (0.1.7)
|
|
4608
|
-
- [zerotrie](https://github.com/unicode-org/icu4x) (0.2.4)
|
|
4609
|
-
- [zerovec](https://github.com/unicode-org/icu4x) (0.11.6)
|
|
4610
|
-
- [zerovec-derive](https://github.com/unicode-org/icu4x) (0.11.3)
|
|
4637
|
+
- [unicode-ident](https://github.com/dtolnay/unicode-ident) (1.0.24)
|
|
4611
4638
|
|
|
4612
4639
|
````text
|
|
4613
4640
|
UNICODE LICENSE V3
|
|
4614
4641
|
|
|
4615
4642
|
COPYRIGHT AND PERMISSION NOTICE
|
|
4616
4643
|
|
|
4617
|
-
Copyright ©
|
|
4644
|
+
Copyright © 1991-2023 Unicode, Inc.
|
|
4618
4645
|
|
|
4619
4646
|
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
4620
4647
|
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
@@ -4650,12 +4677,5 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
|
4650
4677
|
dealings in these Data Files or Software without prior written
|
|
4651
4678
|
authorization of the copyright holder.
|
|
4652
4679
|
|
|
4653
|
-
SPDX-License-Identifier: Unicode-3.0
|
|
4654
|
-
|
|
4655
|
-
—
|
|
4656
|
-
|
|
4657
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
4658
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
|
4659
|
-
|
|
4660
4680
|
````
|
|
4661
4681
|
|