@deveco-codegenie/mcp-bridge-win32-x64 1.1.7 → 1.1.9
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 +960 -1571
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,98 +1,21 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 202
|
|
4
4
|
|
|
5
|
-
- **Rust Crates:**
|
|
5
|
+
- **Rust Crates:** 191 *(By cargo-about)*
|
|
6
6
|
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 175
|
|
11
11
|
- Unicode-3.0: 19
|
|
12
|
-
- Apache-2.0:
|
|
13
|
-
- 0BSD:
|
|
12
|
+
- Apache-2.0: 4
|
|
13
|
+
- 0BSD: 1
|
|
14
14
|
- BSD-3-Clause: 1
|
|
15
15
|
- ISC: 1
|
|
16
16
|
- MPL-2.0: 1
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
22
|
-
|
|
23
|
-
### Rust Crates:
|
|
24
|
-
|
|
25
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
26
|
-
|
|
27
|
-
````text
|
|
28
|
-
BSD Zero Clause License
|
|
29
|
-
|
|
30
|
-
Copyright (c) 2024 kotauskas
|
|
31
|
-
|
|
32
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
|
-
purpose with or without fee is hereby granted.
|
|
34
|
-
|
|
35
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
36
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
37
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
38
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
39
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
42
|
-
|
|
43
|
-
````
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
48
|
-
|
|
49
|
-
### Rust Crates:
|
|
50
|
-
|
|
51
|
-
- [recvmsg](https://crates.io/crates/recvmsg) (1.0.0)
|
|
52
|
-
|
|
53
|
-
````text
|
|
54
|
-
BSD Zero Clause License
|
|
55
|
-
|
|
56
|
-
Copyright (c) 2023 kotauskas
|
|
57
|
-
|
|
58
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
59
|
-
purpose with or without fee is hereby granted.
|
|
60
|
-
|
|
61
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
62
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
63
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
64
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
65
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
66
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
67
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
68
|
-
````
|
|
69
|
-
|
|
70
|
-
---
|
|
71
|
-
|
|
72
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
73
|
-
|
|
74
|
-
### Rust Crates:
|
|
75
|
-
|
|
76
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
77
|
-
|
|
78
|
-
````text
|
|
79
|
-
BSD Zero Clause License
|
|
80
|
-
|
|
81
|
-
Copyright (c) 2025 Goat
|
|
82
|
-
|
|
83
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
84
|
-
purpose with or without fee is hereby granted.
|
|
85
|
-
|
|
86
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
87
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
88
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
89
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
90
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
91
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
92
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
93
|
-
|
|
94
|
-
````
|
|
95
|
-
|
|
96
19
|
---
|
|
97
20
|
|
|
98
21
|
## The following dependencies are licensed under the 0BSD License:
|
|
@@ -336,221 +259,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
336
259
|
|
|
337
260
|
### Rust Crates:
|
|
338
261
|
|
|
339
|
-
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
340
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
341
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
342
|
-
|
|
343
|
-
````text
|
|
344
|
-
Apache License
|
|
345
|
-
Version 2.0, January 2004
|
|
346
|
-
http://www.apache.org/licenses/
|
|
347
|
-
|
|
348
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
349
|
-
|
|
350
|
-
1. Definitions.
|
|
351
|
-
|
|
352
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
353
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
354
|
-
|
|
355
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
356
|
-
the copyright owner that is granting the License.
|
|
357
|
-
|
|
358
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
359
|
-
other entities that control, are controlled by, or are under common
|
|
360
|
-
control with that entity. For the purposes of this definition,
|
|
361
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
362
|
-
direction or management of such entity, whether by contract or
|
|
363
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
364
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
365
|
-
|
|
366
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
367
|
-
exercising permissions granted by this License.
|
|
368
|
-
|
|
369
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
370
|
-
including but not limited to software source code, documentation
|
|
371
|
-
source, and configuration files.
|
|
372
|
-
|
|
373
|
-
"Object" form shall mean any form resulting from mechanical
|
|
374
|
-
transformation or translation of a Source form, including but
|
|
375
|
-
not limited to compiled object code, generated documentation,
|
|
376
|
-
and conversions to other media types.
|
|
377
|
-
|
|
378
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
379
|
-
Object form, made available under the License, as indicated by a
|
|
380
|
-
copyright notice that is included in or attached to the work
|
|
381
|
-
(an example is provided in the Appendix below).
|
|
382
|
-
|
|
383
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
384
|
-
form, that is based on (or derived from) the Work and for which the
|
|
385
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
386
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
387
|
-
of this License, Derivative Works shall not include works that remain
|
|
388
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
389
|
-
the Work and Derivative Works thereof.
|
|
390
|
-
|
|
391
|
-
"Contribution" shall mean any work of authorship, including
|
|
392
|
-
the original version of the Work and any modifications or additions
|
|
393
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
394
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
395
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
396
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
397
|
-
means any form of electronic, verbal, or written communication sent
|
|
398
|
-
to the Licensor or its representatives, including but not limited to
|
|
399
|
-
communication on electronic mailing lists, source code control systems,
|
|
400
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
401
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
402
|
-
excluding communication that is conspicuously marked or otherwise
|
|
403
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
404
|
-
|
|
405
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
406
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
407
|
-
subsequently incorporated within the Work.
|
|
408
|
-
|
|
409
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
410
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
411
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
412
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
413
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
414
|
-
Work and such Derivative Works in Source or Object form.
|
|
415
|
-
|
|
416
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
417
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
418
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
419
|
-
(except as stated in this section) patent license to make, have made,
|
|
420
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
421
|
-
where such license applies only to those patent claims licensable
|
|
422
|
-
by such Contributor that are necessarily infringed by their
|
|
423
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
424
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
425
|
-
institute patent litigation against any entity (including a
|
|
426
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
427
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
428
|
-
or contributory patent infringement, then any patent licenses
|
|
429
|
-
granted to You under this License for that Work shall terminate
|
|
430
|
-
as of the date such litigation is filed.
|
|
431
|
-
|
|
432
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
433
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
434
|
-
modifications, and in Source or Object form, provided that You
|
|
435
|
-
meet the following conditions:
|
|
436
|
-
|
|
437
|
-
(a) You must give any other recipients of the Work or
|
|
438
|
-
Derivative Works a copy of this License; and
|
|
439
|
-
|
|
440
|
-
(b) You must cause any modified files to carry prominent notices
|
|
441
|
-
stating that You changed the files; and
|
|
442
|
-
|
|
443
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
444
|
-
that You distribute, all copyright, patent, trademark, and
|
|
445
|
-
attribution notices from the Source form of the Work,
|
|
446
|
-
excluding those notices that do not pertain to any part of
|
|
447
|
-
the Derivative Works; and
|
|
448
|
-
|
|
449
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
450
|
-
distribution, then any Derivative Works that You distribute must
|
|
451
|
-
include a readable copy of the attribution notices contained
|
|
452
|
-
within such NOTICE file, excluding those notices that do not
|
|
453
|
-
pertain to any part of the Derivative Works, in at least one
|
|
454
|
-
of the following places: within a NOTICE text file distributed
|
|
455
|
-
as part of the Derivative Works; within the Source form or
|
|
456
|
-
documentation, if provided along with the Derivative Works; or,
|
|
457
|
-
within a display generated by the Derivative Works, if and
|
|
458
|
-
wherever such third-party notices normally appear. The contents
|
|
459
|
-
of the NOTICE file are for informational purposes only and
|
|
460
|
-
do not modify the License. You may add Your own attribution
|
|
461
|
-
notices within Derivative Works that You distribute, alongside
|
|
462
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
463
|
-
that such additional attribution notices cannot be construed
|
|
464
|
-
as modifying the License.
|
|
465
|
-
|
|
466
|
-
You may add Your own copyright statement to Your modifications and
|
|
467
|
-
may provide additional or different license terms and conditions
|
|
468
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
469
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
470
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
471
|
-
the conditions stated in this License.
|
|
472
|
-
|
|
473
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
474
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
475
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
476
|
-
this License, without any additional terms or conditions.
|
|
477
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
478
|
-
the terms of any separate license agreement you may have executed
|
|
479
|
-
with Licensor regarding such Contributions.
|
|
480
|
-
|
|
481
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
482
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
483
|
-
except as required for reasonable and customary use in describing the
|
|
484
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
485
|
-
|
|
486
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
487
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
488
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
489
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
490
|
-
implied, including, without limitation, any warranties or conditions
|
|
491
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
492
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
493
|
-
appropriateness of using or redistributing the Work and assume any
|
|
494
|
-
risks associated with Your exercise of permissions under this License.
|
|
495
|
-
|
|
496
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
497
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
498
|
-
unless required by applicable law (such as deliberate and grossly
|
|
499
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
500
|
-
liable to You for damages, including any direct, indirect, special,
|
|
501
|
-
incidental, or consequential damages of any character arising as a
|
|
502
|
-
result of this License or out of the use or inability to use the
|
|
503
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
504
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
505
|
-
other commercial damages or losses), even if such Contributor
|
|
506
|
-
has been advised of the possibility of such damages.
|
|
507
|
-
|
|
508
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
509
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
510
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
511
|
-
or other liability obligations and/or rights consistent with this
|
|
512
|
-
License. However, in accepting such obligations, You may act only
|
|
513
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
514
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
515
|
-
defend, and hold each Contributor harmless for any liability
|
|
516
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
517
|
-
of your accepting any such warranty or additional liability.
|
|
518
|
-
|
|
519
|
-
END OF TERMS AND CONDITIONS
|
|
520
|
-
|
|
521
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
522
|
-
|
|
523
|
-
To apply the Apache License to your work, attach the following
|
|
524
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
525
|
-
replaced with your own identifying information. (Don't include
|
|
526
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
527
|
-
comment syntax for the file format. We also recommend that a
|
|
528
|
-
file or class name and description of purpose be included on the
|
|
529
|
-
same "printed page" as the copyright notice for easier
|
|
530
|
-
identification within third-party archives.
|
|
531
|
-
|
|
532
|
-
Copyright [yyyy] [name of copyright owner]
|
|
533
|
-
|
|
534
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
535
|
-
you may not use this file except in compliance with the License.
|
|
536
|
-
You may obtain a copy of the License at
|
|
537
|
-
|
|
538
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
539
|
-
|
|
540
|
-
Unless required by applicable law or agreed to in writing, software
|
|
541
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
542
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
543
|
-
See the License for the specific language governing permissions and
|
|
544
|
-
limitations under the License.
|
|
545
|
-
|
|
546
|
-
````
|
|
547
|
-
|
|
548
|
-
---
|
|
549
|
-
|
|
550
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
551
|
-
|
|
552
|
-
### Rust Crates:
|
|
553
|
-
|
|
554
262
|
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
555
263
|
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
556
264
|
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
@@ -703,10 +411,10 @@ THIS SOFTWARE.
|
|
|
703
411
|
|
|
704
412
|
### Rust Crates:
|
|
705
413
|
|
|
706
|
-
- [
|
|
414
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
707
415
|
|
|
708
416
|
````text
|
|
709
|
-
Copyright (c)
|
|
417
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
710
418
|
|
|
711
419
|
Permission is hereby granted, free of charge, to any
|
|
712
420
|
person obtaining a copy of this software and associated
|
|
@@ -738,33 +446,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
738
446
|
|
|
739
447
|
## The following dependencies are licensed under the MIT License:
|
|
740
448
|
|
|
741
|
-
###
|
|
449
|
+
### Rust Crates:
|
|
742
450
|
|
|
743
|
-
- [
|
|
451
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
744
452
|
|
|
745
453
|
````text
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
749
|
-
|
|
750
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
751
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
752
|
-
in the Software without restriction, including without limitation the rights
|
|
753
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
754
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
755
|
-
furnished to do so, subject to the following conditions:
|
|
454
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
756
455
|
|
|
757
|
-
|
|
758
|
-
|
|
456
|
+
Permission is hereby granted, free of charge, to any
|
|
457
|
+
person obtaining a copy of this software and associated
|
|
458
|
+
documentation files (the "Software"), to deal in the
|
|
459
|
+
Software without restriction, including without
|
|
460
|
+
limitation the rights to use, copy, modify, merge,
|
|
461
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
462
|
+
the Software, and to permit persons to whom the Software
|
|
463
|
+
is furnished to do so, subject to the following
|
|
464
|
+
conditions:
|
|
759
465
|
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
764
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
765
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
766
|
-
SOFTWARE.
|
|
466
|
+
The above copyright notice and this permission notice
|
|
467
|
+
shall be included in all copies or substantial portions
|
|
468
|
+
of the Software.
|
|
767
469
|
|
|
470
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
471
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
472
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
473
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
474
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
475
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
476
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
477
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
478
|
+
DEALINGS IN THE SOFTWARE.
|
|
768
479
|
|
|
769
480
|
````
|
|
770
481
|
|
|
@@ -774,11 +485,13 @@ SOFTWARE.
|
|
|
774
485
|
|
|
775
486
|
### Rust Crates:
|
|
776
487
|
|
|
777
|
-
- [
|
|
488
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
489
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
490
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
491
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
778
492
|
|
|
779
493
|
````text
|
|
780
|
-
Copyright (c)
|
|
781
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
494
|
+
Copyright (c) 2019 Tokio Contributors
|
|
782
495
|
|
|
783
496
|
Permission is hereby granted, free of charge, to any
|
|
784
497
|
person obtaining a copy of this software and associated
|
|
@@ -812,10 +525,77 @@ DEALINGS IN THE SOFTWARE.
|
|
|
812
525
|
|
|
813
526
|
### Rust Crates:
|
|
814
527
|
|
|
815
|
-
- [
|
|
528
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
816
529
|
|
|
817
530
|
````text
|
|
818
|
-
Copyright (c)
|
|
531
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
532
|
+
Copyright (c) 2016 Jason Housley
|
|
533
|
+
|
|
534
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
535
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
536
|
+
in the Software without restriction, including without limitation the rights
|
|
537
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
538
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
539
|
+
furnished to do so, subject to the following conditions:
|
|
540
|
+
|
|
541
|
+
The above copyright notice and this permission notice shall be included in
|
|
542
|
+
all copies or substantial portions of the Software.
|
|
543
|
+
|
|
544
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
545
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
546
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
547
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
548
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
549
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
550
|
+
THE SOFTWARE.
|
|
551
|
+
|
|
552
|
+
````
|
|
553
|
+
|
|
554
|
+
---
|
|
555
|
+
|
|
556
|
+
## The following dependencies are licensed under the MIT License:
|
|
557
|
+
|
|
558
|
+
### NPM Packages:
|
|
559
|
+
|
|
560
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
561
|
+
|
|
562
|
+
````text
|
|
563
|
+
The MIT License (MIT)
|
|
564
|
+
|
|
565
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
566
|
+
|
|
567
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
568
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
569
|
+
in the Software without restriction, including without limitation the rights
|
|
570
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
571
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
572
|
+
furnished to do so, subject to the following conditions:
|
|
573
|
+
|
|
574
|
+
The above copyright notice and this permission notice shall be included in
|
|
575
|
+
all copies or substantial portions of the Software.
|
|
576
|
+
|
|
577
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
578
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
579
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
580
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
581
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
582
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
583
|
+
THE SOFTWARE.
|
|
584
|
+
|
|
585
|
+
````
|
|
586
|
+
|
|
587
|
+
---
|
|
588
|
+
|
|
589
|
+
## The following dependencies are licensed under the MIT License:
|
|
590
|
+
|
|
591
|
+
### Rust Crates:
|
|
592
|
+
|
|
593
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
594
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
595
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
596
|
+
|
|
597
|
+
````text
|
|
598
|
+
Copyright 2018 Developers of the Rand project
|
|
819
599
|
Copyright (c) 2014 The Rust Project Developers
|
|
820
600
|
|
|
821
601
|
Permission is hereby granted, free of charge, to any
|
|
@@ -850,10 +630,60 @@ DEALINGS IN THE SOFTWARE.
|
|
|
850
630
|
|
|
851
631
|
### Rust Crates:
|
|
852
632
|
|
|
853
|
-
- [
|
|
633
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
634
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
635
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
636
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
637
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
638
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
639
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
640
|
+
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
641
|
+
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
642
|
+
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
643
|
+
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
644
|
+
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
645
|
+
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
646
|
+
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
647
|
+
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
648
|
+
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
649
|
+
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
650
|
+
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
651
|
+
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
854
652
|
|
|
855
653
|
````text
|
|
856
|
-
|
|
654
|
+
MIT License
|
|
655
|
+
|
|
656
|
+
Copyright (c) <year> <copyright holders>
|
|
657
|
+
|
|
658
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
659
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
660
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
661
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
662
|
+
following conditions:
|
|
663
|
+
|
|
664
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
665
|
+
portions of the Software.
|
|
666
|
+
|
|
667
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
668
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
669
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
670
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
671
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
672
|
+
|
|
673
|
+
````
|
|
674
|
+
|
|
675
|
+
---
|
|
676
|
+
|
|
677
|
+
## The following dependencies are licensed under the MIT License:
|
|
678
|
+
|
|
679
|
+
### Rust Crates:
|
|
680
|
+
|
|
681
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
682
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
683
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
684
|
+
|
|
685
|
+
````text
|
|
686
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
857
687
|
|
|
858
688
|
Permission is hereby granted, free of charge, to any
|
|
859
689
|
person obtaining a copy of this software and associated
|
|
@@ -925,42 +755,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
925
755
|
|
|
926
756
|
### Rust Crates:
|
|
927
757
|
|
|
928
|
-
- [
|
|
929
|
-
|
|
930
|
-
````text
|
|
931
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
932
|
-
Copyright (c) 2016 Jason Housley
|
|
933
|
-
|
|
934
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
935
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
936
|
-
in the Software without restriction, including without limitation the rights
|
|
937
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
938
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
939
|
-
furnished to do so, subject to the following conditions:
|
|
940
|
-
|
|
941
|
-
The above copyright notice and this permission notice shall be included in
|
|
942
|
-
all copies or substantial portions of the Software.
|
|
943
|
-
|
|
944
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
945
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
946
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
947
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
948
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
949
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
950
|
-
THE SOFTWARE.
|
|
951
|
-
|
|
952
|
-
````
|
|
953
|
-
|
|
954
|
-
---
|
|
955
|
-
|
|
956
|
-
## The following dependencies are licensed under the MIT License:
|
|
957
|
-
|
|
958
|
-
### Rust Crates:
|
|
959
|
-
|
|
960
|
-
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
758
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
961
759
|
|
|
962
760
|
````text
|
|
963
|
-
Copyright (c)
|
|
761
|
+
Copyright (c) 2017 Robert Grosse
|
|
964
762
|
|
|
965
763
|
Permission is hereby granted, free of charge, to any
|
|
966
764
|
person obtaining a copy of this software and associated
|
|
@@ -985,40 +783,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
985
783
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
986
784
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
987
785
|
DEALINGS IN THE SOFTWARE.
|
|
988
|
-
|
|
989
|
-
````
|
|
990
|
-
|
|
991
|
-
---
|
|
992
|
-
|
|
993
|
-
## The following dependencies are licensed under the MIT License:
|
|
994
|
-
|
|
995
|
-
### Rust Crates:
|
|
996
|
-
|
|
997
|
-
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
998
|
-
|
|
999
|
-
````text
|
|
1000
|
-
The MIT License (MIT)
|
|
1001
|
-
|
|
1002
|
-
Copyright (c) 2015 Alice Maz
|
|
1003
|
-
|
|
1004
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1005
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1006
|
-
in the Software without restriction, including without limitation the rights
|
|
1007
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1008
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1009
|
-
furnished to do so, subject to the following conditions:
|
|
1010
|
-
|
|
1011
|
-
The above copyright notice and this permission notice shall be included in
|
|
1012
|
-
all copies or substantial portions of the Software.
|
|
1013
|
-
|
|
1014
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1015
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1016
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1017
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1018
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1019
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1020
|
-
THE SOFTWARE.
|
|
1021
|
-
|
|
1022
786
|
````
|
|
1023
787
|
|
|
1024
788
|
---
|
|
@@ -1027,10 +791,10 @@ THE SOFTWARE.
|
|
|
1027
791
|
|
|
1028
792
|
### Rust Crates:
|
|
1029
793
|
|
|
1030
|
-
- [
|
|
794
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
1031
795
|
|
|
1032
796
|
````text
|
|
1033
|
-
Copyright
|
|
797
|
+
Copyright 2023 The Fuchsia Authors
|
|
1034
798
|
|
|
1035
799
|
Permission is hereby granted, free of charge, to any
|
|
1036
800
|
person obtaining a copy of this software and associated
|
|
@@ -1056,6 +820,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1056
820
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1057
821
|
DEALINGS IN THE SOFTWARE.
|
|
1058
822
|
|
|
823
|
+
|
|
1059
824
|
````
|
|
1060
825
|
|
|
1061
826
|
---
|
|
@@ -1064,132 +829,27 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1064
829
|
|
|
1065
830
|
### Rust Crates:
|
|
1066
831
|
|
|
1067
|
-
- [
|
|
1068
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
832
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
1069
833
|
|
|
1070
834
|
````text
|
|
1071
|
-
Copyright (
|
|
835
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
1072
836
|
|
|
1073
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1081
|
-
copies or substantial portions of the Software.
|
|
1082
|
-
|
|
1083
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1084
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1085
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1086
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1087
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1088
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1089
|
-
SOFTWARE.
|
|
1090
|
-
|
|
1091
|
-
````
|
|
1092
|
-
|
|
1093
|
-
---
|
|
1094
|
-
|
|
1095
|
-
## The following dependencies are licensed under the MIT License:
|
|
1096
|
-
|
|
1097
|
-
### Rust Crates:
|
|
1098
|
-
|
|
1099
|
-
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
1100
|
-
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
1101
|
-
|
|
1102
|
-
````text
|
|
1103
|
-
MIT License
|
|
1104
|
-
|
|
1105
|
-
Copyright (c) 2019 Graham Esau
|
|
1106
|
-
|
|
1107
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1108
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1109
|
-
in the Software without restriction, including without limitation the rights
|
|
1110
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1111
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1112
|
-
furnished to do so, subject to the following conditions:
|
|
1113
|
-
|
|
1114
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1115
|
-
copies or substantial portions of the Software.
|
|
1116
|
-
|
|
1117
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1118
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1119
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1120
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1121
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1122
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1123
|
-
SOFTWARE.
|
|
1124
|
-
|
|
1125
|
-
````
|
|
1126
|
-
|
|
1127
|
-
---
|
|
1128
|
-
|
|
1129
|
-
## The following dependencies are licensed under the MIT License:
|
|
1130
|
-
|
|
1131
|
-
### Rust Crates:
|
|
1132
|
-
|
|
1133
|
-
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
1134
|
-
|
|
1135
|
-
````text
|
|
1136
|
-
The MIT License (MIT)
|
|
1137
|
-
|
|
1138
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
1139
|
-
|
|
1140
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1141
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1142
|
-
in the Software without restriction, including without limitation the rights
|
|
1143
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1144
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1145
|
-
furnished to do so, subject to the following conditions:
|
|
837
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
838
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
839
|
+
the Software without restriction, including without limitation the rights to
|
|
840
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
841
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
842
|
+
subject to the following conditions:
|
|
1146
843
|
|
|
1147
844
|
The above copyright notice and this permission notice shall be included in all
|
|
1148
845
|
copies or substantial portions of the Software.
|
|
1149
846
|
|
|
1150
847
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1151
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
SOFTWARE.
|
|
1157
|
-
|
|
1158
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
1159
|
-
licences; see files named LICENSE.*.txt for details.
|
|
1160
|
-
````
|
|
1161
|
-
|
|
1162
|
-
---
|
|
1163
|
-
|
|
1164
|
-
## The following dependencies are licensed under the MIT License:
|
|
1165
|
-
|
|
1166
|
-
### NPM Packages:
|
|
1167
|
-
|
|
1168
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1169
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
1170
|
-
|
|
1171
|
-
````text
|
|
1172
|
-
MIT License
|
|
1173
|
-
|
|
1174
|
-
Copyright (c) Microsoft Corporation.
|
|
1175
|
-
|
|
1176
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1177
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1178
|
-
in the Software without restriction, including without limitation the rights
|
|
1179
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1180
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1181
|
-
furnished to do so, subject to the following conditions:
|
|
1182
|
-
|
|
1183
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1184
|
-
copies or substantial portions of the Software.
|
|
1185
|
-
|
|
1186
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1187
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1188
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1189
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1190
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1191
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1192
|
-
SOFTWARE
|
|
848
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
849
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
850
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
851
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
852
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1193
853
|
|
|
1194
854
|
````
|
|
1195
855
|
|
|
@@ -1199,10 +859,10 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
1199
859
|
|
|
1200
860
|
### Rust Crates:
|
|
1201
861
|
|
|
1202
|
-
- [
|
|
862
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1203
863
|
|
|
1204
864
|
````text
|
|
1205
|
-
Copyright (c)
|
|
865
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1206
866
|
|
|
1207
867
|
Permission is hereby granted, free of charge, to any
|
|
1208
868
|
person obtaining a copy of this software and associated
|
|
@@ -1234,113 +894,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1234
894
|
|
|
1235
895
|
## The following dependencies are licensed under the MIT License:
|
|
1236
896
|
|
|
1237
|
-
### NPM Packages:
|
|
1238
|
-
|
|
1239
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1240
|
-
|
|
1241
|
-
````text
|
|
1242
|
-
The MIT License (MIT)
|
|
1243
|
-
|
|
1244
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1245
|
-
|
|
1246
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1247
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1248
|
-
in the Software without restriction, including without limitation the rights
|
|
1249
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1250
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1251
|
-
furnished to do so, subject to the following conditions:
|
|
1252
|
-
|
|
1253
|
-
The above copyright notice and this permission notice shall be included in
|
|
1254
|
-
all copies or substantial portions of the Software.
|
|
1255
|
-
|
|
1256
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1257
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1258
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1259
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1260
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1261
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1262
|
-
THE SOFTWARE.
|
|
1263
|
-
|
|
1264
|
-
````
|
|
1265
|
-
|
|
1266
|
-
---
|
|
1267
|
-
|
|
1268
|
-
## The following dependencies are licensed under the MIT License:
|
|
1269
|
-
|
|
1270
|
-
### NPM Packages:
|
|
1271
|
-
|
|
1272
|
-
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
1273
|
-
|
|
1274
|
-
````text
|
|
1275
|
-
MIT License
|
|
1276
|
-
|
|
1277
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
1278
|
-
|
|
1279
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1280
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1281
|
-
in the Software without restriction, including without limitation the rights
|
|
1282
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1283
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1284
|
-
furnished to do so, subject to the following conditions:
|
|
1285
|
-
|
|
1286
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1287
|
-
copies or substantial portions of the Software.
|
|
1288
|
-
|
|
1289
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1290
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1291
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1292
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1293
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1294
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1295
|
-
SOFTWARE.
|
|
1296
|
-
|
|
1297
|
-
````
|
|
1298
|
-
|
|
1299
|
-
---
|
|
1300
|
-
|
|
1301
|
-
## The following dependencies are licensed under the MIT License:
|
|
1302
|
-
|
|
1303
897
|
### Rust Crates:
|
|
1304
898
|
|
|
1305
|
-
- [
|
|
1306
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1307
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1308
|
-
|
|
1309
|
-
````text
|
|
1310
|
-
MIT License
|
|
1311
|
-
|
|
1312
|
-
Copyright (c) 2017 Ted Driggs
|
|
1313
|
-
|
|
1314
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1315
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1316
|
-
in the Software without restriction, including without limitation the rights
|
|
1317
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1318
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1319
|
-
furnished to do so, subject to the following conditions:
|
|
1320
|
-
|
|
1321
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1322
|
-
copies or substantial portions of the Software.
|
|
1323
|
-
|
|
1324
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1325
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1326
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1327
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1328
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1329
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1330
|
-
SOFTWARE.
|
|
1331
|
-
|
|
1332
|
-
````
|
|
1333
|
-
|
|
1334
|
-
---
|
|
1335
|
-
|
|
1336
|
-
## The following dependencies are licensed under the MIT License:
|
|
1337
|
-
|
|
1338
|
-
### Rust Crates:
|
|
1339
|
-
|
|
1340
|
-
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
899
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
1341
900
|
|
|
1342
901
|
````text
|
|
1343
|
-
Copyright (c)
|
|
902
|
+
Copyright (c) 2017 http-rs authors
|
|
1344
903
|
|
|
1345
904
|
Permission is hereby granted, free of charge, to any
|
|
1346
905
|
person obtaining a copy of this software and associated
|
|
@@ -1374,10 +933,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1374
933
|
|
|
1375
934
|
### Rust Crates:
|
|
1376
935
|
|
|
1377
|
-
- [
|
|
936
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
1378
937
|
|
|
1379
938
|
````text
|
|
1380
|
-
Copyright (c)
|
|
939
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
1381
940
|
|
|
1382
941
|
Permission is hereby granted, free of charge, to any
|
|
1383
942
|
person obtaining a copy of this software and associated
|
|
@@ -1409,14 +968,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1409
968
|
|
|
1410
969
|
## The following dependencies are licensed under the MIT License:
|
|
1411
970
|
|
|
1412
|
-
###
|
|
971
|
+
### Rust Crates:
|
|
1413
972
|
|
|
1414
|
-
- [
|
|
973
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
974
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1415
975
|
|
|
1416
976
|
````text
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
977
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1420
978
|
|
|
1421
979
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1422
980
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1444,34 +1002,33 @@ SOFTWARE.
|
|
|
1444
1002
|
|
|
1445
1003
|
### Rust Crates:
|
|
1446
1004
|
|
|
1447
|
-
- [
|
|
1005
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
1006
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1007
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1008
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1448
1009
|
|
|
1449
1010
|
````text
|
|
1450
|
-
|
|
1011
|
+
The MIT License (MIT)
|
|
1451
1012
|
|
|
1452
|
-
|
|
1453
|
-
person obtaining a copy of this software and associated
|
|
1454
|
-
documentation files (the "Software"), to deal in the
|
|
1455
|
-
Software without restriction, including without
|
|
1456
|
-
limitation the rights to use, copy, modify, merge,
|
|
1457
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1458
|
-
the Software, and to permit persons to whom the Software
|
|
1459
|
-
is furnished to do so, subject to the following
|
|
1460
|
-
conditions:
|
|
1013
|
+
Copyright (c) 2015 Andrew Gallant
|
|
1461
1014
|
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1015
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1016
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1017
|
+
in the Software without restriction, including without limitation the rights
|
|
1018
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1019
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1020
|
+
furnished to do so, subject to the following conditions:
|
|
1465
1021
|
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
IN
|
|
1474
|
-
|
|
1022
|
+
The above copyright notice and this permission notice shall be included in
|
|
1023
|
+
all copies or substantial portions of the Software.
|
|
1024
|
+
|
|
1025
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1026
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1027
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1028
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1029
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1030
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1031
|
+
THE SOFTWARE.
|
|
1475
1032
|
|
|
1476
1033
|
````
|
|
1477
1034
|
|
|
@@ -1481,10 +1038,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1481
1038
|
|
|
1482
1039
|
### Rust Crates:
|
|
1483
1040
|
|
|
1484
|
-
- [
|
|
1041
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
1485
1042
|
|
|
1486
1043
|
````text
|
|
1487
|
-
Copyright (c)
|
|
1044
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
1488
1045
|
|
|
1489
1046
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1490
1047
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1504,7 +1061,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1504
1061
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1505
1062
|
THE SOFTWARE.
|
|
1506
1063
|
|
|
1507
|
-
|
|
1508
1064
|
````
|
|
1509
1065
|
|
|
1510
1066
|
---
|
|
@@ -1513,53 +1069,16 @@ THE SOFTWARE.
|
|
|
1513
1069
|
|
|
1514
1070
|
### Rust Crates:
|
|
1515
1071
|
|
|
1516
|
-
- [
|
|
1517
|
-
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
1518
|
-
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
1519
|
-
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1072
|
+
- [schannel](https://github.com/steffengy/schannel-rs) (0.1.29)
|
|
1520
1073
|
|
|
1521
1074
|
````text
|
|
1075
|
+
Copyright (c) 2015 steffengy
|
|
1076
|
+
|
|
1522
1077
|
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:
|
|
1523
1078
|
|
|
1524
1079
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1525
1080
|
|
|
1526
1081
|
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.
|
|
1527
|
-
````
|
|
1528
|
-
|
|
1529
|
-
---
|
|
1530
|
-
|
|
1531
|
-
## The following dependencies are licensed under the MIT License:
|
|
1532
|
-
|
|
1533
|
-
### Rust Crates:
|
|
1534
|
-
|
|
1535
|
-
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1536
|
-
|
|
1537
|
-
````text
|
|
1538
|
-
Copyright (c) 2016--2017
|
|
1539
|
-
|
|
1540
|
-
Permission is hereby granted, free of charge, to any
|
|
1541
|
-
person obtaining a copy of this software and associated
|
|
1542
|
-
documentation files (the "Software"), to deal in the
|
|
1543
|
-
Software without restriction, including without
|
|
1544
|
-
limitation the rights to use, copy, modify, merge,
|
|
1545
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1546
|
-
the Software, and to permit persons to whom the Software
|
|
1547
|
-
is furnished to do so, subject to the following
|
|
1548
|
-
conditions:
|
|
1549
|
-
|
|
1550
|
-
The above copyright notice and this permission notice
|
|
1551
|
-
shall be included in all copies or substantial portions
|
|
1552
|
-
of the Software.
|
|
1553
|
-
|
|
1554
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1555
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1556
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1557
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1558
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1559
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1560
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1561
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1562
|
-
DEALINGS IN THE SOFTWARE.
|
|
1563
1082
|
|
|
1564
1083
|
````
|
|
1565
1084
|
|
|
@@ -1569,66 +1088,17 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1569
1088
|
|
|
1570
1089
|
### Rust Crates:
|
|
1571
1090
|
|
|
1572
|
-
- [
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1578
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
1579
|
-
the Software without restriction, including without limitation the rights to
|
|
1580
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1581
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1582
|
-
subject to the following conditions:
|
|
1583
|
-
|
|
1584
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1585
|
-
copies or substantial portions of the Software.
|
|
1586
|
-
|
|
1587
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1588
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1589
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
1590
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
1591
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1592
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1593
|
-
|
|
1594
|
-
````
|
|
1595
|
-
|
|
1596
|
-
---
|
|
1597
|
-
|
|
1598
|
-
## The following dependencies are licensed under the MIT License:
|
|
1599
|
-
|
|
1600
|
-
### Rust Crates:
|
|
1601
|
-
|
|
1602
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1603
|
-
|
|
1604
|
-
````text
|
|
1605
|
-
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1606
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1607
|
-
|
|
1608
|
-
Permission is hereby granted, free of charge, to any
|
|
1609
|
-
person obtaining a copy of this software and associated
|
|
1610
|
-
documentation files (the "Software"), to deal in the
|
|
1611
|
-
Software without restriction, including without
|
|
1612
|
-
limitation the rights to use, copy, modify, merge,
|
|
1613
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1614
|
-
the Software, and to permit persons to whom the Software
|
|
1615
|
-
is furnished to do so, subject to the following
|
|
1616
|
-
conditions:
|
|
1091
|
+
- [ctor](https://github.com/mmastrac/rust-ctor) (0.8.0)
|
|
1092
|
+
- [ctor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.7)
|
|
1093
|
+
- [dtor](https://github.com/mmastrac/rust-ctor) (0.3.0)
|
|
1094
|
+
- [dtor-proc-macro](https://github.com/mmastrac/rust-ctor) (0.0.6)
|
|
1617
1095
|
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
of the Software.
|
|
1096
|
+
````text
|
|
1097
|
+
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:
|
|
1621
1098
|
|
|
1622
|
-
|
|
1623
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1624
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1625
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1626
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1627
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1628
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1629
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1630
|
-
DEALINGS IN THE SOFTWARE.
|
|
1099
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1631
1100
|
|
|
1101
|
+
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.
|
|
1632
1102
|
````
|
|
1633
1103
|
|
|
1634
1104
|
---
|
|
@@ -1637,39 +1107,31 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1637
1107
|
|
|
1638
1108
|
### Rust Crates:
|
|
1639
1109
|
|
|
1640
|
-
- [
|
|
1641
|
-
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
1642
|
-
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
1643
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
1644
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
1645
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
1110
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1646
1111
|
|
|
1647
1112
|
````text
|
|
1648
|
-
|
|
1113
|
+
The MIT License (MIT)
|
|
1649
1114
|
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
documentation files (the "Software"), to deal in the
|
|
1653
|
-
Software without restriction, including without
|
|
1654
|
-
limitation the rights to use, copy, modify, merge,
|
|
1655
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1656
|
-
the Software, and to permit persons to whom the Software
|
|
1657
|
-
is furnished to do so, subject to the following
|
|
1658
|
-
conditions:
|
|
1115
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1116
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1659
1117
|
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1118
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1119
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1120
|
+
in the Software without restriction, including without limitation the rights
|
|
1121
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1122
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1123
|
+
furnished to do so, subject to the following conditions:
|
|
1663
1124
|
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
IN
|
|
1672
|
-
|
|
1125
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1126
|
+
copies or substantial portions of the Software.
|
|
1127
|
+
|
|
1128
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1129
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1130
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1131
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1132
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1133
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1134
|
+
SOFTWARE.
|
|
1673
1135
|
|
|
1674
1136
|
````
|
|
1675
1137
|
|
|
@@ -1679,10 +1141,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1679
1141
|
|
|
1680
1142
|
### Rust Crates:
|
|
1681
1143
|
|
|
1682
|
-
- [
|
|
1144
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
1683
1145
|
|
|
1684
1146
|
````text
|
|
1685
|
-
Copyright (c)
|
|
1147
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
1686
1148
|
|
|
1687
1149
|
Permission is hereby granted, free of charge, to any
|
|
1688
1150
|
person obtaining a copy of this software and associated
|
|
@@ -1716,10 +1178,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1716
1178
|
|
|
1717
1179
|
### Rust Crates:
|
|
1718
1180
|
|
|
1719
|
-
- [
|
|
1181
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
1720
1182
|
|
|
1721
1183
|
````text
|
|
1722
|
-
Copyright (c) The rust-
|
|
1184
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
1185
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1723
1186
|
|
|
1724
1187
|
Permission is hereby granted, free of charge, to any
|
|
1725
1188
|
person obtaining a copy of this software and associated
|
|
@@ -1753,13 +1216,36 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1753
1216
|
|
|
1754
1217
|
### Rust Crates:
|
|
1755
1218
|
|
|
1756
|
-
- [
|
|
1757
|
-
- [
|
|
1758
|
-
- [
|
|
1219
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
1220
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1221
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1222
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1223
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1224
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1225
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1226
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1227
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1228
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1229
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1230
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1231
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1232
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1233
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1234
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1235
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1236
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1237
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1238
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1239
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1240
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1241
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1242
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1243
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1244
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1245
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1246
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1759
1247
|
|
|
1760
1248
|
````text
|
|
1761
|
-
Copyright (c) 2013-2025 The rust-url developers
|
|
1762
|
-
|
|
1763
1249
|
Permission is hereby granted, free of charge, to any
|
|
1764
1250
|
person obtaining a copy of this software and associated
|
|
1765
1251
|
documentation files (the "Software"), to deal in the
|
|
@@ -1792,12 +1278,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1792
1278
|
|
|
1793
1279
|
### Rust Crates:
|
|
1794
1280
|
|
|
1795
|
-
- [
|
|
1281
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
1796
1282
|
|
|
1797
1283
|
````text
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
Copyright (c) 2025 Callum Oakley
|
|
1284
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
1801
1285
|
|
|
1802
1286
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1803
1287
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1806,16 +1290,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1806
1290
|
copies of the Software, and to permit persons to whom the Software is
|
|
1807
1291
|
furnished to do so, subject to the following conditions:
|
|
1808
1292
|
|
|
1809
|
-
The above copyright notice and this permission notice shall be included in
|
|
1810
|
-
copies or substantial portions of the Software.
|
|
1293
|
+
The above copyright notice and this permission notice shall be included in
|
|
1294
|
+
all copies or substantial portions of the Software.
|
|
1811
1295
|
|
|
1812
1296
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1813
1297
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1814
1298
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1815
1299
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1816
1300
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1817
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1818
|
-
SOFTWARE.
|
|
1301
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1302
|
+
THE SOFTWARE.
|
|
1303
|
+
|
|
1819
1304
|
|
|
1820
1305
|
````
|
|
1821
1306
|
|
|
@@ -1825,10 +1310,11 @@ SOFTWARE.
|
|
|
1825
1310
|
|
|
1826
1311
|
### Rust Crates:
|
|
1827
1312
|
|
|
1828
|
-
- [
|
|
1313
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
1829
1314
|
|
|
1830
1315
|
````text
|
|
1831
|
-
Copyright (c)
|
|
1316
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1317
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
1832
1318
|
|
|
1833
1319
|
Permission is hereby granted, free of charge, to any
|
|
1834
1320
|
person obtaining a copy of this software and associated
|
|
@@ -1862,61 +1348,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1862
1348
|
|
|
1863
1349
|
### Rust Crates:
|
|
1864
1350
|
|
|
1865
|
-
- [
|
|
1866
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
1867
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
1868
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
1869
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
1870
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
1871
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
1872
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
1873
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
1874
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1875
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
1876
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
1877
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
1878
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
1879
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
1880
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1881
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
1882
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
1883
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
1884
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
1885
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
1886
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
1887
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
1888
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
1889
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1890
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1891
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
1892
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
1893
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
1894
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
1351
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
1895
1352
|
|
|
1896
1353
|
````text
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
documentation files (the "Software"), to deal in the
|
|
1900
|
-
Software without restriction, including without
|
|
1901
|
-
limitation the rights to use, copy, modify, merge,
|
|
1902
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
1903
|
-
the Software, and to permit persons to whom the Software
|
|
1904
|
-
is furnished to do so, subject to the following
|
|
1905
|
-
conditions:
|
|
1354
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
1355
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
1906
1356
|
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1357
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1358
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1359
|
+
in the Software without restriction, including without limitation the rights
|
|
1360
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1361
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1362
|
+
furnished to do so, subject to the following conditions:
|
|
1910
1363
|
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
IN
|
|
1919
|
-
|
|
1364
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1365
|
+
copies or substantial portions of the Software.
|
|
1366
|
+
|
|
1367
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1368
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1369
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1370
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1371
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1372
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1373
|
+
SOFTWARE.
|
|
1920
1374
|
|
|
1921
1375
|
````
|
|
1922
1376
|
|
|
@@ -1926,15 +1380,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1926
1380
|
|
|
1927
1381
|
### Rust Crates:
|
|
1928
1382
|
|
|
1929
|
-
- [
|
|
1930
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1931
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1932
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
1383
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1933
1384
|
|
|
1934
1385
|
````text
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
Copyright (c) 2015 Andrew Gallant
|
|
1386
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1938
1387
|
|
|
1939
1388
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1940
1389
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1962,16 +1411,34 @@ THE SOFTWARE.
|
|
|
1962
1411
|
|
|
1963
1412
|
### Rust Crates:
|
|
1964
1413
|
|
|
1965
|
-
- [
|
|
1414
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
1966
1415
|
|
|
1967
1416
|
````text
|
|
1968
|
-
Copyright
|
|
1417
|
+
Copyright (c) The rust-url developers
|
|
1969
1418
|
|
|
1970
|
-
Permission is hereby granted, free of charge, to any
|
|
1419
|
+
Permission is hereby granted, free of charge, to any
|
|
1420
|
+
person obtaining a copy of this software and associated
|
|
1421
|
+
documentation files (the "Software"), to deal in the
|
|
1422
|
+
Software without restriction, including without
|
|
1423
|
+
limitation the rights to use, copy, modify, merge,
|
|
1424
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1425
|
+
the Software, and to permit persons to whom the Software
|
|
1426
|
+
is furnished to do so, subject to the following
|
|
1427
|
+
conditions:
|
|
1971
1428
|
|
|
1972
|
-
The above copyright notice and this permission notice
|
|
1429
|
+
The above copyright notice and this permission notice
|
|
1430
|
+
shall be included in all copies or substantial portions
|
|
1431
|
+
of the Software.
|
|
1973
1432
|
|
|
1974
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1433
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1434
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1435
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1436
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1437
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1438
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1439
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1440
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1441
|
+
DEALINGS IN THE SOFTWARE.
|
|
1975
1442
|
|
|
1976
1443
|
````
|
|
1977
1444
|
|
|
@@ -1981,10 +1448,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1981
1448
|
|
|
1982
1449
|
### Rust Crates:
|
|
1983
1450
|
|
|
1984
|
-
- [
|
|
1451
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
1985
1452
|
|
|
1986
1453
|
````text
|
|
1987
|
-
Copyright (c)
|
|
1454
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
1455
|
+
Copyright (c) 2016 Alex Crichton
|
|
1988
1456
|
|
|
1989
1457
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1990
1458
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2004,45 +1472,40 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2004
1472
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2005
1473
|
THE SOFTWARE.
|
|
2006
1474
|
|
|
1475
|
+
|
|
2007
1476
|
````
|
|
2008
1477
|
|
|
2009
1478
|
---
|
|
2010
1479
|
|
|
2011
1480
|
## The following dependencies are licensed under the MIT License:
|
|
2012
1481
|
|
|
2013
|
-
###
|
|
1482
|
+
### NPM Packages:
|
|
2014
1483
|
|
|
2015
|
-
- [
|
|
2016
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1484
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
2017
1485
|
|
|
2018
1486
|
````text
|
|
2019
|
-
|
|
2020
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2021
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
1487
|
+
The MIT License (MIT)
|
|
2022
1488
|
|
|
2023
|
-
|
|
2024
|
-
person obtaining a copy of this software and associated
|
|
2025
|
-
documentation files (the "Software"), to deal in the
|
|
2026
|
-
Software without restriction, including without
|
|
2027
|
-
limitation the rights to use, copy, modify, merge,
|
|
2028
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2029
|
-
the Software, and to permit persons to whom the Software
|
|
2030
|
-
is furnished to do so, subject to the following
|
|
2031
|
-
conditions:
|
|
1489
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
2032
1490
|
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
1491
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1492
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1493
|
+
in the Software without restriction, including without limitation the rights
|
|
1494
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1495
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1496
|
+
furnished to do so, subject to the following conditions:
|
|
1497
|
+
|
|
1498
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1499
|
+
copies or substantial portions of the Software.
|
|
1500
|
+
|
|
1501
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1502
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1503
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1504
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1505
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1506
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1507
|
+
SOFTWARE.
|
|
2036
1508
|
|
|
2037
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2038
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2039
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2040
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2041
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2042
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2043
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2044
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2045
|
-
DEALINGS IN THE SOFTWARE.
|
|
2046
1509
|
|
|
2047
1510
|
````
|
|
2048
1511
|
|
|
@@ -2052,10 +1515,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2052
1515
|
|
|
2053
1516
|
### Rust Crates:
|
|
2054
1517
|
|
|
2055
|
-
- [
|
|
1518
|
+
- [hyper-tls](https://github.com/hyperium/hyper-tls) (0.6.0)
|
|
2056
1519
|
|
|
2057
1520
|
````text
|
|
2058
|
-
Copyright (c)
|
|
1521
|
+
Copyright (c) 2017 Sean McArthur
|
|
2059
1522
|
|
|
2060
1523
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2061
1524
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2075,6 +1538,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2075
1538
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2076
1539
|
THE SOFTWARE.
|
|
2077
1540
|
|
|
1541
|
+
|
|
2078
1542
|
````
|
|
2079
1543
|
|
|
2080
1544
|
---
|
|
@@ -2083,10 +1547,12 @@ THE SOFTWARE.
|
|
|
2083
1547
|
|
|
2084
1548
|
### Rust Crates:
|
|
2085
1549
|
|
|
2086
|
-
- [
|
|
1550
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1551
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1552
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
2087
1553
|
|
|
2088
1554
|
````text
|
|
2089
|
-
Copyright (c)
|
|
1555
|
+
Copyright (c) 2019 Tower Contributors
|
|
2090
1556
|
|
|
2091
1557
|
Permission is hereby granted, free of charge, to any
|
|
2092
1558
|
person obtaining a copy of this software and associated
|
|
@@ -2120,10 +1586,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2120
1586
|
|
|
2121
1587
|
### Rust Crates:
|
|
2122
1588
|
|
|
2123
|
-
- [
|
|
1589
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2124
1590
|
|
|
2125
1591
|
````text
|
|
2126
|
-
Copyright (c)
|
|
1592
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2127
1593
|
|
|
2128
1594
|
Permission is hereby granted, free of charge, to any
|
|
2129
1595
|
person obtaining a copy of this software and associated
|
|
@@ -2157,10 +1623,41 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2157
1623
|
|
|
2158
1624
|
### Rust Crates:
|
|
2159
1625
|
|
|
2160
|
-
- [
|
|
1626
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
2161
1627
|
|
|
2162
1628
|
````text
|
|
2163
|
-
Copyright (c)
|
|
1629
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
1630
|
+
|
|
1631
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1632
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1633
|
+
in the Software without restriction, including without limitation the rights
|
|
1634
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1635
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1636
|
+
furnished to do so, subject to the following conditions:
|
|
1637
|
+
|
|
1638
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1639
|
+
copies or substantial portions of the Software.
|
|
1640
|
+
|
|
1641
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1642
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1643
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1644
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1645
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1646
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1647
|
+
SOFTWARE.
|
|
1648
|
+
|
|
1649
|
+
````
|
|
1650
|
+
|
|
1651
|
+
---
|
|
1652
|
+
|
|
1653
|
+
## The following dependencies are licensed under the MIT License:
|
|
1654
|
+
|
|
1655
|
+
### Rust Crates:
|
|
1656
|
+
|
|
1657
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
1658
|
+
|
|
1659
|
+
````text
|
|
1660
|
+
Copyright (c) 2018 Carl Lerche
|
|
2164
1661
|
|
|
2165
1662
|
Permission is hereby granted, free of charge, to any
|
|
2166
1663
|
person obtaining a copy of this software and associated
|
|
@@ -2194,10 +1691,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2194
1691
|
|
|
2195
1692
|
### Rust Crates:
|
|
2196
1693
|
|
|
2197
|
-
- [
|
|
1694
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
2198
1695
|
|
|
2199
1696
|
````text
|
|
2200
|
-
Copyright (c)
|
|
1697
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
2201
1698
|
|
|
2202
1699
|
Permission is hereby granted, free of charge, to any
|
|
2203
1700
|
person obtaining a copy of this software and associated
|
|
@@ -2231,12 +1728,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2231
1728
|
|
|
2232
1729
|
### Rust Crates:
|
|
2233
1730
|
|
|
2234
|
-
- [
|
|
1731
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
2235
1732
|
|
|
2236
1733
|
````text
|
|
2237
1734
|
MIT License
|
|
2238
1735
|
|
|
2239
|
-
Copyright
|
|
1736
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1737
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1738
|
+
Copyright (c) 2017 Frommi
|
|
1739
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1740
|
+
|
|
2240
1741
|
|
|
2241
1742
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2242
1743
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2262,36 +1763,15 @@ SOFTWARE.
|
|
|
2262
1763
|
|
|
2263
1764
|
## The following dependencies are licensed under the MIT License:
|
|
2264
1765
|
|
|
2265
|
-
###
|
|
2266
|
-
|
|
2267
|
-
- [tarpc](https://github.com/google/tarpc) (0.37.0)
|
|
2268
|
-
- [tarpc-plugins](https://github.com/google/tarpc) (0.14.1)
|
|
2269
|
-
|
|
2270
|
-
````text
|
|
2271
|
-
The MIT License (MIT)
|
|
2272
|
-
|
|
2273
|
-
Copyright 2016 Google Inc. All Rights Reserved.
|
|
2274
|
-
|
|
2275
|
-
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:
|
|
2276
|
-
|
|
2277
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2278
|
-
|
|
2279
|
-
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.
|
|
2280
|
-
|
|
2281
|
-
````
|
|
2282
|
-
|
|
2283
|
-
---
|
|
2284
|
-
|
|
2285
|
-
## The following dependencies are licensed under the MIT License:
|
|
2286
|
-
|
|
2287
|
-
### Rust Crates:
|
|
1766
|
+
### NPM Packages:
|
|
2288
1767
|
|
|
2289
|
-
- [
|
|
1768
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
1769
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2290
1770
|
|
|
2291
1771
|
````text
|
|
2292
1772
|
MIT License
|
|
2293
1773
|
|
|
2294
|
-
Copyright (c)
|
|
1774
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2295
1775
|
|
|
2296
1776
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2297
1777
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2310,6 +1790,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
2310
1790
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2311
1791
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2312
1792
|
SOFTWARE.
|
|
1793
|
+
|
|
2313
1794
|
````
|
|
2314
1795
|
|
|
2315
1796
|
---
|
|
@@ -2318,14 +1799,52 @@ SOFTWARE.
|
|
|
2318
1799
|
|
|
2319
1800
|
### Rust Crates:
|
|
2320
1801
|
|
|
2321
|
-
- [
|
|
2322
|
-
- [
|
|
2323
|
-
|
|
1802
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
1803
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
1804
|
+
|
|
1805
|
+
````text
|
|
1806
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
1807
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
1808
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
1809
|
+
|
|
1810
|
+
Permission is hereby granted, free of charge, to any
|
|
1811
|
+
person obtaining a copy of this software and associated
|
|
1812
|
+
documentation files (the "Software"), to deal in the
|
|
1813
|
+
Software without restriction, including without
|
|
1814
|
+
limitation the rights to use, copy, modify, merge,
|
|
1815
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1816
|
+
the Software, and to permit persons to whom the Software
|
|
1817
|
+
is furnished to do so, subject to the following
|
|
1818
|
+
conditions:
|
|
1819
|
+
|
|
1820
|
+
The above copyright notice and this permission notice
|
|
1821
|
+
shall be included in all copies or substantial portions
|
|
1822
|
+
of the Software.
|
|
1823
|
+
|
|
1824
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1825
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1826
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1827
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1828
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1829
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1830
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1831
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1832
|
+
DEALINGS IN THE SOFTWARE.
|
|
1833
|
+
|
|
1834
|
+
````
|
|
1835
|
+
|
|
1836
|
+
---
|
|
1837
|
+
|
|
1838
|
+
## The following dependencies are licensed under the MIT License:
|
|
1839
|
+
|
|
1840
|
+
### Rust Crates:
|
|
1841
|
+
|
|
1842
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
2324
1843
|
|
|
2325
1844
|
````text
|
|
2326
1845
|
MIT License
|
|
2327
1846
|
|
|
2328
|
-
Copyright (c)
|
|
1847
|
+
Copyright (c) 2025 Callum Oakley
|
|
2329
1848
|
|
|
2330
1849
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2331
1850
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2353,10 +1872,10 @@ SOFTWARE.
|
|
|
2353
1872
|
|
|
2354
1873
|
### Rust Crates:
|
|
2355
1874
|
|
|
2356
|
-
- [
|
|
1875
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
2357
1876
|
|
|
2358
1877
|
````text
|
|
2359
|
-
Copyright (c)
|
|
1878
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
2360
1879
|
|
|
2361
1880
|
Permission is hereby granted, free of charge, to any
|
|
2362
1881
|
person obtaining a copy of this software and associated
|
|
@@ -2390,15 +1909,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2390
1909
|
|
|
2391
1910
|
### Rust Crates:
|
|
2392
1911
|
|
|
2393
|
-
- [
|
|
2394
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2395
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2396
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2397
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
2398
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
1912
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
2399
1913
|
|
|
2400
1914
|
````text
|
|
2401
|
-
Copyright
|
|
1915
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
2402
1916
|
|
|
2403
1917
|
Permission is hereby granted, free of charge, to any
|
|
2404
1918
|
person obtaining a copy of this software and associated
|
|
@@ -2430,36 +1944,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2430
1944
|
|
|
2431
1945
|
## The following dependencies are licensed under the MIT License:
|
|
2432
1946
|
|
|
2433
|
-
###
|
|
1947
|
+
### NPM Packages:
|
|
2434
1948
|
|
|
2435
|
-
- [
|
|
1949
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
1950
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2436
1951
|
|
|
2437
1952
|
````text
|
|
2438
|
-
|
|
1953
|
+
MIT License
|
|
2439
1954
|
|
|
2440
|
-
|
|
2441
|
-
person obtaining a copy of this software and associated
|
|
2442
|
-
documentation files (the "Software"), to deal in the
|
|
2443
|
-
Software without restriction, including without
|
|
2444
|
-
limitation the rights to use, copy, modify, merge,
|
|
2445
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2446
|
-
the Software, and to permit persons to whom the Software
|
|
2447
|
-
is furnished to do so, subject to the following
|
|
2448
|
-
conditions:
|
|
1955
|
+
Copyright (c) Microsoft Corporation.
|
|
2449
1956
|
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
1957
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1958
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1959
|
+
in the Software without restriction, including without limitation the rights
|
|
1960
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1961
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1962
|
+
furnished to do so, subject to the following conditions:
|
|
2453
1963
|
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
IN
|
|
2462
|
-
|
|
1964
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1965
|
+
copies or substantial portions of the Software.
|
|
1966
|
+
|
|
1967
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1968
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1969
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1970
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1971
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1972
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1973
|
+
SOFTWARE
|
|
2463
1974
|
|
|
2464
1975
|
````
|
|
2465
1976
|
|
|
@@ -2467,12 +1978,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2467
1978
|
|
|
2468
1979
|
## The following dependencies are licensed under the MIT License:
|
|
2469
1980
|
|
|
2470
|
-
###
|
|
1981
|
+
### NPM Packages:
|
|
2471
1982
|
|
|
2472
|
-
- [
|
|
1983
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.11) (0.0.11)
|
|
2473
1984
|
|
|
2474
1985
|
````text
|
|
2475
|
-
|
|
1986
|
+
MIT License
|
|
1987
|
+
|
|
1988
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
2476
1989
|
|
|
2477
1990
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2478
1991
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2481,17 +1994,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2481
1994
|
copies of the Software, and to permit persons to whom the Software is
|
|
2482
1995
|
furnished to do so, subject to the following conditions:
|
|
2483
1996
|
|
|
2484
|
-
The above copyright notice and this permission notice shall be included in
|
|
2485
|
-
|
|
1997
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1998
|
+
copies or substantial portions of the Software.
|
|
2486
1999
|
|
|
2487
2000
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2488
2001
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2489
2002
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2490
2003
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2491
2004
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2492
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2493
|
-
|
|
2494
|
-
|
|
2005
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2006
|
+
SOFTWARE.
|
|
2495
2007
|
|
|
2496
2008
|
````
|
|
2497
2009
|
|
|
@@ -2501,36 +2013,30 @@ THE SOFTWARE.
|
|
|
2501
2013
|
|
|
2502
2014
|
### Rust Crates:
|
|
2503
2015
|
|
|
2504
|
-
- [
|
|
2016
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
2505
2017
|
|
|
2506
2018
|
````text
|
|
2507
|
-
|
|
2508
|
-
Copyright (c) 2018 Bastian Köcher
|
|
2509
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
2019
|
+
The MIT License (MIT)
|
|
2510
2020
|
|
|
2511
|
-
|
|
2512
|
-
person obtaining a copy of this software and associated
|
|
2513
|
-
documentation files (the "Software"), to deal in the
|
|
2514
|
-
Software without restriction, including without
|
|
2515
|
-
limitation the rights to use, copy, modify, merge,
|
|
2516
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2517
|
-
the Software, and to permit persons to whom the Software
|
|
2518
|
-
is furnished to do so, subject to the following
|
|
2519
|
-
conditions:
|
|
2021
|
+
Copyright (c) 2015 Alice Maz
|
|
2520
2022
|
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2023
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2024
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2025
|
+
in the Software without restriction, including without limitation the rights
|
|
2026
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2027
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2028
|
+
furnished to do so, subject to the following conditions:
|
|
2029
|
+
|
|
2030
|
+
The above copyright notice and this permission notice shall be included in
|
|
2031
|
+
all copies or substantial portions of the Software.
|
|
2524
2032
|
|
|
2525
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2533
|
-
DEALINGS IN THE SOFTWARE.
|
|
2033
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2034
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2035
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2036
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2037
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2038
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2039
|
+
THE SOFTWARE.
|
|
2534
2040
|
|
|
2535
2041
|
````
|
|
2536
2042
|
|
|
@@ -2540,10 +2046,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2540
2046
|
|
|
2541
2047
|
### Rust Crates:
|
|
2542
2048
|
|
|
2543
|
-
- [
|
|
2049
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
2544
2050
|
|
|
2545
2051
|
````text
|
|
2546
|
-
Copyright (c)
|
|
2052
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
2547
2053
|
|
|
2548
2054
|
Permission is hereby granted, free of charge, to any
|
|
2549
2055
|
person obtaining a copy of this software and associated
|
|
@@ -2568,40 +2074,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2568
2074
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2569
2075
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2570
2076
|
DEALINGS IN THE SOFTWARE.
|
|
2571
|
-
````
|
|
2572
|
-
|
|
2573
|
-
---
|
|
2574
|
-
|
|
2575
|
-
## The following dependencies are licensed under the MIT License:
|
|
2576
|
-
|
|
2577
|
-
### Rust Crates:
|
|
2578
|
-
|
|
2579
|
-
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2580
|
-
|
|
2581
|
-
````text
|
|
2582
|
-
The MIT License (MIT)
|
|
2583
|
-
|
|
2584
|
-
Copyright (c) 2015 Danny Guo
|
|
2585
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2586
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2587
|
-
|
|
2588
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2589
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2590
|
-
in the Software without restriction, including without limitation the rights
|
|
2591
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2592
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2593
|
-
furnished to do so, subject to the following conditions:
|
|
2594
|
-
|
|
2595
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2596
|
-
copies or substantial portions of the Software.
|
|
2597
|
-
|
|
2598
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2599
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2600
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2601
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2602
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2603
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2604
|
-
SOFTWARE.
|
|
2605
2077
|
|
|
2606
2078
|
````
|
|
2607
2079
|
|
|
@@ -2611,11 +2083,10 @@ SOFTWARE.
|
|
|
2611
2083
|
|
|
2612
2084
|
### Rust Crates:
|
|
2613
2085
|
|
|
2614
|
-
- [
|
|
2086
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
2615
2087
|
|
|
2616
2088
|
````text
|
|
2617
|
-
Copyright (c)
|
|
2618
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
2089
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
2619
2090
|
|
|
2620
2091
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2621
2092
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2635,20 +2106,21 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2635
2106
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2636
2107
|
THE SOFTWARE.
|
|
2637
2108
|
|
|
2109
|
+
|
|
2638
2110
|
````
|
|
2639
2111
|
|
|
2640
2112
|
---
|
|
2641
2113
|
|
|
2642
2114
|
## The following dependencies are licensed under the MIT License:
|
|
2643
2115
|
|
|
2644
|
-
###
|
|
2116
|
+
### NPM Packages:
|
|
2645
2117
|
|
|
2646
|
-
- [
|
|
2118
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2647
2119
|
|
|
2648
2120
|
````text
|
|
2649
|
-
|
|
2121
|
+
MIT License
|
|
2650
2122
|
|
|
2651
|
-
Copyright (c)
|
|
2123
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2652
2124
|
|
|
2653
2125
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2654
2126
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2676,10 +2148,12 @@ SOFTWARE.
|
|
|
2676
2148
|
|
|
2677
2149
|
### Rust Crates:
|
|
2678
2150
|
|
|
2679
|
-
- [
|
|
2151
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2152
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2153
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2680
2154
|
|
|
2681
2155
|
````text
|
|
2682
|
-
Copyright (c)
|
|
2156
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
2683
2157
|
|
|
2684
2158
|
Permission is hereby granted, free of charge, to any
|
|
2685
2159
|
person obtaining a copy of this software and associated
|
|
@@ -2713,11 +2187,9 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2713
2187
|
|
|
2714
2188
|
### Rust Crates:
|
|
2715
2189
|
|
|
2716
|
-
- [
|
|
2190
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
2717
2191
|
|
|
2718
2192
|
````text
|
|
2719
|
-
Copyright Mozilla Foundation
|
|
2720
|
-
|
|
2721
2193
|
Permission is hereby granted, free of charge, to any
|
|
2722
2194
|
person obtaining a copy of this software and associated
|
|
2723
2195
|
documentation files (the "Software"), to deal in the
|
|
@@ -2741,7 +2213,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
2741
2213
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2742
2214
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2743
2215
|
DEALINGS IN THE SOFTWARE.
|
|
2744
|
-
|
|
2745
2216
|
````
|
|
2746
2217
|
|
|
2747
2218
|
---
|
|
@@ -2750,10 +2221,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2750
2221
|
|
|
2751
2222
|
### Rust Crates:
|
|
2752
2223
|
|
|
2753
|
-
- [
|
|
2224
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
2754
2225
|
|
|
2755
2226
|
````text
|
|
2756
|
-
Copyright
|
|
2227
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
2757
2228
|
|
|
2758
2229
|
Permission is hereby granted, free of charge, to any
|
|
2759
2230
|
person obtaining a copy of this software and associated
|
|
@@ -2787,10 +2258,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2787
2258
|
|
|
2788
2259
|
### Rust Crates:
|
|
2789
2260
|
|
|
2790
|
-
- [
|
|
2261
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
2791
2262
|
|
|
2792
2263
|
````text
|
|
2793
|
-
|
|
2264
|
+
MIT License
|
|
2265
|
+
|
|
2266
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
2267
|
+
Copyright (c) Tokio Contributors
|
|
2794
2268
|
|
|
2795
2269
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2796
2270
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2818,19 +2292,10 @@ SOFTWARE.
|
|
|
2818
2292
|
|
|
2819
2293
|
### Rust Crates:
|
|
2820
2294
|
|
|
2821
|
-
- [
|
|
2822
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2823
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2824
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2825
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2826
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2827
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2828
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2829
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2295
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2830
2296
|
|
|
2831
2297
|
````text
|
|
2832
|
-
Copyright (c) 2016
|
|
2833
|
-
Copyright (c) 2017 The Tokio Authors
|
|
2298
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
2834
2299
|
|
|
2835
2300
|
Permission is hereby granted, free of charge, to any
|
|
2836
2301
|
person obtaining a copy of this software and associated
|
|
@@ -2864,71 +2329,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2864
2329
|
|
|
2865
2330
|
### Rust Crates:
|
|
2866
2331
|
|
|
2867
|
-
- [
|
|
2332
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2333
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2334
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
2868
2335
|
|
|
2869
2336
|
````text
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
Permission is hereby granted, free of charge, to any
|
|
2873
|
-
person obtaining a copy of this software and associated
|
|
2874
|
-
documentation files (the "Software"), to deal in the
|
|
2875
|
-
Software without restriction, including without
|
|
2876
|
-
limitation the rights to use, copy, modify, merge,
|
|
2877
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2878
|
-
the Software, and to permit persons to whom the Software
|
|
2879
|
-
is furnished to do so, subject to the following
|
|
2880
|
-
conditions:
|
|
2881
|
-
|
|
2882
|
-
The above copyright notice and this permission notice
|
|
2883
|
-
shall be included in all copies or substantial portions
|
|
2884
|
-
of the Software.
|
|
2885
|
-
|
|
2886
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2887
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2888
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2889
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2890
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2891
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2892
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2893
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2894
|
-
DEALINGS IN THE SOFTWARE.
|
|
2895
|
-
|
|
2896
|
-
````
|
|
2897
|
-
|
|
2898
|
-
---
|
|
2899
|
-
|
|
2900
|
-
## The following dependencies are licensed under the MIT License:
|
|
2901
|
-
|
|
2902
|
-
### Rust Crates:
|
|
2903
|
-
|
|
2904
|
-
- [fnv](https://github.com/servo/rust-fnv) (1.0.7)
|
|
2337
|
+
MIT License
|
|
2905
2338
|
|
|
2906
|
-
|
|
2907
|
-
Copyright (c) 2017 Contributors
|
|
2339
|
+
Copyright (c) 2017 Ted Driggs
|
|
2908
2340
|
|
|
2909
|
-
Permission is hereby granted, free of charge, to any
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
the Software, and to permit persons to whom the Software
|
|
2916
|
-
is furnished to do so, subject to the following
|
|
2917
|
-
conditions:
|
|
2341
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2342
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2343
|
+
in the Software without restriction, including without limitation the rights
|
|
2344
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2345
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2346
|
+
furnished to do so, subject to the following conditions:
|
|
2918
2347
|
|
|
2919
|
-
The above copyright notice and this permission notice
|
|
2920
|
-
|
|
2921
|
-
of the Software.
|
|
2348
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2349
|
+
copies or substantial portions of the Software.
|
|
2922
2350
|
|
|
2923
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2931
|
-
DEALINGS IN THE SOFTWARE.
|
|
2351
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2352
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2353
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2354
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2355
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2356
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2357
|
+
SOFTWARE.
|
|
2932
2358
|
|
|
2933
2359
|
````
|
|
2934
2360
|
|
|
@@ -2938,11 +2364,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2938
2364
|
|
|
2939
2365
|
### Rust Crates:
|
|
2940
2366
|
|
|
2941
|
-
- [
|
|
2367
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2942
2368
|
|
|
2943
2369
|
````text
|
|
2944
|
-
|
|
2945
|
-
|
|
2370
|
+
The MIT License (MIT)
|
|
2371
|
+
|
|
2372
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2946
2373
|
|
|
2947
2374
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2948
2375
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2962,6 +2389,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2962
2389
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2963
2390
|
SOFTWARE.
|
|
2964
2391
|
|
|
2392
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2393
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2965
2394
|
````
|
|
2966
2395
|
|
|
2967
2396
|
---
|
|
@@ -2970,16 +2399,10 @@ SOFTWARE.
|
|
|
2970
2399
|
|
|
2971
2400
|
### Rust Crates:
|
|
2972
2401
|
|
|
2973
|
-
- [
|
|
2402
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
2974
2403
|
|
|
2975
2404
|
````text
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2979
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
2980
|
-
Copyright (c) 2017 Frommi
|
|
2981
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2982
|
-
|
|
2405
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
2983
2406
|
|
|
2984
2407
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2985
2408
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2988,16 +2411,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2988
2411
|
copies of the Software, and to permit persons to whom the Software is
|
|
2989
2412
|
furnished to do so, subject to the following conditions:
|
|
2990
2413
|
|
|
2991
|
-
The above copyright notice and this permission notice shall be included in
|
|
2992
|
-
copies or substantial portions of the Software.
|
|
2414
|
+
The above copyright notice and this permission notice shall be included in
|
|
2415
|
+
all copies or substantial portions of the Software.
|
|
2993
2416
|
|
|
2994
2417
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2995
2418
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2996
2419
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2997
2420
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2998
2421
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2999
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3000
|
-
SOFTWARE.
|
|
2422
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2423
|
+
THE SOFTWARE.
|
|
3001
2424
|
|
|
3002
2425
|
````
|
|
3003
2426
|
|
|
@@ -3007,9 +2430,11 @@ SOFTWARE.
|
|
|
3007
2430
|
|
|
3008
2431
|
### Rust Crates:
|
|
3009
2432
|
|
|
3010
|
-
- [
|
|
2433
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3011
2434
|
|
|
3012
2435
|
````text
|
|
2436
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
2437
|
+
|
|
3013
2438
|
Permission is hereby granted, free of charge, to any
|
|
3014
2439
|
person obtaining a copy of this software and associated
|
|
3015
2440
|
documentation files (the "Software"), to deal in the
|
|
@@ -3033,38 +2458,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
3033
2458
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3034
2459
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3035
2460
|
DEALINGS IN THE SOFTWARE.
|
|
3036
|
-
````
|
|
3037
|
-
|
|
3038
|
-
---
|
|
3039
|
-
|
|
3040
|
-
## The following dependencies are licensed under the MIT License:
|
|
3041
|
-
|
|
3042
|
-
### Rust Crates:
|
|
3043
|
-
|
|
3044
|
-
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3045
|
-
|
|
3046
|
-
````text
|
|
3047
|
-
MIT License
|
|
3048
|
-
|
|
3049
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3050
|
-
|
|
3051
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3052
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3053
|
-
in the Software without restriction, including without limitation the rights
|
|
3054
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3055
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3056
|
-
furnished to do so, subject to the following conditions:
|
|
3057
|
-
|
|
3058
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3059
|
-
copies or substantial portions of the Software.
|
|
3060
|
-
|
|
3061
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3062
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3063
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3064
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3065
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3066
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3067
|
-
SOFTWARE.
|
|
3068
2461
|
|
|
3069
2462
|
````
|
|
3070
2463
|
|
|
@@ -3074,10 +2467,10 @@ SOFTWARE.
|
|
|
3074
2467
|
|
|
3075
2468
|
### Rust Crates:
|
|
3076
2469
|
|
|
3077
|
-
- [
|
|
2470
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
3078
2471
|
|
|
3079
2472
|
````text
|
|
3080
|
-
Copyright (c)
|
|
2473
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
3081
2474
|
|
|
3082
2475
|
Permission is hereby granted, free of charge, to any
|
|
3083
2476
|
person obtaining a copy of this software and associated
|
|
@@ -3111,10 +2504,46 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3111
2504
|
|
|
3112
2505
|
### Rust Crates:
|
|
3113
2506
|
|
|
3114
|
-
- [
|
|
2507
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2508
|
+
|
|
2509
|
+
````text
|
|
2510
|
+
The MIT License (MIT)
|
|
2511
|
+
|
|
2512
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2513
|
+
|
|
2514
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2515
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2516
|
+
in the Software without restriction, including without limitation the rights
|
|
2517
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2518
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2519
|
+
furnished to do so, subject to the following conditions:
|
|
2520
|
+
|
|
2521
|
+
|
|
2522
|
+
The above copyright notice and this permission notice shall be included in
|
|
2523
|
+
all copies or substantial portions of the Software.
|
|
2524
|
+
|
|
2525
|
+
|
|
2526
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2527
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2528
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2529
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2530
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2531
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2532
|
+
THE SOFTWARE.
|
|
2533
|
+
|
|
2534
|
+
````
|
|
2535
|
+
|
|
2536
|
+
---
|
|
2537
|
+
|
|
2538
|
+
## The following dependencies are licensed under the MIT License:
|
|
2539
|
+
|
|
2540
|
+
### Rust Crates:
|
|
2541
|
+
|
|
2542
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
3115
2543
|
|
|
3116
2544
|
````text
|
|
3117
|
-
Copyright (c)
|
|
2545
|
+
Copyright (c) 2017 Daniel Abramov
|
|
2546
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
3118
2547
|
|
|
3119
2548
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3120
2549
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3134,7 +2563,38 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3134
2563
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3135
2564
|
THE SOFTWARE.
|
|
3136
2565
|
|
|
2566
|
+
````
|
|
2567
|
+
|
|
2568
|
+
---
|
|
2569
|
+
|
|
2570
|
+
## The following dependencies are licensed under the MIT License:
|
|
2571
|
+
|
|
2572
|
+
### Rust Crates:
|
|
2573
|
+
|
|
2574
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3137
2575
|
|
|
2576
|
+
````text
|
|
2577
|
+
The MIT License (MIT)
|
|
2578
|
+
|
|
2579
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
2580
|
+
|
|
2581
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2582
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2583
|
+
in the Software without restriction, including without limitation the rights
|
|
2584
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2585
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2586
|
+
furnished to do so, subject to the following conditions:
|
|
2587
|
+
|
|
2588
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2589
|
+
copies or substantial portions of the Software.
|
|
2590
|
+
|
|
2591
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2592
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2593
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2594
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2595
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2596
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2597
|
+
SOFTWARE.
|
|
3138
2598
|
````
|
|
3139
2599
|
|
|
3140
2600
|
---
|
|
@@ -3143,37 +2603,28 @@ THE SOFTWARE.
|
|
|
3143
2603
|
|
|
3144
2604
|
### Rust Crates:
|
|
3145
2605
|
|
|
3146
|
-
- [
|
|
3147
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3148
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3149
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2606
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
3150
2607
|
|
|
3151
2608
|
````text
|
|
3152
|
-
|
|
2609
|
+
MIT License
|
|
3153
2610
|
|
|
3154
|
-
Permission is hereby granted, free of charge, to any
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
the Software, and to permit persons to whom the Software
|
|
3161
|
-
is furnished to do so, subject to the following
|
|
3162
|
-
conditions:
|
|
2611
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2612
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2613
|
+
in the Software without restriction, including without limitation the rights
|
|
2614
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2615
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2616
|
+
furnished to do so, subject to the following conditions:
|
|
3163
2617
|
|
|
3164
|
-
The above copyright notice and this permission notice
|
|
3165
|
-
|
|
3166
|
-
of the Software.
|
|
2618
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2619
|
+
copies or substantial portions of the Software.
|
|
3167
2620
|
|
|
3168
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3176
|
-
DEALINGS IN THE SOFTWARE.
|
|
2621
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2622
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2623
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2624
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2625
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2626
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2627
|
+
SOFTWARE.
|
|
3177
2628
|
|
|
3178
2629
|
````
|
|
3179
2630
|
|
|
@@ -3183,10 +2634,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3183
2634
|
|
|
3184
2635
|
### Rust Crates:
|
|
3185
2636
|
|
|
3186
|
-
- [
|
|
2637
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
3187
2638
|
|
|
3188
2639
|
````text
|
|
3189
|
-
Copyright (c)
|
|
2640
|
+
Copyright (c) The Rust Project Developers
|
|
3190
2641
|
|
|
3191
2642
|
Permission is hereby granted, free of charge, to any
|
|
3192
2643
|
person obtaining a copy of this software and associated
|
|
@@ -3220,10 +2671,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3220
2671
|
|
|
3221
2672
|
### Rust Crates:
|
|
3222
2673
|
|
|
3223
|
-
- [
|
|
2674
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
3224
2675
|
|
|
3225
2676
|
````text
|
|
3226
|
-
Copyright (c)
|
|
2677
|
+
Copyright (c) 2015 Steven Allen
|
|
3227
2678
|
|
|
3228
2679
|
Permission is hereby granted, free of charge, to any
|
|
3229
2680
|
person obtaining a copy of this software and associated
|
|
@@ -3255,16 +2706,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3255
2706
|
|
|
3256
2707
|
## The following dependencies are licensed under the MIT License:
|
|
3257
2708
|
|
|
3258
|
-
###
|
|
2709
|
+
### NPM Packages:
|
|
3259
2710
|
|
|
3260
|
-
- [
|
|
3261
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3262
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
2711
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3263
2712
|
|
|
3264
2713
|
````text
|
|
3265
2714
|
MIT License
|
|
3266
2715
|
|
|
3267
|
-
Copyright (c)
|
|
2716
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3268
2717
|
|
|
3269
2718
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3270
2719
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3284,6 +2733,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3284
2733
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3285
2734
|
SOFTWARE.
|
|
3286
2735
|
|
|
2736
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2737
|
+
|
|
3287
2738
|
````
|
|
3288
2739
|
|
|
3289
2740
|
---
|
|
@@ -3292,35 +2743,34 @@ SOFTWARE.
|
|
|
3292
2743
|
|
|
3293
2744
|
### Rust Crates:
|
|
3294
2745
|
|
|
3295
|
-
- [
|
|
2746
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
3296
2747
|
|
|
3297
2748
|
````text
|
|
3298
|
-
Copyright (c) 2016
|
|
3299
|
-
|
|
3300
|
-
Includes parts of http date with the following copyright:
|
|
3301
|
-
Copyright (c) 2016 Pyfisch
|
|
3302
|
-
|
|
3303
|
-
Includes portions of musl libc with the following copyright:
|
|
3304
|
-
Copyright © 2005-2013 Rich Felker
|
|
3305
|
-
|
|
2749
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
3306
2750
|
|
|
3307
|
-
Permission is hereby granted, free of charge, to any
|
|
3308
|
-
of this software and associated
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
2751
|
+
Permission is hereby granted, free of charge, to any
|
|
2752
|
+
person obtaining a copy of this software and associated
|
|
2753
|
+
documentation files (the "Software"), to deal in the
|
|
2754
|
+
Software without restriction, including without
|
|
2755
|
+
limitation the rights to use, copy, modify, merge,
|
|
2756
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2757
|
+
the Software, and to permit persons to whom the Software
|
|
2758
|
+
is furnished to do so, subject to the following
|
|
2759
|
+
conditions:
|
|
3313
2760
|
|
|
3314
|
-
The above copyright notice and this permission notice
|
|
3315
|
-
copies or substantial portions
|
|
2761
|
+
The above copyright notice and this permission notice
|
|
2762
|
+
shall be included in all copies or substantial portions
|
|
2763
|
+
of the Software.
|
|
3316
2764
|
|
|
3317
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3318
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
2765
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2766
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2767
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2768
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2769
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2770
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2771
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2772
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2773
|
+
DEALINGS IN THE SOFTWARE.
|
|
3324
2774
|
|
|
3325
2775
|
````
|
|
3326
2776
|
|
|
@@ -3330,10 +2780,10 @@ SOFTWARE.
|
|
|
3330
2780
|
|
|
3331
2781
|
### Rust Crates:
|
|
3332
2782
|
|
|
3333
|
-
- [
|
|
2783
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3334
2784
|
|
|
3335
2785
|
````text
|
|
3336
|
-
Copyright (c)
|
|
2786
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3337
2787
|
|
|
3338
2788
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3339
2789
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3342,51 +2792,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3342
2792
|
copies of the Software, and to permit persons to whom the Software is
|
|
3343
2793
|
furnished to do so, subject to the following conditions:
|
|
3344
2794
|
|
|
3345
|
-
The above copyright notice and this permission notice shall be included in
|
|
3346
|
-
|
|
2795
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2796
|
+
copies or substantial portions of the Software.
|
|
3347
2797
|
|
|
3348
2798
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3349
2799
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3350
2800
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3351
2801
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3352
2802
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3353
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
````
|
|
3357
|
-
|
|
3358
|
-
---
|
|
3359
|
-
|
|
3360
|
-
## The following dependencies are licensed under the MIT License:
|
|
3361
|
-
|
|
3362
|
-
### Rust Crates:
|
|
3363
|
-
|
|
3364
|
-
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
3365
|
-
|
|
3366
|
-
````text
|
|
3367
|
-
The MIT License (MIT)
|
|
3368
|
-
|
|
3369
|
-
Copyright (c) 2016 Johann Tuffe
|
|
3370
|
-
|
|
3371
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3372
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3373
|
-
in the Software without restriction, including without limitation the rights
|
|
3374
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3375
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3376
|
-
furnished to do so, subject to the following conditions:
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
The above copyright notice and this permission notice shall be included in
|
|
3380
|
-
all copies or substantial portions of the Software.
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3384
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3385
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3386
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3387
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3388
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3389
|
-
THE SOFTWARE.
|
|
2803
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2804
|
+
SOFTWARE.
|
|
3390
2805
|
|
|
3391
2806
|
````
|
|
3392
2807
|
|
|
@@ -3396,10 +2811,10 @@ THE SOFTWARE.
|
|
|
3396
2811
|
|
|
3397
2812
|
### Rust Crates:
|
|
3398
2813
|
|
|
3399
|
-
- [
|
|
2814
|
+
- [ipnet](https://github.com/krisprice/ipnet) (2.12.0)
|
|
3400
2815
|
|
|
3401
2816
|
````text
|
|
3402
|
-
Copyright
|
|
2817
|
+
Copyright 2017 Juniper Networks, Inc.
|
|
3403
2818
|
|
|
3404
2819
|
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:
|
|
3405
2820
|
|
|
@@ -3415,12 +2830,13 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3415
2830
|
|
|
3416
2831
|
### Rust Crates:
|
|
3417
2832
|
|
|
3418
|
-
- [
|
|
2833
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2834
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3419
2835
|
|
|
3420
2836
|
````text
|
|
3421
2837
|
MIT License
|
|
3422
2838
|
|
|
3423
|
-
Copyright (c)
|
|
2839
|
+
Copyright (c) 2019 Graham Esau
|
|
3424
2840
|
|
|
3425
2841
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3426
2842
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3448,10 +2864,47 @@ SOFTWARE.
|
|
|
3448
2864
|
|
|
3449
2865
|
### Rust Crates:
|
|
3450
2866
|
|
|
3451
|
-
- [
|
|
2867
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3452
2868
|
|
|
3453
2869
|
````text
|
|
3454
|
-
Copyright (c)
|
|
2870
|
+
Copyright (c) 2019 Carl Lerche
|
|
2871
|
+
|
|
2872
|
+
Permission is hereby granted, free of charge, to any
|
|
2873
|
+
person obtaining a copy of this software and associated
|
|
2874
|
+
documentation files (the "Software"), to deal in the
|
|
2875
|
+
Software without restriction, including without
|
|
2876
|
+
limitation the rights to use, copy, modify, merge,
|
|
2877
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2878
|
+
the Software, and to permit persons to whom the Software
|
|
2879
|
+
is furnished to do so, subject to the following
|
|
2880
|
+
conditions:
|
|
2881
|
+
|
|
2882
|
+
The above copyright notice and this permission notice
|
|
2883
|
+
shall be included in all copies or substantial portions
|
|
2884
|
+
of the Software.
|
|
2885
|
+
|
|
2886
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2887
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2888
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2889
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2890
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2891
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2892
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2893
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2894
|
+
DEALINGS IN THE SOFTWARE.
|
|
2895
|
+
|
|
2896
|
+
````
|
|
2897
|
+
|
|
2898
|
+
---
|
|
2899
|
+
|
|
2900
|
+
## The following dependencies are licensed under the MIT License:
|
|
2901
|
+
|
|
2902
|
+
### Rust Crates:
|
|
2903
|
+
|
|
2904
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
2905
|
+
|
|
2906
|
+
````text
|
|
2907
|
+
Copyright Mozilla Foundation
|
|
3455
2908
|
|
|
3456
2909
|
Permission is hereby granted, free of charge, to any
|
|
3457
2910
|
person obtaining a copy of this software and associated
|
|
@@ -3485,12 +2938,19 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3485
2938
|
|
|
3486
2939
|
### Rust Crates:
|
|
3487
2940
|
|
|
3488
|
-
- [
|
|
3489
|
-
- [
|
|
3490
|
-
- [
|
|
2941
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2942
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2943
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2944
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2945
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2946
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2947
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2948
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2949
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3491
2950
|
|
|
3492
2951
|
````text
|
|
3493
|
-
Copyright (c)
|
|
2952
|
+
Copyright (c) 2016 Alex Crichton
|
|
2953
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3494
2954
|
|
|
3495
2955
|
Permission is hereby granted, free of charge, to any
|
|
3496
2956
|
person obtaining a copy of this software and associated
|
|
@@ -3524,11 +2984,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3524
2984
|
|
|
3525
2985
|
### Rust Crates:
|
|
3526
2986
|
|
|
3527
|
-
- [
|
|
2987
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2988
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2989
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
3528
2990
|
|
|
3529
2991
|
````text
|
|
3530
|
-
|
|
3531
|
-
|
|
2992
|
+
MIT License
|
|
2993
|
+
|
|
2994
|
+
Copyright (c) Tokio Contributors
|
|
3532
2995
|
|
|
3533
2996
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3534
2997
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3537,17 +3000,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3537
3000
|
copies of the Software, and to permit persons to whom the Software is
|
|
3538
3001
|
furnished to do so, subject to the following conditions:
|
|
3539
3002
|
|
|
3540
|
-
The above copyright notice and this permission notice shall be included in
|
|
3541
|
-
|
|
3003
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3004
|
+
copies or substantial portions of the Software.
|
|
3542
3005
|
|
|
3543
3006
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3544
3007
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3545
3008
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3546
3009
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3547
3010
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3548
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3549
|
-
|
|
3550
|
-
|
|
3011
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3012
|
+
SOFTWARE.
|
|
3551
3013
|
|
|
3552
3014
|
````
|
|
3553
3015
|
|
|
@@ -3557,28 +3019,34 @@ THE SOFTWARE.
|
|
|
3557
3019
|
|
|
3558
3020
|
### Rust Crates:
|
|
3559
3021
|
|
|
3560
|
-
- [
|
|
3022
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
3561
3023
|
|
|
3562
3024
|
````text
|
|
3563
|
-
Copyright (c)
|
|
3025
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
3564
3026
|
|
|
3565
|
-
Permission is hereby granted, free of charge, to any
|
|
3566
|
-
of this software and associated
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3027
|
+
Permission is hereby granted, free of charge, to any
|
|
3028
|
+
person obtaining a copy of this software and associated
|
|
3029
|
+
documentation files (the "Software"), to deal in the
|
|
3030
|
+
Software without restriction, including without
|
|
3031
|
+
limitation the rights to use, copy, modify, merge,
|
|
3032
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3033
|
+
the Software, and to permit persons to whom the Software
|
|
3034
|
+
is furnished to do so, subject to the following
|
|
3035
|
+
conditions:
|
|
3571
3036
|
|
|
3572
|
-
The above copyright notice and this permission notice
|
|
3573
|
-
all copies or substantial portions
|
|
3037
|
+
The above copyright notice and this permission notice
|
|
3038
|
+
shall be included in all copies or substantial portions
|
|
3039
|
+
of the Software.
|
|
3574
3040
|
|
|
3575
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3576
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3041
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3042
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3043
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3044
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3045
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3046
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3047
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3048
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3049
|
+
DEALINGS IN THE SOFTWARE.
|
|
3582
3050
|
|
|
3583
3051
|
````
|
|
3584
3052
|
|
|
@@ -3588,13 +3056,12 @@ THE SOFTWARE.
|
|
|
3588
3056
|
|
|
3589
3057
|
### Rust Crates:
|
|
3590
3058
|
|
|
3591
|
-
- [
|
|
3059
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
3592
3060
|
|
|
3593
3061
|
````text
|
|
3594
3062
|
MIT License
|
|
3595
3063
|
|
|
3596
|
-
Copyright (c)
|
|
3597
|
-
Copyright (c) Tokio Contributors
|
|
3064
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3598
3065
|
|
|
3599
3066
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3600
3067
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3622,31 +3089,34 @@ SOFTWARE.
|
|
|
3622
3089
|
|
|
3623
3090
|
### Rust Crates:
|
|
3624
3091
|
|
|
3625
|
-
- [
|
|
3092
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
3626
3093
|
|
|
3627
3094
|
````text
|
|
3628
|
-
The
|
|
3629
|
-
|
|
3630
|
-
Copyright (c) 2015-2020 Julien Cretin
|
|
3631
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
3095
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
3632
3096
|
|
|
3633
|
-
Permission is hereby granted, free of charge, to any
|
|
3634
|
-
of this software and associated
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3097
|
+
Permission is hereby granted, free of charge, to any
|
|
3098
|
+
person obtaining a copy of this software and associated
|
|
3099
|
+
documentation files (the "Software"), to deal in the
|
|
3100
|
+
Software without restriction, including without
|
|
3101
|
+
limitation the rights to use, copy, modify, merge,
|
|
3102
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3103
|
+
the Software, and to permit persons to whom the Software
|
|
3104
|
+
is furnished to do so, subject to the following
|
|
3105
|
+
conditions:
|
|
3639
3106
|
|
|
3640
|
-
The above copyright notice and this permission notice
|
|
3641
|
-
copies or substantial portions
|
|
3107
|
+
The above copyright notice and this permission notice
|
|
3108
|
+
shall be included in all copies or substantial portions
|
|
3109
|
+
of the Software.
|
|
3642
3110
|
|
|
3643
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3644
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3111
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3112
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3113
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3114
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3115
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3116
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3117
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3118
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3119
|
+
DEALINGS IN THE SOFTWARE.
|
|
3650
3120
|
|
|
3651
3121
|
````
|
|
3652
3122
|
|
|
@@ -3656,16 +3126,34 @@ SOFTWARE.
|
|
|
3656
3126
|
|
|
3657
3127
|
### Rust Crates:
|
|
3658
3128
|
|
|
3659
|
-
- [
|
|
3129
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
3660
3130
|
|
|
3661
3131
|
````text
|
|
3662
|
-
Copyright
|
|
3132
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
3663
3133
|
|
|
3664
|
-
Permission is hereby granted, free of charge, to any
|
|
3134
|
+
Permission is hereby granted, free of charge, to any
|
|
3135
|
+
person obtaining a copy of this software and associated
|
|
3136
|
+
documentation files (the "Software"), to deal in the
|
|
3137
|
+
Software without restriction, including without
|
|
3138
|
+
limitation the rights to use, copy, modify, merge,
|
|
3139
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3140
|
+
the Software, and to permit persons to whom the Software
|
|
3141
|
+
is furnished to do so, subject to the following
|
|
3142
|
+
conditions:
|
|
3665
3143
|
|
|
3666
|
-
The above copyright notice and this permission notice
|
|
3144
|
+
The above copyright notice and this permission notice
|
|
3145
|
+
shall be included in all copies or substantial portions
|
|
3146
|
+
of the Software.
|
|
3667
3147
|
|
|
3668
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3148
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3149
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3150
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3151
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3152
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3153
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3154
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3155
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3156
|
+
DEALINGS IN THE SOFTWARE.
|
|
3669
3157
|
|
|
3670
3158
|
````
|
|
3671
3159
|
|
|
@@ -3675,10 +3163,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
3675
3163
|
|
|
3676
3164
|
### Rust Crates:
|
|
3677
3165
|
|
|
3678
|
-
- [
|
|
3166
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
3679
3167
|
|
|
3680
3168
|
````text
|
|
3681
|
-
Copyright
|
|
3169
|
+
Copyright (c) 2016 Anthony Ramine
|
|
3682
3170
|
|
|
3683
3171
|
Permission is hereby granted, free of charge, to any
|
|
3684
3172
|
person obtaining a copy of this software and associated
|
|
@@ -3704,7 +3192,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3704
3192
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3705
3193
|
DEALINGS IN THE SOFTWARE.
|
|
3706
3194
|
|
|
3707
|
-
|
|
3708
3195
|
````
|
|
3709
3196
|
|
|
3710
3197
|
---
|
|
@@ -3713,64 +3200,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3713
3200
|
|
|
3714
3201
|
### Rust Crates:
|
|
3715
3202
|
|
|
3716
|
-
- [
|
|
3717
|
-
|
|
3718
|
-
````text
|
|
3719
|
-
MIT License
|
|
3720
|
-
|
|
3721
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3722
|
-
|
|
3723
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3724
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3725
|
-
in the Software without restriction, including without limitation the rights
|
|
3726
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3727
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3728
|
-
furnished to do so, subject to the following conditions:
|
|
3729
|
-
|
|
3730
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3731
|
-
copies or substantial portions of the Software.
|
|
3732
|
-
|
|
3733
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3734
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3735
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3736
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3737
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3738
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3739
|
-
SOFTWARE.
|
|
3740
|
-
|
|
3741
|
-
````
|
|
3742
|
-
|
|
3743
|
-
---
|
|
3744
|
-
|
|
3745
|
-
## The following dependencies are licensed under the MIT License:
|
|
3746
|
-
|
|
3747
|
-
### NPM Packages:
|
|
3748
|
-
|
|
3749
|
-
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
3750
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
3203
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
3751
3204
|
|
|
3752
3205
|
````text
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
3206
|
+
Copyright 2016 Nika Layzell
|
|
3756
3207
|
|
|
3757
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3758
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3759
|
-
in the Software without restriction, including without limitation the rights
|
|
3760
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3761
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3762
|
-
furnished to do so, subject to the following conditions:
|
|
3208
|
+
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:
|
|
3763
3209
|
|
|
3764
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3765
|
-
copies or substantial portions of the Software.
|
|
3210
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3766
3211
|
|
|
3767
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3768
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3769
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3770
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3771
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3772
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3773
|
-
SOFTWARE.
|
|
3212
|
+
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.
|
|
3774
3213
|
|
|
3775
3214
|
````
|
|
3776
3215
|
|
|
@@ -3788,52 +3227,20 @@ This software is released under the MIT license:
|
|
|
3788
3227
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3789
3228
|
this software and associated documentation files (the "Software"), to deal in
|
|
3790
3229
|
the Software without restriction, including without limitation the rights to
|
|
3791
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3792
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3793
|
-
subject to the following conditions:
|
|
3794
|
-
|
|
3795
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3796
|
-
copies or substantial portions of the Software.
|
|
3797
|
-
|
|
3798
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3799
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3800
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3801
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3802
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3803
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3804
|
-
|
|
3805
|
-
````
|
|
3806
|
-
|
|
3807
|
-
---
|
|
3808
|
-
|
|
3809
|
-
## The following dependencies are licensed under the MIT License:
|
|
3810
|
-
|
|
3811
|
-
### Rust Crates:
|
|
3812
|
-
|
|
3813
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3814
|
-
|
|
3815
|
-
````text
|
|
3816
|
-
The MIT License (MIT)
|
|
3817
|
-
|
|
3818
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3819
|
-
|
|
3820
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3821
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3822
|
-
in the Software without restriction, including without limitation the rights
|
|
3823
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3824
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3825
|
-
furnished to do so, subject to the following conditions:
|
|
3826
|
-
|
|
3827
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3828
|
-
copies or substantial portions of the Software.
|
|
3829
|
-
|
|
3830
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3831
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3832
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3833
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3834
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3835
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3836
|
-
SOFTWARE.
|
|
3230
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3231
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3232
|
+
subject to the following conditions:
|
|
3233
|
+
|
|
3234
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3235
|
+
copies or substantial portions of the Software.
|
|
3236
|
+
|
|
3237
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3238
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3239
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
3240
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3241
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3242
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3243
|
+
|
|
3837
3244
|
````
|
|
3838
3245
|
|
|
3839
3246
|
---
|
|
@@ -3842,29 +3249,34 @@ SOFTWARE.
|
|
|
3842
3249
|
|
|
3843
3250
|
### Rust Crates:
|
|
3844
3251
|
|
|
3845
|
-
- [
|
|
3252
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
3846
3253
|
|
|
3847
3254
|
````text
|
|
3848
|
-
Copyright (c)
|
|
3849
|
-
|
|
3850
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3851
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3852
|
-
in the Software without restriction, including without limitation the rights
|
|
3853
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3854
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3855
|
-
furnished to do so, subject to the following conditions:
|
|
3255
|
+
Copyright (c) 2016--2023
|
|
3856
3256
|
|
|
3857
|
-
|
|
3858
|
-
|
|
3257
|
+
Permission is hereby granted, free of charge, to any
|
|
3258
|
+
person obtaining a copy of this software and associated
|
|
3259
|
+
documentation files (the "Software"), to deal in the
|
|
3260
|
+
Software without restriction, including without
|
|
3261
|
+
limitation the rights to use, copy, modify, merge,
|
|
3262
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3263
|
+
the Software, and to permit persons to whom the Software
|
|
3264
|
+
is furnished to do so, subject to the following
|
|
3265
|
+
conditions:
|
|
3859
3266
|
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3864
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3865
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3866
|
-
THE SOFTWARE.
|
|
3267
|
+
The above copyright notice and this permission notice
|
|
3268
|
+
shall be included in all copies or substantial portions
|
|
3269
|
+
of the Software.
|
|
3867
3270
|
|
|
3271
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3272
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3273
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3274
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3275
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3276
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3277
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3278
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3279
|
+
DEALINGS IN THE SOFTWARE.
|
|
3868
3280
|
|
|
3869
3281
|
````
|
|
3870
3282
|
|
|
@@ -3872,14 +3284,14 @@ THE SOFTWARE.
|
|
|
3872
3284
|
|
|
3873
3285
|
## The following dependencies are licensed under the MIT License:
|
|
3874
3286
|
|
|
3875
|
-
###
|
|
3287
|
+
### Rust Crates:
|
|
3876
3288
|
|
|
3877
|
-
- [
|
|
3289
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
3878
3290
|
|
|
3879
3291
|
````text
|
|
3880
3292
|
MIT License
|
|
3881
3293
|
|
|
3882
|
-
Copyright (c)
|
|
3294
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
3883
3295
|
|
|
3884
3296
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3885
3297
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3899,8 +3311,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3899
3311
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3900
3312
|
SOFTWARE.
|
|
3901
3313
|
|
|
3902
|
-
[others]: https://github.com/json5/json5/contributors
|
|
3903
|
-
|
|
3904
3314
|
````
|
|
3905
3315
|
|
|
3906
3316
|
---
|
|
@@ -3909,10 +3319,12 @@ SOFTWARE.
|
|
|
3909
3319
|
|
|
3910
3320
|
### Rust Crates:
|
|
3911
3321
|
|
|
3912
|
-
- [
|
|
3322
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
3913
3323
|
|
|
3914
3324
|
````text
|
|
3915
|
-
|
|
3325
|
+
MIT License
|
|
3326
|
+
|
|
3327
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
3916
3328
|
|
|
3917
3329
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3918
3330
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3921,16 +3333,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3921
3333
|
copies of the Software, and to permit persons to whom the Software is
|
|
3922
3334
|
furnished to do so, subject to the following conditions:
|
|
3923
3335
|
|
|
3924
|
-
The above copyright notice and this permission notice shall be included in
|
|
3925
|
-
|
|
3336
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3337
|
+
copies or substantial portions of the Software.
|
|
3926
3338
|
|
|
3927
3339
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3928
3340
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3929
3341
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3930
3342
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3931
3343
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3932
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3933
|
-
|
|
3344
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3345
|
+
SOFTWARE.
|
|
3934
3346
|
|
|
3935
3347
|
````
|
|
3936
3348
|
|
|
@@ -3940,10 +3352,15 @@ THE SOFTWARE.
|
|
|
3940
3352
|
|
|
3941
3353
|
### Rust Crates:
|
|
3942
3354
|
|
|
3943
|
-
- [
|
|
3355
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3356
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3357
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3358
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3359
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3360
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
3944
3361
|
|
|
3945
3362
|
````text
|
|
3946
|
-
Copyright (c) The Rust Project Developers
|
|
3363
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3947
3364
|
|
|
3948
3365
|
Permission is hereby granted, free of charge, to any
|
|
3949
3366
|
person obtaining a copy of this software and associated
|
|
@@ -3977,47 +3394,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3977
3394
|
|
|
3978
3395
|
### Rust Crates:
|
|
3979
3396
|
|
|
3980
|
-
- [
|
|
3981
|
-
|
|
3982
|
-
````text
|
|
3983
|
-
Copyright (c) 2016 The rust-native-tls Developers
|
|
3984
|
-
|
|
3985
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3986
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3987
|
-
in the Software without restriction, including without limitation the rights
|
|
3988
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3989
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3990
|
-
furnished to do so, subject to the following conditions:
|
|
3991
|
-
|
|
3992
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3993
|
-
copies or substantial portions of the Software.
|
|
3994
|
-
|
|
3995
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3996
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3997
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3998
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3999
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4000
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4001
|
-
SOFTWARE.
|
|
4002
|
-
|
|
4003
|
-
````
|
|
4004
|
-
|
|
4005
|
-
---
|
|
4006
|
-
|
|
4007
|
-
## The following dependencies are licensed under the MIT License:
|
|
4008
|
-
|
|
4009
|
-
### Rust Crates:
|
|
4010
|
-
|
|
4011
|
-
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
4012
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
4013
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
4014
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
4015
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
4016
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3397
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
4017
3398
|
|
|
4018
3399
|
````text
|
|
4019
|
-
Copyright
|
|
4020
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3400
|
+
Copyright (c) 2016--2017
|
|
4021
3401
|
|
|
4022
3402
|
Permission is hereby granted, free of charge, to any
|
|
4023
3403
|
person obtaining a copy of this software and associated
|
|
@@ -4051,51 +3431,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4051
3431
|
|
|
4052
3432
|
### Rust Crates:
|
|
4053
3433
|
|
|
4054
|
-
- [
|
|
4055
|
-
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
4056
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
4057
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
4058
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
4059
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4060
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
4061
|
-
- [windows](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
4062
|
-
- [windows-collections](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
4063
|
-
- [windows-core](https://github.com/microsoft/windows-rs) (0.62.2)
|
|
4064
|
-
- [windows-future](https://github.com/microsoft/windows-rs) (0.3.2)
|
|
4065
|
-
- [windows-implement](https://github.com/microsoft/windows-rs) (0.60.2)
|
|
4066
|
-
- [windows-interface](https://github.com/microsoft/windows-rs) (0.59.3)
|
|
4067
|
-
- [windows-link](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
4068
|
-
- [windows-numerics](https://github.com/microsoft/windows-rs) (0.3.1)
|
|
4069
|
-
- [windows-result](https://github.com/microsoft/windows-rs) (0.4.1)
|
|
4070
|
-
- [windows-strings](https://github.com/microsoft/windows-rs) (0.5.1)
|
|
4071
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.48.0)
|
|
4072
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.52.0)
|
|
4073
|
-
- [windows-sys](https://github.com/microsoft/windows-rs) (0.61.2)
|
|
4074
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
4075
|
-
- [windows-targets](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
4076
|
-
- [windows-threading](https://github.com/microsoft/windows-rs) (0.2.1)
|
|
4077
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.48.5)
|
|
4078
|
-
- [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) (0.52.6)
|
|
3434
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
4079
3435
|
|
|
4080
3436
|
````text
|
|
4081
|
-
|
|
3437
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
4082
3438
|
|
|
4083
|
-
|
|
3439
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3440
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3441
|
+
in the Software without restriction, including without limitation the rights
|
|
3442
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3443
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3444
|
+
furnished to do so, subject to the following conditions:
|
|
4084
3445
|
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4088
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
4089
|
-
following conditions:
|
|
3446
|
+
The above copyright notice and this permission notice shall be included in
|
|
3447
|
+
all copies or substantial portions of the Software.
|
|
4090
3448
|
|
|
4091
|
-
|
|
4092
|
-
|
|
3449
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3450
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3451
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3452
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3453
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3454
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3455
|
+
THE SOFTWARE.
|
|
4093
3456
|
|
|
4094
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
4095
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
4096
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
4097
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
4098
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4099
3457
|
|
|
4100
3458
|
````
|
|
4101
3459
|
|
|
@@ -4105,11 +3463,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4105
3463
|
|
|
4106
3464
|
### Rust Crates:
|
|
4107
3465
|
|
|
4108
|
-
- [
|
|
4109
|
-
- [widestring](https://github.com/VoidStarKat/widestring-rs) (1.2.1)
|
|
3466
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
4110
3467
|
|
|
4111
3468
|
````text
|
|
4112
|
-
MIT License
|
|
3469
|
+
The MIT License (MIT)
|
|
3470
|
+
|
|
3471
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
4113
3472
|
|
|
4114
3473
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4115
3474
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4137,34 +3496,64 @@ SOFTWARE.
|
|
|
4137
3496
|
|
|
4138
3497
|
### Rust Crates:
|
|
4139
3498
|
|
|
4140
|
-
- [
|
|
3499
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
4141
3500
|
|
|
4142
3501
|
````text
|
|
4143
|
-
|
|
3502
|
+
MIT License
|
|
4144
3503
|
|
|
4145
|
-
|
|
4146
|
-
person obtaining a copy of this software and associated
|
|
4147
|
-
documentation files (the "Software"), to deal in the
|
|
4148
|
-
Software without restriction, including without
|
|
4149
|
-
limitation the rights to use, copy, modify, merge,
|
|
4150
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4151
|
-
the Software, and to permit persons to whom the Software
|
|
4152
|
-
is furnished to do so, subject to the following
|
|
4153
|
-
conditions:
|
|
3504
|
+
Copyright (c) 2025 rutrum
|
|
4154
3505
|
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
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:
|
|
4158
3512
|
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
IN
|
|
4167
|
-
|
|
3513
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3514
|
+
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 THE
|
|
3522
|
+
SOFTWARE.
|
|
3523
|
+
````
|
|
3524
|
+
|
|
3525
|
+
---
|
|
3526
|
+
|
|
3527
|
+
## The following dependencies are licensed under the MIT License:
|
|
3528
|
+
|
|
3529
|
+
### Rust Crates:
|
|
3530
|
+
|
|
3531
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3532
|
+
|
|
3533
|
+
````text
|
|
3534
|
+
The MIT License (MIT)
|
|
3535
|
+
|
|
3536
|
+
Copyright (c) 2015 Danny Guo
|
|
3537
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3538
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3539
|
+
|
|
3540
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3541
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3542
|
+
in the Software without restriction, including without limitation the rights
|
|
3543
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3544
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3545
|
+
furnished to do so, subject to the following conditions:
|
|
3546
|
+
|
|
3547
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3548
|
+
copies or substantial portions of the Software.
|
|
3549
|
+
|
|
3550
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3551
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3552
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3553
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3554
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3555
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3556
|
+
SOFTWARE.
|
|
4168
3557
|
|
|
4169
3558
|
````
|
|
4170
3559
|
|