@deveco-codegenie/mcp-bridge-darwin-x64 1.1.8 → 1.1.10
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 +974 -1522
- package/napi_bridge.node +0 -0
- package/package.json +1 -1
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# SUMMARY
|
|
2
2
|
|
|
3
|
-
**Total Dependencies:**
|
|
3
|
+
**Total Dependencies:** 198
|
|
4
4
|
|
|
5
|
-
- **Rust Crates:**
|
|
5
|
+
- **Rust Crates:** 187 *(By cargo-about)*
|
|
6
6
|
- **NPM Packages:** 11 *(By license-checker-rseidelsohn)*
|
|
7
7
|
|
|
8
8
|
### Licenses Breakdown:
|
|
9
9
|
|
|
10
|
-
- MIT:
|
|
10
|
+
- MIT: 171
|
|
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
|
|
@@ -42,58 +42,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
46
|
-
|
|
47
|
-
### Rust Crates:
|
|
48
|
-
|
|
49
|
-
- [doctest-file](https://codeberg.org/Goat7658/doctest-file) (1.1.1)
|
|
50
|
-
|
|
51
|
-
````text
|
|
52
|
-
BSD Zero Clause License
|
|
53
|
-
|
|
54
|
-
Copyright (c) 2024 kotauskas
|
|
55
|
-
|
|
56
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
57
|
-
purpose with or without fee is hereby granted.
|
|
58
|
-
|
|
59
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
60
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
61
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
62
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
63
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
64
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
65
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
66
|
-
|
|
67
|
-
````
|
|
68
|
-
|
|
69
|
-
---
|
|
70
|
-
|
|
71
|
-
## The following dependencies are licensed under the 0BSD License:
|
|
72
|
-
|
|
73
|
-
### Rust Crates:
|
|
74
|
-
|
|
75
|
-
- [interprocess](https://github.com/kotauskas/interprocess) (2.4.0)
|
|
76
|
-
|
|
77
|
-
````text
|
|
78
|
-
BSD Zero Clause License
|
|
79
|
-
|
|
80
|
-
Copyright (c) 2025 Goat
|
|
81
|
-
|
|
82
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
83
|
-
purpose with or without fee is hereby granted.
|
|
84
|
-
|
|
85
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
86
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
87
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
88
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
89
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
90
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
91
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
92
|
-
|
|
93
|
-
````
|
|
94
|
-
|
|
95
|
-
---
|
|
96
|
-
|
|
97
45
|
## The following dependencies are licensed under the Apache-2.0 License:
|
|
98
46
|
|
|
99
47
|
### Rust Crates:
|
|
@@ -311,221 +259,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
311
259
|
|
|
312
260
|
### Rust Crates:
|
|
313
261
|
|
|
314
|
-
- [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry) (0.30.0)
|
|
315
|
-
- [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions) (0.30.0)
|
|
316
|
-
- [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk) (0.30.0)
|
|
317
|
-
|
|
318
|
-
````text
|
|
319
|
-
Apache License
|
|
320
|
-
Version 2.0, January 2004
|
|
321
|
-
http://www.apache.org/licenses/
|
|
322
|
-
|
|
323
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
324
|
-
|
|
325
|
-
1. Definitions.
|
|
326
|
-
|
|
327
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
328
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
329
|
-
|
|
330
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
331
|
-
the copyright owner that is granting the License.
|
|
332
|
-
|
|
333
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
334
|
-
other entities that control, are controlled by, or are under common
|
|
335
|
-
control with that entity. For the purposes of this definition,
|
|
336
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
337
|
-
direction or management of such entity, whether by contract or
|
|
338
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
339
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
340
|
-
|
|
341
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
342
|
-
exercising permissions granted by this License.
|
|
343
|
-
|
|
344
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
345
|
-
including but not limited to software source code, documentation
|
|
346
|
-
source, and configuration files.
|
|
347
|
-
|
|
348
|
-
"Object" form shall mean any form resulting from mechanical
|
|
349
|
-
transformation or translation of a Source form, including but
|
|
350
|
-
not limited to compiled object code, generated documentation,
|
|
351
|
-
and conversions to other media types.
|
|
352
|
-
|
|
353
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
354
|
-
Object form, made available under the License, as indicated by a
|
|
355
|
-
copyright notice that is included in or attached to the work
|
|
356
|
-
(an example is provided in the Appendix below).
|
|
357
|
-
|
|
358
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
359
|
-
form, that is based on (or derived from) the Work and for which the
|
|
360
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
361
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
362
|
-
of this License, Derivative Works shall not include works that remain
|
|
363
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
364
|
-
the Work and Derivative Works thereof.
|
|
365
|
-
|
|
366
|
-
"Contribution" shall mean any work of authorship, including
|
|
367
|
-
the original version of the Work and any modifications or additions
|
|
368
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
369
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
370
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
371
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
372
|
-
means any form of electronic, verbal, or written communication sent
|
|
373
|
-
to the Licensor or its representatives, including but not limited to
|
|
374
|
-
communication on electronic mailing lists, source code control systems,
|
|
375
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
376
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
377
|
-
excluding communication that is conspicuously marked or otherwise
|
|
378
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
379
|
-
|
|
380
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
381
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
382
|
-
subsequently incorporated within the Work.
|
|
383
|
-
|
|
384
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
385
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
386
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
387
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
388
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
389
|
-
Work and such Derivative Works in Source or Object form.
|
|
390
|
-
|
|
391
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
392
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
393
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
394
|
-
(except as stated in this section) patent license to make, have made,
|
|
395
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
396
|
-
where such license applies only to those patent claims licensable
|
|
397
|
-
by such Contributor that are necessarily infringed by their
|
|
398
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
399
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
400
|
-
institute patent litigation against any entity (including a
|
|
401
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
402
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
403
|
-
or contributory patent infringement, then any patent licenses
|
|
404
|
-
granted to You under this License for that Work shall terminate
|
|
405
|
-
as of the date such litigation is filed.
|
|
406
|
-
|
|
407
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
408
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
409
|
-
modifications, and in Source or Object form, provided that You
|
|
410
|
-
meet the following conditions:
|
|
411
|
-
|
|
412
|
-
(a) You must give any other recipients of the Work or
|
|
413
|
-
Derivative Works a copy of this License; and
|
|
414
|
-
|
|
415
|
-
(b) You must cause any modified files to carry prominent notices
|
|
416
|
-
stating that You changed the files; and
|
|
417
|
-
|
|
418
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
419
|
-
that You distribute, all copyright, patent, trademark, and
|
|
420
|
-
attribution notices from the Source form of the Work,
|
|
421
|
-
excluding those notices that do not pertain to any part of
|
|
422
|
-
the Derivative Works; and
|
|
423
|
-
|
|
424
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
425
|
-
distribution, then any Derivative Works that You distribute must
|
|
426
|
-
include a readable copy of the attribution notices contained
|
|
427
|
-
within such NOTICE file, excluding those notices that do not
|
|
428
|
-
pertain to any part of the Derivative Works, in at least one
|
|
429
|
-
of the following places: within a NOTICE text file distributed
|
|
430
|
-
as part of the Derivative Works; within the Source form or
|
|
431
|
-
documentation, if provided along with the Derivative Works; or,
|
|
432
|
-
within a display generated by the Derivative Works, if and
|
|
433
|
-
wherever such third-party notices normally appear. The contents
|
|
434
|
-
of the NOTICE file are for informational purposes only and
|
|
435
|
-
do not modify the License. You may add Your own attribution
|
|
436
|
-
notices within Derivative Works that You distribute, alongside
|
|
437
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
438
|
-
that such additional attribution notices cannot be construed
|
|
439
|
-
as modifying the License.
|
|
440
|
-
|
|
441
|
-
You may add Your own copyright statement to Your modifications and
|
|
442
|
-
may provide additional or different license terms and conditions
|
|
443
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
444
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
445
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
446
|
-
the conditions stated in this License.
|
|
447
|
-
|
|
448
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
449
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
450
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
451
|
-
this License, without any additional terms or conditions.
|
|
452
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
453
|
-
the terms of any separate license agreement you may have executed
|
|
454
|
-
with Licensor regarding such Contributions.
|
|
455
|
-
|
|
456
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
457
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
458
|
-
except as required for reasonable and customary use in describing the
|
|
459
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
460
|
-
|
|
461
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
462
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
463
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
464
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
465
|
-
implied, including, without limitation, any warranties or conditions
|
|
466
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
467
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
468
|
-
appropriateness of using or redistributing the Work and assume any
|
|
469
|
-
risks associated with Your exercise of permissions under this License.
|
|
470
|
-
|
|
471
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
472
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
473
|
-
unless required by applicable law (such as deliberate and grossly
|
|
474
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
475
|
-
liable to You for damages, including any direct, indirect, special,
|
|
476
|
-
incidental, or consequential damages of any character arising as a
|
|
477
|
-
result of this License or out of the use or inability to use the
|
|
478
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
479
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
480
|
-
other commercial damages or losses), even if such Contributor
|
|
481
|
-
has been advised of the possibility of such damages.
|
|
482
|
-
|
|
483
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
484
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
485
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
486
|
-
or other liability obligations and/or rights consistent with this
|
|
487
|
-
License. However, in accepting such obligations, You may act only
|
|
488
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
489
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
490
|
-
defend, and hold each Contributor harmless for any liability
|
|
491
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
492
|
-
of your accepting any such warranty or additional liability.
|
|
493
|
-
|
|
494
|
-
END OF TERMS AND CONDITIONS
|
|
495
|
-
|
|
496
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
497
|
-
|
|
498
|
-
To apply the Apache License to your work, attach the following
|
|
499
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
500
|
-
replaced with your own identifying information. (Don't include
|
|
501
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
502
|
-
comment syntax for the file format. We also recommend that a
|
|
503
|
-
file or class name and description of purpose be included on the
|
|
504
|
-
same "printed page" as the copyright notice for easier
|
|
505
|
-
identification within third-party archives.
|
|
506
|
-
|
|
507
|
-
Copyright [yyyy] [name of copyright owner]
|
|
508
|
-
|
|
509
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
510
|
-
you may not use this file except in compliance with the License.
|
|
511
|
-
You may obtain a copy of the License at
|
|
512
|
-
|
|
513
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
514
|
-
|
|
515
|
-
Unless required by applicable law or agreed to in writing, software
|
|
516
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
517
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
518
|
-
See the License for the specific language governing permissions and
|
|
519
|
-
limitations under the License.
|
|
520
|
-
|
|
521
|
-
````
|
|
522
|
-
|
|
523
|
-
---
|
|
524
|
-
|
|
525
|
-
## The following dependencies are licensed under the Apache-2.0 License:
|
|
526
|
-
|
|
527
|
-
### Rust Crates:
|
|
528
|
-
|
|
529
262
|
- [dunce](https://gitlab.com/kornelski/dunce) (1.0.5)
|
|
530
263
|
- [ryu](https://github.com/dtolnay/ryu) (1.0.23)
|
|
531
264
|
- [sync_wrapper](https://github.com/Actyx/sync_wrapper) (1.0.2)
|
|
@@ -613,7 +346,7 @@ limitations under the License.
|
|
|
613
346
|
|
|
614
347
|
### NPM Packages:
|
|
615
348
|
|
|
616
|
-
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.
|
|
349
|
+
- [fast-uri](https://github.com/fastify/fast-uri) (3.1.3)
|
|
617
350
|
|
|
618
351
|
````text
|
|
619
352
|
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
@@ -676,14 +409,13 @@ THIS SOFTWARE.
|
|
|
676
409
|
|
|
677
410
|
## The following dependencies are licensed under the MIT License:
|
|
678
411
|
|
|
679
|
-
###
|
|
412
|
+
### Rust Crates:
|
|
680
413
|
|
|
681
|
-
- [
|
|
414
|
+
- [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) (0.21.0)
|
|
682
415
|
|
|
683
416
|
````text
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
417
|
+
Copyright (c) 2017 Daniel Abramov
|
|
418
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
687
419
|
|
|
688
420
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
689
421
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -692,17 +424,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
692
424
|
copies of the Software, and to permit persons to whom the Software is
|
|
693
425
|
furnished to do so, subject to the following conditions:
|
|
694
426
|
|
|
695
|
-
The above copyright notice and this permission notice shall be included in
|
|
696
|
-
copies or substantial portions of the Software.
|
|
427
|
+
The above copyright notice and this permission notice shall be included in
|
|
428
|
+
all copies or substantial portions of the Software.
|
|
697
429
|
|
|
698
430
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
699
431
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
700
432
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
701
433
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
702
434
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
703
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
704
|
-
SOFTWARE.
|
|
705
|
-
|
|
435
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
436
|
+
THE SOFTWARE.
|
|
706
437
|
|
|
707
438
|
````
|
|
708
439
|
|
|
@@ -712,39 +443,11 @@ SOFTWARE.
|
|
|
712
443
|
|
|
713
444
|
### Rust Crates:
|
|
714
445
|
|
|
715
|
-
- [
|
|
716
|
-
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
717
|
-
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
718
|
-
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
719
|
-
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
720
|
-
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
721
|
-
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
722
|
-
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
723
|
-
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
724
|
-
- [pin-project](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
725
|
-
- [pin-project-internal](https://github.com/taiki-e/pin-project) (1.1.11)
|
|
726
|
-
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
727
|
-
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
728
|
-
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
729
|
-
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
730
|
-
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
731
|
-
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
732
|
-
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
733
|
-
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
734
|
-
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
735
|
-
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
736
|
-
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
737
|
-
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
738
|
-
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
739
|
-
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
740
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
741
|
-
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
742
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
743
|
-
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
744
|
-
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
745
|
-
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
446
|
+
- [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) (1.5.0)
|
|
746
447
|
|
|
747
448
|
````text
|
|
449
|
+
Copyright (c) 2010 The Rust Project Developers
|
|
450
|
+
|
|
748
451
|
Permission is hereby granted, free of charge, to any
|
|
749
452
|
person obtaining a copy of this software and associated
|
|
750
453
|
documentation files (the "Software"), to deal in the
|
|
@@ -777,10 +480,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
777
480
|
|
|
778
481
|
### Rust Crates:
|
|
779
482
|
|
|
780
|
-
- [
|
|
483
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.4.2)
|
|
781
484
|
|
|
782
485
|
````text
|
|
783
|
-
Copyright (c)
|
|
486
|
+
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
487
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
784
488
|
|
|
785
489
|
Permission is hereby granted, free of charge, to any
|
|
786
490
|
person obtaining a copy of this software and associated
|
|
@@ -814,34 +518,30 @@ DEALINGS IN THE SOFTWARE.
|
|
|
814
518
|
|
|
815
519
|
### Rust Crates:
|
|
816
520
|
|
|
817
|
-
- [
|
|
521
|
+
- [try-lock](https://github.com/seanmonstar/try-lock) (0.2.5)
|
|
818
522
|
|
|
819
523
|
````text
|
|
820
|
-
Copyright (c)
|
|
524
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
525
|
+
Copyright (c) 2016 Alex Crichton
|
|
821
526
|
|
|
822
|
-
Permission is hereby granted, free of charge, to any
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
the Software, and to permit persons to whom the Software
|
|
829
|
-
is furnished to do so, subject to the following
|
|
830
|
-
conditions:
|
|
527
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
528
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
529
|
+
in the Software without restriction, including without limitation the rights
|
|
530
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
531
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
532
|
+
furnished to do so, subject to the following conditions:
|
|
831
533
|
|
|
832
|
-
The above copyright notice and this permission notice
|
|
833
|
-
|
|
834
|
-
|
|
534
|
+
The above copyright notice and this permission notice shall be included in
|
|
535
|
+
all copies or substantial portions of the Software.
|
|
536
|
+
|
|
537
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
538
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
539
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
540
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
541
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
542
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
543
|
+
THE SOFTWARE.
|
|
835
544
|
|
|
836
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
837
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
838
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
839
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
840
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
841
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
842
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
843
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
844
|
-
DEALINGS IN THE SOFTWARE.
|
|
845
545
|
|
|
846
546
|
````
|
|
847
547
|
|
|
@@ -851,19 +551,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
851
551
|
|
|
852
552
|
### Rust Crates:
|
|
853
553
|
|
|
854
|
-
- [
|
|
855
|
-
- [
|
|
554
|
+
- [aho-corasick](https://github.com/BurntSushi/aho-corasick) (1.1.4)
|
|
555
|
+
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
556
|
+
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
557
|
+
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
856
558
|
|
|
857
559
|
````text
|
|
858
560
|
The MIT License (MIT)
|
|
859
561
|
|
|
860
|
-
Copyright
|
|
562
|
+
Copyright (c) 2015 Andrew Gallant
|
|
861
563
|
|
|
862
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
564
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
565
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
566
|
+
in the Software without restriction, including without limitation the rights
|
|
567
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
568
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
569
|
+
furnished to do so, subject to the following conditions:
|
|
863
570
|
|
|
864
|
-
The above copyright notice and this permission notice shall be included in
|
|
571
|
+
The above copyright notice and this permission notice shall be included in
|
|
572
|
+
all copies or substantial portions of the Software.
|
|
865
573
|
|
|
866
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
574
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
575
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
576
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
577
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
578
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
579
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
580
|
+
THE SOFTWARE.
|
|
867
581
|
|
|
868
582
|
````
|
|
869
583
|
|
|
@@ -873,15 +587,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
873
587
|
|
|
874
588
|
### Rust Crates:
|
|
875
589
|
|
|
876
|
-
- [
|
|
877
|
-
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
878
|
-
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
879
|
-
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
880
|
-
- [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) (0.31.0)
|
|
881
|
-
- [tracing-subscriber](https://github.com/tokio-rs/tracing) (0.3.23)
|
|
590
|
+
- [http](https://github.com/hyperium/http) (1.4.0)
|
|
882
591
|
|
|
883
592
|
````text
|
|
884
|
-
Copyright (c)
|
|
593
|
+
Copyright (c) 2017 http-rs authors
|
|
885
594
|
|
|
886
595
|
Permission is hereby granted, free of charge, to any
|
|
887
596
|
person obtaining a copy of this software and associated
|
|
@@ -915,11 +624,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
915
624
|
|
|
916
625
|
### Rust Crates:
|
|
917
626
|
|
|
918
|
-
- [
|
|
627
|
+
- [hyper-util](https://github.com/hyperium/hyper-util) (0.1.20)
|
|
919
628
|
|
|
920
629
|
````text
|
|
921
|
-
Copyright (c)
|
|
922
|
-
Copyright (c) 2015-2020 The rust-hex Developers
|
|
630
|
+
Copyright (c) 2023-2025 Sean McArthur
|
|
923
631
|
|
|
924
632
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
925
633
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -928,16 +636,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
928
636
|
copies of the Software, and to permit persons to whom the Software is
|
|
929
637
|
furnished to do so, subject to the following conditions:
|
|
930
638
|
|
|
931
|
-
The above copyright notice and this permission notice shall be included in
|
|
932
|
-
copies or substantial portions of the Software.
|
|
639
|
+
The above copyright notice and this permission notice shall be included in
|
|
640
|
+
all copies or substantial portions of the Software.
|
|
933
641
|
|
|
934
642
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
935
643
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
936
644
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
937
645
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
938
646
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
939
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
940
|
-
SOFTWARE.
|
|
647
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
648
|
+
THE SOFTWARE.
|
|
941
649
|
|
|
942
650
|
````
|
|
943
651
|
|
|
@@ -947,11 +655,10 @@ SOFTWARE.
|
|
|
947
655
|
|
|
948
656
|
### Rust Crates:
|
|
949
657
|
|
|
950
|
-
- [
|
|
658
|
+
- [native-tls](https://github.com/rust-native-tls/rust-native-tls) (0.2.18)
|
|
951
659
|
|
|
952
660
|
````text
|
|
953
|
-
Copyright (c)
|
|
954
|
-
Copyright (c) 2016 Jason Housley
|
|
661
|
+
Copyright (c) 2016 The rust-native-tls Developers
|
|
955
662
|
|
|
956
663
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
957
664
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -960,16 +667,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
960
667
|
copies of the Software, and to permit persons to whom the Software is
|
|
961
668
|
furnished to do so, subject to the following conditions:
|
|
962
669
|
|
|
963
|
-
The above copyright notice and this permission notice shall be included in
|
|
964
|
-
|
|
670
|
+
The above copyright notice and this permission notice shall be included in all
|
|
671
|
+
copies or substantial portions of the Software.
|
|
965
672
|
|
|
966
673
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
967
674
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
968
675
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
969
676
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
970
677
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
971
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
972
|
-
|
|
678
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
679
|
+
SOFTWARE.
|
|
973
680
|
|
|
974
681
|
````
|
|
975
682
|
|
|
@@ -979,10 +686,10 @@ THE SOFTWARE.
|
|
|
979
686
|
|
|
980
687
|
### Rust Crates:
|
|
981
688
|
|
|
982
|
-
- [
|
|
689
|
+
- [libc](https://github.com/rust-lang/libc) (0.2.185)
|
|
983
690
|
|
|
984
691
|
````text
|
|
985
|
-
Copyright (c)
|
|
692
|
+
Copyright (c) The Rust Project Developers
|
|
986
693
|
|
|
987
694
|
Permission is hereby granted, free of charge, to any
|
|
988
695
|
person obtaining a copy of this software and associated
|
|
@@ -1008,6 +715,40 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1008
715
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1009
716
|
DEALINGS IN THE SOFTWARE.
|
|
1010
717
|
|
|
718
|
+
````
|
|
719
|
+
|
|
720
|
+
---
|
|
721
|
+
|
|
722
|
+
## The following dependencies are licensed under the MIT License:
|
|
723
|
+
|
|
724
|
+
### NPM Packages:
|
|
725
|
+
|
|
726
|
+
- [ajv](https://github.com/ajv-validator/ajv) (8.18.0)
|
|
727
|
+
|
|
728
|
+
````text
|
|
729
|
+
The MIT License (MIT)
|
|
730
|
+
|
|
731
|
+
Copyright (c) 2015-2021 Evgeny Poberezkin
|
|
732
|
+
|
|
733
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
734
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
735
|
+
in the Software without restriction, including without limitation the rights
|
|
736
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
737
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
738
|
+
furnished to do so, subject to the following conditions:
|
|
739
|
+
|
|
740
|
+
The above copyright notice and this permission notice shall be included in all
|
|
741
|
+
copies or substantial portions of the Software.
|
|
742
|
+
|
|
743
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
744
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
745
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
746
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
747
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
748
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
749
|
+
SOFTWARE.
|
|
750
|
+
|
|
751
|
+
|
|
1011
752
|
````
|
|
1012
753
|
|
|
1013
754
|
---
|
|
@@ -1016,10 +757,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1016
757
|
|
|
1017
758
|
### Rust Crates:
|
|
1018
759
|
|
|
1019
|
-
- [
|
|
760
|
+
- [lock_api](https://github.com/Amanieu/parking_lot) (0.4.14)
|
|
761
|
+
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
762
|
+
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
1020
763
|
|
|
1021
764
|
````text
|
|
1022
|
-
Copyright (c) 2016
|
|
765
|
+
Copyright (c) 2016 The Rust Project Developers
|
|
1023
766
|
|
|
1024
767
|
Permission is hereby granted, free of charge, to any
|
|
1025
768
|
person obtaining a copy of this software and associated
|
|
@@ -1051,17 +794,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1051
794
|
|
|
1052
795
|
## The following dependencies are licensed under the MIT License:
|
|
1053
796
|
|
|
1054
|
-
###
|
|
797
|
+
### NPM Packages:
|
|
1055
798
|
|
|
1056
|
-
- [
|
|
1057
|
-
- [byteorder](https://github.com/BurntSushi/byteorder) (1.5.0)
|
|
1058
|
-
- [memchr](https://github.com/BurntSushi/memchr) (2.8.0)
|
|
1059
|
-
- [ucd-trie](https://github.com/BurntSushi/ucd-generate) (0.1.7)
|
|
799
|
+
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
1060
800
|
|
|
1061
801
|
````text
|
|
1062
802
|
The MIT License (MIT)
|
|
1063
803
|
|
|
1064
|
-
Copyright (c)
|
|
804
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
1065
805
|
|
|
1066
806
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1067
807
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1087,33 +827,33 @@ THE SOFTWARE.
|
|
|
1087
827
|
|
|
1088
828
|
## The following dependencies are licensed under the MIT License:
|
|
1089
829
|
|
|
1090
|
-
###
|
|
830
|
+
### NPM Packages:
|
|
1091
831
|
|
|
1092
|
-
- [
|
|
1093
|
-
- [
|
|
832
|
+
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
833
|
+
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.43)
|
|
1094
834
|
|
|
1095
835
|
````text
|
|
1096
|
-
MIT License
|
|
836
|
+
MIT License
|
|
1097
837
|
|
|
1098
|
-
Copyright (c)
|
|
838
|
+
Copyright (c) Microsoft Corporation.
|
|
1099
839
|
|
|
1100
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1101
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1102
|
-
in the Software without restriction, including without limitation the rights
|
|
1103
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1104
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1105
|
-
furnished to do so, subject to the following conditions:
|
|
840
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
841
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
842
|
+
in the Software without restriction, including without limitation the rights
|
|
843
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
844
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
845
|
+
furnished to do so, subject to the following conditions:
|
|
1106
846
|
|
|
1107
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1108
|
-
copies or substantial portions of the Software.
|
|
847
|
+
The above copyright notice and this permission notice shall be included in all
|
|
848
|
+
copies or substantial portions of the Software.
|
|
1109
849
|
|
|
1110
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1111
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1112
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1113
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1114
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1115
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1116
|
-
SOFTWARE
|
|
850
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
851
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
852
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
853
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
854
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
855
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
856
|
+
SOFTWARE
|
|
1117
857
|
|
|
1118
858
|
````
|
|
1119
859
|
|
|
@@ -1123,29 +863,34 @@ SOFTWARE.
|
|
|
1123
863
|
|
|
1124
864
|
### Rust Crates:
|
|
1125
865
|
|
|
1126
|
-
- [
|
|
866
|
+
- [hashbrown](https://github.com/rust-lang/hashbrown) (0.17.0)
|
|
1127
867
|
|
|
1128
868
|
````text
|
|
1129
|
-
Copyright (c)
|
|
1130
|
-
Copyright (c) 2017 Alexey Galakhov
|
|
869
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
1131
870
|
|
|
1132
|
-
Permission is hereby granted, free of charge, to any
|
|
1133
|
-
of this software and associated
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
871
|
+
Permission is hereby granted, free of charge, to any
|
|
872
|
+
person obtaining a copy of this software and associated
|
|
873
|
+
documentation files (the "Software"), to deal in the
|
|
874
|
+
Software without restriction, including without
|
|
875
|
+
limitation the rights to use, copy, modify, merge,
|
|
876
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
877
|
+
the Software, and to permit persons to whom the Software
|
|
878
|
+
is furnished to do so, subject to the following
|
|
879
|
+
conditions:
|
|
1138
880
|
|
|
1139
|
-
The above copyright notice and this permission notice
|
|
1140
|
-
all copies or substantial portions
|
|
881
|
+
The above copyright notice and this permission notice
|
|
882
|
+
shall be included in all copies or substantial portions
|
|
883
|
+
of the Software.
|
|
1141
884
|
|
|
1142
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1143
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
885
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
886
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
887
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
888
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
889
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
890
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
891
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
892
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
893
|
+
DEALINGS IN THE SOFTWARE.
|
|
1149
894
|
|
|
1150
895
|
````
|
|
1151
896
|
|
|
@@ -1153,29 +898,36 @@ THE SOFTWARE.
|
|
|
1153
898
|
|
|
1154
899
|
## The following dependencies are licensed under the MIT License:
|
|
1155
900
|
|
|
1156
|
-
###
|
|
901
|
+
### Rust Crates:
|
|
1157
902
|
|
|
1158
|
-
- [
|
|
903
|
+
- [smallvec](https://github.com/servo/rust-smallvec) (1.15.1)
|
|
1159
904
|
|
|
1160
905
|
````text
|
|
1161
|
-
|
|
906
|
+
Copyright (c) 2018 The Servo Project Developers
|
|
1162
907
|
|
|
1163
|
-
Permission is hereby granted, free of charge, to any
|
|
1164
|
-
|
|
1165
|
-
the Software
|
|
1166
|
-
|
|
1167
|
-
the
|
|
1168
|
-
|
|
908
|
+
Permission is hereby granted, free of charge, to any
|
|
909
|
+
person obtaining a copy of this software and associated
|
|
910
|
+
documentation files (the "Software"), to deal in the
|
|
911
|
+
Software without restriction, including without
|
|
912
|
+
limitation the rights to use, copy, modify, merge,
|
|
913
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
914
|
+
the Software, and to permit persons to whom the Software
|
|
915
|
+
is furnished to do so, subject to the following
|
|
916
|
+
conditions:
|
|
1169
917
|
|
|
1170
|
-
The above copyright notice and this permission notice
|
|
1171
|
-
copies or substantial portions
|
|
918
|
+
The above copyright notice and this permission notice
|
|
919
|
+
shall be included in all copies or substantial portions
|
|
920
|
+
of the Software.
|
|
1172
921
|
|
|
1173
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1174
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
922
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
923
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
924
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
925
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
926
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
927
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
928
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
929
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
930
|
+
DEALINGS IN THE SOFTWARE.
|
|
1179
931
|
|
|
1180
932
|
````
|
|
1181
933
|
|
|
@@ -1185,13 +937,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1185
937
|
|
|
1186
938
|
### Rust Crates:
|
|
1187
939
|
|
|
1188
|
-
- [
|
|
940
|
+
- [convert_case](https://github.com/rutrum/convert-case) (0.11.0)
|
|
1189
941
|
|
|
1190
942
|
````text
|
|
1191
|
-
|
|
943
|
+
MIT License
|
|
1192
944
|
|
|
1193
|
-
Copyright (c)
|
|
1194
|
-
Copyright (c) 2017-2020 Google Inc.
|
|
945
|
+
Copyright (c) 2025 rutrum
|
|
1195
946
|
|
|
1196
947
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1197
948
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1210,7 +961,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1210
961
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1211
962
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1212
963
|
SOFTWARE.
|
|
1213
|
-
|
|
1214
964
|
````
|
|
1215
965
|
|
|
1216
966
|
---
|
|
@@ -1219,12 +969,12 @@ SOFTWARE.
|
|
|
1219
969
|
|
|
1220
970
|
### Rust Crates:
|
|
1221
971
|
|
|
1222
|
-
- [
|
|
972
|
+
- [json5](https://github.com/callum-oakley/json5-rs) (1.3.1)
|
|
1223
973
|
|
|
1224
974
|
````text
|
|
1225
|
-
|
|
975
|
+
MIT License
|
|
1226
976
|
|
|
1227
|
-
Copyright (c)
|
|
977
|
+
Copyright (c) 2025 Callum Oakley
|
|
1228
978
|
|
|
1229
979
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1230
980
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1233,16 +983,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1233
983
|
copies of the Software, and to permit persons to whom the Software is
|
|
1234
984
|
furnished to do so, subject to the following conditions:
|
|
1235
985
|
|
|
1236
|
-
The above copyright notice and this permission notice shall be included in
|
|
1237
|
-
|
|
986
|
+
The above copyright notice and this permission notice shall be included in all
|
|
987
|
+
copies or substantial portions of the Software.
|
|
1238
988
|
|
|
1239
989
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1240
990
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1241
991
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1242
992
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1243
993
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1244
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1245
|
-
|
|
994
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
995
|
+
SOFTWARE.
|
|
1246
996
|
|
|
1247
997
|
````
|
|
1248
998
|
|
|
@@ -1252,10 +1002,12 @@ THE SOFTWARE.
|
|
|
1252
1002
|
|
|
1253
1003
|
### Rust Crates:
|
|
1254
1004
|
|
|
1255
|
-
- [
|
|
1005
|
+
- [typenum](https://github.com/paholg/typenum) (1.19.0)
|
|
1256
1006
|
|
|
1257
1007
|
````text
|
|
1258
|
-
|
|
1008
|
+
The MIT License (MIT)
|
|
1009
|
+
|
|
1010
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
|
1259
1011
|
|
|
1260
1012
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1261
1013
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1264,52 +1016,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1264
1016
|
copies of the Software, and to permit persons to whom the Software is
|
|
1265
1017
|
furnished to do so, subject to the following conditions:
|
|
1266
1018
|
|
|
1267
|
-
The above copyright notice and this permission notice shall be included in
|
|
1268
|
-
|
|
1019
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1020
|
+
copies or substantial portions of the Software.
|
|
1269
1021
|
|
|
1270
1022
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1271
1023
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1272
1024
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1273
1025
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1274
1026
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1275
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
````
|
|
1280
|
-
|
|
1281
|
-
---
|
|
1282
|
-
|
|
1283
|
-
## The following dependencies are licensed under the MIT License:
|
|
1284
|
-
|
|
1285
|
-
### Rust Crates:
|
|
1286
|
-
|
|
1287
|
-
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
1288
|
-
|
|
1289
|
-
````text
|
|
1290
|
-
The MIT License (MIT)
|
|
1291
|
-
|
|
1292
|
-
Copyright (c) 2016 Johann Tuffe
|
|
1293
|
-
|
|
1294
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1295
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1296
|
-
in the Software without restriction, including without limitation the rights
|
|
1297
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1298
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1299
|
-
furnished to do so, subject to the following conditions:
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
The above copyright notice and this permission notice shall be included in
|
|
1303
|
-
all copies or substantial portions of the Software.
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1307
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1308
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1309
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1310
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1311
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1312
|
-
THE SOFTWARE.
|
|
1027
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1028
|
+
SOFTWARE.
|
|
1313
1029
|
|
|
1314
1030
|
````
|
|
1315
1031
|
|
|
@@ -1319,31 +1035,35 @@ THE SOFTWARE.
|
|
|
1319
1035
|
|
|
1320
1036
|
### Rust Crates:
|
|
1321
1037
|
|
|
1322
|
-
- [
|
|
1038
|
+
- [cfg-if](https://github.com/rust-lang/cfg-if) (1.0.4)
|
|
1039
|
+
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1323
1040
|
|
|
1324
1041
|
````text
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
1328
|
-
Copyright (c) Tokio Contributors
|
|
1042
|
+
Copyright (c) 2014 Alex Crichton
|
|
1329
1043
|
|
|
1330
|
-
Permission is hereby granted, free of charge, to any
|
|
1331
|
-
of this software and associated
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1044
|
+
Permission is hereby granted, free of charge, to any
|
|
1045
|
+
person obtaining a copy of this software and associated
|
|
1046
|
+
documentation files (the "Software"), to deal in the
|
|
1047
|
+
Software without restriction, including without
|
|
1048
|
+
limitation the rights to use, copy, modify, merge,
|
|
1049
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1050
|
+
the Software, and to permit persons to whom the Software
|
|
1051
|
+
is furnished to do so, subject to the following
|
|
1052
|
+
conditions:
|
|
1336
1053
|
|
|
1337
|
-
The above copyright notice and this permission notice
|
|
1338
|
-
copies or substantial portions
|
|
1054
|
+
The above copyright notice and this permission notice
|
|
1055
|
+
shall be included in all copies or substantial portions
|
|
1056
|
+
of the Software.
|
|
1339
1057
|
|
|
1340
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1341
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1058
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1059
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1060
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1061
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1062
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1063
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1064
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1065
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1066
|
+
DEALINGS IN THE SOFTWARE.
|
|
1347
1067
|
|
|
1348
1068
|
````
|
|
1349
1069
|
|
|
@@ -1353,10 +1073,10 @@ SOFTWARE.
|
|
|
1353
1073
|
|
|
1354
1074
|
### Rust Crates:
|
|
1355
1075
|
|
|
1356
|
-
- [
|
|
1076
|
+
- [flate2](https://github.com/rust-lang/flate2-rs) (1.1.9)
|
|
1357
1077
|
|
|
1358
1078
|
````text
|
|
1359
|
-
Copyright (c)
|
|
1079
|
+
Copyright (c) 2014-2026 Alex Crichton
|
|
1360
1080
|
|
|
1361
1081
|
Permission is hereby granted, free of charge, to any
|
|
1362
1082
|
person obtaining a copy of this software and associated
|
|
@@ -1390,14 +1110,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1390
1110
|
|
|
1391
1111
|
### Rust Crates:
|
|
1392
1112
|
|
|
1393
|
-
- [
|
|
1394
|
-
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1395
|
-
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1113
|
+
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1396
1114
|
|
|
1397
1115
|
````text
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
Copyright (c) 2017 Ted Driggs
|
|
1116
|
+
Copyright (c) 2014-2026 Sean McArthur
|
|
1401
1117
|
|
|
1402
1118
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1403
1119
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1406,16 +1122,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1406
1122
|
copies of the Software, and to permit persons to whom the Software is
|
|
1407
1123
|
furnished to do so, subject to the following conditions:
|
|
1408
1124
|
|
|
1409
|
-
The above copyright notice and this permission notice shall be included in
|
|
1410
|
-
copies or substantial portions of the Software.
|
|
1125
|
+
The above copyright notice and this permission notice shall be included in
|
|
1126
|
+
all copies or substantial portions of the Software.
|
|
1411
1127
|
|
|
1412
1128
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1413
1129
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1414
1130
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1415
1131
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1416
1132
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1417
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1418
|
-
SOFTWARE.
|
|
1133
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1134
|
+
THE SOFTWARE.
|
|
1419
1135
|
|
|
1420
1136
|
````
|
|
1421
1137
|
|
|
@@ -1425,12 +1141,9 @@ SOFTWARE.
|
|
|
1425
1141
|
|
|
1426
1142
|
### Rust Crates:
|
|
1427
1143
|
|
|
1428
|
-
- [
|
|
1144
|
+
- [rustc-hash](https://github.com/rust-lang/rustc-hash) (2.1.2)
|
|
1429
1145
|
|
|
1430
1146
|
````text
|
|
1431
|
-
Copyright (c) 2018-2026 The rust-random Project Developers
|
|
1432
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
1433
|
-
|
|
1434
1147
|
Permission is hereby granted, free of charge, to any
|
|
1435
1148
|
person obtaining a copy of this software and associated
|
|
1436
1149
|
documentation files (the "Software"), to deal in the
|
|
@@ -1454,38 +1167,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
1454
1167
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1455
1168
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1456
1169
|
DEALINGS IN THE SOFTWARE.
|
|
1457
|
-
|
|
1458
|
-
````
|
|
1459
|
-
|
|
1460
|
-
---
|
|
1461
|
-
|
|
1462
|
-
## The following dependencies are licensed under the MIT License:
|
|
1463
|
-
|
|
1464
|
-
### Rust Crates:
|
|
1465
|
-
|
|
1466
|
-
- [hyper](https://github.com/hyperium/hyper) (1.9.0)
|
|
1467
|
-
|
|
1468
|
-
````text
|
|
1469
|
-
Copyright (c) 2014-2026 Sean McArthur
|
|
1470
|
-
|
|
1471
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1472
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1473
|
-
in the Software without restriction, including without limitation the rights
|
|
1474
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1475
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1476
|
-
furnished to do so, subject to the following conditions:
|
|
1477
|
-
|
|
1478
|
-
The above copyright notice and this permission notice shall be included in
|
|
1479
|
-
all copies or substantial portions of the Software.
|
|
1480
|
-
|
|
1481
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1482
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1483
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1484
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1485
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1486
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1487
|
-
THE SOFTWARE.
|
|
1488
|
-
|
|
1489
1170
|
````
|
|
1490
1171
|
|
|
1491
1172
|
---
|
|
@@ -1513,11 +1194,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1513
1194
|
|
|
1514
1195
|
### Rust Crates:
|
|
1515
1196
|
|
|
1516
|
-
- [
|
|
1197
|
+
- [darling](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1198
|
+
- [darling_core](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1199
|
+
- [darling_macro](https://github.com/TedDriggs/darling) (0.23.0)
|
|
1517
1200
|
|
|
1518
1201
|
````text
|
|
1519
|
-
|
|
1520
|
-
|
|
1202
|
+
MIT License
|
|
1203
|
+
|
|
1204
|
+
Copyright (c) 2017 Ted Driggs
|
|
1521
1205
|
|
|
1522
1206
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1523
1207
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1526,17 +1210,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1526
1210
|
copies of the Software, and to permit persons to whom the Software is
|
|
1527
1211
|
furnished to do so, subject to the following conditions:
|
|
1528
1212
|
|
|
1529
|
-
The above copyright notice and this permission notice shall be included in
|
|
1530
|
-
|
|
1213
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1214
|
+
copies or substantial portions of the Software.
|
|
1531
1215
|
|
|
1532
1216
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1533
1217
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1534
1218
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1535
1219
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1536
1220
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1537
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1538
|
-
|
|
1539
|
-
|
|
1221
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1222
|
+
SOFTWARE.
|
|
1540
1223
|
|
|
1541
1224
|
````
|
|
1542
1225
|
|
|
@@ -1546,20 +1229,53 @@ THE SOFTWARE.
|
|
|
1546
1229
|
|
|
1547
1230
|
### Rust Crates:
|
|
1548
1231
|
|
|
1549
|
-
- [
|
|
1232
|
+
- [simd-adler32](https://github.com/mcountryman/simd-adler32) (0.3.9)
|
|
1550
1233
|
|
|
1551
1234
|
````text
|
|
1552
|
-
|
|
1235
|
+
MIT License
|
|
1553
1236
|
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
publish, distribute, sublicense, and/or sell
|
|
1560
|
-
the Software, and to permit persons to whom the Software
|
|
1561
|
-
|
|
1562
|
-
|
|
1237
|
+
Copyright (c) [2021] [Marvin Countryman]
|
|
1238
|
+
|
|
1239
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1240
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1241
|
+
in the Software without restriction, including without limitation the rights
|
|
1242
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1243
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1244
|
+
furnished to do so, subject to the following conditions:
|
|
1245
|
+
|
|
1246
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1247
|
+
copies or substantial portions of the Software.
|
|
1248
|
+
|
|
1249
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1250
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1251
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1252
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1253
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1254
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1255
|
+
SOFTWARE.
|
|
1256
|
+
|
|
1257
|
+
````
|
|
1258
|
+
|
|
1259
|
+
---
|
|
1260
|
+
|
|
1261
|
+
## The following dependencies are licensed under the MIT License:
|
|
1262
|
+
|
|
1263
|
+
### Rust Crates:
|
|
1264
|
+
|
|
1265
|
+
- [cpufeatures](https://github.com/RustCrypto/utils) (0.2.17)
|
|
1266
|
+
|
|
1267
|
+
````text
|
|
1268
|
+
Copyright (c) 2020-2025 The RustCrypto Project Developers
|
|
1269
|
+
|
|
1270
|
+
Permission is hereby granted, free of charge, to any
|
|
1271
|
+
person obtaining a copy of this software and associated
|
|
1272
|
+
documentation files (the "Software"), to deal in the
|
|
1273
|
+
Software without restriction, including without
|
|
1274
|
+
limitation the rights to use, copy, modify, merge,
|
|
1275
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1276
|
+
the Software, and to permit persons to whom the Software
|
|
1277
|
+
is furnished to do so, subject to the following
|
|
1278
|
+
conditions:
|
|
1563
1279
|
|
|
1564
1280
|
The above copyright notice and this permission notice
|
|
1565
1281
|
shall be included in all copies or substantial portions
|
|
@@ -1583,28 +1299,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1583
1299
|
|
|
1584
1300
|
### Rust Crates:
|
|
1585
1301
|
|
|
1586
|
-
- [
|
|
1302
|
+
- [scopeguard](https://github.com/bluss/scopeguard) (1.2.0)
|
|
1587
1303
|
|
|
1588
1304
|
````text
|
|
1589
|
-
Copyright (c)
|
|
1305
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
1590
1306
|
|
|
1591
|
-
Permission is hereby granted, free of charge, to any
|
|
1592
|
-
of this software and associated
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1307
|
+
Permission is hereby granted, free of charge, to any
|
|
1308
|
+
person obtaining a copy of this software and associated
|
|
1309
|
+
documentation files (the "Software"), to deal in the
|
|
1310
|
+
Software without restriction, including without
|
|
1311
|
+
limitation the rights to use, copy, modify, merge,
|
|
1312
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1313
|
+
the Software, and to permit persons to whom the Software
|
|
1314
|
+
is furnished to do so, subject to the following
|
|
1315
|
+
conditions:
|
|
1597
1316
|
|
|
1598
|
-
The above copyright notice and this permission notice
|
|
1599
|
-
all copies or substantial portions
|
|
1317
|
+
The above copyright notice and this permission notice
|
|
1318
|
+
shall be included in all copies or substantial portions
|
|
1319
|
+
of the Software.
|
|
1600
1320
|
|
|
1601
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1602
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1321
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1322
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1323
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1324
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1325
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1326
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1327
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1328
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1329
|
+
DEALINGS IN THE SOFTWARE.
|
|
1608
1330
|
|
|
1609
1331
|
````
|
|
1610
1332
|
|
|
@@ -1614,10 +1336,10 @@ THE SOFTWARE.
|
|
|
1614
1336
|
|
|
1615
1337
|
### Rust Crates:
|
|
1616
1338
|
|
|
1617
|
-
- [
|
|
1339
|
+
- [signal-hook-registry](https://github.com/vorner/signal-hook) (1.4.8)
|
|
1618
1340
|
|
|
1619
1341
|
````text
|
|
1620
|
-
Copyright (c)
|
|
1342
|
+
Copyright (c) 2017 tokio-jsonrpc developers
|
|
1621
1343
|
|
|
1622
1344
|
Permission is hereby granted, free of charge, to any
|
|
1623
1345
|
person obtaining a copy of this software and associated
|
|
@@ -1651,32 +1373,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1651
1373
|
|
|
1652
1374
|
### Rust Crates:
|
|
1653
1375
|
|
|
1654
|
-
- [
|
|
1655
|
-
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
1656
|
-
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
1376
|
+
- [serde_urlencoded](https://github.com/nox/serde_urlencoded) (0.7.1)
|
|
1657
1377
|
|
|
1658
1378
|
````text
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
Copyright (c) Tokio Contributors
|
|
1379
|
+
Copyright (c) 2016 Anthony Ramine
|
|
1662
1380
|
|
|
1663
|
-
Permission is hereby granted, free of charge, to any
|
|
1664
|
-
of this software and associated
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1381
|
+
Permission is hereby granted, free of charge, to any
|
|
1382
|
+
person obtaining a copy of this software and associated
|
|
1383
|
+
documentation files (the "Software"), to deal in the
|
|
1384
|
+
Software without restriction, including without
|
|
1385
|
+
limitation the rights to use, copy, modify, merge,
|
|
1386
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1387
|
+
the Software, and to permit persons to whom the Software
|
|
1388
|
+
is furnished to do so, subject to the following
|
|
1389
|
+
conditions:
|
|
1669
1390
|
|
|
1670
|
-
The above copyright notice and this permission notice
|
|
1671
|
-
copies or substantial portions
|
|
1391
|
+
The above copyright notice and this permission notice
|
|
1392
|
+
shall be included in all copies or substantial portions
|
|
1393
|
+
of the Software.
|
|
1672
1394
|
|
|
1673
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1674
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1395
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1396
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1397
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1398
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1399
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1400
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1401
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1402
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1403
|
+
DEALINGS IN THE SOFTWARE.
|
|
1680
1404
|
|
|
1681
1405
|
````
|
|
1682
1406
|
|
|
@@ -1686,10 +1410,12 @@ SOFTWARE.
|
|
|
1686
1410
|
|
|
1687
1411
|
### Rust Crates:
|
|
1688
1412
|
|
|
1689
|
-
- [
|
|
1413
|
+
- [tower](https://github.com/tower-rs/tower) (0.5.3)
|
|
1414
|
+
- [tower-layer](https://github.com/tower-rs/tower) (0.3.3)
|
|
1415
|
+
- [tower-service](https://github.com/tower-rs/tower) (0.3.3)
|
|
1690
1416
|
|
|
1691
1417
|
````text
|
|
1692
|
-
Copyright (c)
|
|
1418
|
+
Copyright (c) 2019 Tower Contributors
|
|
1693
1419
|
|
|
1694
1420
|
Permission is hereby granted, free of charge, to any
|
|
1695
1421
|
person obtaining a copy of this software and associated
|
|
@@ -1723,10 +1449,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1723
1449
|
|
|
1724
1450
|
### Rust Crates:
|
|
1725
1451
|
|
|
1726
|
-
- [
|
|
1452
|
+
- [digest](https://github.com/RustCrypto/traits) (0.10.7)
|
|
1727
1453
|
|
|
1728
1454
|
````text
|
|
1729
|
-
Copyright
|
|
1455
|
+
Copyright (c) 2017 Artyom Pavlov
|
|
1730
1456
|
|
|
1731
1457
|
Permission is hereby granted, free of charge, to any
|
|
1732
1458
|
person obtaining a copy of this software and associated
|
|
@@ -1752,7 +1478,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
1752
1478
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1753
1479
|
DEALINGS IN THE SOFTWARE.
|
|
1754
1480
|
|
|
1755
|
-
|
|
1756
1481
|
````
|
|
1757
1482
|
|
|
1758
1483
|
---
|
|
@@ -1761,12 +1486,13 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1761
1486
|
|
|
1762
1487
|
### Rust Crates:
|
|
1763
1488
|
|
|
1764
|
-
- [
|
|
1489
|
+
- [data-encoding](https://github.com/ia0/data-encoding) (2.10.0)
|
|
1765
1490
|
|
|
1766
1491
|
````text
|
|
1767
|
-
MIT License
|
|
1492
|
+
The MIT License (MIT)
|
|
1768
1493
|
|
|
1769
|
-
Copyright (c)
|
|
1494
|
+
Copyright (c) 2015-2020 Julien Cretin
|
|
1495
|
+
Copyright (c) 2017-2020 Google Inc.
|
|
1770
1496
|
|
|
1771
1497
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1772
1498
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1785,6 +1511,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1785
1511
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1786
1512
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1787
1513
|
SOFTWARE.
|
|
1514
|
+
|
|
1788
1515
|
````
|
|
1789
1516
|
|
|
1790
1517
|
---
|
|
@@ -1793,10 +1520,15 @@ SOFTWARE.
|
|
|
1793
1520
|
|
|
1794
1521
|
### Rust Crates:
|
|
1795
1522
|
|
|
1796
|
-
- [
|
|
1523
|
+
- [miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) (0.8.9)
|
|
1797
1524
|
|
|
1798
1525
|
````text
|
|
1799
|
-
|
|
1526
|
+
MIT License
|
|
1527
|
+
|
|
1528
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
1529
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
1530
|
+
Copyright (c) 2017 Frommi
|
|
1531
|
+
Copyright (c) 2017-2024 oyvindln
|
|
1800
1532
|
|
|
1801
1533
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1802
1534
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1805,17 +1537,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
1805
1537
|
copies of the Software, and to permit persons to whom the Software is
|
|
1806
1538
|
furnished to do so, subject to the following conditions:
|
|
1807
1539
|
|
|
1808
|
-
The above copyright notice and this permission notice shall be included in
|
|
1809
|
-
|
|
1540
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1541
|
+
copies or substantial portions of the Software.
|
|
1810
1542
|
|
|
1811
1543
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1812
1544
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1813
1545
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1814
1546
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1815
1547
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1816
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1817
|
-
|
|
1818
|
-
|
|
1548
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1549
|
+
SOFTWARE.
|
|
1819
1550
|
|
|
1820
1551
|
````
|
|
1821
1552
|
|
|
@@ -1823,14 +1554,13 @@ THE SOFTWARE.
|
|
|
1823
1554
|
|
|
1824
1555
|
## The following dependencies are licensed under the MIT License:
|
|
1825
1556
|
|
|
1826
|
-
###
|
|
1557
|
+
### Rust Crates:
|
|
1827
1558
|
|
|
1828
|
-
- [
|
|
1559
|
+
- [dirs](https://github.com/soc/dirs-rs) (6.0.0)
|
|
1560
|
+
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
1829
1561
|
|
|
1830
1562
|
````text
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
Copyright (c) Matteo Collina and Undici contributors
|
|
1563
|
+
Copyright (c) 2018-2019 dirs-rs contributors
|
|
1834
1564
|
|
|
1835
1565
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1836
1566
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1858,11 +1588,10 @@ SOFTWARE.
|
|
|
1858
1588
|
|
|
1859
1589
|
### Rust Crates:
|
|
1860
1590
|
|
|
1861
|
-
- [
|
|
1862
|
-
- [socket2](https://github.com/rust-lang/socket2) (0.6.3)
|
|
1591
|
+
- [tower-http](https://github.com/tower-rs/tower-http) (0.6.8)
|
|
1863
1592
|
|
|
1864
1593
|
````text
|
|
1865
|
-
Copyright (c)
|
|
1594
|
+
Copyright (c) 2019-2021 Tower Contributors
|
|
1866
1595
|
|
|
1867
1596
|
Permission is hereby granted, free of charge, to any
|
|
1868
1597
|
person obtaining a copy of this software and associated
|
|
@@ -1896,41 +1625,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1896
1625
|
|
|
1897
1626
|
### Rust Crates:
|
|
1898
1627
|
|
|
1899
|
-
- [
|
|
1900
|
-
|
|
1901
|
-
````text
|
|
1902
|
-
MIT License
|
|
1903
|
-
|
|
1904
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1905
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1906
|
-
in the Software without restriction, including without limitation the rights
|
|
1907
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1908
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1909
|
-
furnished to do so, subject to the following conditions:
|
|
1910
|
-
|
|
1911
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1912
|
-
copies or substantial portions of the Software.
|
|
1913
|
-
|
|
1914
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1915
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1916
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1917
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1918
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1919
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1920
|
-
SOFTWARE.
|
|
1921
|
-
|
|
1922
|
-
````
|
|
1923
|
-
|
|
1924
|
-
---
|
|
1925
|
-
|
|
1926
|
-
## The following dependencies are licensed under the MIT License:
|
|
1927
|
-
|
|
1928
|
-
### Rust Crates:
|
|
1929
|
-
|
|
1930
|
-
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
1628
|
+
- [bumpalo](https://github.com/fitzgen/bumpalo) (3.20.2)
|
|
1931
1629
|
|
|
1932
1630
|
````text
|
|
1933
|
-
Copyright (c)
|
|
1631
|
+
Copyright (c) 2019 Nick Fitzgerald
|
|
1934
1632
|
|
|
1935
1633
|
Permission is hereby granted, free of charge, to any
|
|
1936
1634
|
person obtaining a copy of this software and associated
|
|
@@ -1964,10 +1662,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1964
1662
|
|
|
1965
1663
|
### Rust Crates:
|
|
1966
1664
|
|
|
1967
|
-
- [
|
|
1665
|
+
- [crypto-common](https://github.com/RustCrypto/traits) (0.1.7)
|
|
1968
1666
|
|
|
1969
1667
|
````text
|
|
1970
|
-
Copyright (c)
|
|
1668
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
1971
1669
|
|
|
1972
1670
|
Permission is hereby granted, free of charge, to any
|
|
1973
1671
|
person obtaining a copy of this software and associated
|
|
@@ -1999,14 +1697,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
1999
1697
|
|
|
2000
1698
|
## The following dependencies are licensed under the MIT License:
|
|
2001
1699
|
|
|
2002
|
-
###
|
|
1700
|
+
### NPM Packages:
|
|
2003
1701
|
|
|
2004
|
-
- [
|
|
1702
|
+
- [undici-types](https://github.com/nodejs/undici) (6.21.0)
|
|
2005
1703
|
|
|
2006
1704
|
````text
|
|
2007
|
-
|
|
1705
|
+
MIT License
|
|
2008
1706
|
|
|
2009
|
-
Copyright (c)
|
|
1707
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
2010
1708
|
|
|
2011
1709
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2012
1710
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2026,8 +1724,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2026
1724
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2027
1725
|
SOFTWARE.
|
|
2028
1726
|
|
|
2029
|
-
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2030
|
-
licences; see files named LICENSE.*.txt for details.
|
|
2031
1727
|
````
|
|
2032
1728
|
|
|
2033
1729
|
---
|
|
@@ -2036,34 +1732,30 @@ licences; see files named LICENSE.*.txt for details.
|
|
|
2036
1732
|
|
|
2037
1733
|
### Rust Crates:
|
|
2038
1734
|
|
|
2039
|
-
- [
|
|
1735
|
+
- [crc32fast](https://github.com/srijs/rust-crc32fast) (1.5.0)
|
|
2040
1736
|
|
|
2041
1737
|
````text
|
|
2042
|
-
|
|
1738
|
+
MIT License
|
|
2043
1739
|
|
|
2044
|
-
|
|
2045
|
-
person obtaining a copy of this software and associated
|
|
2046
|
-
documentation files (the "Software"), to deal in the
|
|
2047
|
-
Software without restriction, including without
|
|
2048
|
-
limitation the rights to use, copy, modify, merge,
|
|
2049
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2050
|
-
the Software, and to permit persons to whom the Software
|
|
2051
|
-
is furnished to do so, subject to the following
|
|
2052
|
-
conditions:
|
|
1740
|
+
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
2053
1741
|
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
1742
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1743
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1744
|
+
in the Software without restriction, including without limitation the rights
|
|
1745
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1746
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1747
|
+
furnished to do so, subject to the following conditions:
|
|
2057
1748
|
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
IN
|
|
2066
|
-
|
|
1749
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1750
|
+
copies or substantial portions of the Software.
|
|
1751
|
+
|
|
1752
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1753
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1754
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1755
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1756
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1757
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1758
|
+
SOFTWARE.
|
|
2067
1759
|
|
|
2068
1760
|
````
|
|
2069
1761
|
|
|
@@ -2073,10 +1765,74 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2073
1765
|
|
|
2074
1766
|
### Rust Crates:
|
|
2075
1767
|
|
|
2076
|
-
- [
|
|
1768
|
+
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
2077
1769
|
|
|
2078
1770
|
````text
|
|
2079
|
-
|
|
1771
|
+
The MIT License (MIT)
|
|
1772
|
+
|
|
1773
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
1774
|
+
|
|
1775
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1776
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1777
|
+
in the Software without restriction, including without limitation the rights
|
|
1778
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1779
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1780
|
+
furnished to do so, subject to the following conditions:
|
|
1781
|
+
|
|
1782
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1783
|
+
copies or substantial portions of the Software.
|
|
1784
|
+
|
|
1785
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1786
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1787
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1788
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1789
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1790
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1791
|
+
SOFTWARE.
|
|
1792
|
+
````
|
|
1793
|
+
|
|
1794
|
+
---
|
|
1795
|
+
|
|
1796
|
+
## The following dependencies are licensed under the MIT License:
|
|
1797
|
+
|
|
1798
|
+
### NPM Packages:
|
|
1799
|
+
|
|
1800
|
+
- [minimist](https://github.com/minimistjs/minimist) (1.2.8)
|
|
1801
|
+
|
|
1802
|
+
````text
|
|
1803
|
+
This software is released under the MIT license:
|
|
1804
|
+
|
|
1805
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1806
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1807
|
+
the Software without restriction, including without limitation the rights to
|
|
1808
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1809
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1810
|
+
subject to the following conditions:
|
|
1811
|
+
|
|
1812
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1813
|
+
copies or substantial portions of the Software.
|
|
1814
|
+
|
|
1815
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1816
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1817
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1818
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1819
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1820
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1821
|
+
|
|
1822
|
+
````
|
|
1823
|
+
|
|
1824
|
+
---
|
|
1825
|
+
|
|
1826
|
+
## The following dependencies are licensed under the MIT License:
|
|
1827
|
+
|
|
1828
|
+
### NPM Packages:
|
|
1829
|
+
|
|
1830
|
+
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
1831
|
+
|
|
1832
|
+
````text
|
|
1833
|
+
MIT License
|
|
1834
|
+
|
|
1835
|
+
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
2080
1836
|
|
|
2081
1837
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2082
1838
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2085,16 +1841,18 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2085
1841
|
copies of the Software, and to permit persons to whom the Software is
|
|
2086
1842
|
furnished to do so, subject to the following conditions:
|
|
2087
1843
|
|
|
2088
|
-
The above copyright notice and this permission notice shall be included in
|
|
2089
|
-
|
|
1844
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1845
|
+
copies or substantial portions of the Software.
|
|
2090
1846
|
|
|
2091
1847
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2092
1848
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2093
1849
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2094
1850
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2095
1851
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2096
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2097
|
-
|
|
1852
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1853
|
+
SOFTWARE.
|
|
1854
|
+
|
|
1855
|
+
[others]: https://github.com/json5/json5/contributors
|
|
2098
1856
|
|
|
2099
1857
|
````
|
|
2100
1858
|
|
|
@@ -2104,10 +1862,10 @@ THE SOFTWARE.
|
|
|
2104
1862
|
|
|
2105
1863
|
### Rust Crates:
|
|
2106
1864
|
|
|
2107
|
-
- [
|
|
1865
|
+
- [http-body](https://github.com/hyperium/http-body) (1.0.1)
|
|
2108
1866
|
|
|
2109
1867
|
````text
|
|
2110
|
-
Copyright (c)
|
|
1868
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
2111
1869
|
|
|
2112
1870
|
Permission is hereby granted, free of charge, to any
|
|
2113
1871
|
person obtaining a copy of this software and associated
|
|
@@ -2141,30 +1899,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2141
1899
|
|
|
2142
1900
|
### Rust Crates:
|
|
2143
1901
|
|
|
2144
|
-
- [
|
|
1902
|
+
- [chrono](https://github.com/chronotope/chrono) (0.4.44)
|
|
1903
|
+
- [napi](https://github.com/napi-rs/napi-rs) (3.8.4)
|
|
1904
|
+
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
1905
|
+
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
1906
|
+
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
1907
|
+
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
1908
|
+
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2145
1909
|
|
|
2146
1910
|
````text
|
|
2147
1911
|
MIT License
|
|
2148
1912
|
|
|
2149
|
-
Copyright (c)
|
|
1913
|
+
Copyright (c) <year> <copyright holders>
|
|
2150
1914
|
|
|
2151
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
furnished to do so, subject to the following conditions:
|
|
1915
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
1916
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
1917
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1918
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
1919
|
+
following conditions:
|
|
2157
1920
|
|
|
2158
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2159
|
-
|
|
1921
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
1922
|
+
portions of the Software.
|
|
2160
1923
|
|
|
2161
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2167
|
-
SOFTWARE.
|
|
1924
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
1925
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
1926
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1927
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
1928
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2168
1929
|
|
|
2169
1930
|
````
|
|
2170
1931
|
|
|
@@ -2174,40 +1935,12 @@ SOFTWARE.
|
|
|
2174
1935
|
|
|
2175
1936
|
### Rust Crates:
|
|
2176
1937
|
|
|
2177
|
-
- [
|
|
1938
|
+
- [nix](https://github.com/nix-rust/nix) (0.31.2)
|
|
2178
1939
|
|
|
2179
1940
|
````text
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2183
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2184
|
-
the Software without restriction, including without limitation the rights to
|
|
2185
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2186
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2187
|
-
subject to the following conditions:
|
|
2188
|
-
|
|
2189
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2190
|
-
copies or substantial portions of the Software.
|
|
2191
|
-
|
|
2192
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2193
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2194
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
2195
|
-
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
2196
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2197
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2198
|
-
|
|
2199
|
-
````
|
|
2200
|
-
|
|
2201
|
-
---
|
|
2202
|
-
|
|
2203
|
-
## The following dependencies are licensed under the MIT License:
|
|
2204
|
-
|
|
2205
|
-
### Rust Crates:
|
|
2206
|
-
|
|
2207
|
-
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
1941
|
+
The MIT License (MIT)
|
|
2208
1942
|
|
|
2209
|
-
|
|
2210
|
-
Copyright (c) 2016-2025 Sean McArthur
|
|
1943
|
+
Copyright (c) 2015 Carl Lerche + nix-rust Authors
|
|
2211
1944
|
|
|
2212
1945
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2213
1946
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2227,7 +1960,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2227
1960
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2228
1961
|
THE SOFTWARE.
|
|
2229
1962
|
|
|
2230
|
-
|
|
2231
1963
|
````
|
|
2232
1964
|
|
|
2233
1965
|
---
|
|
@@ -2236,64 +1968,30 @@ THE SOFTWARE.
|
|
|
2236
1968
|
|
|
2237
1969
|
### Rust Crates:
|
|
2238
1970
|
|
|
2239
|
-
- [
|
|
1971
|
+
- [security-framework](https://github.com/kornelski/rust-security-framework) (3.7.0)
|
|
1972
|
+
- [security-framework-sys](https://github.com/kornelski/rust-security-framework) (2.17.0)
|
|
2240
1973
|
|
|
2241
1974
|
````text
|
|
2242
1975
|
The MIT License (MIT)
|
|
2243
1976
|
|
|
2244
|
-
Copyright (c)
|
|
1977
|
+
Copyright (c) 2015 Steven Fackler
|
|
2245
1978
|
|
|
2246
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
1979
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1980
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1981
|
+
the Software without restriction, including without limitation the rights to
|
|
1982
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1983
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1984
|
+
subject to the following conditions:
|
|
2252
1985
|
|
|
2253
1986
|
The above copyright notice and this permission notice shall be included in all
|
|
2254
1987
|
copies or substantial portions of the Software.
|
|
2255
1988
|
|
|
2256
1989
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2257
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
SOFTWARE.
|
|
2263
|
-
|
|
2264
|
-
````
|
|
2265
|
-
|
|
2266
|
-
---
|
|
2267
|
-
|
|
2268
|
-
## The following dependencies are licensed under the MIT License:
|
|
2269
|
-
|
|
2270
|
-
### NPM Packages:
|
|
2271
|
-
|
|
2272
|
-
- [@types/minimist](https://github.com/DefinitelyTyped/DefinitelyTyped) (1.2.5)
|
|
2273
|
-
- [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) (20.19.41)
|
|
2274
|
-
|
|
2275
|
-
````text
|
|
2276
|
-
MIT License
|
|
2277
|
-
|
|
2278
|
-
Copyright (c) Microsoft Corporation.
|
|
2279
|
-
|
|
2280
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2281
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2282
|
-
in the Software without restriction, including without limitation the rights
|
|
2283
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2284
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2285
|
-
furnished to do so, subject to the following conditions:
|
|
2286
|
-
|
|
2287
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2288
|
-
copies or substantial portions of the Software.
|
|
2289
|
-
|
|
2290
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2291
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2292
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2293
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2294
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2295
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2296
|
-
SOFTWARE
|
|
1990
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1991
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1992
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1993
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1994
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2297
1995
|
|
|
2298
1996
|
````
|
|
2299
1997
|
|
|
@@ -2301,14 +1999,16 @@ SOFTWARE.
|
|
|
2301
1999
|
|
|
2302
2000
|
## The following dependencies are licensed under the MIT License:
|
|
2303
2001
|
|
|
2304
|
-
###
|
|
2002
|
+
### Rust Crates:
|
|
2305
2003
|
|
|
2306
|
-
- [
|
|
2004
|
+
- [tokio](https://github.com/tokio-rs/tokio) (1.52.0)
|
|
2005
|
+
- [tokio-stream](https://github.com/tokio-rs/tokio) (0.1.18)
|
|
2006
|
+
- [tokio-util](https://github.com/tokio-rs/tokio) (0.7.18)
|
|
2307
2007
|
|
|
2308
2008
|
````text
|
|
2309
2009
|
MIT License
|
|
2310
2010
|
|
|
2311
|
-
Copyright (c)
|
|
2011
|
+
Copyright (c) Tokio Contributors
|
|
2312
2012
|
|
|
2313
2013
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2314
2014
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2336,51 +2036,12 @@ SOFTWARE.
|
|
|
2336
2036
|
|
|
2337
2037
|
### Rust Crates:
|
|
2338
2038
|
|
|
2339
|
-
- [
|
|
2340
|
-
|
|
2341
|
-
````text
|
|
2342
|
-
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
2343
|
-
|
|
2344
|
-
Permission is hereby granted, free of charge, to any
|
|
2345
|
-
person obtaining a copy of this software and associated
|
|
2346
|
-
documentation files (the "Software"), to deal in the
|
|
2347
|
-
Software without restriction, including without
|
|
2348
|
-
limitation the rights to use, copy, modify, merge,
|
|
2349
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2350
|
-
the Software, and to permit persons to whom the Software
|
|
2351
|
-
is furnished to do so, subject to the following
|
|
2352
|
-
conditions:
|
|
2353
|
-
|
|
2354
|
-
The above copyright notice and this permission notice
|
|
2355
|
-
shall be included in all copies or substantial portions
|
|
2356
|
-
of the Software.
|
|
2357
|
-
|
|
2358
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2359
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2360
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2361
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2362
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2363
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2364
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2365
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2366
|
-
DEALINGS IN THE SOFTWARE.
|
|
2367
|
-
|
|
2368
|
-
````
|
|
2369
|
-
|
|
2370
|
-
---
|
|
2371
|
-
|
|
2372
|
-
## The following dependencies are licensed under the MIT License:
|
|
2373
|
-
|
|
2374
|
-
### Rust Crates:
|
|
2375
|
-
|
|
2376
|
-
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
2039
|
+
- [zip](https://github.com/zip-rs/zip2) (2.4.2)
|
|
2377
2040
|
|
|
2378
2041
|
````text
|
|
2379
2042
|
The MIT License (MIT)
|
|
2380
2043
|
|
|
2381
|
-
Copyright (c)
|
|
2382
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2383
|
-
Copyright (c) 2018 Akash Kurdekar
|
|
2044
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
2384
2045
|
|
|
2385
2046
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2386
2047
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2400,6 +2061,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2400
2061
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2401
2062
|
SOFTWARE.
|
|
2402
2063
|
|
|
2064
|
+
Some files in the "tests/data" subdirectory of this repository are under other
|
|
2065
|
+
licences; see files named LICENSE.*.txt for details.
|
|
2403
2066
|
````
|
|
2404
2067
|
|
|
2405
2068
|
---
|
|
@@ -2408,14 +2071,12 @@ SOFTWARE.
|
|
|
2408
2071
|
|
|
2409
2072
|
### Rust Crates:
|
|
2410
2073
|
|
|
2411
|
-
- [
|
|
2412
|
-
- [
|
|
2413
|
-
- [
|
|
2414
|
-
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
2415
|
-
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
2416
|
-
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
2074
|
+
- [rand](https://github.com/rust-random/rand) (0.8.5)
|
|
2075
|
+
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
2076
|
+
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
2417
2077
|
|
|
2418
2078
|
````text
|
|
2079
|
+
Copyright 2018 Developers of the Rand project
|
|
2419
2080
|
Copyright (c) 2014 The Rust Project Developers
|
|
2420
2081
|
|
|
2421
2082
|
Permission is hereby granted, free of charge, to any
|
|
@@ -2450,49 +2111,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2450
2111
|
|
|
2451
2112
|
### Rust Crates:
|
|
2452
2113
|
|
|
2453
|
-
- [
|
|
2454
|
-
|
|
2455
|
-
````text
|
|
2456
|
-
Copyright Mozilla Foundation
|
|
2457
|
-
|
|
2458
|
-
Permission is hereby granted, free of charge, to any
|
|
2459
|
-
person obtaining a copy of this software and associated
|
|
2460
|
-
documentation files (the "Software"), to deal in the
|
|
2461
|
-
Software without restriction, including without
|
|
2462
|
-
limitation the rights to use, copy, modify, merge,
|
|
2463
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2464
|
-
the Software, and to permit persons to whom the Software
|
|
2465
|
-
is furnished to do so, subject to the following
|
|
2466
|
-
conditions:
|
|
2467
|
-
|
|
2468
|
-
The above copyright notice and this permission notice
|
|
2469
|
-
shall be included in all copies or substantial portions
|
|
2470
|
-
of the Software.
|
|
2471
|
-
|
|
2472
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2473
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2474
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2475
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2476
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2477
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2478
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2479
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2480
|
-
DEALINGS IN THE SOFTWARE.
|
|
2481
|
-
|
|
2482
|
-
````
|
|
2483
|
-
|
|
2484
|
-
---
|
|
2485
|
-
|
|
2486
|
-
## The following dependencies are licensed under the MIT License:
|
|
2487
|
-
|
|
2488
|
-
### Rust Crates:
|
|
2489
|
-
|
|
2490
|
-
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
2114
|
+
- [tungstenite](https://github.com/snapview/tungstenite-rs) (0.21.0)
|
|
2491
2115
|
|
|
2492
2116
|
````text
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
2117
|
+
Copyright (c) 2017 Alexey Galakhov
|
|
2118
|
+
Copyright (c) 2016 Jason Housley
|
|
2496
2119
|
|
|
2497
2120
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2498
2121
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2501,16 +2124,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
2501
2124
|
copies of the Software, and to permit persons to whom the Software is
|
|
2502
2125
|
furnished to do so, subject to the following conditions:
|
|
2503
2126
|
|
|
2504
|
-
The above copyright notice and this permission notice shall be included in
|
|
2505
|
-
copies or substantial portions of the Software.
|
|
2127
|
+
The above copyright notice and this permission notice shall be included in
|
|
2128
|
+
all copies or substantial portions of the Software.
|
|
2506
2129
|
|
|
2507
2130
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2508
2131
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2509
2132
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2510
2133
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2511
2134
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2512
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2513
|
-
SOFTWARE.
|
|
2135
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2136
|
+
THE SOFTWARE.
|
|
2514
2137
|
|
|
2515
2138
|
````
|
|
2516
2139
|
|
|
@@ -2518,16 +2141,13 @@ SOFTWARE.
|
|
|
2518
2141
|
|
|
2519
2142
|
## The following dependencies are licensed under the MIT License:
|
|
2520
2143
|
|
|
2521
|
-
###
|
|
2144
|
+
### Rust Crates:
|
|
2522
2145
|
|
|
2523
|
-
- [
|
|
2524
|
-
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2146
|
+
- [ident_case](https://github.com/TedDriggs/ident_case) (1.0.1)
|
|
2525
2147
|
|
|
2526
2148
|
````text
|
|
2527
2149
|
MIT License
|
|
2528
2150
|
|
|
2529
|
-
Copyright (c) 2017 Evgeny Poberezkin
|
|
2530
|
-
|
|
2531
2151
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2532
2152
|
of this software and associated documentation files (the "Software"), to deal
|
|
2533
2153
|
in the Software without restriction, including without limitation the rights
|
|
@@ -2543,27 +2163,8 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
2543
2163
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2544
2164
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2545
2165
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2546
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2547
|
-
SOFTWARE.
|
|
2548
|
-
|
|
2549
|
-
````
|
|
2550
|
-
|
|
2551
|
-
---
|
|
2552
|
-
|
|
2553
|
-
## The following dependencies are licensed under the MIT License:
|
|
2554
|
-
|
|
2555
|
-
### Rust Crates:
|
|
2556
|
-
|
|
2557
|
-
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2558
|
-
|
|
2559
|
-
````text
|
|
2560
|
-
Copyright 2016 Nika Layzell
|
|
2561
|
-
|
|
2562
|
-
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:
|
|
2563
|
-
|
|
2564
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2565
|
-
|
|
2566
|
-
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.
|
|
2166
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2167
|
+
SOFTWARE.
|
|
2567
2168
|
|
|
2568
2169
|
````
|
|
2569
2170
|
|
|
@@ -2573,10 +2174,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2573
2174
|
|
|
2574
2175
|
### Rust Crates:
|
|
2575
2176
|
|
|
2576
|
-
- [
|
|
2177
|
+
- [rustls-pki-types](https://github.com/rustls/pki-types) (1.14.0)
|
|
2577
2178
|
|
|
2578
2179
|
````text
|
|
2579
|
-
Copyright (c)
|
|
2180
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
2580
2181
|
|
|
2581
2182
|
Permission is hereby granted, free of charge, to any
|
|
2582
2183
|
person obtaining a copy of this software and associated
|
|
@@ -2608,35 +2209,33 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2608
2209
|
|
|
2609
2210
|
## The following dependencies are licensed under the MIT License:
|
|
2610
2211
|
|
|
2611
|
-
###
|
|
2212
|
+
### NPM Packages:
|
|
2612
2213
|
|
|
2613
|
-
- [
|
|
2614
|
-
- [
|
|
2615
|
-
- [napi-derive](https://github.com/napi-rs/napi-rs) (3.5.3)
|
|
2616
|
-
- [napi-derive-backend](https://github.com/napi-rs/napi-rs) (5.0.2)
|
|
2617
|
-
- [napi-sys](https://github.com/napi-rs/napi-rs) (3.2.1)
|
|
2618
|
-
- [rmcp](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2619
|
-
- [rmcp-macros](https://github.com/modelcontextprotocol/rust-sdk/) (0.12.0)
|
|
2214
|
+
- [fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) (3.1.3)
|
|
2215
|
+
- [json-schema-traverse](https://github.com/epoberezkin/json-schema-traverse) (1.0.0)
|
|
2620
2216
|
|
|
2621
2217
|
````text
|
|
2622
2218
|
MIT License
|
|
2623
2219
|
|
|
2624
|
-
Copyright (c)
|
|
2220
|
+
Copyright (c) 2017 Evgeny Poberezkin
|
|
2625
2221
|
|
|
2626
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2627
|
-
associated documentation files (the "Software"), to deal
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2222
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2223
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2224
|
+
in the Software without restriction, including without limitation the rights
|
|
2225
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2226
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2227
|
+
furnished to do so, subject to the following conditions:
|
|
2631
2228
|
|
|
2632
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2633
|
-
portions of the Software.
|
|
2229
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2230
|
+
copies or substantial portions of the Software.
|
|
2634
2231
|
|
|
2635
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2636
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2232
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2233
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2234
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2235
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2236
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2237
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2238
|
+
SOFTWARE.
|
|
2640
2239
|
|
|
2641
2240
|
````
|
|
2642
2241
|
|
|
@@ -2646,10 +2245,10 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2646
2245
|
|
|
2647
2246
|
### Rust Crates:
|
|
2648
2247
|
|
|
2649
|
-
- [
|
|
2248
|
+
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2650
2249
|
|
|
2651
2250
|
````text
|
|
2652
|
-
Copyright (c)
|
|
2251
|
+
Copyright (c) 2016--2023
|
|
2653
2252
|
|
|
2654
2253
|
Permission is hereby granted, free of charge, to any
|
|
2655
2254
|
person obtaining a copy of this software and associated
|
|
@@ -2683,10 +2282,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2683
2282
|
|
|
2684
2283
|
### Rust Crates:
|
|
2685
2284
|
|
|
2686
|
-
- [
|
|
2285
|
+
- [tempfile](https://github.com/Stebalien/tempfile) (3.27.0)
|
|
2687
2286
|
|
|
2688
2287
|
````text
|
|
2689
|
-
Copyright (c)
|
|
2288
|
+
Copyright (c) 2015 Steven Allen
|
|
2690
2289
|
|
|
2691
2290
|
Permission is hereby granted, free of charge, to any
|
|
2692
2291
|
person obtaining a copy of this software and associated
|
|
@@ -2720,11 +2319,45 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2720
2319
|
|
|
2721
2320
|
### Rust Crates:
|
|
2722
2321
|
|
|
2723
|
-
- [
|
|
2724
|
-
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
2322
|
+
- [hex](https://github.com/KokaKiwi/rust-hex) (0.4.3)
|
|
2725
2323
|
|
|
2726
2324
|
````text
|
|
2727
|
-
Copyright (c)
|
|
2325
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
2326
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
2327
|
+
|
|
2328
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2329
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2330
|
+
in the Software without restriction, including without limitation the rights
|
|
2331
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2332
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2333
|
+
furnished to do so, subject to the following conditions:
|
|
2334
|
+
|
|
2335
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2336
|
+
copies or substantial portions of the Software.
|
|
2337
|
+
|
|
2338
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2339
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2340
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2341
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2342
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2343
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2344
|
+
SOFTWARE.
|
|
2345
|
+
|
|
2346
|
+
````
|
|
2347
|
+
|
|
2348
|
+
---
|
|
2349
|
+
|
|
2350
|
+
## The following dependencies are licensed under the MIT License:
|
|
2351
|
+
|
|
2352
|
+
### Rust Crates:
|
|
2353
|
+
|
|
2354
|
+
- [tokio-native-tls](https://github.com/tokio-rs/tls) (0.3.1)
|
|
2355
|
+
- [tracing](https://github.com/tokio-rs/tracing) (0.1.44)
|
|
2356
|
+
- [tracing-attributes](https://github.com/tokio-rs/tracing) (0.1.31)
|
|
2357
|
+
- [tracing-core](https://github.com/tokio-rs/tracing) (0.1.36)
|
|
2358
|
+
|
|
2359
|
+
````text
|
|
2360
|
+
Copyright (c) 2019 Tokio Contributors
|
|
2728
2361
|
|
|
2729
2362
|
Permission is hereby granted, free of charge, to any
|
|
2730
2363
|
person obtaining a copy of this software and associated
|
|
@@ -2777,47 +2410,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2777
2410
|
|
|
2778
2411
|
### Rust Crates:
|
|
2779
2412
|
|
|
2780
|
-
- [
|
|
2781
|
-
|
|
2782
|
-
````text
|
|
2783
|
-
Copyright (c) 2013-2016 The rust-url developers
|
|
2784
|
-
|
|
2785
|
-
Permission is hereby granted, free of charge, to any
|
|
2786
|
-
person obtaining a copy of this software and associated
|
|
2787
|
-
documentation files (the "Software"), to deal in the
|
|
2788
|
-
Software without restriction, including without
|
|
2789
|
-
limitation the rights to use, copy, modify, merge,
|
|
2790
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2791
|
-
the Software, and to permit persons to whom the Software
|
|
2792
|
-
is furnished to do so, subject to the following
|
|
2793
|
-
conditions:
|
|
2794
|
-
|
|
2795
|
-
The above copyright notice and this permission notice
|
|
2796
|
-
shall be included in all copies or substantial portions
|
|
2797
|
-
of the Software.
|
|
2798
|
-
|
|
2799
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2800
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2801
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2802
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2803
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2804
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2805
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2806
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2807
|
-
DEALINGS IN THE SOFTWARE.
|
|
2808
|
-
|
|
2809
|
-
````
|
|
2810
|
-
|
|
2811
|
-
---
|
|
2812
|
-
|
|
2813
|
-
## The following dependencies are licensed under the MIT License:
|
|
2814
|
-
|
|
2815
|
-
### Rust Crates:
|
|
2816
|
-
|
|
2817
|
-
- [equivalent](https://github.com/indexmap-rs/equivalent) (1.0.2)
|
|
2413
|
+
- [errno](https://github.com/lambda-fairy/rust-errno) (0.3.14)
|
|
2818
2414
|
|
|
2819
2415
|
````text
|
|
2820
|
-
Copyright (c)
|
|
2416
|
+
Copyright (c) 2014 Chris Wong
|
|
2821
2417
|
|
|
2822
2418
|
Permission is hereby granted, free of charge, to any
|
|
2823
2419
|
person obtaining a copy of this software and associated
|
|
@@ -2851,35 +2447,16 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2851
2447
|
|
|
2852
2448
|
### Rust Crates:
|
|
2853
2449
|
|
|
2854
|
-
- [
|
|
2450
|
+
- [synstructure](https://github.com/mystor/synstructure) (0.13.2)
|
|
2855
2451
|
|
|
2856
2452
|
````text
|
|
2857
|
-
Copyright
|
|
2858
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
2453
|
+
Copyright 2016 Nika Layzell
|
|
2859
2454
|
|
|
2860
|
-
Permission is hereby granted, free of charge, to any
|
|
2861
|
-
person obtaining a copy of this software and associated
|
|
2862
|
-
documentation files (the "Software"), to deal in the
|
|
2863
|
-
Software without restriction, including without
|
|
2864
|
-
limitation the rights to use, copy, modify, merge,
|
|
2865
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
2866
|
-
the Software, and to permit persons to whom the Software
|
|
2867
|
-
is furnished to do so, subject to the following
|
|
2868
|
-
conditions:
|
|
2455
|
+
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:
|
|
2869
2456
|
|
|
2870
|
-
The above copyright notice and this permission notice
|
|
2871
|
-
shall be included in all copies or substantial portions
|
|
2872
|
-
of the Software.
|
|
2457
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2873
2458
|
|
|
2874
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2875
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2876
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2877
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2878
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2879
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2880
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2881
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2882
|
-
DEALINGS IN THE SOFTWARE.
|
|
2459
|
+
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.
|
|
2883
2460
|
|
|
2884
2461
|
````
|
|
2885
2462
|
|
|
@@ -2889,30 +2466,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2889
2466
|
|
|
2890
2467
|
### Rust Crates:
|
|
2891
2468
|
|
|
2892
|
-
- [
|
|
2469
|
+
- [quick-xml](https://github.com/tafia/quick-xml) (0.38.4)
|
|
2893
2470
|
|
|
2894
2471
|
````text
|
|
2895
|
-
The MIT License (MIT)
|
|
2896
|
-
|
|
2897
|
-
Copyright (c)
|
|
2898
|
-
|
|
2899
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2900
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2901
|
-
in the Software without restriction, including without limitation the rights
|
|
2902
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2903
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2904
|
-
furnished to do so, subject to the following conditions:
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2472
|
+
The MIT License (MIT)
|
|
2473
|
+
|
|
2474
|
+
Copyright (c) 2016 Johann Tuffe
|
|
2475
|
+
|
|
2476
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2477
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2478
|
+
in the Software without restriction, including without limitation the rights
|
|
2479
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2480
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2481
|
+
furnished to do so, subject to the following conditions:
|
|
2482
|
+
|
|
2483
|
+
|
|
2484
|
+
The above copyright notice and this permission notice shall be included in
|
|
2485
|
+
all copies or substantial portions of the Software.
|
|
2486
|
+
|
|
2487
|
+
|
|
2488
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2489
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2490
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2491
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2492
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2493
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2494
|
+
THE SOFTWARE.
|
|
2916
2495
|
|
|
2917
2496
|
````
|
|
2918
2497
|
|
|
@@ -2922,12 +2501,13 @@ THE SOFTWARE.
|
|
|
2922
2501
|
|
|
2923
2502
|
### Rust Crates:
|
|
2924
2503
|
|
|
2925
|
-
- [
|
|
2926
|
-
- [
|
|
2927
|
-
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2504
|
+
- [sha1](https://github.com/RustCrypto/hashes) (0.10.6)
|
|
2505
|
+
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
2928
2506
|
|
|
2929
2507
|
````text
|
|
2930
|
-
Copyright (c)
|
|
2508
|
+
Copyright (c) 2006-2009 Graydon Hoare
|
|
2509
|
+
Copyright (c) 2009-2013 Mozilla Foundation
|
|
2510
|
+
Copyright (c) 2016 Artyom Pavlov
|
|
2931
2511
|
|
|
2932
2512
|
Permission is hereby granted, free of charge, to any
|
|
2933
2513
|
person obtaining a copy of this software and associated
|
|
@@ -2961,43 +2541,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
2961
2541
|
|
|
2962
2542
|
### Rust Crates:
|
|
2963
2543
|
|
|
2964
|
-
- [
|
|
2965
|
-
- [
|
|
2966
|
-
|
|
2967
|
-
````text
|
|
2968
|
-
The MIT License (MIT)
|
|
2969
|
-
|
|
2970
|
-
Copyright (c) 2015 Steven Fackler
|
|
2971
|
-
|
|
2972
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
2973
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
2974
|
-
the Software without restriction, including without limitation the rights to
|
|
2975
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
2976
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
2977
|
-
subject to the following conditions:
|
|
2978
|
-
|
|
2979
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2980
|
-
copies or substantial portions of the Software.
|
|
2981
|
-
|
|
2982
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2983
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
2984
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
2985
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2986
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2987
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2988
|
-
|
|
2989
|
-
````
|
|
2990
|
-
|
|
2991
|
-
---
|
|
2992
|
-
|
|
2993
|
-
## The following dependencies are licensed under the MIT License:
|
|
2994
|
-
|
|
2995
|
-
### Rust Crates:
|
|
2996
|
-
|
|
2997
|
-
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
2544
|
+
- [idna](https://github.com/servo/rust-url/) (1.1.0)
|
|
2545
|
+
- [percent-encoding](https://github.com/servo/rust-url/) (2.3.2)
|
|
2546
|
+
- [url](https://github.com/servo/rust-url) (2.5.8)
|
|
2998
2547
|
|
|
2999
2548
|
````text
|
|
3000
|
-
Copyright (c)
|
|
2549
|
+
Copyright (c) 2013-2025 The rust-url developers
|
|
3001
2550
|
|
|
3002
2551
|
Permission is hereby granted, free of charge, to any
|
|
3003
2552
|
person obtaining a copy of this software and associated
|
|
@@ -3031,10 +2580,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3031
2580
|
|
|
3032
2581
|
### Rust Crates:
|
|
3033
2582
|
|
|
3034
|
-
- [
|
|
2583
|
+
- [zerocopy](https://github.com/google/zerocopy) (0.8.48)
|
|
3035
2584
|
|
|
3036
2585
|
````text
|
|
3037
|
-
Copyright
|
|
2586
|
+
Copyright 2023 The Fuchsia Authors
|
|
3038
2587
|
|
|
3039
2588
|
Permission is hereby granted, free of charge, to any
|
|
3040
2589
|
person obtaining a copy of this software and associated
|
|
@@ -3060,6 +2609,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3060
2609
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3061
2610
|
DEALINGS IN THE SOFTWARE.
|
|
3062
2611
|
|
|
2612
|
+
|
|
3063
2613
|
````
|
|
3064
2614
|
|
|
3065
2615
|
---
|
|
@@ -3068,10 +2618,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3068
2618
|
|
|
3069
2619
|
### Rust Crates:
|
|
3070
2620
|
|
|
3071
|
-
- [
|
|
2621
|
+
- [core-foundation](https://github.com/servo/core-foundation-rs) (0.10.1)
|
|
2622
|
+
- [core-foundation-sys](https://github.com/servo/core-foundation-rs) (0.8.7)
|
|
3072
2623
|
|
|
3073
2624
|
````text
|
|
3074
|
-
Copyright (c)
|
|
2625
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
|
3075
2626
|
|
|
3076
2627
|
Permission is hereby granted, free of charge, to any
|
|
3077
2628
|
person obtaining a copy of this software and associated
|
|
@@ -3105,35 +2656,34 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3105
2656
|
|
|
3106
2657
|
### Rust Crates:
|
|
3107
2658
|
|
|
3108
|
-
- [
|
|
2659
|
+
- [idna_adapter](https://github.com/hsivonen/idna_adapter) (1.2.1)
|
|
3109
2660
|
|
|
3110
2661
|
````text
|
|
3111
|
-
Copyright (c)
|
|
3112
|
-
|
|
3113
|
-
Includes parts of http date with the following copyright:
|
|
3114
|
-
Copyright (c) 2016 Pyfisch
|
|
3115
|
-
|
|
3116
|
-
Includes portions of musl libc with the following copyright:
|
|
3117
|
-
Copyright © 2005-2013 Rich Felker
|
|
3118
|
-
|
|
2662
|
+
Copyright (c) The rust-url developers
|
|
3119
2663
|
|
|
3120
|
-
Permission is hereby granted, free of charge, to any
|
|
3121
|
-
of this software and associated
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
2664
|
+
Permission is hereby granted, free of charge, to any
|
|
2665
|
+
person obtaining a copy of this software and associated
|
|
2666
|
+
documentation files (the "Software"), to deal in the
|
|
2667
|
+
Software without restriction, including without
|
|
2668
|
+
limitation the rights to use, copy, modify, merge,
|
|
2669
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
2670
|
+
the Software, and to permit persons to whom the Software
|
|
2671
|
+
is furnished to do so, subject to the following
|
|
2672
|
+
conditions:
|
|
3126
2673
|
|
|
3127
|
-
The above copyright notice and this permission notice
|
|
3128
|
-
copies or substantial portions
|
|
2674
|
+
The above copyright notice and this permission notice
|
|
2675
|
+
shall be included in all copies or substantial portions
|
|
2676
|
+
of the Software.
|
|
3129
2677
|
|
|
3130
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3131
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
2678
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
2679
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
2680
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
2681
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
2682
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2683
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
2684
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
2685
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2686
|
+
DEALINGS IN THE SOFTWARE.
|
|
3137
2687
|
|
|
3138
2688
|
````
|
|
3139
2689
|
|
|
@@ -3143,10 +2693,11 @@ SOFTWARE.
|
|
|
3143
2693
|
|
|
3144
2694
|
### Rust Crates:
|
|
3145
2695
|
|
|
3146
|
-
- [
|
|
2696
|
+
- [getrandom](https://github.com/rust-random/getrandom) (0.2.17)
|
|
3147
2697
|
|
|
3148
2698
|
````text
|
|
3149
|
-
Copyright (c)
|
|
2699
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
2700
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
3150
2701
|
|
|
3151
2702
|
Permission is hereby granted, free of charge, to any
|
|
3152
2703
|
person obtaining a copy of this software and associated
|
|
@@ -3180,10 +2731,43 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3180
2731
|
|
|
3181
2732
|
### Rust Crates:
|
|
3182
2733
|
|
|
3183
|
-
- [
|
|
2734
|
+
- [base64](https://github.com/marshallpierce/rust-base64) (0.22.1)
|
|
3184
2735
|
|
|
3185
2736
|
````text
|
|
3186
|
-
|
|
2737
|
+
The MIT License (MIT)
|
|
2738
|
+
|
|
2739
|
+
Copyright (c) 2015 Alice Maz
|
|
2740
|
+
|
|
2741
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2742
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2743
|
+
in the Software without restriction, including without limitation the rights
|
|
2744
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2745
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2746
|
+
furnished to do so, subject to the following conditions:
|
|
2747
|
+
|
|
2748
|
+
The above copyright notice and this permission notice shall be included in
|
|
2749
|
+
all copies or substantial portions of the Software.
|
|
2750
|
+
|
|
2751
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2752
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2753
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2754
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2755
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2756
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2757
|
+
THE SOFTWARE.
|
|
2758
|
+
|
|
2759
|
+
````
|
|
2760
|
+
|
|
2761
|
+
---
|
|
2762
|
+
|
|
2763
|
+
## The following dependencies are licensed under the MIT License:
|
|
2764
|
+
|
|
2765
|
+
### Rust Crates:
|
|
2766
|
+
|
|
2767
|
+
- [form_urlencoded](https://github.com/servo/rust-url) (1.2.2)
|
|
2768
|
+
|
|
2769
|
+
````text
|
|
2770
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
3187
2771
|
|
|
3188
2772
|
Permission is hereby granted, free of charge, to any
|
|
3189
2773
|
person obtaining a copy of this software and associated
|
|
@@ -3217,13 +2801,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3217
2801
|
|
|
3218
2802
|
### Rust Crates:
|
|
3219
2803
|
|
|
3220
|
-
- [
|
|
3221
|
-
- [parking_lot](https://github.com/Amanieu/parking_lot) (0.12.5)
|
|
3222
|
-
- [parking_lot_core](https://github.com/Amanieu/parking_lot) (0.9.12)
|
|
3223
|
-
- [thread_local](https://github.com/Amanieu/thread_local-rs) (1.1.9)
|
|
2804
|
+
- [block-buffer](https://github.com/RustCrypto/utils) (0.10.4)
|
|
3224
2805
|
|
|
3225
2806
|
````text
|
|
3226
|
-
Copyright (c)
|
|
2807
|
+
Copyright (c) 2018-2019 The RustCrypto Project Developers
|
|
3227
2808
|
|
|
3228
2809
|
Permission is hereby granted, free of charge, to any
|
|
3229
2810
|
person obtaining a copy of this software and associated
|
|
@@ -3257,10 +2838,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3257
2838
|
|
|
3258
2839
|
### Rust Crates:
|
|
3259
2840
|
|
|
3260
|
-
- [
|
|
2841
|
+
- [indexmap](https://github.com/indexmap-rs/indexmap) (2.14.0)
|
|
3261
2842
|
|
|
3262
2843
|
````text
|
|
3263
|
-
Copyright (c) 2016
|
|
2844
|
+
Copyright (c) 2016--2017
|
|
3264
2845
|
|
|
3265
2846
|
Permission is hereby granted, free of charge, to any
|
|
3266
2847
|
person obtaining a copy of this software and associated
|
|
@@ -3292,52 +2873,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3292
2873
|
|
|
3293
2874
|
## The following dependencies are licensed under the MIT License:
|
|
3294
2875
|
|
|
3295
|
-
### NPM Packages:
|
|
3296
|
-
|
|
3297
|
-
- [json5](https://github.com/json5/json5) (2.2.3)
|
|
3298
|
-
|
|
3299
|
-
````text
|
|
3300
|
-
MIT License
|
|
3301
|
-
|
|
3302
|
-
Copyright (c) 2012-2018 Aseem Kishore, and [others].
|
|
3303
|
-
|
|
3304
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3305
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3306
|
-
in the Software without restriction, including without limitation the rights
|
|
3307
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3308
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3309
|
-
furnished to do so, subject to the following conditions:
|
|
3310
|
-
|
|
3311
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3312
|
-
copies or substantial portions of the Software.
|
|
3313
|
-
|
|
3314
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3315
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3316
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3317
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3318
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3319
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3320
|
-
SOFTWARE.
|
|
3321
|
-
|
|
3322
|
-
[others]: https://github.com/json5/json5/contributors
|
|
3323
|
-
|
|
3324
|
-
````
|
|
3325
|
-
|
|
3326
|
-
---
|
|
3327
|
-
|
|
3328
|
-
## The following dependencies are licensed under the MIT License:
|
|
3329
|
-
|
|
3330
2876
|
### Rust Crates:
|
|
3331
2877
|
|
|
3332
|
-
- [
|
|
2878
|
+
- [schemars](https://github.com/GREsau/schemars) (1.2.1)
|
|
2879
|
+
- [schemars_derive](https://github.com/GREsau/schemars) (1.2.1)
|
|
3333
2880
|
|
|
3334
2881
|
````text
|
|
3335
2882
|
MIT License
|
|
3336
2883
|
|
|
3337
|
-
Copyright
|
|
3338
|
-
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3339
|
-
Copyright (c) 2017 Frommi
|
|
3340
|
-
Copyright (c) 2017-2024 oyvindln
|
|
2884
|
+
Copyright (c) 2019 Graham Esau
|
|
3341
2885
|
|
|
3342
2886
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3343
2887
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3365,10 +2909,19 @@ SOFTWARE.
|
|
|
3365
2909
|
|
|
3366
2910
|
### Rust Crates:
|
|
3367
2911
|
|
|
3368
|
-
- [
|
|
2912
|
+
- [futures](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2913
|
+
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2914
|
+
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2915
|
+
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2916
|
+
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2917
|
+
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2918
|
+
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2919
|
+
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
2920
|
+
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3369
2921
|
|
|
3370
2922
|
````text
|
|
3371
|
-
Copyright (c)
|
|
2923
|
+
Copyright (c) 2016 Alex Crichton
|
|
2924
|
+
Copyright (c) 2017 The Tokio Authors
|
|
3372
2925
|
|
|
3373
2926
|
Permission is hereby granted, free of charge, to any
|
|
3374
2927
|
person obtaining a copy of this software and associated
|
|
@@ -3392,103 +2945,7 @@ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
|
3392
2945
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3393
2946
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3394
2947
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3395
|
-
DEALINGS IN THE SOFTWARE.
|
|
3396
|
-
|
|
3397
|
-
````
|
|
3398
|
-
|
|
3399
|
-
---
|
|
3400
|
-
|
|
3401
|
-
## The following dependencies are licensed under the MIT License:
|
|
3402
|
-
|
|
3403
|
-
### NPM Packages:
|
|
3404
|
-
|
|
3405
|
-
- [require-from-string](https://github.com/floatdrop/require-from-string) (2.0.2)
|
|
3406
|
-
|
|
3407
|
-
````text
|
|
3408
|
-
The MIT License (MIT)
|
|
3409
|
-
|
|
3410
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
3411
|
-
|
|
3412
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3413
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3414
|
-
in the Software without restriction, including without limitation the rights
|
|
3415
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3416
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3417
|
-
furnished to do so, subject to the following conditions:
|
|
3418
|
-
|
|
3419
|
-
The above copyright notice and this permission notice shall be included in
|
|
3420
|
-
all copies or substantial portions of the Software.
|
|
3421
|
-
|
|
3422
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3423
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3424
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3425
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3426
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3427
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3428
|
-
THE SOFTWARE.
|
|
3429
|
-
|
|
3430
|
-
````
|
|
3431
|
-
|
|
3432
|
-
---
|
|
3433
|
-
|
|
3434
|
-
## The following dependencies are licensed under the MIT License:
|
|
3435
|
-
|
|
3436
|
-
### Rust Crates:
|
|
3437
|
-
|
|
3438
|
-
- [generic-array](https://github.com/fizyk20/generic-array) (0.14.7)
|
|
3439
|
-
|
|
3440
|
-
````text
|
|
3441
|
-
The MIT License (MIT)
|
|
3442
|
-
|
|
3443
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
3444
|
-
|
|
3445
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3446
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3447
|
-
in the Software without restriction, including without limitation the rights
|
|
3448
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3449
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3450
|
-
furnished to do so, subject to the following conditions:
|
|
3451
|
-
|
|
3452
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3453
|
-
copies or substantial portions of the Software.
|
|
3454
|
-
|
|
3455
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3456
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3457
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3458
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3459
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3460
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3461
|
-
SOFTWARE.
|
|
3462
|
-
````
|
|
3463
|
-
|
|
3464
|
-
---
|
|
3465
|
-
|
|
3466
|
-
## The following dependencies are licensed under the MIT License:
|
|
3467
|
-
|
|
3468
|
-
### Rust Crates:
|
|
3469
|
-
|
|
3470
|
-
- [sharded-slab](https://github.com/hawkw/sharded-slab) (0.1.7)
|
|
3471
|
-
|
|
3472
|
-
````text
|
|
3473
|
-
Copyright (c) 2019 Eliza Weisman
|
|
3474
|
-
|
|
3475
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3476
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3477
|
-
in the Software without restriction, including without limitation the rights
|
|
3478
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3479
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3480
|
-
furnished to do so, subject to the following conditions:
|
|
3481
|
-
|
|
3482
|
-
The above copyright notice and this permission notice shall be included in
|
|
3483
|
-
all copies or substantial portions of the Software.
|
|
3484
|
-
|
|
3485
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3486
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3487
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3488
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3489
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3490
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3491
|
-
THE SOFTWARE.
|
|
2948
|
+
DEALINGS IN THE SOFTWARE.
|
|
3492
2949
|
|
|
3493
2950
|
````
|
|
3494
2951
|
|
|
@@ -3498,10 +2955,10 @@ THE SOFTWARE.
|
|
|
3498
2955
|
|
|
3499
2956
|
### Rust Crates:
|
|
3500
2957
|
|
|
3501
|
-
- [
|
|
2958
|
+
- [slab](https://github.com/tokio-rs/slab) (0.4.12)
|
|
3502
2959
|
|
|
3503
2960
|
````text
|
|
3504
|
-
Copyright (c)
|
|
2961
|
+
Copyright (c) 2019 Carl Lerche
|
|
3505
2962
|
|
|
3506
2963
|
Permission is hereby granted, free of charge, to any
|
|
3507
2964
|
person obtaining a copy of this software and associated
|
|
@@ -3535,11 +2992,37 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3535
2992
|
|
|
3536
2993
|
### Rust Crates:
|
|
3537
2994
|
|
|
3538
|
-
- [
|
|
2995
|
+
- [anyhow](https://github.com/dtolnay/anyhow) (1.0.102)
|
|
2996
|
+
- [async-trait](https://github.com/dtolnay/async-trait) (0.1.89)
|
|
2997
|
+
- [atomic-waker](https://github.com/smol-rs/atomic-waker) (1.1.2)
|
|
2998
|
+
- [displaydoc](https://github.com/yaahc/displaydoc) (0.2.5)
|
|
2999
|
+
- [dyn-clone](https://github.com/dtolnay/dyn-clone) (1.0.20)
|
|
3000
|
+
- [fastrand](https://github.com/smol-rs/fastrand) (2.4.1)
|
|
3001
|
+
- [itoa](https://github.com/dtolnay/itoa) (1.0.18)
|
|
3002
|
+
- [once_cell](https://github.com/matklad/once_cell) (1.21.4)
|
|
3003
|
+
- [pastey](https://github.com/as1100k/pastey) (0.2.1)
|
|
3004
|
+
- [pin-project-lite](https://github.com/taiki-e/pin-project-lite) (0.2.17)
|
|
3005
|
+
- [proc-macro2](https://github.com/dtolnay/proc-macro2) (1.0.106)
|
|
3006
|
+
- [process-wrap](https://github.com/watchexec/process-wrap) (9.1.0)
|
|
3007
|
+
- [quote](https://github.com/dtolnay/quote) (1.0.45)
|
|
3008
|
+
- [ref-cast](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3009
|
+
- [ref-cast-impl](https://github.com/dtolnay/ref-cast) (1.0.25)
|
|
3010
|
+
- [rustix](https://github.com/bytecodealliance/rustix) (1.1.4)
|
|
3011
|
+
- [semver](https://github.com/dtolnay/semver) (1.0.28)
|
|
3012
|
+
- [serde](https://github.com/serde-rs/serde) (1.0.228)
|
|
3013
|
+
- [serde_core](https://github.com/serde-rs/serde) (1.0.228)
|
|
3014
|
+
- [serde_derive](https://github.com/serde-rs/serde) (1.0.228)
|
|
3015
|
+
- [serde_derive_internals](https://github.com/serde-rs/serde) (0.29.1)
|
|
3016
|
+
- [serde_json](https://github.com/serde-rs/json) (1.0.149)
|
|
3017
|
+
- [syn](https://github.com/dtolnay/syn) (2.0.117)
|
|
3018
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3019
|
+
- [thiserror](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3020
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (1.0.69)
|
|
3021
|
+
- [thiserror-impl](https://github.com/dtolnay/thiserror) (2.0.18)
|
|
3022
|
+
- [utf-8](https://github.com/SimonSapin/rust-utf8) (0.7.6)
|
|
3023
|
+
- [zmij](https://github.com/dtolnay/zmij) (1.0.21)
|
|
3539
3024
|
|
|
3540
3025
|
````text
|
|
3541
|
-
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
3542
|
-
|
|
3543
3026
|
Permission is hereby granted, free of charge, to any
|
|
3544
3027
|
person obtaining a copy of this software and associated
|
|
3545
3028
|
documentation files (the "Software"), to deal in the
|
|
@@ -3564,6 +3047,38 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
3564
3047
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3565
3048
|
DEALINGS IN THE SOFTWARE.
|
|
3566
3049
|
|
|
3050
|
+
````
|
|
3051
|
+
|
|
3052
|
+
---
|
|
3053
|
+
|
|
3054
|
+
## The following dependencies are licensed under the MIT License:
|
|
3055
|
+
|
|
3056
|
+
### Rust Crates:
|
|
3057
|
+
|
|
3058
|
+
- [reqwest](https://github.com/seanmonstar/reqwest) (0.12.28)
|
|
3059
|
+
|
|
3060
|
+
````text
|
|
3061
|
+
Copyright (c) 2016-2025 Sean McArthur
|
|
3062
|
+
|
|
3063
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3064
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3065
|
+
in the Software without restriction, including without limitation the rights
|
|
3066
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3067
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3068
|
+
furnished to do so, subject to the following conditions:
|
|
3069
|
+
|
|
3070
|
+
The above copyright notice and this permission notice shall be included in
|
|
3071
|
+
all copies or substantial portions of the Software.
|
|
3072
|
+
|
|
3073
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3074
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3075
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3076
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3077
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3078
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3079
|
+
THE SOFTWARE.
|
|
3080
|
+
|
|
3081
|
+
|
|
3567
3082
|
````
|
|
3568
3083
|
|
|
3569
3084
|
---
|
|
@@ -3604,13 +3119,10 @@ THE SOFTWARE.
|
|
|
3604
3119
|
|
|
3605
3120
|
### Rust Crates:
|
|
3606
3121
|
|
|
3607
|
-
- [
|
|
3608
|
-
- [sha2](https://github.com/RustCrypto/hashes) (0.10.9)
|
|
3122
|
+
- [utf8_iter](https://github.com/hsivonen/utf8_iter) (1.0.4)
|
|
3609
3123
|
|
|
3610
3124
|
````text
|
|
3611
|
-
Copyright
|
|
3612
|
-
Copyright (c) 2009-2013 Mozilla Foundation
|
|
3613
|
-
Copyright (c) 2016 Artyom Pavlov
|
|
3125
|
+
Copyright Mozilla Foundation
|
|
3614
3126
|
|
|
3615
3127
|
Permission is hereby granted, free of charge, to any
|
|
3616
3128
|
person obtaining a copy of this software and associated
|
|
@@ -3644,14 +3156,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3644
3156
|
|
|
3645
3157
|
### Rust Crates:
|
|
3646
3158
|
|
|
3647
|
-
- [
|
|
3648
|
-
- [enum-ordinalize](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3649
|
-
- [enum-ordinalize-derive](https://github.com/magiclen/enum-ordinalize) (4.3.2)
|
|
3159
|
+
- [mio](https://github.com/tokio-rs/mio) (1.2.0)
|
|
3650
3160
|
|
|
3651
3161
|
````text
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
Copyright (c) 2023 magiclen.org (Ron Li)
|
|
3162
|
+
Copyright (c) 2014 Carl Lerche and other MIO contributors
|
|
3655
3163
|
|
|
3656
3164
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3657
3165
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3660,16 +3168,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
3660
3168
|
copies of the Software, and to permit persons to whom the Software is
|
|
3661
3169
|
furnished to do so, subject to the following conditions:
|
|
3662
3170
|
|
|
3663
|
-
The above copyright notice and this permission notice shall be included in
|
|
3664
|
-
copies or substantial portions of the Software.
|
|
3171
|
+
The above copyright notice and this permission notice shall be included in
|
|
3172
|
+
all copies or substantial portions of the Software.
|
|
3665
3173
|
|
|
3666
3174
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3667
3175
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3668
3176
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3669
3177
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3670
3178
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3671
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3672
|
-
SOFTWARE.
|
|
3179
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3180
|
+
THE SOFTWARE.
|
|
3673
3181
|
|
|
3674
3182
|
````
|
|
3675
3183
|
|
|
@@ -3679,29 +3187,34 @@ SOFTWARE.
|
|
|
3679
3187
|
|
|
3680
3188
|
### Rust Crates:
|
|
3681
3189
|
|
|
3682
|
-
- [
|
|
3683
|
-
- [dirs-sys](https://github.com/dirs-dev/dirs-sys-rs) (0.5.0)
|
|
3190
|
+
- [http-body-util](https://github.com/hyperium/http-body) (0.1.3)
|
|
3684
3191
|
|
|
3685
3192
|
````text
|
|
3686
|
-
Copyright (c)
|
|
3193
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
3687
3194
|
|
|
3688
|
-
Permission is hereby granted, free of charge, to any
|
|
3689
|
-
of this software and associated
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3195
|
+
Permission is hereby granted, free of charge, to any
|
|
3196
|
+
person obtaining a copy of this software and associated
|
|
3197
|
+
documentation files (the "Software"), to deal in the
|
|
3198
|
+
Software without restriction, including without
|
|
3199
|
+
limitation the rights to use, copy, modify, merge,
|
|
3200
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3201
|
+
the Software, and to permit persons to whom the Software
|
|
3202
|
+
is furnished to do so, subject to the following
|
|
3203
|
+
conditions:
|
|
3694
3204
|
|
|
3695
|
-
The above copyright notice and this permission notice
|
|
3696
|
-
copies or substantial portions
|
|
3205
|
+
The above copyright notice and this permission notice
|
|
3206
|
+
shall be included in all copies or substantial portions
|
|
3207
|
+
of the Software.
|
|
3697
3208
|
|
|
3698
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3699
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3209
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3210
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3211
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3212
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3213
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3214
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3215
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3216
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3217
|
+
DEALINGS IN THE SOFTWARE.
|
|
3705
3218
|
|
|
3706
3219
|
````
|
|
3707
3220
|
|
|
@@ -3711,30 +3224,34 @@ SOFTWARE.
|
|
|
3711
3224
|
|
|
3712
3225
|
### Rust Crates:
|
|
3713
3226
|
|
|
3714
|
-
- [
|
|
3227
|
+
- [bytes](https://github.com/tokio-rs/bytes) (1.11.1)
|
|
3715
3228
|
|
|
3716
3229
|
````text
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
|
|
3230
|
+
Copyright (c) 2018 Carl Lerche
|
|
3720
3231
|
|
|
3721
|
-
Permission is hereby granted, free of charge, to any
|
|
3722
|
-
of this software and associated
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3232
|
+
Permission is hereby granted, free of charge, to any
|
|
3233
|
+
person obtaining a copy of this software and associated
|
|
3234
|
+
documentation files (the "Software"), to deal in the
|
|
3235
|
+
Software without restriction, including without
|
|
3236
|
+
limitation the rights to use, copy, modify, merge,
|
|
3237
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
3238
|
+
the Software, and to permit persons to whom the Software
|
|
3239
|
+
is furnished to do so, subject to the following
|
|
3240
|
+
conditions:
|
|
3727
3241
|
|
|
3728
|
-
The above copyright notice and this permission notice
|
|
3729
|
-
copies or substantial portions
|
|
3242
|
+
The above copyright notice and this permission notice
|
|
3243
|
+
shall be included in all copies or substantial portions
|
|
3244
|
+
of the Software.
|
|
3730
3245
|
|
|
3731
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3732
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3246
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3247
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3248
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3249
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3250
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3251
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3252
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3253
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3254
|
+
DEALINGS IN THE SOFTWARE.
|
|
3738
3255
|
|
|
3739
3256
|
````
|
|
3740
3257
|
|
|
@@ -3744,16 +3261,10 @@ SOFTWARE.
|
|
|
3744
3261
|
|
|
3745
3262
|
### Rust Crates:
|
|
3746
3263
|
|
|
3747
|
-
- [
|
|
3748
|
-
- [rand](https://github.com/rust-random/rand) (0.9.4)
|
|
3749
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.3.1)
|
|
3750
|
-
- [rand_chacha](https://github.com/rust-random/rand) (0.9.0)
|
|
3751
|
-
- [rand_core](https://github.com/rust-random/rand) (0.6.4)
|
|
3752
|
-
- [rand_core](https://github.com/rust-random/rand) (0.9.5)
|
|
3264
|
+
- [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) (0.2.21)
|
|
3753
3265
|
|
|
3754
3266
|
````text
|
|
3755
|
-
Copyright
|
|
3756
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3267
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
|
3757
3268
|
|
|
3758
3269
|
Permission is hereby granted, free of charge, to any
|
|
3759
3270
|
person obtaining a copy of this software and associated
|
|
@@ -3787,41 +3298,14 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3787
3298
|
|
|
3788
3299
|
### Rust Crates:
|
|
3789
3300
|
|
|
3790
|
-
- [
|
|
3301
|
+
- [strsim](https://github.com/rapidfuzz/strsim-rs) (0.11.1)
|
|
3791
3302
|
|
|
3792
3303
|
````text
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3796
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3797
|
-
in the Software without restriction, including without limitation the rights
|
|
3798
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3799
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3800
|
-
furnished to do so, subject to the following conditions:
|
|
3801
|
-
|
|
3802
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3803
|
-
copies or substantial portions of the Software.
|
|
3804
|
-
|
|
3805
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3806
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3807
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3808
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3809
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3810
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3811
|
-
SOFTWARE.
|
|
3812
|
-
|
|
3813
|
-
````
|
|
3814
|
-
|
|
3815
|
-
---
|
|
3816
|
-
|
|
3817
|
-
## The following dependencies are licensed under the MIT License:
|
|
3818
|
-
|
|
3819
|
-
### Rust Crates:
|
|
3820
|
-
|
|
3821
|
-
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3304
|
+
The MIT License (MIT)
|
|
3822
3305
|
|
|
3823
|
-
|
|
3824
|
-
Copyright (c)
|
|
3306
|
+
Copyright (c) 2015 Danny Guo
|
|
3307
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
3308
|
+
Copyright (c) 2018 Akash Kurdekar
|
|
3825
3309
|
|
|
3826
3310
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3827
3311
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -3835,49 +3319,11 @@ copies or substantial portions of the Software.
|
|
|
3835
3319
|
|
|
3836
3320
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3837
3321
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3838
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3839
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3840
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3841
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3842
|
-
SOFTWARE.
|
|
3843
|
-
|
|
3844
|
-
````
|
|
3845
|
-
|
|
3846
|
-
---
|
|
3847
|
-
|
|
3848
|
-
## The following dependencies are licensed under the MIT License:
|
|
3849
|
-
|
|
3850
|
-
### Rust Crates:
|
|
3851
|
-
|
|
3852
|
-
- [getrandom](https://github.com/rust-random/getrandom) (0.3.4)
|
|
3853
|
-
|
|
3854
|
-
````text
|
|
3855
|
-
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
3856
|
-
Copyright (c) 2014 The Rust Project Developers
|
|
3857
|
-
|
|
3858
|
-
Permission is hereby granted, free of charge, to any
|
|
3859
|
-
person obtaining a copy of this software and associated
|
|
3860
|
-
documentation files (the "Software"), to deal in the
|
|
3861
|
-
Software without restriction, including without
|
|
3862
|
-
limitation the rights to use, copy, modify, merge,
|
|
3863
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3864
|
-
the Software, and to permit persons to whom the Software
|
|
3865
|
-
is furnished to do so, subject to the following
|
|
3866
|
-
conditions:
|
|
3867
|
-
|
|
3868
|
-
The above copyright notice and this permission notice
|
|
3869
|
-
shall be included in all copies or substantial portions
|
|
3870
|
-
of the Software.
|
|
3871
|
-
|
|
3872
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3873
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3874
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3875
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3876
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3877
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3878
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3879
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3880
|
-
DEALINGS IN THE SOFTWARE.
|
|
3322
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3323
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3324
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3325
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3326
|
+
SOFTWARE.
|
|
3881
3327
|
|
|
3882
3328
|
````
|
|
3883
3329
|
|
|
@@ -3887,10 +3333,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3887
3333
|
|
|
3888
3334
|
### Rust Crates:
|
|
3889
3335
|
|
|
3890
|
-
- [
|
|
3336
|
+
- [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) (1.13.2)
|
|
3891
3337
|
|
|
3892
3338
|
````text
|
|
3893
|
-
Copyright
|
|
3339
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
3894
3340
|
|
|
3895
3341
|
Permission is hereby granted, free of charge, to any
|
|
3896
3342
|
person obtaining a copy of this software and associated
|
|
@@ -3924,34 +3370,32 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3924
3370
|
|
|
3925
3371
|
### Rust Crates:
|
|
3926
3372
|
|
|
3927
|
-
- [
|
|
3373
|
+
- [tokio-macros](https://github.com/tokio-rs/tokio) (2.7.0)
|
|
3928
3374
|
|
|
3929
3375
|
````text
|
|
3930
|
-
|
|
3376
|
+
MIT License
|
|
3931
3377
|
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
documentation files (the "Software"), to deal in the
|
|
3935
|
-
Software without restriction, including without
|
|
3936
|
-
limitation the rights to use, copy, modify, merge,
|
|
3937
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3938
|
-
the Software, and to permit persons to whom the Software
|
|
3939
|
-
is furnished to do so, subject to the following
|
|
3940
|
-
conditions:
|
|
3378
|
+
Copyright (c) 2019 Yoshua Wuyts
|
|
3379
|
+
Copyright (c) Tokio Contributors
|
|
3941
3380
|
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3381
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3382
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3383
|
+
in the Software without restriction, including without limitation the rights
|
|
3384
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3385
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3386
|
+
furnished to do so, subject to the following conditions:
|
|
3387
|
+
|
|
3388
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3389
|
+
copies or substantial portions of the Software.
|
|
3390
|
+
|
|
3391
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3392
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3393
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3394
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3395
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3396
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3397
|
+
SOFTWARE.
|
|
3945
3398
|
|
|
3946
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3947
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3948
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3949
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3950
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3951
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3952
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3953
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3954
|
-
DEALINGS IN THE SOFTWARE.
|
|
3955
3399
|
````
|
|
3956
3400
|
|
|
3957
3401
|
---
|
|
@@ -3960,34 +3404,28 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3960
3404
|
|
|
3961
3405
|
### Rust Crates:
|
|
3962
3406
|
|
|
3963
|
-
- [
|
|
3407
|
+
- [directories](https://github.com/soc/directories-rs) (6.0.0)
|
|
3964
3408
|
|
|
3965
3409
|
````text
|
|
3966
|
-
Copyright (c)
|
|
3410
|
+
Copyright (c) 2018 directories-rs contributors
|
|
3967
3411
|
|
|
3968
|
-
Permission is hereby granted, free of charge, to any
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
the Software, and to permit persons to whom the Software
|
|
3975
|
-
is furnished to do so, subject to the following
|
|
3976
|
-
conditions:
|
|
3412
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3413
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3414
|
+
in the Software without restriction, including without limitation the rights
|
|
3415
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3416
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3417
|
+
furnished to do so, subject to the following conditions:
|
|
3977
3418
|
|
|
3978
|
-
The above copyright notice and this permission notice
|
|
3979
|
-
|
|
3980
|
-
of the Software.
|
|
3419
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3420
|
+
copies or substantial portions of the Software.
|
|
3981
3421
|
|
|
3982
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3990
|
-
DEALINGS IN THE SOFTWARE.
|
|
3422
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3423
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3424
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3425
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3426
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3427
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3428
|
+
SOFTWARE.
|
|
3991
3429
|
|
|
3992
3430
|
````
|
|
3993
3431
|
|
|
@@ -3997,12 +3435,40 @@ DEALINGS IN THE SOFTWARE.
|
|
|
3997
3435
|
|
|
3998
3436
|
### Rust Crates:
|
|
3999
3437
|
|
|
4000
|
-
- [
|
|
3438
|
+
- [nohash-hasher](https://github.com/paritytech/nohash-hasher) (0.2.0)
|
|
4001
3439
|
|
|
4002
3440
|
````text
|
|
4003
|
-
|
|
3441
|
+
Copyright 2018 Parity Technologies (UK) Ltd.
|
|
4004
3442
|
|
|
4005
|
-
|
|
3443
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
3444
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
3445
|
+
the Software without restriction, including without limitation the rights to
|
|
3446
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
3447
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
3448
|
+
subject to the following conditions:
|
|
3449
|
+
|
|
3450
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3451
|
+
copies or substantial portions of the Software.
|
|
3452
|
+
|
|
3453
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3454
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
3455
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
|
3456
|
+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3457
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
3458
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3459
|
+
|
|
3460
|
+
````
|
|
3461
|
+
|
|
3462
|
+
---
|
|
3463
|
+
|
|
3464
|
+
## The following dependencies are licensed under the MIT License:
|
|
3465
|
+
|
|
3466
|
+
### Rust Crates:
|
|
3467
|
+
|
|
3468
|
+
- [httparse](https://github.com/seanmonstar/httparse) (1.10.1)
|
|
3469
|
+
|
|
3470
|
+
````text
|
|
3471
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
4006
3472
|
|
|
4007
3473
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4008
3474
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4011,16 +3477,17 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
4011
3477
|
copies of the Software, and to permit persons to whom the Software is
|
|
4012
3478
|
furnished to do so, subject to the following conditions:
|
|
4013
3479
|
|
|
4014
|
-
The above copyright notice and this permission notice shall be included in
|
|
4015
|
-
copies or substantial portions of the Software.
|
|
3480
|
+
The above copyright notice and this permission notice shall be included in
|
|
3481
|
+
all copies or substantial portions of the Software.
|
|
4016
3482
|
|
|
4017
3483
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4018
3484
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4019
3485
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4020
3486
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4021
3487
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4022
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4023
|
-
SOFTWARE.
|
|
3488
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3489
|
+
THE SOFTWARE.
|
|
3490
|
+
|
|
4024
3491
|
|
|
4025
3492
|
````
|
|
4026
3493
|
|
|
@@ -4030,12 +3497,10 @@ SOFTWARE.
|
|
|
4030
3497
|
|
|
4031
3498
|
### Rust Crates:
|
|
4032
3499
|
|
|
4033
|
-
- [
|
|
3500
|
+
- [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) (1.2.1)
|
|
4034
3501
|
|
|
4035
3502
|
````text
|
|
4036
|
-
Copyright (c) 2017
|
|
4037
|
-
Copyright (c) 2018 Bastian Köcher
|
|
4038
|
-
Copyright (c) 2019-2020 Artem Vorotnikov
|
|
3503
|
+
Copyright (c) 2017 Robert Grosse
|
|
4039
3504
|
|
|
4040
3505
|
Permission is hereby granted, free of charge, to any
|
|
4041
3506
|
person obtaining a copy of this software and associated
|
|
@@ -4060,7 +3525,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4060
3525
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4061
3526
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4062
3527
|
DEALINGS IN THE SOFTWARE.
|
|
4063
|
-
|
|
4064
3528
|
````
|
|
4065
3529
|
|
|
4066
3530
|
---
|
|
@@ -4069,12 +3533,15 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4069
3533
|
|
|
4070
3534
|
### Rust Crates:
|
|
4071
3535
|
|
|
4072
|
-
- [
|
|
4073
|
-
- [
|
|
4074
|
-
- [
|
|
3536
|
+
- [bitflags](https://github.com/bitflags/bitflags) (2.11.1)
|
|
3537
|
+
- [log](https://github.com/rust-lang/log) (0.4.29)
|
|
3538
|
+
- [num-traits](https://github.com/rust-num/num-traits) (0.2.19)
|
|
3539
|
+
- [regex](https://github.com/rust-lang/regex) (1.12.3)
|
|
3540
|
+
- [regex-automata](https://github.com/rust-lang/regex) (0.4.14)
|
|
3541
|
+
- [regex-syntax](https://github.com/rust-lang/regex) (0.8.10)
|
|
4075
3542
|
|
|
4076
3543
|
````text
|
|
4077
|
-
Copyright (c)
|
|
3544
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
4078
3545
|
|
|
4079
3546
|
Permission is hereby granted, free of charge, to any
|
|
4080
3547
|
person obtaining a copy of this software and associated
|
|
@@ -4108,12 +3575,12 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4108
3575
|
|
|
4109
3576
|
### Rust Crates:
|
|
4110
3577
|
|
|
4111
|
-
- [
|
|
3578
|
+
- [zeroize](https://github.com/RustCrypto/utils) (1.8.2)
|
|
4112
3579
|
|
|
4113
3580
|
````text
|
|
4114
3581
|
MIT License
|
|
4115
3582
|
|
|
4116
|
-
Copyright (c)
|
|
3583
|
+
Copyright (c) 2018-2021 The RustCrypto Project Developers
|
|
4117
3584
|
|
|
4118
3585
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4119
3586
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4139,36 +3606,32 @@ SOFTWARE.
|
|
|
4139
3606
|
|
|
4140
3607
|
## The following dependencies are licensed under the MIT License:
|
|
4141
3608
|
|
|
4142
|
-
###
|
|
3609
|
+
### NPM Packages:
|
|
4143
3610
|
|
|
4144
|
-
- [
|
|
3611
|
+
- [ui-verification-mcp](https://www.npmjs.com/package/ui-verification-mcp/v/0.0.13) (0.0.13)
|
|
4145
3612
|
|
|
4146
3613
|
````text
|
|
4147
|
-
|
|
3614
|
+
MIT License
|
|
4148
3615
|
|
|
4149
|
-
|
|
4150
|
-
person obtaining a copy of this software and associated
|
|
4151
|
-
documentation files (the "Software"), to deal in the
|
|
4152
|
-
Software without restriction, including without
|
|
4153
|
-
limitation the rights to use, copy, modify, merge,
|
|
4154
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
4155
|
-
the Software, and to permit persons to whom the Software
|
|
4156
|
-
is furnished to do so, subject to the following
|
|
4157
|
-
conditions:
|
|
3616
|
+
Copyright (c) 2026 Huawei Device Co., Ltd.
|
|
4158
3617
|
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
3618
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3619
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3620
|
+
in the Software without restriction, including without limitation the rights
|
|
3621
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3622
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3623
|
+
furnished to do so, subject to the following conditions:
|
|
4162
3624
|
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
IN
|
|
4171
|
-
|
|
3625
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3626
|
+
copies or substantial portions of the Software.
|
|
3627
|
+
|
|
3628
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3629
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3630
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3631
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3632
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3633
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3634
|
+
SOFTWARE.
|
|
4172
3635
|
|
|
4173
3636
|
````
|
|
4174
3637
|
|
|
@@ -4178,19 +3641,10 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4178
3641
|
|
|
4179
3642
|
### Rust Crates:
|
|
4180
3643
|
|
|
4181
|
-
- [
|
|
4182
|
-
- [futures-channel](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4183
|
-
- [futures-core](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4184
|
-
- [futures-executor](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4185
|
-
- [futures-io](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4186
|
-
- [futures-macro](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4187
|
-
- [futures-sink](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4188
|
-
- [futures-task](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
4189
|
-
- [futures-util](https://github.com/rust-lang/futures-rs) (0.3.32)
|
|
3644
|
+
- [iana-time-zone](https://github.com/strawlab/iana-time-zone) (0.1.65)
|
|
4190
3645
|
|
|
4191
3646
|
````text
|
|
4192
|
-
Copyright (c)
|
|
4193
|
-
Copyright (c) 2017 The Tokio Authors
|
|
3647
|
+
Copyright (c) 2020 Andrew D. Straw
|
|
4194
3648
|
|
|
4195
3649
|
Permission is hereby granted, free of charge, to any
|
|
4196
3650
|
person obtaining a copy of this software and associated
|
|
@@ -4224,9 +3678,11 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4224
3678
|
|
|
4225
3679
|
### Rust Crates:
|
|
4226
3680
|
|
|
4227
|
-
- [
|
|
3681
|
+
- [iri-string](https://github.com/lo48576/iri-string) (0.7.12)
|
|
4228
3682
|
|
|
4229
3683
|
````text
|
|
3684
|
+
Copyright 2019-2024 YOSHIOKA Takuma
|
|
3685
|
+
|
|
4230
3686
|
Permission is hereby granted, free of charge, to any
|
|
4231
3687
|
person obtaining a copy of this software and associated
|
|
4232
3688
|
documentation files (the "Software"), to deal in the
|
|
@@ -4250,6 +3706,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
4250
3706
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4251
3707
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4252
3708
|
DEALINGS IN THE SOFTWARE.
|
|
3709
|
+
|
|
4253
3710
|
````
|
|
4254
3711
|
|
|
4255
3712
|
---
|
|
@@ -4258,34 +3715,29 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4258
3715
|
|
|
4259
3716
|
### Rust Crates:
|
|
4260
3717
|
|
|
4261
|
-
- [
|
|
3718
|
+
- [want](https://github.com/seanmonstar/want) (0.3.1)
|
|
4262
3719
|
|
|
4263
3720
|
````text
|
|
4264
|
-
Copyright (c) 2019
|
|
3721
|
+
Copyright (c) 2018-2019 Sean McArthur
|
|
4265
3722
|
|
|
4266
|
-
Permission is hereby granted, free of charge, to any
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
the Software, and to permit persons to whom the Software
|
|
4273
|
-
is furnished to do so, subject to the following
|
|
4274
|
-
conditions:
|
|
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:
|
|
4275
3729
|
|
|
4276
|
-
The above copyright notice and this permission notice
|
|
4277
|
-
|
|
4278
|
-
|
|
3730
|
+
The above copyright notice and this permission notice shall be included in
|
|
3731
|
+
all 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
|
|
3739
|
+
THE SOFTWARE.
|
|
4279
3740
|
|
|
4280
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
4281
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
4282
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
4283
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
4284
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4285
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
4286
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
4287
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4288
|
-
DEALINGS IN THE SOFTWARE.
|
|
4289
3741
|
|
|
4290
3742
|
````
|
|
4291
3743
|
|