@deveco-codegenie/mcp-bridge-win32-x64 0.2.4 → 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 +1357 -1337
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -7,14 +7,13 @@
|
|
|
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
19
|
---
|
|
@@ -23,23 +22,21 @@
|
|
|
23
22
|
|
|
24
23
|
### Rust Crates:
|
|
25
24
|
|
|
26
|
-
- [
|
|
25
|
+
- [adler2](https://github.com/oyvindln/adler2) (2.0.1)
|
|
27
26
|
|
|
28
27
|
````text
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
Copyright (c) 2025 Goat
|
|
28
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
32
29
|
|
|
33
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
34
|
-
purpose with or without fee is hereby granted.
|
|
30
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
31
|
+
any purpose with or without fee is hereby granted.
|
|
35
32
|
|
|
36
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
37
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
38
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
39
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
40
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
41
|
-
|
|
42
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
38
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
39
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
43
40
|
|
|
44
41
|
````
|
|
45
42
|
|
|
@@ -75,12 +72,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
75
72
|
|
|
76
73
|
### Rust Crates:
|
|
77
74
|
|
|
78
|
-
- [
|
|
75
|
+
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
79
76
|
|
|
80
77
|
````text
|
|
81
78
|
BSD Zero Clause License
|
|
82
79
|
|
|
83
|
-
Copyright (c)
|
|
80
|
+
Copyright (c) 2025 Goat
|
|
84
81
|
|
|
85
82
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
86
83
|
purpose with or without fee is hereby granted.
|
|
@@ -92,6 +89,7 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
92
89
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
93
90
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
94
91
|
PERFORMANCE OF THIS SOFTWARE.
|
|
92
|
+
|
|
95
93
|
````
|
|
96
94
|
|
|
97
95
|
---
|
|
@@ -100,22 +98,23 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
100
98
|
|
|
101
99
|
### Rust Crates:
|
|
102
100
|
|
|
103
|
-
- [
|
|
101
|
+
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
104
102
|
|
|
105
103
|
````text
|
|
106
|
-
|
|
104
|
+
BSD Zero Clause License
|
|
107
105
|
|
|
108
|
-
|
|
109
|
-
any purpose with or without fee is hereby granted.
|
|
106
|
+
Copyright (c) 2023 kotauskas
|
|
110
107
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
114
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
115
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
116
|
-
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
117
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
108
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
109
|
+
purpose with or without fee is hereby granted.
|
|
118
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.
|
|
119
118
|
````
|
|
120
119
|
|
|
121
120
|
---
|
|
@@ -124,7 +123,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
124
123
|
|
|
125
124
|
### Rust Crates:
|
|
126
125
|
|
|
127
|
-
- [
|
|
126
|
+
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
127
|
+
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
128
|
+
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
128
129
|
|
|
129
130
|
````text
|
|
130
131
|
Apache License
|
|
@@ -315,7 +316,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
315
316
|
same "printed page" as the copyright notice for easier
|
|
316
317
|
identification within third-party archives.
|
|
317
318
|
|
|
318
|
-
Copyright
|
|
319
|
+
Copyright [yyyy] [name of copyright owner]
|
|
319
320
|
|
|
320
321
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
321
322
|
you may not use this file except in compliance with the License.
|
|
@@ -337,9 +338,94 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
337
338
|
|
|
338
339
|
### Rust Crates:
|
|
339
340
|
|
|
340
|
-
- [
|
|
341
|
-
- [
|
|
342
|
-
- [
|
|
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
|
+
|
|
428
|
+
- [zopfli](https://github.com/zopfli-rs/zopfli) (0.8.3)
|
|
343
429
|
|
|
344
430
|
````text
|
|
345
431
|
Apache License
|
|
@@ -530,7 +616,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
530
616
|
same "printed page" as the copyright notice for easier
|
|
531
617
|
identification within third-party archives.
|
|
532
618
|
|
|
533
|
-
Copyright
|
|
619
|
+
Copyright 2011 Google Inc.
|
|
534
620
|
|
|
535
621
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
536
622
|
you may not use this file except in compliance with the License.
|
|
@@ -548,93 +634,6 @@ OF OR IN CONNECTION WITH THE USE OR 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,10 +703,10 @@ 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)
|
|
709
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
711
710
|
|
|
712
711
|
Permission is hereby granted, free of charge, to any
|
|
713
712
|
person obtaining a copy of this software and associated
|
|
@@ -741,10 +740,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
741
740
|
|
|
742
741
|
### Rust Crates:
|
|
743
742
|
|
|
744
|
-
- [
|
|
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)
|
|
745
746
|
|
|
746
747
|
````text
|
|
747
|
-
|
|
748
|
+
MIT License
|
|
749
|
+
|
|
750
|
+
Copyright (c) 2017 Ted Driggs
|
|
748
751
|
|
|
749
752
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
750
753
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -753,16 +756,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
753
756
|
copies of the Software, and to permit persons to whom the Software is
|
|
754
757
|
furnished to do so, subject to the following conditions:
|
|
755
758
|
|
|
756
|
-
The above copyright notice and this permission notice shall be included in
|
|
757
|
-
|
|
759
|
+
The above copyright notice and this permission notice shall be included in all
|
|
760
|
+
copies or substantial portions of the Software.
|
|
758
761
|
|
|
759
762
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
760
763
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
761
764
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
762
765
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
763
766
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
764
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
765
|
-
|
|
767
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
768
|
+
SOFTWARE.
|
|
766
769
|
|
|
767
770
|
````
|
|
768
771
|
|
|
@@ -772,10 +775,10 @@ THE SOFTWARE.
|
|
|
772
775
|
|
|
773
776
|
### Rust Crates:
|
|
774
777
|
|
|
775
|
-
- [
|
|
778
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
776
779
|
|
|
777
780
|
````text
|
|
778
|
-
Copyright (c)
|
|
781
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
779
782
|
|
|
780
783
|
Permission is hereby granted, free of charge, to any
|
|
781
784
|
person obtaining a copy of this software and associated
|
|
@@ -809,12 +812,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
809
812
|
|
|
810
813
|
### Rust Crates:
|
|
811
814
|
|
|
812
|
-
- [
|
|
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)
|
|
813
818
|
|
|
814
819
|
````text
|
|
815
820
|
MIT License
|
|
816
821
|
|
|
817
|
-
Copyright (c)
|
|
822
|
+
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
818
823
|
|
|
819
824
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
820
825
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -842,29 +847,34 @@ SOFTWARE.
|
|
|
842
847
|
|
|
843
848
|
### Rust Crates:
|
|
844
849
|
|
|
845
|
-
- [
|
|
846
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
850
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
847
851
|
|
|
848
852
|
````text
|
|
849
|
-
Copyright (c)
|
|
853
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
850
854
|
|
|
851
|
-
Permission is hereby granted, free of charge, to any
|
|
852
|
-
of this software and associated
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
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:
|
|
857
864
|
|
|
858
|
-
The above copyright notice and this permission notice
|
|
859
|
-
copies or substantial portions
|
|
865
|
+
The above copyright notice and this permission notice
|
|
866
|
+
shall be included in all copies or substantial portions
|
|
867
|
+
of the Software.
|
|
860
868
|
|
|
861
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
862
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
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.
|
|
868
878
|
|
|
869
879
|
````
|
|
870
880
|
|
|
@@ -874,15 +884,12 @@ SOFTWARE.
|
|
|
874
884
|
|
|
875
885
|
### Rust Crates:
|
|
876
886
|
|
|
877
|
-
- [
|
|
878
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
879
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
880
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
887
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
881
888
|
|
|
882
889
|
````text
|
|
883
890
|
The MIT License (MIT)
|
|
884
891
|
|
|
885
|
-
Copyright (c) 2015
|
|
892
|
+
Copyright (c) 2015 Alice Maz
|
|
886
893
|
|
|
887
894
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
888
895
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -910,32 +917,32 @@ THE SOFTWARE.
|
|
|
910
917
|
|
|
911
918
|
### Rust Crates:
|
|
912
919
|
|
|
913
|
-
- [
|
|
914
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
915
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
920
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
916
921
|
|
|
917
922
|
````text
|
|
918
|
-
MIT License
|
|
919
|
-
|
|
920
|
-
Copyright (c)
|
|
921
|
-
|
|
922
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
923
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
924
|
-
in the Software without restriction, including without limitation the rights
|
|
925
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
926
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
927
|
-
furnished to do so, subject to the following conditions:
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
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.
|
|
939
946
|
|
|
940
947
|
````
|
|
941
948
|
|
|
@@ -945,10 +952,10 @@ SOFTWARE.
|
|
|
945
952
|
|
|
946
953
|
### Rust Crates:
|
|
947
954
|
|
|
948
|
-
- [
|
|
955
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
949
956
|
|
|
950
957
|
````text
|
|
951
|
-
Copyright (c)
|
|
958
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
952
959
|
|
|
953
960
|
Permission is hereby granted, free of charge, to any
|
|
954
961
|
person obtaining a copy of this software and associated
|
|
@@ -982,10 +989,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
982
989
|
|
|
983
990
|
### Rust Crates:
|
|
984
991
|
|
|
985
|
-
- [
|
|
992
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
986
993
|
|
|
987
994
|
````text
|
|
988
|
-
|
|
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
|
|
989
1031
|
|
|
990
1032
|
Permission is hereby granted, free of charge, to any
|
|
991
1033
|
person obtaining a copy of this software and associated
|
|
@@ -1017,14 +1059,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1017
1059
|
|
|
1018
1060
|
## The following dependencies are licensed under the MIT License:
|
|
1019
1061
|
|
|
1062
|
+
### NPM Packages:
|
|
1063
|
+
|
|
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)
|
|
1066
|
+
|
|
1067
|
+
````text
|
|
1068
|
+
MIT License
|
|
1069
|
+
|
|
1070
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
1071
|
+
|
|
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:
|
|
1078
|
+
|
|
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.
|
|
1089
|
+
|
|
1090
|
+
````
|
|
1091
|
+
|
|
1092
|
+
---
|
|
1093
|
+
|
|
1094
|
+
## The following dependencies are licensed under the MIT License:
|
|
1095
|
+
|
|
1020
1096
|
### Rust Crates:
|
|
1021
1097
|
|
|
1022
|
-
- [
|
|
1023
|
-
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
1024
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
1098
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
1025
1099
|
|
|
1026
1100
|
````text
|
|
1027
|
-
Copyright (c)
|
|
1101
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
1028
1102
|
|
|
1029
1103
|
Permission is hereby granted, free of charge, to any
|
|
1030
1104
|
person obtaining a copy of this software and associated
|
|
@@ -1058,10 +1132,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1058
1132
|
|
|
1059
1133
|
### Rust Crates:
|
|
1060
1134
|
|
|
1061
|
-
- [
|
|
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)
|
|
1062
1141
|
|
|
1063
1142
|
````text
|
|
1064
|
-
Copyright (c) 2019
|
|
1143
|
+
Copyright (c) 2019 Tokio Contributors
|
|
1065
1144
|
|
|
1066
1145
|
Permission is hereby granted, free of charge, to any
|
|
1067
1146
|
person obtaining a copy of this software and associated
|
|
@@ -1095,15 +1174,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1095
1174
|
|
|
1096
1175
|
### Rust Crates:
|
|
1097
1176
|
|
|
1098
|
-
- [
|
|
1099
|
-
- [
|
|
1100
|
-
- [
|
|
1101
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1102
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1103
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
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)
|
|
1104
1180
|
|
|
1105
1181
|
````text
|
|
1106
|
-
|
|
1182
|
+
MIT License
|
|
1183
|
+
|
|
1184
|
+
Copyright (c) Tokio Contributors
|
|
1185
|
+
|
|
1186
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1187
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1188
|
+
in the Software without restriction, including without limitation the rights
|
|
1189
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1190
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1191
|
+
furnished to do so, subject to the following conditions:
|
|
1192
|
+
|
|
1193
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1194
|
+
copies or substantial portions of the Software.
|
|
1195
|
+
|
|
1196
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1197
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1198
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1199
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1200
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1201
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1202
|
+
SOFTWARE.
|
|
1203
|
+
|
|
1204
|
+
````
|
|
1205
|
+
|
|
1206
|
+
---
|
|
1207
|
+
|
|
1208
|
+
## The following dependencies are licensed under the MIT License:
|
|
1209
|
+
|
|
1210
|
+
### Rust Crates:
|
|
1211
|
+
|
|
1212
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1213
|
+
|
|
1214
|
+
````text
|
|
1215
|
+
Copyright Mozilla Foundation
|
|
1107
1216
|
|
|
1108
1217
|
Permission is hereby granted, free of charge, to any
|
|
1109
1218
|
person obtaining a copy of this software and associated
|
|
@@ -1137,12 +1246,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1137
1246
|
|
|
1138
1247
|
### Rust Crates:
|
|
1139
1248
|
|
|
1140
|
-
- [
|
|
1249
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
1141
1250
|
|
|
1142
1251
|
````text
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
Copyright (c) [2021] [Marvin Countryman]
|
|
1252
|
+
Copyright (c) 2017 Sean McArthur
|
|
1146
1253
|
|
|
1147
1254
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1148
1255
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1151,16 +1258,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1151
1258
|
copies of the Software, and to permit persons to whom the Software is
|
|
1152
1259
|
furnished to do so, subject to the following conditions:
|
|
1153
1260
|
|
|
1154
|
-
The above copyright notice and this permission notice shall be included in
|
|
1155
|
-
copies or substantial portions of the Software.
|
|
1261
|
+
The above copyright notice and this permission notice shall be included in
|
|
1262
|
+
all copies or substantial portions of the Software.
|
|
1156
1263
|
|
|
1157
1264
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1158
1265
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1159
1266
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1160
1267
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1161
1268
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1162
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1163
|
-
SOFTWARE.
|
|
1269
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1270
|
+
THE SOFTWARE.
|
|
1271
|
+
|
|
1164
1272
|
|
|
1165
1273
|
````
|
|
1166
1274
|
|
|
@@ -1170,10 +1278,11 @@ SOFTWARE.
|
|
|
1170
1278
|
|
|
1171
1279
|
### Rust Crates:
|
|
1172
1280
|
|
|
1173
|
-
- [
|
|
1281
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1174
1282
|
|
|
1175
1283
|
````text
|
|
1176
|
-
Copyright (c)
|
|
1284
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1285
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1177
1286
|
|
|
1178
1287
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1179
1288
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1182,17 +1291,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1182
1291
|
copies of the Software, and to permit persons to whom the Software is
|
|
1183
1292
|
furnished to do so, subject to the following conditions:
|
|
1184
1293
|
|
|
1185
|
-
The above copyright notice and this permission notice shall be included in
|
|
1186
|
-
|
|
1294
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1295
|
+
copies or substantial portions of the Software.
|
|
1187
1296
|
|
|
1188
1297
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1189
1298
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1190
1299
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1191
1300
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1192
1301
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1193
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1194
|
-
|
|
1195
|
-
|
|
1302
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1303
|
+
SOFTWARE.
|
|
1196
1304
|
|
|
1197
1305
|
````
|
|
1198
1306
|
|
|
@@ -1202,30 +1310,51 @@ THE SOFTWARE.
|
|
|
1202
1310
|
|
|
1203
1311
|
### Rust Crates:
|
|
1204
1312
|
|
|
1205
|
-
- [
|
|
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)
|
|
1206
1338
|
|
|
1207
1339
|
````text
|
|
1208
|
-
|
|
1209
|
-
Copyright (c) 2016 Alex Crichton
|
|
1340
|
+
MIT License
|
|
1210
1341
|
|
|
1211
|
-
|
|
1212
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1213
|
-
in the Software without restriction, including without limitation the rights
|
|
1214
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1215
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1216
|
-
furnished to do so, subject to the following conditions:
|
|
1342
|
+
Copyright (c) <year> <copyright holders>
|
|
1217
1343
|
|
|
1218
|
-
|
|
1219
|
-
|
|
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:
|
|
1220
1349
|
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1224
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1225
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1226
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1227
|
-
THE SOFTWARE.
|
|
1350
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1351
|
+
portions of the Software.
|
|
1228
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.
|
|
1229
1358
|
|
|
1230
1359
|
````
|
|
1231
1360
|
|
|
@@ -1235,12 +1364,10 @@ THE SOFTWARE.
|
|
|
1235
1364
|
|
|
1236
1365
|
### Rust Crates:
|
|
1237
1366
|
|
|
1238
|
-
- [
|
|
1239
|
-
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1240
|
-
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1367
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1241
1368
|
|
|
1242
1369
|
````text
|
|
1243
|
-
Copyright (c)
|
|
1370
|
+
Copyright (c) 2016--2017
|
|
1244
1371
|
|
|
1245
1372
|
Permission is hereby granted, free of charge, to any
|
|
1246
1373
|
person obtaining a copy of this software and associated
|
|
@@ -1274,11 +1401,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1274
1401
|
|
|
1275
1402
|
### Rust Crates:
|
|
1276
1403
|
|
|
1277
|
-
- [
|
|
1404
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
1278
1405
|
|
|
1279
1406
|
````text
|
|
1280
|
-
|
|
1281
|
-
|
|
1407
|
+
MIT License
|
|
1408
|
+
|
|
1409
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
1282
1410
|
|
|
1283
1411
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1284
1412
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1287,53 +1415,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1287
1415
|
copies of the Software, and to permit persons to whom the Software is
|
|
1288
1416
|
furnished to do so, subject to the following conditions:
|
|
1289
1417
|
|
|
1290
|
-
The above copyright notice and this permission notice shall be included in
|
|
1291
|
-
|
|
1418
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1419
|
+
copies or substantial portions of the Software.
|
|
1292
1420
|
|
|
1293
1421
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1294
1422
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1295
1423
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1296
1424
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1297
1425
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1298
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
````
|
|
1302
|
-
|
|
1303
|
-
---
|
|
1304
|
-
|
|
1305
|
-
## The following dependencies are licensed under the MIT License:
|
|
1306
|
-
|
|
1307
|
-
### Rust Crates:
|
|
1308
|
-
|
|
1309
|
-
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
1310
|
-
|
|
1311
|
-
````text
|
|
1312
|
-
Copyright Mozilla Foundation
|
|
1313
|
-
|
|
1314
|
-
Permission is hereby granted, free of charge, to any
|
|
1315
|
-
person obtaining a copy of this software and associated
|
|
1316
|
-
documentation files (the "Software"), to deal in the
|
|
1317
|
-
Software without restriction, including without
|
|
1318
|
-
limitation the rights to use, copy, modify, merge,
|
|
1319
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1320
|
-
the Software, and to permit persons to whom the Software
|
|
1321
|
-
is furnished to do so, subject to the following
|
|
1322
|
-
conditions:
|
|
1323
|
-
|
|
1324
|
-
The above copyright notice and this permission notice
|
|
1325
|
-
shall be included in all copies or substantial portions
|
|
1326
|
-
of the Software.
|
|
1327
|
-
|
|
1328
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1329
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1330
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1331
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1332
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1333
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1334
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1335
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1336
|
-
DEALINGS IN THE SOFTWARE.
|
|
1426
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1427
|
+
SOFTWARE.
|
|
1337
1428
|
|
|
1338
1429
|
````
|
|
1339
1430
|
|
|
@@ -1343,10 +1434,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1343
1434
|
|
|
1344
1435
|
### Rust Crates:
|
|
1345
1436
|
|
|
1346
|
-
- [
|
|
1437
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1347
1438
|
|
|
1348
1439
|
````text
|
|
1349
|
-
Copyright (c)
|
|
1440
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1350
1441
|
|
|
1351
1442
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1352
1443
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1374,50 +1465,13 @@ THE SOFTWARE.
|
|
|
1374
1465
|
|
|
1375
1466
|
### Rust Crates:
|
|
1376
1467
|
|
|
1377
|
-
- [
|
|
1378
|
-
|
|
1379
|
-
````text
|
|
1380
|
-
Copyright (c) 2016 The humantime Developers
|
|
1381
|
-
|
|
1382
|
-
Includes parts of http date with the following copyright:
|
|
1383
|
-
Copyright (c) 2016 Pyfisch
|
|
1384
|
-
|
|
1385
|
-
Includes portions of musl libc with the following copyright:
|
|
1386
|
-
Copyright © 2005-2013 Rich Felker
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1390
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1391
|
-
in the Software without restriction, including without limitation the rights
|
|
1392
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1393
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1394
|
-
furnished to do so, subject to the following conditions:
|
|
1395
|
-
|
|
1396
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1397
|
-
copies or substantial portions of the Software.
|
|
1398
|
-
|
|
1399
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1400
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1401
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1402
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1403
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1404
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1405
|
-
SOFTWARE.
|
|
1406
|
-
|
|
1407
|
-
````
|
|
1408
|
-
|
|
1409
|
-
---
|
|
1410
|
-
|
|
1411
|
-
## The following dependencies are licensed under the MIT License:
|
|
1412
|
-
|
|
1413
|
-
### NPM Packages:
|
|
1414
|
-
|
|
1415
|
-
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
1468
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1469
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1416
1470
|
|
|
1417
1471
|
````text
|
|
1418
|
-
|
|
1472
|
+
MIT License
|
|
1419
1473
|
|
|
1420
|
-
Copyright (c)
|
|
1474
|
+
Copyright (c) 2019 Graham Esau
|
|
1421
1475
|
|
|
1422
1476
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1423
1477
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1437,7 +1491,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1437
1491
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1438
1492
|
SOFTWARE.
|
|
1439
1493
|
|
|
1440
|
-
|
|
1441
1494
|
````
|
|
1442
1495
|
|
|
1443
1496
|
---
|
|
@@ -1446,28 +1499,40 @@ SOFTWARE.
|
|
|
1446
1499
|
|
|
1447
1500
|
### Rust Crates:
|
|
1448
1501
|
|
|
1449
|
-
- [
|
|
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)
|
|
1450
1508
|
|
|
1451
1509
|
````text
|
|
1452
|
-
Copyright
|
|
1510
|
+
Copyright 2018 Developers of the Rand project
|
|
1511
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1453
1512
|
|
|
1454
|
-
Permission is hereby granted, free of charge, to any
|
|
1455
|
-
of this software and associated
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1513
|
+
Permission is hereby granted, free of charge, to any
|
|
1514
|
+
person obtaining a copy of this software and associated
|
|
1515
|
+
documentation files (the "Software"), to deal in the
|
|
1516
|
+
Software without restriction, including without
|
|
1517
|
+
limitation the rights to use, copy, modify, merge,
|
|
1518
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1519
|
+
the Software, and to permit persons to whom the Software
|
|
1520
|
+
is furnished to do so, subject to the following
|
|
1521
|
+
conditions:
|
|
1460
1522
|
|
|
1461
|
-
The above copyright notice and this permission notice
|
|
1462
|
-
all copies or substantial portions
|
|
1523
|
+
The above copyright notice and this permission notice
|
|
1524
|
+
shall be included in all copies or substantial portions
|
|
1525
|
+
of the Software.
|
|
1463
1526
|
|
|
1464
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1465
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1527
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1528
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1529
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1530
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1531
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1532
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1533
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1534
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1535
|
+
DEALINGS IN THE SOFTWARE.
|
|
1471
1536
|
|
|
1472
1537
|
````
|
|
1473
1538
|
|
|
@@ -1477,10 +1542,19 @@ THE SOFTWARE.
|
|
|
1477
1542
|
|
|
1478
1543
|
### Rust Crates:
|
|
1479
1544
|
|
|
1480
|
-
- [
|
|
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)
|
|
1481
1554
|
|
|
1482
1555
|
````text
|
|
1483
|
-
Copyright
|
|
1556
|
+
Copyright (c) 2016 Alex Crichton
|
|
1557
|
+
Copyright (c) 2017 The Tokio Authors
|
|
1484
1558
|
|
|
1485
1559
|
Permission is hereby granted, free of charge, to any
|
|
1486
1560
|
person obtaining a copy of this software and associated
|
|
@@ -1506,7 +1580,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1506
1580
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1507
1581
|
DEALINGS IN THE SOFTWARE.
|
|
1508
1582
|
|
|
1509
|
-
|
|
1510
1583
|
````
|
|
1511
1584
|
|
|
1512
1585
|
---
|
|
@@ -1515,15 +1588,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1515
1588
|
|
|
1516
1589
|
### Rust Crates:
|
|
1517
1590
|
|
|
1518
|
-
- [
|
|
1519
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
1520
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
1521
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
1522
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
1523
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1591
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1524
1592
|
|
|
1525
1593
|
````text
|
|
1526
|
-
Copyright (c)
|
|
1594
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1527
1595
|
|
|
1528
1596
|
Permission is hereby granted, free of charge, to any
|
|
1529
1597
|
person obtaining a copy of this software and associated
|
|
@@ -1557,98 +1625,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1557
1625
|
|
|
1558
1626
|
### Rust Crates:
|
|
1559
1627
|
|
|
1560
|
-
- [
|
|
1628
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1561
1629
|
|
|
1562
1630
|
````text
|
|
1563
|
-
|
|
1631
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1564
1632
|
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
furnished to do so, subject to the following
|
|
1573
|
-
|
|
1574
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1575
|
-
copies or substantial portions of the Software.
|
|
1576
|
-
|
|
1577
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1578
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1579
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1580
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1581
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1582
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1583
|
-
SOFTWARE.
|
|
1584
|
-
|
|
1585
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1586
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1587
|
-
````
|
|
1588
|
-
|
|
1589
|
-
---
|
|
1590
|
-
|
|
1591
|
-
## The following dependencies are licensed under the MIT License:
|
|
1592
|
-
|
|
1593
|
-
### Rust Crates:
|
|
1594
|
-
|
|
1595
|
-
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1596
|
-
|
|
1597
|
-
````text
|
|
1598
|
-
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1599
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1600
|
-
|
|
1601
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1602
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1603
|
-
in the Software without restriction, including without limitation the rights
|
|
1604
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1605
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1606
|
-
furnished to do so, subject to the following conditions:
|
|
1607
|
-
|
|
1608
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1609
|
-
copies or substantial portions of the Software.
|
|
1610
|
-
|
|
1611
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1612
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1613
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1614
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1615
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1616
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1617
|
-
SOFTWARE.
|
|
1618
|
-
|
|
1619
|
-
````
|
|
1620
|
-
|
|
1621
|
-
---
|
|
1622
|
-
|
|
1623
|
-
## The following dependencies are licensed under the MIT License:
|
|
1624
|
-
|
|
1625
|
-
### NPM Packages:
|
|
1626
|
-
|
|
1627
|
-
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1628
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
1629
|
-
|
|
1630
|
-
````text
|
|
1631
|
-
MIT License
|
|
1632
|
-
|
|
1633
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
1634
|
-
|
|
1635
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1636
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1637
|
-
in the Software without restriction, including without limitation the rights
|
|
1638
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1639
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1640
|
-
furnished to do so, subject to the following conditions:
|
|
1633
|
+
Permission is hereby granted, free of charge, to any
|
|
1634
|
+
person obtaining a copy of this software and associated
|
|
1635
|
+
documentation files (the "Software"), to deal in the
|
|
1636
|
+
Software without restriction, including without
|
|
1637
|
+
limitation the rights to use, copy, modify, merge,
|
|
1638
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1639
|
+
the Software, and to permit persons to whom the Software
|
|
1640
|
+
is furnished to do so, subject to the following
|
|
1641
|
+
conditions:
|
|
1641
1642
|
|
|
1642
|
-
The above copyright notice and this permission notice
|
|
1643
|
-
copies or substantial portions
|
|
1643
|
+
The above copyright notice and this permission notice
|
|
1644
|
+
shall be included in all copies or substantial portions
|
|
1645
|
+
of the Software.
|
|
1644
1646
|
|
|
1645
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1646
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1647
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1648
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1649
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1650
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1651
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1652
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1653
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1654
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1655
|
+
DEALINGS IN THE SOFTWARE.
|
|
1652
1656
|
|
|
1653
1657
|
````
|
|
1654
1658
|
|
|
@@ -1658,30 +1662,17 @@ SOFTWARE.
|
|
|
1658
1662
|
|
|
1659
1663
|
### Rust Crates:
|
|
1660
1664
|
|
|
1661
|
-
- [
|
|
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)
|
|
1662
1669
|
|
|
1663
1670
|
````text
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1667
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1668
|
-
in the Software without restriction, including without limitation the rights
|
|
1669
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1670
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1671
|
-
furnished to do so, subject to the following conditions:
|
|
1672
|
-
|
|
1673
|
-
The above copyright notice and this permission notice shall be included in
|
|
1674
|
-
all copies or substantial portions of the Software.
|
|
1675
|
-
|
|
1676
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1677
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1678
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1679
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1680
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1681
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1682
|
-
THE SOFTWARE.
|
|
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:
|
|
1683
1672
|
|
|
1673
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1684
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.
|
|
1685
1676
|
````
|
|
1686
1677
|
|
|
1687
1678
|
---
|
|
@@ -1690,11 +1681,9 @@ THE SOFTWARE.
|
|
|
1690
1681
|
|
|
1691
1682
|
### Rust Crates:
|
|
1692
1683
|
|
|
1693
|
-
- [
|
|
1684
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
1694
1685
|
|
|
1695
1686
|
````text
|
|
1696
|
-
Copyright 2019-2024 YOSHIOKA Takuma
|
|
1697
|
-
|
|
1698
1687
|
Permission is hereby granted, free of charge, to any
|
|
1699
1688
|
person obtaining a copy of this software and associated
|
|
1700
1689
|
documentation files (the "Software"), to deal in the
|
|
@@ -1718,7 +1707,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1718
1707
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1719
1708
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1720
1709
|
DEALINGS IN THE SOFTWARE.
|
|
1721
|
-
|
|
1722
1710
|
````
|
|
1723
1711
|
|
|
1724
1712
|
---
|
|
@@ -1727,30 +1715,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1727
1715
|
|
|
1728
1716
|
### Rust Crates:
|
|
1729
1717
|
|
|
1730
|
-
- [
|
|
1718
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
1731
1719
|
|
|
1732
1720
|
````text
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
Copyright (c) 2017 Nikolai Vazquez
|
|
1721
|
+
Copyright (c) 2019 Carl Lerche
|
|
1736
1722
|
|
|
1737
|
-
Permission is hereby granted, free of charge, to any
|
|
1738
|
-
of this software and associated
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
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:
|
|
1743
1732
|
|
|
1744
|
-
The above copyright notice and this permission notice
|
|
1745
|
-
copies or substantial portions
|
|
1733
|
+
The above copyright notice and this permission notice
|
|
1734
|
+
shall be included in all copies or substantial portions
|
|
1735
|
+
of the Software.
|
|
1746
1736
|
|
|
1747
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1748
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
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.
|
|
1754
1746
|
|
|
1755
1747
|
````
|
|
1756
1748
|
|
|
@@ -1760,11 +1752,11 @@ SOFTWARE.
|
|
|
1760
1752
|
|
|
1761
1753
|
### Rust Crates:
|
|
1762
1754
|
|
|
1763
|
-
- [
|
|
1755
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1764
1756
|
|
|
1765
1757
|
````text
|
|
1766
|
-
Copyright (c)
|
|
1767
|
-
Copyright (c)
|
|
1758
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1759
|
+
Copyright (c) 2016 Alex Crichton
|
|
1768
1760
|
|
|
1769
1761
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1770
1762
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1784,39 +1776,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1784
1776
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1785
1777
|
THE SOFTWARE.
|
|
1786
1778
|
|
|
1787
|
-
````
|
|
1788
|
-
|
|
1789
|
-
---
|
|
1790
|
-
|
|
1791
|
-
## The following dependencies are licensed under the MIT License:
|
|
1792
|
-
|
|
1793
|
-
### Rust Crates:
|
|
1794
|
-
|
|
1795
|
-
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
1796
|
-
|
|
1797
|
-
````text
|
|
1798
|
-
MIT License
|
|
1799
|
-
|
|
1800
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1801
|
-
Copyright (c) Tokio Contributors
|
|
1802
|
-
|
|
1803
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1804
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1805
|
-
in the Software without restriction, including without limitation the rights
|
|
1806
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1807
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1808
|
-
furnished to do so, subject to the following conditions:
|
|
1809
|
-
|
|
1810
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1811
|
-
copies or substantial portions of the Software.
|
|
1812
|
-
|
|
1813
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1814
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1815
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1816
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1817
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1818
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1819
|
-
SOFTWARE.
|
|
1820
1779
|
|
|
1821
1780
|
````
|
|
1822
1781
|
|
|
@@ -1826,28 +1785,34 @@ SOFTWARE.
|
|
|
1826
1785
|
|
|
1827
1786
|
### Rust Crates:
|
|
1828
1787
|
|
|
1829
|
-
- [
|
|
1788
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
1830
1789
|
|
|
1831
1790
|
````text
|
|
1832
|
-
Copyright (c)
|
|
1791
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
1833
1792
|
|
|
1834
|
-
Permission is hereby granted, free of charge, to any
|
|
1835
|
-
of this software and associated
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1793
|
+
Permission is hereby granted, free of charge, to any
|
|
1794
|
+
person obtaining a copy of this software and associated
|
|
1795
|
+
documentation files (the "Software"), to deal in the
|
|
1796
|
+
Software without restriction, including without
|
|
1797
|
+
limitation the rights to use, copy, modify, merge,
|
|
1798
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1799
|
+
the Software, and to permit persons to whom the Software
|
|
1800
|
+
is furnished to do so, subject to the following
|
|
1801
|
+
conditions:
|
|
1840
1802
|
|
|
1841
|
-
The above copyright notice and this permission notice
|
|
1842
|
-
all copies or substantial portions
|
|
1803
|
+
The above copyright notice and this permission notice
|
|
1804
|
+
shall be included in all copies or substantial portions
|
|
1805
|
+
of the Software.
|
|
1843
1806
|
|
|
1844
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1845
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1807
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1808
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1809
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1810
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1811
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1812
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1813
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1814
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1815
|
+
DEALINGS IN THE SOFTWARE.
|
|
1851
1816
|
|
|
1852
1817
|
````
|
|
1853
1818
|
|
|
@@ -1857,32 +1822,34 @@ THE SOFTWARE.
|
|
|
1857
1822
|
|
|
1858
1823
|
### Rust Crates:
|
|
1859
1824
|
|
|
1860
|
-
- [
|
|
1861
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1862
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1825
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1863
1826
|
|
|
1864
1827
|
````text
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
Copyright (c) Tokio Contributors
|
|
1828
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1868
1829
|
|
|
1869
|
-
Permission is hereby granted, free of charge, to any
|
|
1870
|
-
of this software and associated
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
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:
|
|
1875
1839
|
|
|
1876
|
-
The above copyright notice and this permission notice
|
|
1877
|
-
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.
|
|
1878
1843
|
|
|
1879
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1880
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
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.
|
|
1886
1853
|
|
|
1887
1854
|
````
|
|
1888
1855
|
|
|
@@ -1890,29 +1857,36 @@ SOFTWARE.
|
|
|
1890
1857
|
|
|
1891
1858
|
## The following dependencies are licensed under the MIT License:
|
|
1892
1859
|
|
|
1893
|
-
###
|
|
1860
|
+
### Rust Crates:
|
|
1894
1861
|
|
|
1895
|
-
- [
|
|
1862
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
1896
1863
|
|
|
1897
1864
|
````text
|
|
1898
|
-
|
|
1865
|
+
Copyright (c) The Rust Project Developers
|
|
1899
1866
|
|
|
1900
|
-
Permission is hereby granted, free of charge, to any
|
|
1901
|
-
|
|
1902
|
-
the Software
|
|
1903
|
-
|
|
1904
|
-
the
|
|
1905
|
-
|
|
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:
|
|
1906
1876
|
|
|
1907
|
-
The above copyright notice and this permission notice
|
|
1908
|
-
copies or substantial portions
|
|
1877
|
+
The above copyright notice and this permission notice
|
|
1878
|
+
shall be included in all copies or substantial portions
|
|
1879
|
+
of the Software.
|
|
1909
1880
|
|
|
1910
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1911
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
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.
|
|
1916
1890
|
|
|
1917
1891
|
````
|
|
1918
1892
|
|
|
@@ -1922,66 +1896,35 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1922
1896
|
|
|
1923
1897
|
### Rust Crates:
|
|
1924
1898
|
|
|
1925
|
-
- [
|
|
1926
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1899
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1927
1900
|
|
|
1928
1901
|
````text
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
Copyright (c) 2019 Graham Esau
|
|
1932
|
-
|
|
1933
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1934
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1935
|
-
in the Software without restriction, including without limitation the rights
|
|
1936
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1937
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1938
|
-
furnished to do so, subject to the following conditions:
|
|
1939
|
-
|
|
1940
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1941
|
-
copies or substantial portions of the Software.
|
|
1942
|
-
|
|
1943
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1944
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1945
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1946
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1947
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1948
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1949
|
-
SOFTWARE.
|
|
1950
|
-
|
|
1951
|
-
````
|
|
1952
|
-
|
|
1953
|
-
---
|
|
1902
|
+
Copyright 2023 The Fuchsia Authors
|
|
1954
1903
|
|
|
1955
|
-
|
|
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:
|
|
1956
1913
|
|
|
1957
|
-
|
|
1914
|
+
The above copyright notice and this permission notice
|
|
1915
|
+
shall be included in all copies or substantial portions
|
|
1916
|
+
of the Software.
|
|
1958
1917
|
|
|
1959
|
-
|
|
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.
|
|
1960
1927
|
|
|
1961
|
-
````text
|
|
1962
|
-
The MIT License (MIT)
|
|
1963
|
-
|
|
1964
|
-
Copyright (c) 2016 Johann Tuffe
|
|
1965
|
-
|
|
1966
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1967
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1968
|
-
in the Software without restriction, including without limitation the rights
|
|
1969
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1970
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1971
|
-
furnished to do so, subject to the following conditions:
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
The above copyright notice and this permission notice shall be included in
|
|
1975
|
-
all copies or substantial portions of the Software.
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1979
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1980
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1981
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1982
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1983
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1984
|
-
THE SOFTWARE.
|
|
1985
1928
|
|
|
1986
1929
|
````
|
|
1987
1930
|
|
|
@@ -1991,11 +1934,13 @@ THE SOFTWARE.
|
|
|
1991
1934
|
|
|
1992
1935
|
### Rust Crates:
|
|
1993
1936
|
|
|
1994
|
-
- [
|
|
1937
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1938
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1995
1939
|
|
|
1996
1940
|
````text
|
|
1997
|
-
Copyright (c)
|
|
1998
|
-
Copyright (c)
|
|
1941
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1942
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1943
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1999
1944
|
|
|
2000
1945
|
Permission is hereby granted, free of charge, to any
|
|
2001
1946
|
person obtaining a copy of this software and associated
|
|
@@ -2029,12 +1974,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2029
1974
|
|
|
2030
1975
|
### Rust Crates:
|
|
2031
1976
|
|
|
2032
|
-
- [
|
|
1977
|
+
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
2033
1978
|
|
|
2034
1979
|
````text
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
Copyright (c) 2015 Alice Maz
|
|
1980
|
+
Copyright (c) 2019 Eliza Weisman
|
|
2038
1981
|
|
|
2039
1982
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2040
1983
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2062,19 +2005,76 @@ THE SOFTWARE.
|
|
|
2062
2005
|
|
|
2063
2006
|
### Rust Crates:
|
|
2064
2007
|
|
|
2065
|
-
- [
|
|
2066
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2067
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2068
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2069
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2070
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2071
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2072
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2073
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2008
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2074
2009
|
|
|
2075
2010
|
````text
|
|
2076
|
-
|
|
2077
|
-
|
|
2011
|
+
The MIT License (MIT)
|
|
2012
|
+
|
|
2013
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2014
|
+
|
|
2015
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2016
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2017
|
+
in the Software without restriction, including without limitation the rights
|
|
2018
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2019
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2020
|
+
furnished to do so, subject to the following conditions:
|
|
2021
|
+
|
|
2022
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2023
|
+
copies or substantial portions of the Software.
|
|
2024
|
+
|
|
2025
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2026
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2027
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2028
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2029
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2030
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2031
|
+
SOFTWARE.
|
|
2032
|
+
|
|
2033
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2034
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2035
|
+
````
|
|
2036
|
+
|
|
2037
|
+
---
|
|
2038
|
+
|
|
2039
|
+
## The following dependencies are licensed under the MIT License:
|
|
2040
|
+
|
|
2041
|
+
### Rust Crates:
|
|
2042
|
+
|
|
2043
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2044
|
+
|
|
2045
|
+
````text
|
|
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
|
|
2078
2078
|
|
|
2079
2079
|
Permission is hereby granted, free of charge, to any
|
|
2080
2080
|
person obtaining a copy of this software and associated
|
|
@@ -2108,10 +2108,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2108
2108
|
|
|
2109
2109
|
### Rust Crates:
|
|
2110
2110
|
|
|
2111
|
-
- [
|
|
2111
|
+
- [humantime](https://github.com/chronotope/humantime) (2.3.0)
|
|
2112
2112
|
|
|
2113
2113
|
````text
|
|
2114
|
-
Copyright (c)
|
|
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
|
|
2121
|
+
|
|
2115
2122
|
|
|
2116
2123
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2117
2124
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2120,16 +2127,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2120
2127
|
copies of the Software, and to permit persons to whom the Software is
|
|
2121
2128
|
furnished to do so, subject to the following conditions:
|
|
2122
2129
|
|
|
2123
|
-
The above copyright notice and this permission notice shall be included in
|
|
2124
|
-
|
|
2130
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2131
|
+
copies or substantial portions of the Software.
|
|
2125
2132
|
|
|
2126
2133
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2127
2134
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2128
2135
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2129
2136
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2130
2137
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2131
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2132
|
-
|
|
2138
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2139
|
+
SOFTWARE.
|
|
2133
2140
|
|
|
2134
2141
|
````
|
|
2135
2142
|
|
|
@@ -2139,10 +2146,10 @@ THE SOFTWARE.
|
|
|
2139
2146
|
|
|
2140
2147
|
### Rust Crates:
|
|
2141
2148
|
|
|
2142
|
-
- [
|
|
2149
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2143
2150
|
|
|
2144
2151
|
````text
|
|
2145
|
-
Copyright (c)
|
|
2152
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2146
2153
|
|
|
2147
2154
|
Permission is hereby granted, free of charge, to any
|
|
2148
2155
|
person obtaining a copy of this software and associated
|
|
@@ -2176,10 +2183,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2176
2183
|
|
|
2177
2184
|
### Rust Crates:
|
|
2178
2185
|
|
|
2179
|
-
- [
|
|
2186
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2180
2187
|
|
|
2181
2188
|
````text
|
|
2182
|
-
Copyright
|
|
2189
|
+
Copyright 2016 Nika Layzell
|
|
2190
|
+
|
|
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:
|
|
2192
|
+
|
|
2193
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2194
|
+
|
|
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.
|
|
2196
|
+
|
|
2197
|
+
````
|
|
2198
|
+
|
|
2199
|
+
---
|
|
2200
|
+
|
|
2201
|
+
## The following dependencies are licensed under the MIT License:
|
|
2202
|
+
|
|
2203
|
+
### Rust Crates:
|
|
2204
|
+
|
|
2205
|
+
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2206
|
+
|
|
2207
|
+
````text
|
|
2208
|
+
Copyright (c) 2017 Carl Lerche
|
|
2209
|
+
Copyright (c) 2018 Bastian Köcher
|
|
2210
|
+
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2183
2211
|
|
|
2184
2212
|
Permission is hereby granted, free of charge, to any
|
|
2185
2213
|
person obtaining a copy of this software and associated
|
|
@@ -2213,12 +2241,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2213
2241
|
|
|
2214
2242
|
### Rust Crates:
|
|
2215
2243
|
|
|
2216
|
-
- [
|
|
2244
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
2217
2245
|
|
|
2218
2246
|
````text
|
|
2219
|
-
MIT License
|
|
2247
|
+
The MIT License (MIT)
|
|
2220
2248
|
|
|
2221
|
-
Copyright (c)
|
|
2249
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2222
2250
|
|
|
2223
2251
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2224
2252
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2246,47 +2274,11 @@ SOFTWARE.
|
|
|
2246
2274
|
|
|
2247
2275
|
### Rust Crates:
|
|
2248
2276
|
|
|
2249
|
-
- [
|
|
2250
|
-
|
|
2251
|
-
````text
|
|
2252
|
-
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
2253
|
-
|
|
2254
|
-
Permission is hereby granted, free of charge, to any
|
|
2255
|
-
person obtaining a copy of this software and associated
|
|
2256
|
-
documentation files (the "Software"), to deal in the
|
|
2257
|
-
Software without restriction, including without
|
|
2258
|
-
limitation the rights to use, copy, modify, merge,
|
|
2259
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2260
|
-
the Software, and to permit persons to whom the Software
|
|
2261
|
-
is furnished to do so, subject to the following
|
|
2262
|
-
conditions:
|
|
2263
|
-
|
|
2264
|
-
The above copyright notice and this permission notice
|
|
2265
|
-
shall be included in all copies or substantial portions
|
|
2266
|
-
of the Software.
|
|
2267
|
-
|
|
2268
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2269
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2270
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2271
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2272
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2273
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2274
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2275
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2276
|
-
DEALINGS IN THE SOFTWARE.
|
|
2277
|
-
|
|
2278
|
-
````
|
|
2279
|
-
|
|
2280
|
-
---
|
|
2281
|
-
|
|
2282
|
-
## The following dependencies are licensed under the MIT License:
|
|
2283
|
-
|
|
2284
|
-
### Rust Crates:
|
|
2285
|
-
|
|
2286
|
-
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
2277
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
2287
2278
|
|
|
2288
2279
|
````text
|
|
2289
|
-
Copyright (c) The
|
|
2280
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
2281
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2290
2282
|
|
|
2291
2283
|
Permission is hereby granted, free of charge, to any
|
|
2292
2284
|
person obtaining a copy of this software and associated
|
|
@@ -2320,11 +2312,38 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2320
2312
|
|
|
2321
2313
|
### Rust Crates:
|
|
2322
2314
|
|
|
2323
|
-
- [
|
|
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)
|
|
2324
2345
|
|
|
2325
2346
|
````text
|
|
2326
|
-
Copyright (c) 2014-2026 Alex Crichton
|
|
2327
|
-
|
|
2328
2347
|
Permission is hereby granted, free of charge, to any
|
|
2329
2348
|
person obtaining a copy of this software and associated
|
|
2330
2349
|
documentation files (the "Software"), to deal in the
|
|
@@ -2357,11 +2376,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2357
2376
|
|
|
2358
2377
|
### Rust Crates:
|
|
2359
2378
|
|
|
2360
|
-
- [
|
|
2379
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
2361
2380
|
|
|
2362
2381
|
````text
|
|
2363
|
-
Copyright (c)
|
|
2364
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2382
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
2365
2383
|
|
|
2366
2384
|
Permission is hereby granted, free of charge, to any
|
|
2367
2385
|
person obtaining a copy of this software and associated
|
|
@@ -2393,12 +2411,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2393
2411
|
|
|
2394
2412
|
## The following dependencies are licensed under the MIT License:
|
|
2395
2413
|
|
|
2396
|
-
###
|
|
2414
|
+
### NPM Packages:
|
|
2397
2415
|
|
|
2398
|
-
- [
|
|
2416
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
2399
2417
|
|
|
2400
2418
|
````text
|
|
2401
|
-
|
|
2419
|
+
The MIT License (MIT)
|
|
2420
|
+
|
|
2421
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
2402
2422
|
|
|
2403
2423
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2404
2424
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2418,46 +2438,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2418
2438
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2419
2439
|
THE SOFTWARE.
|
|
2420
2440
|
|
|
2421
|
-
|
|
2422
|
-
````
|
|
2423
|
-
|
|
2424
|
-
---
|
|
2425
|
-
|
|
2426
|
-
## The following dependencies are licensed under the MIT License:
|
|
2427
|
-
|
|
2428
|
-
### Rust Crates:
|
|
2429
|
-
|
|
2430
|
-
- [tokio-serde](https://github.com/carllerche/tokio-serde) (0.9.0)
|
|
2431
|
-
|
|
2432
|
-
````text
|
|
2433
|
-
Copyright (c) 2017 Carl Lerche
|
|
2434
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2435
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2436
|
-
|
|
2437
|
-
Permission is hereby granted, free of charge, to any
|
|
2438
|
-
person obtaining a copy of this software and associated
|
|
2439
|
-
documentation files (the "Software"), to deal in the
|
|
2440
|
-
Software without restriction, including without
|
|
2441
|
-
limitation the rights to use, copy, modify, merge,
|
|
2442
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2443
|
-
the Software, and to permit persons to whom the Software
|
|
2444
|
-
is furnished to do so, subject to the following
|
|
2445
|
-
conditions:
|
|
2446
|
-
|
|
2447
|
-
The above copyright notice and this permission notice
|
|
2448
|
-
shall be included in all copies or substantial portions
|
|
2449
|
-
of the Software.
|
|
2450
|
-
|
|
2451
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2452
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2453
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2454
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2455
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2456
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2457
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2458
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2459
|
-
DEALINGS IN THE SOFTWARE.
|
|
2460
|
-
|
|
2461
2441
|
````
|
|
2462
2442
|
|
|
2463
2443
|
---
|
|
@@ -2466,12 +2446,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2466
2446
|
|
|
2467
2447
|
### Rust Crates:
|
|
2468
2448
|
|
|
2469
|
-
- [
|
|
2449
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
2470
2450
|
|
|
2471
2451
|
````text
|
|
2472
2452
|
MIT License
|
|
2473
2453
|
|
|
2474
|
-
Copyright (c)
|
|
2454
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
2475
2455
|
|
|
2476
2456
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2477
2457
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2497,14 +2477,15 @@ SOFTWARE.
|
|
|
2497
2477
|
|
|
2498
2478
|
## The following dependencies are licensed under the MIT License:
|
|
2499
2479
|
|
|
2500
|
-
###
|
|
2480
|
+
### Rust Crates:
|
|
2501
2481
|
|
|
2502
|
-
- [
|
|
2482
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2503
2483
|
|
|
2504
2484
|
````text
|
|
2505
2485
|
MIT License
|
|
2506
2486
|
|
|
2507
|
-
Copyright (c)
|
|
2487
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2488
|
+
Copyright (c) Tokio Contributors
|
|
2508
2489
|
|
|
2509
2490
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2510
2491
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2532,10 +2513,10 @@ SOFTWARE.
|
|
|
2532
2513
|
|
|
2533
2514
|
### Rust Crates:
|
|
2534
2515
|
|
|
2535
|
-
- [
|
|
2516
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
2536
2517
|
|
|
2537
2518
|
````text
|
|
2538
|
-
Copyright (c)
|
|
2519
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
2539
2520
|
|
|
2540
2521
|
Permission is hereby granted, free of charge, to any
|
|
2541
2522
|
person obtaining a copy of this software and associated
|
|
@@ -2560,6 +2541,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2560
2541
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2561
2542
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2562
2543
|
DEALINGS IN THE SOFTWARE.
|
|
2544
|
+
|
|
2563
2545
|
````
|
|
2564
2546
|
|
|
2565
2547
|
---
|
|
@@ -2568,34 +2550,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2568
2550
|
|
|
2569
2551
|
### Rust Crates:
|
|
2570
2552
|
|
|
2571
|
-
- [
|
|
2553
|
+
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2554
|
+
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2572
2555
|
|
|
2573
2556
|
````text
|
|
2574
|
-
|
|
2557
|
+
The MIT License (MIT)
|
|
2575
2558
|
|
|
2576
|
-
|
|
2577
|
-
person obtaining a copy of this software and associated
|
|
2578
|
-
documentation files (the "Software"), to deal in the
|
|
2579
|
-
Software without restriction, including without
|
|
2580
|
-
limitation the rights to use, copy, modify, merge,
|
|
2581
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2582
|
-
the Software, and to permit persons to whom the Software
|
|
2583
|
-
is furnished to do so, subject to the following
|
|
2584
|
-
conditions:
|
|
2559
|
+
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2585
2560
|
|
|
2586
|
-
|
|
2587
|
-
shall be included in all copies or substantial portions
|
|
2588
|
-
of the Software.
|
|
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:
|
|
2589
2562
|
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2593
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2594
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2595
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2596
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2597
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2598
|
-
DEALINGS IN THE SOFTWARE.
|
|
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.
|
|
2599
2566
|
|
|
2600
2567
|
````
|
|
2601
2568
|
|
|
@@ -2605,34 +2572,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2605
2572
|
|
|
2606
2573
|
### Rust Crates:
|
|
2607
2574
|
|
|
2608
|
-
- [
|
|
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)
|
|
2609
2579
|
|
|
2610
2580
|
````text
|
|
2611
|
-
|
|
2581
|
+
The MIT License (MIT)
|
|
2612
2582
|
|
|
2613
|
-
|
|
2614
|
-
person obtaining a copy of this software and associated
|
|
2615
|
-
documentation files (the "Software"), to deal in the
|
|
2616
|
-
Software without restriction, including without
|
|
2617
|
-
limitation the rights to use, copy, modify, merge,
|
|
2618
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2619
|
-
the Software, and to permit persons to whom the Software
|
|
2620
|
-
is furnished to do so, subject to the following
|
|
2621
|
-
conditions:
|
|
2583
|
+
Copyright (c) 2015 Andrew Gallant
|
|
2622
2584
|
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2585
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2586
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2587
|
+
in the Software without restriction, including without limitation the rights
|
|
2588
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2589
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2590
|
+
furnished to do so, subject to the following conditions:
|
|
2626
2591
|
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
IN
|
|
2635
|
-
|
|
2592
|
+
The above copyright notice and this permission notice shall be included in
|
|
2593
|
+
all copies or substantial portions of the Software.
|
|
2594
|
+
|
|
2595
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2596
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2597
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2598
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2599
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2600
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2601
|
+
THE SOFTWARE.
|
|
2636
2602
|
|
|
2637
2603
|
````
|
|
2638
2604
|
|
|
@@ -2642,10 +2608,75 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2642
2608
|
|
|
2643
2609
|
### Rust Crates:
|
|
2644
2610
|
|
|
2645
|
-
- [
|
|
2611
|
+
- [static_assertions](https://github.com/nvzqz/static-assertions-rs) (1.1.0)
|
|
2646
2612
|
|
|
2647
2613
|
````text
|
|
2648
|
-
|
|
2614
|
+
MIT License
|
|
2615
|
+
|
|
2616
|
+
Copyright (c) 2017 Nikolai Vazquez
|
|
2617
|
+
|
|
2618
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2619
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2620
|
+
in the Software without restriction, including without limitation the rights
|
|
2621
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2622
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2623
|
+
furnished to do so, subject to the following conditions:
|
|
2624
|
+
|
|
2625
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2626
|
+
copies or substantial portions of the Software.
|
|
2627
|
+
|
|
2628
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2629
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2630
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2631
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2632
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2633
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2634
|
+
SOFTWARE.
|
|
2635
|
+
|
|
2636
|
+
````
|
|
2637
|
+
|
|
2638
|
+
---
|
|
2639
|
+
|
|
2640
|
+
## The following dependencies are licensed under the MIT License:
|
|
2641
|
+
|
|
2642
|
+
### Rust Crates:
|
|
2643
|
+
|
|
2644
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
2645
|
+
|
|
2646
|
+
````text
|
|
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
|
|
2649
2680
|
|
|
2650
2681
|
Permission is hereby granted, free of charge, to any
|
|
2651
2682
|
person obtaining a copy of this software and associated
|
|
@@ -2679,11 +2710,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2679
2710
|
|
|
2680
2711
|
### Rust Crates:
|
|
2681
2712
|
|
|
2682
|
-
- [
|
|
2683
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2713
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
2684
2714
|
|
|
2685
2715
|
````text
|
|
2686
|
-
|
|
2716
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
2687
2717
|
|
|
2688
2718
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2689
2719
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2692,16 +2722,47 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2692
2722
|
copies of the Software, and to permit persons to whom the Software is
|
|
2693
2723
|
furnished to do so, subject to the following conditions:
|
|
2694
2724
|
|
|
2695
|
-
The above copyright notice and this permission notice shall be included in
|
|
2696
|
-
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.
|
|
2697
2727
|
|
|
2698
2728
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2699
2729
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2700
2730
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2701
2731
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2702
2732
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2703
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2704
|
-
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.
|
|
2705
2766
|
|
|
2706
2767
|
````
|
|
2707
2768
|
|
|
@@ -2711,38 +2772,12 @@ SOFTWARE.
|
|
|
2711
2772
|
|
|
2712
2773
|
### Rust Crates:
|
|
2713
2774
|
|
|
2714
|
-
- [
|
|
2715
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2716
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2717
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2718
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
2719
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
2720
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
2721
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
2722
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
2723
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2724
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
2725
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
2726
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
2727
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
2728
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
2729
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2730
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
2731
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
2732
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
2733
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
2734
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
2735
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
2736
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
2737
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
2738
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2739
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2740
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
2741
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
2742
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
2743
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
2775
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
2744
2776
|
|
|
2745
2777
|
````text
|
|
2778
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2779
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
2780
|
+
|
|
2746
2781
|
Permission is hereby granted, free of charge, to any
|
|
2747
2782
|
person obtaining a copy of this software and associated
|
|
2748
2783
|
documentation files (the "Software"), to deal in the
|
|
@@ -2775,16 +2810,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2775
2810
|
|
|
2776
2811
|
### Rust Crates:
|
|
2777
2812
|
|
|
2778
|
-
- [
|
|
2813
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2779
2814
|
|
|
2780
2815
|
````text
|
|
2781
|
-
Copyright
|
|
2816
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2782
2817
|
|
|
2783
|
-
Permission is hereby granted, free of charge, to any
|
|
2818
|
+
Permission is hereby granted, free of charge, to any
|
|
2819
|
+
person obtaining a copy of this software and associated
|
|
2820
|
+
documentation files (the "Software"), to deal in the
|
|
2821
|
+
Software without restriction, including without
|
|
2822
|
+
limitation the rights to use, copy, modify, merge,
|
|
2823
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2824
|
+
the Software, and to permit persons to whom the Software
|
|
2825
|
+
is furnished to do so, subject to the following
|
|
2826
|
+
conditions:
|
|
2784
2827
|
|
|
2785
|
-
The above copyright notice and this permission notice
|
|
2828
|
+
The above copyright notice and this permission notice
|
|
2829
|
+
shall be included in all copies or substantial portions
|
|
2830
|
+
of the Software.
|
|
2786
2831
|
|
|
2787
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2832
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2833
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2834
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2835
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2836
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2837
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2838
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2839
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2840
|
+
DEALINGS IN THE SOFTWARE.
|
|
2788
2841
|
|
|
2789
2842
|
````
|
|
2790
2843
|
|
|
@@ -2794,13 +2847,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2794
2847
|
|
|
2795
2848
|
### Rust Crates:
|
|
2796
2849
|
|
|
2797
|
-
- [
|
|
2798
|
-
- [
|
|
2850
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
2851
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2799
2852
|
|
|
2800
2853
|
````text
|
|
2801
|
-
Copyright (c)
|
|
2802
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2803
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
2854
|
+
Copyright (c) 2014 Alex Crichton
|
|
2804
2855
|
|
|
2805
2856
|
Permission is hereby granted, free of charge, to any
|
|
2806
2857
|
person obtaining a copy of this software and associated
|
|
@@ -2834,12 +2885,42 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2834
2885
|
|
|
2835
2886
|
### Rust Crates:
|
|
2836
2887
|
|
|
2837
|
-
- [
|
|
2888
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2838
2889
|
|
|
2839
2890
|
````text
|
|
2840
|
-
MIT License
|
|
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
|
+
````
|
|
2841
2913
|
|
|
2842
|
-
|
|
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
|
|
2843
2924
|
|
|
2844
2925
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2845
2926
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2848,34 +2929,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2848
2929
|
copies of the Software, and to permit persons to whom the Software is
|
|
2849
2930
|
furnished to do so, subject to the following conditions:
|
|
2850
2931
|
|
|
2851
|
-
The above copyright notice and this permission notice shall be included in
|
|
2852
|
-
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.
|
|
2853
2934
|
|
|
2854
2935
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2855
2936
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2856
2937
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2857
2938
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2858
2939
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2859
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2860
|
-
SOFTWARE.
|
|
2861
|
-
````
|
|
2862
|
-
|
|
2863
|
-
---
|
|
2864
|
-
|
|
2865
|
-
## The following dependencies are licensed under the MIT License:
|
|
2866
|
-
|
|
2867
|
-
### Rust Crates:
|
|
2868
|
-
|
|
2869
|
-
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2870
|
-
|
|
2871
|
-
````text
|
|
2872
|
-
Copyright 2016 Nika Layzell
|
|
2873
|
-
|
|
2874
|
-
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:
|
|
2875
|
-
|
|
2876
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2877
|
-
|
|
2878
|
-
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.
|
|
2940
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2941
|
+
THE SOFTWARE.
|
|
2879
2942
|
|
|
2880
2943
|
````
|
|
2881
2944
|
|
|
@@ -2885,11 +2948,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2885
2948
|
|
|
2886
2949
|
### Rust Crates:
|
|
2887
2950
|
|
|
2888
|
-
- [
|
|
2889
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
2951
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
2890
2952
|
|
|
2891
2953
|
````text
|
|
2892
|
-
Copyright (c)
|
|
2954
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2893
2955
|
|
|
2894
2956
|
Permission is hereby granted, free of charge, to any
|
|
2895
2957
|
person obtaining a copy of this software and associated
|
|
@@ -2923,34 +2985,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2923
2985
|
|
|
2924
2986
|
### Rust Crates:
|
|
2925
2987
|
|
|
2926
|
-
- [
|
|
2927
|
-
- [
|
|
2928
|
-
|
|
2929
|
-
````text
|
|
2930
|
-
The MIT License (MIT)
|
|
2931
|
-
|
|
2932
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2933
|
-
|
|
2934
|
-
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:
|
|
2935
|
-
|
|
2936
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2937
|
-
|
|
2938
|
-
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.
|
|
2939
|
-
|
|
2940
|
-
````
|
|
2941
|
-
|
|
2942
|
-
---
|
|
2943
|
-
|
|
2944
|
-
## The following dependencies are licensed under the MIT License:
|
|
2945
|
-
|
|
2946
|
-
### Rust Crates:
|
|
2947
|
-
|
|
2948
|
-
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
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)
|
|
2949
2990
|
|
|
2950
2991
|
````text
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
|
2992
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
2954
2993
|
|
|
2955
2994
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2956
2995
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2978,15 +3017,12 @@ SOFTWARE.
|
|
|
2978
3017
|
|
|
2979
3018
|
### Rust Crates:
|
|
2980
3019
|
|
|
2981
|
-
- [
|
|
2982
|
-
- [
|
|
2983
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
3020
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3021
|
+
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
2984
3022
|
|
|
2985
3023
|
````text
|
|
2986
3024
|
MIT License
|
|
2987
3025
|
|
|
2988
|
-
Copyright (c) 2017 Ted Driggs
|
|
2989
|
-
|
|
2990
3026
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2991
3027
|
of this software and associated documentation files (the "Software"), to deal
|
|
2992
3028
|
in the Software without restriction, including without limitation the rights
|
|
@@ -3013,27 +3049,16 @@ SOFTWARE.
|
|
|
3013
3049
|
|
|
3014
3050
|
### Rust Crates:
|
|
3015
3051
|
|
|
3016
|
-
- [
|
|
3052
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3017
3053
|
|
|
3018
3054
|
````text
|
|
3019
|
-
Copyright
|
|
3055
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3020
3056
|
|
|
3021
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3022
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
3023
|
-
the Software without restriction, including without limitation the rights to
|
|
3024
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3025
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3026
|
-
subject to the following 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:
|
|
3027
3058
|
|
|
3028
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3029
|
-
copies or substantial portions of the Software.
|
|
3059
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3030
3060
|
|
|
3031
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3032
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3033
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3034
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3035
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3036
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 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.
|
|
3037
3062
|
|
|
3038
3063
|
````
|
|
3039
3064
|
|
|
@@ -3043,13 +3068,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3043
3068
|
|
|
3044
3069
|
### Rust Crates:
|
|
3045
3070
|
|
|
3046
|
-
- [
|
|
3071
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
3047
3072
|
|
|
3048
3073
|
````text
|
|
3049
|
-
|
|
3074
|
+
MIT License
|
|
3050
3075
|
|
|
3051
|
-
Copyright (c)
|
|
3052
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3076
|
+
Copyright (c) 2025 Callum Oakley
|
|
3053
3077
|
|
|
3054
3078
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3055
3079
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3077,10 +3101,13 @@ SOFTWARE.
|
|
|
3077
3101
|
|
|
3078
3102
|
### Rust Crates:
|
|
3079
3103
|
|
|
3080
|
-
- [
|
|
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)
|
|
3081
3108
|
|
|
3082
3109
|
````text
|
|
3083
|
-
Copyright (c) The
|
|
3110
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
3084
3111
|
|
|
3085
3112
|
Permission is hereby granted, free of charge, to any
|
|
3086
3113
|
person obtaining a copy of this software and associated
|
|
@@ -3114,32 +3141,62 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3114
3141
|
|
|
3115
3142
|
### Rust Crates:
|
|
3116
3143
|
|
|
3117
|
-
- [
|
|
3144
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
3145
|
+
|
|
3146
|
+
````text
|
|
3147
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
3148
|
+
|
|
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:
|
|
3155
|
+
|
|
3156
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3157
|
+
copies or substantial portions of the Software.
|
|
3158
|
+
|
|
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.
|
|
3165
|
+
|
|
3166
|
+
````
|
|
3167
|
+
|
|
3168
|
+
---
|
|
3169
|
+
|
|
3170
|
+
## The following dependencies are licensed under the MIT License:
|
|
3171
|
+
|
|
3172
|
+
### Rust Crates:
|
|
3173
|
+
|
|
3174
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
3175
|
+
|
|
3176
|
+
````text
|
|
3177
|
+
The MIT License (MIT)
|
|
3178
|
+
|
|
3179
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
3180
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
3181
|
+
|
|
3182
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3183
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3184
|
+
in the Software without restriction, including without limitation the rights
|
|
3185
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3186
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3187
|
+
furnished to do so, subject to the following conditions:
|
|
3118
3188
|
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
person obtaining a copy of this software and associated
|
|
3122
|
-
documentation files (the "Software"), to deal in the
|
|
3123
|
-
Software without restriction, including without
|
|
3124
|
-
limitation the rights to use, copy, modify, merge,
|
|
3125
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3126
|
-
the Software, and to permit persons to whom the Software
|
|
3127
|
-
is furnished to do so, subject to the following
|
|
3128
|
-
conditions:
|
|
3189
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3190
|
+
copies or substantial portions of the Software.
|
|
3129
3191
|
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3192
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3193
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3194
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3195
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3196
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3197
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3198
|
+
SOFTWARE.
|
|
3133
3199
|
|
|
3134
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3135
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3136
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3137
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3138
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3139
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3140
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3141
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3142
|
-
DEALINGS IN THE SOFTWARE.
|
|
3143
3200
|
````
|
|
3144
3201
|
|
|
3145
3202
|
---
|
|
@@ -3148,16 +3205,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3148
3205
|
|
|
3149
3206
|
### Rust Crates:
|
|
3150
3207
|
|
|
3151
|
-
- [
|
|
3152
|
-
- [
|
|
3153
|
-
- [
|
|
3154
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3155
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3156
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
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)
|
|
3157
3211
|
|
|
3158
3212
|
````text
|
|
3159
|
-
Copyright
|
|
3160
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3213
|
+
Copyright (c) 2019 Tower Contributors
|
|
3161
3214
|
|
|
3162
3215
|
Permission is hereby granted, free of charge, to any
|
|
3163
3216
|
person obtaining a copy of this software and associated
|
|
@@ -3191,37 +3244,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3191
3244
|
|
|
3192
3245
|
### Rust Crates:
|
|
3193
3246
|
|
|
3194
|
-
- [
|
|
3195
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3196
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3197
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
3247
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
3198
3248
|
|
|
3199
3249
|
````text
|
|
3200
|
-
Copyright (c)
|
|
3250
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
3201
3251
|
|
|
3202
|
-
Permission is hereby granted, free of charge, to any
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
the Software, and to permit persons to whom the Software
|
|
3209
|
-
is furnished to do so, subject to the following
|
|
3210
|
-
conditions:
|
|
3252
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3253
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3254
|
+
in the Software without restriction, including without limitation the rights
|
|
3255
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3256
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3257
|
+
furnished to do so, subject to the following conditions:
|
|
3211
3258
|
|
|
3212
|
-
The above copyright notice and this permission notice
|
|
3213
|
-
|
|
3214
|
-
|
|
3259
|
+
The above copyright notice and this permission notice shall be included in
|
|
3260
|
+
all copies or substantial portions of the Software.
|
|
3261
|
+
|
|
3262
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3263
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3264
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3265
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3266
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3267
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3268
|
+
THE SOFTWARE.
|
|
3215
3269
|
|
|
3216
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3217
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3218
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3219
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3220
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3221
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3222
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3223
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3224
|
-
DEALINGS IN THE SOFTWARE.
|
|
3225
3270
|
|
|
3226
3271
|
````
|
|
3227
3272
|
|
|
@@ -3231,34 +3276,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3231
3276
|
|
|
3232
3277
|
### Rust Crates:
|
|
3233
3278
|
|
|
3234
|
-
- [
|
|
3279
|
+
- [winreg](https://github.com/gentoo90/winreg-rs) (0.52.0)
|
|
3235
3280
|
|
|
3236
3281
|
````text
|
|
3237
|
-
Copyright (c)
|
|
3282
|
+
Copyright (c) 2015 Igor Shaula
|
|
3238
3283
|
|
|
3239
|
-
Permission is hereby granted, free of charge, to any
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
the Software, and to permit persons to whom the Software
|
|
3246
|
-
is furnished to do so, subject to the following
|
|
3247
|
-
conditions:
|
|
3284
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3285
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3286
|
+
in the Software without restriction, including without limitation the rights
|
|
3287
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3288
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3289
|
+
furnished to do so, subject to the following conditions:
|
|
3248
3290
|
|
|
3249
|
-
The above copyright notice and this permission notice
|
|
3250
|
-
|
|
3251
|
-
of the Software.
|
|
3291
|
+
The above copyright notice and this permission notice shall be included in
|
|
3292
|
+
all copies or substantial portions of the Software.
|
|
3252
3293
|
|
|
3253
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3261
|
-
DEALINGS IN THE SOFTWARE.
|
|
3294
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3295
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3296
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3297
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3298
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3299
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3300
|
+
THE SOFTWARE.
|
|
3262
3301
|
|
|
3263
3302
|
````
|
|
3264
3303
|
|
|
@@ -3266,37 +3305,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3266
3305
|
|
|
3267
3306
|
## The following dependencies are licensed under the MIT License:
|
|
3268
3307
|
|
|
3269
|
-
###
|
|
3308
|
+
### NPM Packages:
|
|
3270
3309
|
|
|
3271
|
-
- [
|
|
3310
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
3311
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
3272
3312
|
|
|
3273
3313
|
````text
|
|
3274
|
-
|
|
3275
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3314
|
+
MIT License
|
|
3276
3315
|
|
|
3277
|
-
|
|
3278
|
-
person obtaining a copy of this software and associated
|
|
3279
|
-
documentation files (the "Software"), to deal in the
|
|
3280
|
-
Software without restriction, including without
|
|
3281
|
-
limitation the rights to use, copy, modify, merge,
|
|
3282
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3283
|
-
the Software, and to permit persons to whom the Software
|
|
3284
|
-
is furnished to do so, subject to the following
|
|
3285
|
-
conditions:
|
|
3316
|
+
Copyright (c) Microsoft Corporation.
|
|
3286
3317
|
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
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:
|
|
3290
3324
|
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
IN
|
|
3299
|
-
|
|
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
|
|
3300
3335
|
|
|
3301
3336
|
````
|
|
3302
3337
|
|
|
@@ -3306,10 +3341,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3306
3341
|
|
|
3307
3342
|
### Rust Crates:
|
|
3308
3343
|
|
|
3309
|
-
- [
|
|
3344
|
+
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
3310
3345
|
|
|
3311
3346
|
````text
|
|
3312
|
-
Copyright (c)
|
|
3347
|
+
Copyright (c) 2017 Contributors
|
|
3313
3348
|
|
|
3314
3349
|
Permission is hereby granted, free of charge, to any
|
|
3315
3350
|
person obtaining a copy of this software and associated
|
|
@@ -3341,18 +3376,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3341
3376
|
|
|
3342
3377
|
## The following dependencies are licensed under the MIT License:
|
|
3343
3378
|
|
|
3344
|
-
###
|
|
3379
|
+
### NPM Packages:
|
|
3345
3380
|
|
|
3346
|
-
- [
|
|
3381
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
3347
3382
|
|
|
3348
3383
|
````text
|
|
3349
|
-
MIT License
|
|
3350
|
-
|
|
3351
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
3352
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3353
|
-
Copyright (c) 2017 Frommi
|
|
3354
|
-
Copyright (c) 2017-2024 oyvindln
|
|
3384
|
+
The MIT License (MIT)
|
|
3355
3385
|
|
|
3386
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
3356
3387
|
|
|
3357
3388
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3358
3389
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3372,6 +3403,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3372
3403
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3373
3404
|
SOFTWARE.
|
|
3374
3405
|
|
|
3406
|
+
|
|
3375
3407
|
````
|
|
3376
3408
|
|
|
3377
3409
|
---
|
|
@@ -3380,34 +3412,16 @@ SOFTWARE.
|
|
|
3380
3412
|
|
|
3381
3413
|
### Rust Crates:
|
|
3382
3414
|
|
|
3383
|
-
- [
|
|
3415
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
3384
3416
|
|
|
3385
3417
|
````text
|
|
3386
|
-
Copyright (c)
|
|
3418
|
+
Copyright (c) 2015 steffengy
|
|
3387
3419
|
|
|
3388
|
-
Permission is hereby granted, free of charge, to any
|
|
3389
|
-
person obtaining a copy of this software and associated
|
|
3390
|
-
documentation files (the "Software"), to deal in the
|
|
3391
|
-
Software without restriction, including without
|
|
3392
|
-
limitation the rights to use, copy, modify, merge,
|
|
3393
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3394
|
-
the Software, and to permit persons to whom the Software
|
|
3395
|
-
is furnished to do so, subject to the following
|
|
3396
|
-
conditions:
|
|
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:
|
|
3397
3421
|
|
|
3398
|
-
The above copyright notice and this permission notice
|
|
3399
|
-
shall be included in all copies or substantial portions
|
|
3400
|
-
of the Software.
|
|
3422
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3401
3423
|
|
|
3402
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3403
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3404
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3405
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3406
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3407
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3408
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3409
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3410
|
-
DEALINGS IN THE SOFTWARE.
|
|
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.
|
|
3411
3425
|
|
|
3412
3426
|
````
|
|
3413
3427
|
|
|
@@ -3417,35 +3431,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3417
3431
|
|
|
3418
3432
|
### Rust Crates:
|
|
3419
3433
|
|
|
3420
|
-
- [
|
|
3434
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
3421
3435
|
|
|
3422
3436
|
````text
|
|
3423
|
-
|
|
3437
|
+
MIT License
|
|
3424
3438
|
|
|
3425
|
-
|
|
3426
|
-
person obtaining a copy of this software and associated
|
|
3427
|
-
documentation files (the "Software"), to deal in the
|
|
3428
|
-
Software without restriction, including without
|
|
3429
|
-
limitation the rights to use, copy, modify, merge,
|
|
3430
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3431
|
-
the Software, and to permit persons to whom the Software
|
|
3432
|
-
is furnished to do so, subject to the following
|
|
3433
|
-
conditions:
|
|
3439
|
+
Copyright (c) 2025 rutrum
|
|
3434
3440
|
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3441
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3442
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3443
|
+
in the Software without restriction, including without limitation the rights
|
|
3444
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3445
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3446
|
+
furnished to do so, subject to the following conditions:
|
|
3438
3447
|
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3442
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3443
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3444
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3445
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3446
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3447
|
-
DEALINGS IN THE SOFTWARE.
|
|
3448
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3449
|
+
copies or substantial portions of the Software.
|
|
3448
3450
|
|
|
3451
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3452
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3453
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3454
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3455
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3456
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3457
|
+
SOFTWARE.
|
|
3449
3458
|
````
|
|
3450
3459
|
|
|
3451
3460
|
---
|
|
@@ -3489,17 +3498,30 @@ SOFTWARE.
|
|
|
3489
3498
|
|
|
3490
3499
|
### Rust Crates:
|
|
3491
3500
|
|
|
3492
|
-
- [
|
|
3493
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
3494
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
3495
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
3501
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3496
3502
|
|
|
3497
3503
|
````text
|
|
3498
|
-
|
|
3504
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3505
|
+
|
|
3506
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3507
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3508
|
+
in the Software without restriction, including without limitation the rights
|
|
3509
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3510
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3511
|
+
furnished to do so, subject to the following conditions:
|
|
3512
|
+
|
|
3513
|
+
The above copyright notice and this permission notice shall be included in
|
|
3514
|
+
all copies or substantial portions of the Software.
|
|
3515
|
+
|
|
3516
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3517
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3518
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3519
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3520
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3521
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3522
|
+
THE SOFTWARE.
|
|
3499
3523
|
|
|
3500
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3501
3524
|
|
|
3502
|
-
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.
|
|
3503
3525
|
````
|
|
3504
3526
|
|
|
3505
3527
|
---
|
|
@@ -3508,10 +3530,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3508
3530
|
|
|
3509
3531
|
### Rust Crates:
|
|
3510
3532
|
|
|
3511
|
-
- [
|
|
3533
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3512
3534
|
|
|
3513
3535
|
````text
|
|
3514
|
-
Copyright (c)
|
|
3536
|
+
Copyright (c) 2018 Carl Lerche
|
|
3515
3537
|
|
|
3516
3538
|
Permission is hereby granted, free of charge, to any
|
|
3517
3539
|
person obtaining a copy of this software and associated
|
|
@@ -3545,10 +3567,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3545
3567
|
|
|
3546
3568
|
### Rust Crates:
|
|
3547
3569
|
|
|
3548
|
-
- [
|
|
3570
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
3549
3571
|
|
|
3550
3572
|
````text
|
|
3551
|
-
Copyright (c)
|
|
3573
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
3552
3574
|
|
|
3553
3575
|
Permission is hereby granted, free of charge, to any
|
|
3554
3576
|
person obtaining a copy of this software and associated
|
|
@@ -3582,29 +3604,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3582
3604
|
|
|
3583
3605
|
### Rust Crates:
|
|
3584
3606
|
|
|
3585
|
-
- [
|
|
3607
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
3586
3608
|
|
|
3587
3609
|
````text
|
|
3588
|
-
Copyright
|
|
3589
|
-
|
|
3590
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3591
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3592
|
-
in the Software without restriction, including without limitation the rights
|
|
3593
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3594
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3595
|
-
furnished to do so, subject to the following conditions:
|
|
3610
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3596
3611
|
|
|
3597
|
-
|
|
3598
|
-
|
|
3612
|
+
Permission is hereby granted, free of charge, to any
|
|
3613
|
+
person obtaining a copy of this software and associated
|
|
3614
|
+
documentation files (the "Software"), to deal in the
|
|
3615
|
+
Software without restriction, including without
|
|
3616
|
+
limitation the rights to use, copy, modify, merge,
|
|
3617
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3618
|
+
the Software, and to permit persons to whom the Software
|
|
3619
|
+
is furnished to do so, subject to the following
|
|
3620
|
+
conditions:
|
|
3599
3621
|
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3604
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3605
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3606
|
-
THE SOFTWARE.
|
|
3622
|
+
The above copyright notice and this permission notice
|
|
3623
|
+
shall be included in all copies or substantial portions
|
|
3624
|
+
of the Software.
|
|
3607
3625
|
|
|
3626
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3627
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3628
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3629
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3630
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3631
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3632
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3633
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3634
|
+
DEALINGS IN THE SOFTWARE.
|
|
3608
3635
|
|
|
3609
3636
|
````
|
|
3610
3637
|
|
|
@@ -3614,28 +3641,35 @@ THE SOFTWARE.
|
|
|
3614
3641
|
|
|
3615
3642
|
### Rust Crates:
|
|
3616
3643
|
|
|
3617
|
-
- [
|
|
3644
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
3618
3645
|
|
|
3619
3646
|
````text
|
|
3620
|
-
Copyright (c)
|
|
3647
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
3648
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3621
3649
|
|
|
3622
|
-
Permission is hereby granted, free of charge, to any
|
|
3623
|
-
of this software and associated
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3650
|
+
Permission is hereby granted, free of charge, to any
|
|
3651
|
+
person obtaining a copy of this software and associated
|
|
3652
|
+
documentation files (the "Software"), to deal in the
|
|
3653
|
+
Software without restriction, including without
|
|
3654
|
+
limitation the rights to use, copy, modify, merge,
|
|
3655
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3656
|
+
the Software, and to permit persons to whom the Software
|
|
3657
|
+
is furnished to do so, subject to the following
|
|
3658
|
+
conditions:
|
|
3628
3659
|
|
|
3629
|
-
The above copyright notice and this permission notice
|
|
3630
|
-
copies or substantial portions
|
|
3660
|
+
The above copyright notice and this permission notice
|
|
3661
|
+
shall be included in all copies or substantial portions
|
|
3662
|
+
of the Software.
|
|
3631
3663
|
|
|
3632
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3633
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3664
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3665
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3666
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3667
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3668
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3669
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3670
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3671
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3672
|
+
DEALINGS IN THE SOFTWARE.
|
|
3639
3673
|
|
|
3640
3674
|
````
|
|
3641
3675
|
|
|
@@ -3645,51 +3679,34 @@ SOFTWARE.
|
|
|
3645
3679
|
|
|
3646
3680
|
### Rust Crates:
|
|
3647
3681
|
|
|
3648
|
-
- [
|
|
3649
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
3650
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
3651
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
3652
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
3653
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3654
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
3655
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3656
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3657
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
3658
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
3659
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
3660
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
3661
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3662
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
3663
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
3664
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
3665
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
3666
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
3667
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
3668
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3669
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3670
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
3671
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
3672
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3682
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3673
3683
|
|
|
3674
3684
|
````text
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
Copyright (c) <year> <copyright holders>
|
|
3685
|
+
Copyright (c) The rust-url developers
|
|
3678
3686
|
|
|
3679
|
-
Permission is hereby granted, free of charge, to any
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3687
|
+
Permission is hereby granted, free of charge, to any
|
|
3688
|
+
person obtaining a copy of this software and associated
|
|
3689
|
+
documentation files (the "Software"), to deal in the
|
|
3690
|
+
Software without restriction, including without
|
|
3691
|
+
limitation the rights to use, copy, modify, merge,
|
|
3692
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3693
|
+
the Software, and to permit persons to whom the Software
|
|
3694
|
+
is furnished to do so, subject to the following
|
|
3695
|
+
conditions:
|
|
3684
3696
|
|
|
3685
|
-
The above copyright notice and this permission notice
|
|
3686
|
-
|
|
3697
|
+
The above copyright notice and this permission notice
|
|
3698
|
+
shall be included in all copies or substantial portions
|
|
3699
|
+
of the Software.
|
|
3687
3700
|
|
|
3688
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3701
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3702
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3703
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3704
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3705
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3706
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3707
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3708
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3709
|
+
DEALINGS IN THE SOFTWARE.
|
|
3693
3710
|
|
|
3694
3711
|
````
|
|
3695
3712
|
|
|
@@ -3697,16 +3714,14 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3697
3714
|
|
|
3698
3715
|
## The following dependencies are licensed under the MIT License:
|
|
3699
3716
|
|
|
3700
|
-
###
|
|
3717
|
+
### NPM Packages:
|
|
3701
3718
|
|
|
3702
|
-
- [
|
|
3719
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
3703
3720
|
|
|
3704
3721
|
````text
|
|
3705
|
-
|
|
3722
|
+
MIT License
|
|
3706
3723
|
|
|
3707
|
-
Copyright (c)
|
|
3708
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3709
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
3724
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
3710
3725
|
|
|
3711
3726
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3712
3727
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3765,16 +3780,34 @@ SOFTWARE.
|
|
|
3765
3780
|
|
|
3766
3781
|
### Rust Crates:
|
|
3767
3782
|
|
|
3768
|
-
- [
|
|
3783
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3769
3784
|
|
|
3770
3785
|
````text
|
|
3771
|
-
Copyright (c)
|
|
3786
|
+
Copyright (c) 2016--2023
|
|
3772
3787
|
|
|
3773
|
-
Permission is hereby granted, free of charge, to any
|
|
3788
|
+
Permission is hereby granted, free of charge, to any
|
|
3789
|
+
person obtaining a copy of this software and associated
|
|
3790
|
+
documentation files (the "Software"), to deal in the
|
|
3791
|
+
Software without restriction, including without
|
|
3792
|
+
limitation the rights to use, copy, modify, merge,
|
|
3793
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3794
|
+
the Software, and to permit persons to whom the Software
|
|
3795
|
+
is furnished to do so, subject to the following
|
|
3796
|
+
conditions:
|
|
3774
3797
|
|
|
3775
|
-
The above copyright notice and this permission notice
|
|
3798
|
+
The above copyright notice and this permission notice
|
|
3799
|
+
shall be included in all copies or substantial portions
|
|
3800
|
+
of the Software.
|
|
3776
3801
|
|
|
3777
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3802
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3803
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3804
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3805
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3806
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3807
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3808
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3809
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3810
|
+
DEALINGS IN THE SOFTWARE.
|
|
3778
3811
|
|
|
3779
3812
|
````
|
|
3780
3813
|
|
|
@@ -3784,10 +3817,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3784
3817
|
|
|
3785
3818
|
### Rust Crates:
|
|
3786
3819
|
|
|
3787
|
-
- [
|
|
3820
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
3788
3821
|
|
|
3789
3822
|
````text
|
|
3790
|
-
Copyright (c)
|
|
3823
|
+
Copyright (c) 2017 http-rs authors
|
|
3791
3824
|
|
|
3792
3825
|
Permission is hereby granted, free of charge, to any
|
|
3793
3826
|
person obtaining a copy of this software and associated
|
|
@@ -3821,10 +3854,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3821
3854
|
|
|
3822
3855
|
### Rust Crates:
|
|
3823
3856
|
|
|
3824
|
-
- [
|
|
3857
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
3825
3858
|
|
|
3826
3859
|
````text
|
|
3827
|
-
Copyright (c)
|
|
3860
|
+
Copyright (c) 2017 Robert Grosse
|
|
3828
3861
|
|
|
3829
3862
|
Permission is hereby granted, free of charge, to any
|
|
3830
3863
|
person obtaining a copy of this software and associated
|
|
@@ -3849,6 +3882,38 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3849
3882
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3850
3883
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3851
3884
|
DEALINGS IN THE SOFTWARE.
|
|
3885
|
+
````
|
|
3886
|
+
|
|
3887
|
+
---
|
|
3888
|
+
|
|
3889
|
+
## The following dependencies are licensed under the MIT License:
|
|
3890
|
+
|
|
3891
|
+
### Rust Crates:
|
|
3892
|
+
|
|
3893
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3894
|
+
|
|
3895
|
+
````text
|
|
3896
|
+
MIT License
|
|
3897
|
+
|
|
3898
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3899
|
+
|
|
3900
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3901
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3902
|
+
in the Software without restriction, including without limitation the rights
|
|
3903
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3904
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3905
|
+
furnished to do so, subject to the following conditions:
|
|
3906
|
+
|
|
3907
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3908
|
+
copies or substantial portions of the Software.
|
|
3909
|
+
|
|
3910
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3911
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3912
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3913
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3914
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3915
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3916
|
+
SOFTWARE.
|
|
3852
3917
|
|
|
3853
3918
|
````
|
|
3854
3919
|
|
|
@@ -3858,10 +3923,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3858
3923
|
|
|
3859
3924
|
### Rust Crates:
|
|
3860
3925
|
|
|
3861
|
-
- [
|
|
3926
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
3862
3927
|
|
|
3863
3928
|
````text
|
|
3864
|
-
Copyright (c)
|
|
3929
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
3865
3930
|
|
|
3866
3931
|
Permission is hereby granted, free of charge, to any
|
|
3867
3932
|
person obtaining a copy of this software and associated
|
|
@@ -3895,10 +3960,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3895
3960
|
|
|
3896
3961
|
### Rust Crates:
|
|
3897
3962
|
|
|
3898
|
-
- [
|
|
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)
|
|
3899
3966
|
|
|
3900
3967
|
````text
|
|
3901
|
-
Copyright (c)
|
|
3968
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3902
3969
|
|
|
3903
3970
|
Permission is hereby granted, free of charge, to any
|
|
3904
3971
|
person obtaining a copy of this software and associated
|
|
@@ -3932,44 +3999,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3932
3999
|
|
|
3933
4000
|
### Rust Crates:
|
|
3934
4001
|
|
|
3935
|
-
- [
|
|
3936
|
-
|
|
3937
|
-
````text
|
|
3938
|
-
The MIT License (MIT)
|
|
3939
|
-
|
|
3940
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3941
|
-
|
|
3942
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3943
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3944
|
-
in the Software without restriction, including without limitation the rights
|
|
3945
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3946
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3947
|
-
furnished to do so, subject to the following conditions:
|
|
3948
|
-
|
|
3949
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3950
|
-
copies or substantial portions of the Software.
|
|
3951
|
-
|
|
3952
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3953
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3954
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3955
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3956
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3957
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3958
|
-
SOFTWARE.
|
|
3959
|
-
````
|
|
3960
|
-
|
|
3961
|
-
---
|
|
3962
|
-
|
|
3963
|
-
## The following dependencies are licensed under the MIT License:
|
|
3964
|
-
|
|
3965
|
-
### NPM Packages:
|
|
3966
|
-
|
|
3967
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
4002
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
3968
4003
|
|
|
3969
4004
|
````text
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
4005
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
3973
4006
|
|
|
3974
4007
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3975
4008
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3997,10 +4030,15 @@ THE SOFTWARE.
|
|
|
3997
4030
|
|
|
3998
4031
|
### Rust Crates:
|
|
3999
4032
|
|
|
4000
|
-
- [
|
|
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)
|
|
4001
4039
|
|
|
4002
4040
|
````text
|
|
4003
|
-
Copyright (c)
|
|
4041
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4004
4042
|
|
|
4005
4043
|
Permission is hereby granted, free of charge, to any
|
|
4006
4044
|
person obtaining a copy of this software and associated
|
|
@@ -4032,36 +4070,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4032
4070
|
|
|
4033
4071
|
## The following dependencies are licensed under the MIT License:
|
|
4034
4072
|
|
|
4035
|
-
###
|
|
4073
|
+
### NPM Packages:
|
|
4036
4074
|
|
|
4037
|
-
- [
|
|
4075
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.10) (0.0.10)
|
|
4038
4076
|
|
|
4039
4077
|
````text
|
|
4040
|
-
|
|
4078
|
+
MIT License
|
|
4041
4079
|
|
|
4042
|
-
|
|
4043
|
-
person obtaining a copy of this software and associated
|
|
4044
|
-
documentation files (the "Software"), to deal in the
|
|
4045
|
-
Software without restriction, including without
|
|
4046
|
-
limitation the rights to use, copy, modify, merge,
|
|
4047
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4048
|
-
the Software, and to permit persons to whom the Software
|
|
4049
|
-
is furnished to do so, subject to the following
|
|
4050
|
-
conditions:
|
|
4080
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
4051
4081
|
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4082
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4083
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4084
|
+
in the Software without restriction, including without limitation the rights
|
|
4085
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4086
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4087
|
+
furnished to do so, subject to the following conditions:
|
|
4055
4088
|
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
IN
|
|
4064
|
-
|
|
4089
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4090
|
+
copies or substantial portions of the Software.
|
|
4091
|
+
|
|
4092
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4093
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4094
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4095
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4096
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4097
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4098
|
+
SOFTWARE.
|
|
4065
4099
|
|
|
4066
4100
|
````
|
|
4067
4101
|
|
|
@@ -4069,33 +4103,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4069
4103
|
|
|
4070
4104
|
## The following dependencies are licensed under the MIT License:
|
|
4071
4105
|
|
|
4072
|
-
###
|
|
4106
|
+
### Rust Crates:
|
|
4073
4107
|
|
|
4074
|
-
- [
|
|
4075
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
4108
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
4076
4109
|
|
|
4077
4110
|
````text
|
|
4078
|
-
|
|
4111
|
+
MIT License
|
|
4079
4112
|
|
|
4080
|
-
|
|
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
|
|
4081
4117
|
|
|
4082
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4083
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
4084
|
-
in the Software without restriction, including without limitation the rights
|
|
4085
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4086
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
4087
|
-
furnished to do so, subject to the following conditions:
|
|
4088
4118
|
|
|
4089
|
-
|
|
4090
|
-
|
|
4119
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4120
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4121
|
+
in the Software without restriction, including without limitation the rights
|
|
4122
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4123
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4124
|
+
furnished to do so, subject to the following conditions:
|
|
4091
4125
|
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
4126
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4127
|
+
copies or substantial portions of the Software.
|
|
4128
|
+
|
|
4129
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4130
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4131
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4132
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4133
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4134
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4135
|
+
SOFTWARE.
|
|
4099
4136
|
|
|
4100
4137
|
````
|
|
4101
4138
|
|
|
@@ -4105,34 +4142,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4105
4142
|
|
|
4106
4143
|
### Rust Crates:
|
|
4107
4144
|
|
|
4108
|
-
- [
|
|
4145
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
4109
4146
|
|
|
4110
4147
|
````text
|
|
4111
|
-
Copyright (c) 2017
|
|
4148
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
4149
|
+
Copyright (c) 2016 Jason Housley
|
|
4112
4150
|
|
|
4113
|
-
Permission is hereby granted, free of charge, to any
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
the Software, and to permit persons to whom the Software
|
|
4120
|
-
is furnished to do so, subject to the following
|
|
4121
|
-
conditions:
|
|
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:
|
|
4122
4157
|
|
|
4123
|
-
The above copyright notice and this permission notice
|
|
4124
|
-
|
|
4125
|
-
of the Software.
|
|
4158
|
+
The above copyright notice and this permission notice shall be included in
|
|
4159
|
+
all copies or substantial portions of the Software.
|
|
4126
4160
|
|
|
4127
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4135
|
-
DEALINGS IN THE SOFTWARE.
|
|
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
|
|